var/cache/dev_h43be4b989202fc2deb9121c5966d0acc/Container9GOxO2U/Shopware_Core_KernelDevDebugContainer.php line 44797

Open in your IDE?
  1. <?php
  2. namespace Container9GOxO2U;
  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.             'Doctrine\\DBAL\\Connection' => 'getConnectionService',
  42.             'Elasticsearch\\Client' => 'getClientService',
  43.             'Shopware\\Administration\\Controller\\AdminExtensionApiController' => 'getAdminExtensionApiControllerService',
  44.             'Shopware\\Administration\\Controller\\AdminProductStreamController' => 'getAdminProductStreamControllerService',
  45.             'Shopware\\Administration\\Controller\\AdminSearchController' => 'getAdminSearchControllerService',
  46.             'Shopware\\Administration\\Controller\\AdminTagController' => 'getAdminTagControllerService',
  47.             'Shopware\\Administration\\Controller\\AdministrationController' => 'getAdministrationControllerService',
  48.             'Shopware\\Administration\\Controller\\DocumentServiceDeprecationController' => 'getDocumentServiceDeprecationControllerService',
  49.             'Shopware\\Administration\\Controller\\NotificationController' => 'getNotificationControllerService',
  50.             'Shopware\\Administration\\Controller\\UserConfigController' => 'getUserConfigControllerService',
  51.             'Shopware\\Administration\\Notification\\NotificationDefinition' => 'getNotificationDefinitionService',
  52.             'Shopware\\Administration\\Notification\\NotificationService' => 'getNotificationServiceService',
  53.             'Shopware\\Administration\\Snippet\\AppAdministrationSnippetDefinition' => 'getAppAdministrationSnippetDefinitionService',
  54.             'Shopware\\Core\\Checkout\\Cart\\Calculator' => 'getCalculatorService',
  55.             'Shopware\\Core\\Checkout\\Cart\\Facade\\CartFacadeHookFactory' => 'getCartFacadeHookFactoryService',
  56.             'Shopware\\Core\\Checkout\\Cart\\Order\\Api\\OrderConverterController' => 'getOrderConverterControllerService',
  57.             'Shopware\\Core\\Checkout\\Cart\\Order\\Api\\OrderRecalculationController' => 'getOrderRecalculationControllerService',
  58.             'Shopware\\Core\\Checkout\\Cart\\PriceActionController' => 'getPriceActionControllerService',
  59.             'Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartDeleteRoute' => 'getCartDeleteRouteService',
  60.             'Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemAddRoute' => 'getCartItemAddRouteService',
  61.             'Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemRemoveRoute' => 'getCartItemRemoveRouteService',
  62.             'Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemUpdateRoute' => 'getCartItemUpdateRouteService',
  63.             'Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartLoadRoute' => 'getCartLoadRouteService',
  64.             'Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartOrderRoute' => 'getCartOrderRouteService',
  65.             'Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService' => 'getCartServiceService',
  66.             'Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerAddress\\CustomerAddressDefinition' => 'getCustomerAddressDefinitionService',
  67.             'Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerGroupRegistrationSalesChannel\\CustomerGroupRegistrationSalesChannelDefinition' => 'getCustomerGroupRegistrationSalesChannelDefinitionService',
  68.             'Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerGroupTranslation\\CustomerGroupTranslationDefinition' => 'getCustomerGroupTranslationDefinitionService',
  69.             'Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerGroup\\CustomerGroupDefinition' => 'getCustomerGroupDefinitionService',
  70.             'Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerRecovery\\CustomerRecoveryDefinition' => 'getCustomerRecoveryDefinitionService',
  71.             'Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerTag\\CustomerTagDefinition' => 'getCustomerTagDefinitionService',
  72.             'Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerWishlistProduct\\CustomerWishlistProductDefinition' => 'getCustomerWishlistProductDefinitionService',
  73.             'Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerWishlist\\CustomerWishlistDefinition' => 'getCustomerWishlistDefinitionService',
  74.             'Shopware\\Core\\Checkout\\Customer\\Api\\CustomerGroupRegistrationActionController' => 'getCustomerGroupRegistrationActionControllerService',
  75.             'Shopware\\Core\\Checkout\\Customer\\CustomerDefinition' => 'getCustomerDefinitionService',
  76.             'Shopware\\Core\\Checkout\\Customer\\SalesChannel\\AccountNewsletterRecipientRoute' => 'getAccountNewsletterRecipientRouteService',
  77.             'Shopware\\Core\\Checkout\\Customer\\SalesChannel\\AddWishlistProductRoute' => 'getAddWishlistProductRouteService',
  78.             'Shopware\\Core\\Checkout\\Customer\\SalesChannel\\ChangeCustomerProfileRoute' => 'getChangeCustomerProfileRouteService',
  79.             'Shopware\\Core\\Checkout\\Customer\\SalesChannel\\ChangeEmailRoute' => 'getChangeEmailRouteService',
  80.             'Shopware\\Core\\Checkout\\Customer\\SalesChannel\\ChangeLanguageRoute' => 'getChangeLanguageRouteService',
  81.             'Shopware\\Core\\Checkout\\Customer\\SalesChannel\\ChangePasswordRoute' => 'getChangePasswordRouteService',
  82.             'Shopware\\Core\\Checkout\\Customer\\SalesChannel\\ChangePaymentMethodRoute' => 'getChangePaymentMethodRouteService',
  83.             'Shopware\\Core\\Checkout\\Customer\\SalesChannel\\CustomerGroupRegistrationSettingsRoute' => 'getCustomerGroupRegistrationSettingsRouteService',
  84.             'Shopware\\Core\\Checkout\\Customer\\SalesChannel\\CustomerRecoveryIsExpiredRoute' => 'getCustomerRecoveryIsExpiredRouteService',
  85.             'Shopware\\Core\\Checkout\\Customer\\SalesChannel\\CustomerRoute' => 'getCustomerRouteService',
  86.             'Shopware\\Core\\Checkout\\Customer\\SalesChannel\\DeleteAddressRoute' => 'getDeleteAddressRouteService',
  87.             'Shopware\\Core\\Checkout\\Customer\\SalesChannel\\DeleteCustomerRoute' => 'getDeleteCustomerRouteService',
  88.             'Shopware\\Core\\Checkout\\Customer\\SalesChannel\\DownloadRoute' => 'getDownloadRouteService',
  89.             'Shopware\\Core\\Checkout\\Customer\\SalesChannel\\ListAddressRoute' => 'getListAddressRouteService',
  90.             'Shopware\\Core\\Checkout\\Customer\\SalesChannel\\LoadWishlistRoute' => 'getLoadWishlistRouteService',
  91.             'Shopware\\Core\\Checkout\\Customer\\SalesChannel\\LoginRoute' => 'getLoginRouteService',
  92.             'Shopware\\Core\\Checkout\\Customer\\SalesChannel\\LogoutRoute' => 'getLogoutRouteService',
  93.             'Shopware\\Core\\Checkout\\Customer\\SalesChannel\\MergeWishlistProductRoute' => 'getMergeWishlistProductRouteService',
  94.             'Shopware\\Core\\Checkout\\Customer\\SalesChannel\\RegisterConfirmRoute' => 'getRegisterConfirmRouteService',
  95.             'Shopware\\Core\\Checkout\\Customer\\SalesChannel\\RegisterRoute' => 'getRegisterRouteService',
  96.             'Shopware\\Core\\Checkout\\Customer\\SalesChannel\\RemoveWishlistProductRoute' => 'getRemoveWishlistProductRouteService',
  97.             'Shopware\\Core\\Checkout\\Customer\\SalesChannel\\ResetPasswordRoute' => 'getResetPasswordRouteService',
  98.             'Shopware\\Core\\Checkout\\Customer\\SalesChannel\\SendPasswordRecoveryMailRoute' => 'getSendPasswordRecoveryMailRouteService',
  99.             'Shopware\\Core\\Checkout\\Customer\\SalesChannel\\SwitchDefaultAddressRoute' => 'getSwitchDefaultAddressRouteService',
  100.             'Shopware\\Core\\Checkout\\Customer\\SalesChannel\\UpsertAddressRoute' => 'getUpsertAddressRouteService',
  101.             'Shopware\\Core\\Checkout\\Document\\Aggregate\\DocumentBaseConfigSalesChannel\\DocumentBaseConfigSalesChannelDefinition' => 'getDocumentBaseConfigSalesChannelDefinitionService',
  102.             'Shopware\\Core\\Checkout\\Document\\Aggregate\\DocumentBaseConfig\\DocumentBaseConfigDefinition' => 'getDocumentBaseConfigDefinitionService',
  103.             'Shopware\\Core\\Checkout\\Document\\Aggregate\\DocumentTypeTranslation\\DocumentTypeTranslationDefinition' => 'getDocumentTypeTranslationDefinitionService',
  104.             'Shopware\\Core\\Checkout\\Document\\Aggregate\\DocumentType\\DocumentTypeDefinition' => 'getDocumentTypeDefinitionService',
  105.             'Shopware\\Core\\Checkout\\Document\\Controller\\DocumentController' => 'getDocumentControllerService',
  106.             'Shopware\\Core\\Checkout\\Document\\DocumentDefinition' => 'getDocumentDefinitionService',
  107.             'Shopware\\Core\\Checkout\\Document\\DocumentGeneratorController' => 'getDocumentGeneratorControllerService',
  108.             'Shopware\\Core\\Checkout\\Document\\SalesChannel\\DocumentRoute' => 'getDocumentRouteService',
  109.             'Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderAddress\\OrderAddressDefinition' => 'getOrderAddressDefinitionService',
  110.             'Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderCustomer\\OrderCustomerDefinition' => 'getOrderCustomerDefinitionService',
  111.             'Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderDeliveryPosition\\OrderDeliveryPositionDefinition' => 'getOrderDeliveryPositionDefinitionService',
  112.             'Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderDelivery\\OrderDeliveryDefinition' => 'getOrderDeliveryDefinitionService',
  113.             'Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderLineItemDownload\\OrderLineItemDownloadDefinition' => 'getOrderLineItemDownloadDefinitionService',
  114.             'Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderLineItem\\OrderLineItemDefinition' => 'getOrderLineItemDefinitionService',
  115.             'Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTag\\OrderTagDefinition' => 'getOrderTagDefinitionService',
  116.             'Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransactionCaptureRefundPosition\\OrderTransactionCaptureRefundPositionDefinition' => 'getOrderTransactionCaptureRefundPositionDefinitionService',
  117.             'Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransactionCaptureRefund\\OrderTransactionCaptureRefundDefinition' => 'getOrderTransactionCaptureRefundDefinitionService',
  118.             'Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransactionCapture\\OrderTransactionCaptureDefinition' => 'getOrderTransactionCaptureDefinitionService',
  119.             'Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransaction\\OrderTransactionDefinition' => 'getOrderTransactionDefinitionService',
  120.             'Shopware\\Core\\Checkout\\Order\\Api\\OrderActionController' => 'getOrderActionControllerService',
  121.             'Shopware\\Core\\Checkout\\Order\\OrderDefinition' => 'getOrderDefinitionService',
  122.             'Shopware\\Core\\Checkout\\Order\\SalesChannel\\CancelOrderRoute' => 'getCancelOrderRouteService',
  123.             'Shopware\\Core\\Checkout\\Order\\SalesChannel\\OrderRoute' => 'getOrderRouteService',
  124.             'Shopware\\Core\\Checkout\\Order\\SalesChannel\\SetPaymentOrderRoute' => 'getSetPaymentOrderRouteService',
  125.             'Shopware\\Core\\Checkout\\Payment\\Aggregate\\PaymentMethodTranslation\\PaymentMethodTranslationDefinition' => 'getPaymentMethodTranslationDefinitionService',
  126.             'Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentRefundProcessor' => 'getPaymentRefundProcessorService',
  127.             'Shopware\\Core\\Checkout\\Payment\\Controller\\PaymentController' => 'getPaymentControllerService',
  128.             'Shopware\\Core\\Checkout\\Payment\\PaymentMethodDefinition' => 'getPaymentMethodDefinitionService',
  129.             'Shopware\\Core\\Checkout\\Payment\\SalesChannel\\CachedPaymentMethodRoute' => 'getCachedPaymentMethodRouteService',
  130.             'Shopware\\Core\\Checkout\\Payment\\SalesChannel\\HandlePaymentMethodRoute' => 'getHandlePaymentMethodRouteService',
  131.             'Shopware\\Core\\Checkout\\Payment\\SalesChannel\\SalesChannelPaymentMethodDefinition' => 'getSalesChannelPaymentMethodDefinitionService',
  132.             'Shopware\\Core\\Checkout\\Payment\\SalesChannel\\SortedPaymentMethodRoute' => 'getSortedPaymentMethodRouteService',
  133.             'Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionCartRule\\PromotionCartRuleDefinition' => 'getPromotionCartRuleDefinitionService',
  134.             'Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionDiscountPrice\\PromotionDiscountPriceDefinition' => 'getPromotionDiscountPriceDefinitionService',
  135.             'Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionDiscountRule\\PromotionDiscountRuleDefinition' => 'getPromotionDiscountRuleDefinitionService',
  136.             'Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionDiscount\\PromotionDiscountDefinition' => 'getPromotionDiscountDefinitionService',
  137.             'Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionIndividualCode\\PromotionIndividualCodeDefinition' => 'getPromotionIndividualCodeDefinitionService',
  138.             'Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionOrderRule\\PromotionOrderRuleDefinition' => 'getPromotionOrderRuleDefinitionService',
  139.             'Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionPersonaCustomer\\PromotionPersonaCustomerDefinition' => 'getPromotionPersonaCustomerDefinitionService',
  140.             'Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionPersonaRule\\PromotionPersonaRuleDefinition' => 'getPromotionPersonaRuleDefinitionService',
  141.             'Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionSalesChannel\\PromotionSalesChannelDefinition' => 'getPromotionSalesChannelDefinitionService',
  142.             'Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionSetGroupRule\\PromotionSetGroupRuleDefinition' => 'getPromotionSetGroupRuleDefinitionService',
  143.             'Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionSetGroup\\PromotionSetGroupDefinition' => 'getPromotionSetGroupDefinitionService',
  144.             'Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionTranslation\\PromotionTranslationDefinition' => 'getPromotionTranslationDefinitionService',
  145.             'Shopware\\Core\\Checkout\\Promotion\\Api\\PromotionActionController' => 'getPromotionActionControllerService',
  146.             'Shopware\\Core\\Checkout\\Promotion\\Api\\PromotionController' => 'getPromotionControllerService',
  147.             'Shopware\\Core\\Checkout\\Promotion\\PromotionDefinition' => 'getPromotionDefinitionService',
  148.             'Shopware\\Core\\Checkout\\Shipping\\Aggregate\\ShippingMethodPrice\\ShippingMethodPriceDefinition' => 'getShippingMethodPriceDefinitionService',
  149.             'Shopware\\Core\\Checkout\\Shipping\\Aggregate\\ShippingMethodTag\\ShippingMethodTagDefinition' => 'getShippingMethodTagDefinitionService',
  150.             'Shopware\\Core\\Checkout\\Shipping\\Aggregate\\ShippingMethodTranslation\\ShippingMethodTranslationDefinition' => 'getShippingMethodTranslationDefinitionService',
  151.             'Shopware\\Core\\Checkout\\Shipping\\SalesChannel\\CachedShippingMethodRoute' => 'getCachedShippingMethodRouteService',
  152.             'Shopware\\Core\\Checkout\\Shipping\\SalesChannel\\SalesChannelShippingMethodDefinition' => 'getSalesChannelShippingMethodDefinitionService',
  153.             'Shopware\\Core\\Checkout\\Shipping\\SalesChannel\\SortedShippingMethodRoute' => 'getSortedShippingMethodRouteService',
  154.             'Shopware\\Core\\Checkout\\Shipping\\ShippingMethodDefinition' => 'getShippingMethodDefinitionService',
  155.             'Shopware\\Core\\Content\\Category\\Aggregate\\CategoryTag\\CategoryTagDefinition' => 'getCategoryTagDefinitionService',
  156.             'Shopware\\Core\\Content\\Category\\Aggregate\\CategoryTranslation\\CategoryTranslationDefinition' => 'getCategoryTranslationDefinitionService',
  157.             'Shopware\\Core\\Content\\Category\\CategoryDefinition' => 'getCategoryDefinitionService',
  158.             'Shopware\\Core\\Content\\Category\\CategoryHydrator' => 'getCategoryHydratorService',
  159.             'Shopware\\Core\\Content\\Category\\SalesChannel\\CachedCategoryRoute' => 'getCachedCategoryRouteService',
  160.             'Shopware\\Core\\Content\\Category\\SalesChannel\\CachedNavigationRoute' => 'getCachedNavigationRouteService',
  161.             'Shopware\\Core\\Content\\Category\\SalesChannel\\CategoryListRoute' => 'getCategoryListRouteService',
  162.             'Shopware\\Core\\Content\\Category\\SalesChannel\\SalesChannelCategoryDefinition' => 'getSalesChannelCategoryDefinitionService',
  163.             'Shopware\\Core\\Content\\Category\\SalesChannel\\TreeBuildingNavigationRoute' => 'getTreeBuildingNavigationRouteService',
  164.             'Shopware\\Core\\Content\\Cms\\Aggregate\\CmsBlock\\CmsBlockDefinition' => 'getCmsBlockDefinitionService',
  165.             'Shopware\\Core\\Content\\Cms\\Aggregate\\CmsPageTranslation\\CmsPageTranslationDefinition' => 'getCmsPageTranslationDefinitionService',
  166.             'Shopware\\Core\\Content\\Cms\\Aggregate\\CmsSection\\CmsSectionDefinition' => 'getCmsSectionDefinitionService',
  167.             'Shopware\\Core\\Content\\Cms\\Aggregate\\CmsSlotTranslation\\CmsSlotTranslationDefinition' => 'getCmsSlotTranslationDefinitionService',
  168.             'Shopware\\Core\\Content\\Cms\\Aggregate\\CmsSlot\\CmsSlotDefinition' => 'getCmsSlotDefinitionService',
  169.             'Shopware\\Core\\Content\\Cms\\CmsPageDefinition' => 'getCmsPageDefinitionService',
  170.             'Shopware\\Core\\Content\\Cms\\DataAbstractionLayer\\FieldSerializer\\SlotConfigFieldSerializer' => 'getSlotConfigFieldSerializerService',
  171.             'Shopware\\Core\\Content\\Cms\\DataResolver\\CmsSlotsDataResolver' => 'getCmsSlotsDataResolverService',
  172.             'Shopware\\Core\\Content\\Cms\\SalesChannel\\CmsRoute' => 'getCmsRouteService',
  173.             'Shopware\\Core\\Content\\Cms\\SalesChannel\\SalesChannelCmsPageRepository' => 'getSalesChannelCmsPageRepositoryService',
  174.             'Shopware\\Core\\Content\\ContactForm\\SalesChannel\\ContactFormRoute' => 'getContactFormRouteService',
  175.             'Shopware\\Core\\Content\\Flow\\Aggregate\\FlowSequence\\FlowSequenceDefinition' => 'getFlowSequenceDefinitionService',
  176.             'Shopware\\Core\\Content\\Flow\\Aggregate\\FlowTemplate\\FlowTemplateDefinition' => 'getFlowTemplateDefinitionService',
  177.             'Shopware\\Core\\Content\\Flow\\DataAbstractionLayer\\FieldSerializer\\FlowTemplateConfigFieldSerializer' => 'getFlowTemplateConfigFieldSerializerService',
  178.             'Shopware\\Core\\Content\\Flow\\Dispatching\\CachedFlowLoader' => 'getCachedFlowLoaderService',
  179.             'Shopware\\Core\\Content\\Flow\\Dispatching\\FlowExecutor' => 'getFlowExecutorService',
  180.             'Shopware\\Core\\Content\\Flow\\Dispatching\\FlowFactory' => 'getFlowFactoryService',
  181.             'Shopware\\Core\\Content\\Flow\\FlowDefinition' => 'getFlowDefinitionService',
  182.             'Shopware\\Core\\Content\\ImportExport\\Aggregate\\ImportExportFile\\ImportExportFileDefinition' => 'getImportExportFileDefinitionService',
  183.             'Shopware\\Core\\Content\\ImportExport\\Aggregate\\ImportExportLog\\ImportExportLogDefinition' => 'getImportExportLogDefinitionService',
  184.             'Shopware\\Core\\Content\\ImportExport\\Controller\\ImportExportActionController' => 'getImportExportActionControllerService',
  185.             'Shopware\\Core\\Content\\ImportExport\\ImportExportFactory' => 'getImportExportFactoryService',
  186.             'Shopware\\Core\\Content\\ImportExport\\ImportExportProfileDefinition' => 'getImportExportProfileDefinitionService',
  187.             'Shopware\\Core\\Content\\ImportExport\\ImportExportProfileTranslationDefinition' => 'getImportExportProfileTranslationDefinitionService',
  188.             'Shopware\\Core\\Content\\ImportExport\\Message\\ImportExportHandler' => 'getImportExportHandlerService',
  189.             'Shopware\\Core\\Content\\LandingPage\\Aggregate\\LandingPageSalesChannel\\LandingPageSalesChannelDefinition' => 'getLandingPageSalesChannelDefinitionService',
  190.             'Shopware\\Core\\Content\\LandingPage\\Aggregate\\LandingPageTag\\LandingPageTagDefinition' => 'getLandingPageTagDefinitionService',
  191.             'Shopware\\Core\\Content\\LandingPage\\Aggregate\\LandingPageTranslation\\LandingPageTranslationDefinition' => 'getLandingPageTranslationDefinitionService',
  192.             'Shopware\\Core\\Content\\LandingPage\\LandingPageDefinition' => 'getLandingPageDefinitionService',
  193.             'Shopware\\Core\\Content\\LandingPage\\SalesChannel\\CachedLandingPageRoute' => 'getCachedLandingPageRouteService',
  194.             'Shopware\\Core\\Content\\LandingPage\\SalesChannel\\SalesChannelLandingPageDefinition' => 'getSalesChannelLandingPageDefinitionService',
  195.             'Shopware\\Core\\Content\\MailTemplate\\Aggregate\\MailHeaderFooterTranslation\\MailHeaderFooterTranslationDefinition' => 'getMailHeaderFooterTranslationDefinitionService',
  196.             'Shopware\\Core\\Content\\MailTemplate\\Aggregate\\MailHeaderFooter\\MailHeaderFooterDefinition' => 'getMailHeaderFooterDefinitionService',
  197.             'Shopware\\Core\\Content\\MailTemplate\\Aggregate\\MailTemplateMedia\\MailTemplateMediaDefinition' => 'getMailTemplateMediaDefinitionService',
  198.             'Shopware\\Core\\Content\\MailTemplate\\Aggregate\\MailTemplateTranslation\\MailTemplateTranslationDefinition' => 'getMailTemplateTranslationDefinitionService',
  199.             'Shopware\\Core\\Content\\MailTemplate\\Aggregate\\MailTemplateTypeTranslation\\MailTemplateTypeTranslationDefinition' => 'getMailTemplateTypeTranslationDefinitionService',
  200.             'Shopware\\Core\\Content\\MailTemplate\\Aggregate\\MailTemplateType\\MailTemplateTypeDefinition' => 'getMailTemplateTypeDefinitionService',
  201.             'Shopware\\Core\\Content\\MailTemplate\\Api\\MailActionController' => 'getMailActionControllerService',
  202.             'Shopware\\Core\\Content\\MailTemplate\\MailTemplateDefinition' => 'getMailTemplateDefinitionService',
  203.             'Shopware\\Core\\Content\\Mail\\Service\\MailFactory' => 'getMailFactoryService',
  204.             'Shopware\\Core\\Content\\Mail\\Service\\MailSender' => 'getMailSenderService',
  205.             'Shopware\\Core\\Content\\Media\\Aggregate\\MediaDefaultFolder\\MediaDefaultFolderDefinition' => 'getMediaDefaultFolderDefinitionService',
  206.             'Shopware\\Core\\Content\\Media\\Aggregate\\MediaFolderConfigurationMediaThumbnailSize\\MediaFolderConfigurationMediaThumbnailSizeDefinition' => 'getMediaFolderConfigurationMediaThumbnailSizeDefinitionService',
  207.             'Shopware\\Core\\Content\\Media\\Aggregate\\MediaFolderConfiguration\\MediaFolderConfigurationDefinition' => 'getMediaFolderConfigurationDefinitionService',
  208.             'Shopware\\Core\\Content\\Media\\Aggregate\\MediaFolder\\MediaFolderDefinition' => 'getMediaFolderDefinitionService',
  209.             'Shopware\\Core\\Content\\Media\\Aggregate\\MediaTag\\MediaTagDefinition' => 'getMediaTagDefinitionService',
  210.             'Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnailSize\\MediaThumbnailSizeDefinition' => 'getMediaThumbnailSizeDefinitionService',
  211.             'Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnail\\MediaThumbnailDefinition' => 'getMediaThumbnailDefinitionService',
  212.             'Shopware\\Core\\Content\\Media\\Aggregate\\MediaTranslation\\MediaTranslationDefinition' => 'getMediaTranslationDefinitionService',
  213.             'Shopware\\Core\\Content\\Media\\Api\\MediaFolderController' => 'getMediaFolderControllerService',
  214.             'Shopware\\Core\\Content\\Media\\Api\\MediaUploadController' => 'getMediaUploadControllerService',
  215.             'Shopware\\Core\\Content\\Media\\File\\FileSaver' => 'getFileSaverService',
  216.             'Shopware\\Core\\Content\\Media\\MediaDefinition' => 'getMediaDefinitionService',
  217.             'Shopware\\Core\\Content\\Newsletter\\Aggregate\\NewsletterRecipientTag\\NewsletterRecipientTagDefinition' => 'getNewsletterRecipientTagDefinitionService',
  218.             'Shopware\\Core\\Content\\Newsletter\\Aggregate\\NewsletterRecipient\\NewsletterRecipientDefinition' => 'getNewsletterRecipientDefinitionService',
  219.             'Shopware\\Core\\Content\\Newsletter\\SalesChannel\\NewsletterConfirmRoute' => 'getNewsletterConfirmRouteService',
  220.             'Shopware\\Core\\Content\\Newsletter\\SalesChannel\\NewsletterSubscribeRoute' => 'getNewsletterSubscribeRouteService',
  221.             'Shopware\\Core\\Content\\Newsletter\\SalesChannel\\NewsletterUnsubscribeRoute' => 'getNewsletterUnsubscribeRouteService',
  222.             'Shopware\\Core\\Content\\Newsletter\\SalesChannel\\SalesChannelNewsletterRecipientDefinition' => 'getSalesChannelNewsletterRecipientDefinitionService',
  223.             'Shopware\\Core\\Content\\ProductExport\\Api\\ProductExportController' => 'getProductExportControllerService',
  224.             'Shopware\\Core\\Content\\ProductExport\\ProductExportDefinition' => 'getProductExportDefinitionService',
  225.             'Shopware\\Core\\Content\\ProductExport\\ProductExportHydrator' => 'getProductExportHydratorService',
  226.             'Shopware\\Core\\Content\\ProductExport\\SalesChannel\\ExportController' => 'getExportControllerService',
  227.             'Shopware\\Core\\Content\\ProductExport\\Service\\ProductExportGenerator' => 'getProductExportGeneratorService',
  228.             'Shopware\\Core\\Content\\ProductExport\\Service\\ProductExporter' => 'getProductExporterService',
  229.             'Shopware\\Core\\Content\\ProductStream\\Aggregate\\ProductStreamFilter\\ProductStreamFilterDefinition' => 'getProductStreamFilterDefinitionService',
  230.             'Shopware\\Core\\Content\\ProductStream\\Aggregate\\ProductStreamFilter\\ProductStreamFilterHydrator' => 'getProductStreamFilterHydratorService',
  231.             'Shopware\\Core\\Content\\ProductStream\\Aggregate\\ProductStreamTranslation\\ProductStreamTranslationDefinition' => 'getProductStreamTranslationDefinitionService',
  232.             'Shopware\\Core\\Content\\ProductStream\\ProductStreamDefinition' => 'getProductStreamDefinitionService',
  233.             'Shopware\\Core\\Content\\ProductStream\\ProductStreamHydrator' => 'getProductStreamHydratorService',
  234.             'Shopware\\Core\\Content\\ProductStream\\Service\\ProductStreamBuilder' => 'getProductStreamBuilderService',
  235.             'Shopware\\Core\\Content\\Product\\Aggregate\\ProductCategoryTree\\ProductCategoryTreeDefinition' => 'getProductCategoryTreeDefinitionService',
  236.             'Shopware\\Core\\Content\\Product\\Aggregate\\ProductCategory\\ProductCategoryDefinition' => 'getProductCategoryDefinitionService',
  237.             'Shopware\\Core\\Content\\Product\\Aggregate\\ProductConfiguratorSetting\\ProductConfiguratorSettingDefinition' => 'getProductConfiguratorSettingDefinitionService',
  238.             'Shopware\\Core\\Content\\Product\\Aggregate\\ProductConfiguratorSetting\\ProductConfiguratorSettingHydrator' => 'getProductConfiguratorSettingHydratorService',
  239.             'Shopware\\Core\\Content\\Product\\Aggregate\\ProductCrossSellingAssignedProducts\\ProductCrossSellingAssignedProductsDefinition' => 'getProductCrossSellingAssignedProductsDefinitionService',
  240.             'Shopware\\Core\\Content\\Product\\Aggregate\\ProductCrossSellingAssignedProducts\\ProductCrossSellingAssignedProductsHydrator' => 'getProductCrossSellingAssignedProductsHydratorService',
  241.             'Shopware\\Core\\Content\\Product\\Aggregate\\ProductCrossSellingTranslation\\ProductCrossSellingTranslationDefinition' => 'getProductCrossSellingTranslationDefinitionService',
  242.             'Shopware\\Core\\Content\\Product\\Aggregate\\ProductCrossSelling\\ProductCrossSellingDefinition' => 'getProductCrossSellingDefinitionService',
  243.             'Shopware\\Core\\Content\\Product\\Aggregate\\ProductCrossSelling\\ProductCrossSellingHydrator' => 'getProductCrossSellingHydratorService',
  244.             'Shopware\\Core\\Content\\Product\\Aggregate\\ProductCustomFieldSet\\ProductCustomFieldSetDefinition' => 'getProductCustomFieldSetDefinitionService',
  245.             'Shopware\\Core\\Content\\Product\\Aggregate\\ProductDownload\\ProductDownloadDefinition' => 'getProductDownloadDefinitionService',
  246.             'Shopware\\Core\\Content\\Product\\Aggregate\\ProductFeatureSetTranslation\\ProductFeatureSetTranslationDefinition' => 'getProductFeatureSetTranslationDefinitionService',
  247.             'Shopware\\Core\\Content\\Product\\Aggregate\\ProductFeatureSet\\ProductFeatureSetDefinition' => 'getProductFeatureSetDefinitionService',
  248.             'Shopware\\Core\\Content\\Product\\Aggregate\\ProductFeatureSet\\ProductFeatureSetHydrator' => 'getProductFeatureSetHydratorService',
  249.             'Shopware\\Core\\Content\\Product\\Aggregate\\ProductKeywordDictionary\\ProductKeywordDictionaryDefinition' => 'getProductKeywordDictionaryDefinitionService',
  250.             'Shopware\\Core\\Content\\Product\\Aggregate\\ProductKeywordDictionary\\ProductKeywordDictionaryHydrator' => 'getProductKeywordDictionaryHydratorService',
  251.             'Shopware\\Core\\Content\\Product\\Aggregate\\ProductManufacturerTranslation\\ProductManufacturerTranslationDefinition' => 'getProductManufacturerTranslationDefinitionService',
  252.             'Shopware\\Core\\Content\\Product\\Aggregate\\ProductManufacturer\\ProductManufacturerDefinition' => 'getProductManufacturerDefinitionService',
  253.             'Shopware\\Core\\Content\\Product\\Aggregate\\ProductManufacturer\\ProductManufacturerHydrator' => 'getProductManufacturerHydratorService',
  254.             'Shopware\\Core\\Content\\Product\\Aggregate\\ProductMedia\\ProductMediaDefinition' => 'getProductMediaDefinitionService',
  255.             'Shopware\\Core\\Content\\Product\\Aggregate\\ProductMedia\\ProductMediaHydrator' => 'getProductMediaHydratorService',
  256.             'Shopware\\Core\\Content\\Product\\Aggregate\\ProductOption\\ProductOptionDefinition' => 'getProductOptionDefinitionService',
  257.             'Shopware\\Core\\Content\\Product\\Aggregate\\ProductPrice\\ProductPriceDefinition' => 'getProductPriceDefinitionService',
  258.             'Shopware\\Core\\Content\\Product\\Aggregate\\ProductPrice\\ProductPriceHydrator' => 'getProductPriceHydratorService',
  259.             'Shopware\\Core\\Content\\Product\\Aggregate\\ProductProperty\\ProductPropertyDefinition' => 'getProductPropertyDefinitionService',
  260.             'Shopware\\Core\\Content\\Product\\Aggregate\\ProductReview\\ProductReviewDefinition' => 'getProductReviewDefinitionService',
  261.             'Shopware\\Core\\Content\\Product\\Aggregate\\ProductReview\\ProductReviewHydrator' => 'getProductReviewHydratorService',
  262.             'Shopware\\Core\\Content\\Product\\Aggregate\\ProductSearchConfigField\\ProductSearchConfigFieldDefinition' => 'getProductSearchConfigFieldDefinitionService',
  263.             'Shopware\\Core\\Content\\Product\\Aggregate\\ProductSearchConfigField\\ProductSearchConfigFieldHydrator' => 'getProductSearchConfigFieldHydratorService',
  264.             'Shopware\\Core\\Content\\Product\\Aggregate\\ProductSearchConfig\\ProductSearchConfigDefinition' => 'getProductSearchConfigDefinitionService',
  265.             'Shopware\\Core\\Content\\Product\\Aggregate\\ProductSearchConfig\\ProductSearchConfigHydrator' => 'getProductSearchConfigHydratorService',
  266.             'Shopware\\Core\\Content\\Product\\Aggregate\\ProductSearchKeyword\\ProductSearchKeywordDefinition' => 'getProductSearchKeywordDefinitionService',
  267.             'Shopware\\Core\\Content\\Product\\Aggregate\\ProductSearchKeyword\\ProductSearchKeywordHydrator' => 'getProductSearchKeywordHydratorService',
  268.             'Shopware\\Core\\Content\\Product\\Aggregate\\ProductStreamMapping\\ProductStreamMappingDefinition' => 'getProductStreamMappingDefinitionService',
  269.             'Shopware\\Core\\Content\\Product\\Aggregate\\ProductTag\\ProductTagDefinition' => 'getProductTagDefinitionService',
  270.             'Shopware\\Core\\Content\\Product\\Aggregate\\ProductTranslation\\ProductTranslationDefinition' => 'getProductTranslationDefinitionService',
  271.             'Shopware\\Core\\Content\\Product\\Aggregate\\ProductVisibility\\ProductVisibilityDefinition' => 'getProductVisibilityDefinitionService',
  272.             'Shopware\\Core\\Content\\Product\\Aggregate\\ProductVisibility\\ProductVisibilityHydrator' => 'getProductVisibilityHydratorService',
  273.             'Shopware\\Core\\Content\\Product\\Api\\ProductActionController' => 'getProductActionControllerService',
  274.             'Shopware\\Core\\Content\\Product\\DataAbstractionLayer\\CheapestPrice\\CheapestPriceAccessorBuilder' => 'getCheapestPriceAccessorBuilderService',
  275.             'Shopware\\Core\\Content\\Product\\ProductDefinition' => 'getProductDefinitionService',
  276.             'Shopware\\Core\\Content\\Product\\ProductHydrator' => 'getProductHydratorService',
  277.             'Shopware\\Core\\Content\\Product\\SalesChannel\\CrossSelling\\CachedProductCrossSellingRoute' => 'getCachedProductCrossSellingRouteService',
  278.             'Shopware\\Core\\Content\\Product\\SalesChannel\\Detail\\CachedProductDetailRoute' => 'getCachedProductDetailRouteService',
  279.             'Shopware\\Core\\Content\\Product\\SalesChannel\\FindVariant\\FindProductVariantRoute' => 'getFindProductVariantRouteService',
  280.             'Shopware\\Core\\Content\\Product\\SalesChannel\\Listing\\CachedProductListingRoute' => 'getCachedProductListingRouteService',
  281.             'Shopware\\Core\\Content\\Product\\SalesChannel\\Listing\\ResolveCriteriaProductListingRoute' => 'getResolveCriteriaProductListingRouteService',
  282.             'Shopware\\Core\\Content\\Product\\SalesChannel\\ProductListRoute' => 'getProductListRouteService',
  283.             'Shopware\\Core\\Content\\Product\\SalesChannel\\Review\\CachedProductReviewRoute' => 'getCachedProductReviewRouteService',
  284.             'Shopware\\Core\\Content\\Product\\SalesChannel\\Review\\ProductReviewSaveRoute' => 'getProductReviewSaveRouteService',
  285.             'Shopware\\Core\\Content\\Product\\SalesChannel\\SalesChannelProductDefinition' => 'getSalesChannelProductDefinitionService',
  286.             'Shopware\\Core\\Content\\Product\\SalesChannel\\Search\\CachedProductSearchRoute' => 'getCachedProductSearchRouteService',
  287.             'Shopware\\Core\\Content\\Product\\SalesChannel\\Search\\ResolvedCriteriaProductSearchRoute' => 'getResolvedCriteriaProductSearchRouteService',
  288.             'Shopware\\Core\\Content\\Product\\SalesChannel\\Sorting\\ProductSortingDefinition' => 'getProductSortingDefinitionService',
  289.             'Shopware\\Core\\Content\\Product\\SalesChannel\\Sorting\\ProductSortingHydrator' => 'getProductSortingHydratorService',
  290.             'Shopware\\Core\\Content\\Product\\SalesChannel\\Sorting\\ProductSortingTranslationDefinition' => 'getProductSortingTranslationDefinitionService',
  291.             'Shopware\\Core\\Content\\Product\\SalesChannel\\Suggest\\CachedProductSuggestRoute' => 'getCachedProductSuggestRouteService',
  292.             'Shopware\\Core\\Content\\Property\\Aggregate\\PropertyGroupOptionTranslation\\PropertyGroupOptionTranslationDefinition' => 'getPropertyGroupOptionTranslationDefinitionService',
  293.             'Shopware\\Core\\Content\\Property\\Aggregate\\PropertyGroupOption\\PropertyGroupOptionDefinition' => 'getPropertyGroupOptionDefinitionService',
  294.             'Shopware\\Core\\Content\\Property\\Aggregate\\PropertyGroupOption\\PropertyGroupOptionHydrator' => 'getPropertyGroupOptionHydratorService',
  295.             'Shopware\\Core\\Content\\Property\\Aggregate\\PropertyGroupTranslation\\PropertyGroupTranslationDefinition' => 'getPropertyGroupTranslationDefinitionService',
  296.             'Shopware\\Core\\Content\\Property\\PropertyGroupDefinition' => 'getPropertyGroupDefinitionService',
  297.             'Shopware\\Core\\Content\\Property\\PropertyGroupHydrator' => 'getPropertyGroupHydratorService',
  298.             'Shopware\\Core\\Content\\Rule\\Aggregate\\RuleCondition\\RuleConditionDefinition' => 'getRuleConditionDefinitionService',
  299.             'Shopware\\Core\\Content\\Rule\\Aggregate\\RuleTag\\RuleTagDefinition' => 'getRuleTagDefinitionService',
  300.             'Shopware\\Core\\Content\\Rule\\RuleDefinition' => 'getRuleDefinitionService',
  301.             'Shopware\\Core\\Content\\Seo\\Api\\SeoActionController' => 'getSeoActionControllerService',
  302.             'Shopware\\Core\\Content\\Seo\\CachedSeoResolver' => 'getCachedSeoResolverService',
  303.             'Shopware\\Core\\Content\\Seo\\EmptyPathInfoResolver' => 'getEmptyPathInfoResolverService',
  304.             'Shopware\\Core\\Content\\Seo\\Entity\\Dbal\\SeoUrlAssociationFieldResolver' => 'getSeoUrlAssociationFieldResolverService',
  305.             'Shopware\\Core\\Content\\Seo\\Entity\\Serializer\\SeoUrlFieldSerializer' => 'getSeoUrlFieldSerializerService',
  306.             'Shopware\\Core\\Content\\Seo\\MainCategory\\MainCategoryDefinition' => 'getMainCategoryDefinitionService',
  307.             'Shopware\\Core\\Content\\Seo\\MainCategory\\SalesChannel\\SalesChannelMainCategoryDefinition' => 'getSalesChannelMainCategoryDefinitionService',
  308.             'Shopware\\Core\\Content\\Seo\\SalesChannel\\SeoUrlRoute' => 'getSeoUrlRouteService',
  309.             'Shopware\\Core\\Content\\Seo\\SeoUrlPlaceholderHandlerInterface' => 'getSeoUrlPlaceholderHandlerInterfaceService',
  310.             'Shopware\\Core\\Content\\Seo\\SeoUrlTemplate\\SeoUrlTemplateDefinition' => 'getSeoUrlTemplateDefinitionService',
  311.             'Shopware\\Core\\Content\\Seo\\SeoUrl\\SalesChannel\\SalesChannelSeoUrlDefinition' => 'getSalesChannelSeoUrlDefinitionService',
  312.             'Shopware\\Core\\Content\\Seo\\SeoUrl\\SeoUrlDefinition' => 'getSeoUrlDefinitionService',
  313.             'Shopware\\Core\\Content\\Sitemap\\SalesChannel\\CachedSitemapRoute' => 'getCachedSitemapRouteService',
  314.             'Shopware\\Core\\Framework\\Adapter\\Asset\\AssetPackageService' => 'getAssetPackageServiceService',
  315.             'Shopware\\Core\\Framework\\Adapter\\Cache\\CacheIdLoader' => 'getCacheIdLoaderService',
  316.             'Shopware\\Core\\Framework\\Adapter\\Cache\\Script\\Facade\\CacheInvalidatorFacadeHookFactory' => 'getCacheInvalidatorFacadeHookFactoryService',
  317.             'Shopware\\Core\\Framework\\Adapter\\Twig\\AppTemplateIterator' => 'getAppTemplateIteratorService',
  318.             'Shopware\\Core\\Framework\\Adapter\\Twig\\TemplateFinder' => 'getTemplateFinderService',
  319.             'Shopware\\Core\\Framework\\Adapter\\Twig\\TemplateIterator' => 'getTemplateIteratorService',
  320.             'Shopware\\Core\\Framework\\Api\\Acl\\AclCriteriaValidator' => 'getAclCriteriaValidatorService',
  321.             'Shopware\\Core\\Framework\\Api\\Acl\\Role\\AclRoleDefinition' => 'getAclRoleDefinitionService',
  322.             'Shopware\\Core\\Framework\\Api\\Acl\\Role\\AclUserRoleDefinition' => 'getAclUserRoleDefinitionService',
  323.             'Shopware\\Core\\Framework\\Api\\Controller\\AccessKeyController' => 'getAccessKeyControllerService',
  324.             'Shopware\\Core\\Framework\\Api\\Controller\\AclController' => 'getAclControllerService',
  325.             'Shopware\\Core\\Framework\\Api\\Controller\\ApiController' => 'getApiControllerService',
  326.             'Shopware\\Core\\Framework\\Api\\Controller\\AuthController' => 'getAuthControllerService',
  327.             'Shopware\\Core\\Framework\\Api\\Controller\\CacheController' => 'getCacheControllerService',
  328.             'Shopware\\Core\\Framework\\Api\\Controller\\CustomSnippetFormatController' => 'getCustomSnippetFormatControllerService',
  329.             'Shopware\\Core\\Framework\\Api\\Controller\\FallbackController' => 'getFallbackControllerService',
  330.             'Shopware\\Core\\Framework\\Api\\Controller\\IndexingController' => 'getIndexingControllerService',
  331.             'Shopware\\Core\\Framework\\Api\\Controller\\InfoController' => 'getInfoControllerService',
  332.             'Shopware\\Core\\Framework\\Api\\Controller\\IntegrationController' => 'getIntegrationControllerService',
  333.             'Shopware\\Core\\Framework\\Api\\Controller\\SalesChannelProxyController' => 'getSalesChannelProxyControllerService',
  334.             'Shopware\\Core\\Framework\\Api\\Controller\\SyncController' => 'getSyncControllerService',
  335.             'Shopware\\Core\\Framework\\Api\\Controller\\UserController' => 'getUserControllerService',
  336.             'Shopware\\Core\\Framework\\Api\\Sync\\SyncService' => 'getSyncServiceService',
  337.             'Shopware\\Core\\Framework\\App\\Aggregate\\ActionButtonTranslation\\ActionButtonTranslationDefinition' => 'getActionButtonTranslationDefinitionService',
  338.             'Shopware\\Core\\Framework\\App\\Aggregate\\ActionButton\\ActionButtonDefinition' => 'getActionButtonDefinitionService',
  339.             'Shopware\\Core\\Framework\\App\\Aggregate\\AppPaymentMethod\\AppPaymentMethodDefinition' => 'getAppPaymentMethodDefinitionService',
  340.             'Shopware\\Core\\Framework\\App\\Aggregate\\AppScriptConditionTranslation\\AppScriptConditionTranslationDefinition' => 'getAppScriptConditionTranslationDefinitionService',
  341.             'Shopware\\Core\\Framework\\App\\Aggregate\\AppScriptCondition\\AppScriptConditionDefinition' => 'getAppScriptConditionDefinitionService',
  342.             'Shopware\\Core\\Framework\\App\\Aggregate\\AppTranslation\\AppTranslationDefinition' => 'getAppTranslationDefinitionService',
  343.             'Shopware\\Core\\Framework\\App\\Aggregate\\CmsBlockTranslation\\AppCmsBlockTranslationDefinition' => 'getAppCmsBlockTranslationDefinitionService',
  344.             'Shopware\\Core\\Framework\\App\\Aggregate\\CmsBlock\\AppCmsBlockDefinition' => 'getAppCmsBlockDefinitionService',
  345.             'Shopware\\Core\\Framework\\App\\Aggregate\\FlowActionTranslation\\AppFlowActionTranslationDefinition' => 'getAppFlowActionTranslationDefinitionService',
  346.             'Shopware\\Core\\Framework\\App\\Aggregate\\FlowAction\\AppFlowActionDefinition' => 'getAppFlowActionDefinitionService',
  347.             'Shopware\\Core\\Framework\\App\\Api\\AppActionController' => 'getAppActionControllerService',
  348.             'Shopware\\Core\\Framework\\App\\Api\\AppCmsController' => 'getAppCmsControllerService',
  349.             'Shopware\\Core\\Framework\\App\\Api\\AppUrlChangeController' => 'getAppUrlChangeControllerService',
  350.             'Shopware\\Core\\Framework\\App\\AppDefinition' => 'getAppDefinitionService',
  351.             'Shopware\\Core\\Framework\\App\\AppLocaleProvider' => 'getAppLocaleProviderService',
  352.             'Shopware\\Core\\Framework\\App\\AppUrlChangeResolver\\Resolver' => 'getResolverService',
  353.             'Shopware\\Core\\Framework\\App\\FlowAction\\AppFlowActionProvider' => 'getAppFlowActionProviderService',
  354.             'Shopware\\Core\\Framework\\App\\ShopId\\ShopIdProvider' => 'getShopIdProviderService',
  355.             'Shopware\\Core\\Framework\\App\\Template\\TemplateDefinition' => 'getTemplateDefinitionService',
  356.             'Shopware\\Core\\Framework\\App\\Template\\TemplateStateService' => 'getTemplateStateServiceService',
  357.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\Cache\\EntityCacheKeyGenerator' => 'getEntityCacheKeyGeneratorService',
  358.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\Dbal\\EntityHydrator' => 'getEntityHydratorService',
  359.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\Dbal\\FieldAccessorBuilder\\ConfigJsonFieldAccessorBuilder' => 'getConfigJsonFieldAccessorBuilderService',
  360.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\Dbal\\FieldAccessorBuilder\\CustomFieldsAccessorBuilder' => 'getCustomFieldsAccessorBuilderService',
  361.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\Dbal\\FieldAccessorBuilder\\DefaultFieldAccessorBuilder' => 'getDefaultFieldAccessorBuilderService',
  362.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\Dbal\\FieldAccessorBuilder\\JsonFieldAccessorBuilder' => 'getJsonFieldAccessorBuilderService',
  363.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\Dbal\\FieldAccessorBuilder\\PriceFieldAccessorBuilder' => 'getPriceFieldAccessorBuilderService',
  364.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\Dbal\\FieldResolver\\ManyToManyAssociationFieldResolver' => 'getManyToManyAssociationFieldResolverService',
  365.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\Dbal\\FieldResolver\\ManyToOneAssociationFieldResolver' => 'getManyToOneAssociationFieldResolverService',
  366.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\Dbal\\FieldResolver\\OneToManyAssociationFieldResolver' => 'getOneToManyAssociationFieldResolverService',
  367.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\Dbal\\FieldResolver\\TranslationFieldResolver' => 'getTranslationFieldResolverService',
  368.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\Dbal\\JoinGroupBuilder' => 'getJoinGroupBuilderService',
  369.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry' => 'getDefinitionInstanceRegistryService',
  370.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory' => 'getEntityLoadedEventFactoryService',
  371.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\ExtensionRegistry' => 'getExtensionRegistryService',
  372.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\Facade\\RepositoryFacadeHookFactory' => 'getRepositoryFacadeHookFactoryService',
  373.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\Facade\\RepositoryWriterFacadeHookFactory' => 'getRepositoryWriterFacadeHookFactoryService',
  374.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\Facade\\SalesChannelRepositoryFacadeHookFactory' => 'getSalesChannelRepositoryFacadeHookFactoryService',
  375.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\BlobFieldSerializer' => 'getBlobFieldSerializerService',
  376.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\BoolFieldSerializer' => 'getBoolFieldSerializerService',
  377.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\CalculatedPriceFieldSerializer' => 'getCalculatedPriceFieldSerializerService',
  378.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\CartPriceFieldSerializer' => 'getCartPriceFieldSerializerService',
  379.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\CashRoundingConfigFieldSerializer' => 'getCashRoundingConfigFieldSerializerService',
  380.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\ConfigJsonFieldSerializer' => 'getConfigJsonFieldSerializerService',
  381.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\CreatedAtFieldSerializer' => 'getCreatedAtFieldSerializerService',
  382.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\CreatedByFieldSerializer' => 'getCreatedByFieldSerializerService',
  383.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\CustomFieldsSerializer' => 'getCustomFieldsSerializerService',
  384.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\DateFieldSerializer' => 'getDateFieldSerializerService',
  385.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\DateTimeFieldSerializer' => 'getDateTimeFieldSerializerService',
  386.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\EmailFieldSerializer' => 'getEmailFieldSerializerService',
  387.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\FkFieldSerializer' => 'getFkFieldSerializerService',
  388.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\FloatFieldSerializer' => 'getFloatFieldSerializerService',
  389.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\IdFieldSerializer' => 'getIdFieldSerializerService',
  390.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\IntFieldSerializer' => 'getIntFieldSerializerService',
  391.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\JsonFieldSerializer' => 'getJsonFieldSerializerService',
  392.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\ListFieldSerializer' => 'getListFieldSerializerService',
  393.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\LongTextFieldSerializer' => 'getLongTextFieldSerializerService',
  394.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\ManyToManyAssociationFieldSerializer' => 'getManyToManyAssociationFieldSerializerService',
  395.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\ManyToOneAssociationFieldSerializer' => 'getManyToOneAssociationFieldSerializerService',
  396.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\OneToManyAssociationFieldSerializer' => 'getOneToManyAssociationFieldSerializerService',
  397.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\OneToOneAssociationFieldSerializer' => 'getOneToOneAssociationFieldSerializerService',
  398.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\PHPUnserializeFieldSerializer' => 'getPHPUnserializeFieldSerializerService',
  399.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\PasswordFieldSerializer' => 'getPasswordFieldSerializerService',
  400.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\PriceDefinitionFieldSerializer' => 'getPriceDefinitionFieldSerializerService',
  401.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\PriceFieldSerializer' => 'getPriceFieldSerializerService',
  402.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\ReferenceVersionFieldSerializer' => 'getReferenceVersionFieldSerializerService',
  403.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\RemoteAddressFieldSerializer' => 'getRemoteAddressFieldSerializerService',
  404.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\StateMachineStateFieldSerializer' => 'getStateMachineStateFieldSerializerService',
  405.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\StringFieldSerializer' => 'getStringFieldSerializerService',
  406.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\TaxFreeConfigFieldSerializer' => 'getTaxFreeConfigFieldSerializerService',
  407.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\TimeZoneFieldSerializer' => 'getTimeZoneFieldSerializerService',
  408.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\TranslatedFieldSerializer' => 'getTranslatedFieldSerializerService',
  409.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\TranslationsAssociationFieldSerializer' => 'getTranslationsAssociationFieldSerializerService',
  410.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\UpdatedAtFieldSerializer' => 'getUpdatedAtFieldSerializerService',
  411.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\UpdatedByFieldSerializer' => 'getUpdatedByFieldSerializerService',
  412.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\VariantListingConfigFieldSerializer' => 'getVariantListingConfigFieldSerializerService',
  413.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\VersionDataPayloadFieldSerializer' => 'getVersionDataPayloadFieldSerializerService',
  414.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\VersionFieldSerializer' => 'getVersionFieldSerializerService',
  415.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\Indexing\\EntityIndexerRegistry' => 'getEntityIndexerRegistryService',
  416.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface' => 'getEntityReaderInterfaceService',
  417.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface' => 'getEntityAggregatorInterfaceService',
  418.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface' => 'getEntitySearcherInterfaceService',
  419.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager' => 'getVersionManagerService',
  420.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\Version\\Aggregate\\VersionCommitData\\VersionCommitDataDefinition' => 'getVersionCommitDataDefinitionService',
  421.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\Version\\Aggregate\\VersionCommit\\VersionCommitDefinition' => 'getVersionCommitDefinitionService',
  422.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\Version\\VersionDefinition' => 'getVersionDefinitionService',
  423.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\EntityWriteGatewayInterface' => 'getEntityWriteGatewayInterfaceService',
  424.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\EntityWriter' => 'getEntityWriterService',
  425.             'Shopware\\Core\\Framework\\Event\\BusinessEventRegistry' => 'getBusinessEventRegistryService',
  426.             'Shopware\\Core\\Framework\\Event\\EventAction\\Aggregate\\EventActionRule\\EventActionRuleDefinition' => 'getEventActionRuleDefinitionService',
  427.             'Shopware\\Core\\Framework\\Event\\EventAction\\Aggregate\\EventActionSalesChannel\\EventActionSalesChannelDefinition' => 'getEventActionSalesChannelDefinitionService',
  428.             'Shopware\\Core\\Framework\\Event\\EventAction\\EventActionDefinition' => 'getEventActionDefinitionService',
  429.             'Shopware\\Core\\Framework\\Increment\\Controller\\IncrementApiController' => 'getIncrementApiControllerService',
  430.             'Shopware\\Core\\Framework\\Log\\LogEntryDefinition' => 'getLogEntryDefinitionService',
  431.             'Shopware\\Core\\Framework\\MessageQueue\\Api\\ConsumeMessagesController' => 'getConsumeMessagesControllerService',
  432.             'Shopware\\Core\\Framework\\MessageQueue\\DeadMessage\\DeadMessageDefinition' => 'getDeadMessageDefinitionService',
  433.             'Shopware\\Core\\Framework\\MessageQueue\\MessageQueueStatsDefinition' => 'getMessageQueueStatsDefinitionService',
  434.             'Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\Api\\ScheduledTaskController' => 'getScheduledTaskControllerService',
  435.             'Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\ScheduledTaskDefinition' => 'getScheduledTaskDefinitionService',
  436.             'Shopware\\Core\\Framework\\Migration\\Api\\MigrationController' => 'getMigrationControllerService',
  437.             'Shopware\\Core\\Framework\\Migration\\IndexerQueuer' => 'getIndexerQueuerService',
  438.             'Shopware\\Core\\Framework\\Migration\\MigrationCollectionLoader' => 'getMigrationCollectionLoaderService',
  439.             'Shopware\\Core\\Framework\\Plugin\\Aggregate\\PluginTranslation\\PluginTranslationDefinition' => 'getPluginTranslationDefinitionService',
  440.             'Shopware\\Core\\Framework\\Plugin\\KernelPluginCollection' => 'getKernelPluginCollectionService',
  441.             'Shopware\\Core\\Framework\\Plugin\\KernelPluginLoader\\KernelPluginLoader' => 'getKernelPluginLoaderService',
  442.             'Shopware\\Core\\Framework\\Plugin\\PluginDefinition' => 'getPluginDefinitionService',
  443.             'Shopware\\Core\\Framework\\Plugin\\Util\\PluginIdProvider' => 'getPluginIdProviderService',
  444.             'Shopware\\Core\\Framework\\Routing\\CanonicalRedirectService' => 'getCanonicalRedirectServiceService',
  445.             'Shopware\\Core\\Framework\\Routing\\RequestTransformerInterface' => 'getRequestTransformerInterfaceService',
  446.             'Shopware\\Core\\Framework\\Rule\\Api\\RuleConfigController' => 'getRuleConfigControllerService',
  447.             'Shopware\\Core\\Framework\\Script\\Api\\ScriptApiRoute' => 'getScriptApiRouteService',
  448.             'Shopware\\Core\\Framework\\Script\\Api\\ScriptResponseFactoryFacadeHookFactory' => 'getScriptResponseFactoryFacadeHookFactoryService',
  449.             'Shopware\\Core\\Framework\\Script\\Api\\ScriptStoreApiRoute' => 'getScriptStoreApiRouteService',
  450.             'Shopware\\Core\\Framework\\Script\\Execution\\ScriptExecutor' => 'getScriptExecutorService',
  451.             'Shopware\\Core\\Framework\\Script\\ScriptDefinition' => 'getScriptDefinitionService',
  452.             'Shopware\\Core\\Framework\\Store\\Api\\ExtensionStoreActionsController' => 'getExtensionStoreActionsControllerService',
  453.             'Shopware\\Core\\Framework\\Store\\Api\\ExtensionStoreDataController' => 'getExtensionStoreDataControllerService',
  454.             'Shopware\\Core\\Framework\\Store\\Api\\ExtensionStoreLicensesController' => 'getExtensionStoreLicensesControllerService',
  455.             'Shopware\\Core\\Framework\\Store\\Api\\FirstRunWizardController' => 'getFirstRunWizardControllerService',
  456.             'Shopware\\Core\\Framework\\Store\\Api\\StoreController' => 'getStoreControllerService',
  457.             'Shopware\\Core\\Framework\\Store\\Authentication\\StoreRequestOptionsProvider' => 'getStoreRequestOptionsProviderService',
  458.             'Shopware\\Core\\Framework\\Store\\Services\\ShopSecretInvalidMiddleware' => 'getShopSecretInvalidMiddlewareService',
  459.             'Shopware\\Core\\Framework\\Store\\Services\\StoreSessionExpiredMiddleware' => 'getStoreSessionExpiredMiddlewareService',
  460.             'Shopware\\Core\\Framework\\Store\\Services\\VerifyResponseSignatureMiddleware' => 'getVerifyResponseSignatureMiddlewareService',
  461.             'Shopware\\Core\\Framework\\Update\\Api\\UpdateController' => 'getUpdateControllerService',
  462.             'Shopware\\Core\\Framework\\Util\\HtmlSanitizer' => 'getHtmlSanitizerService',
  463.             'Shopware\\Core\\Framework\\Webhook\\EventLog\\WebhookEventLogDefinition' => 'getWebhookEventLogDefinitionService',
  464.             'Shopware\\Core\\Framework\\Webhook\\WebhookDefinition' => 'getWebhookDefinitionService',
  465.             'Shopware\\Core\\Maintenance\\SalesChannel\\Service\\SalesChannelCreator' => 'getSalesChannelCreatorService',
  466.             'Shopware\\Core\\Maintenance\\User\\Service\\UserProvisioner' => 'getUserProvisionerService',
  467.             'Shopware\\Core\\Profiling\\Profiler' => 'getProfilerService',
  468.             'Shopware\\Core\\System\\Country\\Aggregate\\CountryStateTranslation\\CountryStateTranslationDefinition' => 'getCountryStateTranslationDefinitionService',
  469.             'Shopware\\Core\\System\\Country\\Aggregate\\CountryState\\CountryStateDefinition' => 'getCountryStateDefinitionService',
  470.             'Shopware\\Core\\System\\Country\\Aggregate\\CountryState\\SalesChannel\\SalesChannelCountryStateDefinition' => 'getSalesChannelCountryStateDefinitionService',
  471.             'Shopware\\Core\\System\\Country\\Aggregate\\CountryTranslation\\CountryTranslationDefinition' => 'getCountryTranslationDefinitionService',
  472.             'Shopware\\Core\\System\\Country\\CountryDefinition' => 'getCountryDefinitionService',
  473.             'Shopware\\Core\\System\\Country\\SalesChannel\\CachedCountryRoute' => 'getCachedCountryRouteService',
  474.             'Shopware\\Core\\System\\Country\\SalesChannel\\CachedCountryStateRoute' => 'getCachedCountryStateRouteService',
  475.             'Shopware\\Core\\System\\Country\\SalesChannel\\SalesChannelCountryDefinition' => 'getSalesChannelCountryDefinitionService',
  476.             'Shopware\\Core\\System\\Currency\\Aggregate\\CurrencyCountryRounding\\CurrencyCountryRoundingDefinition' => 'getCurrencyCountryRoundingDefinitionService',
  477.             'Shopware\\Core\\System\\Currency\\Aggregate\\CurrencyTranslation\\CurrencyTranslationDefinition' => 'getCurrencyTranslationDefinitionService',
  478.             'Shopware\\Core\\System\\Currency\\CurrencyDefinition' => 'getCurrencyDefinitionService',
  479.             'Shopware\\Core\\System\\Currency\\CurrencyFormatter' => 'getCurrencyFormatterService',
  480.             'Shopware\\Core\\System\\Currency\\SalesChannel\\CachedCurrencyRoute' => 'getCachedCurrencyRouteService',
  481.             'Shopware\\Core\\System\\Currency\\SalesChannel\\SalesChannelCurrencyDefinition' => 'getSalesChannelCurrencyDefinitionService',
  482.             'Shopware\\Core\\System\\CustomEntity\\Api\\CustomEntityApiController' => 'getCustomEntityApiControllerService',
  483.             'Shopware\\Core\\System\\CustomEntity\\CustomEntityDefinition' => 'getCustomEntityDefinitionService',
  484.             'Shopware\\Core\\System\\CustomEntity\\CustomEntityRegistrar' => 'getCustomEntityRegistrarService',
  485.             'Shopware\\Core\\System\\CustomEntity\\Schema\\CustomEntitySchemaUpdater' => 'getCustomEntitySchemaUpdaterService',
  486.             'Shopware\\Core\\System\\CustomField\\Aggregate\\CustomFieldSetRelation\\CustomFieldSetRelationDefinition' => 'getCustomFieldSetRelationDefinitionService',
  487.             'Shopware\\Core\\System\\CustomField\\Aggregate\\CustomFieldSet\\CustomFieldSetDefinition' => 'getCustomFieldSetDefinitionService',
  488.             'Shopware\\Core\\System\\CustomField\\Api\\CustomFieldSetActionController' => 'getCustomFieldSetActionControllerService',
  489.             'Shopware\\Core\\System\\CustomField\\CustomFieldDefinition' => 'getCustomFieldDefinitionService',
  490.             'Shopware\\Core\\System\\DeliveryTime\\Aggregate\\DeliveryTimeTranslation\\DeliveryTimeTranslationDefinition' => 'getDeliveryTimeTranslationDefinitionService',
  491.             'Shopware\\Core\\System\\DeliveryTime\\DeliveryTimeDefinition' => 'getDeliveryTimeDefinitionService',
  492.             'Shopware\\Core\\System\\Integration\\Aggregate\\IntegrationRole\\IntegrationRoleDefinition' => 'getIntegrationRoleDefinitionService',
  493.             'Shopware\\Core\\System\\Integration\\IntegrationDefinition' => 'getIntegrationDefinitionService',
  494.             'Shopware\\Core\\System\\Language\\LanguageDefinition' => 'getLanguageDefinitionService',
  495.             'Shopware\\Core\\System\\Language\\SalesChannel\\CachedLanguageRoute' => 'getCachedLanguageRouteService',
  496.             'Shopware\\Core\\System\\Language\\SalesChannel\\SalesChannelLanguageDefinition' => 'getSalesChannelLanguageDefinitionService',
  497.             'Shopware\\Core\\System\\Locale\\Aggregate\\LocaleTranslation\\LocaleTranslationDefinition' => 'getLocaleTranslationDefinitionService',
  498.             'Shopware\\Core\\System\\Locale\\LocaleDefinition' => 'getLocaleDefinitionService',
  499.             'Shopware\\Core\\System\\NumberRange\\Aggregate\\NumberRangeSalesChannel\\NumberRangeSalesChannelDefinition' => 'getNumberRangeSalesChannelDefinitionService',
  500.             'Shopware\\Core\\System\\NumberRange\\Aggregate\\NumberRangeState\\NumberRangeStateDefinition' => 'getNumberRangeStateDefinitionService',
  501.             'Shopware\\Core\\System\\NumberRange\\Aggregate\\NumberRangeTranslation\\NumberRangeTranslationDefinition' => 'getNumberRangeTranslationDefinitionService',
  502.             'Shopware\\Core\\System\\NumberRange\\Aggregate\\NumberRangeTypeTranslation\\NumberRangeTypeTranslationDefinition' => 'getNumberRangeTypeTranslationDefinitionService',
  503.             'Shopware\\Core\\System\\NumberRange\\Aggregate\\NumberRangeType\\NumberRangeTypeDefinition' => 'getNumberRangeTypeDefinitionService',
  504.             'Shopware\\Core\\System\\NumberRange\\Api\\NumberRangeController' => 'getNumberRangeControllerService',
  505.             'Shopware\\Core\\System\\NumberRange\\NumberRangeDefinition' => 'getNumberRangeDefinitionService',
  506.             'Shopware\\Core\\System\\NumberRange\\ValueGenerator\\NumberRangeValueGeneratorInterface' => 'getNumberRangeValueGeneratorInterfaceService',
  507.             'Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelAnalytics\\SalesChannelAnalyticsDefinition' => 'getSalesChannelAnalyticsDefinitionService',
  508.             'Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelCountry\\SalesChannelCountryDefinition' => 'getSalesChannelCountryDefinition2Service',
  509.             'Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelCurrency\\SalesChannelCurrencyDefinition' => 'getSalesChannelCurrencyDefinition2Service',
  510.             'Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelDomain\\SalesChannelDomainDefinition' => 'getSalesChannelDomainDefinitionService',
  511.             'Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelLanguage\\SalesChannelLanguageDefinition' => 'getSalesChannelLanguageDefinition2Service',
  512.             'Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelPaymentMethod\\SalesChannelPaymentMethodDefinition' => 'getSalesChannelPaymentMethodDefinition2Service',
  513.             'Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelShippingMethod\\SalesChannelShippingMethodDefinition' => 'getSalesChannelShippingMethodDefinition2Service',
  514.             'Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelTranslation\\SalesChannelTranslationDefinition' => 'getSalesChannelTranslationDefinitionService',
  515.             'Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelTypeTranslation\\SalesChannelTypeTranslationDefinition' => 'getSalesChannelTypeTranslationDefinitionService',
  516.             'Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelType\\SalesChannelTypeDefinition' => 'getSalesChannelTypeDefinitionService',
  517.             'Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextFactory' => 'getSalesChannelContextFactoryService',
  518.             'Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry' => 'getSalesChannelDefinitionInstanceRegistryService',
  519.             'Shopware\\Core\\System\\SalesChannel\\SalesChannelDefinition' => 'getSalesChannelDefinitionService',
  520.             'Shopware\\Core\\System\\SalesChannel\\SalesChannel\\ContextSwitchRoute' => 'getContextSwitchRouteService',
  521.             'Shopware\\Core\\System\\SalesChannel\\SalesChannel\\StoreApiInfoController' => 'getStoreApiInfoControllerService',
  522.             'Shopware\\Core\\System\\Salutation\\Aggregate\\SalutationTranslation\\SalutationTranslationDefinition' => 'getSalutationTranslationDefinitionService',
  523.             'Shopware\\Core\\System\\Salutation\\SalesChannel\\CachedSalutationRoute' => 'getCachedSalutationRouteService',
  524.             'Shopware\\Core\\System\\Salutation\\SalesChannel\\SalesChannelSalutationDefinition' => 'getSalesChannelSalutationDefinitionService',
  525.             'Shopware\\Core\\System\\Salutation\\SalutationDefinition' => 'getSalutationDefinitionService',
  526.             'Shopware\\Core\\System\\Snippet\\Aggregate\\SnippetSet\\SnippetSetDefinition' => 'getSnippetSetDefinitionService',
  527.             'Shopware\\Core\\System\\Snippet\\Api\\SnippetController' => 'getSnippetControllerService',
  528.             'Shopware\\Core\\System\\Snippet\\Files\\SnippetFileCollection' => 'getSnippetFileCollectionService',
  529.             'Shopware\\Core\\System\\Snippet\\Filter\\SnippetFilterFactory' => 'getSnippetFilterFactoryService',
  530.             'Shopware\\Core\\System\\Snippet\\SnippetDefinition' => 'getSnippetDefinitionService',
  531.             'Shopware\\Core\\System\\StateMachine\\Aggregation\\StateMachineHistory\\StateMachineHistoryDefinition' => 'getStateMachineHistoryDefinitionService',
  532.             'Shopware\\Core\\System\\StateMachine\\Aggregation\\StateMachineState\\StateMachineStateDefinition' => 'getStateMachineStateDefinitionService',
  533.             'Shopware\\Core\\System\\StateMachine\\Aggregation\\StateMachineState\\StateMachineStateTranslationDefinition' => 'getStateMachineStateTranslationDefinitionService',
  534.             'Shopware\\Core\\System\\StateMachine\\Aggregation\\StateMachineTransition\\StateMachineTransitionDefinition' => 'getStateMachineTransitionDefinitionService',
  535.             'Shopware\\Core\\System\\StateMachine\\Api\\StateMachineActionController' => 'getStateMachineActionControllerService',
  536.             'Shopware\\Core\\System\\StateMachine\\StateMachineDefinition' => 'getStateMachineDefinitionService',
  537.             'Shopware\\Core\\System\\StateMachine\\StateMachineTranslationDefinition' => 'getStateMachineTranslationDefinitionService',
  538.             'Shopware\\Core\\System\\SystemConfig\\Api\\SystemConfigController' => 'getSystemConfigControllerService',
  539.             'Shopware\\Core\\System\\SystemConfig\\Facade\\SystemConfigFacadeHookFactory' => 'getSystemConfigFacadeHookFactoryService',
  540.             'Shopware\\Core\\System\\SystemConfig\\SystemConfigDefinition' => 'getSystemConfigDefinitionService',
  541.             'Shopware\\Core\\System\\SystemConfig\\SystemConfigService' => 'getSystemConfigServiceService',
  542.             'Shopware\\Core\\System\\Tag\\Service\\FilterTagIdsService' => 'getFilterTagIdsServiceService',
  543.             'Shopware\\Core\\System\\Tag\\TagDefinition' => 'getTagDefinitionService',
  544.             'Shopware\\Core\\System\\Tax\\Aggregate\\TaxRuleTypeTranslation\\TaxRuleTypeTranslationDefinition' => 'getTaxRuleTypeTranslationDefinitionService',
  545.             'Shopware\\Core\\System\\Tax\\Aggregate\\TaxRuleType\\TaxRuleTypeDefinition' => 'getTaxRuleTypeDefinitionService',
  546.             'Shopware\\Core\\System\\Tax\\Aggregate\\TaxRule\\TaxRuleDefinition' => 'getTaxRuleDefinitionService',
  547.             'Shopware\\Core\\System\\Tax\\TaxDefinition' => 'getTaxDefinitionService',
  548.             'Shopware\\Core\\System\\Unit\\Aggregate\\UnitTranslation\\UnitTranslationDefinition' => 'getUnitTranslationDefinitionService',
  549.             'Shopware\\Core\\System\\Unit\\UnitDefinition' => 'getUnitDefinitionService',
  550.             'Shopware\\Core\\System\\User\\Aggregate\\UserAccessKey\\UserAccessKeyDefinition' => 'getUserAccessKeyDefinitionService',
  551.             'Shopware\\Core\\System\\User\\Aggregate\\UserConfig\\UserConfigDefinition' => 'getUserConfigDefinitionService',
  552.             'Shopware\\Core\\System\\User\\Aggregate\\UserRecovery\\UserRecoveryDefinition' => 'getUserRecoveryDefinitionService',
  553.             'Shopware\\Core\\System\\User\\Api\\UserRecoveryController' => 'getUserRecoveryControllerService',
  554.             'Shopware\\Core\\System\\User\\Api\\UserValidationController' => 'getUserValidationControllerService',
  555.             'Shopware\\Core\\System\\User\\UserDefinition' => 'getUserDefinitionService',
  556.             'Shopware\\Elasticsearch\\Admin\\AdminElasticsearchHelper' => 'getAdminElasticsearchHelperService',
  557.             'Shopware\\Elasticsearch\\Admin\\AdminSearchController' => 'getAdminSearchController2Service',
  558.             'Shopware\\Elasticsearch\\Framework\\ElasticsearchHelper' => 'getElasticsearchHelperService',
  559.             'Shopware\\Elasticsearch\\Framework\\Indexing\\CreateAliasTaskHandler' => 'getCreateAliasTaskHandlerService',
  560.             'Shopware\\Storefront\\Controller\\AccountOrderController' => 'getAccountOrderControllerService',
  561.             'Shopware\\Storefront\\Controller\\AccountPaymentController' => 'getAccountPaymentControllerService',
  562.             'Shopware\\Storefront\\Controller\\AccountProfileController' => 'getAccountProfileControllerService',
  563.             'Shopware\\Storefront\\Controller\\AddressController' => 'getAddressControllerService',
  564.             'Shopware\\Storefront\\Controller\\Api\\CaptchaController' => 'getCaptchaControllerService',
  565.             'Shopware\\Storefront\\Controller\\AuthController' => 'getAuthController2Service',
  566.             'Shopware\\Storefront\\Controller\\CaptchaController' => 'getCaptchaController2Service',
  567.             'Shopware\\Storefront\\Controller\\CartLineItemController' => 'getCartLineItemControllerService',
  568.             'Shopware\\Storefront\\Controller\\CheckoutController' => 'getCheckoutControllerService',
  569.             'Shopware\\Storefront\\Controller\\CmsController' => 'getCmsControllerService',
  570.             'Shopware\\Storefront\\Controller\\ContextController' => 'getContextControllerService',
  571.             'Shopware\\Storefront\\Controller\\CookieController' => 'getCookieControllerService',
  572.             'Shopware\\Storefront\\Controller\\CountryStateController' => 'getCountryStateControllerService',
  573.             'Shopware\\Storefront\\Controller\\CsrfController' => 'getCsrfControllerService',
  574.             'Shopware\\Storefront\\Controller\\DocumentController' => 'getDocumentController2Service',
  575.             'Shopware\\Storefront\\Controller\\DownloadController' => 'getDownloadControllerService',
  576.             'Shopware\\Storefront\\Controller\\ErrorController' => 'getErrorControllerService',
  577.             'Shopware\\Storefront\\Controller\\FormController' => 'getFormControllerService',
  578.             'Shopware\\Storefront\\Controller\\LandingPageController' => 'getLandingPageControllerService',
  579.             'Shopware\\Storefront\\Controller\\MaintenanceController' => 'getMaintenanceControllerService',
  580.             'Shopware\\Storefront\\Controller\\NavigationController' => 'getNavigationControllerService',
  581.             'Shopware\\Storefront\\Controller\\NewsletterController' => 'getNewsletterControllerService',
  582.             'Shopware\\Storefront\\Controller\\ProductController' => 'getProductControllerService',
  583.             'Shopware\\Storefront\\Controller\\RegisterController' => 'getRegisterControllerService',
  584.             'Shopware\\Storefront\\Controller\\ScriptController' => 'getScriptControllerService',
  585.             'Shopware\\Storefront\\Controller\\SearchController' => 'getSearchControllerService',
  586.             'Shopware\\Storefront\\Controller\\SitemapController' => 'getSitemapControllerService',
  587.             'Shopware\\Storefront\\Controller\\StoreApiProxyController' => 'getStoreApiProxyControllerService',
  588.             'Shopware\\Storefront\\Controller\\VerificationHashController' => 'getVerificationHashControllerService',
  589.             'Shopware\\Storefront\\Controller\\WellKnownController' => 'getWellKnownControllerService',
  590.             'Shopware\\Storefront\\Controller\\WishlistController' => 'getWishlistControllerService',
  591.             'Shopware\\Storefront\\Framework\\Cache\\CacheStore' => 'getCacheStoreService',
  592.             'Shopware\\Storefront\\Framework\\Csrf\\CsrfPlaceholderHandler' => 'getCsrfPlaceholderHandlerService',
  593.             'Shopware\\Storefront\\Framework\\Media\\StorefrontMediaValidatorRegistry' => 'getStorefrontMediaValidatorRegistryService',
  594.             'Shopware\\Storefront\\Page\\Checkout\\Register\\CheckoutRegisterPageLoader' => 'getCheckoutRegisterPageLoaderService',
  595.             'Shopware\\Storefront\\Page\\Product\\Configurator\\ProductCombinationFinder' => 'getProductCombinationFinderService',
  596.             'Shopware\\Storefront\\Page\\Product\\Review\\ProductReviewLoader' => 'getProductReviewLoaderService',
  597.             'Shopware\\Storefront\\Page\\Search\\SearchPageLoader' => 'getSearchPageLoaderService',
  598.             'Shopware\\Storefront\\Theme\\Aggregate\\ThemeChildDefinition' => 'getThemeChildDefinitionService',
  599.             'Shopware\\Storefront\\Theme\\Aggregate\\ThemeMediaDefinition' => 'getThemeMediaDefinitionService',
  600.             'Shopware\\Storefront\\Theme\\Aggregate\\ThemeSalesChannelDefinition' => 'getThemeSalesChannelDefinitionService',
  601.             'Shopware\\Storefront\\Theme\\Aggregate\\ThemeTranslationDefinition' => 'getThemeTranslationDefinitionService',
  602.             'Shopware\\Storefront\\Theme\\Controller\\ThemeController' => 'getThemeControllerService',
  603.             'Shopware\\Storefront\\Theme\\SalesChannelThemeLoader' => 'getSalesChannelThemeLoaderService',
  604.             'Shopware\\Storefront\\Theme\\StorefrontPluginRegistry' => 'getStorefrontPluginRegistryService',
  605.             'Shopware\\Storefront\\Theme\\ThemeDefinition' => 'getThemeDefinitionService',
  606.             'SwagExtensionStore\\Controller\\DataController' => 'getDataControllerService',
  607.             'SwagExtensionStore\\Controller\\LicenseController' => 'getLicenseControllerService',
  608.             'SwagExtensionStore\\SwagExtensionStore' => 'getSwagExtensionStoreService',
  609.             'SwagMigrationAssistant\\Controller\\DataProviderController' => 'getDataProviderControllerService',
  610.             'SwagMigrationAssistant\\Controller\\HistoryController' => 'getHistoryControllerService',
  611.             'SwagMigrationAssistant\\Controller\\MigrationController' => 'getMigrationController2Service',
  612.             'SwagMigrationAssistant\\Controller\\PremappingController' => 'getPremappingControllerService',
  613.             'SwagMigrationAssistant\\Controller\\StatusController' => 'getStatusControllerService',
  614.             'SwagMigrationAssistant\\Migration\\Connection\\SwagMigrationConnectionDefinition' => 'getSwagMigrationConnectionDefinitionService',
  615.             'SwagMigrationAssistant\\Migration\\Data\\SwagMigrationDataDefinition' => 'getSwagMigrationDataDefinitionService',
  616.             'SwagMigrationAssistant\\Migration\\Logging\\SwagMigrationLoggingDefinition' => 'getSwagMigrationLoggingDefinitionService',
  617.             'SwagMigrationAssistant\\Migration\\Mapping\\SwagMigrationMappingDefinition' => 'getSwagMigrationMappingDefinitionService',
  618.             'SwagMigrationAssistant\\Migration\\Media\\SwagMigrationMediaFileDefinition' => 'getSwagMigrationMediaFileDefinitionService',
  619.             'SwagMigrationAssistant\\Migration\\Run\\SwagMigrationRunDefinition' => 'getSwagMigrationRunDefinitionService',
  620.             'SwagMigrationAssistant\\Migration\\Service\\MediaFileProcessorService' => 'getMediaFileProcessorServiceService',
  621.             'SwagMigrationAssistant\\Migration\\Service\\MigrationDataConverter' => 'getMigrationDataConverterService',
  622.             'SwagMigrationAssistant\\Migration\\Service\\MigrationDataFetcher' => 'getMigrationDataFetcherService',
  623.             'SwagMigrationAssistant\\Migration\\Service\\MigrationDataWriter' => 'getMigrationDataWriterService',
  624.             'SwagMigrationAssistant\\Migration\\Service\\MigrationProgressService' => 'getMigrationProgressServiceService',
  625.             'SwagMigrationAssistant\\Migration\\Setting\\GeneralSettingDefinition' => 'getGeneralSettingDefinitionService',
  626.             'SwagMigrationAssistant\\SwagMigrationAssistant' => 'getSwagMigrationAssistantService',
  627.             'Swag\\LanguagePack\\PackLanguage\\PackLanguageDefinition' => 'getPackLanguageDefinitionService',
  628.             'Swag\\LanguagePack\\SwagLanguagePack' => 'getSwagLanguagePackService',
  629.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => 'getRedirectControllerService',
  630.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController' => 'getTemplateControllerService',
  631.             'acl_role.repository' => 'getAclRole_RepositoryService',
  632.             'acl_user_role.repository' => 'getAclUserRole_RepositoryService',
  633.             'admin.openSearch.client' => 'getAdmin_OpenSearch_ClientService',
  634.             'administration.filesystem.private' => 'getAdministration_Filesystem_PrivateService',
  635.             'administration.filesystem.public' => 'getAdministration_Filesystem_PublicService',
  636.             'app.repository' => 'getApp_RepositoryService',
  637.             'app_action_button.repository' => 'getAppActionButton_RepositoryService',
  638.             'app_action_button_translation.repository' => 'getAppActionButtonTranslation_RepositoryService',
  639.             'app_administration_snippet.repository' => 'getAppAdministrationSnippet_RepositoryService',
  640.             'app_cms_block.repository' => 'getAppCmsBlock_RepositoryService',
  641.             'app_cms_block_translation.repository' => 'getAppCmsBlockTranslation_RepositoryService',
  642.             'app_flow_action.repository' => 'getAppFlowAction_RepositoryService',
  643.             'app_flow_action_translation.repository' => 'getAppFlowActionTranslation_RepositoryService',
  644.             'app_payment_method.repository' => 'getAppPaymentMethod_RepositoryService',
  645.             'app_script_condition.repository' => 'getAppScriptCondition_RepositoryService',
  646.             'app_script_condition_translation.repository' => 'getAppScriptConditionTranslation_RepositoryService',
  647.             'app_template.repository' => 'getAppTemplate_RepositoryService',
  648.             'app_translation.repository' => 'getAppTranslation_RepositoryService',
  649.             'cache.app' => 'getCache_AppService',
  650.             'cache.app_clearer' => 'getCache_AppClearerService',
  651.             'cache.global_clearer' => 'getCache_GlobalClearerService',
  652.             'cache.system' => 'getCache_SystemService',
  653.             'cache.system_clearer' => 'getCache_SystemClearerService',
  654.             'cache.validator_expression_language' => 'getCache_ValidatorExpressionLanguageService',
  655.             'cache_warmer' => 'getCacheWarmerService',
  656.             'category.repository' => 'getCategory_RepositoryService',
  657.             'category_tag.repository' => 'getCategoryTag_RepositoryService',
  658.             'category_translation.repository' => 'getCategoryTranslation_RepositoryService',
  659.             'checkout.filesystem.private' => 'getCheckout_Filesystem_PrivateService',
  660.             'checkout.filesystem.public' => 'getCheckout_Filesystem_PublicService',
  661.             'cms_block.repository' => 'getCmsBlock_RepositoryService',
  662.             'cms_page.repository' => 'getCmsPage_RepositoryService',
  663.             'cms_page_translation.repository' => 'getCmsPageTranslation_RepositoryService',
  664.             'cms_section.repository' => 'getCmsSection_RepositoryService',
  665.             'cms_slot.repository' => 'getCmsSlot_RepositoryService',
  666.             'cms_slot_translation.repository' => 'getCmsSlotTranslation_RepositoryService',
  667.             'console.command_loader' => 'getConsole_CommandLoaderService',
  668.             'container.env_var_processors_locator' => 'getContainer_EnvVarProcessorsLocatorService',
  669.             'content.filesystem.private' => 'getContent_Filesystem_PrivateService',
  670.             'content.filesystem.public' => 'getContent_Filesystem_PublicService',
  671.             'country.repository' => 'getCountry_RepositoryService',
  672.             'country_state.repository' => 'getCountryState_RepositoryService',
  673.             'country_state_translation.repository' => 'getCountryStateTranslation_RepositoryService',
  674.             'country_translation.repository' => 'getCountryTranslation_RepositoryService',
  675.             'currency.repository' => 'getCurrency_RepositoryService',
  676.             'currency_country_rounding.repository' => 'getCurrencyCountryRounding_RepositoryService',
  677.             'currency_translation.repository' => 'getCurrencyTranslation_RepositoryService',
  678.             'custom_entity.repository' => 'getCustomEntity_RepositoryService',
  679.             'custom_field.repository' => 'getCustomField_RepositoryService',
  680.             'custom_field_set.repository' => 'getCustomFieldSet_RepositoryService',
  681.             'custom_field_set_relation.repository' => 'getCustomFieldSetRelation_RepositoryService',
  682.             'customer.repository' => 'getCustomer_RepositoryService',
  683.             'customer_address.repository' => 'getCustomerAddress_RepositoryService',
  684.             'customer_group.repository' => 'getCustomerGroup_RepositoryService',
  685.             'customer_group_registration_sales_channels.repository' => 'getCustomerGroupRegistrationSalesChannels_RepositoryService',
  686.             'customer_group_translation.repository' => 'getCustomerGroupTranslation_RepositoryService',
  687.             'customer_recovery.repository' => 'getCustomerRecovery_RepositoryService',
  688.             'customer_tag.repository' => 'getCustomerTag_RepositoryService',
  689.             'customer_wishlist.repository' => 'getCustomerWishlist_RepositoryService',
  690.             'customer_wishlist_product.repository' => 'getCustomerWishlistProduct_RepositoryService',
  691.             'data_collector.dump' => 'getDataCollector_DumpService',
  692.             'dead_message.repository' => 'getDeadMessage_RepositoryService',
  693.             'delivery_time.repository' => 'getDeliveryTime_RepositoryService',
  694.             'delivery_time_translation.repository' => 'getDeliveryTimeTranslation_RepositoryService',
  695.             'document.repository' => 'getDocument_RepositoryService',
  696.             'document_base_config.repository' => 'getDocumentBaseConfig_RepositoryService',
  697.             'document_base_config_sales_channel.repository' => 'getDocumentBaseConfigSalesChannel_RepositoryService',
  698.             'document_type.repository' => 'getDocumentType_RepositoryService',
  699.             'document_type_translation.repository' => 'getDocumentTypeTranslation_RepositoryService',
  700.             'elasticsearch.filesystem.private' => 'getElasticsearch_Filesystem_PrivateService',
  701.             'elasticsearch.filesystem.public' => 'getElasticsearch_Filesystem_PublicService',
  702.             'enqueue.client.default.producer' => 'getEnqueue_Client_Default_ProducerService',
  703.             'error_controller' => 'getErrorController2Service',
  704.             'event_action.repository' => 'getEventAction_RepositoryService',
  705.             'event_action_rule.repository' => 'getEventActionRule_RepositoryService',
  706.             'event_action_sales_channel.repository' => 'getEventActionSalesChannel_RepositoryService',
  707.             'event_dispatcher' => 'getEventDispatcherService',
  708.             'flow.repository' => 'getFlow_RepositoryService',
  709.             'flow_sequence.repository' => 'getFlowSequence_RepositoryService',
  710.             'flow_template.repository' => 'getFlowTemplate_RepositoryService',
  711.             'framework.filesystem.private' => 'getFramework_Filesystem_PrivateService',
  712.             'framework.filesystem.public' => 'getFramework_Filesystem_PublicService',
  713.             'http_kernel' => 'getHttpKernelService',
  714.             'import_export_file.repository' => 'getImportExportFile_RepositoryService',
  715.             'import_export_log.repository' => 'getImportExportLog_RepositoryService',
  716.             'import_export_profile.repository' => 'getImportExportProfile_RepositoryService',
  717.             'import_export_profile_translation.repository' => 'getImportExportProfileTranslation_RepositoryService',
  718.             'integration.repository' => 'getIntegration_RepositoryService',
  719.             'integration_role.repository' => 'getIntegrationRole_RepositoryService',
  720.             'landing_page.repository' => 'getLandingPage_RepositoryService',
  721.             'landing_page_sales_channel.repository' => 'getLandingPageSalesChannel_RepositoryService',
  722.             'landing_page_tag.repository' => 'getLandingPageTag_RepositoryService',
  723.             'landing_page_translation.repository' => 'getLandingPageTranslation_RepositoryService',
  724.             'language.repository' => 'getLanguage_RepositoryService',
  725.             'locale.repository' => 'getLocale_RepositoryService',
  726.             'locale_translation.repository' => 'getLocaleTranslation_RepositoryService',
  727.             'log_entry.repository' => 'getLogEntry_RepositoryService',
  728.             'mail_header_footer.repository' => 'getMailHeaderFooter_RepositoryService',
  729.             'mail_header_footer_translation.repository' => 'getMailHeaderFooterTranslation_RepositoryService',
  730.             'mail_template.repository' => 'getMailTemplate_RepositoryService',
  731.             'mail_template_media.repository' => 'getMailTemplateMedia_RepositoryService',
  732.             'mail_template_translation.repository' => 'getMailTemplateTranslation_RepositoryService',
  733.             'mail_template_type.repository' => 'getMailTemplateType_RepositoryService',
  734.             'mail_template_type_translation.repository' => 'getMailTemplateTypeTranslation_RepositoryService',
  735.             'main_category.repository' => 'getMainCategory_RepositoryService',
  736.             'maintenance.filesystem.private' => 'getMaintenance_Filesystem_PrivateService',
  737.             'maintenance.filesystem.public' => 'getMaintenance_Filesystem_PublicService',
  738.             'media.repository' => 'getMedia_RepositoryService',
  739.             'media_default_folder.repository' => 'getMediaDefaultFolder_RepositoryService',
  740.             'media_folder.repository' => 'getMediaFolder_RepositoryService',
  741.             'media_folder_configuration.repository' => 'getMediaFolderConfiguration_RepositoryService',
  742.             'media_folder_configuration_media_thumbnail_size.repository' => 'getMediaFolderConfigurationMediaThumbnailSize_RepositoryService',
  743.             'media_tag.repository' => 'getMediaTag_RepositoryService',
  744.             'media_thumbnail.repository' => 'getMediaThumbnail_RepositoryService',
  745.             'media_thumbnail_size.repository' => 'getMediaThumbnailSize_RepositoryService',
  746.             'media_translation.repository' => 'getMediaTranslation_RepositoryService',
  747.             'message_queue_stats.repository' => 'getMessageQueueStats_RepositoryService',
  748.             'messenger.default_bus' => 'getMessenger_DefaultBusService',
  749.             'monolog.logger.business_events' => 'getMonolog_Logger_BusinessEventsService',
  750.             'newsletter_recipient.repository' => 'getNewsletterRecipient_RepositoryService',
  751.             'newsletter_recipient_tag.repository' => 'getNewsletterRecipientTag_RepositoryService',
  752.             'notification.repository' => 'getNotification_RepositoryService',
  753.             'number_range.repository' => 'getNumberRange_RepositoryService',
  754.             'number_range_sales_channel.repository' => 'getNumberRangeSalesChannel_RepositoryService',
  755.             'number_range_state.repository' => 'getNumberRangeState_RepositoryService',
  756.             'number_range_translation.repository' => 'getNumberRangeTranslation_RepositoryService',
  757.             'number_range_type.repository' => 'getNumberRangeType_RepositoryService',
  758.             'number_range_type_translation.repository' => 'getNumberRangeTypeTranslation_RepositoryService',
  759.             'order.repository' => 'getOrder_RepositoryService',
  760.             'order_address.repository' => 'getOrderAddress_RepositoryService',
  761.             'order_customer.repository' => 'getOrderCustomer_RepositoryService',
  762.             'order_delivery.repository' => 'getOrderDelivery_RepositoryService',
  763.             'order_delivery_position.repository' => 'getOrderDeliveryPosition_RepositoryService',
  764.             'order_line_item.repository' => 'getOrderLineItem_RepositoryService',
  765.             'order_line_item_download.repository' => 'getOrderLineItemDownload_RepositoryService',
  766.             'order_tag.repository' => 'getOrderTag_RepositoryService',
  767.             'order_transaction.repository' => 'getOrderTransaction_RepositoryService',
  768.             'order_transaction_capture.repository' => 'getOrderTransactionCapture_RepositoryService',
  769.             'order_transaction_capture_refund.repository' => 'getOrderTransactionCaptureRefund_RepositoryService',
  770.             'order_transaction_capture_refund_position.repository' => 'getOrderTransactionCaptureRefundPosition_RepositoryService',
  771.             'payment_method.repository' => 'getPaymentMethod_RepositoryService',
  772.             'payment_method_translation.repository' => 'getPaymentMethodTranslation_RepositoryService',
  773.             'plugin.repository' => 'getPlugin_RepositoryService',
  774.             'plugin_translation.repository' => 'getPluginTranslation_RepositoryService',
  775.             'product.repository' => 'getProduct_RepositoryService',
  776.             'product_category.repository' => 'getProductCategory_RepositoryService',
  777.             'product_category_tree.repository' => 'getProductCategoryTree_RepositoryService',
  778.             'product_configurator_setting.repository' => 'getProductConfiguratorSetting_RepositoryService',
  779.             'product_cross_selling.repository' => 'getProductCrossSelling_RepositoryService',
  780.             'product_cross_selling_assigned_products.repository' => 'getProductCrossSellingAssignedProducts_RepositoryService',
  781.             'product_cross_selling_translation.repository' => 'getProductCrossSellingTranslation_RepositoryService',
  782.             'product_custom_field_set.repository' => 'getProductCustomFieldSet_RepositoryService',
  783.             'product_download.repository' => 'getProductDownload_RepositoryService',
  784.             'product_export.repository' => 'getProductExport_RepositoryService',
  785.             'product_feature_set.repository' => 'getProductFeatureSet_RepositoryService',
  786.             'product_feature_set_translation.repository' => 'getProductFeatureSetTranslation_RepositoryService',
  787.             'product_keyword_dictionary.repository' => 'getProductKeywordDictionary_RepositoryService',
  788.             'product_manufacturer.repository' => 'getProductManufacturer_RepositoryService',
  789.             'product_manufacturer_translation.repository' => 'getProductManufacturerTranslation_RepositoryService',
  790.             'product_media.repository' => 'getProductMedia_RepositoryService',
  791.             'product_option.repository' => 'getProductOption_RepositoryService',
  792.             'product_price.repository' => 'getProductPrice_RepositoryService',
  793.             'product_property.repository' => 'getProductProperty_RepositoryService',
  794.             'product_review.repository' => 'getProductReview_RepositoryService',
  795.             'product_search_config.repository' => 'getProductSearchConfig_RepositoryService',
  796.             'product_search_config_field.repository' => 'getProductSearchConfigField_RepositoryService',
  797.             'product_search_keyword.repository' => 'getProductSearchKeyword_RepositoryService',
  798.             'product_sorting.repository' => 'getProductSorting_RepositoryService',
  799.             'product_sorting_translation.repository' => 'getProductSortingTranslation_RepositoryService',
  800.             'product_stream.repository' => 'getProductStream_RepositoryService',
  801.             'product_stream_filter.repository' => 'getProductStreamFilter_RepositoryService',
  802.             'product_stream_mapping.repository' => 'getProductStreamMapping_RepositoryService',
  803.             'product_stream_translation.repository' => 'getProductStreamTranslation_RepositoryService',
  804.             'product_tag.repository' => 'getProductTag_RepositoryService',
  805.             'product_translation.repository' => 'getProductTranslation_RepositoryService',
  806.             'product_visibility.repository' => 'getProductVisibility_RepositoryService',
  807.             'profiling.filesystem.private' => 'getProfiling_Filesystem_PrivateService',
  808.             'profiling.filesystem.public' => 'getProfiling_Filesystem_PublicService',
  809.             'promotion.repository' => 'getPromotion_RepositoryService',
  810.             'promotion_cart_rule.repository' => 'getPromotionCartRule_RepositoryService',
  811.             'promotion_discount.repository' => 'getPromotionDiscount_RepositoryService',
  812.             'promotion_discount_prices.repository' => 'getPromotionDiscountPrices_RepositoryService',
  813.             'promotion_discount_rule.repository' => 'getPromotionDiscountRule_RepositoryService',
  814.             'promotion_individual_code.repository' => 'getPromotionIndividualCode_RepositoryService',
  815.             'promotion_order_rule.repository' => 'getPromotionOrderRule_RepositoryService',
  816.             'promotion_persona_customer.repository' => 'getPromotionPersonaCustomer_RepositoryService',
  817.             'promotion_persona_rule.repository' => 'getPromotionPersonaRule_RepositoryService',
  818.             'promotion_sales_channel.repository' => 'getPromotionSalesChannel_RepositoryService',
  819.             'promotion_setgroup.repository' => 'getPromotionSetgroup_RepositoryService',
  820.             'promotion_setgroup_rule.repository' => 'getPromotionSetgroupRule_RepositoryService',
  821.             'promotion_translation.repository' => 'getPromotionTranslation_RepositoryService',
  822.             'property_group.repository' => 'getPropertyGroup_RepositoryService',
  823.             'property_group_option.repository' => 'getPropertyGroupOption_RepositoryService',
  824.             'property_group_option_translation.repository' => 'getPropertyGroupOptionTranslation_RepositoryService',
  825.             'property_group_translation.repository' => 'getPropertyGroupTranslation_RepositoryService',
  826.             'request_stack' => 'getRequestStackService',
  827.             'router' => 'getRouterService',
  828.             'routing.loader' => 'getRouting_LoaderService',
  829.             'rule.repository' => 'getRule_RepositoryService',
  830.             'rule_condition.repository' => 'getRuleCondition_RepositoryService',
  831.             'rule_tag.repository' => 'getRuleTag_RepositoryService',
  832.             'sales_channel.category.repository' => 'getSalesChannel_Category_RepositoryService',
  833.             'sales_channel.country.repository' => 'getSalesChannel_Country_RepositoryService',
  834.             'sales_channel.country_state.repository' => 'getSalesChannel_CountryState_RepositoryService',
  835.             'sales_channel.currency.repository' => 'getSalesChannel_Currency_RepositoryService',
  836.             'sales_channel.landing_page.repository' => 'getSalesChannel_LandingPage_RepositoryService',
  837.             'sales_channel.language.repository' => 'getSalesChannel_Language_RepositoryService',
  838.             'sales_channel.main_category.repository' => 'getSalesChannel_MainCategory_RepositoryService',
  839.             'sales_channel.newsletter_recipient.repository' => 'getSalesChannel_NewsletterRecipient_RepositoryService',
  840.             'sales_channel.payment_method.repository' => 'getSalesChannel_PaymentMethod_RepositoryService',
  841.             'sales_channel.product.repository' => 'getSalesChannel_Product_RepositoryService',
  842.             'sales_channel.repository' => 'getSalesChannel_RepositoryService',
  843.             'sales_channel.salutation.repository' => 'getSalesChannel_Salutation_RepositoryService',
  844.             'sales_channel.seo_url.repository' => 'getSalesChannel_SeoUrl_RepositoryService',
  845.             'sales_channel.shipping_method.repository' => 'getSalesChannel_ShippingMethod_RepositoryService',
  846.             'sales_channel_analytics.repository' => 'getSalesChannelAnalytics_RepositoryService',
  847.             'sales_channel_country.repository' => 'getSalesChannelCountry_RepositoryService',
  848.             'sales_channel_currency.repository' => 'getSalesChannelCurrency_RepositoryService',
  849.             'sales_channel_definition.Shopware\\Administration\\Notification\\NotificationDefinition' => 'getNotificationDefinition2Service',
  850.             'sales_channel_definition.Shopware\\Administration\\Snippet\\AppAdministrationSnippetDefinition' => 'getAppAdministrationSnippetDefinition2Service',
  851.             'sales_channel_definition.Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerAddress\\CustomerAddressDefinition' => 'getCustomerAddressDefinition2Service',
  852.             'sales_channel_definition.Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerGroupRegistrationSalesChannel\\CustomerGroupRegistrationSalesChannelDefinition' => 'getCustomerGroupRegistrationSalesChannelDefinition2Service',
  853.             'sales_channel_definition.Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerGroupTranslation\\CustomerGroupTranslationDefinition' => 'getCustomerGroupTranslationDefinition2Service',
  854.             'sales_channel_definition.Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerGroup\\CustomerGroupDefinition' => 'getCustomerGroupDefinition2Service',
  855.             'sales_channel_definition.Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerRecovery\\CustomerRecoveryDefinition' => 'getCustomerRecoveryDefinition2Service',
  856.             'sales_channel_definition.Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerTag\\CustomerTagDefinition' => 'getCustomerTagDefinition2Service',
  857.             'sales_channel_definition.Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerWishlistProduct\\CustomerWishlistProductDefinition' => 'getCustomerWishlistProductDefinition2Service',
  858.             'sales_channel_definition.Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerWishlist\\CustomerWishlistDefinition' => 'getCustomerWishlistDefinition2Service',
  859.             'sales_channel_definition.Shopware\\Core\\Checkout\\Customer\\CustomerDefinition' => 'getCustomerDefinition2Service',
  860.             'sales_channel_definition.Shopware\\Core\\Checkout\\Document\\Aggregate\\DocumentBaseConfigSalesChannel\\DocumentBaseConfigSalesChannelDefinition' => 'getDocumentBaseConfigSalesChannelDefinition2Service',
  861.             'sales_channel_definition.Shopware\\Core\\Checkout\\Document\\Aggregate\\DocumentBaseConfig\\DocumentBaseConfigDefinition' => 'getDocumentBaseConfigDefinition2Service',
  862.             'sales_channel_definition.Shopware\\Core\\Checkout\\Document\\Aggregate\\DocumentTypeTranslation\\DocumentTypeTranslationDefinition' => 'getDocumentTypeTranslationDefinition2Service',
  863.             'sales_channel_definition.Shopware\\Core\\Checkout\\Document\\Aggregate\\DocumentType\\DocumentTypeDefinition' => 'getDocumentTypeDefinition2Service',
  864.             'sales_channel_definition.Shopware\\Core\\Checkout\\Document\\DocumentDefinition' => 'getDocumentDefinition2Service',
  865.             'sales_channel_definition.Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderAddress\\OrderAddressDefinition' => 'getOrderAddressDefinition2Service',
  866.             'sales_channel_definition.Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderCustomer\\OrderCustomerDefinition' => 'getOrderCustomerDefinition2Service',
  867.             'sales_channel_definition.Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderDeliveryPosition\\OrderDeliveryPositionDefinition' => 'getOrderDeliveryPositionDefinition2Service',
  868.             'sales_channel_definition.Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderDelivery\\OrderDeliveryDefinition' => 'getOrderDeliveryDefinition2Service',
  869.             'sales_channel_definition.Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderLineItemDownload\\OrderLineItemDownloadDefinition' => 'getOrderLineItemDownloadDefinition2Service',
  870.             'sales_channel_definition.Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderLineItem\\OrderLineItemDefinition' => 'getOrderLineItemDefinition2Service',
  871.             'sales_channel_definition.Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTag\\OrderTagDefinition' => 'getOrderTagDefinition2Service',
  872.             'sales_channel_definition.Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransactionCaptureRefundPosition\\OrderTransactionCaptureRefundPositionDefinition' => 'getOrderTransactionCaptureRefundPositionDefinition2Service',
  873.             'sales_channel_definition.Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransactionCaptureRefund\\OrderTransactionCaptureRefundDefinition' => 'getOrderTransactionCaptureRefundDefinition2Service',
  874.             'sales_channel_definition.Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransactionCapture\\OrderTransactionCaptureDefinition' => 'getOrderTransactionCaptureDefinition2Service',
  875.             'sales_channel_definition.Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransaction\\OrderTransactionDefinition' => 'getOrderTransactionDefinition2Service',
  876.             'sales_channel_definition.Shopware\\Core\\Checkout\\Order\\OrderDefinition' => 'getOrderDefinition2Service',
  877.             'sales_channel_definition.Shopware\\Core\\Checkout\\Payment\\Aggregate\\PaymentMethodTranslation\\PaymentMethodTranslationDefinition' => 'getPaymentMethodTranslationDefinition2Service',
  878.             'sales_channel_definition.Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionCartRule\\PromotionCartRuleDefinition' => 'getPromotionCartRuleDefinition2Service',
  879.             'sales_channel_definition.Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionDiscountPrice\\PromotionDiscountPriceDefinition' => 'getPromotionDiscountPriceDefinition2Service',
  880.             'sales_channel_definition.Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionDiscountRule\\PromotionDiscountRuleDefinition' => 'getPromotionDiscountRuleDefinition2Service',
  881.             'sales_channel_definition.Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionDiscount\\PromotionDiscountDefinition' => 'getPromotionDiscountDefinition2Service',
  882.             'sales_channel_definition.Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionIndividualCode\\PromotionIndividualCodeDefinition' => 'getPromotionIndividualCodeDefinition2Service',
  883.             'sales_channel_definition.Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionOrderRule\\PromotionOrderRuleDefinition' => 'getPromotionOrderRuleDefinition2Service',
  884.             'sales_channel_definition.Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionPersonaCustomer\\PromotionPersonaCustomerDefinition' => 'getPromotionPersonaCustomerDefinition2Service',
  885.             'sales_channel_definition.Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionPersonaRule\\PromotionPersonaRuleDefinition' => 'getPromotionPersonaRuleDefinition2Service',
  886.             'sales_channel_definition.Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionSalesChannel\\PromotionSalesChannelDefinition' => 'getPromotionSalesChannelDefinition2Service',
  887.             'sales_channel_definition.Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionSetGroupRule\\PromotionSetGroupRuleDefinition' => 'getPromotionSetGroupRuleDefinition2Service',
  888.             'sales_channel_definition.Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionSetGroup\\PromotionSetGroupDefinition' => 'getPromotionSetGroupDefinition2Service',
  889.             'sales_channel_definition.Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionTranslation\\PromotionTranslationDefinition' => 'getPromotionTranslationDefinition2Service',
  890.             'sales_channel_definition.Shopware\\Core\\Checkout\\Promotion\\PromotionDefinition' => 'getPromotionDefinition2Service',
  891.             'sales_channel_definition.Shopware\\Core\\Checkout\\Shipping\\Aggregate\\ShippingMethodPrice\\ShippingMethodPriceDefinition' => 'getShippingMethodPriceDefinition2Service',
  892.             'sales_channel_definition.Shopware\\Core\\Checkout\\Shipping\\Aggregate\\ShippingMethodTag\\ShippingMethodTagDefinition' => 'getShippingMethodTagDefinition2Service',
  893.             'sales_channel_definition.Shopware\\Core\\Checkout\\Shipping\\Aggregate\\ShippingMethodTranslation\\ShippingMethodTranslationDefinition' => 'getShippingMethodTranslationDefinition2Service',
  894.             'sales_channel_definition.Shopware\\Core\\Content\\Category\\Aggregate\\CategoryTag\\CategoryTagDefinition' => 'getCategoryTagDefinition2Service',
  895.             'sales_channel_definition.Shopware\\Core\\Content\\Category\\Aggregate\\CategoryTranslation\\CategoryTranslationDefinition' => 'getCategoryTranslationDefinition2Service',
  896.             'sales_channel_definition.Shopware\\Core\\Content\\Cms\\Aggregate\\CmsBlock\\CmsBlockDefinition' => 'getCmsBlockDefinition2Service',
  897.             'sales_channel_definition.Shopware\\Core\\Content\\Cms\\Aggregate\\CmsPageTranslation\\CmsPageTranslationDefinition' => 'getCmsPageTranslationDefinition2Service',
  898.             'sales_channel_definition.Shopware\\Core\\Content\\Cms\\Aggregate\\CmsSection\\CmsSectionDefinition' => 'getCmsSectionDefinition2Service',
  899.             'sales_channel_definition.Shopware\\Core\\Content\\Cms\\Aggregate\\CmsSlotTranslation\\CmsSlotTranslationDefinition' => 'getCmsSlotTranslationDefinition2Service',
  900.             'sales_channel_definition.Shopware\\Core\\Content\\Cms\\Aggregate\\CmsSlot\\CmsSlotDefinition' => 'getCmsSlotDefinition2Service',
  901.             'sales_channel_definition.Shopware\\Core\\Content\\Cms\\CmsPageDefinition' => 'getCmsPageDefinition2Service',
  902.             'sales_channel_definition.Shopware\\Core\\Content\\Flow\\Aggregate\\FlowSequence\\FlowSequenceDefinition' => 'getFlowSequenceDefinition2Service',
  903.             'sales_channel_definition.Shopware\\Core\\Content\\Flow\\Aggregate\\FlowTemplate\\FlowTemplateDefinition' => 'getFlowTemplateDefinition2Service',
  904.             'sales_channel_definition.Shopware\\Core\\Content\\Flow\\FlowDefinition' => 'getFlowDefinition2Service',
  905.             'sales_channel_definition.Shopware\\Core\\Content\\ImportExport\\Aggregate\\ImportExportFile\\ImportExportFileDefinition' => 'getImportExportFileDefinition2Service',
  906.             'sales_channel_definition.Shopware\\Core\\Content\\ImportExport\\Aggregate\\ImportExportLog\\ImportExportLogDefinition' => 'getImportExportLogDefinition2Service',
  907.             'sales_channel_definition.Shopware\\Core\\Content\\ImportExport\\ImportExportProfileDefinition' => 'getImportExportProfileDefinition2Service',
  908.             'sales_channel_definition.Shopware\\Core\\Content\\ImportExport\\ImportExportProfileTranslationDefinition' => 'getImportExportProfileTranslationDefinition2Service',
  909.             'sales_channel_definition.Shopware\\Core\\Content\\LandingPage\\Aggregate\\LandingPageSalesChannel\\LandingPageSalesChannelDefinition' => 'getLandingPageSalesChannelDefinition2Service',
  910.             'sales_channel_definition.Shopware\\Core\\Content\\LandingPage\\Aggregate\\LandingPageTag\\LandingPageTagDefinition' => 'getLandingPageTagDefinition2Service',
  911.             'sales_channel_definition.Shopware\\Core\\Content\\LandingPage\\Aggregate\\LandingPageTranslation\\LandingPageTranslationDefinition' => 'getLandingPageTranslationDefinition2Service',
  912.             'sales_channel_definition.Shopware\\Core\\Content\\MailTemplate\\Aggregate\\MailHeaderFooterTranslation\\MailHeaderFooterTranslationDefinition' => 'getMailHeaderFooterTranslationDefinition2Service',
  913.             'sales_channel_definition.Shopware\\Core\\Content\\MailTemplate\\Aggregate\\MailHeaderFooter\\MailHeaderFooterDefinition' => 'getMailHeaderFooterDefinition2Service',
  914.             'sales_channel_definition.Shopware\\Core\\Content\\MailTemplate\\Aggregate\\MailTemplateMedia\\MailTemplateMediaDefinition' => 'getMailTemplateMediaDefinition2Service',
  915.             'sales_channel_definition.Shopware\\Core\\Content\\MailTemplate\\Aggregate\\MailTemplateTranslation\\MailTemplateTranslationDefinition' => 'getMailTemplateTranslationDefinition2Service',
  916.             'sales_channel_definition.Shopware\\Core\\Content\\MailTemplate\\Aggregate\\MailTemplateTypeTranslation\\MailTemplateTypeTranslationDefinition' => 'getMailTemplateTypeTranslationDefinition2Service',
  917.             'sales_channel_definition.Shopware\\Core\\Content\\MailTemplate\\Aggregate\\MailTemplateType\\MailTemplateTypeDefinition' => 'getMailTemplateTypeDefinition2Service',
  918.             'sales_channel_definition.Shopware\\Core\\Content\\MailTemplate\\MailTemplateDefinition' => 'getMailTemplateDefinition2Service',
  919.             'sales_channel_definition.Shopware\\Core\\Content\\Media\\Aggregate\\MediaDefaultFolder\\MediaDefaultFolderDefinition' => 'getMediaDefaultFolderDefinition2Service',
  920.             'sales_channel_definition.Shopware\\Core\\Content\\Media\\Aggregate\\MediaFolderConfigurationMediaThumbnailSize\\MediaFolderConfigurationMediaThumbnailSizeDefinition' => 'getMediaFolderConfigurationMediaThumbnailSizeDefinition2Service',
  921.             'sales_channel_definition.Shopware\\Core\\Content\\Media\\Aggregate\\MediaFolderConfiguration\\MediaFolderConfigurationDefinition' => 'getMediaFolderConfigurationDefinition2Service',
  922.             'sales_channel_definition.Shopware\\Core\\Content\\Media\\Aggregate\\MediaFolder\\MediaFolderDefinition' => 'getMediaFolderDefinition2Service',
  923.             'sales_channel_definition.Shopware\\Core\\Content\\Media\\Aggregate\\MediaTag\\MediaTagDefinition' => 'getMediaTagDefinition2Service',
  924.             'sales_channel_definition.Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnailSize\\MediaThumbnailSizeDefinition' => 'getMediaThumbnailSizeDefinition2Service',
  925.             'sales_channel_definition.Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnail\\MediaThumbnailDefinition' => 'getMediaThumbnailDefinition2Service',
  926.             'sales_channel_definition.Shopware\\Core\\Content\\Media\\Aggregate\\MediaTranslation\\MediaTranslationDefinition' => 'getMediaTranslationDefinition2Service',
  927.             'sales_channel_definition.Shopware\\Core\\Content\\Media\\MediaDefinition' => 'getMediaDefinition2Service',
  928.             'sales_channel_definition.Shopware\\Core\\Content\\Newsletter\\Aggregate\\NewsletterRecipientTag\\NewsletterRecipientTagDefinition' => 'getNewsletterRecipientTagDefinition2Service',
  929.             'sales_channel_definition.Shopware\\Core\\Content\\ProductExport\\ProductExportDefinition' => 'getProductExportDefinition2Service',
  930.             'sales_channel_definition.Shopware\\Core\\Content\\ProductStream\\Aggregate\\ProductStreamFilter\\ProductStreamFilterDefinition' => 'getProductStreamFilterDefinition2Service',
  931.             'sales_channel_definition.Shopware\\Core\\Content\\ProductStream\\Aggregate\\ProductStreamTranslation\\ProductStreamTranslationDefinition' => 'getProductStreamTranslationDefinition2Service',
  932.             'sales_channel_definition.Shopware\\Core\\Content\\ProductStream\\ProductStreamDefinition' => 'getProductStreamDefinition2Service',
  933.             'sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductCategoryTree\\ProductCategoryTreeDefinition' => 'getProductCategoryTreeDefinition2Service',
  934.             'sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductCategory\\ProductCategoryDefinition' => 'getProductCategoryDefinition2Service',
  935.             'sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductConfiguratorSetting\\ProductConfiguratorSettingDefinition' => 'getProductConfiguratorSettingDefinition2Service',
  936.             'sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductCrossSellingAssignedProducts\\ProductCrossSellingAssignedProductsDefinition' => 'getProductCrossSellingAssignedProductsDefinition2Service',
  937.             'sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductCrossSellingTranslation\\ProductCrossSellingTranslationDefinition' => 'getProductCrossSellingTranslationDefinition2Service',
  938.             'sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductCrossSelling\\ProductCrossSellingDefinition' => 'getProductCrossSellingDefinition2Service',
  939.             'sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductCustomFieldSet\\ProductCustomFieldSetDefinition' => 'getProductCustomFieldSetDefinition2Service',
  940.             'sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductDownload\\ProductDownloadDefinition' => 'getProductDownloadDefinition2Service',
  941.             'sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductFeatureSetTranslation\\ProductFeatureSetTranslationDefinition' => 'getProductFeatureSetTranslationDefinition2Service',
  942.             'sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductFeatureSet\\ProductFeatureSetDefinition' => 'getProductFeatureSetDefinition2Service',
  943.             'sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductKeywordDictionary\\ProductKeywordDictionaryDefinition' => 'getProductKeywordDictionaryDefinition2Service',
  944.             'sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductManufacturerTranslation\\ProductManufacturerTranslationDefinition' => 'getProductManufacturerTranslationDefinition2Service',
  945.             'sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductManufacturer\\ProductManufacturerDefinition' => 'getProductManufacturerDefinition2Service',
  946.             'sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductMedia\\ProductMediaDefinition' => 'getProductMediaDefinition2Service',
  947.             'sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductOption\\ProductOptionDefinition' => 'getProductOptionDefinition2Service',
  948.             'sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductPrice\\ProductPriceDefinition' => 'getProductPriceDefinition2Service',
  949.             'sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductProperty\\ProductPropertyDefinition' => 'getProductPropertyDefinition2Service',
  950.             'sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductReview\\ProductReviewDefinition' => 'getProductReviewDefinition2Service',
  951.             'sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductSearchConfigField\\ProductSearchConfigFieldDefinition' => 'getProductSearchConfigFieldDefinition2Service',
  952.             'sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductSearchConfig\\ProductSearchConfigDefinition' => 'getProductSearchConfigDefinition2Service',
  953.             'sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductSearchKeyword\\ProductSearchKeywordDefinition' => 'getProductSearchKeywordDefinition2Service',
  954.             'sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductStreamMapping\\ProductStreamMappingDefinition' => 'getProductStreamMappingDefinition2Service',
  955.             'sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductTag\\ProductTagDefinition' => 'getProductTagDefinition2Service',
  956.             'sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductTranslation\\ProductTranslationDefinition' => 'getProductTranslationDefinition2Service',
  957.             'sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductVisibility\\ProductVisibilityDefinition' => 'getProductVisibilityDefinition2Service',
  958.             'sales_channel_definition.Shopware\\Core\\Content\\Product\\SalesChannel\\Sorting\\ProductSortingDefinition' => 'getProductSortingDefinition2Service',
  959.             'sales_channel_definition.Shopware\\Core\\Content\\Product\\SalesChannel\\Sorting\\ProductSortingTranslationDefinition' => 'getProductSortingTranslationDefinition2Service',
  960.             'sales_channel_definition.Shopware\\Core\\Content\\Property\\Aggregate\\PropertyGroupOptionTranslation\\PropertyGroupOptionTranslationDefinition' => 'getPropertyGroupOptionTranslationDefinition2Service',
  961.             'sales_channel_definition.Shopware\\Core\\Content\\Property\\Aggregate\\PropertyGroupOption\\PropertyGroupOptionDefinition' => 'getPropertyGroupOptionDefinition2Service',
  962.             'sales_channel_definition.Shopware\\Core\\Content\\Property\\Aggregate\\PropertyGroupTranslation\\PropertyGroupTranslationDefinition' => 'getPropertyGroupTranslationDefinition2Service',
  963.             'sales_channel_definition.Shopware\\Core\\Content\\Property\\PropertyGroupDefinition' => 'getPropertyGroupDefinition2Service',
  964.             'sales_channel_definition.Shopware\\Core\\Content\\Rule\\Aggregate\\RuleCondition\\RuleConditionDefinition' => 'getRuleConditionDefinition2Service',
  965.             'sales_channel_definition.Shopware\\Core\\Content\\Rule\\Aggregate\\RuleTag\\RuleTagDefinition' => 'getRuleTagDefinition2Service',
  966.             'sales_channel_definition.Shopware\\Core\\Content\\Rule\\RuleDefinition' => 'getRuleDefinition2Service',
  967.             'sales_channel_definition.Shopware\\Core\\Content\\Seo\\SeoUrlTemplate\\SeoUrlTemplateDefinition' => 'getSeoUrlTemplateDefinition2Service',
  968.             'sales_channel_definition.Shopware\\Core\\Framework\\Api\\Acl\\Role\\AclRoleDefinition' => 'getAclRoleDefinition2Service',
  969.             'sales_channel_definition.Shopware\\Core\\Framework\\Api\\Acl\\Role\\AclUserRoleDefinition' => 'getAclUserRoleDefinition2Service',
  970.             'sales_channel_definition.Shopware\\Core\\Framework\\App\\Aggregate\\ActionButtonTranslation\\ActionButtonTranslationDefinition' => 'getActionButtonTranslationDefinition2Service',
  971.             'sales_channel_definition.Shopware\\Core\\Framework\\App\\Aggregate\\ActionButton\\ActionButtonDefinition' => 'getActionButtonDefinition2Service',
  972.             'sales_channel_definition.Shopware\\Core\\Framework\\App\\Aggregate\\AppPaymentMethod\\AppPaymentMethodDefinition' => 'getAppPaymentMethodDefinition2Service',
  973.             'sales_channel_definition.Shopware\\Core\\Framework\\App\\Aggregate\\AppScriptConditionTranslation\\AppScriptConditionTranslationDefinition' => 'getAppScriptConditionTranslationDefinition2Service',
  974.             'sales_channel_definition.Shopware\\Core\\Framework\\App\\Aggregate\\AppScriptCondition\\AppScriptConditionDefinition' => 'getAppScriptConditionDefinition2Service',
  975.             'sales_channel_definition.Shopware\\Core\\Framework\\App\\Aggregate\\AppTranslation\\AppTranslationDefinition' => 'getAppTranslationDefinition2Service',
  976.             'sales_channel_definition.Shopware\\Core\\Framework\\App\\Aggregate\\CmsBlockTranslation\\AppCmsBlockTranslationDefinition' => 'getAppCmsBlockTranslationDefinition2Service',
  977.             'sales_channel_definition.Shopware\\Core\\Framework\\App\\Aggregate\\CmsBlock\\AppCmsBlockDefinition' => 'getAppCmsBlockDefinition2Service',
  978.             'sales_channel_definition.Shopware\\Core\\Framework\\App\\Aggregate\\FlowActionTranslation\\AppFlowActionTranslationDefinition' => 'getAppFlowActionTranslationDefinition2Service',
  979.             'sales_channel_definition.Shopware\\Core\\Framework\\App\\Aggregate\\FlowAction\\AppFlowActionDefinition' => 'getAppFlowActionDefinition2Service',
  980.             'sales_channel_definition.Shopware\\Core\\Framework\\App\\AppDefinition' => 'getAppDefinition2Service',
  981.             'sales_channel_definition.Shopware\\Core\\Framework\\App\\Template\\TemplateDefinition' => 'getTemplateDefinition2Service',
  982.             'sales_channel_definition.Shopware\\Core\\Framework\\DataAbstractionLayer\\Version\\Aggregate\\VersionCommitData\\VersionCommitDataDefinition' => 'getVersionCommitDataDefinition2Service',
  983.             'sales_channel_definition.Shopware\\Core\\Framework\\DataAbstractionLayer\\Version\\Aggregate\\VersionCommit\\VersionCommitDefinition' => 'getVersionCommitDefinition2Service',
  984.             'sales_channel_definition.Shopware\\Core\\Framework\\DataAbstractionLayer\\Version\\VersionDefinition' => 'getVersionDefinition2Service',
  985.             'sales_channel_definition.Shopware\\Core\\Framework\\Event\\EventAction\\Aggregate\\EventActionRule\\EventActionRuleDefinition' => 'getEventActionRuleDefinition2Service',
  986.             'sales_channel_definition.Shopware\\Core\\Framework\\Event\\EventAction\\Aggregate\\EventActionSalesChannel\\EventActionSalesChannelDefinition' => 'getEventActionSalesChannelDefinition2Service',
  987.             'sales_channel_definition.Shopware\\Core\\Framework\\Event\\EventAction\\EventActionDefinition' => 'getEventActionDefinition2Service',
  988.             'sales_channel_definition.Shopware\\Core\\Framework\\Log\\LogEntryDefinition' => 'getLogEntryDefinition2Service',
  989.             'sales_channel_definition.Shopware\\Core\\Framework\\MessageQueue\\DeadMessage\\DeadMessageDefinition' => 'getDeadMessageDefinition2Service',
  990.             'sales_channel_definition.Shopware\\Core\\Framework\\MessageQueue\\MessageQueueStatsDefinition' => 'getMessageQueueStatsDefinition2Service',
  991.             'sales_channel_definition.Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\ScheduledTaskDefinition' => 'getScheduledTaskDefinition2Service',
  992.             'sales_channel_definition.Shopware\\Core\\Framework\\Plugin\\Aggregate\\PluginTranslation\\PluginTranslationDefinition' => 'getPluginTranslationDefinition2Service',
  993.             'sales_channel_definition.Shopware\\Core\\Framework\\Plugin\\PluginDefinition' => 'getPluginDefinition2Service',
  994.             'sales_channel_definition.Shopware\\Core\\Framework\\Script\\ScriptDefinition' => 'getScriptDefinition2Service',
  995.             'sales_channel_definition.Shopware\\Core\\Framework\\Webhook\\EventLog\\WebhookEventLogDefinition' => 'getWebhookEventLogDefinition2Service',
  996.             'sales_channel_definition.Shopware\\Core\\Framework\\Webhook\\WebhookDefinition' => 'getWebhookDefinition2Service',
  997.             'sales_channel_definition.Shopware\\Core\\System\\Country\\Aggregate\\CountryStateTranslation\\CountryStateTranslationDefinition' => 'getCountryStateTranslationDefinition2Service',
  998.             'sales_channel_definition.Shopware\\Core\\System\\Country\\Aggregate\\CountryTranslation\\CountryTranslationDefinition' => 'getCountryTranslationDefinition2Service',
  999.             'sales_channel_definition.Shopware\\Core\\System\\Currency\\Aggregate\\CurrencyCountryRounding\\CurrencyCountryRoundingDefinition' => 'getCurrencyCountryRoundingDefinition2Service',
  1000.             'sales_channel_definition.Shopware\\Core\\System\\Currency\\Aggregate\\CurrencyTranslation\\CurrencyTranslationDefinition' => 'getCurrencyTranslationDefinition2Service',
  1001.             'sales_channel_definition.Shopware\\Core\\System\\CustomEntity\\CustomEntityDefinition' => 'getCustomEntityDefinition2Service',
  1002.             'sales_channel_definition.Shopware\\Core\\System\\CustomField\\Aggregate\\CustomFieldSetRelation\\CustomFieldSetRelationDefinition' => 'getCustomFieldSetRelationDefinition2Service',
  1003.             'sales_channel_definition.Shopware\\Core\\System\\CustomField\\Aggregate\\CustomFieldSet\\CustomFieldSetDefinition' => 'getCustomFieldSetDefinition2Service',
  1004.             'sales_channel_definition.Shopware\\Core\\System\\CustomField\\CustomFieldDefinition' => 'getCustomFieldDefinition2Service',
  1005.             'sales_channel_definition.Shopware\\Core\\System\\DeliveryTime\\Aggregate\\DeliveryTimeTranslation\\DeliveryTimeTranslationDefinition' => 'getDeliveryTimeTranslationDefinition2Service',
  1006.             'sales_channel_definition.Shopware\\Core\\System\\DeliveryTime\\DeliveryTimeDefinition' => 'getDeliveryTimeDefinition2Service',
  1007.             'sales_channel_definition.Shopware\\Core\\System\\Integration\\Aggregate\\IntegrationRole\\IntegrationRoleDefinition' => 'getIntegrationRoleDefinition2Service',
  1008.             'sales_channel_definition.Shopware\\Core\\System\\Integration\\IntegrationDefinition' => 'getIntegrationDefinition2Service',
  1009.             'sales_channel_definition.Shopware\\Core\\System\\Locale\\Aggregate\\LocaleTranslation\\LocaleTranslationDefinition' => 'getLocaleTranslationDefinition2Service',
  1010.             'sales_channel_definition.Shopware\\Core\\System\\Locale\\LocaleDefinition' => 'getLocaleDefinition2Service',
  1011.             'sales_channel_definition.Shopware\\Core\\System\\NumberRange\\Aggregate\\NumberRangeSalesChannel\\NumberRangeSalesChannelDefinition' => 'getNumberRangeSalesChannelDefinition2Service',
  1012.             'sales_channel_definition.Shopware\\Core\\System\\NumberRange\\Aggregate\\NumberRangeState\\NumberRangeStateDefinition' => 'getNumberRangeStateDefinition2Service',
  1013.             'sales_channel_definition.Shopware\\Core\\System\\NumberRange\\Aggregate\\NumberRangeTranslation\\NumberRangeTranslationDefinition' => 'getNumberRangeTranslationDefinition2Service',
  1014.             'sales_channel_definition.Shopware\\Core\\System\\NumberRange\\Aggregate\\NumberRangeTypeTranslation\\NumberRangeTypeTranslationDefinition' => 'getNumberRangeTypeTranslationDefinition2Service',
  1015.             'sales_channel_definition.Shopware\\Core\\System\\NumberRange\\Aggregate\\NumberRangeType\\NumberRangeTypeDefinition' => 'getNumberRangeTypeDefinition2Service',
  1016.             'sales_channel_definition.Shopware\\Core\\System\\NumberRange\\NumberRangeDefinition' => 'getNumberRangeDefinition2Service',
  1017.             'sales_channel_definition.Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelAnalytics\\SalesChannelAnalyticsDefinition' => 'getSalesChannelAnalyticsDefinition2Service',
  1018.             'sales_channel_definition.Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelCountry\\SalesChannelCountryDefinition' => 'getSalesChannelCountryDefinition3Service',
  1019.             'sales_channel_definition.Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelCurrency\\SalesChannelCurrencyDefinition' => 'getSalesChannelCurrencyDefinition3Service',
  1020.             'sales_channel_definition.Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelDomain\\SalesChannelDomainDefinition' => 'getSalesChannelDomainDefinition2Service',
  1021.             'sales_channel_definition.Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelLanguage\\SalesChannelLanguageDefinition' => 'getSalesChannelLanguageDefinition3Service',
  1022.             'sales_channel_definition.Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelPaymentMethod\\SalesChannelPaymentMethodDefinition' => 'getSalesChannelPaymentMethodDefinition3Service',
  1023.             'sales_channel_definition.Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelShippingMethod\\SalesChannelShippingMethodDefinition' => 'getSalesChannelShippingMethodDefinition3Service',
  1024.             'sales_channel_definition.Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelTranslation\\SalesChannelTranslationDefinition' => 'getSalesChannelTranslationDefinition2Service',
  1025.             'sales_channel_definition.Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelTypeTranslation\\SalesChannelTypeTranslationDefinition' => 'getSalesChannelTypeTranslationDefinition2Service',
  1026.             'sales_channel_definition.Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelType\\SalesChannelTypeDefinition' => 'getSalesChannelTypeDefinition2Service',
  1027.             'sales_channel_definition.Shopware\\Core\\System\\SalesChannel\\SalesChannelDefinition' => 'getSalesChannelDefinition2Service',
  1028.             'sales_channel_definition.Shopware\\Core\\System\\Salutation\\Aggregate\\SalutationTranslation\\SalutationTranslationDefinition' => 'getSalutationTranslationDefinition2Service',
  1029.             'sales_channel_definition.Shopware\\Core\\System\\Snippet\\Aggregate\\SnippetSet\\SnippetSetDefinition' => 'getSnippetSetDefinition2Service',
  1030.             'sales_channel_definition.Shopware\\Core\\System\\Snippet\\SnippetDefinition' => 'getSnippetDefinition2Service',
  1031.             'sales_channel_definition.Shopware\\Core\\System\\StateMachine\\Aggregation\\StateMachineHistory\\StateMachineHistoryDefinition' => 'getStateMachineHistoryDefinition2Service',
  1032.             'sales_channel_definition.Shopware\\Core\\System\\StateMachine\\Aggregation\\StateMachineState\\StateMachineStateDefinition' => 'getStateMachineStateDefinition2Service',
  1033.             'sales_channel_definition.Shopware\\Core\\System\\StateMachine\\Aggregation\\StateMachineState\\StateMachineStateTranslationDefinition' => 'getStateMachineStateTranslationDefinition2Service',
  1034.             'sales_channel_definition.Shopware\\Core\\System\\StateMachine\\Aggregation\\StateMachineTransition\\StateMachineTransitionDefinition' => 'getStateMachineTransitionDefinition2Service',
  1035.             'sales_channel_definition.Shopware\\Core\\System\\StateMachine\\StateMachineDefinition' => 'getStateMachineDefinition2Service',
  1036.             'sales_channel_definition.Shopware\\Core\\System\\StateMachine\\StateMachineTranslationDefinition' => 'getStateMachineTranslationDefinition2Service',
  1037.             'sales_channel_definition.Shopware\\Core\\System\\SystemConfig\\SystemConfigDefinition' => 'getSystemConfigDefinition2Service',
  1038.             'sales_channel_definition.Shopware\\Core\\System\\Tag\\TagDefinition' => 'getTagDefinition2Service',
  1039.             'sales_channel_definition.Shopware\\Core\\System\\Tax\\Aggregate\\TaxRuleTypeTranslation\\TaxRuleTypeTranslationDefinition' => 'getTaxRuleTypeTranslationDefinition2Service',
  1040.             'sales_channel_definition.Shopware\\Core\\System\\Tax\\Aggregate\\TaxRuleType\\TaxRuleTypeDefinition' => 'getTaxRuleTypeDefinition2Service',
  1041.             'sales_channel_definition.Shopware\\Core\\System\\Tax\\Aggregate\\TaxRule\\TaxRuleDefinition' => 'getTaxRuleDefinition2Service',
  1042.             'sales_channel_definition.Shopware\\Core\\System\\Tax\\TaxDefinition' => 'getTaxDefinition2Service',
  1043.             'sales_channel_definition.Shopware\\Core\\System\\Unit\\Aggregate\\UnitTranslation\\UnitTranslationDefinition' => 'getUnitTranslationDefinition2Service',
  1044.             'sales_channel_definition.Shopware\\Core\\System\\Unit\\UnitDefinition' => 'getUnitDefinition2Service',
  1045.             'sales_channel_definition.Shopware\\Core\\System\\User\\Aggregate\\UserAccessKey\\UserAccessKeyDefinition' => 'getUserAccessKeyDefinition2Service',
  1046.             'sales_channel_definition.Shopware\\Core\\System\\User\\Aggregate\\UserConfig\\UserConfigDefinition' => 'getUserConfigDefinition2Service',
  1047.             'sales_channel_definition.Shopware\\Core\\System\\User\\Aggregate\\UserRecovery\\UserRecoveryDefinition' => 'getUserRecoveryDefinition2Service',
  1048.             'sales_channel_definition.Shopware\\Core\\System\\User\\UserDefinition' => 'getUserDefinition2Service',
  1049.             'sales_channel_definition.Shopware\\Storefront\\Theme\\Aggregate\\ThemeChildDefinition' => 'getThemeChildDefinition2Service',
  1050.             'sales_channel_definition.Shopware\\Storefront\\Theme\\Aggregate\\ThemeMediaDefinition' => 'getThemeMediaDefinition2Service',
  1051.             'sales_channel_definition.Shopware\\Storefront\\Theme\\Aggregate\\ThemeSalesChannelDefinition' => 'getThemeSalesChannelDefinition2Service',
  1052.             'sales_channel_definition.Shopware\\Storefront\\Theme\\Aggregate\\ThemeTranslationDefinition' => 'getThemeTranslationDefinition2Service',
  1053.             'sales_channel_definition.Shopware\\Storefront\\Theme\\ThemeDefinition' => 'getThemeDefinition2Service',
  1054.             'sales_channel_definition.SwagMigrationAssistant\\Migration\\Connection\\SwagMigrationConnectionDefinition' => 'getSwagMigrationConnectionDefinition2Service',
  1055.             'sales_channel_definition.SwagMigrationAssistant\\Migration\\Data\\SwagMigrationDataDefinition' => 'getSwagMigrationDataDefinition2Service',
  1056.             'sales_channel_definition.SwagMigrationAssistant\\Migration\\Logging\\SwagMigrationLoggingDefinition' => 'getSwagMigrationLoggingDefinition2Service',
  1057.             'sales_channel_definition.SwagMigrationAssistant\\Migration\\Mapping\\SwagMigrationMappingDefinition' => 'getSwagMigrationMappingDefinition2Service',
  1058.             'sales_channel_definition.SwagMigrationAssistant\\Migration\\Media\\SwagMigrationMediaFileDefinition' => 'getSwagMigrationMediaFileDefinition2Service',
  1059.             'sales_channel_definition.SwagMigrationAssistant\\Migration\\Run\\SwagMigrationRunDefinition' => 'getSwagMigrationRunDefinition2Service',
  1060.             'sales_channel_definition.SwagMigrationAssistant\\Migration\\Setting\\GeneralSettingDefinition' => 'getGeneralSettingDefinition2Service',
  1061.             'sales_channel_definition.Swag\\LanguagePack\\PackLanguage\\PackLanguageDefinition' => 'getPackLanguageDefinition2Service',
  1062.             'sales_channel_domain.repository' => 'getSalesChannelDomain_RepositoryService',
  1063.             'sales_channel_language.repository' => 'getSalesChannelLanguage_RepositoryService',
  1064.             'sales_channel_payment_method.repository' => 'getSalesChannelPaymentMethod_RepositoryService',
  1065.             'sales_channel_shipping_method.repository' => 'getSalesChannelShippingMethod_RepositoryService',
  1066.             'sales_channel_translation.repository' => 'getSalesChannelTranslation_RepositoryService',
  1067.             'sales_channel_type.repository' => 'getSalesChannelType_RepositoryService',
  1068.             'sales_channel_type_translation.repository' => 'getSalesChannelTypeTranslation_RepositoryService',
  1069.             'salutation.repository' => 'getSalutation_RepositoryService',
  1070.             'salutation_translation.repository' => 'getSalutationTranslation_RepositoryService',
  1071.             'scheduled_task.repository' => 'getScheduledTask_RepositoryService',
  1072.             'script.repository' => 'getScript_RepositoryService',
  1073.             'seo_url.repository' => 'getSeoUrl_RepositoryService',
  1074.             'seo_url_template.repository' => 'getSeoUrlTemplate_RepositoryService',
  1075.             'services_resetter' => 'getServicesResetterService',
  1076.             'shipping_method.repository' => 'getShippingMethod_RepositoryService',
  1077.             'shipping_method_price.repository' => 'getShippingMethodPrice_RepositoryService',
  1078.             'shipping_method_tag.repository' => 'getShippingMethodTag_RepositoryService',
  1079.             'shipping_method_translation.repository' => 'getShippingMethodTranslation_RepositoryService',
  1080.             'shopware.filesystem.asset' => 'getShopware_Filesystem_AssetService',
  1081.             'shopware.filesystem.private' => 'getShopware_Filesystem_PrivateService',
  1082.             'shopware.filesystem.public' => 'getShopware_Filesystem_PublicService',
  1083.             'shopware.filesystem.sitemap' => 'getShopware_Filesystem_SitemapService',
  1084.             'shopware.filesystem.temp' => 'getShopware_Filesystem_TempService',
  1085.             'shopware.filesystem.theme' => 'getShopware_Filesystem_ThemeService',
  1086.             'shopware.increment.gateway.registry' => 'getShopware_Increment_Gateway_RegistryService',
  1087.             'shopware.store_client' => 'getShopware_StoreClientService',
  1088.             'snippet.repository' => 'getSnippet_RepositoryService',
  1089.             'snippet_set.repository' => 'getSnippetSet_RepositoryService',
  1090.             'state_machine.repository' => 'getStateMachine_RepositoryService',
  1091.             'state_machine_history.repository' => 'getStateMachineHistory_RepositoryService',
  1092.             'state_machine_state.repository' => 'getStateMachineState_RepositoryService',
  1093.             'state_machine_state_translation.repository' => 'getStateMachineStateTranslation_RepositoryService',
  1094.             'state_machine_transition.repository' => 'getStateMachineTransition_RepositoryService',
  1095.             'state_machine_translation.repository' => 'getStateMachineTranslation_RepositoryService',
  1096.             'storefront.filesystem.private' => 'getStorefront_Filesystem_PrivateService',
  1097.             'storefront.filesystem.public' => 'getStorefront_Filesystem_PublicService',
  1098.             'swag_extension_store.filesystem.private' => 'getSwagExtensionStore_Filesystem_PrivateService',
  1099.             'swag_extension_store.filesystem.public' => 'getSwagExtensionStore_Filesystem_PublicService',
  1100.             'swag_language_pack.filesystem.private' => 'getSwagLanguagePack_Filesystem_PrivateService',
  1101.             'swag_language_pack.filesystem.public' => 'getSwagLanguagePack_Filesystem_PublicService',
  1102.             'swag_language_pack_language.repository' => 'getSwagLanguagePackLanguage_RepositoryService',
  1103.             'swag_migration_assistant.filesystem.private' => 'getSwagMigrationAssistant_Filesystem_PrivateService',
  1104.             'swag_migration_assistant.filesystem.public' => 'getSwagMigrationAssistant_Filesystem_PublicService',
  1105.             'swag_migration_connection.repository' => 'getSwagMigrationConnection_RepositoryService',
  1106.             'swag_migration_data.repository' => 'getSwagMigrationData_RepositoryService',
  1107.             'swag_migration_general_setting.repository' => 'getSwagMigrationGeneralSetting_RepositoryService',
  1108.             'swag_migration_logging.repository' => 'getSwagMigrationLogging_RepositoryService',
  1109.             'swag_migration_mapping.repository' => 'getSwagMigrationMapping_RepositoryService',
  1110.             'swag_migration_media_file.repository' => 'getSwagMigrationMediaFile_RepositoryService',
  1111.             'swag_migration_run.repository' => 'getSwagMigrationRun_RepositoryService',
  1112.             'system.filesystem.private' => 'getSystem_Filesystem_PrivateService',
  1113.             'system.filesystem.public' => 'getSystem_Filesystem_PublicService',
  1114.             'system_config.repository' => 'getSystemConfig_RepositoryService',
  1115.             'tag.repository' => 'getTag_RepositoryService',
  1116.             'tax.repository' => 'getTax_RepositoryService',
  1117.             'tax_rule.repository' => 'getTaxRule_RepositoryService',
  1118.             'tax_rule_type.repository' => 'getTaxRuleType_RepositoryService',
  1119.             'tax_rule_type_translation.repository' => 'getTaxRuleTypeTranslation_RepositoryService',
  1120.             'theme.repository' => 'getTheme_RepositoryService',
  1121.             'theme_child.repository' => 'getThemeChild_RepositoryService',
  1122.             'theme_media.repository' => 'getThemeMedia_RepositoryService',
  1123.             'theme_sales_channel.repository' => 'getThemeSalesChannel_RepositoryService',
  1124.             'theme_translation.repository' => 'getThemeTranslation_RepositoryService',
  1125.             'translator' => 'getTranslatorService',
  1126.             'unit.repository' => 'getUnit_RepositoryService',
  1127.             'unit_translation.repository' => 'getUnitTranslation_RepositoryService',
  1128.             'user.repository' => 'getUser_RepositoryService',
  1129.             'user_access_key.repository' => 'getUserAccessKey_RepositoryService',
  1130.             'user_config.repository' => 'getUserConfig_RepositoryService',
  1131.             'user_recovery.repository' => 'getUserRecovery_RepositoryService',
  1132.             'var_dumper.cloner' => 'getVarDumper_ClonerService',
  1133.             'version.repository' => 'getVersion_RepositoryService',
  1134.             'version_commit.repository' => 'getVersionCommit_RepositoryService',
  1135.             'version_commit_data.repository' => 'getVersionCommitData_RepositoryService',
  1136.             'web_profiler.controller.exception_panel' => 'getWebProfiler_Controller_ExceptionPanelService',
  1137.             'web_profiler.controller.profiler' => 'getWebProfiler_Controller_ProfilerService',
  1138.             'web_profiler.controller.router' => 'getWebProfiler_Controller_RouterService',
  1139.             'webhook.repository' => 'getWebhook_RepositoryService',
  1140.             'webhook_event_log.repository' => 'getWebhookEventLog_RepositoryService',
  1141.             'cache_clearer' => 'getCacheClearerService',
  1142.             'filesystem' => 'getFilesystemService',
  1143.             'serializer' => 'getSerializerService',
  1144.             'security.csrf.token_manager' => 'getSecurity_Csrf_TokenManagerService',
  1145.             'profiler' => 'getProfiler2Service',
  1146.             'twig' => 'getTwigService',
  1147.             'session' => 'getSessionService',
  1148.             'validator' => 'getValidatorService',
  1149.         ];
  1150.         $this->aliases = [
  1151.             'Shopware\\Core\\Checkout\\Payment\\SalesChannel\\PaymentMethodRoute' => 'Shopware\\Core\\Checkout\\Payment\\SalesChannel\\SortedPaymentMethodRoute',
  1152.             'Shopware\\Core\\Checkout\\Shipping\\SalesChannel\\ShippingMethodRoute' => 'Shopware\\Core\\Checkout\\Shipping\\SalesChannel\\SortedShippingMethodRoute',
  1153.             'Shopware\\Core\\Content\\Category\\SalesChannel\\CategoryRoute' => 'Shopware\\Core\\Content\\Category\\SalesChannel\\CachedCategoryRoute',
  1154.             'Shopware\\Core\\Content\\Category\\SalesChannel\\NavigationRoute' => 'Shopware\\Core\\Content\\Category\\SalesChannel\\TreeBuildingNavigationRoute',
  1155.             'Shopware\\Core\\Content\\Flow\\Dispatching\\FlowLoader' => 'Shopware\\Core\\Content\\Flow\\Dispatching\\CachedFlowLoader',
  1156.             'Shopware\\Core\\Content\\LandingPage\\SalesChannel\\LandingPageRoute' => 'Shopware\\Core\\Content\\LandingPage\\SalesChannel\\CachedLandingPageRoute',
  1157.             'Shopware\\Core\\Content\\Product\\SalesChannel\\CrossSelling\\ProductCrossSellingRoute' => 'Shopware\\Core\\Content\\Product\\SalesChannel\\CrossSelling\\CachedProductCrossSellingRoute',
  1158.             'Shopware\\Core\\Content\\Product\\SalesChannel\\Detail\\ProductDetailRoute' => 'Shopware\\Core\\Content\\Product\\SalesChannel\\Detail\\CachedProductDetailRoute',
  1159.             'Shopware\\Core\\Content\\Product\\SalesChannel\\Listing\\ProductListingRoute' => 'Shopware\\Core\\Content\\Product\\SalesChannel\\Listing\\ResolveCriteriaProductListingRoute',
  1160.             'Shopware\\Core\\Content\\Product\\SalesChannel\\Review\\ProductReviewRoute' => 'Shopware\\Core\\Content\\Product\\SalesChannel\\Review\\CachedProductReviewRoute',
  1161.             'Shopware\\Core\\Content\\Product\\SalesChannel\\Search\\ProductSearchRoute' => 'Shopware\\Core\\Content\\Product\\SalesChannel\\Search\\ResolvedCriteriaProductSearchRoute',
  1162.             'Shopware\\Core\\Content\\Product\\SalesChannel\\Suggest\\ProductSuggestRoute' => 'Shopware\\Core\\Content\\Product\\SalesChannel\\Suggest\\CachedProductSuggestRoute',
  1163.             'Shopware\\Core\\Content\\Seo\\SeoResolver' => 'Shopware\\Core\\Content\\Seo\\EmptyPathInfoResolver',
  1164.             'Shopware\\Core\\Content\\Sitemap\\SalesChannel\\SitemapRoute' => 'Shopware\\Core\\Content\\Sitemap\\SalesChannel\\CachedSitemapRoute',
  1165.             'Shopware\\Core\\System\\Country\\SalesChannel\\CountryRoute' => 'Shopware\\Core\\System\\Country\\SalesChannel\\CachedCountryRoute',
  1166.             'Shopware\\Core\\System\\Country\\SalesChannel\\CountryStateRoute' => 'Shopware\\Core\\System\\Country\\SalesChannel\\CachedCountryStateRoute',
  1167.             'Shopware\\Core\\System\\Currency\\SalesChannel\\CurrencyRoute' => 'Shopware\\Core\\System\\Currency\\SalesChannel\\CachedCurrencyRoute',
  1168.             'Shopware\\Core\\System\\Language\\SalesChannel\\LanguageRoute' => 'Shopware\\Core\\System\\Language\\SalesChannel\\CachedLanguageRoute',
  1169.             'Shopware\\Core\\System\\Salutation\\SalesChannel\\SalutationRoute' => 'Shopware\\Core\\System\\Salutation\\SalesChannel\\CachedSalutationRoute',
  1170.             'sales_channel_definition.Shopware\\Core\\Checkout\\Payment\\PaymentMethodDefinition' => 'Shopware\\Core\\Checkout\\Payment\\SalesChannel\\SalesChannelPaymentMethodDefinition',
  1171.             'sales_channel_definition.Shopware\\Core\\Checkout\\Payment\\SalesChannel\\SalesChannelPaymentMethodDefinition' => 'Shopware\\Core\\Checkout\\Payment\\SalesChannel\\SalesChannelPaymentMethodDefinition',
  1172.             'sales_channel_definition.Shopware\\Core\\Checkout\\Shipping\\SalesChannel\\SalesChannelShippingMethodDefinition' => 'Shopware\\Core\\Checkout\\Shipping\\SalesChannel\\SalesChannelShippingMethodDefinition',
  1173.             'sales_channel_definition.Shopware\\Core\\Checkout\\Shipping\\ShippingMethodDefinition' => 'Shopware\\Core\\Checkout\\Shipping\\SalesChannel\\SalesChannelShippingMethodDefinition',
  1174.             'sales_channel_definition.Shopware\\Core\\Content\\Category\\CategoryDefinition' => 'Shopware\\Core\\Content\\Category\\SalesChannel\\SalesChannelCategoryDefinition',
  1175.             'sales_channel_definition.Shopware\\Core\\Content\\Category\\SalesChannel\\SalesChannelCategoryDefinition' => 'Shopware\\Core\\Content\\Category\\SalesChannel\\SalesChannelCategoryDefinition',
  1176.             'sales_channel_definition.Shopware\\Core\\Content\\LandingPage\\LandingPageDefinition' => 'Shopware\\Core\\Content\\LandingPage\\SalesChannel\\SalesChannelLandingPageDefinition',
  1177.             'sales_channel_definition.Shopware\\Core\\Content\\LandingPage\\SalesChannel\\SalesChannelLandingPageDefinition' => 'Shopware\\Core\\Content\\LandingPage\\SalesChannel\\SalesChannelLandingPageDefinition',
  1178.             'sales_channel_definition.Shopware\\Core\\Content\\Newsletter\\Aggregate\\NewsletterRecipient\\NewsletterRecipientDefinition' => 'Shopware\\Core\\Content\\Newsletter\\SalesChannel\\SalesChannelNewsletterRecipientDefinition',
  1179.             'sales_channel_definition.Shopware\\Core\\Content\\Newsletter\\SalesChannel\\SalesChannelNewsletterRecipientDefinition' => 'Shopware\\Core\\Content\\Newsletter\\SalesChannel\\SalesChannelNewsletterRecipientDefinition',
  1180.             'sales_channel_definition.Shopware\\Core\\Content\\Product\\ProductDefinition' => 'Shopware\\Core\\Content\\Product\\SalesChannel\\SalesChannelProductDefinition',
  1181.             'sales_channel_definition.Shopware\\Core\\Content\\Product\\SalesChannel\\SalesChannelProductDefinition' => 'Shopware\\Core\\Content\\Product\\SalesChannel\\SalesChannelProductDefinition',
  1182.             'sales_channel_definition.Shopware\\Core\\Content\\Seo\\MainCategory\\MainCategoryDefinition' => 'Shopware\\Core\\Content\\Seo\\MainCategory\\SalesChannel\\SalesChannelMainCategoryDefinition',
  1183.             'sales_channel_definition.Shopware\\Core\\Content\\Seo\\MainCategory\\SalesChannel\\SalesChannelMainCategoryDefinition' => 'Shopware\\Core\\Content\\Seo\\MainCategory\\SalesChannel\\SalesChannelMainCategoryDefinition',
  1184.             'sales_channel_definition.Shopware\\Core\\Content\\Seo\\SeoUrl\\SalesChannel\\SalesChannelSeoUrlDefinition' => 'Shopware\\Core\\Content\\Seo\\SeoUrl\\SalesChannel\\SalesChannelSeoUrlDefinition',
  1185.             'sales_channel_definition.Shopware\\Core\\Content\\Seo\\SeoUrl\\SeoUrlDefinition' => 'Shopware\\Core\\Content\\Seo\\SeoUrl\\SalesChannel\\SalesChannelSeoUrlDefinition',
  1186.             'sales_channel_definition.Shopware\\Core\\System\\Country\\Aggregate\\CountryState\\CountryStateDefinition' => 'Shopware\\Core\\System\\Country\\Aggregate\\CountryState\\SalesChannel\\SalesChannelCountryStateDefinition',
  1187.             'sales_channel_definition.Shopware\\Core\\System\\Country\\Aggregate\\CountryState\\SalesChannel\\SalesChannelCountryStateDefinition' => 'Shopware\\Core\\System\\Country\\Aggregate\\CountryState\\SalesChannel\\SalesChannelCountryStateDefinition',
  1188.             'sales_channel_definition.Shopware\\Core\\System\\Country\\CountryDefinition' => 'Shopware\\Core\\System\\Country\\SalesChannel\\SalesChannelCountryDefinition',
  1189.             'sales_channel_definition.Shopware\\Core\\System\\Country\\SalesChannel\\SalesChannelCountryDefinition' => 'Shopware\\Core\\System\\Country\\SalesChannel\\SalesChannelCountryDefinition',
  1190.             'sales_channel_definition.Shopware\\Core\\System\\Currency\\CurrencyDefinition' => 'Shopware\\Core\\System\\Currency\\SalesChannel\\SalesChannelCurrencyDefinition',
  1191.             'sales_channel_definition.Shopware\\Core\\System\\Currency\\SalesChannel\\SalesChannelCurrencyDefinition' => 'Shopware\\Core\\System\\Currency\\SalesChannel\\SalesChannelCurrencyDefinition',
  1192.             'sales_channel_definition.Shopware\\Core\\System\\Language\\LanguageDefinition' => 'Shopware\\Core\\System\\Language\\SalesChannel\\SalesChannelLanguageDefinition',
  1193.             'sales_channel_definition.Shopware\\Core\\System\\Language\\SalesChannel\\SalesChannelLanguageDefinition' => 'Shopware\\Core\\System\\Language\\SalesChannel\\SalesChannelLanguageDefinition',
  1194.             'sales_channel_definition.Shopware\\Core\\System\\Salutation\\SalesChannel\\SalesChannelSalutationDefinition' => 'Shopware\\Core\\System\\Salutation\\SalesChannel\\SalesChannelSalutationDefinition',
  1195.             'sales_channel_definition.Shopware\\Core\\System\\Salutation\\SalutationDefinition' => 'Shopware\\Core\\System\\Salutation\\SalesChannel\\SalesChannelSalutationDefinition',
  1196.         ];
  1197.         $this->privates['service_container'] = function () {
  1198.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/Connection.php';
  1199.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php';
  1200.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernelInterface.php';
  1201.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/KernelInterface.php';
  1202.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/RebootableInterface.php';
  1203.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/TerminableInterface.php';
  1204.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Kernel.php';
  1205.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php';
  1206.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Kernel.php';
  1207.             include_once \dirname(__DIR__4).'/vendor/cocur/slugify/src/SlugifyInterface.php';
  1208.             include_once \dirname(__DIR__4).'/vendor/cocur/slugify/src/Slugify.php';
  1209.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerInterface.php';
  1210.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerInterface.php';
  1211.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Struct/Serializer/StructNormalizer.php';
  1212.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventSubscriberInterface.php';
  1213.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Routing/ContextResolverListener.php';
  1214.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Routing/CoreSubscriber.php';
  1215.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Routing/RouteScopeListener.php';
  1216.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Routing/RouteEventSubscriber.php';
  1217.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorInterface.php';
  1218.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/TranslatorBagInterface.php';
  1219.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/LocaleAwareInterface.php';
  1220.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Translation/AbstractTranslator.php';
  1221.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorTrait.php';
  1222.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Translation/Translator.php';
  1223.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Snippet/SnippetService.php';
  1224.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Snippet/Filter/SnippetFilterFactory.php';
  1225.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Twig/TemplateFinderInterface.php';
  1226.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ResetInterface.php';
  1227.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Twig/TemplateFinder.php';
  1228.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Twig/NamespaceHierarchy/NamespaceHierarchyBuilder.php';
  1229.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/LoaderInterface.php';
  1230.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Twig/EntityTemplateLoader.php';
  1231.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Routing/RequestContextResolverInterface.php';
  1232.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Routing/RouteScopeCheckTrait.php';
  1233.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Routing/SalesChannelRequestContextResolver.php';
  1234.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Routing/ApiRequestContextResolver.php';
  1235.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Routing/RouteScopeRegistry.php';
  1236.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Cache/CacheStateSubscriber.php';
  1237.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/MessageHandlerInterface.php';
  1238.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/MessageSubscriberInterface.php';
  1239.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/MessageQueue/Handler/AbstractMessageHandler.php';
  1240.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/MessageQueue/ScheduledTask/ScheduledTaskHandler.php';
  1241.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Cache/CacheInvalidator.php';
  1242.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Cache/CacheTagCollection.php';
  1243.             include_once \dirname(__DIR__4).'/vendor/psr/cache/src/CacheItemPoolInterface.php';
  1244.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AdapterInterface.php';
  1245.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/TagAwareAdapterInterface.php';
  1246.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheInterface.php';
  1247.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/TagAwareCacheInterface.php';
  1248.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheTrait.php';
  1249.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Cache/CacheDecorator.php';
  1250.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/PruneableInterface.php';
  1251.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/ResettableInterface.php';
  1252.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerAwareInterface.php';
  1253.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ContractsTrait.php';
  1254.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerAwareTrait.php';
  1255.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ProxyTrait.php';
  1256.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/TagAwareAdapter.php';
  1257.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Util/HtmlSanitizer.php';
  1258.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php';
  1259.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/Handler.php';
  1260.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/ResettableInterface.php';
  1261.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php';
  1262.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Log/Monolog/ExcludeFlowEventHandler.php';
  1263.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerInterface.php';
  1264.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerInterface.php';
  1265.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerTrait.php';
  1266.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerTrait.php';
  1267.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php';
  1268.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php';
  1269.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php';
  1270.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/PsrLogMessageProcessor.php';
  1271.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Routing/RouteParamsCleanupListener.php';
  1272.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/Acl/AclAnnotationValidator.php';
  1273.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/EventListener/CorsListener.php';
  1274.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/EventListener/ResponseHeaderListener.php';
  1275.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/Serializer/JsonEntityEncoder.php';
  1276.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/Converter/ApiVersionConverter.php';
  1277.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/Converter/ConverterRegistry.php';
  1278.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/Converter/DefaultApiConverter.php';
  1279.             include_once \dirname(__DIR__4).'/vendor/league/oauth2-server/src/Repositories/RepositoryInterface.php';
  1280.             include_once \dirname(__DIR__4).'/vendor/league/oauth2-server/src/Repositories/AccessTokenRepositoryInterface.php';
  1281.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/OAuth/AccessTokenRepository.php';
  1282.             include_once \dirname(__DIR__4).'/vendor/league/oauth2-server/src/Repositories/RefreshTokenRepositoryInterface.php';
  1283.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/OAuth/RefreshTokenRepository.php';
  1284.             include_once \dirname(__DIR__4).'/vendor/league/oauth2-server/src/CryptKey.php';
  1285.             include_once \dirname(__DIR__4).'/vendor/league/event/src/EmitterAwareInterface.php';
  1286.             include_once \dirname(__DIR__4).'/vendor/league/event/src/EmitterAwareTrait.php';
  1287.             include_once \dirname(__DIR__4).'/vendor/league/oauth2-server/src/AuthorizationServer.php';
  1288.             include_once \dirname(__DIR__4).'/vendor/league/oauth2-server/src/Repositories/ClientRepositoryInterface.php';
  1289.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/OAuth/ClientRepository.php';
  1290.             include_once \dirname(__DIR__4).'/vendor/league/oauth2-server/src/Repositories/ScopeRepositoryInterface.php';
  1291.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/OAuth/ScopeRepository.php';
  1292.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/EventListener/JsonRequestTransformerListener.php';
  1293.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/EventListener/ExpectationSubscriber.php';
  1294.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/EventListener/Authentication/SalesChannelAuthenticationListener.php';
  1295.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/EventListener/Authentication/ApiAuthenticationListener.php';
  1296.             include_once \dirname(__DIR__4).'/vendor/league/oauth2-server/src/ResourceServer.php';
  1297.             include_once \dirname(__DIR__4).'/vendor/league/oauth2-server/src/AuthorizationValidators/AuthorizationValidatorInterface.php';
  1298.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/OAuth/BearerTokenValidator.php';
  1299.             include_once \dirname(__DIR__4).'/vendor/league/oauth2-server/src/CryptTrait.php';
  1300.             include_once \dirname(__DIR__4).'/vendor/league/oauth2-server/src/AuthorizationValidators/BearerTokenValidator.php';
  1301.             include_once \dirname(__DIR__4).'/vendor/league/oauth2-server/src/Repositories/UserRepositoryInterface.php';
  1302.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/OAuth/UserRepository.php';
  1303.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Validation/DataValidator.php';
  1304.             include_once \dirname(__DIR__4).'/vendor/symfony/psr-http-message-bridge/HttpMessageFactoryInterface.php';
  1305.             include_once \dirname(__DIR__4).'/vendor/symfony/psr-http-message-bridge/Factory/PsrHttpFactory.php';
  1306.             include_once \dirname(__DIR__4).'/vendor/psr/http-factory/src/RequestFactoryInterface.php';
  1307.             include_once \dirname(__DIR__4).'/vendor/psr/http-factory/src/ResponseFactoryInterface.php';
  1308.             include_once \dirname(__DIR__4).'/vendor/psr/http-factory/src/ServerRequestFactoryInterface.php';
  1309.             include_once \dirname(__DIR__4).'/vendor/psr/http-factory/src/StreamFactoryInterface.php';
  1310.             include_once \dirname(__DIR__4).'/vendor/psr/http-factory/src/UploadedFileFactoryInterface.php';
  1311.             include_once \dirname(__DIR__4).'/vendor/psr/http-factory/src/UriFactoryInterface.php';
  1312.             include_once \dirname(__DIR__4).'/vendor/nyholm/psr7/src/Factory/Psr17Factory.php';
  1313.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/ShopId/ShopIdProvider.php';
  1314.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Lifecycle/Persister/ScriptPersister.php';
  1315.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Lifecycle/ScriptFileReaderInterface.php';
  1316.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Lifecycle/ScriptFileReader.php';
  1317.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/ActiveAppsLoader.php';
  1318.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Lifecycle/AbstractAppLoader.php';
  1319.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Lifecycle/AppLoader.php';
  1320.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/CustomEntity/Xml/CustomEntityXmlSchemaValidator.php';
  1321.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/AppLocaleProvider.php';
  1322.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityDefinition.php';
  1323.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/AppDefinition.php';
  1324.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Aggregate/AppPaymentMethod/AppPaymentMethodDefinition.php';
  1325.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Event/EntityLoadedEventFactory.php';
  1326.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Cache/EntityCacheKeyGenerator.php';
  1327.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/EntityDefinitionQueryHelper.php';
  1328.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/JoinGroupBuilder.php';
  1329.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/EntityHydrator.php';
  1330.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Search/Term/TokenizerInterface.php';
  1331.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Search/Term/Tokenizer.php';
  1332.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Search/Term/SearchTermInterpreter.php';
  1333.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Search/Term/EntityScoreQueryBuilder.php';
  1334.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Read/EntityReaderInterface.php';
  1335.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/EntityReader.php';
  1336.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/CriteriaQueryBuilder.php';
  1337.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/FieldResolver/CriteriaPartResolver.php';
  1338.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Write/EntityWriterInterface.php';
  1339.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Write/EntityWriter.php';
  1340.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/EntityForeignKeyResolver.php';
  1341.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Write/EntityWriteResultFactory.php';
  1342.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Write/WriteCommandExtractor.php';
  1343.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Write/EntityWriteGatewayInterface.php';
  1344.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/EntityWriteGateway.php';
  1345.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/ExceptionHandlerRegistry.php';
  1346.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Search/Parser/SqlQueryParser.php';
  1347.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Version/VersionDefinition.php';
  1348.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Version/Aggregate/VersionCommit/VersionCommitDefinition.php';
  1349.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Version/Aggregate/VersionCommitData/VersionCommitDataDefinition.php';
  1350.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/VersionManager.php';
  1351.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/DefinitionInstanceRegistry.php';
  1352.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Event/EventAction/EventActionDefinition.php';
  1353.             include_once \dirname(__DIR__4).'/vendor/psr/event-dispatcher/src/EventDispatcherInterface.php';
  1354.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher-contracts/EventDispatcherInterface.php';
  1355.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcherInterface.php';
  1356.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Event/BusinessEventDispatcher.php';
  1357.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/FilesystemFactory.php';
  1358.             include_once \dirname(__DIR__4).'/vendor/league/flysystem/src/FilesystemInterface.php';
  1359.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PackageInterface.php';
  1360.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Package.php';
  1361.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/UrlPackage.php';
  1362.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Asset/FallbackUrlPackage.php';
  1363.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/ThemeAssetPackage.php';
  1364.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/VersionStrategyInterface.php';
  1365.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Asset/FlysystemLastModifiedVersionStrategy.php';
  1366.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/MessageQueue/ScheduledTask/ScheduledTaskDefinition.php';
  1367.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Script/Execution/ScriptLoader.php';
  1368.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Script/Execution/ScriptExecutor.php';
  1369.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Script/ScriptDefinition.php';
  1370.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollectorInterface.php';
  1371.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollector.php';
  1372.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/DataCollector/TemplateAwareDataCollectorInterface.php';
  1373.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/DataCollector/AbstractDataCollector.php';
  1374.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Script/Debugging/ScriptTraces.php';
  1375.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Language/LanguageDefinition.php';
  1376.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/Entity/SalesChannelDefinitionInterface.php';
  1377.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Language/SalesChannel/SalesChannelLanguageDefinition.php';
  1378.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Language/LanguageLoaderInterface.php';
  1379.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Language/CachedLanguageLoader.php';
  1380.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Language/LanguageLoader.php';
  1381.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Language/SalesChannel/AbstractLanguageRoute.php';
  1382.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Language/SalesChannel/CachedLanguageRoute.php';
  1383.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Language/SalesChannel/LanguageRoute.php';
  1384.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Seo/SeoUrl/SeoUrlDefinition.php';
  1385.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Seo/SeoUrl/SalesChannel/SalesChannelSeoUrlDefinition.php';
  1386.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Seo/SeoUrlRoute/SeoUrlRouteRegistry.php';
  1387.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Seo/SeoUrlPlaceholderHandlerInterface.php';
  1388.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Seo/SeoUrlPlaceholderHandler.php';
  1389.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Seo/SalesChannel/StoreApiSeoResolver.php';
  1390.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php';
  1391.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php';
  1392.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcher.php';
  1393.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Webhook/BusinessEventEncoder.php';
  1394.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Increment/IncrementGatewayRegistry.php';
  1395.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/SalesChannelDefinition.php';
  1396.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/Aggregate/SalesChannelDomain/SalesChannelDomainDefinition.php';
  1397.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextPersister.php';
  1398.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextServiceInterface.php';
  1399.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php';
  1400.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/Entity/SalesChannelDefinitionInstanceRegistry.php';
  1401.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/Api/StoreApiResponseListener.php';
  1402.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/Api/StructEncoder.php';
  1403.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Country/CountryDefinition.php';
  1404.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Country/Aggregate/CountryState/CountryStateDefinition.php';
  1405.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Currency/CurrencyDefinition.php';
  1406.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Currency/Aggregate/CurrencyCountryRounding/CurrencyCountryRoundingDefinition.php';
  1407.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Currency/SalesChannel/SalesChannelCurrencyDefinition.php';
  1408.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Currency/CurrencyFormatter.php';
  1409.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Currency/SalesChannel/AbstractCurrencyRoute.php';
  1410.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Currency/SalesChannel/CachedCurrencyRoute.php';
  1411.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Currency/SalesChannel/CurrencyRoute.php';
  1412.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Locale/LanguageLocaleCodeProvider.php';
  1413.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Snippet/Aggregate/SnippetSet/SnippetSetDefinition.php';
  1414.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Snippet/SnippetDefinition.php';
  1415.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Tax/TaxDefinition.php';
  1416.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/User/UserDefinition.php';
  1417.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/StateMachine/Loader/InitialStateIdLoader.php';
  1418.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SystemConfig/SystemConfigDefinition.php';
  1419.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Util/XmlReader.php';
  1420.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SystemConfig/Util/ConfigReader.php';
  1421.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SystemConfig/SystemConfigService.php';
  1422.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SystemConfig/AbstractSystemConfigLoader.php';
  1423.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SystemConfig/MemoizedSystemConfigLoader.php';
  1424.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SystemConfig/CachedSystemConfigLoader.php';
  1425.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SystemConfig/SystemConfigLoader.php';
  1426.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SystemConfig/Store/MemoizedSystemConfigStore.php';
  1427.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/NumberRange/ValueGenerator/NumberRangeValueGeneratorInterface.php';
  1428.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/NumberRange/ValueGenerator/NumberRangeValueGenerator.php';
  1429.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/NumberRange/ValueGenerator/Pattern/ValueGeneratorPatternRegistry.php';
  1430.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Category/CategoryDefinition.php';
  1431.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Category/SalesChannel/SalesChannelCategoryDefinition.php';
  1432.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Category/Service/NavigationLoaderInterface.php';
  1433.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Category/Service/NavigationLoader.php';
  1434.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Category/SalesChannel/AbstractNavigationRoute.php';
  1435.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Category/SalesChannel/CachedNavigationRoute.php';
  1436.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Category/SalesChannel/NavigationRoute.php';
  1437.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Category/SalesChannel/TreeBuildingNavigationRoute.php';
  1438.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Category/Service/CategoryBreadcrumbBuilder.php';
  1439.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/MediaDefinition.php';
  1440.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityRepositoryInterface.php';
  1441.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/DataAbstractionLayer/MediaRepositoryDecorator.php';
  1442.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityRepository.php';
  1443.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/ProductDefinition.php';
  1444.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/SalesChannelProductDefinition.php';
  1445.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductDownload/ProductDownloadDefinition.php';
  1446.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Rule/RuleDefinition.php';
  1447.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/CmsPageDefinition.php';
  1448.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/DataResolver/CmsSlotsDataResolver.php';
  1449.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/SalesChannel/SalesChannelCmsPageLoaderInterface.php';
  1450.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/SalesChannel/SalesChannelCmsPageLoader.php';
  1451.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/FlowFactory.php';
  1452.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/Price/AmountCalculator.php';
  1453.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/Price/CashRounding.php';
  1454.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/CartPersisterInterface.php';
  1455.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/AbstractCartPersister.php';
  1456.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/CartPersister.php';
  1457.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/CartSerializationCleaner.php';
  1458.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/SalesChannel/CartService.php';
  1459.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/CartCalculator.php';
  1460.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/SalesChannel/AbstractCartItemUpdateRoute.php';
  1461.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/SalesChannel/CartItemUpdateRoute.php';
  1462.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/SalesChannel/AbstractCartLoadRoute.php';
  1463.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/SalesChannel/CartLoadRoute.php';
  1464.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/SalesChannel/AbstractCartDeleteRoute.php';
  1465.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/SalesChannel/CartDeleteRoute.php';
  1466.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/SalesChannel/AbstractCartItemRemoveRoute.php';
  1467.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/SalesChannel/CartItemRemoveRoute.php';
  1468.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/SalesChannel/AbstractCartItemAddRoute.php';
  1469.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/SalesChannel/CartItemAddRoute.php';
  1470.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/SalesChannel/AbstractCartOrderRoute.php';
  1471.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/SalesChannel/CartOrderRoute.php';
  1472.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/Order/OrderPersisterInterface.php';
  1473.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/Order/OrderPersister.php';
  1474.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/PreparedPaymentService.php';
  1475.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/Tax/PercentageTaxRuleBuilder.php';
  1476.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/Tax/TaxDetector.php';
  1477.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/Tax/TaxCalculator.php';
  1478.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/Processor.php';
  1479.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/Validator.php';
  1480.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/Transaction/TransactionProcessor.php';
  1481.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/CartRuleLoader.php';
  1482.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/AbstractRuleLoader.php';
  1483.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/CachedRuleLoader.php';
  1484.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/RuleLoader.php';
  1485.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/LineItemFactoryRegistry.php';
  1486.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/CustomerDefinition.php';
  1487.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/Aggregate/CustomerAddress/CustomerAddressDefinition.php';
  1488.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/Aggregate/CustomerGroup/CustomerGroupDefinition.php';
  1489.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Order/OrderDefinition.php';
  1490.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Order/Aggregate/OrderAddress/OrderAddressDefinition.php';
  1491.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/Order/OrderConverter.php';
  1492.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/Order/LineItemDownloadLoader.php';
  1493.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/PaymentMethodDefinition.php';
  1494.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/SalesChannel/SalesChannelPaymentMethodDefinition.php';
  1495.             include_once \dirname(__DIR__4).'/vendor/lcobucci/jwt/src/Configuration.php';
  1496.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/Token/JWTConfigurationFactory.php';
  1497.             include_once \dirname(__DIR__4).'/vendor/lcobucci/jwt/src/Signer.php';
  1498.             include_once \dirname(__DIR__4).'/vendor/lcobucci/jwt/src/Signer/OpenSSL.php';
  1499.             include_once \dirname(__DIR__4).'/vendor/lcobucci/jwt/src/Signer/Rsa.php';
  1500.             include_once \dirname(__DIR__4).'/vendor/lcobucci/jwt/src/Signer/Rsa/Sha256.php';
  1501.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PaymentHandlerRegistry.php';
  1502.             include_once \dirname(__DIR__4).'/vendor/psr/container/src/ContainerInterface.php';
  1503.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceProviderInterface.php';
  1504.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceLocatorTrait.php';
  1505.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ServiceLocator.php';
  1506.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/SalesChannel/AbstractPaymentMethodRoute.php';
  1507.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/SalesChannel/CachedPaymentMethodRoute.php';
  1508.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/SalesChannel/PaymentMethodRoute.php';
  1509.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/SalesChannel/SortedPaymentMethodRoute.php';
  1510.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Shipping/ShippingMethodDefinition.php';
  1511.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Shipping/SalesChannel/SalesChannelShippingMethodDefinition.php';
  1512.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Shipping/SalesChannel/AbstractShippingMethodRoute.php';
  1513.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Shipping/SalesChannel/CachedShippingMethodRoute.php';
  1514.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Shipping/SalesChannel/ShippingMethodRoute.php';
  1515.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Shipping/SalesChannel/SortedShippingMethodRoute.php';
  1516.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Routing/MaintenanceModeResolver.php';
  1517.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/ThemeConfigValueAccessor.php';
  1518.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/AbstractResolvedConfigLoader.php';
  1519.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/CachedResolvedConfigLoader.php';
  1520.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/ResolvedConfigLoader.php';
  1521.             include_once \dirname(__DIR__4).'/vendor/composer/composer/src/Composer/EventDispatcher/EventSubscriberInterface.php';
  1522.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Twig/TwigDateRequestListener.php';
  1523.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Csrf/CsrfPlaceholderHandler.php';
  1524.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Routing/StorefrontSubscriber.php';
  1525.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Seo/HreflangLoaderInterface.php';
  1526.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Seo/HreflangLoader.php';
  1527.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Routing/NotFound/NotFoundSubscriber.php';
  1528.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Csrf/CsrfRouteListener.php';
  1529.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/AffiliateTracking/AffiliateTrackingListener.php';
  1530.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Pagelet/Header/HeaderPageletLoaderInterface.php';
  1531.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Pagelet/Header/HeaderPageletLoader.php';
  1532.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Pagelet/Footer/FooterPageletLoaderInterface.php';
  1533.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Pagelet/Footer/FooterPageletLoader.php';
  1534.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Page/GenericPageLoaderInterface.php';
  1535.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Page/GenericPageLoader.php';
  1536.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Cache/AbstractCacheTracer.php';
  1537.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Cache/CacheTracer.php';
  1538.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Cache/CacheTracer.php';
  1539.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Cache/CacheResponseSubscriber.php';
  1540.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Captcha/CaptchaRouteListener.php';
  1541.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Routing/ResponseHeaderListener.php';
  1542.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/StorefrontPluginConfiguration/AbstractStorefrontPluginConfigurationFactory.php';
  1543.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/StorefrontPluginConfiguration/StorefrontPluginConfigurationFactory.php';
  1544.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/StorefrontPluginRegistryInterface.php';
  1545.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/StorefrontPluginRegistry.php';
  1546.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/ThemeFileImporterInterface.php';
  1547.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/ThemeFileImporter.php';
  1548.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/ThemeFileResolver.php';
  1549.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/ThemeService.php';
  1550.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/ThemeCompilerInterface.php';
  1551.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/ThemeCompiler.php';
  1552.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/AbstractScssCompiler.php';
  1553.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/ScssPhpCompiler.php';
  1554.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/ConfigLoader/AbstractConfigLoader.php';
  1555.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/ConfigLoader/DatabaseConfigLoader.php';
  1556.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/AbstractThemePathBuilder.php';
  1557.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/MD5ThemePathBuilder.php';
  1558.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/ThemeDefinition.php';
  1559.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/MappingEntityDefinition.php';
  1560.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/Aggregate/ThemeSalesChannelDefinition.php';
  1561.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Twig/NamespaceHierarchy/TemplateNamespaceHierarchyBuilderInterface.php';
  1562.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/Twig/ThemeNamespaceHierarchyBuilder.php';
  1563.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/Twig/ThemeInheritanceBuilderInterface.php';
  1564.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/Twig/ThemeInheritanceBuilder.php';
  1565.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/SalesChannelThemeLoader.php';
  1566.             include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Framework/DataAbstractionLayer/CriteriaParser.php';
  1567.             include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Framework/ElasticsearchHelper.php';
  1568.             include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Framework/ElasticsearchRegistry.php';
  1569.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerInterface.php';
  1570.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Log/LoggerFactory.php';
  1571.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Profiling/Subscriber/ActiveRulesDataCollectorSubscriber.php';
  1572.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php';
  1573.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactory.php';
  1574.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ResponseListener.php';
  1575.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/StreamedResponseListener.php';
  1576.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleListener.php';
  1577.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ValidateRequestListener.php';
  1578.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DisallowRobotsIndexingListener.php';
  1579.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ErrorListener.php';
  1580.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php';
  1581.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBag.php';
  1582.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php';
  1583.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBagInterface.php';
  1584.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBag.php';
  1585.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernel.php';
  1586.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolverInterface.php';
  1587.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php';
  1588.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolver.php';
  1589.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php';
  1590.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerResolver.php';
  1591.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolverInterface.php';
  1592.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php';
  1593.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver.php';
  1594.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestStack.php';
  1595.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/UriSigner.php';
  1596.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ConfigCacheFactoryInterface.php';
  1597.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php';
  1598.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleAwareListener.php';
  1599.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/TraceableAdapter.php';
  1600.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/ArrayAdapter.php';
  1601.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/AbstractAdapterTrait.php';
  1602.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AbstractAdapter.php';
  1603.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Packages.php';
  1604.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PathPackage.php';
  1605.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/ContextInterface.php';
  1606.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/RequestStackContext.php';
  1607.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/EmptyVersionStrategy.php';
  1608.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/EventListener/MessageLoggerListener.php';
  1609.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpCache/SurrogateInterface.php';
  1610.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpCache/AbstractSurrogate.php';
  1611.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpCache/Esi.php';
  1612.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/SurrogateListener.php';
  1613.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/FragmentListener.php';
  1614.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Translator.php';
  1615.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/WarmableInterface.php';
  1616.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Translation/Translator.php';
  1617.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatterInterface.php';
  1618.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/IntlFormatterInterface.php';
  1619.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatter.php';
  1620.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/IdentityTranslator.php';
  1621.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php';
  1622.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Logger.php';
  1623.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Log/DebugLoggerInterface.php';
  1624.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Logger.php';
  1625.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/FileLinkFormatter.php';
  1626.             include_once \dirname(__DIR__4).'/vendor/symfony/stopwatch/Stopwatch.php';
  1627.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Processor/DebugProcessor.php';
  1628.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContextAwareInterface.php';
  1629.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/UrlMatcherInterface.php';
  1630.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Generator/UrlGeneratorInterface.php';
  1631.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RouterInterface.php';
  1632.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/RequestMatcherInterface.php';
  1633.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Router.php';
  1634.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/Router.php';
  1635.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContext.php';
  1636.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/RouterListener.php';
  1637.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php';
  1638.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Compatibility/AnnotationReader.php';
  1639.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php';
  1640.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/PsrCachedReader.php';
  1641.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/PhpArrayAdapter.php';
  1642.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactoryInterface.php';
  1643.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassResolverTrait.php';
  1644.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactory.php';
  1645.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderInterface.php';
  1646.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderChain.php';
  1647.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/AnnotationLoader.php';
  1648.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyTypeExtractorInterface.php';
  1649.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyDescriptionExtractorInterface.php';
  1650.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyAccessExtractorInterface.php';
  1651.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyListExtractorInterface.php';
  1652.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractorInterface.php';
  1653.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInitializableExtractorInterface.php';
  1654.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractor.php';
  1655.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyReadInfoExtractorInterface.php';
  1656.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyWriteInfoExtractorInterface.php';
  1657.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/ConstructorArgumentTypeExtractorInterface.php';
  1658.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/ReflectionExtractor.php';
  1659.             include_once \dirname(__DIR__4).'/vendor/symfony/lock/LockFactory.php';
  1660.             include_once \dirname(__DIR__4).'/vendor/symfony/lock/PersistingStoreInterface.php';
  1661.             include_once \dirname(__DIR__4).'/vendor/symfony/lock/Store/StoreFactory.php';
  1662.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/SessionStorageFactoryInterface.php';
  1663.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorageFactory.php';
  1664.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/Handler/AbstractSessionHandler.php';
  1665.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/Handler/StrictSessionHandler.php';
  1666.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionBagInterface.php';
  1667.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/MetadataBag.php';
  1668.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php';
  1669.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/SessionListener.php';
  1670.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilder.php';
  1671.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validation.php';
  1672.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorFactoryInterface.php';
  1673.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ContainerConstraintValidatorFactory.php';
  1674.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/LoaderInterface.php';
  1675.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/AutoMappingTrait.php';
  1676.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/PropertyInfoLoader.php';
  1677.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ProfilerListener.php';
  1678.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LateDataCollectorInterface.php';
  1679.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php';
  1680.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RouterDataCollector.php';
  1681.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/DataCollector/RouterDataCollector.php';
  1682.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Factory/MetadataFactoryInterface.php';
  1683.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/ValidatorInterface.php';
  1684.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/TraceableValidator.php';
  1685.             include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypeGuesserInterface.php';
  1686.             include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypesInterface.php';
  1687.             include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypes.php';
  1688.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Handler/ConsoleHandler.php';
  1689.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ControllerListener.php';
  1690.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ParamConverterListener.php';
  1691.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterManager.php';
  1692.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterInterface.php';
  1693.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DoctrineParamConverter.php';
  1694.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DateTimeParamConverter.php';
  1695.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/TemplateListener.php';
  1696.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Templating/TemplateGuesser.php';
  1697.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/HttpCacheListener.php';
  1698.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/IsGrantedListener.php';
  1699.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ArgumentNameConverter.php';
  1700.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/ChainLoader.php';
  1701.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/FilesystemLoader.php';
  1702.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Profiler/Profile.php';
  1703.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ExtensionInterface.php';
  1704.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/AbstractExtension.php';
  1705.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php';
  1706.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/DataDumperInterface.php';
  1707.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DumpDataCollector.php';
  1708.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/ClonerInterface.php';
  1709.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/AbstractCloner.php';
  1710.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/VarCloner.php';
  1711.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/DumperInterface.php';
  1712.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/AbstractDumper.php';
  1713.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/CliDumper.php';
  1714.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/HtmlDumper.php';
  1715.             include_once \dirname(__DIR__4).'/vendor/queue-interop/queue-interop/src/ConnectionFactory.php';
  1716.             include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/ConnectionFactoryFactoryInterface.php';
  1717.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/MessageQueue/Enqueue/ConnectionFactoryFactory.php';
  1718.             include_once \dirname(__DIR__4).'/vendor/queue-interop/queue-interop/src/Context.php';
  1719.             include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Client/DriverInterface.php';
  1720.             include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Client/DriverFactoryInterface.php';
  1721.             include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Client/DriverFactory.php';
  1722.             include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Client/Config.php';
  1723.             include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Client/RouteCollection.php';
  1724.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/ContentSecurityPolicyHandler.php';
  1725.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/NonceGenerator.php';
  1726.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/EventListener/WebDebugToolbarListener.php';
  1727.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/RateLimiter/RateLimiter.php';
  1728.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/RateLimiter/RateLimiterFactory.php';
  1729.             include_once \dirname(__DIR__4).'/vendor/symfony/rate-limiter/Storage/StorageInterface.php';
  1730.             include_once \dirname(__DIR__4).'/vendor/symfony/rate-limiter/Storage/CacheStorage.php';
  1731.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/Entity/SalesChannelRepositoryInterface.php';
  1732.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/Entity/SalesChannelRepository.php';
  1733.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollectorTranslator.php';
  1734.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Routing/Router.php';
  1735.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/MessageBusInterface.php';
  1736.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/TraceableMessageBus.php';
  1737.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/MessageQueue/Monitoring/MonitoringBusDecorator.php';
  1738.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/MessageBus.php';
  1739.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php';
  1740.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/TraceableEventDispatcher.php';
  1741.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php';
  1742.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/NullHandler.php';
  1743.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Search/EntitySearcherInterface.php';
  1744.             include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Framework/DataAbstractionLayer/ElasticsearchEntitySearcher.php';
  1745.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/EntitySearcher.php';
  1746.             include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Framework/DataAbstractionLayer/AbstractElasticsearchSearchHydrator.php';
  1747.             include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Framework/DataAbstractionLayer/ElasticsearchEntitySearchHydrator.php';
  1748.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Search/EntityAggregatorInterface.php';
  1749.             include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Framework/DataAbstractionLayer/ElasticsearchEntityAggregator.php';
  1750.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/EntityAggregator.php';
  1751.             include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Framework/DataAbstractionLayer/AbstractElasticsearchAggregationHydrator.php';
  1752.             include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Framework/DataAbstractionLayer/ElasticsearchEntityAggregatorHydrator.php';
  1753.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityRepositoryForwardCompatibilityDecorator.php';
  1754.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/DataAbstractionLayer/PaymentMethodRepositoryDecorator.php';
  1755.             include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Client/ProducerInterface.php';
  1756.             include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Client/TraceableProducer.php';
  1757.             include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Client/Producer.php';
  1758.             include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Rpc/RpcFactory.php';
  1759.             include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Client/PreSendEventExtensionInterface.php';
  1760.             include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Client/PreSendCommandExtensionInterface.php';
  1761.             include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Client/DriverPreSendExtensionInterface.php';
  1762.             include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Client/PostSendExtensionInterface.php';
  1763.             include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Client/ExtensionInterface.php';
  1764.             include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Client/ChainExtension.php';
  1765.             include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Profiler/ClientProfiler.php';
  1766.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/Context/AbstractSalesChannelContextFactory.php';
  1767.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/Context/CachedSalesChannelContextFactory.php';
  1768.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextFactory.php';
  1769.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/Context/AbstractBaseContextFactory.php';
  1770.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/Context/CachedBaseContextFactory.php';
  1771.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/Context/BaseContextFactory.php';
  1772.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerInterface.php';
  1773.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ContextAwareNormalizerInterface.php';
  1774.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ContextAwareDenormalizerInterface.php';
  1775.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/EncoderInterface.php';
  1776.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/ContextAwareEncoderInterface.php';
  1777.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/DecoderInterface.php';
  1778.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/ContextAwareDecoderInterface.php';
  1779.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Serializer.php';
  1780.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareInterface.php';
  1781.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/CacheableSupportsMethodInterface.php';
  1782.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareTrait.php';
  1783.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/UnwrappingDenormalizer.php';
  1784.             include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessorInterface.php';
  1785.             include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessor.php';
  1786.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerAwareTrait.php';
  1787.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/Normalizer/FlattenExceptionNormalizer.php';
  1788.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ProblemNormalizer.php';
  1789.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/UidNormalizer.php';
  1790.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateTimeNormalizer.php';
  1791.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ConstraintViolationListNormalizer.php';
  1792.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/NameConverterInterface.php';
  1793.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/AdvancedNameConverterInterface.php';
  1794.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/MetadataAwareNameConverter.php';
  1795.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/MimeMessageNormalizer.php';
  1796.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ObjectToPopulateTrait.php';
  1797.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/AbstractNormalizer.php';
  1798.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/AbstractObjectNormalizer.php';
  1799.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/PropertyNormalizer.php';
  1800.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/ClassDiscriminatorResolverInterface.php';
  1801.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/ClassDiscriminatorFromClassMetadata.php';
  1802.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateTimeZoneNormalizer.php';
  1803.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateIntervalNormalizer.php';
  1804.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/FormErrorNormalizer.php';
  1805.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DataUriNormalizer.php';
  1806.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/JsonSerializableNormalizer.php';
  1807.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerAwareInterface.php';
  1808.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerAwareTrait.php';
  1809.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ArrayDenormalizer.php';
  1810.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ObjectNormalizer.php';
  1811.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Struct/Serializer/StructDecoder.php';
  1812.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/Serializer/JsonApiDecoder.php';
  1813.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/NormalizationAwareInterface.php';
  1814.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/XmlEncoder.php';
  1815.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/JsonEncoder.php';
  1816.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/YamlEncoder.php';
  1817.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/CsvEncoder.php';
  1818.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/CsrfTokenManagerInterface.php';
  1819.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/CsrfTokenManager.php';
  1820.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenGenerator/TokenGeneratorInterface.php';
  1821.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenGenerator/UriSafeTokenGenerator.php';
  1822.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/TokenStorageInterface.php';
  1823.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/ClearableTokenStorageInterface.php';
  1824.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/SessionTokenStorage.php';
  1825.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/Profiler.php';
  1826.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php';
  1827.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php';
  1828.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/TimeDataCollector.php';
  1829.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/MemoryDataCollector.php';
  1830.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php';
  1831.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/AjaxDataCollector.php';
  1832.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ExceptionDataCollector.php';
  1833.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php';
  1834.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php';
  1835.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/DataCollector/CacheDataCollector.php';
  1836.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php';
  1837.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/DataCollector/TwigDataCollector.php';
  1838.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Profiling/Doctrine/ConnectionProfiler.php';
  1839.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/DataCollector/MessengerDataCollector.php';
  1840.             include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Profiler/DataCollector.php';
  1841.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/DataCollector/MessageDataCollector.php';
  1842.             include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue-bundle/Profiler/AbstractMessageQueueCollector.php';
  1843.             include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue-bundle/Profiler/MessageQueueCollector.php';
  1844.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ConfigDataCollector.php';
  1845.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/CacheInterface.php';
  1846.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/FilesystemCache.php';
  1847.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/CoreExtension.php';
  1848.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/EscaperExtension.php';
  1849.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/OptimizerExtension.php';
  1850.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/StagingExtension.php';
  1851.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/ExtensionSet.php';
  1852.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Template.php';
  1853.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/TemplateWrapper.php';
  1854.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Environment.php';
  1855.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Twig/TwigEnvironment.php';
  1856.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CsrfExtension.php';
  1857.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ProfilerExtension.php';
  1858.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ProfilerExtension.php';
  1859.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/AssetExtension.php';
  1860.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CodeExtension.php';
  1861.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/RoutingExtension.php';
  1862.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/YamlExtension.php';
  1863.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/StopwatchExtension.php';
  1864.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelExtension.php';
  1865.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpFoundationExtension.php';
  1866.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/UrlHelper.php';
  1867.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SerializerExtension.php';
  1868.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/DumpExtension.php';
  1869.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Twig/Extension/NodeExtension.php';
  1870.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Twig/Extension/PhpSyntaxExtension.php';
  1871.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Twig/Extension/FeatureFlagExtension.php';
  1872.             include_once \dirname(__DIR__4).'/vendor/twig/intl-extra/IntlExtension.php';
  1873.             include_once \dirname(__DIR__4).'/vendor/twig/string-extra/StringExtension.php';
  1874.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Twig/Extension/InstanceOfExtension.php';
  1875.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Twig/Filter/CurrencyFilter.php';
  1876.             include_once \dirname(__DIR__4).'/vendor/cocur/slugify/src/Bridge/Twig/SlugifyExtension.php';
  1877.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Twig/Filter/ReplaceRecursiveFilter.php';
  1878.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Twig/SecurityExtension.php';
  1879.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Twig/Extension/SeoUrlFunctionExtension.php';
  1880.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Twig/Extension/CategoryUrlExtension.php';
  1881.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Category/Service/AbstractCategoryUrlGenerator.php';
  1882.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Category/Service/CategoryUrlGenerator.php';
  1883.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Twig/Extension/MediaExtension.php';
  1884.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Twig/Extension/RawUrlFunctionExtension.php';
  1885.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Twig/Extension/SwSanitizeTwigFilter.php';
  1886.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Twig/Extension/BuildBreadcrumbExtension.php';
  1887.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/GlobalsInterface.php';
  1888.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Twig/TemplateDataExtension.php';
  1889.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Twig/Extension/ConfigExtension.php';
  1890.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Twig/TemplateConfigAccessor.php';
  1891.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Twig/IconExtension.php';
  1892.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Twig/ThumbnailExtension.php';
  1893.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Twig/Extension/UrlEncodingTwigFilter.php';
  1894.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Twig/Extension/IconCacheTwigFilter.php';
  1895.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Twig/Extension/CsrfFunctionExtension.php';
  1896.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Profiling/Twig/DoctrineExtension.php';
  1897.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Twig/WebProfilerExtension.php';
  1898.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/AppVariable.php';
  1899.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Twig/TwigAppVariable.php';
  1900.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php';
  1901.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php';
  1902.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/DependencyInjection/Configurator/EnvironmentConfigurator.php';
  1903.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Validation/HappyPathValidator.php';
  1904.             include_once __DIR__.'/proxy-classes.php';
  1905.         };
  1906.     }
  1907.     public function compile(): void
  1908.     {
  1909.         throw new LogicException('You cannot compile a dumped container that was already compiled.');
  1910.     }
  1911.     public function isCompiled(): bool
  1912.     {
  1913.         return true;
  1914.     }
  1915.     public function getRemovedIds(): array
  1916.     {
  1917.         return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
  1918.     }
  1919.     protected function createProxy($class, \Closure $factory)
  1920.     {
  1921.         return $factory();
  1922.     }
  1923.     /**
  1924.      * Gets the public '.container.private.cache_clearer' shared service.
  1925.      *
  1926.      * @return \Symfony\Component\HttpKernel\CacheClearer\ChainCacheClearer
  1927.      */
  1928.     protected function get_Container_Private_CacheClearerService()
  1929.     {
  1930.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  1931.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/ChainCacheClearer.php';
  1932.         return $this->services['.container.private.cache_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\ChainCacheClearer(new RewindableGenerator(function () {
  1933.             yield => ($this->services['cache.system_clearer'] ?? $this->getCache_SystemClearerService());
  1934.         }, 1));
  1935.     }
  1936.     /**
  1937.      * Gets the public '.container.private.filesystem' shared service.
  1938.      *
  1939.      * @return \Symfony\Component\Filesystem\Filesystem
  1940.      */
  1941.     protected function get_Container_Private_FilesystemService()
  1942.     {
  1943.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  1944.         return $this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem();
  1945.     }
  1946.     /**
  1947.      * Gets the public '.container.private.profiler' shared service.
  1948.      *
  1949.      * @return \Symfony\Component\HttpKernel\Profiler\Profiler
  1950.      */
  1951.     protected function get_Container_Private_ProfilerService()
  1952.     {
  1953.         $a = new \Symfony\Bridge\Monolog\Logger('profiler');
  1954.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1955.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1956.         $a->pushHandler(($this->privates['Shopware\\Core\\Framework\\Log\\Monolog\\ExcludeFlowEventHandler'] ?? $this->getExcludeFlowEventHandlerService()));
  1957.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1958.         $this->services['.container.private.profiler'] = $instance = new \Symfony\Component\HttpKernel\Profiler\Profiler(new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDir.''.'/profiler')), $atrue);
  1959.         $b = ($this->services['kernel'] ?? $this->get('kernel'));
  1960.         $c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  1961.         $d = new \Symfony\Component\Cache\DataCollector\CacheDataCollector();
  1962.         $d->addInstance('cache.app', ($this->services['cache.app'] ?? $this->getCache_AppService()));
  1963.         $d->addInstance('cache.system', ($this->services['cache.system'] ?? $this->getCache_SystemService()));
  1964.         $d->addInstance('cache.validator', ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()));
  1965.         $d->addInstance('cache.serializer', ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()));
  1966.         $d->addInstance('cache.annotations', ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  1967.         $d->addInstance('cache.property_info', ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()));
  1968.         $d->addInstance('cache.messenger.restart_workers_signal', ($this->privates['cache.messenger.restart_workers_signal'] ?? $this->getCache_Messenger_RestartWorkersSignalService()));
  1969.         $d->addInstance('cache.rate_limiter', ($this->privates['cache.rate_limiter'] ?? $this->getCache_RateLimiterService()));
  1970.         $d->addInstance('cache.object', ($this->privates['.cache.object.inner'] ?? $this->get_Cache_Object_InnerService()));
  1971.         $d->addInstance('cache.http', ($this->privates['.cache.http.inner'] ?? $this->get_Cache_Http_InnerService()));
  1972.         $d->addInstance('cache.tags', ($this->privates['cache.tags'] ?? $this->getCache_TagsService()));
  1973.         $d->addInstance('cache.validator_expression_language', ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService()));
  1974.         $e = new \Symfony\Component\Messenger\DataCollector\MessengerDataCollector();
  1975.         $e->registerBus('messenger.bus.shopware', ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService()));
  1976.         $f = new \Enqueue\Bundle\Profiler\MessageQueueCollector();
  1977.         $f->addProducer('default', ($this->services['enqueue.client.default.producer'] ?? $this->getEnqueue_Client_Default_ProducerService()));
  1978.         $g = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
  1979.         if ($this->has('kernel')) {
  1980.             $g->setKernel($b);
  1981.         }
  1982.         $instance->add(($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()));
  1983.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  1984.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
  1985.         $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->privates['debug.validator'] ?? $this->getDebug_ValidatorService())));
  1986.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
  1987.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector());
  1988.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector($a, ($this->targetDir.''.'/Shopware_Core_KernelDevDebugContainer'), $c));
  1989.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\EventDataCollector(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), $c));
  1990.         $instance->add(($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())));
  1991.         $instance->add($d);
  1992.         $instance->add(new \Symfony\Component\Translation\DataCollector\TranslationDataCollector(($this->services['translator'] ?? $this->getTranslatorService())));
  1993.         $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())));
  1994.         $instance->add(($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  1995.         $instance->add(new \Shopware\Core\Profiling\Doctrine\ConnectionProfiler());
  1996.         $instance->add($e);
  1997.         $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())));
  1998.         $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())));
  1999.         $instance->add(($this->privates['Shopware\\Core\\Profiling\\Subscriber\\ActiveRulesDataCollectorSubscriber'] ?? $this->getActiveRulesDataCollectorSubscriberService()));
  2000.         $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()))));
  2001.         $instance->add($f);
  2002.         $instance->add($g);
  2003.         return $instance;
  2004.     }
  2005.     /**
  2006.      * Gets the public '.container.private.security.csrf.token_manager' shared service.
  2007.      *
  2008.      * @return \Symfony\Component\Security\Csrf\CsrfTokenManager
  2009.      */
  2010.     protected function get_Container_Private_Security_Csrf_TokenManagerService()
  2011.     {
  2012.         $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  2013.         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);
  2014.     }
  2015.     /**
  2016.      * Gets the public '.container.private.serializer' shared service.
  2017.      *
  2018.      * @return \Symfony\Component\Serializer\Serializer
  2019.      */
  2020.     protected function get_Container_Private_SerializerService()
  2021.     {
  2022.         $a = ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  2023.         $b = new \Symfony\Component\PropertyAccess\PropertyAccessor(32, new \Symfony\Component\Cache\Adapter\ArrayAdapter(0false), $a$a);
  2024.         $c = ($this->privates['serializer.mapping.class_metadata_factory'] ?? $this->getSerializer_Mapping_ClassMetadataFactoryService());
  2025.         $d = new \Symfony\Component\Serializer\NameConverter\MetadataAwareNameConverter($c);
  2026.         $e = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  2027.         $f = new \Symfony\Component\Serializer\Mapping\ClassDiscriminatorFromClassMetadata($c);
  2028.         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()]);
  2029.     }
  2030.     /**
  2031.      * Gets the public '.container.private.session' shared service.
  2032.      *
  2033.      * @return \Symfony\Component\HttpFoundation\Session\Session
  2034.      */
  2035.     protected function get_Container_Private_SessionService()
  2036.     {
  2037.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionInterface.php';
  2038.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Session.php';
  2039.         $a = ($this->privates['session.factory'] ?? $this->getSession_FactoryService());
  2040.         if (isset($this->services['.container.private.session'])) {
  2041.             return $this->services['.container.private.session'];
  2042.         }
  2043.         return $this->services['.container.private.session'] = $a->createSession();
  2044.     }
  2045.     /**
  2046.      * Gets the public '.container.private.twig' shared service.
  2047.      *
  2048.      * @return \Shopware\Core\Framework\Adapter\Twig\TwigEnvironment
  2049.      */
  2050.     protected function get_Container_Private_TwigService()
  2051.     {
  2052.         $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']);
  2053.         $a = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  2054.         $b = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
  2055.         $c = ($this->services['router'] ?? $this->getRouterService());
  2056.         $d = new \Symfony\Bridge\Twig\Extension\RoutingExtension($c);
  2057.         $e = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  2058.         $f = ($this->services['Shopware\\Core\\Framework\\Adapter\\Twig\\TemplateFinder'] ?? $this->getTemplateFinderService());
  2059.         $g = ($this->services['Shopware\\Core\\Content\\Seo\\SeoUrlPlaceholderHandlerInterface'] ?? $this->getSeoUrlPlaceholderHandlerInterfaceService());
  2060.         $h = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'1);
  2061.         $h->setDisplayOptions(['maxStringLength' => 4096'fileLinkFormat' => $b]);
  2062.         $i = new \Symfony\Bridge\Twig\AppVariable();
  2063.         $i->setEnvironment('dev');
  2064.         $i->setDebug(true);
  2065.         if ($this->has('request_stack')) {
  2066.             $i->setRequestStack($e);
  2067.         }
  2068.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CsrfExtension());
  2069.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ProfilerExtension(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), $a));
  2070.         $instance->addExtension(($this->privates['twig.extension.trans'] ?? $this->getTwig_Extension_TransService()));
  2071.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\AssetExtension(($this->privates['assets.packages'] ?? $this->getAssets_PackagesService())));
  2072.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CodeExtension($b, \dirname(__DIR__4), 'UTF-8'));
  2073.         $instance->addExtension($d);
  2074.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\YamlExtension());
  2075.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\StopwatchExtension($atrue));
  2076.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpKernelExtension());
  2077.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension(new \Symfony\Component\HttpFoundation\UrlHelper($e, ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()))));
  2078.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SerializerExtension());
  2079.         $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())));
  2080.         $instance->addExtension(new \Shopware\Core\Framework\Adapter\Twig\Extension\NodeExtension($f));
  2081.         $instance->addExtension(new \Shopware\Core\Framework\Adapter\Twig\Extension\PhpSyntaxExtension());
  2082.         $instance->addExtension(new \Shopware\Core\Framework\Adapter\Twig\Extension\FeatureFlagExtension());
  2083.         $instance->addExtension(new \Twig\Extra\Intl\IntlExtension());
  2084.         $instance->addExtension(new \Twig\Extra\String\StringExtension());
  2085.         $instance->addExtension(new \Shopware\Core\Framework\Adapter\Twig\Extension\InstanceOfExtension());
  2086.         $instance->addExtension(new \Shopware\Core\Framework\Adapter\Twig\Filter\CurrencyFilter(($this->services['Shopware\\Core\\System\\Currency\\CurrencyFormatter'] ?? $this->getCurrencyFormatterService())));
  2087.         $instance->addExtension(new \Cocur\Slugify\Bridge\Twig\SlugifyExtension(($this->privates['slugify'] ?? $this->getSlugifyService())));
  2088.         $instance->addExtension(new \Shopware\Core\Framework\Adapter\Twig\Filter\ReplaceRecursiveFilter());
  2089.         $instance->addExtension(new \Shopware\Core\Framework\Adapter\Twig\SecurityExtension([]));
  2090.         $instance->addExtension(new \Shopware\Core\Framework\Adapter\Twig\Extension\SeoUrlFunctionExtension($d$g));
  2091.         $instance->addExtension(new \Shopware\Core\Framework\Adapter\Twig\Extension\CategoryUrlExtension($d, new \Shopware\Core\Content\Category\Service\CategoryUrlGenerator($g)));
  2092.         $instance->addExtension(new \Shopware\Core\Framework\Adapter\Twig\Extension\MediaExtension(($this->services['media.repository'] ?? $this->getMedia_RepositoryService())));
  2093.         $instance->addExtension(new \Shopware\Core\Framework\Adapter\Twig\Extension\RawUrlFunctionExtension($c$e));
  2094.         $instance->addExtension(new \Shopware\Core\Framework\Adapter\Twig\Extension\SwSanitizeTwigFilter(($this->services['Shopware\\Core\\Framework\\Util\\HtmlSanitizer'] ?? $this->getHtmlSanitizerService())));
  2095.         $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())));
  2096.         $instance->addExtension(new \Shopware\Storefront\Framework\Twig\TemplateDataExtension($etrue'twig'));
  2097.         $instance->addExtension(new \Shopware\Storefront\Framework\Twig\Extension\ConfigExtension(new \Shopware\Storefront\Framework\Twig\TemplateConfigAccessor(($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService()), ($this->privates['Shopware\\Storefront\\Theme\\ThemeConfigValueAccessor'] ?? $this->getThemeConfigValueAccessorService()))));
  2098.         $instance->addExtension(new \Shopware\Storefront\Framework\Twig\IconExtension($f));
  2099.         $instance->addExtension(new \Shopware\Storefront\Framework\Twig\ThumbnailExtension($f));
  2100.         $instance->addExtension(new \Shopware\Storefront\Framework\Twig\Extension\UrlEncodingTwigFilter());
  2101.         $instance->addExtension(new \Shopware\Storefront\Framework\Twig\Extension\IconCacheTwigFilter());
  2102.         $instance->addExtension(new \Shopware\Storefront\Framework\Twig\Extension\CsrfFunctionExtension());
  2103.         $instance->addExtension(new \Shopware\Core\Profiling\Twig\DoctrineExtension());
  2104.         $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($h));
  2105.         $instance->addGlobal('app', new \Shopware\Storefront\Framework\Twig\TwigAppVariable($i$this->parameters['shopware.twig.app_variable.allowed_server_params']));
  2106.         $instance->addRuntimeLoader(new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2107.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => ['privates''twig.runtime.security_csrf''getTwig_Runtime_SecurityCsrfService'false],
  2108.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => ['privates''twig.runtime.httpkernel''getTwig_Runtime_HttpkernelService'false],
  2109.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => ['privates''twig.runtime.serializer''getTwig_Runtime_SerializerService'false],
  2110.         ], [
  2111.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => '?',
  2112.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => '?',
  2113.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => '?',
  2114.         ])));
  2115.         (new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i''%d days'NULL0'.'','))->configure($instance);
  2116.         return $instance;
  2117.     }
  2118.     /**
  2119.      * Gets the public '.container.private.validator' shared service.
  2120.      *
  2121.      * @return \Shopware\Core\Framework\Validation\HappyPathValidator
  2122.      */
  2123.     protected function get_Container_Private_ValidatorService()
  2124.     {
  2125.         $a = ($this->privates['debug.validator'] ?? $this->getDebug_ValidatorService());
  2126.         if (isset($this->services['.container.private.validator'])) {
  2127.             return $this->services['.container.private.validator'];
  2128.         }
  2129.         return $this->services['.container.private.validator'] = new \Shopware\Core\Framework\Validation\HappyPathValidator($a);
  2130.     }
  2131.     /**
  2132.      * Gets the public 'Doctrine\DBAL\Connection' shared service.
  2133.      *
  2134.      * @return \Doctrine\DBAL\Connection
  2135.      */
  2136.     protected function getConnectionService()
  2137.     {
  2138.         return $this->services['Doctrine\\DBAL\\Connection'] = \Shopware\Core\Kernel::getConnection();
  2139.     }
  2140.     /**
  2141.      * Gets the public 'Elasticsearch\Client' shared service.
  2142.      *
  2143.      * @return \Shopware\Elasticsearch\Profiler\ClientProfiler
  2144.      */
  2145.     protected function getClientService()
  2146.     {
  2147.         return $this->services['Elasticsearch\\Client'] = new \Shopware\Elasticsearch\Profiler\ClientProfiler(($this->privates['shopware.es.profiled.client.inner'] ?? $this->getShopware_Es_Profiled_Client_InnerService()));
  2148.     }
  2149.     /**
  2150.      * Gets the public 'Shopware\Administration\Controller\AdminExtensionApiController' shared service.
  2151.      *
  2152.      * @return \Shopware\Administration\Controller\AdminExtensionApiController
  2153.      */
  2154.     protected function getAdminExtensionApiControllerService()
  2155.     {
  2156.         include_once \dirname(__DIR__4).'/vendor/shopware/administration/Controller/AdminExtensionApiController.php';
  2157.         $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()));
  2158.         $instance->setContainer($this);
  2159.         return $instance;
  2160.     }
  2161.     /**
  2162.      * Gets the public 'Shopware\Administration\Controller\AdminProductStreamController' shared service.
  2163.      *
  2164.      * @return \Shopware\Administration\Controller\AdminProductStreamController
  2165.      */
  2166.     protected function getAdminProductStreamControllerService()
  2167.     {
  2168.         include_once \dirname(__DIR__4).'/vendor/shopware/administration/Controller/AdminProductStreamController.php';
  2169.         $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()));
  2170.         $instance->setContainer($this);
  2171.         return $instance;
  2172.     }
  2173.     /**
  2174.      * Gets the public 'Shopware\Administration\Controller\AdminSearchController' shared service.
  2175.      *
  2176.      * @return \Shopware\Administration\Controller\AdminSearchController
  2177.      */
  2178.     protected function getAdminSearchControllerService()
  2179.     {
  2180.         include_once \dirname(__DIR__4).'/vendor/shopware/administration/Controller/AdminSearchController.php';
  2181.         include_once \dirname(__DIR__4).'/vendor/shopware/administration/Service/AdminSearcher.php';
  2182.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService());
  2183.         $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()));
  2184.         $instance->setContainer($this);
  2185.         return $instance;
  2186.     }
  2187.     /**
  2188.      * Gets the public 'Shopware\Administration\Controller\AdminTagController' shared service.
  2189.      *
  2190.      * @return \Shopware\Administration\Controller\AdminTagController
  2191.      */
  2192.     protected function getAdminTagControllerService()
  2193.     {
  2194.         include_once \dirname(__DIR__4).'/vendor/shopware/administration/Controller/AdminTagController.php';
  2195.         $this->services['Shopware\\Administration\\Controller\\AdminTagController'] = $instance = new \Shopware\Administration\Controller\AdminTagController(($this->services['Shopware\\Core\\System\\Tag\\Service\\FilterTagIdsService'] ?? $this->getFilterTagIdsServiceService()));
  2196.         $instance->setContainer($this);
  2197.         return $instance;
  2198.     }
  2199.     /**
  2200.      * Gets the public 'Shopware\Administration\Controller\AdministrationController' shared service.
  2201.      *
  2202.      * @return \Shopware\Administration\Controller\AdministrationController
  2203.      */
  2204.     protected function getAdministrationControllerService()
  2205.     {
  2206.         include_once \dirname(__DIR__4).'/vendor/shopware/administration/Controller/AdministrationController.php';
  2207.         include_once \dirname(__DIR__4).'/vendor/shopware/administration/Snippet/SnippetFinderInterface.php';
  2208.         include_once \dirname(__DIR__4).'/vendor/shopware/administration/Snippet/CachedSnippetFinder.php';
  2209.         include_once \dirname(__DIR__4).'/vendor/shopware/administration/Snippet/SnippetFinder.php';
  2210.         include_once \dirname(__DIR__4).'/vendor/shopware/administration/Framework/Routing/KnownIps/KnownIpsCollectorInterface.php';
  2211.         include_once \dirname(__DIR__4).'/vendor/shopware/administration/Framework/Routing/KnownIps/KnownIpsCollector.php';
  2212.         $a = ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService());
  2213.         $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))));
  2214.         $instance->setContainer($this);
  2215.         return $instance;
  2216.     }
  2217.     /**
  2218.      * Gets the public 'Shopware\Administration\Controller\DocumentServiceDeprecationController' shared service.
  2219.      *
  2220.      * @return \Shopware\Administration\Controller\DocumentServiceDeprecationController
  2221.      */
  2222.     protected function getDocumentServiceDeprecationControllerService()
  2223.     {
  2224.         include_once \dirname(__DIR__4).'/vendor/shopware/administration/Controller/DocumentServiceDeprecationController.php';
  2225.         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()));
  2226.     }
  2227.     /**
  2228.      * Gets the public 'Shopware\Administration\Controller\NotificationController' shared service.
  2229.      *
  2230.      * @return \Shopware\Administration\Controller\NotificationController
  2231.      */
  2232.     protected function getNotificationControllerService()
  2233.     {
  2234.         include_once \dirname(__DIR__4).'/vendor/shopware/administration/Controller/NotificationController.php';
  2235.         $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()));
  2236.         $instance->setContainer($this);
  2237.         return $instance;
  2238.     }
  2239.     /**
  2240.      * Gets the public 'Shopware\Administration\Controller\UserConfigController' shared service.
  2241.      *
  2242.      * @return \Shopware\Administration\Controller\UserConfigController
  2243.      */
  2244.     protected function getUserConfigControllerService()
  2245.     {
  2246.         include_once \dirname(__DIR__4).'/vendor/shopware/administration/Controller/UserConfigController.php';
  2247.         $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()));
  2248.         $instance->setContainer($this);
  2249.         return $instance;
  2250.     }
  2251.     /**
  2252.      * Gets the public 'Shopware\Administration\Notification\NotificationDefinition' shared service.
  2253.      *
  2254.      * @return \Shopware\Administration\Notification\NotificationDefinition
  2255.      */
  2256.     protected function getNotificationDefinitionService()
  2257.     {
  2258.         include_once \dirname(__DIR__4).'/vendor/shopware/administration/Notification/NotificationDefinition.php';
  2259.         $this->services['Shopware\\Administration\\Notification\\NotificationDefinition'] = $instance = new \Shopware\Administration\Notification\NotificationDefinition();
  2260.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  2261.         return $instance;
  2262.     }
  2263.     /**
  2264.      * Gets the public 'Shopware\Administration\Notification\NotificationService' shared service.
  2265.      *
  2266.      * @return \Shopware\Administration\Notification\NotificationService
  2267.      */
  2268.     protected function getNotificationServiceService()
  2269.     {
  2270.         include_once \dirname(__DIR__4).'/vendor/shopware/administration/Notification/NotificationService.php';
  2271.         return $this->services['Shopware\\Administration\\Notification\\NotificationService'] = new \Shopware\Administration\Notification\NotificationService(($this->services['notification.repository'] ?? $this->getNotification_RepositoryService()));
  2272.     }
  2273.     /**
  2274.      * Gets the public 'Shopware\Administration\Snippet\AppAdministrationSnippetDefinition' shared service.
  2275.      *
  2276.      * @return \Shopware\Administration\Snippet\AppAdministrationSnippetDefinition
  2277.      */
  2278.     protected function getAppAdministrationSnippetDefinitionService()
  2279.     {
  2280.         include_once \dirname(__DIR__4).'/vendor/shopware/administration/Snippet/AppAdministrationSnippetDefinition.php';
  2281.         $this->services['Shopware\\Administration\\Snippet\\AppAdministrationSnippetDefinition'] = $instance = new \Shopware\Administration\Snippet\AppAdministrationSnippetDefinition();
  2282.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  2283.         return $instance;
  2284.     }
  2285.     /**
  2286.      * Gets the public 'Shopware\Core\Checkout\Cart\Calculator' shared service.
  2287.      *
  2288.      * @return \Shopware\Core\Checkout\Cart\Calculator
  2289.      */
  2290.     protected function getCalculatorService()
  2291.     {
  2292.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/Calculator.php';
  2293.         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()));
  2294.     }
  2295.     /**
  2296.      * Gets the public 'Shopware\Core\Checkout\Cart\Facade\CartFacadeHookFactory' shared service.
  2297.      *
  2298.      * @return \Shopware\Core\Checkout\Cart\Facade\CartFacadeHookFactory
  2299.      */
  2300.     protected function getCartFacadeHookFactoryService()
  2301.     {
  2302.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Script/Execution/Awareness/HookServiceFactory.php';
  2303.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/Facade/CartFacadeHookFactory.php';
  2304.         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()));
  2305.     }
  2306.     /**
  2307.      * Gets the public 'Shopware\Core\Checkout\Cart\Order\Api\OrderConverterController' shared service.
  2308.      *
  2309.      * @return \Shopware\Core\Checkout\Cart\Order\Api\OrderConverterController
  2310.      */
  2311.     protected function getOrderConverterControllerService()
  2312.     {
  2313.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/Order/Api/OrderConverterController.php';
  2314.         $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()));
  2315.         $instance->setContainer($this);
  2316.         return $instance;
  2317.     }
  2318.     /**
  2319.      * Gets the public 'Shopware\Core\Checkout\Cart\Order\Api\OrderRecalculationController' shared service.
  2320.      *
  2321.      * @return \Shopware\Core\Checkout\Cart\Order\Api\OrderRecalculationController
  2322.      */
  2323.     protected function getOrderRecalculationControllerService()
  2324.     {
  2325.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/Order/Api/OrderRecalculationController.php';
  2326.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/Order/RecalculationService.php';
  2327.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Cart/PromotionItemBuilder.php';
  2328.         $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()))));
  2329.         $instance->setContainer($this);
  2330.         return $instance;
  2331.     }
  2332.     /**
  2333.      * Gets the public 'Shopware\Core\Checkout\Cart\PriceActionController' shared service.
  2334.      *
  2335.      * @return \Shopware\Core\Checkout\Cart\PriceActionController
  2336.      */
  2337.     protected function getPriceActionControllerService()
  2338.     {
  2339.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/PriceActionController.php';
  2340.         $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()));
  2341.         $instance->setContainer($this);
  2342.         return $instance;
  2343.     }
  2344.     /**
  2345.      * Gets the public 'Shopware\Core\Checkout\Cart\SalesChannel\CartDeleteRoute' shared service.
  2346.      *
  2347.      * @return \Shopware\Core\Checkout\Cart\SalesChannel\CartDeleteRoute
  2348.      */
  2349.     protected function getCartDeleteRouteService()
  2350.     {
  2351.         $a = ($this->privates['Shopware\\Core\\Checkout\\Cart\\CartPersister'] ?? $this->getCartPersisterService());
  2352.         if (isset($this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartDeleteRoute'])) {
  2353.             return $this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartDeleteRoute'];
  2354.         }
  2355.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  2356.         if (isset($this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartDeleteRoute'])) {
  2357.             return $this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartDeleteRoute'];
  2358.         }
  2359.         return $this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartDeleteRoute'] = new \Shopware\Core\Checkout\Cart\SalesChannel\CartDeleteRoute($a$b);
  2360.     }
  2361.     /**
  2362.      * Gets the public 'Shopware\Core\Checkout\Cart\SalesChannel\CartItemAddRoute' shared service.
  2363.      *
  2364.      * @return \Shopware\Core\Checkout\Cart\SalesChannel\CartItemAddRoute
  2365.      */
  2366.     protected function getCartItemAddRouteService()
  2367.     {
  2368.         $a = ($this->privates['Shopware\\Core\\Checkout\\Cart\\CartPersister'] ?? $this->getCartPersisterService());
  2369.         if (isset($this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemAddRoute'])) {
  2370.             return $this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemAddRoute'];
  2371.         }
  2372.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  2373.         if (isset($this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemAddRoute'])) {
  2374.             return $this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemAddRoute'];
  2375.         }
  2376.         $c = ($this->privates['Shopware\\Core\\Checkout\\Cart\\LineItemFactoryRegistry'] ?? $this->getLineItemFactoryRegistryService());
  2377.         if (isset($this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemAddRoute'])) {
  2378.             return $this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemAddRoute'];
  2379.         }
  2380.         $d = ($this->privates['shopware.rate_limiter'] ?? $this->getShopware_RateLimiterService());
  2381.         if (isset($this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemAddRoute'])) {
  2382.             return $this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemAddRoute'];
  2383.         }
  2384.         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);
  2385.     }
  2386.     /**
  2387.      * Gets the public 'Shopware\Core\Checkout\Cart\SalesChannel\CartItemRemoveRoute' shared service.
  2388.      *
  2389.      * @return \Shopware\Core\Checkout\Cart\SalesChannel\CartItemRemoveRoute
  2390.      */
  2391.     protected function getCartItemRemoveRouteService()
  2392.     {
  2393.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  2394.         if (isset($this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemRemoveRoute'])) {
  2395.             return $this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemRemoveRoute'];
  2396.         }
  2397.         $b = ($this->privates['Shopware\\Core\\Checkout\\Cart\\CartPersister'] ?? $this->getCartPersisterService());
  2398.         if (isset($this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemRemoveRoute'])) {
  2399.             return $this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemRemoveRoute'];
  2400.         }
  2401.         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);
  2402.     }
  2403.     /**
  2404.      * Gets the public 'Shopware\Core\Checkout\Cart\SalesChannel\CartItemUpdateRoute' shared service.
  2405.      *
  2406.      * @return \Shopware\Core\Checkout\Cart\SalesChannel\CartItemUpdateRoute
  2407.      */
  2408.     protected function getCartItemUpdateRouteService()
  2409.     {
  2410.         $a = ($this->privates['Shopware\\Core\\Checkout\\Cart\\CartPersister'] ?? $this->getCartPersisterService());
  2411.         if (isset($this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemUpdateRoute'])) {
  2412.             return $this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemUpdateRoute'];
  2413.         }
  2414.         $b = ($this->privates['Shopware\\Core\\Checkout\\Cart\\LineItemFactoryRegistry'] ?? $this->getLineItemFactoryRegistryService());
  2415.         if (isset($this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemUpdateRoute'])) {
  2416.             return $this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemUpdateRoute'];
  2417.         }
  2418.         $c = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  2419.         if (isset($this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemUpdateRoute'])) {
  2420.             return $this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemUpdateRoute'];
  2421.         }
  2422.         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);
  2423.     }
  2424.     /**
  2425.      * Gets the public 'Shopware\Core\Checkout\Cart\SalesChannel\CartLoadRoute' shared service.
  2426.      *
  2427.      * @return \Shopware\Core\Checkout\Cart\SalesChannel\CartLoadRoute
  2428.      */
  2429.     protected function getCartLoadRouteService()
  2430.     {
  2431.         $a = ($this->privates['Shopware\\Core\\Checkout\\Cart\\CartPersister'] ?? $this->getCartPersisterService());
  2432.         if (isset($this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartLoadRoute'])) {
  2433.             return $this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartLoadRoute'];
  2434.         }
  2435.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  2436.         if (isset($this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartLoadRoute'])) {
  2437.             return $this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartLoadRoute'];
  2438.         }
  2439.         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()));
  2440.     }
  2441.     /**
  2442.      * Gets the public 'Shopware\Core\Checkout\Cart\SalesChannel\CartOrderRoute' shared service.
  2443.      *
  2444.      * @return \Shopware\Core\Checkout\Cart\SalesChannel\CartOrderRoute
  2445.      */
  2446.     protected function getCartOrderRouteService()
  2447.     {
  2448.         $a = ($this->services['order.repository'] ?? $this->getOrder_RepositoryService());
  2449.         if (isset($this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartOrderRoute'])) {
  2450.             return $this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartOrderRoute'];
  2451.         }
  2452.         $b = ($this->privates['Shopware\\Core\\Checkout\\Cart\\Order\\OrderConverter'] ?? $this->getOrderConverterService());
  2453.         if (isset($this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartOrderRoute'])) {
  2454.             return $this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartOrderRoute'];
  2455.         }
  2456.         $c = ($this->privates['Shopware\\Core\\Checkout\\Cart\\CartPersister'] ?? $this->getCartPersisterService());
  2457.         if (isset($this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartOrderRoute'])) {
  2458.             return $this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartOrderRoute'];
  2459.         }
  2460.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  2461.         if (isset($this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartOrderRoute'])) {
  2462.             return $this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartOrderRoute'];
  2463.         }
  2464.         $e = ($this->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] ?? $this->getPaymentHandlerRegistryService());
  2465.         if (isset($this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartOrderRoute'])) {
  2466.             return $this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartOrderRoute'];
  2467.         }
  2468.         $f = ($this->services['app_payment_method.repository'] ?? $this->getAppPaymentMethod_RepositoryService());
  2469.         if (isset($this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartOrderRoute'])) {
  2470.             return $this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartOrderRoute'];
  2471.         }
  2472.         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())));
  2473.     }
  2474.     /**
  2475.      * Gets the public 'Shopware\Core\Checkout\Cart\SalesChannel\CartService' shared service.
  2476.      *
  2477.      * @return \Shopware\Core\Checkout\Cart\SalesChannel\CartService
  2478.      */
  2479.     protected function getCartServiceService()
  2480.     {
  2481.         $a = ($this->privates['Shopware\\Core\\Checkout\\Cart\\CartPersister'] ?? $this->getCartPersisterService());
  2482.         if (isset($this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'])) {
  2483.             return $this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'];
  2484.         }
  2485.         $b = ($this->privates['Shopware\\Core\\Framework\\Event\\BusinessEventDispatcher'] ?? $this->getBusinessEventDispatcherService());
  2486.         if (isset($this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'])) {
  2487.             return $this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'];
  2488.         }
  2489.         $c = ($this->privates['Shopware\\Core\\Checkout\\Cart\\CartCalculator'] ?? $this->getCartCalculatorService());
  2490.         if (isset($this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'])) {
  2491.             return $this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'];
  2492.         }
  2493.         $d = ($this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartLoadRoute'] ?? $this->getCartLoadRouteService());
  2494.         if (isset($this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'])) {
  2495.             return $this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'];
  2496.         }
  2497.         $e = ($this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartDeleteRoute'] ?? $this->getCartDeleteRouteService());
  2498.         if (isset($this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'])) {
  2499.             return $this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'];
  2500.         }
  2501.         $f = ($this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemAddRoute'] ?? $this->getCartItemAddRouteService());
  2502.         if (isset($this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'])) {
  2503.             return $this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'];
  2504.         }
  2505.         $g = ($this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemUpdateRoute'] ?? $this->getCartItemUpdateRouteService());
  2506.         if (isset($this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'])) {
  2507.             return $this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'];
  2508.         }
  2509.         $h = ($this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemRemoveRoute'] ?? $this->getCartItemRemoveRouteService());
  2510.         if (isset($this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'])) {
  2511.             return $this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'];
  2512.         }
  2513.         $i = ($this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartOrderRoute'] ?? $this->getCartOrderRouteService());
  2514.         if (isset($this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'])) {
  2515.             return $this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'];
  2516.         }
  2517.         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);
  2518.     }
  2519.     /**
  2520.      * Gets the public 'Shopware\Core\Checkout\Customer\Aggregate\CustomerAddress\CustomerAddressDefinition' shared service.
  2521.      *
  2522.      * @return \Shopware\Core\Checkout\Customer\Aggregate\CustomerAddress\CustomerAddressDefinition
  2523.      */
  2524.     protected function getCustomerAddressDefinitionService()
  2525.     {
  2526.         $this->services['Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerAddress\\CustomerAddressDefinition'] = $instance = new \Shopware\Core\Checkout\Customer\Aggregate\CustomerAddress\CustomerAddressDefinition();
  2527.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  2528.         return $instance;
  2529.     }
  2530.     /**
  2531.      * Gets the public 'Shopware\Core\Checkout\Customer\Aggregate\CustomerGroupRegistrationSalesChannel\CustomerGroupRegistrationSalesChannelDefinition' shared service.
  2532.      *
  2533.      * @return \Shopware\Core\Checkout\Customer\Aggregate\CustomerGroupRegistrationSalesChannel\CustomerGroupRegistrationSalesChannelDefinition
  2534.      */
  2535.     protected function getCustomerGroupRegistrationSalesChannelDefinitionService()
  2536.     {
  2537.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/Aggregate/CustomerGroupRegistrationSalesChannel/CustomerGroupRegistrationSalesChannelDefinition.php';
  2538.         $this->services['Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerGroupRegistrationSalesChannel\\CustomerGroupRegistrationSalesChannelDefinition'] = $instance = new \Shopware\Core\Checkout\Customer\Aggregate\CustomerGroupRegistrationSalesChannel\CustomerGroupRegistrationSalesChannelDefinition();
  2539.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  2540.         return $instance;
  2541.     }
  2542.     /**
  2543.      * Gets the public 'Shopware\Core\Checkout\Customer\Aggregate\CustomerGroupTranslation\CustomerGroupTranslationDefinition' shared service.
  2544.      *
  2545.      * @return \Shopware\Core\Checkout\Customer\Aggregate\CustomerGroupTranslation\CustomerGroupTranslationDefinition
  2546.      */
  2547.     protected function getCustomerGroupTranslationDefinitionService()
  2548.     {
  2549.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  2550.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/Aggregate/CustomerGroupTranslation/CustomerGroupTranslationDefinition.php';
  2551.         $this->services['Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerGroupTranslation\\CustomerGroupTranslationDefinition'] = $instance = new \Shopware\Core\Checkout\Customer\Aggregate\CustomerGroupTranslation\CustomerGroupTranslationDefinition();
  2552.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  2553.         return $instance;
  2554.     }
  2555.     /**
  2556.      * Gets the public 'Shopware\Core\Checkout\Customer\Aggregate\CustomerGroup\CustomerGroupDefinition' shared service.
  2557.      *
  2558.      * @return \Shopware\Core\Checkout\Customer\Aggregate\CustomerGroup\CustomerGroupDefinition
  2559.      */
  2560.     protected function getCustomerGroupDefinitionService()
  2561.     {
  2562.         $this->services['Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerGroup\\CustomerGroupDefinition'] = $instance = new \Shopware\Core\Checkout\Customer\Aggregate\CustomerGroup\CustomerGroupDefinition();
  2563.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  2564.         return $instance;
  2565.     }
  2566.     /**
  2567.      * Gets the public 'Shopware\Core\Checkout\Customer\Aggregate\CustomerRecovery\CustomerRecoveryDefinition' shared service.
  2568.      *
  2569.      * @return \Shopware\Core\Checkout\Customer\Aggregate\CustomerRecovery\CustomerRecoveryDefinition
  2570.      */
  2571.     protected function getCustomerRecoveryDefinitionService()
  2572.     {
  2573.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/Aggregate/CustomerRecovery/CustomerRecoveryDefinition.php';
  2574.         $this->services['Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerRecovery\\CustomerRecoveryDefinition'] = $instance = new \Shopware\Core\Checkout\Customer\Aggregate\CustomerRecovery\CustomerRecoveryDefinition();
  2575.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  2576.         return $instance;
  2577.     }
  2578.     /**
  2579.      * Gets the public 'Shopware\Core\Checkout\Customer\Aggregate\CustomerTag\CustomerTagDefinition' shared service.
  2580.      *
  2581.      * @return \Shopware\Core\Checkout\Customer\Aggregate\CustomerTag\CustomerTagDefinition
  2582.      */
  2583.     protected function getCustomerTagDefinitionService()
  2584.     {
  2585.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/Aggregate/CustomerTag/CustomerTagDefinition.php';
  2586.         $this->services['Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerTag\\CustomerTagDefinition'] = $instance = new \Shopware\Core\Checkout\Customer\Aggregate\CustomerTag\CustomerTagDefinition();
  2587.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  2588.         return $instance;
  2589.     }
  2590.     /**
  2591.      * Gets the public 'Shopware\Core\Checkout\Customer\Aggregate\CustomerWishlistProduct\CustomerWishlistProductDefinition' shared service.
  2592.      *
  2593.      * @return \Shopware\Core\Checkout\Customer\Aggregate\CustomerWishlistProduct\CustomerWishlistProductDefinition
  2594.      */
  2595.     protected function getCustomerWishlistProductDefinitionService()
  2596.     {
  2597.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/Aggregate/CustomerWishlistProduct/CustomerWishlistProductDefinition.php';
  2598.         $this->services['Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerWishlistProduct\\CustomerWishlistProductDefinition'] = $instance = new \Shopware\Core\Checkout\Customer\Aggregate\CustomerWishlistProduct\CustomerWishlistProductDefinition();
  2599.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  2600.         return $instance;
  2601.     }
  2602.     /**
  2603.      * Gets the public 'Shopware\Core\Checkout\Customer\Aggregate\CustomerWishlist\CustomerWishlistDefinition' shared service.
  2604.      *
  2605.      * @return \Shopware\Core\Checkout\Customer\Aggregate\CustomerWishlist\CustomerWishlistDefinition
  2606.      */
  2607.     protected function getCustomerWishlistDefinitionService()
  2608.     {
  2609.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/Aggregate/CustomerWishlist/CustomerWishlistDefinition.php';
  2610.         $this->services['Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerWishlist\\CustomerWishlistDefinition'] = $instance = new \Shopware\Core\Checkout\Customer\Aggregate\CustomerWishlist\CustomerWishlistDefinition();
  2611.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  2612.         return $instance;
  2613.     }
  2614.     /**
  2615.      * Gets the public 'Shopware\Core\Checkout\Customer\Api\CustomerGroupRegistrationActionController' shared service.
  2616.      *
  2617.      * @return \Shopware\Core\Checkout\Customer\Api\CustomerGroupRegistrationActionController
  2618.      */
  2619.     protected function getCustomerGroupRegistrationActionControllerService()
  2620.     {
  2621.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/Api/CustomerGroupRegistrationActionController.php';
  2622.         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()));
  2623.     }
  2624.     /**
  2625.      * Gets the public 'Shopware\Core\Checkout\Customer\CustomerDefinition' shared service.
  2626.      *
  2627.      * @return \Shopware\Core\Checkout\Customer\CustomerDefinition
  2628.      */
  2629.     protected function getCustomerDefinitionService()
  2630.     {
  2631.         $this->services['Shopware\\Core\\Checkout\\Customer\\CustomerDefinition'] = $instance = new \Shopware\Core\Checkout\Customer\CustomerDefinition();
  2632.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  2633.         return $instance;
  2634.     }
  2635.     /**
  2636.      * Gets the public 'Shopware\Core\Checkout\Customer\SalesChannel\AccountNewsletterRecipientRoute' shared service.
  2637.      *
  2638.      * @return \Shopware\Core\Checkout\Customer\SalesChannel\AccountNewsletterRecipientRoute
  2639.      */
  2640.     protected function getAccountNewsletterRecipientRouteService()
  2641.     {
  2642.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/AbstractAccountNewsletterRecipientRoute.php';
  2643.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/AccountNewsletterRecipientRoute.php';
  2644.         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()));
  2645.     }
  2646.     /**
  2647.      * Gets the public 'Shopware\Core\Checkout\Customer\SalesChannel\AddWishlistProductRoute' shared service.
  2648.      *
  2649.      * @return \Shopware\Core\Checkout\Customer\SalesChannel\AddWishlistProductRoute
  2650.      */
  2651.     protected function getAddWishlistProductRouteService()
  2652.     {
  2653.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/AbstractAddWishlistProductRoute.php';
  2654.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/AddWishlistProductRoute.php';
  2655.         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()));
  2656.     }
  2657.     /**
  2658.      * Gets the public 'Shopware\Core\Checkout\Customer\SalesChannel\ChangeCustomerProfileRoute' shared service.
  2659.      *
  2660.      * @return \Shopware\Core\Checkout\Customer\SalesChannel\ChangeCustomerProfileRoute
  2661.      */
  2662.     protected function getChangeCustomerProfileRouteService()
  2663.     {
  2664.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/AbstractChangeCustomerProfileRoute.php';
  2665.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/ChangeCustomerProfileRoute.php';
  2666.         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()));
  2667.     }
  2668.     /**
  2669.      * Gets the public 'Shopware\Core\Checkout\Customer\SalesChannel\ChangeEmailRoute' shared service.
  2670.      *
  2671.      * @return \Shopware\Core\Checkout\Customer\SalesChannel\ChangeEmailRoute
  2672.      */
  2673.     protected function getChangeEmailRouteService()
  2674.     {
  2675.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/AbstractChangeEmailRoute.php';
  2676.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/ChangeEmailRoute.php';
  2677.         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()));
  2678.     }
  2679.     /**
  2680.      * Gets the public 'Shopware\Core\Checkout\Customer\SalesChannel\ChangeLanguageRoute' shared service.
  2681.      *
  2682.      * @return \Shopware\Core\Checkout\Customer\SalesChannel\ChangeLanguageRoute
  2683.      */
  2684.     protected function getChangeLanguageRouteService()
  2685.     {
  2686.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/AbstractChangeLanguageRoute.php';
  2687.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/ChangeLanguageRoute.php';
  2688.         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()));
  2689.     }
  2690.     /**
  2691.      * Gets the public 'Shopware\Core\Checkout\Customer\SalesChannel\ChangePasswordRoute' shared service.
  2692.      *
  2693.      * @return \Shopware\Core\Checkout\Customer\SalesChannel\ChangePasswordRoute
  2694.      */
  2695.     protected function getChangePasswordRouteService()
  2696.     {
  2697.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/AbstractChangePasswordRoute.php';
  2698.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/ChangePasswordRoute.php';
  2699.         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()));
  2700.     }
  2701.     /**
  2702.      * Gets the public 'Shopware\Core\Checkout\Customer\SalesChannel\ChangePaymentMethodRoute' shared service.
  2703.      *
  2704.      * @return \Shopware\Core\Checkout\Customer\SalesChannel\ChangePaymentMethodRoute
  2705.      */
  2706.     protected function getChangePaymentMethodRouteService()
  2707.     {
  2708.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/AbstractChangePaymentMethodRoute.php';
  2709.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/ChangePaymentMethodRoute.php';
  2710.         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()));
  2711.     }
  2712.     /**
  2713.      * Gets the public 'Shopware\Core\Checkout\Customer\SalesChannel\CustomerGroupRegistrationSettingsRoute' shared service.
  2714.      *
  2715.      * @return \Shopware\Core\Checkout\Customer\SalesChannel\CustomerGroupRegistrationSettingsRoute
  2716.      */
  2717.     protected function getCustomerGroupRegistrationSettingsRouteService()
  2718.     {
  2719.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/AbstractCustomerGroupRegistrationSettingsRoute.php';
  2720.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/CustomerGroupRegistrationSettingsRoute.php';
  2721.         return $this->services['Shopware\\Core\\Checkout\\Customer\\SalesChannel\\CustomerGroupRegistrationSettingsRoute'] = new \Shopware\Core\Checkout\Customer\SalesChannel\CustomerGroupRegistrationSettingsRoute(($this->services['customer_group.repository'] ?? $this->getCustomerGroup_RepositoryService()));
  2722.     }
  2723.     /**
  2724.      * Gets the public 'Shopware\Core\Checkout\Customer\SalesChannel\CustomerRecoveryIsExpiredRoute' shared service.
  2725.      *
  2726.      * @return \Shopware\Core\Checkout\Customer\SalesChannel\CustomerRecoveryIsExpiredRoute
  2727.      */
  2728.     protected function getCustomerRecoveryIsExpiredRouteService()
  2729.     {
  2730.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/AbstractCustomerRecoveryIsExpiredRoute.php';
  2731.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/CustomerRecoveryIsExpiredRoute.php';
  2732.         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()));
  2733.     }
  2734.     /**
  2735.      * Gets the public 'Shopware\Core\Checkout\Customer\SalesChannel\CustomerRoute' shared service.
  2736.      *
  2737.      * @return \Shopware\Core\Checkout\Customer\SalesChannel\CustomerRoute
  2738.      */
  2739.     protected function getCustomerRouteService()
  2740.     {
  2741.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/AbstractCustomerRoute.php';
  2742.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/CustomerRoute.php';
  2743.         return $this->services['Shopware\\Core\\Checkout\\Customer\\SalesChannel\\CustomerRoute'] = new \Shopware\Core\Checkout\Customer\SalesChannel\CustomerRoute(($this->services['customer.repository'] ?? $this->getCustomer_RepositoryService()));
  2744.     }
  2745.     /**
  2746.      * Gets the public 'Shopware\Core\Checkout\Customer\SalesChannel\DeleteAddressRoute' shared service.
  2747.      *
  2748.      * @return \Shopware\Core\Checkout\Customer\SalesChannel\DeleteAddressRoute
  2749.      */
  2750.     protected function getDeleteAddressRouteService()
  2751.     {
  2752.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/AbstractDeleteAddressRoute.php';
  2753.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/CustomerAddressValidationTrait.php';
  2754.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/DeleteAddressRoute.php';
  2755.         return $this->services['Shopware\\Core\\Checkout\\Customer\\SalesChannel\\DeleteAddressRoute'] = new \Shopware\Core\Checkout\Customer\SalesChannel\DeleteAddressRoute(($this->services['customer_address.repository'] ?? $this->getCustomerAddress_RepositoryService()));
  2756.     }
  2757.     /**
  2758.      * Gets the public 'Shopware\Core\Checkout\Customer\SalesChannel\DeleteCustomerRoute' shared service.
  2759.      *
  2760.      * @return \Shopware\Core\Checkout\Customer\SalesChannel\DeleteCustomerRoute
  2761.      */
  2762.     protected function getDeleteCustomerRouteService()
  2763.     {
  2764.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/AbstractDeleteCustomerRoute.php';
  2765.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/DeleteCustomerRoute.php';
  2766.         return $this->services['Shopware\\Core\\Checkout\\Customer\\SalesChannel\\DeleteCustomerRoute'] = new \Shopware\Core\Checkout\Customer\SalesChannel\DeleteCustomerRoute(($this->services['customer.repository'] ?? $this->getCustomer_RepositoryService()));
  2767.     }
  2768.     /**
  2769.      * Gets the public 'Shopware\Core\Checkout\Customer\SalesChannel\DownloadRoute' shared service.
  2770.      *
  2771.      * @return \Shopware\Core\Checkout\Customer\SalesChannel\DownloadRoute
  2772.      */
  2773.     protected function getDownloadRouteService()
  2774.     {
  2775.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/AbstractDownloadRoute.php';
  2776.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/DownloadRoute.php';
  2777.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/File/DownloadResponseGenerator.php';
  2778.         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'));
  2779.     }
  2780.     /**
  2781.      * Gets the public 'Shopware\Core\Checkout\Customer\SalesChannel\ListAddressRoute' shared service.
  2782.      *
  2783.      * @return \Shopware\Core\Checkout\Customer\SalesChannel\ListAddressRoute
  2784.      */
  2785.     protected function getListAddressRouteService()
  2786.     {
  2787.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/AbstractListAddressRoute.php';
  2788.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/ListAddressRoute.php';
  2789.         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()));
  2790.     }
  2791.     /**
  2792.      * Gets the public 'Shopware\Core\Checkout\Customer\SalesChannel\LoadWishlistRoute' shared service.
  2793.      *
  2794.      * @return \Shopware\Core\Checkout\Customer\SalesChannel\LoadWishlistRoute
  2795.      */
  2796.     protected function getLoadWishlistRouteService()
  2797.     {
  2798.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/AbstractLoadWishlistRoute.php';
  2799.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/LoadWishlistRoute.php';
  2800.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/AbstractProductCloseoutFilterFactory.php';
  2801.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/ProductCloseoutFilterFactory.php';
  2802.         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())));
  2803.     }
  2804.     /**
  2805.      * Gets the public 'Shopware\Core\Checkout\Customer\SalesChannel\LoginRoute' shared service.
  2806.      *
  2807.      * @return \Shopware\Core\Checkout\Customer\SalesChannel\LoginRoute
  2808.      */
  2809.     protected function getLoginRouteService()
  2810.     {
  2811.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/AbstractLoginRoute.php';
  2812.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/LoginRoute.php';
  2813.         $a = new \Shopware\Core\Framework\RateLimiter\RateLimiter();
  2814.         $b = ($this->privates['cache.rate_limiter'] ?? $this->getCache_RateLimiterService());
  2815.         $c = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  2816.         $d = ($this->privates['lock.default.factory'] ?? $this->getLock_Default_FactoryService());
  2817.         $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));
  2818.         $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));
  2819.         $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));
  2820.         $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));
  2821.         $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));
  2822.         $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));
  2823.         $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));
  2824.         $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));
  2825.         $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));
  2826.         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);
  2827.     }
  2828.     /**
  2829.      * Gets the public 'Shopware\Core\Checkout\Customer\SalesChannel\LogoutRoute' shared service.
  2830.      *
  2831.      * @return \Shopware\Core\Checkout\Customer\SalesChannel\LogoutRoute
  2832.      */
  2833.     protected function getLogoutRouteService()
  2834.     {
  2835.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/AbstractLogoutRoute.php';
  2836.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/LogoutRoute.php';
  2837.         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()));
  2838.     }
  2839.     /**
  2840.      * Gets the public 'Shopware\Core\Checkout\Customer\SalesChannel\MergeWishlistProductRoute' shared service.
  2841.      *
  2842.      * @return \Shopware\Core\Checkout\Customer\SalesChannel\MergeWishlistProductRoute
  2843.      */
  2844.     protected function getMergeWishlistProductRouteService()
  2845.     {
  2846.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/AbstractMergeWishlistProductRoute.php';
  2847.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/MergeWishlistProductRoute.php';
  2848.         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()));
  2849.     }
  2850.     /**
  2851.      * Gets the public 'Shopware\Core\Checkout\Customer\SalesChannel\RegisterConfirmRoute' shared service.
  2852.      *
  2853.      * @return \Shopware\Core\Checkout\Customer\SalesChannel\RegisterConfirmRoute
  2854.      */
  2855.     protected function getRegisterConfirmRouteService()
  2856.     {
  2857.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/AbstractRegisterConfirmRoute.php';
  2858.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/RegisterConfirmRoute.php';
  2859.         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()));
  2860.     }
  2861.     /**
  2862.      * Gets the public 'Shopware\Core\Checkout\Customer\SalesChannel\RegisterRoute' shared service.
  2863.      *
  2864.      * @return \Shopware\Core\Checkout\Customer\SalesChannel\RegisterRoute
  2865.      */
  2866.     protected function getRegisterRouteService()
  2867.     {
  2868.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/AbstractRegisterRoute.php';
  2869.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/RegisterRoute.php';
  2870.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Validation/DataValidationFactoryInterface.php';
  2871.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/Validation/CustomerValidationFactory.php';
  2872.         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()));
  2873.     }
  2874.     /**
  2875.      * Gets the public 'Shopware\Core\Checkout\Customer\SalesChannel\RemoveWishlistProductRoute' shared service.
  2876.      *
  2877.      * @return \Shopware\Core\Checkout\Customer\SalesChannel\RemoveWishlistProductRoute
  2878.      */
  2879.     protected function getRemoveWishlistProductRouteService()
  2880.     {
  2881.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/AbstractRemoveWishlistProductRoute.php';
  2882.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/RemoveWishlistProductRoute.php';
  2883.         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()));
  2884.     }
  2885.     /**
  2886.      * Gets the public 'Shopware\Core\Checkout\Customer\SalesChannel\ResetPasswordRoute' shared service.
  2887.      *
  2888.      * @return \Shopware\Core\Checkout\Customer\SalesChannel\ResetPasswordRoute
  2889.      */
  2890.     protected function getResetPasswordRouteService()
  2891.     {
  2892.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/AbstractResetPasswordRoute.php';
  2893.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/ResetPasswordRoute.php';
  2894.         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()));
  2895.     }
  2896.     /**
  2897.      * Gets the public 'Shopware\Core\Checkout\Customer\SalesChannel\SendPasswordRecoveryMailRoute' shared service.
  2898.      *
  2899.      * @return \Shopware\Core\Checkout\Customer\SalesChannel\SendPasswordRecoveryMailRoute
  2900.      */
  2901.     protected function getSendPasswordRecoveryMailRouteService()
  2902.     {
  2903.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/AbstractSendPasswordRecoveryMailRoute.php';
  2904.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/SendPasswordRecoveryMailRoute.php';
  2905.         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()));
  2906.     }
  2907.     /**
  2908.      * Gets the public 'Shopware\Core\Checkout\Customer\SalesChannel\SwitchDefaultAddressRoute' shared service.
  2909.      *
  2910.      * @return \Shopware\Core\Checkout\Customer\SalesChannel\SwitchDefaultAddressRoute
  2911.      */
  2912.     protected function getSwitchDefaultAddressRouteService()
  2913.     {
  2914.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/AbstractSwitchDefaultAddressRoute.php';
  2915.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/CustomerAddressValidationTrait.php';
  2916.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/SwitchDefaultAddressRoute.php';
  2917.         $a = ($this->services['customer_address.repository'] ?? $this->getCustomerAddress_RepositoryService());
  2918.         if (isset($this->services['Shopware\\Core\\Checkout\\Customer\\SalesChannel\\SwitchDefaultAddressRoute'])) {
  2919.             return $this->services['Shopware\\Core\\Checkout\\Customer\\SalesChannel\\SwitchDefaultAddressRoute'];
  2920.         }
  2921.         $b = ($this->services['customer.repository'] ?? $this->getCustomer_RepositoryService());
  2922.         if (isset($this->services['Shopware\\Core\\Checkout\\Customer\\SalesChannel\\SwitchDefaultAddressRoute'])) {
  2923.             return $this->services['Shopware\\Core\\Checkout\\Customer\\SalesChannel\\SwitchDefaultAddressRoute'];
  2924.         }
  2925.         $c = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  2926.         if (isset($this->services['Shopware\\Core\\Checkout\\Customer\\SalesChannel\\SwitchDefaultAddressRoute'])) {
  2927.             return $this->services['Shopware\\Core\\Checkout\\Customer\\SalesChannel\\SwitchDefaultAddressRoute'];
  2928.         }
  2929.         return $this->services['Shopware\\Core\\Checkout\\Customer\\SalesChannel\\SwitchDefaultAddressRoute'] = new \Shopware\Core\Checkout\Customer\SalesChannel\SwitchDefaultAddressRoute($a$b$c);
  2930.     }
  2931.     /**
  2932.      * Gets the public 'Shopware\Core\Checkout\Customer\SalesChannel\UpsertAddressRoute' shared service.
  2933.      *
  2934.      * @return \Shopware\Core\Checkout\Customer\SalesChannel\UpsertAddressRoute
  2935.      */
  2936.     protected function getUpsertAddressRouteService()
  2937.     {
  2938.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/AbstractUpsertAddressRoute.php';
  2939.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/CustomerAddressValidationTrait.php';
  2940.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/UpsertAddressRoute.php';
  2941.         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()));
  2942.     }
  2943.     /**
  2944.      * Gets the public 'Shopware\Core\Checkout\Document\Aggregate\DocumentBaseConfigSalesChannel\DocumentBaseConfigSalesChannelDefinition' shared service.
  2945.      *
  2946.      * @return \Shopware\Core\Checkout\Document\Aggregate\DocumentBaseConfigSalesChannel\DocumentBaseConfigSalesChannelDefinition
  2947.      */
  2948.     protected function getDocumentBaseConfigSalesChannelDefinitionService()
  2949.     {
  2950.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Document/Aggregate/DocumentBaseConfigSalesChannel/DocumentBaseConfigSalesChannelDefinition.php';
  2951.         $this->services['Shopware\\Core\\Checkout\\Document\\Aggregate\\DocumentBaseConfigSalesChannel\\DocumentBaseConfigSalesChannelDefinition'] = $instance = new \Shopware\Core\Checkout\Document\Aggregate\DocumentBaseConfigSalesChannel\DocumentBaseConfigSalesChannelDefinition();
  2952.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  2953.         return $instance;
  2954.     }
  2955.     /**
  2956.      * Gets the public 'Shopware\Core\Checkout\Document\Aggregate\DocumentBaseConfig\DocumentBaseConfigDefinition' shared service.
  2957.      *
  2958.      * @return \Shopware\Core\Checkout\Document\Aggregate\DocumentBaseConfig\DocumentBaseConfigDefinition
  2959.      */
  2960.     protected function getDocumentBaseConfigDefinitionService()
  2961.     {
  2962.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Document/Aggregate/DocumentBaseConfig/DocumentBaseConfigDefinition.php';
  2963.         $this->services['Shopware\\Core\\Checkout\\Document\\Aggregate\\DocumentBaseConfig\\DocumentBaseConfigDefinition'] = $instance = new \Shopware\Core\Checkout\Document\Aggregate\DocumentBaseConfig\DocumentBaseConfigDefinition();
  2964.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  2965.         return $instance;
  2966.     }
  2967.     /**
  2968.      * Gets the public 'Shopware\Core\Checkout\Document\Aggregate\DocumentTypeTranslation\DocumentTypeTranslationDefinition' shared service.
  2969.      *
  2970.      * @return \Shopware\Core\Checkout\Document\Aggregate\DocumentTypeTranslation\DocumentTypeTranslationDefinition
  2971.      */
  2972.     protected function getDocumentTypeTranslationDefinitionService()
  2973.     {
  2974.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  2975.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Document/Aggregate/DocumentTypeTranslation/DocumentTypeTranslationDefinition.php';
  2976.         $this->services['Shopware\\Core\\Checkout\\Document\\Aggregate\\DocumentTypeTranslation\\DocumentTypeTranslationDefinition'] = $instance = new \Shopware\Core\Checkout\Document\Aggregate\DocumentTypeTranslation\DocumentTypeTranslationDefinition();
  2977.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  2978.         return $instance;
  2979.     }
  2980.     /**
  2981.      * Gets the public 'Shopware\Core\Checkout\Document\Aggregate\DocumentType\DocumentTypeDefinition' shared service.
  2982.      *
  2983.      * @return \Shopware\Core\Checkout\Document\Aggregate\DocumentType\DocumentTypeDefinition
  2984.      */
  2985.     protected function getDocumentTypeDefinitionService()
  2986.     {
  2987.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Document/Aggregate/DocumentType/DocumentTypeDefinition.php';
  2988.         $this->services['Shopware\\Core\\Checkout\\Document\\Aggregate\\DocumentType\\DocumentTypeDefinition'] = $instance = new \Shopware\Core\Checkout\Document\Aggregate\DocumentType\DocumentTypeDefinition();
  2989.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  2990.         return $instance;
  2991.     }
  2992.     /**
  2993.      * Gets the public 'Shopware\Core\Checkout\Document\Controller\DocumentController' shared service.
  2994.      *
  2995.      * @return \Shopware\Core\Checkout\Document\Controller\DocumentController
  2996.      */
  2997.     protected function getDocumentControllerService()
  2998.     {
  2999.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Document/Controller/DocumentController.php';
  3000.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Document/Service/DocumentMerger.php';
  3001.         include_once \dirname(__DIR__4).'/vendor/tecnickcom/tcpdf/tcpdf.php';
  3002.         include_once \dirname(__DIR__4).'/vendor/setasign/fpdi/src/FpdiTrait.php';
  3003.         include_once \dirname(__DIR__4).'/vendor/setasign/fpdi/src/Tcpdf/Fpdi.php';
  3004.         $a = ($this->privates['Shopware\\Core\\Checkout\\Document\\Service\\DocumentGenerator'] ?? $this->getDocumentGeneratorService());
  3005.         $b = ($this->services['document.repository'] ?? $this->getDocument_RepositoryService());
  3006.         $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);
  3007.         $instance->setContainer($this);
  3008.         return $instance;
  3009.     }
  3010.     /**
  3011.      * Gets the public 'Shopware\Core\Checkout\Document\DocumentDefinition' shared service.
  3012.      *
  3013.      * @return \Shopware\Core\Checkout\Document\DocumentDefinition
  3014.      */
  3015.     protected function getDocumentDefinitionService()
  3016.     {
  3017.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Document/DocumentDefinition.php';
  3018.         $this->services['Shopware\\Core\\Checkout\\Document\\DocumentDefinition'] = $instance = new \Shopware\Core\Checkout\Document\DocumentDefinition();
  3019.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  3020.         return $instance;
  3021.     }
  3022.     /**
  3023.      * Gets the public 'Shopware\Core\Checkout\Document\DocumentGeneratorController' shared service.
  3024.      *
  3025.      * @return \Shopware\Core\Checkout\Document\DocumentGeneratorController
  3026.      */
  3027.     protected function getDocumentGeneratorControllerService()
  3028.     {
  3029.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Document/DocumentGeneratorController.php';
  3030.         $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()));
  3031.         $instance->setContainer($this);
  3032.         return $instance;
  3033.     }
  3034.     /**
  3035.      * Gets the public 'Shopware\Core\Checkout\Document\SalesChannel\DocumentRoute' shared service.
  3036.      *
  3037.      * @return \Shopware\Core\Checkout\Document\SalesChannel\DocumentRoute
  3038.      */
  3039.     protected function getDocumentRouteService()
  3040.     {
  3041.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Document/SalesChannel/AbstractDocumentRoute.php';
  3042.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Document/SalesChannel/DocumentRoute.php';
  3043.         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()));
  3044.     }
  3045.     /**
  3046.      * Gets the public 'Shopware\Core\Checkout\Order\Aggregate\OrderAddress\OrderAddressDefinition' shared service.
  3047.      *
  3048.      * @return \Shopware\Core\Checkout\Order\Aggregate\OrderAddress\OrderAddressDefinition
  3049.      */
  3050.     protected function getOrderAddressDefinitionService()
  3051.     {
  3052.         $this->services['Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderAddress\\OrderAddressDefinition'] = $instance = new \Shopware\Core\Checkout\Order\Aggregate\OrderAddress\OrderAddressDefinition();
  3053.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  3054.         return $instance;
  3055.     }
  3056.     /**
  3057.      * Gets the public 'Shopware\Core\Checkout\Order\Aggregate\OrderCustomer\OrderCustomerDefinition' shared service.
  3058.      *
  3059.      * @return \Shopware\Core\Checkout\Order\Aggregate\OrderCustomer\OrderCustomerDefinition
  3060.      */
  3061.     protected function getOrderCustomerDefinitionService()
  3062.     {
  3063.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Order/Aggregate/OrderCustomer/OrderCustomerDefinition.php';
  3064.         $this->services['Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderCustomer\\OrderCustomerDefinition'] = $instance = new \Shopware\Core\Checkout\Order\Aggregate\OrderCustomer\OrderCustomerDefinition();
  3065.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  3066.         return $instance;
  3067.     }
  3068.     /**
  3069.      * Gets the public 'Shopware\Core\Checkout\Order\Aggregate\OrderDeliveryPosition\OrderDeliveryPositionDefinition' shared service.
  3070.      *
  3071.      * @return \Shopware\Core\Checkout\Order\Aggregate\OrderDeliveryPosition\OrderDeliveryPositionDefinition
  3072.      */
  3073.     protected function getOrderDeliveryPositionDefinitionService()
  3074.     {
  3075.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Order/Aggregate/OrderDeliveryPosition/OrderDeliveryPositionDefinition.php';
  3076.         $this->services['Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderDeliveryPosition\\OrderDeliveryPositionDefinition'] = $instance = new \Shopware\Core\Checkout\Order\Aggregate\OrderDeliveryPosition\OrderDeliveryPositionDefinition();
  3077.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  3078.         return $instance;
  3079.     }
  3080.     /**
  3081.      * Gets the public 'Shopware\Core\Checkout\Order\Aggregate\OrderDelivery\OrderDeliveryDefinition' shared service.
  3082.      *
  3083.      * @return \Shopware\Core\Checkout\Order\Aggregate\OrderDelivery\OrderDeliveryDefinition
  3084.      */
  3085.     protected function getOrderDeliveryDefinitionService()
  3086.     {
  3087.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Order/Aggregate/OrderDelivery/OrderDeliveryDefinition.php';
  3088.         $this->services['Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderDelivery\\OrderDeliveryDefinition'] = $instance = new \Shopware\Core\Checkout\Order\Aggregate\OrderDelivery\OrderDeliveryDefinition();
  3089.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  3090.         return $instance;
  3091.     }
  3092.     /**
  3093.      * Gets the public 'Shopware\Core\Checkout\Order\Aggregate\OrderLineItemDownload\OrderLineItemDownloadDefinition' shared service.
  3094.      *
  3095.      * @return \Shopware\Core\Checkout\Order\Aggregate\OrderLineItemDownload\OrderLineItemDownloadDefinition
  3096.      */
  3097.     protected function getOrderLineItemDownloadDefinitionService()
  3098.     {
  3099.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Order/Aggregate/OrderLineItemDownload/OrderLineItemDownloadDefinition.php';
  3100.         $this->services['Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderLineItemDownload\\OrderLineItemDownloadDefinition'] = $instance = new \Shopware\Core\Checkout\Order\Aggregate\OrderLineItemDownload\OrderLineItemDownloadDefinition();
  3101.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  3102.         return $instance;
  3103.     }
  3104.     /**
  3105.      * Gets the public 'Shopware\Core\Checkout\Order\Aggregate\OrderLineItem\OrderLineItemDefinition' shared service.
  3106.      *
  3107.      * @return \Shopware\Core\Checkout\Order\Aggregate\OrderLineItem\OrderLineItemDefinition
  3108.      */
  3109.     protected function getOrderLineItemDefinitionService()
  3110.     {
  3111.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Order/Aggregate/OrderLineItem/OrderLineItemDefinition.php';
  3112.         $this->services['Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderLineItem\\OrderLineItemDefinition'] = $instance = new \Shopware\Core\Checkout\Order\Aggregate\OrderLineItem\OrderLineItemDefinition();
  3113.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  3114.         return $instance;
  3115.     }
  3116.     /**
  3117.      * Gets the public 'Shopware\Core\Checkout\Order\Aggregate\OrderTag\OrderTagDefinition' shared service.
  3118.      *
  3119.      * @return \Shopware\Core\Checkout\Order\Aggregate\OrderTag\OrderTagDefinition
  3120.      */
  3121.     protected function getOrderTagDefinitionService()
  3122.     {
  3123.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Order/Aggregate/OrderTag/OrderTagDefinition.php';
  3124.         $this->services['Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTag\\OrderTagDefinition'] = $instance = new \Shopware\Core\Checkout\Order\Aggregate\OrderTag\OrderTagDefinition();
  3125.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  3126.         return $instance;
  3127.     }
  3128.     /**
  3129.      * Gets the public 'Shopware\Core\Checkout\Order\Aggregate\OrderTransactionCaptureRefundPosition\OrderTransactionCaptureRefundPositionDefinition' shared service.
  3130.      *
  3131.      * @return \Shopware\Core\Checkout\Order\Aggregate\OrderTransactionCaptureRefundPosition\OrderTransactionCaptureRefundPositionDefinition
  3132.      */
  3133.     protected function getOrderTransactionCaptureRefundPositionDefinitionService()
  3134.     {
  3135.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Order/Aggregate/OrderTransactionCaptureRefundPosition/OrderTransactionCaptureRefundPositionDefinition.php';
  3136.         $this->services['Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransactionCaptureRefundPosition\\OrderTransactionCaptureRefundPositionDefinition'] = $instance = new \Shopware\Core\Checkout\Order\Aggregate\OrderTransactionCaptureRefundPosition\OrderTransactionCaptureRefundPositionDefinition();
  3137.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  3138.         return $instance;
  3139.     }
  3140.     /**
  3141.      * Gets the public 'Shopware\Core\Checkout\Order\Aggregate\OrderTransactionCaptureRefund\OrderTransactionCaptureRefundDefinition' shared service.
  3142.      *
  3143.      * @return \Shopware\Core\Checkout\Order\Aggregate\OrderTransactionCaptureRefund\OrderTransactionCaptureRefundDefinition
  3144.      */
  3145.     protected function getOrderTransactionCaptureRefundDefinitionService()
  3146.     {
  3147.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Order/Aggregate/OrderTransactionCaptureRefund/OrderTransactionCaptureRefundDefinition.php';
  3148.         $this->services['Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransactionCaptureRefund\\OrderTransactionCaptureRefundDefinition'] = $instance = new \Shopware\Core\Checkout\Order\Aggregate\OrderTransactionCaptureRefund\OrderTransactionCaptureRefundDefinition();
  3149.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  3150.         return $instance;
  3151.     }
  3152.     /**
  3153.      * Gets the public 'Shopware\Core\Checkout\Order\Aggregate\OrderTransactionCapture\OrderTransactionCaptureDefinition' shared service.
  3154.      *
  3155.      * @return \Shopware\Core\Checkout\Order\Aggregate\OrderTransactionCapture\OrderTransactionCaptureDefinition
  3156.      */
  3157.     protected function getOrderTransactionCaptureDefinitionService()
  3158.     {
  3159.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Order/Aggregate/OrderTransactionCapture/OrderTransactionCaptureDefinition.php';
  3160.         $this->services['Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransactionCapture\\OrderTransactionCaptureDefinition'] = $instance = new \Shopware\Core\Checkout\Order\Aggregate\OrderTransactionCapture\OrderTransactionCaptureDefinition();
  3161.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  3162.         return $instance;
  3163.     }
  3164.     /**
  3165.      * Gets the public 'Shopware\Core\Checkout\Order\Aggregate\OrderTransaction\OrderTransactionDefinition' shared service.
  3166.      *
  3167.      * @return \Shopware\Core\Checkout\Order\Aggregate\OrderTransaction\OrderTransactionDefinition
  3168.      */
  3169.     protected function getOrderTransactionDefinitionService()
  3170.     {
  3171.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Order/Aggregate/OrderTransaction/OrderTransactionDefinition.php';
  3172.         $this->services['Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransaction\\OrderTransactionDefinition'] = $instance = new \Shopware\Core\Checkout\Order\Aggregate\OrderTransaction\OrderTransactionDefinition();
  3173.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  3174.         return $instance;
  3175.     }
  3176.     /**
  3177.      * Gets the public 'Shopware\Core\Checkout\Order\Api\OrderActionController' shared service.
  3178.      *
  3179.      * @return \Shopware\Core\Checkout\Order\Api\OrderActionController
  3180.      */
  3181.     protected function getOrderActionControllerService()
  3182.     {
  3183.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Order/Api/OrderActionController.php';
  3184.         $this->services['Shopware\\Core\\Checkout\\Order\\Api\\OrderActionController'] = $instance = new \Shopware\Core\Checkout\Order\Api\OrderActionController(($this->privates['Shopware\\Core\\Checkout\\Order\\SalesChannel\\OrderService'] ?? $this->getOrderServiceService()), ($this->privates['Shopware\\Core\\Framework\\Api\\Converter\\ApiVersionConverter'] ?? $this->getApiVersionConverterService()), ($this->services['Shopware\\Core\\System\\StateMachine\\StateMachineDefinition'] ?? $this->getStateMachineDefinitionService()), ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()), ($this->services['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentRefundProcessor'] ?? $this->getPaymentRefundProcessorService()));
  3185.         $instance->setContainer($this);
  3186.         return $instance;
  3187.     }
  3188.     /**
  3189.      * Gets the public 'Shopware\Core\Checkout\Order\OrderDefinition' shared service.
  3190.      *
  3191.      * @return \Shopware\Core\Checkout\Order\OrderDefinition
  3192.      */
  3193.     protected function getOrderDefinitionService()
  3194.     {
  3195.         $this->services['Shopware\\Core\\Checkout\\Order\\OrderDefinition'] = $instance = new \Shopware\Core\Checkout\Order\OrderDefinition();
  3196.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  3197.         return $instance;
  3198.     }
  3199.     /**
  3200.      * Gets the public 'Shopware\Core\Checkout\Order\SalesChannel\CancelOrderRoute' shared service.
  3201.      *
  3202.      * @return \Shopware\Core\Checkout\Order\SalesChannel\CancelOrderRoute
  3203.      */
  3204.     protected function getCancelOrderRouteService()
  3205.     {
  3206.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Order/SalesChannel/AbstractCancelOrderRoute.php';
  3207.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Order/SalesChannel/CancelOrderRoute.php';
  3208.         return $this->services['Shopware\\Core\\Checkout\\Order\\SalesChannel\\CancelOrderRoute'] = new \Shopware\Core\Checkout\Order\SalesChannel\CancelOrderRoute(($this->privates['Shopware\\Core\\Checkout\\Order\\SalesChannel\\OrderService'] ?? $this->getOrderServiceService()), ($this->services['order.repository'] ?? $this->getOrder_RepositoryService()));
  3209.     }
  3210.     /**
  3211.      * Gets the public 'Shopware\Core\Checkout\Order\SalesChannel\OrderRoute' shared service.
  3212.      *
  3213.      * @return \Shopware\Core\Checkout\Order\SalesChannel\OrderRoute
  3214.      */
  3215.     protected function getOrderRouteService()
  3216.     {
  3217.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Order/SalesChannel/AbstractOrderRoute.php';
  3218.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Order/SalesChannel/OrderRoute.php';
  3219.         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()));
  3220.     }
  3221.     /**
  3222.      * Gets the public 'Shopware\Core\Checkout\Order\SalesChannel\SetPaymentOrderRoute' shared service.
  3223.      *
  3224.      * @return \Shopware\Core\Checkout\Order\SalesChannel\SetPaymentOrderRoute
  3225.      */
  3226.     protected function getSetPaymentOrderRouteService()
  3227.     {
  3228.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Order/SalesChannel/AbstractSetPaymentOrderRoute.php';
  3229.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Order/SalesChannel/SetPaymentOrderRoute.php';
  3230.         return $this->services['Shopware\\Core\\Checkout\\Order\\SalesChannel\\SetPaymentOrderRoute'] = new \Shopware\Core\Checkout\Order\SalesChannel\SetPaymentOrderRoute(($this->privates['Shopware\\Core\\Checkout\\Order\\SalesChannel\\OrderService'] ?? $this->getOrderServiceService()), ($this->services['order.repository'] ?? $this->getOrder_RepositoryService()), ($this->services['Shopware\\Core\\Checkout\\Payment\\SalesChannel\\SortedPaymentMethodRoute'] ?? $this->getSortedPaymentMethodRouteService()), ($this->privates['Shopware\\Core\\Checkout\\Cart\\Order\\OrderConverter'] ?? $this->getOrderConverterService()), ($this->privates['Shopware\\Core\\Checkout\\Cart\\CartRuleLoader'] ?? $this->getCartRuleLoaderService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['Shopware\\Core\\System\\StateMachine\\Loader\\InitialStateIdLoader'] ?? $this->getInitialStateIdLoaderService()));
  3231.     }
  3232.     /**
  3233.      * Gets the public 'Shopware\Core\Checkout\Payment\Aggregate\PaymentMethodTranslation\PaymentMethodTranslationDefinition' shared service.
  3234.      *
  3235.      * @return \Shopware\Core\Checkout\Payment\Aggregate\PaymentMethodTranslation\PaymentMethodTranslationDefinition
  3236.      */
  3237.     protected function getPaymentMethodTranslationDefinitionService()
  3238.     {
  3239.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  3240.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Aggregate/PaymentMethodTranslation/PaymentMethodTranslationDefinition.php';
  3241.         $this->services['Shopware\\Core\\Checkout\\Payment\\Aggregate\\PaymentMethodTranslation\\PaymentMethodTranslationDefinition'] = $instance = new \Shopware\Core\Checkout\Payment\Aggregate\PaymentMethodTranslation\PaymentMethodTranslationDefinition();
  3242.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  3243.         return $instance;
  3244.     }
  3245.     /**
  3246.      * Gets the public 'Shopware\Core\Checkout\Payment\Cart\PaymentRefundProcessor' shared service.
  3247.      *
  3248.      * @return \Shopware\Core\Checkout\Payment\Cart\PaymentRefundProcessor
  3249.      */
  3250.     protected function getPaymentRefundProcessorService()
  3251.     {
  3252.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentRefundProcessor.php';
  3253.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Order/Aggregate/OrderTransactionCaptureRefund/OrderTransactionCaptureRefundStateHandler.php';
  3254.         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()));
  3255.     }
  3256.     /**
  3257.      * Gets the public 'Shopware\Core\Checkout\Payment\Controller\PaymentController' shared service.
  3258.      *
  3259.      * @return \Shopware\Core\Checkout\Payment\Controller\PaymentController
  3260.      */
  3261.     protected function getPaymentControllerService()
  3262.     {
  3263.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Controller/PaymentController.php';
  3264.         $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()));
  3265.         $instance->setContainer($this);
  3266.         return $instance;
  3267.     }
  3268.     /**
  3269.      * Gets the public 'Shopware\Core\Checkout\Payment\PaymentMethodDefinition' shared service.
  3270.      *
  3271.      * @return \Shopware\Core\Checkout\Payment\PaymentMethodDefinition
  3272.      */
  3273.     protected function getPaymentMethodDefinitionService()
  3274.     {
  3275.         $this->services['Shopware\\Core\\Checkout\\Payment\\PaymentMethodDefinition'] = $instance = new \Shopware\Core\Checkout\Payment\PaymentMethodDefinition();
  3276.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  3277.         return $instance;
  3278.     }
  3279.     /**
  3280.      * Gets the public 'Shopware\Core\Checkout\Payment\SalesChannel\CachedPaymentMethodRoute' shared service.
  3281.      *
  3282.      * @return \Shopware\Core\Checkout\Payment\SalesChannel\CachedPaymentMethodRoute
  3283.      */
  3284.     protected function getCachedPaymentMethodRouteService()
  3285.     {
  3286.         $a = ($this->services['sales_channel.payment_method.repository'] ?? $this->getSalesChannel_PaymentMethod_RepositoryService());
  3287.         if (isset($this->services['Shopware\\Core\\Checkout\\Payment\\SalesChannel\\CachedPaymentMethodRoute'])) {
  3288.             return $this->services['Shopware\\Core\\Checkout\\Payment\\SalesChannel\\CachedPaymentMethodRoute'];
  3289.         }
  3290.         $b = ($this->privates['Shopware\\Storefront\\Framework\\Cache\\CacheTracer'] ?? $this->getCacheTracerService());
  3291.         if (isset($this->services['Shopware\\Core\\Checkout\\Payment\\SalesChannel\\CachedPaymentMethodRoute'])) {
  3292.             return $this->services['Shopware\\Core\\Checkout\\Payment\\SalesChannel\\CachedPaymentMethodRoute'];
  3293.         }
  3294.         $c = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  3295.         if (isset($this->services['Shopware\\Core\\Checkout\\Payment\\SalesChannel\\CachedPaymentMethodRoute'])) {
  3296.             return $this->services['Shopware\\Core\\Checkout\\Payment\\SalesChannel\\CachedPaymentMethodRoute'];
  3297.         }
  3298.         return $this->services['Shopware\\Core\\Checkout\\Payment\\SalesChannel\\CachedPaymentMethodRoute'] = new \Shopware\Core\Checkout\Payment\SalesChannel\CachedPaymentMethodRoute(new \Shopware\Core\Checkout\Payment\SalesChannel\PaymentMethodRoute($a), ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheDecorator'] ?? $this->getCacheDecoratorService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Cache\\EntityCacheKeyGenerator'] ?? ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Cache\\EntityCacheKeyGenerator'] = new \Shopware\Core\Framework\DataAbstractionLayer\Cache\EntityCacheKeyGenerator())), $b$c, []);
  3299.     }
  3300.     /**
  3301.      * Gets the public 'Shopware\Core\Checkout\Payment\SalesChannel\HandlePaymentMethodRoute' shared service.
  3302.      *
  3303.      * @return \Shopware\Core\Checkout\Payment\SalesChannel\HandlePaymentMethodRoute
  3304.      */
  3305.     protected function getHandlePaymentMethodRouteService()
  3306.     {
  3307.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/SalesChannel/AbstractHandlePaymentMethodRoute.php';
  3308.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/SalesChannel/HandlePaymentMethodRoute.php';
  3309.         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()));
  3310.     }
  3311.     /**
  3312.      * Gets the public 'Shopware\Core\Checkout\Payment\SalesChannel\SalesChannelPaymentMethodDefinition' shared service.
  3313.      *
  3314.      * @return \Shopware\Core\Checkout\Payment\SalesChannel\SalesChannelPaymentMethodDefinition
  3315.      */
  3316.     protected function getSalesChannelPaymentMethodDefinitionService()
  3317.     {
  3318.         $this->services['Shopware\\Core\\Checkout\\Payment\\SalesChannel\\SalesChannelPaymentMethodDefinition'] = $instance = new \Shopware\Core\Checkout\Payment\SalesChannel\SalesChannelPaymentMethodDefinition();
  3319.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  3320.         return $instance;
  3321.     }
  3322.     /**
  3323.      * Gets the public 'Shopware\Core\Checkout\Payment\SalesChannel\SortedPaymentMethodRoute' shared service.
  3324.      *
  3325.      * @return \Shopware\Core\Checkout\Payment\SalesChannel\SortedPaymentMethodRoute
  3326.      */
  3327.     protected function getSortedPaymentMethodRouteService()
  3328.     {
  3329.         $a = ($this->services['Shopware\\Core\\Checkout\\Payment\\SalesChannel\\CachedPaymentMethodRoute'] ?? $this->getCachedPaymentMethodRouteService());
  3330.         if (isset($this->services['Shopware\\Core\\Checkout\\Payment\\SalesChannel\\SortedPaymentMethodRoute'])) {
  3331.             return $this->services['Shopware\\Core\\Checkout\\Payment\\SalesChannel\\SortedPaymentMethodRoute'];
  3332.         }
  3333.         return $this->services['Shopware\\Core\\Checkout\\Payment\\SalesChannel\\SortedPaymentMethodRoute'] = new \Shopware\Core\Checkout\Payment\SalesChannel\SortedPaymentMethodRoute($a);
  3334.     }
  3335.     /**
  3336.      * Gets the public 'Shopware\Core\Checkout\Promotion\Aggregate\PromotionCartRule\PromotionCartRuleDefinition' shared service.
  3337.      *
  3338.      * @return \Shopware\Core\Checkout\Promotion\Aggregate\PromotionCartRule\PromotionCartRuleDefinition
  3339.      */
  3340.     protected function getPromotionCartRuleDefinitionService()
  3341.     {
  3342.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Aggregate/PromotionCartRule/PromotionCartRuleDefinition.php';
  3343.         $this->services['Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionCartRule\\PromotionCartRuleDefinition'] = $instance = new \Shopware\Core\Checkout\Promotion\Aggregate\PromotionCartRule\PromotionCartRuleDefinition();
  3344.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  3345.         return $instance;
  3346.     }
  3347.     /**
  3348.      * Gets the public 'Shopware\Core\Checkout\Promotion\Aggregate\PromotionDiscountPrice\PromotionDiscountPriceDefinition' shared service.
  3349.      *
  3350.      * @return \Shopware\Core\Checkout\Promotion\Aggregate\PromotionDiscountPrice\PromotionDiscountPriceDefinition
  3351.      */
  3352.     protected function getPromotionDiscountPriceDefinitionService()
  3353.     {
  3354.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Aggregate/PromotionDiscountPrice/PromotionDiscountPriceDefinition.php';
  3355.         $this->services['Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionDiscountPrice\\PromotionDiscountPriceDefinition'] = $instance = new \Shopware\Core\Checkout\Promotion\Aggregate\PromotionDiscountPrice\PromotionDiscountPriceDefinition();
  3356.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  3357.         return $instance;
  3358.     }
  3359.     /**
  3360.      * Gets the public 'Shopware\Core\Checkout\Promotion\Aggregate\PromotionDiscountRule\PromotionDiscountRuleDefinition' shared service.
  3361.      *
  3362.      * @return \Shopware\Core\Checkout\Promotion\Aggregate\PromotionDiscountRule\PromotionDiscountRuleDefinition
  3363.      */
  3364.     protected function getPromotionDiscountRuleDefinitionService()
  3365.     {
  3366.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Aggregate/PromotionDiscountRule/PromotionDiscountRuleDefinition.php';
  3367.         $this->services['Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionDiscountRule\\PromotionDiscountRuleDefinition'] = $instance = new \Shopware\Core\Checkout\Promotion\Aggregate\PromotionDiscountRule\PromotionDiscountRuleDefinition();
  3368.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  3369.         return $instance;
  3370.     }
  3371.     /**
  3372.      * Gets the public 'Shopware\Core\Checkout\Promotion\Aggregate\PromotionDiscount\PromotionDiscountDefinition' shared service.
  3373.      *
  3374.      * @return \Shopware\Core\Checkout\Promotion\Aggregate\PromotionDiscount\PromotionDiscountDefinition
  3375.      */
  3376.     protected function getPromotionDiscountDefinitionService()
  3377.     {
  3378.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Aggregate/PromotionDiscount/PromotionDiscountDefinition.php';
  3379.         $this->services['Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionDiscount\\PromotionDiscountDefinition'] = $instance = new \Shopware\Core\Checkout\Promotion\Aggregate\PromotionDiscount\PromotionDiscountDefinition();
  3380.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  3381.         return $instance;
  3382.     }
  3383.     /**
  3384.      * Gets the public 'Shopware\Core\Checkout\Promotion\Aggregate\PromotionIndividualCode\PromotionIndividualCodeDefinition' shared service.
  3385.      *
  3386.      * @return \Shopware\Core\Checkout\Promotion\Aggregate\PromotionIndividualCode\PromotionIndividualCodeDefinition
  3387.      */
  3388.     protected function getPromotionIndividualCodeDefinitionService()
  3389.     {
  3390.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Aggregate/PromotionIndividualCode/PromotionIndividualCodeDefinition.php';
  3391.         $this->services['Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionIndividualCode\\PromotionIndividualCodeDefinition'] = $instance = new \Shopware\Core\Checkout\Promotion\Aggregate\PromotionIndividualCode\PromotionIndividualCodeDefinition();
  3392.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  3393.         return $instance;
  3394.     }
  3395.     /**
  3396.      * Gets the public 'Shopware\Core\Checkout\Promotion\Aggregate\PromotionOrderRule\PromotionOrderRuleDefinition' shared service.
  3397.      *
  3398.      * @return \Shopware\Core\Checkout\Promotion\Aggregate\PromotionOrderRule\PromotionOrderRuleDefinition
  3399.      */
  3400.     protected function getPromotionOrderRuleDefinitionService()
  3401.     {
  3402.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Aggregate/PromotionOrderRule/PromotionOrderRuleDefinition.php';
  3403.         $this->services['Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionOrderRule\\PromotionOrderRuleDefinition'] = $instance = new \Shopware\Core\Checkout\Promotion\Aggregate\PromotionOrderRule\PromotionOrderRuleDefinition();
  3404.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  3405.         return $instance;
  3406.     }
  3407.     /**
  3408.      * Gets the public 'Shopware\Core\Checkout\Promotion\Aggregate\PromotionPersonaCustomer\PromotionPersonaCustomerDefinition' shared service.
  3409.      *
  3410.      * @return \Shopware\Core\Checkout\Promotion\Aggregate\PromotionPersonaCustomer\PromotionPersonaCustomerDefinition
  3411.      */
  3412.     protected function getPromotionPersonaCustomerDefinitionService()
  3413.     {
  3414.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Aggregate/PromotionPersonaCustomer/PromotionPersonaCustomerDefinition.php';
  3415.         $this->services['Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionPersonaCustomer\\PromotionPersonaCustomerDefinition'] = $instance = new \Shopware\Core\Checkout\Promotion\Aggregate\PromotionPersonaCustomer\PromotionPersonaCustomerDefinition();
  3416.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  3417.         return $instance;
  3418.     }
  3419.     /**
  3420.      * Gets the public 'Shopware\Core\Checkout\Promotion\Aggregate\PromotionPersonaRule\PromotionPersonaRuleDefinition' shared service.
  3421.      *
  3422.      * @return \Shopware\Core\Checkout\Promotion\Aggregate\PromotionPersonaRule\PromotionPersonaRuleDefinition
  3423.      */
  3424.     protected function getPromotionPersonaRuleDefinitionService()
  3425.     {
  3426.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Aggregate/PromotionPersonaRule/PromotionPersonaRuleDefinition.php';
  3427.         $this->services['Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionPersonaRule\\PromotionPersonaRuleDefinition'] = $instance = new \Shopware\Core\Checkout\Promotion\Aggregate\PromotionPersonaRule\PromotionPersonaRuleDefinition();
  3428.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  3429.         return $instance;
  3430.     }
  3431.     /**
  3432.      * Gets the public 'Shopware\Core\Checkout\Promotion\Aggregate\PromotionSalesChannel\PromotionSalesChannelDefinition' shared service.
  3433.      *
  3434.      * @return \Shopware\Core\Checkout\Promotion\Aggregate\PromotionSalesChannel\PromotionSalesChannelDefinition
  3435.      */
  3436.     protected function getPromotionSalesChannelDefinitionService()
  3437.     {
  3438.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Aggregate/PromotionSalesChannel/PromotionSalesChannelDefinition.php';
  3439.         $this->services['Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionSalesChannel\\PromotionSalesChannelDefinition'] = $instance = new \Shopware\Core\Checkout\Promotion\Aggregate\PromotionSalesChannel\PromotionSalesChannelDefinition();
  3440.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  3441.         return $instance;
  3442.     }
  3443.     /**
  3444.      * Gets the public 'Shopware\Core\Checkout\Promotion\Aggregate\PromotionSetGroupRule\PromotionSetGroupRuleDefinition' shared service.
  3445.      *
  3446.      * @return \Shopware\Core\Checkout\Promotion\Aggregate\PromotionSetGroupRule\PromotionSetGroupRuleDefinition
  3447.      */
  3448.     protected function getPromotionSetGroupRuleDefinitionService()
  3449.     {
  3450.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Aggregate/PromotionSetGroupRule/PromotionSetGroupRuleDefinition.php';
  3451.         $this->services['Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionSetGroupRule\\PromotionSetGroupRuleDefinition'] = $instance = new \Shopware\Core\Checkout\Promotion\Aggregate\PromotionSetGroupRule\PromotionSetGroupRuleDefinition();
  3452.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  3453.         return $instance;
  3454.     }
  3455.     /**
  3456.      * Gets the public 'Shopware\Core\Checkout\Promotion\Aggregate\PromotionSetGroup\PromotionSetGroupDefinition' shared service.
  3457.      *
  3458.      * @return \Shopware\Core\Checkout\Promotion\Aggregate\PromotionSetGroup\PromotionSetGroupDefinition
  3459.      */
  3460.     protected function getPromotionSetGroupDefinitionService()
  3461.     {
  3462.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Aggregate/PromotionSetGroup/PromotionSetGroupDefinition.php';
  3463.         $this->services['Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionSetGroup\\PromotionSetGroupDefinition'] = $instance = new \Shopware\Core\Checkout\Promotion\Aggregate\PromotionSetGroup\PromotionSetGroupDefinition();
  3464.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  3465.         return $instance;
  3466.     }
  3467.     /**
  3468.      * Gets the public 'Shopware\Core\Checkout\Promotion\Aggregate\PromotionTranslation\PromotionTranslationDefinition' shared service.
  3469.      *
  3470.      * @return \Shopware\Core\Checkout\Promotion\Aggregate\PromotionTranslation\PromotionTranslationDefinition
  3471.      */
  3472.     protected function getPromotionTranslationDefinitionService()
  3473.     {
  3474.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  3475.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Aggregate/PromotionTranslation/PromotionTranslationDefinition.php';
  3476.         $this->services['Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionTranslation\\PromotionTranslationDefinition'] = $instance = new \Shopware\Core\Checkout\Promotion\Aggregate\PromotionTranslation\PromotionTranslationDefinition();
  3477.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  3478.         return $instance;
  3479.     }
  3480.     /**
  3481.      * Gets the public 'Shopware\Core\Checkout\Promotion\Api\PromotionActionController' shared service.
  3482.      *
  3483.      * @return \Shopware\Core\Checkout\Promotion\Api\PromotionActionController
  3484.      */
  3485.     protected function getPromotionActionControllerService()
  3486.     {
  3487.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Api/PromotionActionController.php';
  3488.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Util/PromotionCodesLoader.php';
  3489.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Util/PromotionCodesRemover.php';
  3490.         $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()));
  3491.         $instance->setContainer($this);
  3492.         return $instance;
  3493.     }
  3494.     /**
  3495.      * Gets the public 'Shopware\Core\Checkout\Promotion\Api\PromotionController' shared service.
  3496.      *
  3497.      * @return \Shopware\Core\Checkout\Promotion\Api\PromotionController
  3498.      */
  3499.     protected function getPromotionControllerService()
  3500.     {
  3501.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Api/PromotionController.php';
  3502.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Util/PromotionCodeService.php';
  3503.         $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())));
  3504.         $instance->setContainer($this);
  3505.         return $instance;
  3506.     }
  3507.     /**
  3508.      * Gets the public 'Shopware\Core\Checkout\Promotion\PromotionDefinition' shared service.
  3509.      *
  3510.      * @return \Shopware\Core\Checkout\Promotion\PromotionDefinition
  3511.      */
  3512.     protected function getPromotionDefinitionService()
  3513.     {
  3514.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/PromotionDefinition.php';
  3515.         $this->services['Shopware\\Core\\Checkout\\Promotion\\PromotionDefinition'] = $instance = new \Shopware\Core\Checkout\Promotion\PromotionDefinition();
  3516.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  3517.         return $instance;
  3518.     }
  3519.     /**
  3520.      * Gets the public 'Shopware\Core\Checkout\Shipping\Aggregate\ShippingMethodPrice\ShippingMethodPriceDefinition' shared service.
  3521.      *
  3522.      * @return \Shopware\Core\Checkout\Shipping\Aggregate\ShippingMethodPrice\ShippingMethodPriceDefinition
  3523.      */
  3524.     protected function getShippingMethodPriceDefinitionService()
  3525.     {
  3526.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Shipping/Aggregate/ShippingMethodPrice/ShippingMethodPriceDefinition.php';
  3527.         $this->services['Shopware\\Core\\Checkout\\Shipping\\Aggregate\\ShippingMethodPrice\\ShippingMethodPriceDefinition'] = $instance = new \Shopware\Core\Checkout\Shipping\Aggregate\ShippingMethodPrice\ShippingMethodPriceDefinition();
  3528.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  3529.         return $instance;
  3530.     }
  3531.     /**
  3532.      * Gets the public 'Shopware\Core\Checkout\Shipping\Aggregate\ShippingMethodTag\ShippingMethodTagDefinition' shared service.
  3533.      *
  3534.      * @return \Shopware\Core\Checkout\Shipping\Aggregate\ShippingMethodTag\ShippingMethodTagDefinition
  3535.      */
  3536.     protected function getShippingMethodTagDefinitionService()
  3537.     {
  3538.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Shipping/Aggregate/ShippingMethodTag/ShippingMethodTagDefinition.php';
  3539.         $this->services['Shopware\\Core\\Checkout\\Shipping\\Aggregate\\ShippingMethodTag\\ShippingMethodTagDefinition'] = $instance = new \Shopware\Core\Checkout\Shipping\Aggregate\ShippingMethodTag\ShippingMethodTagDefinition();
  3540.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  3541.         return $instance;
  3542.     }
  3543.     /**
  3544.      * Gets the public 'Shopware\Core\Checkout\Shipping\Aggregate\ShippingMethodTranslation\ShippingMethodTranslationDefinition' shared service.
  3545.      *
  3546.      * @return \Shopware\Core\Checkout\Shipping\Aggregate\ShippingMethodTranslation\ShippingMethodTranslationDefinition
  3547.      */
  3548.     protected function getShippingMethodTranslationDefinitionService()
  3549.     {
  3550.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  3551.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Shipping/Aggregate/ShippingMethodTranslation/ShippingMethodTranslationDefinition.php';
  3552.         $this->services['Shopware\\Core\\Checkout\\Shipping\\Aggregate\\ShippingMethodTranslation\\ShippingMethodTranslationDefinition'] = $instance = new \Shopware\Core\Checkout\Shipping\Aggregate\ShippingMethodTranslation\ShippingMethodTranslationDefinition();
  3553.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  3554.         return $instance;
  3555.     }
  3556.     /**
  3557.      * Gets the public 'Shopware\Core\Checkout\Shipping\SalesChannel\CachedShippingMethodRoute' shared service.
  3558.      *
  3559.      * @return \Shopware\Core\Checkout\Shipping\SalesChannel\CachedShippingMethodRoute
  3560.      */
  3561.     protected function getCachedShippingMethodRouteService()
  3562.     {
  3563.         $a = ($this->services['sales_channel.shipping_method.repository'] ?? $this->getSalesChannel_ShippingMethod_RepositoryService());
  3564.         if (isset($this->services['Shopware\\Core\\Checkout\\Shipping\\SalesChannel\\CachedShippingMethodRoute'])) {
  3565.             return $this->services['Shopware\\Core\\Checkout\\Shipping\\SalesChannel\\CachedShippingMethodRoute'];
  3566.         }
  3567.         $b = ($this->privates['Shopware\\Storefront\\Framework\\Cache\\CacheTracer'] ?? $this->getCacheTracerService());
  3568.         if (isset($this->services['Shopware\\Core\\Checkout\\Shipping\\SalesChannel\\CachedShippingMethodRoute'])) {
  3569.             return $this->services['Shopware\\Core\\Checkout\\Shipping\\SalesChannel\\CachedShippingMethodRoute'];
  3570.         }
  3571.         $c = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  3572.         if (isset($this->services['Shopware\\Core\\Checkout\\Shipping\\SalesChannel\\CachedShippingMethodRoute'])) {
  3573.             return $this->services['Shopware\\Core\\Checkout\\Shipping\\SalesChannel\\CachedShippingMethodRoute'];
  3574.         }
  3575.         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, []);
  3576.     }
  3577.     /**
  3578.      * Gets the public 'Shopware\Core\Checkout\Shipping\SalesChannel\SalesChannelShippingMethodDefinition' shared service.
  3579.      *
  3580.      * @return \Shopware\Core\Checkout\Shipping\SalesChannel\SalesChannelShippingMethodDefinition
  3581.      */
  3582.     protected function getSalesChannelShippingMethodDefinitionService()
  3583.     {
  3584.         $this->services['Shopware\\Core\\Checkout\\Shipping\\SalesChannel\\SalesChannelShippingMethodDefinition'] = $instance = new \Shopware\Core\Checkout\Shipping\SalesChannel\SalesChannelShippingMethodDefinition();
  3585.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  3586.         return $instance;
  3587.     }
  3588.     /**
  3589.      * Gets the public 'Shopware\Core\Checkout\Shipping\SalesChannel\SortedShippingMethodRoute' shared service.
  3590.      *
  3591.      * @return \Shopware\Core\Checkout\Shipping\SalesChannel\SortedShippingMethodRoute
  3592.      */
  3593.     protected function getSortedShippingMethodRouteService()
  3594.     {
  3595.         $a = ($this->services['Shopware\\Core\\Checkout\\Shipping\\SalesChannel\\CachedShippingMethodRoute'] ?? $this->getCachedShippingMethodRouteService());
  3596.         if (isset($this->services['Shopware\\Core\\Checkout\\Shipping\\SalesChannel\\SortedShippingMethodRoute'])) {
  3597.             return $this->services['Shopware\\Core\\Checkout\\Shipping\\SalesChannel\\SortedShippingMethodRoute'];
  3598.         }
  3599.         return $this->services['Shopware\\Core\\Checkout\\Shipping\\SalesChannel\\SortedShippingMethodRoute'] = new \Shopware\Core\Checkout\Shipping\SalesChannel\SortedShippingMethodRoute($a);
  3600.     }
  3601.     /**
  3602.      * Gets the public 'Shopware\Core\Checkout\Shipping\ShippingMethodDefinition' shared service.
  3603.      *
  3604.      * @return \Shopware\Core\Checkout\Shipping\ShippingMethodDefinition
  3605.      */
  3606.     protected function getShippingMethodDefinitionService()
  3607.     {
  3608.         $this->services['Shopware\\Core\\Checkout\\Shipping\\ShippingMethodDefinition'] = $instance = new \Shopware\Core\Checkout\Shipping\ShippingMethodDefinition();
  3609.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  3610.         return $instance;
  3611.     }
  3612.     /**
  3613.      * Gets the public 'Shopware\Core\Content\Category\Aggregate\CategoryTag\CategoryTagDefinition' shared service.
  3614.      *
  3615.      * @return \Shopware\Core\Content\Category\Aggregate\CategoryTag\CategoryTagDefinition
  3616.      */
  3617.     protected function getCategoryTagDefinitionService()
  3618.     {
  3619.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Category/Aggregate/CategoryTag/CategoryTagDefinition.php';
  3620.         $this->services['Shopware\\Core\\Content\\Category\\Aggregate\\CategoryTag\\CategoryTagDefinition'] = $instance = new \Shopware\Core\Content\Category\Aggregate\CategoryTag\CategoryTagDefinition();
  3621.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  3622.         return $instance;
  3623.     }
  3624.     /**
  3625.      * Gets the public 'Shopware\Core\Content\Category\Aggregate\CategoryTranslation\CategoryTranslationDefinition' shared service.
  3626.      *
  3627.      * @return \Shopware\Core\Content\Category\Aggregate\CategoryTranslation\CategoryTranslationDefinition
  3628.      */
  3629.     protected function getCategoryTranslationDefinitionService()
  3630.     {
  3631.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  3632.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Category/Aggregate/CategoryTranslation/CategoryTranslationDefinition.php';
  3633.         $this->services['Shopware\\Core\\Content\\Category\\Aggregate\\CategoryTranslation\\CategoryTranslationDefinition'] = $instance = new \Shopware\Core\Content\Category\Aggregate\CategoryTranslation\CategoryTranslationDefinition();
  3634.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  3635.         return $instance;
  3636.     }
  3637.     /**
  3638.      * Gets the public 'Shopware\Core\Content\Category\CategoryDefinition' shared service.
  3639.      *
  3640.      * @return \Shopware\Core\Content\Category\CategoryDefinition
  3641.      */
  3642.     protected function getCategoryDefinitionService()
  3643.     {
  3644.         $this->services['Shopware\\Core\\Content\\Category\\CategoryDefinition'] = $instance = new \Shopware\Core\Content\Category\CategoryDefinition();
  3645.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  3646.         return $instance;
  3647.     }
  3648.     /**
  3649.      * Gets the public 'Shopware\Core\Content\Category\CategoryHydrator' shared service.
  3650.      *
  3651.      * @return \Shopware\Core\Content\Category\CategoryHydrator
  3652.      */
  3653.     protected function getCategoryHydratorService()
  3654.     {
  3655.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Category/CategoryHydrator.php';
  3656.         return $this->services['Shopware\\Core\\Content\\Category\\CategoryHydrator'] = new \Shopware\Core\Content\Category\CategoryHydrator($this);
  3657.     }
  3658.     /**
  3659.      * Gets the public 'Shopware\Core\Content\Category\SalesChannel\CachedCategoryRoute' shared service.
  3660.      *
  3661.      * @return \Shopware\Core\Content\Category\SalesChannel\CachedCategoryRoute
  3662.      */
  3663.     protected function getCachedCategoryRouteService()
  3664.     {
  3665.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Category/SalesChannel/AbstractCategoryRoute.php';
  3666.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Category/SalesChannel/CachedCategoryRoute.php';
  3667.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Category/SalesChannel/CategoryRoute.php';
  3668.         return $this->services['Shopware\\Core\\Content\\Category\\SalesChannel\\CachedCategoryRoute'] = new \Shopware\Core\Content\Category\SalesChannel\CachedCategoryRoute(new \Shopware\Core\Content\Category\SalesChannel\CategoryRoute(($this->services['sales_channel.category.repository'] ?? $this->getSalesChannel_Category_RepositoryService()), ($this->privates['Shopware\\Core\\Content\\Cms\\SalesChannel\\SalesChannelCmsPageLoader'] ?? $this->getSalesChannelCmsPageLoaderService()), ($this->services['Shopware\\Core\\Content\\Category\\SalesChannel\\SalesChannelCategoryDefinition'] ?? $this->getSalesChannelCategoryDefinitionService())), ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheDecorator'] ?? $this->getCacheDecoratorService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Cache\\EntityCacheKeyGenerator'] ?? ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Cache\\EntityCacheKeyGenerator'] = new \Shopware\Core\Framework\DataAbstractionLayer\Cache\EntityCacheKeyGenerator())), ($this->privates['Shopware\\Storefront\\Framework\\Cache\\CacheTracer'] ?? $this->getCacheTracerService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), []);
  3669.     }
  3670.     /**
  3671.      * Gets the public 'Shopware\Core\Content\Category\SalesChannel\CachedNavigationRoute' shared service.
  3672.      *
  3673.      * @return \Shopware\Core\Content\Category\SalesChannel\CachedNavigationRoute
  3674.      */
  3675.     protected function getCachedNavigationRouteService()
  3676.     {
  3677.         $a = ($this->services['sales_channel.category.repository'] ?? $this->getSalesChannel_Category_RepositoryService());
  3678.         if (isset($this->services['Shopware\\Core\\Content\\Category\\SalesChannel\\CachedNavigationRoute'])) {
  3679.             return $this->services['Shopware\\Core\\Content\\Category\\SalesChannel\\CachedNavigationRoute'];
  3680.         }
  3681.         $b = ($this->privates['Shopware\\Storefront\\Framework\\Cache\\CacheTracer'] ?? $this->getCacheTracerService());
  3682.         if (isset($this->services['Shopware\\Core\\Content\\Category\\SalesChannel\\CachedNavigationRoute'])) {
  3683.             return $this->services['Shopware\\Core\\Content\\Category\\SalesChannel\\CachedNavigationRoute'];
  3684.         }
  3685.         $c = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  3686.         if (isset($this->services['Shopware\\Core\\Content\\Category\\SalesChannel\\CachedNavigationRoute'])) {
  3687.             return $this->services['Shopware\\Core\\Content\\Category\\SalesChannel\\CachedNavigationRoute'];
  3688.         }
  3689.         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, []);
  3690.     }
  3691.     /**
  3692.      * Gets the public 'Shopware\Core\Content\Category\SalesChannel\CategoryListRoute' shared service.
  3693.      *
  3694.      * @return \Shopware\Core\Content\Category\SalesChannel\CategoryListRoute
  3695.      */
  3696.     protected function getCategoryListRouteService()
  3697.     {
  3698.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Category/SalesChannel/AbstractCategoryListRoute.php';
  3699.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Category/SalesChannel/CategoryListRoute.php';
  3700.         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()));
  3701.     }
  3702.     /**
  3703.      * Gets the public 'Shopware\Core\Content\Category\SalesChannel\SalesChannelCategoryDefinition' shared service.
  3704.      *
  3705.      * @return \Shopware\Core\Content\Category\SalesChannel\SalesChannelCategoryDefinition
  3706.      */
  3707.     protected function getSalesChannelCategoryDefinitionService()
  3708.     {
  3709.         $this->services['Shopware\\Core\\Content\\Category\\SalesChannel\\SalesChannelCategoryDefinition'] = $instance = new \Shopware\Core\Content\Category\SalesChannel\SalesChannelCategoryDefinition();
  3710.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  3711.         return $instance;
  3712.     }
  3713.     /**
  3714.      * Gets the public 'Shopware\Core\Content\Category\SalesChannel\TreeBuildingNavigationRoute' shared service.
  3715.      *
  3716.      * @return \Shopware\Core\Content\Category\SalesChannel\TreeBuildingNavigationRoute
  3717.      */
  3718.     protected function getTreeBuildingNavigationRouteService()
  3719.     {
  3720.         $a = ($this->services['Shopware\\Core\\Content\\Category\\SalesChannel\\CachedNavigationRoute'] ?? $this->getCachedNavigationRouteService());
  3721.         if (isset($this->services['Shopware\\Core\\Content\\Category\\SalesChannel\\TreeBuildingNavigationRoute'])) {
  3722.             return $this->services['Shopware\\Core\\Content\\Category\\SalesChannel\\TreeBuildingNavigationRoute'];
  3723.         }
  3724.         return $this->services['Shopware\\Core\\Content\\Category\\SalesChannel\\TreeBuildingNavigationRoute'] = new \Shopware\Core\Content\Category\SalesChannel\TreeBuildingNavigationRoute($a);
  3725.     }
  3726.     /**
  3727.      * Gets the public 'Shopware\Core\Content\Cms\Aggregate\CmsBlock\CmsBlockDefinition' shared service.
  3728.      *
  3729.      * @return \Shopware\Core\Content\Cms\Aggregate\CmsBlock\CmsBlockDefinition
  3730.      */
  3731.     protected function getCmsBlockDefinitionService()
  3732.     {
  3733.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/Aggregate/CmsBlock/CmsBlockDefinition.php';
  3734.         $this->services['Shopware\\Core\\Content\\Cms\\Aggregate\\CmsBlock\\CmsBlockDefinition'] = $instance = new \Shopware\Core\Content\Cms\Aggregate\CmsBlock\CmsBlockDefinition();
  3735.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  3736.         return $instance;
  3737.     }
  3738.     /**
  3739.      * Gets the public 'Shopware\Core\Content\Cms\Aggregate\CmsPageTranslation\CmsPageTranslationDefinition' shared service.
  3740.      *
  3741.      * @return \Shopware\Core\Content\Cms\Aggregate\CmsPageTranslation\CmsPageTranslationDefinition
  3742.      */
  3743.     protected function getCmsPageTranslationDefinitionService()
  3744.     {
  3745.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  3746.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/Aggregate/CmsPageTranslation/CmsPageTranslationDefinition.php';
  3747.         $this->services['Shopware\\Core\\Content\\Cms\\Aggregate\\CmsPageTranslation\\CmsPageTranslationDefinition'] = $instance = new \Shopware\Core\Content\Cms\Aggregate\CmsPageTranslation\CmsPageTranslationDefinition();
  3748.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  3749.         return $instance;
  3750.     }
  3751.     /**
  3752.      * Gets the public 'Shopware\Core\Content\Cms\Aggregate\CmsSection\CmsSectionDefinition' shared service.
  3753.      *
  3754.      * @return \Shopware\Core\Content\Cms\Aggregate\CmsSection\CmsSectionDefinition
  3755.      */
  3756.     protected function getCmsSectionDefinitionService()
  3757.     {
  3758.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/Aggregate/CmsSection/CmsSectionDefinition.php';
  3759.         $this->services['Shopware\\Core\\Content\\Cms\\Aggregate\\CmsSection\\CmsSectionDefinition'] = $instance = new \Shopware\Core\Content\Cms\Aggregate\CmsSection\CmsSectionDefinition();
  3760.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  3761.         return $instance;
  3762.     }
  3763.     /**
  3764.      * Gets the public 'Shopware\Core\Content\Cms\Aggregate\CmsSlotTranslation\CmsSlotTranslationDefinition' shared service.
  3765.      *
  3766.      * @return \Shopware\Core\Content\Cms\Aggregate\CmsSlotTranslation\CmsSlotTranslationDefinition
  3767.      */
  3768.     protected function getCmsSlotTranslationDefinitionService()
  3769.     {
  3770.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  3771.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/Aggregate/CmsSlotTranslation/CmsSlotTranslationDefinition.php';
  3772.         $this->services['Shopware\\Core\\Content\\Cms\\Aggregate\\CmsSlotTranslation\\CmsSlotTranslationDefinition'] = $instance = new \Shopware\Core\Content\Cms\Aggregate\CmsSlotTranslation\CmsSlotTranslationDefinition();
  3773.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  3774.         return $instance;
  3775.     }
  3776.     /**
  3777.      * Gets the public 'Shopware\Core\Content\Cms\Aggregate\CmsSlot\CmsSlotDefinition' shared service.
  3778.      *
  3779.      * @return \Shopware\Core\Content\Cms\Aggregate\CmsSlot\CmsSlotDefinition
  3780.      */
  3781.     protected function getCmsSlotDefinitionService()
  3782.     {
  3783.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/Aggregate/CmsSlot/CmsSlotDefinition.php';
  3784.         $this->services['Shopware\\Core\\Content\\Cms\\Aggregate\\CmsSlot\\CmsSlotDefinition'] = $instance = new \Shopware\Core\Content\Cms\Aggregate\CmsSlot\CmsSlotDefinition();
  3785.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  3786.         return $instance;
  3787.     }
  3788.     /**
  3789.      * Gets the public 'Shopware\Core\Content\Cms\CmsPageDefinition' shared service.
  3790.      *
  3791.      * @return \Shopware\Core\Content\Cms\CmsPageDefinition
  3792.      */
  3793.     protected function getCmsPageDefinitionService()
  3794.     {
  3795.         $this->services['Shopware\\Core\\Content\\Cms\\CmsPageDefinition'] = $instance = new \Shopware\Core\Content\Cms\CmsPageDefinition();
  3796.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  3797.         return $instance;
  3798.     }
  3799.     /**
  3800.      * Gets the public 'Shopware\Core\Content\Cms\DataAbstractionLayer\FieldSerializer\SlotConfigFieldSerializer' shared service.
  3801.      *
  3802.      * @return \Shopware\Core\Content\Cms\DataAbstractionLayer\FieldSerializer\SlotConfigFieldSerializer
  3803.      */
  3804.     protected function getSlotConfigFieldSerializerService()
  3805.     {
  3806.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FieldSerializerInterface.php';
  3807.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/AbstractFieldSerializer.php';
  3808.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/JsonFieldSerializer.php';
  3809.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/DataAbstractionLayer/FieldSerializer/SlotConfigFieldSerializer.php';
  3810.         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()));
  3811.     }
  3812.     /**
  3813.      * Gets the public 'Shopware\Core\Content\Cms\DataResolver\CmsSlotsDataResolver' shared service.
  3814.      *
  3815.      * @return \Shopware\Core\Content\Cms\DataResolver\CmsSlotsDataResolver
  3816.      */
  3817.     protected function getCmsSlotsDataResolverService()
  3818.     {
  3819.         $a = ($this->services['sales_channel.product.repository'] ?? $this->getSalesChannel_Product_RepositoryService());
  3820.         if (isset($this->services['Shopware\\Core\\Content\\Cms\\DataResolver\\CmsSlotsDataResolver'])) {
  3821.             return $this->services['Shopware\\Core\\Content\\Cms\\DataResolver\\CmsSlotsDataResolver'];
  3822.         }
  3823.         return $this->services['Shopware\\Core\\Content\\Cms\\DataResolver\\CmsSlotsDataResolver'] = new \Shopware\Core\Content\Cms\DataResolver\CmsSlotsDataResolver(new RewindableGenerator(function () {
  3824.             yield => ($this->privates['Shopware\\Core\\Content\\Media\\Cms\\ImageCmsElementResolver'] ?? $this->getImageCmsElementResolverService());
  3825.             yield => ($this->privates['Shopware\\Core\\Content\\Media\\Cms\\Type\\ImageSliderTypeDataResolver'] ?? $this->getImageSliderTypeDataResolverService());
  3826.             yield => ($this->privates['Shopware\\Core\\Content\\Media\\Cms\\Type\\ImageGalleryTypeDataResolver'] ?? $this->getImageGalleryTypeDataResolverService());
  3827.             yield => ($this->privates['Shopware\\Core\\Content\\Media\\Cms\\YoutubeVideoCmsElementResolver'] ?? ($this->privates['Shopware\\Core\\Content\\Media\\Cms\\YoutubeVideoCmsElementResolver'] = new \Shopware\Core\Content\Media\Cms\YoutubeVideoCmsElementResolver()));
  3828.             yield => ($this->privates['Shopware\\Core\\Content\\Media\\Cms\\VimeoVideoCmsElementResolver'] ?? ($this->privates['Shopware\\Core\\Content\\Media\\Cms\\VimeoVideoCmsElementResolver'] = new \Shopware\Core\Content\Media\Cms\VimeoVideoCmsElementResolver()));
  3829.             yield => ($this->privates['Shopware\\Core\\Content\\Product\\Cms\\ProductBoxCmsElementResolver'] ?? $this->getProductBoxCmsElementResolverService());
  3830.             yield => ($this->privates['Shopware\\Core\\Content\\Product\\Cms\\ProductListingCmsElementResolver'] ?? $this->getProductListingCmsElementResolverService());
  3831.             yield => ($this->privates['Shopware\\Core\\Content\\Product\\Cms\\ProductSliderCmsElementResolver'] ?? $this->getProductSliderCmsElementResolverService());
  3832.             yield => ($this->privates['Shopware\\Core\\Content\\Product\\Cms\\ProductNameCmsElementResolver'] ?? ($this->privates['Shopware\\Core\\Content\\Product\\Cms\\ProductNameCmsElementResolver'] = new \Shopware\Core\Content\Product\Cms\ProductNameCmsElementResolver()));
  3833.             yield => ($this->privates['Shopware\\Core\\Content\\Product\\Cms\\ManufacturerLogoCmsElementResolver'] ?? ($this->privates['Shopware\\Core\\Content\\Product\\Cms\\ManufacturerLogoCmsElementResolver'] = new \Shopware\Core\Content\Product\Cms\ManufacturerLogoCmsElementResolver()));
  3834.             yield 10 => ($this->privates['Shopware\\Core\\Content\\Product\\Cms\\CrossSellingCmsElementResolver'] ?? $this->getCrossSellingCmsElementResolverService());
  3835.             yield 11 => ($this->privates['Shopware\\Core\\Content\\Product\\Cms\\ProductDescriptionReviewsCmsElementResolver'] ?? $this->getProductDescriptionReviewsCmsElementResolverService());
  3836.             yield 12 => ($this->privates['Shopware\\Core\\Content\\Product\\Cms\\BuyBoxCmsElementResolver'] ?? $this->getBuyBoxCmsElementResolverService());
  3837.             yield 13 => ($this->privates['Shopware\\Core\\Content\\Cms\\DataResolver\\Element\\TextCmsElementResolver'] ?? $this->getTextCmsElementResolverService());
  3838.             yield 14 => ($this->privates['Shopware\\Core\\Content\\Cms\\DataResolver\\Element\\FormCmsElementResolver'] ?? $this->getFormCmsElementResolverService());
  3839.         }, 15), ['product' => $a], ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  3840.     }
  3841.     /**
  3842.      * Gets the public 'Shopware\Core\Content\Cms\SalesChannel\CmsRoute' shared service.
  3843.      *
  3844.      * @return \Shopware\Core\Content\Cms\SalesChannel\CmsRoute
  3845.      */
  3846.     protected function getCmsRouteService()
  3847.     {
  3848.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/SalesChannel/AbstractCmsRoute.php';
  3849.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/SalesChannel/CmsRoute.php';
  3850.         return $this->services['Shopware\\Core\\Content\\Cms\\SalesChannel\\CmsRoute'] = new \Shopware\Core\Content\Cms\SalesChannel\CmsRoute(($this->privates['Shopware\\Core\\Content\\Cms\\SalesChannel\\SalesChannelCmsPageLoader'] ?? $this->getSalesChannelCmsPageLoaderService()));
  3851.     }
  3852.     /**
  3853.      * Gets the public 'Shopware\Core\Content\Cms\SalesChannel\SalesChannelCmsPageRepository' shared service.
  3854.      *
  3855.      * @return \Shopware\Core\Content\Cms\SalesChannel\SalesChannelCmsPageRepository
  3856.      *
  3857.      * @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.
  3858.      */
  3859.     protected function getSalesChannelCmsPageRepositoryService()
  3860.     {
  3861.         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.');
  3862.         return $this->services['Shopware\\Core\\Content\\Cms\\SalesChannel\\SalesChannelCmsPageRepository'] = new \Shopware\Core\Content\Cms\SalesChannel\SalesChannelCmsPageRepository(($this->services['cms_page.repository'] ?? $this->getCmsPage_RepositoryService()));
  3863.     }
  3864.     /**
  3865.      * Gets the public 'Shopware\Core\Content\ContactForm\SalesChannel\ContactFormRoute' shared service.
  3866.      *
  3867.      * @return \Shopware\Core\Content\ContactForm\SalesChannel\ContactFormRoute
  3868.      */
  3869.     protected function getContactFormRouteService()
  3870.     {
  3871.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ContactForm/SalesChannel/AbstractContactFormRoute.php';
  3872.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ContactForm/SalesChannel/ContactFormRoute.php';
  3873.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Validation/DataValidationFactoryInterface.php';
  3874.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ContactForm/Validation/ContactFormValidationFactory.php';
  3875.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  3876.         $b = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  3877.         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()));
  3878.     }
  3879.     /**
  3880.      * Gets the public 'Shopware\Core\Content\Flow\Aggregate\FlowSequence\FlowSequenceDefinition' shared service.
  3881.      *
  3882.      * @return \Shopware\Core\Content\Flow\Aggregate\FlowSequence\FlowSequenceDefinition
  3883.      */
  3884.     protected function getFlowSequenceDefinitionService()
  3885.     {
  3886.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Aggregate/FlowSequence/FlowSequenceDefinition.php';
  3887.         $this->services['Shopware\\Core\\Content\\Flow\\Aggregate\\FlowSequence\\FlowSequenceDefinition'] = $instance = new \Shopware\Core\Content\Flow\Aggregate\FlowSequence\FlowSequenceDefinition();
  3888.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  3889.         return $instance;
  3890.     }
  3891.     /**
  3892.      * Gets the public 'Shopware\Core\Content\Flow\Aggregate\FlowTemplate\FlowTemplateDefinition' shared service.
  3893.      *
  3894.      * @return \Shopware\Core\Content\Flow\Aggregate\FlowTemplate\FlowTemplateDefinition
  3895.      */
  3896.     protected function getFlowTemplateDefinitionService()
  3897.     {
  3898.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Aggregate/FlowTemplate/FlowTemplateDefinition.php';
  3899.         $this->services['Shopware\\Core\\Content\\Flow\\Aggregate\\FlowTemplate\\FlowTemplateDefinition'] = $instance = new \Shopware\Core\Content\Flow\Aggregate\FlowTemplate\FlowTemplateDefinition();
  3900.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  3901.         return $instance;
  3902.     }
  3903.     /**
  3904.      * Gets the public 'Shopware\Core\Content\Flow\DataAbstractionLayer\FieldSerializer\FlowTemplateConfigFieldSerializer' shared service.
  3905.      *
  3906.      * @return \Shopware\Core\Content\Flow\DataAbstractionLayer\FieldSerializer\FlowTemplateConfigFieldSerializer
  3907.      */
  3908.     protected function getFlowTemplateConfigFieldSerializerService()
  3909.     {
  3910.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FieldSerializerInterface.php';
  3911.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/AbstractFieldSerializer.php';
  3912.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/JsonFieldSerializer.php';
  3913.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/DataAbstractionLayer/FieldSerializer/FlowTemplateConfigFieldSerializer.php';
  3914.         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()));
  3915.     }
  3916.     /**
  3917.      * Gets the public 'Shopware\Core\Content\Flow\Dispatching\CachedFlowLoader' shared service.
  3918.      *
  3919.      * @return \Shopware\Core\Content\Flow\Dispatching\CachedFlowLoader
  3920.      */
  3921.     protected function getCachedFlowLoaderService()
  3922.     {
  3923.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/AbstractFlowLoader.php';
  3924.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/CachedFlowLoader.php';
  3925.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/FlowLoader.php';
  3926.         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()));
  3927.     }
  3928.     /**
  3929.      * Gets the public 'Shopware\Core\Content\Flow\Dispatching\FlowExecutor' shared service.
  3930.      *
  3931.      * @return \Shopware\Core\Content\Flow\Dispatching\FlowExecutor
  3932.      */
  3933.     protected function getFlowExecutorService()
  3934.     {
  3935.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/FlowExecutor.php';
  3936.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Rule/FlowRuleScopeBuilder.php';
  3937.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/Delivery/DeliveryBuilder.php';
  3938.         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 () {
  3939.             yield => ($this->privates['Shopware\\Core\\Content\\Product\\Cart\\ProductCartProcessor'] ?? $this->getProductCartProcessorService());
  3940.             yield => ($this->privates['Shopware\\Core\\Checkout\\Promotion\\Cart\\PromotionCollector'] ?? $this->getPromotionCollectorService());
  3941.             yield => ($this->privates['Shopware\\Core\\Checkout\\Cart\\CustomCartProcessor'] ?? $this->getCustomCartProcessorService());
  3942.             yield => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Delivery\\DeliveryProcessor'] ?? $this->getDeliveryProcessorService());
  3943.         }, 4)), new RewindableGenerator(function () {
  3944.             yield 'action.add.order.tag' => ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\AddOrderTagAction'] ?? $this->getAddOrderTagActionService());
  3945.             yield 'action.add.customer.tag' => ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\AddCustomerTagAction'] ?? $this->getAddCustomerTagActionService());
  3946.             yield 'action.remove.order.tag' => ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\RemoveOrderTagAction'] ?? $this->getRemoveOrderTagActionService());
  3947.             yield 'action.remove.customer.tag' => ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\RemoveCustomerTagAction'] ?? $this->getRemoveCustomerTagActionService());
  3948.             yield 'action.change.customer.group' => ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\ChangeCustomerGroupAction'] ?? $this->getChangeCustomerGroupActionService());
  3949.             yield 'action.change.customer.status' => ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\ChangeCustomerStatusAction'] ?? $this->getChangeCustomerStatusActionService());
  3950.             yield 'action.generate.document' => ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\GenerateDocumentAction'] ?? $this->getGenerateDocumentActionService());
  3951.             yield 'action.grant.download.access' => ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\GrantDownloadAccessAction'] ?? $this->getGrantDownloadAccessActionService());
  3952.             yield 'action.mail.send' => ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\SendMailAction'] ?? $this->getSendMailActionService());
  3953.             yield 'action.set.order.state' => ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\SetOrderStateAction'] ?? $this->getSetOrderStateActionService());
  3954.             yield 'action.set.customer.custom.field' => ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\SetCustomerCustomFieldAction'] ?? $this->getSetCustomerCustomFieldActionService());
  3955.             yield 'action.set.customer.group.custom.field' => ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\SetCustomerGroupCustomFieldAction'] ?? $this->getSetCustomerGroupCustomFieldActionService());
  3956.             yield 'action.add.customer.affiliate.and.campaign.code' => ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\AddCustomerAffiliateAndCampaignCodeAction'] ?? $this->getAddCustomerAffiliateAndCampaignCodeActionService());
  3957.             yield 'action.add.order.affiliate.and.campaign.code' => ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\AddOrderAffiliateAndCampaignCodeAction'] ?? $this->getAddOrderAffiliateAndCampaignCodeActionService());
  3958.             yield 'action.set.order.custom.field' => ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\SetOrderCustomFieldAction'] ?? $this->getSetOrderCustomFieldActionService());
  3959.             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()));
  3960.         }, 16));
  3961.     }
  3962.     /**
  3963.      * Gets the public 'Shopware\Core\Content\Flow\Dispatching\FlowFactory' shared service.
  3964.      *
  3965.      * @return \Shopware\Core\Content\Flow\Dispatching\FlowFactory
  3966.      */
  3967.     protected function getFlowFactoryService()
  3968.     {
  3969.         return $this->services['Shopware\\Core\\Content\\Flow\\Dispatching\\FlowFactory'] = new \Shopware\Core\Content\Flow\Dispatching\FlowFactory(new RewindableGenerator(function () {
  3970.             yield => ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Storer\\OrderStorer'] ?? $this->getOrderStorerService());
  3971.             yield => ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Storer\\CustomerStorer'] ?? $this->getCustomerStorerService());
  3972.             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()));
  3973.             yield => ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Storer\\UserStorer'] ?? $this->getUserStorerService());
  3974.             yield => ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Storer\\CustomerGroupStorer'] ?? $this->getCustomerGroupStorerService());
  3975.             yield => ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Storer\\CustomerRecoveryStorer'] ?? $this->getCustomerRecoveryStorerService());
  3976.             yield => ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Storer\\OrderTransactionStorer'] ?? $this->getOrderTransactionStorerService());
  3977.             yield => ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Storer\\NewsletterRecipientStorer'] ?? $this->getNewsletterRecipientStorerService());
  3978.             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()));
  3979.             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()));
  3980.             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()));
  3981.             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()));
  3982.             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()));
  3983.             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()));
  3984.             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()));
  3985.             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()));
  3986.             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()));
  3987.             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()));
  3988.             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()));
  3989.             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()));
  3990.             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()));
  3991.         }, 21));
  3992.     }
  3993.     /**
  3994.      * Gets the public 'Shopware\Core\Content\Flow\FlowDefinition' shared service.
  3995.      *
  3996.      * @return \Shopware\Core\Content\Flow\FlowDefinition
  3997.      */
  3998.     protected function getFlowDefinitionService()
  3999.     {
  4000.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/FlowDefinition.php';
  4001.         $this->services['Shopware\\Core\\Content\\Flow\\FlowDefinition'] = $instance = new \Shopware\Core\Content\Flow\FlowDefinition();
  4002.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  4003.         return $instance;
  4004.     }
  4005.     /**
  4006.      * Gets the public 'Shopware\Core\Content\ImportExport\Aggregate\ImportExportFile\ImportExportFileDefinition' shared service.
  4007.      *
  4008.      * @return \Shopware\Core\Content\ImportExport\Aggregate\ImportExportFile\ImportExportFileDefinition
  4009.      */
  4010.     protected function getImportExportFileDefinitionService()
  4011.     {
  4012.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/Aggregate/ImportExportFile/ImportExportFileDefinition.php';
  4013.         $this->services['Shopware\\Core\\Content\\ImportExport\\Aggregate\\ImportExportFile\\ImportExportFileDefinition'] = $instance = new \Shopware\Core\Content\ImportExport\Aggregate\ImportExportFile\ImportExportFileDefinition();
  4014.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  4015.         return $instance;
  4016.     }
  4017.     /**
  4018.      * Gets the public 'Shopware\Core\Content\ImportExport\Aggregate\ImportExportLog\ImportExportLogDefinition' shared service.
  4019.      *
  4020.      * @return \Shopware\Core\Content\ImportExport\Aggregate\ImportExportLog\ImportExportLogDefinition
  4021.      */
  4022.     protected function getImportExportLogDefinitionService()
  4023.     {
  4024.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/Aggregate/ImportExportLog/ImportExportLogDefinition.php';
  4025.         $this->services['Shopware\\Core\\Content\\ImportExport\\Aggregate\\ImportExportLog\\ImportExportLogDefinition'] = $instance = new \Shopware\Core\Content\ImportExport\Aggregate\ImportExportLog\ImportExportLogDefinition();
  4026.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  4027.         return $instance;
  4028.     }
  4029.     /**
  4030.      * Gets the public 'Shopware\Core\Content\ImportExport\Controller\ImportExportActionController' shared service.
  4031.      *
  4032.      * @return \Shopware\Core\Content\ImportExport\Controller\ImportExportActionController
  4033.      */
  4034.     protected function getImportExportActionControllerService()
  4035.     {
  4036.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/Controller/ImportExportActionController.php';
  4037.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/Service/SupportedFeaturesService.php';
  4038.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/Service/DownloadService.php';
  4039.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/Service/AbstractMappingService.php';
  4040.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/Service/MappingService.php';
  4041.         $a = ($this->services['import_export_profile.repository'] ?? $this->getImportExportProfile_RepositoryService());
  4042.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService());
  4043.         $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));
  4044.         $instance->setContainer($this);
  4045.         return $instance;
  4046.     }
  4047.     /**
  4048.      * Gets the public 'Shopware\Core\Content\ImportExport\ImportExportFactory' shared service.
  4049.      *
  4050.      * @return \Shopware\Core\Content\ImportExport\ImportExportFactory
  4051.      */
  4052.     protected function getImportExportFactoryService()
  4053.     {
  4054.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/ImportExportFactory.php';
  4055.         $a = ($this->privates['Shopware\\Core\\Content\\ImportExport\\Service\\ImportExportService'] ?? $this->getImportExportServiceService());
  4056.         if (isset($this->services['Shopware\\Core\\Content\\ImportExport\\ImportExportFactory'])) {
  4057.             return $this->services['Shopware\\Core\\Content\\ImportExport\\ImportExportFactory'];
  4058.         }
  4059.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  4060.         if (isset($this->services['Shopware\\Core\\Content\\ImportExport\\ImportExportFactory'])) {
  4061.             return $this->services['Shopware\\Core\\Content\\ImportExport\\ImportExportFactory'];
  4062.         }
  4063.         $c = ($this->services['import_export_log.repository'] ?? $this->getImportExportLog_RepositoryService());
  4064.         if (isset($this->services['Shopware\\Core\\Content\\ImportExport\\ImportExportFactory'])) {
  4065.             return $this->services['Shopware\\Core\\Content\\ImportExport\\ImportExportFactory'];
  4066.         }
  4067.         $d = ($this->privates['Shopware\\Core\\Content\\ImportExport\\Service\\FileService'] ?? $this->getFileServiceService());
  4068.         if (isset($this->services['Shopware\\Core\\Content\\ImportExport\\ImportExportFactory'])) {
  4069.             return $this->services['Shopware\\Core\\Content\\ImportExport\\ImportExportFactory'];
  4070.         }
  4071.         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 () {
  4072.             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()));
  4073.         }, 1), new RewindableGenerator(function () {
  4074.             yield => ($this->privates['Shopware\\Core\\Content\\ImportExport\\Processing\\Writer\\CsvFileWriterFactory'] ?? $this->getCsvFileWriterFactoryService());
  4075.         }, 1), new RewindableGenerator(function () {
  4076.             yield => ($this->privates['Shopware\\Core\\Content\\ImportExport\\Processing\\Pipe\\PipeFactory'] ?? $this->getPipeFactoryService());
  4077.         }, 1));
  4078.     }
  4079.     /**
  4080.      * Gets the public 'Shopware\Core\Content\ImportExport\ImportExportProfileDefinition' shared service.
  4081.      *
  4082.      * @return \Shopware\Core\Content\ImportExport\ImportExportProfileDefinition
  4083.      */
  4084.     protected function getImportExportProfileDefinitionService()
  4085.     {
  4086.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/ImportExportProfileDefinition.php';
  4087.         $this->services['Shopware\\Core\\Content\\ImportExport\\ImportExportProfileDefinition'] = $instance = new \Shopware\Core\Content\ImportExport\ImportExportProfileDefinition();
  4088.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  4089.         return $instance;
  4090.     }
  4091.     /**
  4092.      * Gets the public 'Shopware\Core\Content\ImportExport\ImportExportProfileTranslationDefinition' shared service.
  4093.      *
  4094.      * @return \Shopware\Core\Content\ImportExport\ImportExportProfileTranslationDefinition
  4095.      */
  4096.     protected function getImportExportProfileTranslationDefinitionService()
  4097.     {
  4098.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  4099.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/ImportExportProfileTranslationDefinition.php';
  4100.         $this->services['Shopware\\Core\\Content\\ImportExport\\ImportExportProfileTranslationDefinition'] = $instance = new \Shopware\Core\Content\ImportExport\ImportExportProfileTranslationDefinition();
  4101.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  4102.         return $instance;
  4103.     }
  4104.     /**
  4105.      * Gets the public 'Shopware\Core\Content\ImportExport\Message\ImportExportHandler' shared service.
  4106.      *
  4107.      * @return \Shopware\Core\Content\ImportExport\Message\ImportExportHandler
  4108.      */
  4109.     protected function getImportExportHandlerService()
  4110.     {
  4111.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/Message/ImportExportHandler.php';
  4112.         $a = ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService());
  4113.         if (isset($this->services['Shopware\\Core\\Content\\ImportExport\\Message\\ImportExportHandler'])) {
  4114.             return $this->services['Shopware\\Core\\Content\\ImportExport\\Message\\ImportExportHandler'];
  4115.         }
  4116.         $b = ($this->services['Shopware\\Core\\Content\\ImportExport\\ImportExportFactory'] ?? $this->getImportExportFactoryService());
  4117.         if (isset($this->services['Shopware\\Core\\Content\\ImportExport\\Message\\ImportExportHandler'])) {
  4118.             return $this->services['Shopware\\Core\\Content\\ImportExport\\Message\\ImportExportHandler'];
  4119.         }
  4120.         return $this->services['Shopware\\Core\\Content\\ImportExport\\Message\\ImportExportHandler'] = new \Shopware\Core\Content\ImportExport\Message\ImportExportHandler($a$b);
  4121.     }
  4122.     /**
  4123.      * Gets the public 'Shopware\Core\Content\LandingPage\Aggregate\LandingPageSalesChannel\LandingPageSalesChannelDefinition' shared service.
  4124.      *
  4125.      * @return \Shopware\Core\Content\LandingPage\Aggregate\LandingPageSalesChannel\LandingPageSalesChannelDefinition
  4126.      */
  4127.     protected function getLandingPageSalesChannelDefinitionService()
  4128.     {
  4129.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/LandingPage/Aggregate/LandingPageSalesChannel/LandingPageSalesChannelDefinition.php';
  4130.         $this->services['Shopware\\Core\\Content\\LandingPage\\Aggregate\\LandingPageSalesChannel\\LandingPageSalesChannelDefinition'] = $instance = new \Shopware\Core\Content\LandingPage\Aggregate\LandingPageSalesChannel\LandingPageSalesChannelDefinition();
  4131.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  4132.         return $instance;
  4133.     }
  4134.     /**
  4135.      * Gets the public 'Shopware\Core\Content\LandingPage\Aggregate\LandingPageTag\LandingPageTagDefinition' shared service.
  4136.      *
  4137.      * @return \Shopware\Core\Content\LandingPage\Aggregate\LandingPageTag\LandingPageTagDefinition
  4138.      */
  4139.     protected function getLandingPageTagDefinitionService()
  4140.     {
  4141.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/LandingPage/Aggregate/LandingPageTag/LandingPageTagDefinition.php';
  4142.         $this->services['Shopware\\Core\\Content\\LandingPage\\Aggregate\\LandingPageTag\\LandingPageTagDefinition'] = $instance = new \Shopware\Core\Content\LandingPage\Aggregate\LandingPageTag\LandingPageTagDefinition();
  4143.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  4144.         return $instance;
  4145.     }
  4146.     /**
  4147.      * Gets the public 'Shopware\Core\Content\LandingPage\Aggregate\LandingPageTranslation\LandingPageTranslationDefinition' shared service.
  4148.      *
  4149.      * @return \Shopware\Core\Content\LandingPage\Aggregate\LandingPageTranslation\LandingPageTranslationDefinition
  4150.      */
  4151.     protected function getLandingPageTranslationDefinitionService()
  4152.     {
  4153.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  4154.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/LandingPage/Aggregate/LandingPageTranslation/LandingPageTranslationDefinition.php';
  4155.         $this->services['Shopware\\Core\\Content\\LandingPage\\Aggregate\\LandingPageTranslation\\LandingPageTranslationDefinition'] = $instance = new \Shopware\Core\Content\LandingPage\Aggregate\LandingPageTranslation\LandingPageTranslationDefinition();
  4156.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  4157.         return $instance;
  4158.     }
  4159.     /**
  4160.      * Gets the public 'Shopware\Core\Content\LandingPage\LandingPageDefinition' shared service.
  4161.      *
  4162.      * @return \Shopware\Core\Content\LandingPage\LandingPageDefinition
  4163.      */
  4164.     protected function getLandingPageDefinitionService()
  4165.     {
  4166.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/LandingPage/LandingPageDefinition.php';
  4167.         $this->services['Shopware\\Core\\Content\\LandingPage\\LandingPageDefinition'] = $instance = new \Shopware\Core\Content\LandingPage\LandingPageDefinition();
  4168.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  4169.         return $instance;
  4170.     }
  4171.     /**
  4172.      * Gets the public 'Shopware\Core\Content\LandingPage\SalesChannel\CachedLandingPageRoute' shared service.
  4173.      *
  4174.      * @return \Shopware\Core\Content\LandingPage\SalesChannel\CachedLandingPageRoute
  4175.      */
  4176.     protected function getCachedLandingPageRouteService()
  4177.     {
  4178.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/LandingPage/SalesChannel/AbstractLandingPageRoute.php';
  4179.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/LandingPage/SalesChannel/CachedLandingPageRoute.php';
  4180.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/LandingPage/SalesChannel/LandingPageRoute.php';
  4181.         return $this->services['Shopware\\Core\\Content\\LandingPage\\SalesChannel\\CachedLandingPageRoute'] = new \Shopware\Core\Content\LandingPage\SalesChannel\CachedLandingPageRoute(new \Shopware\Core\Content\LandingPage\SalesChannel\LandingPageRoute(($this->services['sales_channel.landing_page.repository'] ?? $this->getSalesChannel_LandingPage_RepositoryService()), ($this->privates['Shopware\\Core\\Content\\Cms\\SalesChannel\\SalesChannelCmsPageLoader'] ?? $this->getSalesChannelCmsPageLoaderService()), ($this->services['Shopware\\Core\\Content\\LandingPage\\SalesChannel\\SalesChannelLandingPageDefinition'] ?? $this->getSalesChannelLandingPageDefinitionService())), ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheDecorator'] ?? $this->getCacheDecoratorService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Cache\\EntityCacheKeyGenerator'] ?? ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Cache\\EntityCacheKeyGenerator'] = new \Shopware\Core\Framework\DataAbstractionLayer\Cache\EntityCacheKeyGenerator())), ($this->privates['Shopware\\Storefront\\Framework\\Cache\\CacheTracer'] ?? $this->getCacheTracerService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), []);
  4182.     }
  4183.     /**
  4184.      * Gets the public 'Shopware\Core\Content\LandingPage\SalesChannel\SalesChannelLandingPageDefinition' shared service.
  4185.      *
  4186.      * @return \Shopware\Core\Content\LandingPage\SalesChannel\SalesChannelLandingPageDefinition
  4187.      */
  4188.     protected function getSalesChannelLandingPageDefinitionService()
  4189.     {
  4190.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/LandingPage/LandingPageDefinition.php';
  4191.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/LandingPage/SalesChannel/SalesChannelLandingPageDefinition.php';
  4192.         $this->services['Shopware\\Core\\Content\\LandingPage\\SalesChannel\\SalesChannelLandingPageDefinition'] = $instance = new \Shopware\Core\Content\LandingPage\SalesChannel\SalesChannelLandingPageDefinition();
  4193.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  4194.         return $instance;
  4195.     }
  4196.     /**
  4197.      * Gets the public 'Shopware\Core\Content\MailTemplate\Aggregate\MailHeaderFooterTranslation\MailHeaderFooterTranslationDefinition' shared service.
  4198.      *
  4199.      * @return \Shopware\Core\Content\MailTemplate\Aggregate\MailHeaderFooterTranslation\MailHeaderFooterTranslationDefinition
  4200.      */
  4201.     protected function getMailHeaderFooterTranslationDefinitionService()
  4202.     {
  4203.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  4204.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/MailTemplate/Aggregate/MailHeaderFooterTranslation/MailHeaderFooterTranslationDefinition.php';
  4205.         $this->services['Shopware\\Core\\Content\\MailTemplate\\Aggregate\\MailHeaderFooterTranslation\\MailHeaderFooterTranslationDefinition'] = $instance = new \Shopware\Core\Content\MailTemplate\Aggregate\MailHeaderFooterTranslation\MailHeaderFooterTranslationDefinition();
  4206.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  4207.         return $instance;
  4208.     }
  4209.     /**
  4210.      * Gets the public 'Shopware\Core\Content\MailTemplate\Aggregate\MailHeaderFooter\MailHeaderFooterDefinition' shared service.
  4211.      *
  4212.      * @return \Shopware\Core\Content\MailTemplate\Aggregate\MailHeaderFooter\MailHeaderFooterDefinition
  4213.      */
  4214.     protected function getMailHeaderFooterDefinitionService()
  4215.     {
  4216.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/MailTemplate/Aggregate/MailHeaderFooter/MailHeaderFooterDefinition.php';
  4217.         $this->services['Shopware\\Core\\Content\\MailTemplate\\Aggregate\\MailHeaderFooter\\MailHeaderFooterDefinition'] = $instance = new \Shopware\Core\Content\MailTemplate\Aggregate\MailHeaderFooter\MailHeaderFooterDefinition();
  4218.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  4219.         return $instance;
  4220.     }
  4221.     /**
  4222.      * Gets the public 'Shopware\Core\Content\MailTemplate\Aggregate\MailTemplateMedia\MailTemplateMediaDefinition' shared service.
  4223.      *
  4224.      * @return \Shopware\Core\Content\MailTemplate\Aggregate\MailTemplateMedia\MailTemplateMediaDefinition
  4225.      */
  4226.     protected function getMailTemplateMediaDefinitionService()
  4227.     {
  4228.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/MailTemplate/Aggregate/MailTemplateMedia/MailTemplateMediaDefinition.php';
  4229.         $this->services['Shopware\\Core\\Content\\MailTemplate\\Aggregate\\MailTemplateMedia\\MailTemplateMediaDefinition'] = $instance = new \Shopware\Core\Content\MailTemplate\Aggregate\MailTemplateMedia\MailTemplateMediaDefinition();
  4230.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  4231.         return $instance;
  4232.     }
  4233.     /**
  4234.      * Gets the public 'Shopware\Core\Content\MailTemplate\Aggregate\MailTemplateTranslation\MailTemplateTranslationDefinition' shared service.
  4235.      *
  4236.      * @return \Shopware\Core\Content\MailTemplate\Aggregate\MailTemplateTranslation\MailTemplateTranslationDefinition
  4237.      */
  4238.     protected function getMailTemplateTranslationDefinitionService()
  4239.     {
  4240.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  4241.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/MailTemplate/Aggregate/MailTemplateTranslation/MailTemplateTranslationDefinition.php';
  4242.         $this->services['Shopware\\Core\\Content\\MailTemplate\\Aggregate\\MailTemplateTranslation\\MailTemplateTranslationDefinition'] = $instance = new \Shopware\Core\Content\MailTemplate\Aggregate\MailTemplateTranslation\MailTemplateTranslationDefinition();
  4243.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  4244.         return $instance;
  4245.     }
  4246.     /**
  4247.      * Gets the public 'Shopware\Core\Content\MailTemplate\Aggregate\MailTemplateTypeTranslation\MailTemplateTypeTranslationDefinition' shared service.
  4248.      *
  4249.      * @return \Shopware\Core\Content\MailTemplate\Aggregate\MailTemplateTypeTranslation\MailTemplateTypeTranslationDefinition
  4250.      */
  4251.     protected function getMailTemplateTypeTranslationDefinitionService()
  4252.     {
  4253.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  4254.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/MailTemplate/Aggregate/MailTemplateTypeTranslation/MailTemplateTypeTranslationDefinition.php';
  4255.         $this->services['Shopware\\Core\\Content\\MailTemplate\\Aggregate\\MailTemplateTypeTranslation\\MailTemplateTypeTranslationDefinition'] = $instance = new \Shopware\Core\Content\MailTemplate\Aggregate\MailTemplateTypeTranslation\MailTemplateTypeTranslationDefinition();
  4256.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  4257.         return $instance;
  4258.     }
  4259.     /**
  4260.      * Gets the public 'Shopware\Core\Content\MailTemplate\Aggregate\MailTemplateType\MailTemplateTypeDefinition' shared service.
  4261.      *
  4262.      * @return \Shopware\Core\Content\MailTemplate\Aggregate\MailTemplateType\MailTemplateTypeDefinition
  4263.      */
  4264.     protected function getMailTemplateTypeDefinitionService()
  4265.     {
  4266.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/MailTemplate/Aggregate/MailTemplateType/MailTemplateTypeDefinition.php';
  4267.         $this->services['Shopware\\Core\\Content\\MailTemplate\\Aggregate\\MailTemplateType\\MailTemplateTypeDefinition'] = $instance = new \Shopware\Core\Content\MailTemplate\Aggregate\MailTemplateType\MailTemplateTypeDefinition();
  4268.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  4269.         return $instance;
  4270.     }
  4271.     /**
  4272.      * Gets the public 'Shopware\Core\Content\MailTemplate\Api\MailActionController' shared service.
  4273.      *
  4274.      * @return \Shopware\Core\Content\MailTemplate\Api\MailActionController
  4275.      */
  4276.     protected function getMailActionControllerService()
  4277.     {
  4278.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/MailTemplate/Api/MailActionController.php';
  4279.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/MailTemplate/Service/AttachmentLoader.php';
  4280.         $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())));
  4281.         $instance->setContainer($this);
  4282.         return $instance;
  4283.     }
  4284.     /**
  4285.      * Gets the public 'Shopware\Core\Content\MailTemplate\MailTemplateDefinition' shared service.
  4286.      *
  4287.      * @return \Shopware\Core\Content\MailTemplate\MailTemplateDefinition
  4288.      */
  4289.     protected function getMailTemplateDefinitionService()
  4290.     {
  4291.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/MailTemplate/MailTemplateDefinition.php';
  4292.         $this->services['Shopware\\Core\\Content\\MailTemplate\\MailTemplateDefinition'] = $instance = new \Shopware\Core\Content\MailTemplate\MailTemplateDefinition();
  4293.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  4294.         return $instance;
  4295.     }
  4296.     /**
  4297.      * Gets the public 'Shopware\Core\Content\Mail\Service\MailFactory' shared service.
  4298.      *
  4299.      * @return \Shopware\Core\Content\Mail\Service\MailFactory
  4300.      */
  4301.     protected function getMailFactoryService()
  4302.     {
  4303.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Mail/Service/AbstractMailFactory.php';
  4304.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Mail/Service/MailFactory.php';
  4305.         $a = ($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService());
  4306.         if (isset($this->services['Shopware\\Core\\Content\\Mail\\Service\\MailFactory'])) {
  4307.             return $this->services['Shopware\\Core\\Content\\Mail\\Service\\MailFactory'];
  4308.         }
  4309.         return $this->services['Shopware\\Core\\Content\\Mail\\Service\\MailFactory'] = new \Shopware\Core\Content\Mail\Service\MailFactory($a);
  4310.     }
  4311.     /**
  4312.      * Gets the public 'Shopware\Core\Content\Mail\Service\MailSender' shared service.
  4313.      *
  4314.      * @return \Shopware\Core\Content\Mail\Service\MailSender
  4315.      */
  4316.     protected function getMailSenderService()
  4317.     {
  4318.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Mail/Service/AbstractMailSender.php';
  4319.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Mail/Service/MailSender.php';
  4320.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/MailerInterface.php';
  4321.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Mailer.php';
  4322.         $a = ($this->privates['mailer.transports'] ?? $this->getMailer_TransportsService());
  4323.         if (isset($this->services['Shopware\\Core\\Content\\Mail\\Service\\MailSender'])) {
  4324.             return $this->services['Shopware\\Core\\Content\\Mail\\Service\\MailSender'];
  4325.         }
  4326.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  4327.         if (isset($this->services['Shopware\\Core\\Content\\Mail\\Service\\MailSender'])) {
  4328.             return $this->services['Shopware\\Core\\Content\\Mail\\Service\\MailSender'];
  4329.         }
  4330.         $c = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  4331.         if (isset($this->services['Shopware\\Core\\Content\\Mail\\Service\\MailSender'])) {
  4332.             return $this->services['Shopware\\Core\\Content\\Mail\\Service\\MailSender'];
  4333.         }
  4334.         return $this->services['Shopware\\Core\\Content\\Mail\\Service\\MailSender'] = new \Shopware\Core\Content\Mail\Service\MailSender(new \Symfony\Component\Mailer\Mailer($aNULL$b), $c);
  4335.     }
  4336.     /**
  4337.      * Gets the public 'Shopware\Core\Content\Media\Aggregate\MediaDefaultFolder\MediaDefaultFolderDefinition' shared service.
  4338.      *
  4339.      * @return \Shopware\Core\Content\Media\Aggregate\MediaDefaultFolder\MediaDefaultFolderDefinition
  4340.      */
  4341.     protected function getMediaDefaultFolderDefinitionService()
  4342.     {
  4343.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Aggregate/MediaDefaultFolder/MediaDefaultFolderDefinition.php';
  4344.         $this->services['Shopware\\Core\\Content\\Media\\Aggregate\\MediaDefaultFolder\\MediaDefaultFolderDefinition'] = $instance = new \Shopware\Core\Content\Media\Aggregate\MediaDefaultFolder\MediaDefaultFolderDefinition();
  4345.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  4346.         return $instance;
  4347.     }
  4348.     /**
  4349.      * Gets the public 'Shopware\Core\Content\Media\Aggregate\MediaFolderConfigurationMediaThumbnailSize\MediaFolderConfigurationMediaThumbnailSizeDefinition' shared service.
  4350.      *
  4351.      * @return \Shopware\Core\Content\Media\Aggregate\MediaFolderConfigurationMediaThumbnailSize\MediaFolderConfigurationMediaThumbnailSizeDefinition
  4352.      */
  4353.     protected function getMediaFolderConfigurationMediaThumbnailSizeDefinitionService()
  4354.     {
  4355.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Aggregate/MediaFolderConfigurationMediaThumbnailSize/MediaFolderConfigurationMediaThumbnailSizeDefinition.php';
  4356.         $this->services['Shopware\\Core\\Content\\Media\\Aggregate\\MediaFolderConfigurationMediaThumbnailSize\\MediaFolderConfigurationMediaThumbnailSizeDefinition'] = $instance = new \Shopware\Core\Content\Media\Aggregate\MediaFolderConfigurationMediaThumbnailSize\MediaFolderConfigurationMediaThumbnailSizeDefinition();
  4357.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  4358.         return $instance;
  4359.     }
  4360.     /**
  4361.      * Gets the public 'Shopware\Core\Content\Media\Aggregate\MediaFolderConfiguration\MediaFolderConfigurationDefinition' shared service.
  4362.      *
  4363.      * @return \Shopware\Core\Content\Media\Aggregate\MediaFolderConfiguration\MediaFolderConfigurationDefinition
  4364.      */
  4365.     protected function getMediaFolderConfigurationDefinitionService()
  4366.     {
  4367.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Aggregate/MediaFolderConfiguration/MediaFolderConfigurationDefinition.php';
  4368.         $this->services['Shopware\\Core\\Content\\Media\\Aggregate\\MediaFolderConfiguration\\MediaFolderConfigurationDefinition'] = $instance = new \Shopware\Core\Content\Media\Aggregate\MediaFolderConfiguration\MediaFolderConfigurationDefinition();
  4369.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  4370.         return $instance;
  4371.     }
  4372.     /**
  4373.      * Gets the public 'Shopware\Core\Content\Media\Aggregate\MediaFolder\MediaFolderDefinition' shared service.
  4374.      *
  4375.      * @return \Shopware\Core\Content\Media\Aggregate\MediaFolder\MediaFolderDefinition
  4376.      */
  4377.     protected function getMediaFolderDefinitionService()
  4378.     {
  4379.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Aggregate/MediaFolder/MediaFolderDefinition.php';
  4380.         $this->services['Shopware\\Core\\Content\\Media\\Aggregate\\MediaFolder\\MediaFolderDefinition'] = $instance = new \Shopware\Core\Content\Media\Aggregate\MediaFolder\MediaFolderDefinition();
  4381.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  4382.         return $instance;
  4383.     }
  4384.     /**
  4385.      * Gets the public 'Shopware\Core\Content\Media\Aggregate\MediaTag\MediaTagDefinition' shared service.
  4386.      *
  4387.      * @return \Shopware\Core\Content\Media\Aggregate\MediaTag\MediaTagDefinition
  4388.      */
  4389.     protected function getMediaTagDefinitionService()
  4390.     {
  4391.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Aggregate/MediaTag/MediaTagDefinition.php';
  4392.         $this->services['Shopware\\Core\\Content\\Media\\Aggregate\\MediaTag\\MediaTagDefinition'] = $instance = new \Shopware\Core\Content\Media\Aggregate\MediaTag\MediaTagDefinition();
  4393.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  4394.         return $instance;
  4395.     }
  4396.     /**
  4397.      * Gets the public 'Shopware\Core\Content\Media\Aggregate\MediaThumbnailSize\MediaThumbnailSizeDefinition' shared service.
  4398.      *
  4399.      * @return \Shopware\Core\Content\Media\Aggregate\MediaThumbnailSize\MediaThumbnailSizeDefinition
  4400.      */
  4401.     protected function getMediaThumbnailSizeDefinitionService()
  4402.     {
  4403.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Aggregate/MediaThumbnailSize/MediaThumbnailSizeDefinition.php';
  4404.         $this->services['Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnailSize\\MediaThumbnailSizeDefinition'] = $instance = new \Shopware\Core\Content\Media\Aggregate\MediaThumbnailSize\MediaThumbnailSizeDefinition();
  4405.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  4406.         return $instance;
  4407.     }
  4408.     /**
  4409.      * Gets the public 'Shopware\Core\Content\Media\Aggregate\MediaThumbnail\MediaThumbnailDefinition' shared service.
  4410.      *
  4411.      * @return \Shopware\Core\Content\Media\Aggregate\MediaThumbnail\MediaThumbnailDefinition
  4412.      */
  4413.     protected function getMediaThumbnailDefinitionService()
  4414.     {
  4415.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Aggregate/MediaThumbnail/MediaThumbnailDefinition.php';
  4416.         $this->services['Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnail\\MediaThumbnailDefinition'] = $instance = new \Shopware\Core\Content\Media\Aggregate\MediaThumbnail\MediaThumbnailDefinition();
  4417.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  4418.         return $instance;
  4419.     }
  4420.     /**
  4421.      * Gets the public 'Shopware\Core\Content\Media\Aggregate\MediaTranslation\MediaTranslationDefinition' shared service.
  4422.      *
  4423.      * @return \Shopware\Core\Content\Media\Aggregate\MediaTranslation\MediaTranslationDefinition
  4424.      */
  4425.     protected function getMediaTranslationDefinitionService()
  4426.     {
  4427.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  4428.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Aggregate/MediaTranslation/MediaTranslationDefinition.php';
  4429.         $this->services['Shopware\\Core\\Content\\Media\\Aggregate\\MediaTranslation\\MediaTranslationDefinition'] = $instance = new \Shopware\Core\Content\Media\Aggregate\MediaTranslation\MediaTranslationDefinition();
  4430.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  4431.         return $instance;
  4432.     }
  4433.     /**
  4434.      * Gets the public 'Shopware\Core\Content\Media\Api\MediaFolderController' shared service.
  4435.      *
  4436.      * @return \Shopware\Core\Content\Media\Api\MediaFolderController
  4437.      */
  4438.     protected function getMediaFolderControllerService()
  4439.     {
  4440.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Api/MediaFolderController.php';
  4441.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/MediaFolderService.php';
  4442.         $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())));
  4443.         $instance->setContainer($this);
  4444.         return $instance;
  4445.     }
  4446.     /**
  4447.      * Gets the public 'Shopware\Core\Content\Media\Api\MediaUploadController' shared service.
  4448.      *
  4449.      * @return \Shopware\Core\Content\Media\Api\MediaUploadController
  4450.      */
  4451.     protected function getMediaUploadControllerService()
  4452.     {
  4453.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Api/MediaUploadController.php';
  4454.         $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()));
  4455.         $instance->setContainer($this);
  4456.         return $instance;
  4457.     }
  4458.     /**
  4459.      * Gets the public 'Shopware\Core\Content\Media\File\FileSaver' shared service.
  4460.      *
  4461.      * @return \Shopware\Core\Content\Media\File\FileSaver
  4462.      */
  4463.     protected function getFileSaverService()
  4464.     {
  4465.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/File/FileSaver.php';
  4466.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Metadata/MetadataLoader.php';
  4467.         $a = ($this->services['media.repository'] ?? $this->getMedia_RepositoryService());
  4468.         if (isset($this->services['Shopware\\Core\\Content\\Media\\File\\FileSaver'])) {
  4469.             return $this->services['Shopware\\Core\\Content\\Media\\File\\FileSaver'];
  4470.         }
  4471.         $b = ($this->privates['Shopware\\Core\\Content\\Media\\Thumbnail\\ThumbnailService'] ?? $this->getThumbnailServiceService());
  4472.         if (isset($this->services['Shopware\\Core\\Content\\Media\\File\\FileSaver'])) {
  4473.             return $this->services['Shopware\\Core\\Content\\Media\\File\\FileSaver'];
  4474.         }
  4475.         $c = ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService());
  4476.         if (isset($this->services['Shopware\\Core\\Content\\Media\\File\\FileSaver'])) {
  4477.             return $this->services['Shopware\\Core\\Content\\Media\\File\\FileSaver'];
  4478.         }
  4479.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  4480.         if (isset($this->services['Shopware\\Core\\Content\\Media\\File\\FileSaver'])) {
  4481.             return $this->services['Shopware\\Core\\Content\\Media\\File\\FileSaver'];
  4482.         }
  4483.         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 () {
  4484.             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()));
  4485.         }, 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']);
  4486.     }
  4487.     /**
  4488.      * Gets the public 'Shopware\Core\Content\Media\MediaDefinition' shared service.
  4489.      *
  4490.      * @return \Shopware\Core\Content\Media\MediaDefinition
  4491.      */
  4492.     protected function getMediaDefinitionService()
  4493.     {
  4494.         $this->services['Shopware\\Core\\Content\\Media\\MediaDefinition'] = $instance = new \Shopware\Core\Content\Media\MediaDefinition();
  4495.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  4496.         return $instance;
  4497.     }
  4498.     /**
  4499.      * Gets the public 'Shopware\Core\Content\Newsletter\Aggregate\NewsletterRecipientTag\NewsletterRecipientTagDefinition' shared service.
  4500.      *
  4501.      * @return \Shopware\Core\Content\Newsletter\Aggregate\NewsletterRecipientTag\NewsletterRecipientTagDefinition
  4502.      */
  4503.     protected function getNewsletterRecipientTagDefinitionService()
  4504.     {
  4505.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Newsletter/Aggregate/NewsletterRecipientTag/NewsletterRecipientTagDefinition.php';
  4506.         $this->services['Shopware\\Core\\Content\\Newsletter\\Aggregate\\NewsletterRecipientTag\\NewsletterRecipientTagDefinition'] = $instance = new \Shopware\Core\Content\Newsletter\Aggregate\NewsletterRecipientTag\NewsletterRecipientTagDefinition();
  4507.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  4508.         return $instance;
  4509.     }
  4510.     /**
  4511.      * Gets the public 'Shopware\Core\Content\Newsletter\Aggregate\NewsletterRecipient\NewsletterRecipientDefinition' shared service.
  4512.      *
  4513.      * @return \Shopware\Core\Content\Newsletter\Aggregate\NewsletterRecipient\NewsletterRecipientDefinition
  4514.      */
  4515.     protected function getNewsletterRecipientDefinitionService()
  4516.     {
  4517.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Newsletter/Aggregate/NewsletterRecipient/NewsletterRecipientDefinition.php';
  4518.         $this->services['Shopware\\Core\\Content\\Newsletter\\Aggregate\\NewsletterRecipient\\NewsletterRecipientDefinition'] = $instance = new \Shopware\Core\Content\Newsletter\Aggregate\NewsletterRecipient\NewsletterRecipientDefinition();
  4519.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  4520.         return $instance;
  4521.     }
  4522.     /**
  4523.      * Gets the public 'Shopware\Core\Content\Newsletter\SalesChannel\NewsletterConfirmRoute' shared service.
  4524.      *
  4525.      * @return \Shopware\Core\Content\Newsletter\SalesChannel\NewsletterConfirmRoute
  4526.      */
  4527.     protected function getNewsletterConfirmRouteService()
  4528.     {
  4529.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Newsletter/SalesChannel/AbstractNewsletterConfirmRoute.php';
  4530.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Newsletter/SalesChannel/NewsletterConfirmRoute.php';
  4531.         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()));
  4532.     }
  4533.     /**
  4534.      * Gets the public 'Shopware\Core\Content\Newsletter\SalesChannel\NewsletterSubscribeRoute' shared service.
  4535.      *
  4536.      * @return \Shopware\Core\Content\Newsletter\SalesChannel\NewsletterSubscribeRoute
  4537.      */
  4538.     protected function getNewsletterSubscribeRouteService()
  4539.     {
  4540.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Newsletter/SalesChannel/AbstractNewsletterSubscribeRoute.php';
  4541.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Newsletter/SalesChannel/NewsletterSubscribeRoute.php';
  4542.         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())));
  4543.     }
  4544.     /**
  4545.      * Gets the public 'Shopware\Core\Content\Newsletter\SalesChannel\NewsletterUnsubscribeRoute' shared service.
  4546.      *
  4547.      * @return \Shopware\Core\Content\Newsletter\SalesChannel\NewsletterUnsubscribeRoute
  4548.      */
  4549.     protected function getNewsletterUnsubscribeRouteService()
  4550.     {
  4551.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Newsletter/SalesChannel/AbstractNewsletterUnsubscribeRoute.php';
  4552.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Newsletter/SalesChannel/NewsletterUnsubscribeRoute.php';
  4553.         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()));
  4554.     }
  4555.     /**
  4556.      * Gets the public 'Shopware\Core\Content\Newsletter\SalesChannel\SalesChannelNewsletterRecipientDefinition' shared service.
  4557.      *
  4558.      * @return \Shopware\Core\Content\Newsletter\SalesChannel\SalesChannelNewsletterRecipientDefinition
  4559.      */
  4560.     protected function getSalesChannelNewsletterRecipientDefinitionService()
  4561.     {
  4562.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Newsletter/Aggregate/NewsletterRecipient/NewsletterRecipientDefinition.php';
  4563.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Newsletter/SalesChannel/SalesChannelNewsletterRecipientDefinition.php';
  4564.         $this->services['Shopware\\Core\\Content\\Newsletter\\SalesChannel\\SalesChannelNewsletterRecipientDefinition'] = $instance = new \Shopware\Core\Content\Newsletter\SalesChannel\SalesChannelNewsletterRecipientDefinition();
  4565.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  4566.         return $instance;
  4567.     }
  4568.     /**
  4569.      * Gets the public 'Shopware\Core\Content\ProductExport\Api\ProductExportController' shared service.
  4570.      *
  4571.      * @return \Shopware\Core\Content\ProductExport\Api\ProductExportController
  4572.      */
  4573.     protected function getProductExportControllerService()
  4574.     {
  4575.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ProductExport/Api/ProductExportController.php';
  4576.         $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()));
  4577.         $instance->setContainer($this);
  4578.         return $instance;
  4579.     }
  4580.     /**
  4581.      * Gets the public 'Shopware\Core\Content\ProductExport\ProductExportDefinition' shared service.
  4582.      *
  4583.      * @return \Shopware\Core\Content\ProductExport\ProductExportDefinition
  4584.      */
  4585.     protected function getProductExportDefinitionService()
  4586.     {
  4587.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ProductExport/ProductExportDefinition.php';
  4588.         $this->services['Shopware\\Core\\Content\\ProductExport\\ProductExportDefinition'] = $instance = new \Shopware\Core\Content\ProductExport\ProductExportDefinition();
  4589.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  4590.         return $instance;
  4591.     }
  4592.     /**
  4593.      * Gets the public 'Shopware\Core\Content\ProductExport\ProductExportHydrator' shared service.
  4594.      *
  4595.      * @return \Shopware\Core\Content\ProductExport\ProductExportHydrator
  4596.      */
  4597.     protected function getProductExportHydratorService()
  4598.     {
  4599.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ProductExport/ProductExportHydrator.php';
  4600.         return $this->services['Shopware\\Core\\Content\\ProductExport\\ProductExportHydrator'] = new \Shopware\Core\Content\ProductExport\ProductExportHydrator($this);
  4601.     }
  4602.     /**
  4603.      * Gets the public 'Shopware\Core\Content\ProductExport\SalesChannel\ExportController' shared service.
  4604.      *
  4605.      * @return \Shopware\Core\Content\ProductExport\SalesChannel\ExportController
  4606.      */
  4607.     protected function getExportControllerService()
  4608.     {
  4609.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ProductExport/SalesChannel/ExportController.php';
  4610.         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()));
  4611.     }
  4612.     /**
  4613.      * Gets the public 'Shopware\Core\Content\ProductExport\Service\ProductExportGenerator' shared service.
  4614.      *
  4615.      * @return \Shopware\Core\Content\ProductExport\Service\ProductExportGenerator
  4616.      */
  4617.     protected function getProductExportGeneratorService()
  4618.     {
  4619.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ProductExport/Service/ProductExportGeneratorInterface.php';
  4620.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ProductExport/Service/ProductExportGenerator.php';
  4621.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ProductExport/Service/ProductExportValidatorInterface.php';
  4622.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ProductExport/Service/ProductExportValidator.php';
  4623.         $a = ($this->services['Shopware\\Core\\Content\\ProductStream\\Service\\ProductStreamBuilder'] ?? $this->getProductStreamBuilderService());
  4624.         if (isset($this->services['Shopware\\Core\\Content\\ProductExport\\Service\\ProductExportGenerator'])) {
  4625.             return $this->services['Shopware\\Core\\Content\\ProductExport\\Service\\ProductExportGenerator'];
  4626.         }
  4627.         $b = ($this->services['sales_channel.product.repository'] ?? $this->getSalesChannel_Product_RepositoryService());
  4628.         if (isset($this->services['Shopware\\Core\\Content\\ProductExport\\Service\\ProductExportGenerator'])) {
  4629.             return $this->services['Shopware\\Core\\Content\\ProductExport\\Service\\ProductExportGenerator'];
  4630.         }
  4631.         $c = ($this->privates['Shopware\\Core\\Content\\ProductExport\\Service\\ProductExportRenderer'] ?? $this->getProductExportRendererService());
  4632.         if (isset($this->services['Shopware\\Core\\Content\\ProductExport\\Service\\ProductExportGenerator'])) {
  4633.             return $this->services['Shopware\\Core\\Content\\ProductExport\\Service\\ProductExportGenerator'];
  4634.         }
  4635.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  4636.         if (isset($this->services['Shopware\\Core\\Content\\ProductExport\\Service\\ProductExportGenerator'])) {
  4637.             return $this->services['Shopware\\Core\\Content\\ProductExport\\Service\\ProductExportGenerator'];
  4638.         }
  4639.         $e = ($this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextService'] ?? $this->getSalesChannelContextServiceService());
  4640.         if (isset($this->services['Shopware\\Core\\Content\\ProductExport\\Service\\ProductExportGenerator'])) {
  4641.             return $this->services['Shopware\\Core\\Content\\ProductExport\\Service\\ProductExportGenerator'];
  4642.         }
  4643.         $f = ($this->privates['Shopware\\Core\\Framework\\Adapter\\Translation\\Translator'] ?? $this->getTranslator2Service());
  4644.         if (isset($this->services['Shopware\\Core\\Content\\ProductExport\\Service\\ProductExportGenerator'])) {
  4645.             return $this->services['Shopware\\Core\\Content\\ProductExport\\Service\\ProductExportGenerator'];
  4646.         }
  4647.         $g = ($this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextPersister'] ?? $this->getSalesChannelContextPersisterService());
  4648.         if (isset($this->services['Shopware\\Core\\Content\\ProductExport\\Service\\ProductExportGenerator'])) {
  4649.             return $this->services['Shopware\\Core\\Content\\ProductExport\\Service\\ProductExportGenerator'];
  4650.         }
  4651.         $h = ($this->privates['Shopware\\Core\\Framework\\Adapter\\Twig\\TwigVariableParser'] ?? $this->getTwigVariableParserService());
  4652.         if (isset($this->services['Shopware\\Core\\Content\\ProductExport\\Service\\ProductExportGenerator'])) {
  4653.             return $this->services['Shopware\\Core\\Content\\ProductExport\\Service\\ProductExportGenerator'];
  4654.         }
  4655.         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 () {
  4656.             yield => ($this->privates['Shopware\\Core\\Content\\ProductExport\\Validator\\XmlValidator'] ?? ($this->privates['Shopware\\Core\\Content\\ProductExport\\Validator\\XmlValidator'] = new \Shopware\Core\Content\ProductExport\Validator\XmlValidator()));
  4657.         }, 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()));
  4658.     }
  4659.     /**
  4660.      * Gets the public 'Shopware\Core\Content\ProductExport\Service\ProductExporter' shared service.
  4661.      *
  4662.      * @return \Shopware\Core\Content\ProductExport\Service\ProductExporter
  4663.      */
  4664.     protected function getProductExporterService()
  4665.     {
  4666.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ProductExport/Service/ProductExporterInterface.php';
  4667.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ProductExport/Service/ProductExporter.php';
  4668.         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()));
  4669.     }
  4670.     /**
  4671.      * Gets the public 'Shopware\Core\Content\ProductStream\Aggregate\ProductStreamFilter\ProductStreamFilterDefinition' shared service.
  4672.      *
  4673.      * @return \Shopware\Core\Content\ProductStream\Aggregate\ProductStreamFilter\ProductStreamFilterDefinition
  4674.      */
  4675.     protected function getProductStreamFilterDefinitionService()
  4676.     {
  4677.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ProductStream/Aggregate/ProductStreamFilter/ProductStreamFilterDefinition.php';
  4678.         $this->services['Shopware\\Core\\Content\\ProductStream\\Aggregate\\ProductStreamFilter\\ProductStreamFilterDefinition'] = $instance = new \Shopware\Core\Content\ProductStream\Aggregate\ProductStreamFilter\ProductStreamFilterDefinition();
  4679.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  4680.         return $instance;
  4681.     }
  4682.     /**
  4683.      * Gets the public 'Shopware\Core\Content\ProductStream\Aggregate\ProductStreamFilter\ProductStreamFilterHydrator' shared service.
  4684.      *
  4685.      * @return \Shopware\Core\Content\ProductStream\Aggregate\ProductStreamFilter\ProductStreamFilterHydrator
  4686.      */
  4687.     protected function getProductStreamFilterHydratorService()
  4688.     {
  4689.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ProductStream/Aggregate/ProductStreamFilter/ProductStreamFilterHydrator.php';
  4690.         return $this->services['Shopware\\Core\\Content\\ProductStream\\Aggregate\\ProductStreamFilter\\ProductStreamFilterHydrator'] = new \Shopware\Core\Content\ProductStream\Aggregate\ProductStreamFilter\ProductStreamFilterHydrator($this);
  4691.     }
  4692.     /**
  4693.      * Gets the public 'Shopware\Core\Content\ProductStream\Aggregate\ProductStreamTranslation\ProductStreamTranslationDefinition' shared service.
  4694.      *
  4695.      * @return \Shopware\Core\Content\ProductStream\Aggregate\ProductStreamTranslation\ProductStreamTranslationDefinition
  4696.      */
  4697.     protected function getProductStreamTranslationDefinitionService()
  4698.     {
  4699.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  4700.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ProductStream/Aggregate/ProductStreamTranslation/ProductStreamTranslationDefinition.php';
  4701.         $this->services['Shopware\\Core\\Content\\ProductStream\\Aggregate\\ProductStreamTranslation\\ProductStreamTranslationDefinition'] = $instance = new \Shopware\Core\Content\ProductStream\Aggregate\ProductStreamTranslation\ProductStreamTranslationDefinition();
  4702.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  4703.         return $instance;
  4704.     }
  4705.     /**
  4706.      * Gets the public 'Shopware\Core\Content\ProductStream\ProductStreamDefinition' shared service.
  4707.      *
  4708.      * @return \Shopware\Core\Content\ProductStream\ProductStreamDefinition
  4709.      */
  4710.     protected function getProductStreamDefinitionService()
  4711.     {
  4712.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ProductStream/ProductStreamDefinition.php';
  4713.         $this->services['Shopware\\Core\\Content\\ProductStream\\ProductStreamDefinition'] = $instance = new \Shopware\Core\Content\ProductStream\ProductStreamDefinition();
  4714.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  4715.         return $instance;
  4716.     }
  4717.     /**
  4718.      * Gets the public 'Shopware\Core\Content\ProductStream\ProductStreamHydrator' shared service.
  4719.      *
  4720.      * @return \Shopware\Core\Content\ProductStream\ProductStreamHydrator
  4721.      */
  4722.     protected function getProductStreamHydratorService()
  4723.     {
  4724.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ProductStream/ProductStreamHydrator.php';
  4725.         return $this->services['Shopware\\Core\\Content\\ProductStream\\ProductStreamHydrator'] = new \Shopware\Core\Content\ProductStream\ProductStreamHydrator($this);
  4726.     }
  4727.     /**
  4728.      * Gets the public 'Shopware\Core\Content\ProductStream\Service\ProductStreamBuilder' shared service.
  4729.      *
  4730.      * @return \Shopware\Core\Content\ProductStream\Service\ProductStreamBuilder
  4731.      */
  4732.     protected function getProductStreamBuilderService()
  4733.     {
  4734.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ProductStream/Service/ProductStreamBuilderInterface.php';
  4735.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ProductStream/Service/ProductStreamBuilder.php';
  4736.         $a = ($this->services['product_stream.repository'] ?? $this->getProductStream_RepositoryService());
  4737.         if (isset($this->services['Shopware\\Core\\Content\\ProductStream\\Service\\ProductStreamBuilder'])) {
  4738.             return $this->services['Shopware\\Core\\Content\\ProductStream\\Service\\ProductStreamBuilder'];
  4739.         }
  4740.         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()));
  4741.     }
  4742.     /**
  4743.      * Gets the public 'Shopware\Core\Content\Product\Aggregate\ProductCategoryTree\ProductCategoryTreeDefinition' shared service.
  4744.      *
  4745.      * @return \Shopware\Core\Content\Product\Aggregate\ProductCategoryTree\ProductCategoryTreeDefinition
  4746.      */
  4747.     protected function getProductCategoryTreeDefinitionService()
  4748.     {
  4749.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductCategoryTree/ProductCategoryTreeDefinition.php';
  4750.         $this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductCategoryTree\\ProductCategoryTreeDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductCategoryTree\ProductCategoryTreeDefinition();
  4751.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  4752.         return $instance;
  4753.     }
  4754.     /**
  4755.      * Gets the public 'Shopware\Core\Content\Product\Aggregate\ProductCategory\ProductCategoryDefinition' shared service.
  4756.      *
  4757.      * @return \Shopware\Core\Content\Product\Aggregate\ProductCategory\ProductCategoryDefinition
  4758.      */
  4759.     protected function getProductCategoryDefinitionService()
  4760.     {
  4761.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductCategory/ProductCategoryDefinition.php';
  4762.         $this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductCategory\\ProductCategoryDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductCategory\ProductCategoryDefinition();
  4763.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  4764.         return $instance;
  4765.     }
  4766.     /**
  4767.      * Gets the public 'Shopware\Core\Content\Product\Aggregate\ProductConfiguratorSetting\ProductConfiguratorSettingDefinition' shared service.
  4768.      *
  4769.      * @return \Shopware\Core\Content\Product\Aggregate\ProductConfiguratorSetting\ProductConfiguratorSettingDefinition
  4770.      */
  4771.     protected function getProductConfiguratorSettingDefinitionService()
  4772.     {
  4773.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductConfiguratorSetting/ProductConfiguratorSettingDefinition.php';
  4774.         $this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductConfiguratorSetting\\ProductConfiguratorSettingDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductConfiguratorSetting\ProductConfiguratorSettingDefinition();
  4775.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  4776.         return $instance;
  4777.     }
  4778.     /**
  4779.      * Gets the public 'Shopware\Core\Content\Product\Aggregate\ProductConfiguratorSetting\ProductConfiguratorSettingHydrator' shared service.
  4780.      *
  4781.      * @return \Shopware\Core\Content\Product\Aggregate\ProductConfiguratorSetting\ProductConfiguratorSettingHydrator
  4782.      */
  4783.     protected function getProductConfiguratorSettingHydratorService()
  4784.     {
  4785.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductConfiguratorSetting/ProductConfiguratorSettingHydrator.php';
  4786.         return $this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductConfiguratorSetting\\ProductConfiguratorSettingHydrator'] = new \Shopware\Core\Content\Product\Aggregate\ProductConfiguratorSetting\ProductConfiguratorSettingHydrator($this);
  4787.     }
  4788.     /**
  4789.      * Gets the public 'Shopware\Core\Content\Product\Aggregate\ProductCrossSellingAssignedProducts\ProductCrossSellingAssignedProductsDefinition' shared service.
  4790.      *
  4791.      * @return \Shopware\Core\Content\Product\Aggregate\ProductCrossSellingAssignedProducts\ProductCrossSellingAssignedProductsDefinition
  4792.      */
  4793.     protected function getProductCrossSellingAssignedProductsDefinitionService()
  4794.     {
  4795.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductCrossSellingAssignedProducts/ProductCrossSellingAssignedProductsDefinition.php';
  4796.         $this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductCrossSellingAssignedProducts\\ProductCrossSellingAssignedProductsDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductCrossSellingAssignedProducts\ProductCrossSellingAssignedProductsDefinition();
  4797.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  4798.         return $instance;
  4799.     }
  4800.     /**
  4801.      * Gets the public 'Shopware\Core\Content\Product\Aggregate\ProductCrossSellingAssignedProducts\ProductCrossSellingAssignedProductsHydrator' shared service.
  4802.      *
  4803.      * @return \Shopware\Core\Content\Product\Aggregate\ProductCrossSellingAssignedProducts\ProductCrossSellingAssignedProductsHydrator
  4804.      */
  4805.     protected function getProductCrossSellingAssignedProductsHydratorService()
  4806.     {
  4807.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductCrossSellingAssignedProducts/ProductCrossSellingAssignedProductsHydrator.php';
  4808.         return $this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductCrossSellingAssignedProducts\\ProductCrossSellingAssignedProductsHydrator'] = new \Shopware\Core\Content\Product\Aggregate\ProductCrossSellingAssignedProducts\ProductCrossSellingAssignedProductsHydrator($this);
  4809.     }
  4810.     /**
  4811.      * Gets the public 'Shopware\Core\Content\Product\Aggregate\ProductCrossSellingTranslation\ProductCrossSellingTranslationDefinition' shared service.
  4812.      *
  4813.      * @return \Shopware\Core\Content\Product\Aggregate\ProductCrossSellingTranslation\ProductCrossSellingTranslationDefinition
  4814.      */
  4815.     protected function getProductCrossSellingTranslationDefinitionService()
  4816.     {
  4817.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  4818.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductCrossSellingTranslation/ProductCrossSellingTranslationDefinition.php';
  4819.         $this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductCrossSellingTranslation\\ProductCrossSellingTranslationDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductCrossSellingTranslation\ProductCrossSellingTranslationDefinition();
  4820.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  4821.         return $instance;
  4822.     }
  4823.     /**
  4824.      * Gets the public 'Shopware\Core\Content\Product\Aggregate\ProductCrossSelling\ProductCrossSellingDefinition' shared service.
  4825.      *
  4826.      * @return \Shopware\Core\Content\Product\Aggregate\ProductCrossSelling\ProductCrossSellingDefinition
  4827.      */
  4828.     protected function getProductCrossSellingDefinitionService()
  4829.     {
  4830.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductCrossSelling/ProductCrossSellingDefinition.php';
  4831.         $this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductCrossSelling\\ProductCrossSellingDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductCrossSelling\ProductCrossSellingDefinition();
  4832.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  4833.         return $instance;
  4834.     }
  4835.     /**
  4836.      * Gets the public 'Shopware\Core\Content\Product\Aggregate\ProductCrossSelling\ProductCrossSellingHydrator' shared service.
  4837.      *
  4838.      * @return \Shopware\Core\Content\Product\Aggregate\ProductCrossSelling\ProductCrossSellingHydrator
  4839.      */
  4840.     protected function getProductCrossSellingHydratorService()
  4841.     {
  4842.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductCrossSelling/ProductCrossSellingHydrator.php';
  4843.         return $this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductCrossSelling\\ProductCrossSellingHydrator'] = new \Shopware\Core\Content\Product\Aggregate\ProductCrossSelling\ProductCrossSellingHydrator($this);
  4844.     }
  4845.     /**
  4846.      * Gets the public 'Shopware\Core\Content\Product\Aggregate\ProductCustomFieldSet\ProductCustomFieldSetDefinition' shared service.
  4847.      *
  4848.      * @return \Shopware\Core\Content\Product\Aggregate\ProductCustomFieldSet\ProductCustomFieldSetDefinition
  4849.      */
  4850.     protected function getProductCustomFieldSetDefinitionService()
  4851.     {
  4852.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductCustomFieldSet/ProductCustomFieldSetDefinition.php';
  4853.         $this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductCustomFieldSet\\ProductCustomFieldSetDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductCustomFieldSet\ProductCustomFieldSetDefinition();
  4854.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  4855.         return $instance;
  4856.     }
  4857.     /**
  4858.      * Gets the public 'Shopware\Core\Content\Product\Aggregate\ProductDownload\ProductDownloadDefinition' shared service.
  4859.      *
  4860.      * @return \Shopware\Core\Content\Product\Aggregate\ProductDownload\ProductDownloadDefinition
  4861.      */
  4862.     protected function getProductDownloadDefinitionService()
  4863.     {
  4864.         $this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductDownload\\ProductDownloadDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductDownload\ProductDownloadDefinition();
  4865.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  4866.         return $instance;
  4867.     }
  4868.     /**
  4869.      * Gets the public 'Shopware\Core\Content\Product\Aggregate\ProductFeatureSetTranslation\ProductFeatureSetTranslationDefinition' shared service.
  4870.      *
  4871.      * @return \Shopware\Core\Content\Product\Aggregate\ProductFeatureSetTranslation\ProductFeatureSetTranslationDefinition
  4872.      */
  4873.     protected function getProductFeatureSetTranslationDefinitionService()
  4874.     {
  4875.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  4876.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductFeatureSetTranslation/ProductFeatureSetTranslationDefinition.php';
  4877.         $this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductFeatureSetTranslation\\ProductFeatureSetTranslationDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductFeatureSetTranslation\ProductFeatureSetTranslationDefinition();
  4878.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  4879.         return $instance;
  4880.     }
  4881.     /**
  4882.      * Gets the public 'Shopware\Core\Content\Product\Aggregate\ProductFeatureSet\ProductFeatureSetDefinition' shared service.
  4883.      *
  4884.      * @return \Shopware\Core\Content\Product\Aggregate\ProductFeatureSet\ProductFeatureSetDefinition
  4885.      */
  4886.     protected function getProductFeatureSetDefinitionService()
  4887.     {
  4888.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductFeatureSet/ProductFeatureSetDefinition.php';
  4889.         $this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductFeatureSet\\ProductFeatureSetDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductFeatureSet\ProductFeatureSetDefinition();
  4890.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  4891.         return $instance;
  4892.     }
  4893.     /**
  4894.      * Gets the public 'Shopware\Core\Content\Product\Aggregate\ProductFeatureSet\ProductFeatureSetHydrator' shared service.
  4895.      *
  4896.      * @return \Shopware\Core\Content\Product\Aggregate\ProductFeatureSet\ProductFeatureSetHydrator
  4897.      */
  4898.     protected function getProductFeatureSetHydratorService()
  4899.     {
  4900.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductFeatureSet/ProductFeatureSetHydrator.php';
  4901.         return $this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductFeatureSet\\ProductFeatureSetHydrator'] = new \Shopware\Core\Content\Product\Aggregate\ProductFeatureSet\ProductFeatureSetHydrator($this);
  4902.     }
  4903.     /**
  4904.      * Gets the public 'Shopware\Core\Content\Product\Aggregate\ProductKeywordDictionary\ProductKeywordDictionaryDefinition' shared service.
  4905.      *
  4906.      * @return \Shopware\Core\Content\Product\Aggregate\ProductKeywordDictionary\ProductKeywordDictionaryDefinition
  4907.      */
  4908.     protected function getProductKeywordDictionaryDefinitionService()
  4909.     {
  4910.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductKeywordDictionary/ProductKeywordDictionaryDefinition.php';
  4911.         $this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductKeywordDictionary\\ProductKeywordDictionaryDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductKeywordDictionary\ProductKeywordDictionaryDefinition();
  4912.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  4913.         return $instance;
  4914.     }
  4915.     /**
  4916.      * Gets the public 'Shopware\Core\Content\Product\Aggregate\ProductKeywordDictionary\ProductKeywordDictionaryHydrator' shared service.
  4917.      *
  4918.      * @return \Shopware\Core\Content\Product\Aggregate\ProductKeywordDictionary\ProductKeywordDictionaryHydrator
  4919.      */
  4920.     protected function getProductKeywordDictionaryHydratorService()
  4921.     {
  4922.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductKeywordDictionary/ProductKeywordDictionaryHydrator.php';
  4923.         return $this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductKeywordDictionary\\ProductKeywordDictionaryHydrator'] = new \Shopware\Core\Content\Product\Aggregate\ProductKeywordDictionary\ProductKeywordDictionaryHydrator($this);
  4924.     }
  4925.     /**
  4926.      * Gets the public 'Shopware\Core\Content\Product\Aggregate\ProductManufacturerTranslation\ProductManufacturerTranslationDefinition' shared service.
  4927.      *
  4928.      * @return \Shopware\Core\Content\Product\Aggregate\ProductManufacturerTranslation\ProductManufacturerTranslationDefinition
  4929.      */
  4930.     protected function getProductManufacturerTranslationDefinitionService()
  4931.     {
  4932.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  4933.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductManufacturerTranslation/ProductManufacturerTranslationDefinition.php';
  4934.         $this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductManufacturerTranslation\\ProductManufacturerTranslationDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductManufacturerTranslation\ProductManufacturerTranslationDefinition();
  4935.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  4936.         return $instance;
  4937.     }
  4938.     /**
  4939.      * Gets the public 'Shopware\Core\Content\Product\Aggregate\ProductManufacturer\ProductManufacturerDefinition' shared service.
  4940.      *
  4941.      * @return \Shopware\Core\Content\Product\Aggregate\ProductManufacturer\ProductManufacturerDefinition
  4942.      */
  4943.     protected function getProductManufacturerDefinitionService()
  4944.     {
  4945.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductManufacturer/ProductManufacturerDefinition.php';
  4946.         $this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductManufacturer\\ProductManufacturerDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductManufacturer\ProductManufacturerDefinition();
  4947.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  4948.         return $instance;
  4949.     }
  4950.     /**
  4951.      * Gets the public 'Shopware\Core\Content\Product\Aggregate\ProductManufacturer\ProductManufacturerHydrator' shared service.
  4952.      *
  4953.      * @return \Shopware\Core\Content\Product\Aggregate\ProductManufacturer\ProductManufacturerHydrator
  4954.      */
  4955.     protected function getProductManufacturerHydratorService()
  4956.     {
  4957.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductManufacturer/ProductManufacturerHydrator.php';
  4958.         return $this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductManufacturer\\ProductManufacturerHydrator'] = new \Shopware\Core\Content\Product\Aggregate\ProductManufacturer\ProductManufacturerHydrator($this);
  4959.     }
  4960.     /**
  4961.      * Gets the public 'Shopware\Core\Content\Product\Aggregate\ProductMedia\ProductMediaDefinition' shared service.
  4962.      *
  4963.      * @return \Shopware\Core\Content\Product\Aggregate\ProductMedia\ProductMediaDefinition
  4964.      */
  4965.     protected function getProductMediaDefinitionService()
  4966.     {
  4967.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductMedia/ProductMediaDefinition.php';
  4968.         $this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductMedia\\ProductMediaDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductMedia\ProductMediaDefinition();
  4969.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  4970.         return $instance;
  4971.     }
  4972.     /**
  4973.      * Gets the public 'Shopware\Core\Content\Product\Aggregate\ProductMedia\ProductMediaHydrator' shared service.
  4974.      *
  4975.      * @return \Shopware\Core\Content\Product\Aggregate\ProductMedia\ProductMediaHydrator
  4976.      */
  4977.     protected function getProductMediaHydratorService()
  4978.     {
  4979.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductMedia/ProductMediaHydrator.php';
  4980.         return $this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductMedia\\ProductMediaHydrator'] = new \Shopware\Core\Content\Product\Aggregate\ProductMedia\ProductMediaHydrator($this);
  4981.     }
  4982.     /**
  4983.      * Gets the public 'Shopware\Core\Content\Product\Aggregate\ProductOption\ProductOptionDefinition' shared service.
  4984.      *
  4985.      * @return \Shopware\Core\Content\Product\Aggregate\ProductOption\ProductOptionDefinition
  4986.      */
  4987.     protected function getProductOptionDefinitionService()
  4988.     {
  4989.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductOption/ProductOptionDefinition.php';
  4990.         $this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductOption\\ProductOptionDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductOption\ProductOptionDefinition();
  4991.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  4992.         return $instance;
  4993.     }
  4994.     /**
  4995.      * Gets the public 'Shopware\Core\Content\Product\Aggregate\ProductPrice\ProductPriceDefinition' shared service.
  4996.      *
  4997.      * @return \Shopware\Core\Content\Product\Aggregate\ProductPrice\ProductPriceDefinition
  4998.      */
  4999.     protected function getProductPriceDefinitionService()
  5000.     {
  5001.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductPrice/ProductPriceDefinition.php';
  5002.         $this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductPrice\\ProductPriceDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductPrice\ProductPriceDefinition();
  5003.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  5004.         return $instance;
  5005.     }
  5006.     /**
  5007.      * Gets the public 'Shopware\Core\Content\Product\Aggregate\ProductPrice\ProductPriceHydrator' shared service.
  5008.      *
  5009.      * @return \Shopware\Core\Content\Product\Aggregate\ProductPrice\ProductPriceHydrator
  5010.      */
  5011.     protected function getProductPriceHydratorService()
  5012.     {
  5013.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductPrice/ProductPriceHydrator.php';
  5014.         return $this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductPrice\\ProductPriceHydrator'] = new \Shopware\Core\Content\Product\Aggregate\ProductPrice\ProductPriceHydrator($this);
  5015.     }
  5016.     /**
  5017.      * Gets the public 'Shopware\Core\Content\Product\Aggregate\ProductProperty\ProductPropertyDefinition' shared service.
  5018.      *
  5019.      * @return \Shopware\Core\Content\Product\Aggregate\ProductProperty\ProductPropertyDefinition
  5020.      */
  5021.     protected function getProductPropertyDefinitionService()
  5022.     {
  5023.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductProperty/ProductPropertyDefinition.php';
  5024.         $this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductProperty\\ProductPropertyDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductProperty\ProductPropertyDefinition();
  5025.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  5026.         return $instance;
  5027.     }
  5028.     /**
  5029.      * Gets the public 'Shopware\Core\Content\Product\Aggregate\ProductReview\ProductReviewDefinition' shared service.
  5030.      *
  5031.      * @return \Shopware\Core\Content\Product\Aggregate\ProductReview\ProductReviewDefinition
  5032.      */
  5033.     protected function getProductReviewDefinitionService()
  5034.     {
  5035.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductReview/ProductReviewDefinition.php';
  5036.         $this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductReview\\ProductReviewDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductReview\ProductReviewDefinition();
  5037.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  5038.         return $instance;
  5039.     }
  5040.     /**
  5041.      * Gets the public 'Shopware\Core\Content\Product\Aggregate\ProductReview\ProductReviewHydrator' shared service.
  5042.      *
  5043.      * @return \Shopware\Core\Content\Product\Aggregate\ProductReview\ProductReviewHydrator
  5044.      */
  5045.     protected function getProductReviewHydratorService()
  5046.     {
  5047.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductReview/ProductReviewHydrator.php';
  5048.         return $this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductReview\\ProductReviewHydrator'] = new \Shopware\Core\Content\Product\Aggregate\ProductReview\ProductReviewHydrator($this);
  5049.     }
  5050.     /**
  5051.      * Gets the public 'Shopware\Core\Content\Product\Aggregate\ProductSearchConfigField\ProductSearchConfigFieldDefinition' shared service.
  5052.      *
  5053.      * @return \Shopware\Core\Content\Product\Aggregate\ProductSearchConfigField\ProductSearchConfigFieldDefinition
  5054.      */
  5055.     protected function getProductSearchConfigFieldDefinitionService()
  5056.     {
  5057.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductSearchConfigField/ProductSearchConfigFieldDefinition.php';
  5058.         $this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductSearchConfigField\\ProductSearchConfigFieldDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductSearchConfigField\ProductSearchConfigFieldDefinition();
  5059.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  5060.         return $instance;
  5061.     }
  5062.     /**
  5063.      * Gets the public 'Shopware\Core\Content\Product\Aggregate\ProductSearchConfigField\ProductSearchConfigFieldHydrator' shared service.
  5064.      *
  5065.      * @return \Shopware\Core\Content\Product\Aggregate\ProductSearchConfigField\ProductSearchConfigFieldHydrator
  5066.      */
  5067.     protected function getProductSearchConfigFieldHydratorService()
  5068.     {
  5069.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductSearchConfigField/ProductSearchConfigFieldHydrator.php';
  5070.         return $this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductSearchConfigField\\ProductSearchConfigFieldHydrator'] = new \Shopware\Core\Content\Product\Aggregate\ProductSearchConfigField\ProductSearchConfigFieldHydrator($this);
  5071.     }
  5072.     /**
  5073.      * Gets the public 'Shopware\Core\Content\Product\Aggregate\ProductSearchConfig\ProductSearchConfigDefinition' shared service.
  5074.      *
  5075.      * @return \Shopware\Core\Content\Product\Aggregate\ProductSearchConfig\ProductSearchConfigDefinition
  5076.      */
  5077.     protected function getProductSearchConfigDefinitionService()
  5078.     {
  5079.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductSearchConfig/ProductSearchConfigDefinition.php';
  5080.         $this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductSearchConfig\\ProductSearchConfigDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductSearchConfig\ProductSearchConfigDefinition();
  5081.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  5082.         return $instance;
  5083.     }
  5084.     /**
  5085.      * Gets the public 'Shopware\Core\Content\Product\Aggregate\ProductSearchConfig\ProductSearchConfigHydrator' shared service.
  5086.      *
  5087.      * @return \Shopware\Core\Content\Product\Aggregate\ProductSearchConfig\ProductSearchConfigHydrator
  5088.      */
  5089.     protected function getProductSearchConfigHydratorService()
  5090.     {
  5091.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductSearchConfig/ProductSearchConfigHydrator.php';
  5092.         return $this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductSearchConfig\\ProductSearchConfigHydrator'] = new \Shopware\Core\Content\Product\Aggregate\ProductSearchConfig\ProductSearchConfigHydrator($this);
  5093.     }
  5094.     /**
  5095.      * Gets the public 'Shopware\Core\Content\Product\Aggregate\ProductSearchKeyword\ProductSearchKeywordDefinition' shared service.
  5096.      *
  5097.      * @return \Shopware\Core\Content\Product\Aggregate\ProductSearchKeyword\ProductSearchKeywordDefinition
  5098.      */
  5099.     protected function getProductSearchKeywordDefinitionService()
  5100.     {
  5101.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductSearchKeyword/ProductSearchKeywordDefinition.php';
  5102.         $this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductSearchKeyword\\ProductSearchKeywordDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductSearchKeyword\ProductSearchKeywordDefinition();
  5103.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  5104.         return $instance;
  5105.     }
  5106.     /**
  5107.      * Gets the public 'Shopware\Core\Content\Product\Aggregate\ProductSearchKeyword\ProductSearchKeywordHydrator' shared service.
  5108.      *
  5109.      * @return \Shopware\Core\Content\Product\Aggregate\ProductSearchKeyword\ProductSearchKeywordHydrator
  5110.      */
  5111.     protected function getProductSearchKeywordHydratorService()
  5112.     {
  5113.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductSearchKeyword/ProductSearchKeywordHydrator.php';
  5114.         return $this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductSearchKeyword\\ProductSearchKeywordHydrator'] = new \Shopware\Core\Content\Product\Aggregate\ProductSearchKeyword\ProductSearchKeywordHydrator($this);
  5115.     }
  5116.     /**
  5117.      * Gets the public 'Shopware\Core\Content\Product\Aggregate\ProductStreamMapping\ProductStreamMappingDefinition' shared service.
  5118.      *
  5119.      * @return \Shopware\Core\Content\Product\Aggregate\ProductStreamMapping\ProductStreamMappingDefinition
  5120.      */
  5121.     protected function getProductStreamMappingDefinitionService()
  5122.     {
  5123.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductStreamMapping/ProductStreamMappingDefinition.php';
  5124.         $this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductStreamMapping\\ProductStreamMappingDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductStreamMapping\ProductStreamMappingDefinition();
  5125.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  5126.         return $instance;
  5127.     }
  5128.     /**
  5129.      * Gets the public 'Shopware\Core\Content\Product\Aggregate\ProductTag\ProductTagDefinition' shared service.
  5130.      *
  5131.      * @return \Shopware\Core\Content\Product\Aggregate\ProductTag\ProductTagDefinition
  5132.      */
  5133.     protected function getProductTagDefinitionService()
  5134.     {
  5135.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductTag/ProductTagDefinition.php';
  5136.         $this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductTag\\ProductTagDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductTag\ProductTagDefinition();
  5137.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  5138.         return $instance;
  5139.     }
  5140.     /**
  5141.      * Gets the public 'Shopware\Core\Content\Product\Aggregate\ProductTranslation\ProductTranslationDefinition' shared service.
  5142.      *
  5143.      * @return \Shopware\Core\Content\Product\Aggregate\ProductTranslation\ProductTranslationDefinition
  5144.      */
  5145.     protected function getProductTranslationDefinitionService()
  5146.     {
  5147.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  5148.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductTranslation/ProductTranslationDefinition.php';
  5149.         $this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductTranslation\\ProductTranslationDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductTranslation\ProductTranslationDefinition();
  5150.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  5151.         return $instance;
  5152.     }
  5153.     /**
  5154.      * Gets the public 'Shopware\Core\Content\Product\Aggregate\ProductVisibility\ProductVisibilityDefinition' shared service.
  5155.      *
  5156.      * @return \Shopware\Core\Content\Product\Aggregate\ProductVisibility\ProductVisibilityDefinition
  5157.      */
  5158.     protected function getProductVisibilityDefinitionService()
  5159.     {
  5160.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductVisibility/ProductVisibilityDefinition.php';
  5161.         $this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductVisibility\\ProductVisibilityDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductVisibility\ProductVisibilityDefinition();
  5162.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  5163.         return $instance;
  5164.     }
  5165.     /**
  5166.      * Gets the public 'Shopware\Core\Content\Product\Aggregate\ProductVisibility\ProductVisibilityHydrator' shared service.
  5167.      *
  5168.      * @return \Shopware\Core\Content\Product\Aggregate\ProductVisibility\ProductVisibilityHydrator
  5169.      */
  5170.     protected function getProductVisibilityHydratorService()
  5171.     {
  5172.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductVisibility/ProductVisibilityHydrator.php';
  5173.         return $this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductVisibility\\ProductVisibilityHydrator'] = new \Shopware\Core\Content\Product\Aggregate\ProductVisibility\ProductVisibilityHydrator($this);
  5174.     }
  5175.     /**
  5176.      * Gets the public 'Shopware\Core\Content\Product\Api\ProductActionController' shared service.
  5177.      *
  5178.      * @return \Shopware\Core\Content\Product\Api\ProductActionController
  5179.      */
  5180.     protected function getProductActionControllerService()
  5181.     {
  5182.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Api/ProductActionController.php';
  5183.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Util/VariantCombinationLoader.php';
  5184.         $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())));
  5185.         $instance->setContainer($this);
  5186.         return $instance;
  5187.     }
  5188.     /**
  5189.      * Gets the public 'Shopware\Core\Content\Product\DataAbstractionLayer\CheapestPrice\CheapestPriceAccessorBuilder' shared service.
  5190.      *
  5191.      * @return \Shopware\Core\Content\Product\DataAbstractionLayer\CheapestPrice\CheapestPriceAccessorBuilder
  5192.      */
  5193.     protected function getCheapestPriceAccessorBuilderService()
  5194.     {
  5195.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/FieldAccessorBuilder/FieldAccessorBuilderInterface.php';
  5196.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/DataAbstractionLayer/CheapestPrice/CheapestPriceAccessorBuilder.php';
  5197.         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()));
  5198.     }
  5199.     /**
  5200.      * Gets the public 'Shopware\Core\Content\Product\ProductDefinition' shared service.
  5201.      *
  5202.      * @return \Shopware\Core\Content\Product\ProductDefinition
  5203.      */
  5204.     protected function getProductDefinitionService()
  5205.     {
  5206.         $this->services['Shopware\\Core\\Content\\Product\\ProductDefinition'] = $instance = new \Shopware\Core\Content\Product\ProductDefinition();
  5207.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  5208.         return $instance;
  5209.     }
  5210.     /**
  5211.      * Gets the public 'Shopware\Core\Content\Product\ProductHydrator' shared service.
  5212.      *
  5213.      * @return \Shopware\Core\Content\Product\ProductHydrator
  5214.      */
  5215.     protected function getProductHydratorService()
  5216.     {
  5217.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/ProductHydrator.php';
  5218.         return $this->services['Shopware\\Core\\Content\\Product\\ProductHydrator'] = new \Shopware\Core\Content\Product\ProductHydrator($this);
  5219.     }
  5220.     /**
  5221.      * Gets the public 'Shopware\Core\Content\Product\SalesChannel\CrossSelling\CachedProductCrossSellingRoute' shared service.
  5222.      *
  5223.      * @return \Shopware\Core\Content\Product\SalesChannel\CrossSelling\CachedProductCrossSellingRoute
  5224.      */
  5225.     protected function getCachedProductCrossSellingRouteService()
  5226.     {
  5227.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/CrossSelling/AbstractProductCrossSellingRoute.php';
  5228.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/CrossSelling/CachedProductCrossSellingRoute.php';
  5229.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/CrossSelling/ProductCrossSellingRoute.php';
  5230.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/AbstractProductCloseoutFilterFactory.php';
  5231.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/ProductCloseoutFilterFactory.php';
  5232.         $a = ($this->services['product_cross_selling.repository'] ?? $this->getProductCrossSelling_RepositoryService());
  5233.         if (isset($this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\CrossSelling\\CachedProductCrossSellingRoute'])) {
  5234.             return $this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\CrossSelling\\CachedProductCrossSellingRoute'];
  5235.         }
  5236.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  5237.         if (isset($this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\CrossSelling\\CachedProductCrossSellingRoute'])) {
  5238.             return $this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\CrossSelling\\CachedProductCrossSellingRoute'];
  5239.         }
  5240.         $c = ($this->services['sales_channel.product.repository'] ?? $this->getSalesChannel_Product_RepositoryService());
  5241.         if (isset($this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\CrossSelling\\CachedProductCrossSellingRoute'])) {
  5242.             return $this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\CrossSelling\\CachedProductCrossSellingRoute'];
  5243.         }
  5244.         $d = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  5245.         if (isset($this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\CrossSelling\\CachedProductCrossSellingRoute'])) {
  5246.             return $this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\CrossSelling\\CachedProductCrossSellingRoute'];
  5247.         }
  5248.         $e = ($this->privates['Shopware\\Core\\Content\\Product\\SalesChannel\\Listing\\ProductListingLoader'] ?? $this->getProductListingLoaderService());
  5249.         if (isset($this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\CrossSelling\\CachedProductCrossSellingRoute'])) {
  5250.             return $this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\CrossSelling\\CachedProductCrossSellingRoute'];
  5251.         }
  5252.         $f = ($this->privates['Shopware\\Storefront\\Framework\\Cache\\CacheTracer'] ?? $this->getCacheTracerService());
  5253.         if (isset($this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\CrossSelling\\CachedProductCrossSellingRoute'])) {
  5254.             return $this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\CrossSelling\\CachedProductCrossSellingRoute'];
  5255.         }
  5256.         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, []);
  5257.     }
  5258.     /**
  5259.      * Gets the public 'Shopware\Core\Content\Product\SalesChannel\Detail\CachedProductDetailRoute' shared service.
  5260.      *
  5261.      * @return \Shopware\Core\Content\Product\SalesChannel\Detail\CachedProductDetailRoute
  5262.      */
  5263.     protected function getCachedProductDetailRouteService()
  5264.     {
  5265.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/Detail/AbstractProductDetailRoute.php';
  5266.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/Detail/CachedProductDetailRoute.php';
  5267.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/Detail/ProductDetailRoute.php';
  5268.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/AbstractProductCloseoutFilterFactory.php';
  5269.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/ProductCloseoutFilterFactory.php';
  5270.         return $this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\Detail\\CachedProductDetailRoute'] = new \Shopware\Core\Content\Product\SalesChannel\Detail\CachedProductDetailRoute(new \Shopware\Core\Content\Product\SalesChannel\Detail\ProductDetailRoute(($this->services['sales_channel.product.repository'] ?? $this->getSalesChannel_Product_RepositoryService()), ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService()), ($this->privates['Shopware\\Storefront\\Page\\Product\\Configurator\\ProductPageConfiguratorLoader'] ?? $this->getProductPageConfiguratorLoaderService()), ($this->privates['Shopware\\Core\\Content\\Category\\Service\\CategoryBreadcrumbBuilder'] ?? $this->getCategoryBreadcrumbBuilderService()), ($this->privates['Shopware\\Core\\Content\\Cms\\SalesChannel\\SalesChannelCmsPageLoader'] ?? $this->getSalesChannelCmsPageLoaderService()), ($this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\SalesChannelProductDefinition'] ?? $this->getSalesChannelProductDefinitionService()), ($this->privates['Shopware\\Core\\Content\\Product\\SalesChannel\\ProductCloseoutFilterFactory'] ?? ($this->privates['Shopware\\Core\\Content\\Product\\SalesChannel\\ProductCloseoutFilterFactory'] = new \Shopware\Core\Content\Product\SalesChannel\ProductCloseoutFilterFactory()))), ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheDecorator'] ?? $this->getCacheDecoratorService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Cache\\EntityCacheKeyGenerator'] ?? ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Cache\\EntityCacheKeyGenerator'] = new \Shopware\Core\Framework\DataAbstractionLayer\Cache\EntityCacheKeyGenerator())), ($this->privates['Shopware\\Storefront\\Framework\\Cache\\CacheTracer'] ?? $this->getCacheTracerService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), []);
  5271.     }
  5272.     /**
  5273.      * Gets the public 'Shopware\Core\Content\Product\SalesChannel\FindVariant\FindProductVariantRoute' shared service.
  5274.      *
  5275.      * @return \Shopware\Core\Content\Product\SalesChannel\FindVariant\FindProductVariantRoute
  5276.      */
  5277.     protected function getFindProductVariantRouteService()
  5278.     {
  5279.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/FindVariant/AbstractFindProductVariantRoute.php';
  5280.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/FindVariant/FindProductVariantRoute.php';
  5281.         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()));
  5282.     }
  5283.     /**
  5284.      * Gets the public 'Shopware\Core\Content\Product\SalesChannel\Listing\CachedProductListingRoute' shared service.
  5285.      *
  5286.      * @return \Shopware\Core\Content\Product\SalesChannel\Listing\CachedProductListingRoute
  5287.      */
  5288.     protected function getCachedProductListingRouteService()
  5289.     {
  5290.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/Listing/AbstractProductListingRoute.php';
  5291.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/Listing/CachedProductListingRoute.php';
  5292.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/Listing/ProductListingRoute.php';
  5293.         $a = ($this->privates['Shopware\\Core\\Content\\Product\\SalesChannel\\Listing\\ProductListingLoader'] ?? $this->getProductListingLoaderService());
  5294.         if (isset($this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\Listing\\CachedProductListingRoute'])) {
  5295.             return $this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\Listing\\CachedProductListingRoute'];
  5296.         }
  5297.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  5298.         if (isset($this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\Listing\\CachedProductListingRoute'])) {
  5299.             return $this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\Listing\\CachedProductListingRoute'];
  5300.         }
  5301.         $c = ($this->services['category.repository'] ?? $this->getCategory_RepositoryService());
  5302.         if (isset($this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\Listing\\CachedProductListingRoute'])) {
  5303.             return $this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\Listing\\CachedProductListingRoute'];
  5304.         }
  5305.         $d = ($this->privates['Shopware\\Storefront\\Framework\\Cache\\CacheTracer'] ?? $this->getCacheTracerService());
  5306.         if (isset($this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\Listing\\CachedProductListingRoute'])) {
  5307.             return $this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\Listing\\CachedProductListingRoute'];
  5308.         }
  5309.         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, []);
  5310.     }
  5311.     /**
  5312.      * Gets the public 'Shopware\Core\Content\Product\SalesChannel\Listing\ResolveCriteriaProductListingRoute' shared service.
  5313.      *
  5314.      * @return \Shopware\Core\Content\Product\SalesChannel\Listing\ResolveCriteriaProductListingRoute
  5315.      */
  5316.     protected function getResolveCriteriaProductListingRouteService()
  5317.     {
  5318.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/Listing/AbstractProductListingRoute.php';
  5319.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/Listing/ResolveCriteriaProductListingRoute.php';
  5320.         $a = ($this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\Listing\\CachedProductListingRoute'] ?? $this->getCachedProductListingRouteService());
  5321.         if (isset($this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\Listing\\ResolveCriteriaProductListingRoute'])) {
  5322.             return $this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\Listing\\ResolveCriteriaProductListingRoute'];
  5323.         }
  5324.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  5325.         if (isset($this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\Listing\\ResolveCriteriaProductListingRoute'])) {
  5326.             return $this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\Listing\\ResolveCriteriaProductListingRoute'];
  5327.         }
  5328.         return $this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\Listing\\ResolveCriteriaProductListingRoute'] = new \Shopware\Core\Content\Product\SalesChannel\Listing\ResolveCriteriaProductListingRoute($a$b);
  5329.     }
  5330.     /**
  5331.      * Gets the public 'Shopware\Core\Content\Product\SalesChannel\ProductListRoute' shared service.
  5332.      *
  5333.      * @return \Shopware\Core\Content\Product\SalesChannel\ProductListRoute
  5334.      */
  5335.     protected function getProductListRouteService()
  5336.     {
  5337.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/AbstractProductListRoute.php';
  5338.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/ProductListRoute.php';
  5339.         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()));
  5340.     }
  5341.     /**
  5342.      * Gets the public 'Shopware\Core\Content\Product\SalesChannel\Review\CachedProductReviewRoute' shared service.
  5343.      *
  5344.      * @return \Shopware\Core\Content\Product\SalesChannel\Review\CachedProductReviewRoute
  5345.      */
  5346.     protected function getCachedProductReviewRouteService()
  5347.     {
  5348.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/Review/AbstractProductReviewRoute.php';
  5349.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/Review/CachedProductReviewRoute.php';
  5350.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/Review/ProductReviewRoute.php';
  5351.         $a = ($this->services['product_review.repository'] ?? $this->getProductReview_RepositoryService());
  5352.         if (isset($this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\Review\\CachedProductReviewRoute'])) {
  5353.             return $this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\Review\\CachedProductReviewRoute'];
  5354.         }
  5355.         $b = ($this->privates['Shopware\\Storefront\\Framework\\Cache\\CacheTracer'] ?? $this->getCacheTracerService());
  5356.         if (isset($this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\Review\\CachedProductReviewRoute'])) {
  5357.             return $this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\Review\\CachedProductReviewRoute'];
  5358.         }
  5359.         $c = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  5360.         if (isset($this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\Review\\CachedProductReviewRoute'])) {
  5361.             return $this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\Review\\CachedProductReviewRoute'];
  5362.         }
  5363.         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, []);
  5364.     }
  5365.     /**
  5366.      * Gets the public 'Shopware\Core\Content\Product\SalesChannel\Review\ProductReviewSaveRoute' shared service.
  5367.      *
  5368.      * @return \Shopware\Core\Content\Product\SalesChannel\Review\ProductReviewSaveRoute
  5369.      */
  5370.     protected function getProductReviewSaveRouteService()
  5371.     {
  5372.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/Review/AbstractProductReviewSaveRoute.php';
  5373.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/Review/ProductReviewSaveRoute.php';
  5374.         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()));
  5375.     }
  5376.     /**
  5377.      * Gets the public 'Shopware\Core\Content\Product\SalesChannel\SalesChannelProductDefinition' shared service.
  5378.      *
  5379.      * @return \Shopware\Core\Content\Product\SalesChannel\SalesChannelProductDefinition
  5380.      */
  5381.     protected function getSalesChannelProductDefinitionService()
  5382.     {
  5383.         $this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\SalesChannelProductDefinition'] = $instance = new \Shopware\Core\Content\Product\SalesChannel\SalesChannelProductDefinition();
  5384.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  5385.         return $instance;
  5386.     }
  5387.     /**
  5388.      * Gets the public 'Shopware\Core\Content\Product\SalesChannel\Search\CachedProductSearchRoute' shared service.
  5389.      *
  5390.      * @return \Shopware\Core\Content\Product\SalesChannel\Search\CachedProductSearchRoute
  5391.      */
  5392.     protected function getCachedProductSearchRouteService()
  5393.     {
  5394.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/Search/AbstractProductSearchRoute.php';
  5395.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/Search/CachedProductSearchRoute.php';
  5396.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/Search/ProductSearchRoute.php';
  5397.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  5398.         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, []);
  5399.     }
  5400.     /**
  5401.      * Gets the public 'Shopware\Core\Content\Product\SalesChannel\Search\ResolvedCriteriaProductSearchRoute' shared service.
  5402.      *
  5403.      * @return \Shopware\Core\Content\Product\SalesChannel\Search\ResolvedCriteriaProductSearchRoute
  5404.      */
  5405.     protected function getResolvedCriteriaProductSearchRouteService()
  5406.     {
  5407.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/Search/AbstractProductSearchRoute.php';
  5408.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/Search/ResolvedCriteriaProductSearchRoute.php';
  5409.         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()));
  5410.     }
  5411.     /**
  5412.      * Gets the public 'Shopware\Core\Content\Product\SalesChannel\Sorting\ProductSortingDefinition' shared service.
  5413.      *
  5414.      * @return \Shopware\Core\Content\Product\SalesChannel\Sorting\ProductSortingDefinition
  5415.      */
  5416.     protected function getProductSortingDefinitionService()
  5417.     {
  5418.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/Sorting/ProductSortingDefinition.php';
  5419.         $this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\Sorting\\ProductSortingDefinition'] = $instance = new \Shopware\Core\Content\Product\SalesChannel\Sorting\ProductSortingDefinition();
  5420.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  5421.         return $instance;
  5422.     }
  5423.     /**
  5424.      * Gets the public 'Shopware\Core\Content\Product\SalesChannel\Sorting\ProductSortingHydrator' shared service.
  5425.      *
  5426.      * @return \Shopware\Core\Content\Product\SalesChannel\Sorting\ProductSortingHydrator
  5427.      */
  5428.     protected function getProductSortingHydratorService()
  5429.     {
  5430.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/Sorting/ProductSortingHydrator.php';
  5431.         return $this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\Sorting\\ProductSortingHydrator'] = new \Shopware\Core\Content\Product\SalesChannel\Sorting\ProductSortingHydrator($this);
  5432.     }
  5433.     /**
  5434.      * Gets the public 'Shopware\Core\Content\Product\SalesChannel\Sorting\ProductSortingTranslationDefinition' shared service.
  5435.      *
  5436.      * @return \Shopware\Core\Content\Product\SalesChannel\Sorting\ProductSortingTranslationDefinition
  5437.      */
  5438.     protected function getProductSortingTranslationDefinitionService()
  5439.     {
  5440.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  5441.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/Sorting/ProductSortingTranslationDefinition.php';
  5442.         $this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\Sorting\\ProductSortingTranslationDefinition'] = $instance = new \Shopware\Core\Content\Product\SalesChannel\Sorting\ProductSortingTranslationDefinition();
  5443.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  5444.         return $instance;
  5445.     }
  5446.     /**
  5447.      * Gets the public 'Shopware\Core\Content\Product\SalesChannel\Suggest\CachedProductSuggestRoute' shared service.
  5448.      *
  5449.      * @return \Shopware\Core\Content\Product\SalesChannel\Suggest\CachedProductSuggestRoute
  5450.      */
  5451.     protected function getCachedProductSuggestRouteService()
  5452.     {
  5453.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/Suggest/AbstractProductSuggestRoute.php';
  5454.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/Suggest/CachedProductSuggestRoute.php';
  5455.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/Suggest/ProductSuggestRoute.php';
  5456.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  5457.         return $this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\Suggest\\CachedProductSuggestRoute'] = new \Shopware\Core\Content\Product\SalesChannel\Suggest\CachedProductSuggestRoute(new \Shopware\Core\Content\Product\SalesChannel\Suggest\ProductSuggestRoute(($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, []);
  5458.     }
  5459.     /**
  5460.      * Gets the public 'Shopware\Core\Content\Property\Aggregate\PropertyGroupOptionTranslation\PropertyGroupOptionTranslationDefinition' shared service.
  5461.      *
  5462.      * @return \Shopware\Core\Content\Property\Aggregate\PropertyGroupOptionTranslation\PropertyGroupOptionTranslationDefinition
  5463.      */
  5464.     protected function getPropertyGroupOptionTranslationDefinitionService()
  5465.     {
  5466.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  5467.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Property/Aggregate/PropertyGroupOptionTranslation/PropertyGroupOptionTranslationDefinition.php';
  5468.         $this->services['Shopware\\Core\\Content\\Property\\Aggregate\\PropertyGroupOptionTranslation\\PropertyGroupOptionTranslationDefinition'] = $instance = new \Shopware\Core\Content\Property\Aggregate\PropertyGroupOptionTranslation\PropertyGroupOptionTranslationDefinition();
  5469.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  5470.         return $instance;
  5471.     }
  5472.     /**
  5473.      * Gets the public 'Shopware\Core\Content\Property\Aggregate\PropertyGroupOption\PropertyGroupOptionDefinition' shared service.
  5474.      *
  5475.      * @return \Shopware\Core\Content\Property\Aggregate\PropertyGroupOption\PropertyGroupOptionDefinition
  5476.      */
  5477.     protected function getPropertyGroupOptionDefinitionService()
  5478.     {
  5479.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Property/Aggregate/PropertyGroupOption/PropertyGroupOptionDefinition.php';
  5480.         $this->services['Shopware\\Core\\Content\\Property\\Aggregate\\PropertyGroupOption\\PropertyGroupOptionDefinition'] = $instance = new \Shopware\Core\Content\Property\Aggregate\PropertyGroupOption\PropertyGroupOptionDefinition();
  5481.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  5482.         return $instance;
  5483.     }
  5484.     /**
  5485.      * Gets the public 'Shopware\Core\Content\Property\Aggregate\PropertyGroupOption\PropertyGroupOptionHydrator' shared service.
  5486.      *
  5487.      * @return \Shopware\Core\Content\Property\Aggregate\PropertyGroupOption\PropertyGroupOptionHydrator
  5488.      */
  5489.     protected function getPropertyGroupOptionHydratorService()
  5490.     {
  5491.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Property/Aggregate/PropertyGroupOption/PropertyGroupOptionHydrator.php';
  5492.         return $this->services['Shopware\\Core\\Content\\Property\\Aggregate\\PropertyGroupOption\\PropertyGroupOptionHydrator'] = new \Shopware\Core\Content\Property\Aggregate\PropertyGroupOption\PropertyGroupOptionHydrator($this);
  5493.     }
  5494.     /**
  5495.      * Gets the public 'Shopware\Core\Content\Property\Aggregate\PropertyGroupTranslation\PropertyGroupTranslationDefinition' shared service.
  5496.      *
  5497.      * @return \Shopware\Core\Content\Property\Aggregate\PropertyGroupTranslation\PropertyGroupTranslationDefinition
  5498.      */
  5499.     protected function getPropertyGroupTranslationDefinitionService()
  5500.     {
  5501.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  5502.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Property/Aggregate/PropertyGroupTranslation/PropertyGroupTranslationDefinition.php';
  5503.         $this->services['Shopware\\Core\\Content\\Property\\Aggregate\\PropertyGroupTranslation\\PropertyGroupTranslationDefinition'] = $instance = new \Shopware\Core\Content\Property\Aggregate\PropertyGroupTranslation\PropertyGroupTranslationDefinition();
  5504.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  5505.         return $instance;
  5506.     }
  5507.     /**
  5508.      * Gets the public 'Shopware\Core\Content\Property\PropertyGroupDefinition' shared service.
  5509.      *
  5510.      * @return \Shopware\Core\Content\Property\PropertyGroupDefinition
  5511.      */
  5512.     protected function getPropertyGroupDefinitionService()
  5513.     {
  5514.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Property/PropertyGroupDefinition.php';
  5515.         $this->services['Shopware\\Core\\Content\\Property\\PropertyGroupDefinition'] = $instance = new \Shopware\Core\Content\Property\PropertyGroupDefinition();
  5516.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  5517.         return $instance;
  5518.     }
  5519.     /**
  5520.      * Gets the public 'Shopware\Core\Content\Property\PropertyGroupHydrator' shared service.
  5521.      *
  5522.      * @return \Shopware\Core\Content\Property\PropertyGroupHydrator
  5523.      */
  5524.     protected function getPropertyGroupHydratorService()
  5525.     {
  5526.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Property/PropertyGroupHydrator.php';
  5527.         return $this->services['Shopware\\Core\\Content\\Property\\PropertyGroupHydrator'] = new \Shopware\Core\Content\Property\PropertyGroupHydrator($this);
  5528.     }
  5529.     /**
  5530.      * Gets the public 'Shopware\Core\Content\Rule\Aggregate\RuleCondition\RuleConditionDefinition' shared service.
  5531.      *
  5532.      * @return \Shopware\Core\Content\Rule\Aggregate\RuleCondition\RuleConditionDefinition
  5533.      */
  5534.     protected function getRuleConditionDefinitionService()
  5535.     {
  5536.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Rule/Aggregate/RuleCondition/RuleConditionDefinition.php';
  5537.         $this->services['Shopware\\Core\\Content\\Rule\\Aggregate\\RuleCondition\\RuleConditionDefinition'] = $instance = new \Shopware\Core\Content\Rule\Aggregate\RuleCondition\RuleConditionDefinition();
  5538.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  5539.         return $instance;
  5540.     }
  5541.     /**
  5542.      * Gets the public 'Shopware\Core\Content\Rule\Aggregate\RuleTag\RuleTagDefinition' shared service.
  5543.      *
  5544.      * @return \Shopware\Core\Content\Rule\Aggregate\RuleTag\RuleTagDefinition
  5545.      */
  5546.     protected function getRuleTagDefinitionService()
  5547.     {
  5548.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Rule/Aggregate/RuleTag/RuleTagDefinition.php';
  5549.         $this->services['Shopware\\Core\\Content\\Rule\\Aggregate\\RuleTag\\RuleTagDefinition'] = $instance = new \Shopware\Core\Content\Rule\Aggregate\RuleTag\RuleTagDefinition();
  5550.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  5551.         return $instance;
  5552.     }
  5553.     /**
  5554.      * Gets the public 'Shopware\Core\Content\Rule\RuleDefinition' shared service.
  5555.      *
  5556.      * @return \Shopware\Core\Content\Rule\RuleDefinition
  5557.      */
  5558.     protected function getRuleDefinitionService()
  5559.     {
  5560.         $this->services['Shopware\\Core\\Content\\Rule\\RuleDefinition'] = $instance = new \Shopware\Core\Content\Rule\RuleDefinition();
  5561.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  5562.         return $instance;
  5563.     }
  5564.     /**
  5565.      * Gets the public 'Shopware\Core\Content\Seo\Api\SeoActionController' shared service.
  5566.      *
  5567.      * @return \Shopware\Core\Content\Seo\Api\SeoActionController
  5568.      */
  5569.     protected function getSeoActionControllerService()
  5570.     {
  5571.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Seo/Api/SeoActionController.php';
  5572.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Seo/Validation/SeoUrlDataValidationFactoryInterface.php';
  5573.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Seo/Validation/SeoUrlValidationFactory.php';
  5574.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService());
  5575.         $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);
  5576.         $instance->setContainer($this);
  5577.         return $instance;
  5578.     }
  5579.     /**
  5580.      * Gets the public 'Shopware\Core\Content\Seo\CachedSeoResolver' shared service.
  5581.      *
  5582.      * @return \Shopware\Core\Content\Seo\CachedSeoResolver
  5583.      */
  5584.     protected function getCachedSeoResolverService()
  5585.     {
  5586.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Seo/AbstractSeoResolver.php';
  5587.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Seo/CachedSeoResolver.php';
  5588.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Seo/SeoResolver.php';
  5589.         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()));
  5590.     }
  5591.     /**
  5592.      * Gets the public 'Shopware\Core\Content\Seo\EmptyPathInfoResolver' shared service.
  5593.      *
  5594.      * @return \Shopware\Core\Content\Seo\EmptyPathInfoResolver
  5595.      */
  5596.     protected function getEmptyPathInfoResolverService()
  5597.     {
  5598.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Seo/AbstractSeoResolver.php';
  5599.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Seo/EmptyPathInfoResolver.php';
  5600.         return $this->services['Shopware\\Core\\Content\\Seo\\EmptyPathInfoResolver'] = new \Shopware\Core\Content\Seo\EmptyPathInfoResolver(($this->services['Shopware\\Core\\Content\\Seo\\CachedSeoResolver'] ?? $this->getCachedSeoResolverService()));
  5601.     }
  5602.     /**
  5603.      * Gets the public 'Shopware\Core\Content\Seo\Entity\Dbal\SeoUrlAssociationFieldResolver' shared service.
  5604.      *
  5605.      * @return \Shopware\Core\Content\Seo\Entity\Dbal\SeoUrlAssociationFieldResolver
  5606.      */
  5607.     protected function getSeoUrlAssociationFieldResolverService()
  5608.     {
  5609.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/FieldResolver/AbstractFieldResolver.php';
  5610.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Seo/Entity/Dbal/SeoUrlAssociationFieldResolver.php';
  5611.         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())));
  5612.     }
  5613.     /**
  5614.      * Gets the public 'Shopware\Core\Content\Seo\Entity\Serializer\SeoUrlFieldSerializer' shared service.
  5615.      *
  5616.      * @return \Shopware\Core\Content\Seo\Entity\Serializer\SeoUrlFieldSerializer
  5617.      */
  5618.     protected function getSeoUrlFieldSerializerService()
  5619.     {
  5620.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FieldSerializerInterface.php';
  5621.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/OneToManyAssociationFieldSerializer.php';
  5622.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Seo/Entity/Serializer/SeoUrlFieldSerializer.php';
  5623.         return $this->services['Shopware\\Core\\Content\\Seo\\Entity\\Serializer\\SeoUrlFieldSerializer'] = new \Shopware\Core\Content\Seo\Entity\Serializer\SeoUrlFieldSerializer(($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\WriteCommandExtractor'] ?? $this->getWriteCommandExtractorService()));
  5624.     }
  5625.     /**
  5626.      * Gets the public 'Shopware\Core\Content\Seo\MainCategory\MainCategoryDefinition' shared service.
  5627.      *
  5628.      * @return \Shopware\Core\Content\Seo\MainCategory\MainCategoryDefinition
  5629.      */
  5630.     protected function getMainCategoryDefinitionService()
  5631.     {
  5632.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Seo/MainCategory/MainCategoryDefinition.php';
  5633.         $this->services['Shopware\\Core\\Content\\Seo\\MainCategory\\MainCategoryDefinition'] = $instance = new \Shopware\Core\Content\Seo\MainCategory\MainCategoryDefinition();
  5634.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  5635.         return $instance;
  5636.     }
  5637.     /**
  5638.      * Gets the public 'Shopware\Core\Content\Seo\MainCategory\SalesChannel\SalesChannelMainCategoryDefinition' shared service.
  5639.      *
  5640.      * @return \Shopware\Core\Content\Seo\MainCategory\SalesChannel\SalesChannelMainCategoryDefinition
  5641.      */
  5642.     protected function getSalesChannelMainCategoryDefinitionService()
  5643.     {
  5644.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Seo/MainCategory/MainCategoryDefinition.php';
  5645.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Seo/MainCategory/SalesChannel/SalesChannelMainCategoryDefinition.php';
  5646.         $this->services['Shopware\\Core\\Content\\Seo\\MainCategory\\SalesChannel\\SalesChannelMainCategoryDefinition'] = $instance = new \Shopware\Core\Content\Seo\MainCategory\SalesChannel\SalesChannelMainCategoryDefinition();
  5647.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  5648.         return $instance;
  5649.     }
  5650.     /**
  5651.      * Gets the public 'Shopware\Core\Content\Seo\SalesChannel\SeoUrlRoute' shared service.
  5652.      *
  5653.      * @return \Shopware\Core\Content\Seo\SalesChannel\SeoUrlRoute
  5654.      */
  5655.     protected function getSeoUrlRouteService()
  5656.     {
  5657.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Seo/SalesChannel/AbstractSeoUrlRoute.php';
  5658.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Seo/SalesChannel/SeoUrlRoute.php';
  5659.         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()));
  5660.     }
  5661.     /**
  5662.      * Gets the public 'Shopware\Core\Content\Seo\SeoUrlPlaceholderHandlerInterface' shared service.
  5663.      *
  5664.      * @return \Shopware\Core\Content\Seo\SeoUrlPlaceholderHandler
  5665.      */
  5666.     protected function getSeoUrlPlaceholderHandlerInterfaceService()
  5667.     {
  5668.         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()));
  5669.     }
  5670.     /**
  5671.      * Gets the public 'Shopware\Core\Content\Seo\SeoUrlTemplate\SeoUrlTemplateDefinition' shared service.
  5672.      *
  5673.      * @return \Shopware\Core\Content\Seo\SeoUrlTemplate\SeoUrlTemplateDefinition
  5674.      */
  5675.     protected function getSeoUrlTemplateDefinitionService()
  5676.     {
  5677.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Seo/SeoUrlTemplate/SeoUrlTemplateDefinition.php';
  5678.         $this->services['Shopware\\Core\\Content\\Seo\\SeoUrlTemplate\\SeoUrlTemplateDefinition'] = $instance = new \Shopware\Core\Content\Seo\SeoUrlTemplate\SeoUrlTemplateDefinition();
  5679.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  5680.         return $instance;
  5681.     }
  5682.     /**
  5683.      * Gets the public 'Shopware\Core\Content\Seo\SeoUrl\SalesChannel\SalesChannelSeoUrlDefinition' shared service.
  5684.      *
  5685.      * @return \Shopware\Core\Content\Seo\SeoUrl\SalesChannel\SalesChannelSeoUrlDefinition
  5686.      */
  5687.     protected function getSalesChannelSeoUrlDefinitionService()
  5688.     {
  5689.         $this->services['Shopware\\Core\\Content\\Seo\\SeoUrl\\SalesChannel\\SalesChannelSeoUrlDefinition'] = $instance = new \Shopware\Core\Content\Seo\SeoUrl\SalesChannel\SalesChannelSeoUrlDefinition();
  5690.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  5691.         return $instance;
  5692.     }
  5693.     /**
  5694.      * Gets the public 'Shopware\Core\Content\Seo\SeoUrl\SeoUrlDefinition' shared service.
  5695.      *
  5696.      * @return \Shopware\Core\Content\Seo\SeoUrl\SeoUrlDefinition
  5697.      */
  5698.     protected function getSeoUrlDefinitionService()
  5699.     {
  5700.         $this->services['Shopware\\Core\\Content\\Seo\\SeoUrl\\SeoUrlDefinition'] = $instance = new \Shopware\Core\Content\Seo\SeoUrl\SeoUrlDefinition();
  5701.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  5702.         return $instance;
  5703.     }
  5704.     /**
  5705.      * Gets the public 'Shopware\Core\Content\Sitemap\SalesChannel\CachedSitemapRoute' shared service.
  5706.      *
  5707.      * @return \Shopware\Core\Content\Sitemap\SalesChannel\CachedSitemapRoute
  5708.      */
  5709.     protected function getCachedSitemapRouteService()
  5710.     {
  5711.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Sitemap/SalesChannel/AbstractSitemapRoute.php';
  5712.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Sitemap/SalesChannel/CachedSitemapRoute.php';
  5713.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Sitemap/SalesChannel/SitemapRoute.php';
  5714.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Sitemap/Service/SitemapListerInterface.php';
  5715.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Sitemap/Service/SitemapLister.php';
  5716.         $a = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  5717.         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);
  5718.     }
  5719.     /**
  5720.      * Gets the public 'Shopware\Core\Framework\Adapter\Asset\AssetPackageService' shared service.
  5721.      *
  5722.      * @return \Shopware\Core\Framework\Adapter\Asset\AssetPackageService
  5723.      */
  5724.     protected function getAssetPackageServiceService()
  5725.     {
  5726.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Asset/AssetPackageService.php';
  5727.         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()));
  5728.     }
  5729.     /**
  5730.      * Gets the public 'Shopware\Core\Framework\Adapter\Cache\CacheIdLoader' shared service.
  5731.      *
  5732.      * @return \Shopware\Core\Framework\Adapter\Cache\CacheIdLoader
  5733.      */
  5734.     protected function getCacheIdLoaderService()
  5735.     {
  5736.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Cache/CacheIdLoader.php';
  5737.         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()));
  5738.     }
  5739.     /**
  5740.      * Gets the public 'Shopware\Core\Framework\Adapter\Cache\Script\Facade\CacheInvalidatorFacadeHookFactory' shared service.
  5741.      *
  5742.      * @return \Shopware\Core\Framework\Adapter\Cache\Script\Facade\CacheInvalidatorFacadeHookFactory
  5743.      */
  5744.     protected function getCacheInvalidatorFacadeHookFactoryService()
  5745.     {
  5746.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Script/Execution/Awareness/HookServiceFactory.php';
  5747.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Cache/Script/Facade/CacheInvalidatorFacadeHookFactory.php';
  5748.         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()));
  5749.     }
  5750.     /**
  5751.      * Gets the public 'Shopware\Core\Framework\Adapter\Twig\AppTemplateIterator' shared service.
  5752.      *
  5753.      * @return \Shopware\Core\Framework\Adapter\Twig\AppTemplateIterator
  5754.      */
  5755.     protected function getAppTemplateIteratorService()
  5756.     {
  5757.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Twig/AppTemplateIterator.php';
  5758.         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()));
  5759.     }
  5760.     /**
  5761.      * Gets the public 'Shopware\Core\Framework\Adapter\Twig\TemplateFinder' shared service.
  5762.      *
  5763.      * @return \Shopware\Core\Framework\Adapter\Twig\TemplateFinder
  5764.      */
  5765.     protected function getTemplateFinderService()
  5766.     {
  5767.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  5768.         if (isset($this->services['Shopware\\Core\\Framework\\Adapter\\Twig\\TemplateFinder'])) {
  5769.             return $this->services['Shopware\\Core\\Framework\\Adapter\\Twig\\TemplateFinder'];
  5770.         }
  5771.         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 () {
  5772.             yield => ($this->privates['Shopware\\Core\\Framework\\Adapter\\Twig\\NamespaceHierarchy\\BundleHierarchyBuilder'] ?? $this->getBundleHierarchyBuilderService());
  5773.             yield => ($this->privates['Shopware\\Storefront\\Theme\\Twig\\ThemeNamespaceHierarchyBuilder'] ?? $this->getThemeNamespaceHierarchyBuilderService());
  5774.         }, 2)));
  5775.     }
  5776.     /**
  5777.      * Gets the public 'Shopware\Core\Framework\Adapter\Twig\TemplateIterator' shared service.
  5778.      *
  5779.      * @return \Shopware\Core\Framework\Adapter\Twig\TemplateIterator
  5780.      */
  5781.     protected function getTemplateIteratorService()
  5782.     {
  5783.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Twig/TemplateIterator.php';
  5784.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/TemplateIterator.php';
  5785.         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']);
  5786.     }
  5787.     /**
  5788.      * Gets the public 'Shopware\Core\Framework\Api\Acl\AclCriteriaValidator' shared service.
  5789.      *
  5790.      * @return \Shopware\Core\Framework\Api\Acl\AclCriteriaValidator
  5791.      */
  5792.     protected function getAclCriteriaValidatorService()
  5793.     {
  5794.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/Acl/AclCriteriaValidator.php';
  5795.         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()));
  5796.     }
  5797.     /**
  5798.      * Gets the public 'Shopware\Core\Framework\Api\Acl\Role\AclRoleDefinition' shared service.
  5799.      *
  5800.      * @return \Shopware\Core\Framework\Api\Acl\Role\AclRoleDefinition
  5801.      */
  5802.     protected function getAclRoleDefinitionService()
  5803.     {
  5804.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/Acl/Role/AclRoleDefinition.php';
  5805.         $this->services['Shopware\\Core\\Framework\\Api\\Acl\\Role\\AclRoleDefinition'] = $instance = new \Shopware\Core\Framework\Api\Acl\Role\AclRoleDefinition();
  5806.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  5807.         return $instance;
  5808.     }
  5809.     /**
  5810.      * Gets the public 'Shopware\Core\Framework\Api\Acl\Role\AclUserRoleDefinition' shared service.
  5811.      *
  5812.      * @return \Shopware\Core\Framework\Api\Acl\Role\AclUserRoleDefinition
  5813.      */
  5814.     protected function getAclUserRoleDefinitionService()
  5815.     {
  5816.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/Acl/Role/AclUserRoleDefinition.php';
  5817.         $this->services['Shopware\\Core\\Framework\\Api\\Acl\\Role\\AclUserRoleDefinition'] = $instance = new \Shopware\Core\Framework\Api\Acl\Role\AclUserRoleDefinition();
  5818.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  5819.         return $instance;
  5820.     }
  5821.     /**
  5822.      * Gets the public 'Shopware\Core\Framework\Api\Controller\AccessKeyController' shared service.
  5823.      *
  5824.      * @return \Shopware\Core\Framework\Api\Controller\AccessKeyController
  5825.      */
  5826.     protected function getAccessKeyControllerService()
  5827.     {
  5828.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/Controller/AccessKeyController.php';
  5829.         $this->services['Shopware\\Core\\Framework\\Api\\Controller\\AccessKeyController'] = $instance = new \Shopware\Core\Framework\Api\Controller\AccessKeyController();
  5830.         $instance->setContainer($this);
  5831.         return $instance;
  5832.     }
  5833.     /**
  5834.      * Gets the public 'Shopware\Core\Framework\Api\Controller\AclController' shared service.
  5835.      *
  5836.      * @return \Shopware\Core\Framework\Api\Controller\AclController
  5837.      */
  5838.     protected function getAclControllerService()
  5839.     {
  5840.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/Controller/AclController.php';
  5841.         $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()));
  5842.         $instance->setContainer($this);
  5843.         return $instance;
  5844.     }
  5845.     /**
  5846.      * Gets the public 'Shopware\Core\Framework\Api\Controller\ApiController' shared service.
  5847.      *
  5848.      * @return \Shopware\Core\Framework\Api\Controller\ApiController
  5849.      */
  5850.     protected function getApiControllerService()
  5851.     {
  5852.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/Controller/ApiController.php';
  5853.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Search/RequestCriteriaBuilder.php';
  5854.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Search/Parser/AggregationParser.php';
  5855.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityProtection/EntityProtectionValidator.php';
  5856.         $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()));
  5857.         $instance->setContainer($this);
  5858.         return $instance;
  5859.     }
  5860.     /**
  5861.      * Gets the public 'Shopware\Core\Framework\Api\Controller\AuthController' shared service.
  5862.      *
  5863.      * @return \Shopware\Core\Framework\Api\Controller\AuthController
  5864.      */
  5865.     protected function getAuthControllerService()
  5866.     {
  5867.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/Controller/AuthController.php';
  5868.         $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()));
  5869.         $instance->setContainer($this);
  5870.         return $instance;
  5871.     }
  5872.     /**
  5873.      * Gets the public 'Shopware\Core\Framework\Api\Controller\CacheController' shared service.
  5874.      *
  5875.      * @return \Shopware\Core\Framework\Api\Controller\CacheController
  5876.      */
  5877.     protected function getCacheControllerService()
  5878.     {
  5879.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/Controller/CacheController.php';
  5880.         $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()));
  5881.         $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5882.             'http_kernel' => ['services''http_kernel''getHttpKernelService'false],
  5883.             'message_bus' => ['services''messenger.default_bus''getMessenger_DefaultBusService'false],
  5884.             'messenger.default_bus' => ['services''messenger.default_bus''getMessenger_DefaultBusService'false],
  5885.             'parameter_bag' => ['privates''parameter_bag''getParameterBagService'false],
  5886.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  5887.             'router' => ['services''router''getRouterService'false],
  5888.             'security.csrf.token_manager' => ['services''.container.private.security.csrf.token_manager''get_Container_Private_Security_Csrf_TokenManagerService'false],
  5889.             'serializer' => ['services''.container.private.serializer''get_Container_Private_SerializerService'false],
  5890.             'session' => ['privates''.session.deprecated''get_Session_DeprecatedService'false],
  5891.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  5892.         ], [
  5893.             'http_kernel' => '?',
  5894.             'message_bus' => '?',
  5895.             'messenger.default_bus' => '?',
  5896.             'parameter_bag' => '?',
  5897.             'request_stack' => '?',
  5898.             'router' => '?',
  5899.             'security.csrf.token_manager' => '?',
  5900.             'serializer' => '?',
  5901.             'session' => '.session.deprecated',
  5902.             'twig' => '?',
  5903.         ]))->withContext('Shopware\\Core\\Framework\\Api\\Controller\\CacheController'$this));
  5904.         return $instance;
  5905.     }
  5906.     /**
  5907.      * Gets the public 'Shopware\Core\Framework\Api\Controller\CustomSnippetFormatController' shared service.
  5908.      *
  5909.      * @return \Shopware\Core\Framework\Api\Controller\CustomSnippetFormatController
  5910.      */
  5911.     protected function getCustomSnippetFormatControllerService()
  5912.     {
  5913.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/Controller/CustomSnippetFormatController.php';
  5914.         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()));
  5915.     }
  5916.     /**
  5917.      * Gets the public 'Shopware\Core\Framework\Api\Controller\FallbackController' shared service.
  5918.      *
  5919.      * @return \Shopware\Core\Framework\Api\Controller\FallbackController
  5920.      */
  5921.     protected function getFallbackControllerService()
  5922.     {
  5923.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/Controller/FallbackController.php';
  5924.         $this->services['Shopware\\Core\\Framework\\Api\\Controller\\FallbackController'] = $instance = new \Shopware\Core\Framework\Api\Controller\FallbackController();
  5925.         $instance->setContainer($this);
  5926.         return $instance;
  5927.     }
  5928.     /**
  5929.      * Gets the public 'Shopware\Core\Framework\Api\Controller\IndexingController' shared service.
  5930.      *
  5931.      * @return \Shopware\Core\Framework\Api\Controller\IndexingController
  5932.      */
  5933.     protected function getIndexingControllerService()
  5934.     {
  5935.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/Controller/IndexingController.php';
  5936.         $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()));
  5937.         $instance->setContainer($this);
  5938.         return $instance;
  5939.     }
  5940.     /**
  5941.      * Gets the public 'Shopware\Core\Framework\Api\Controller\InfoController' shared service.
  5942.      *
  5943.      * @return \Shopware\Core\Framework\Api\Controller\InfoController
  5944.      */
  5945.     protected function getInfoControllerService()
  5946.     {
  5947.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/Controller/InfoController.php';
  5948.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Maintenance/System/Service/AppUrlVerifier.php';
  5949.         $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']);
  5950.         $instance->setContainer($this);
  5951.         return $instance;
  5952.     }
  5953.     /**
  5954.      * Gets the public 'Shopware\Core\Framework\Api\Controller\IntegrationController' shared service.
  5955.      *
  5956.      * @return \Shopware\Core\Framework\Api\Controller\IntegrationController
  5957.      */
  5958.     protected function getIntegrationControllerService()
  5959.     {
  5960.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/Controller/IntegrationController.php';
  5961.         $this->services['Shopware\\Core\\Framework\\Api\\Controller\\IntegrationController'] = $instance = new \Shopware\Core\Framework\Api\Controller\IntegrationController(($this->services['integration.repository'] ?? $this->getIntegration_RepositoryService()));
  5962.         $instance->setContainer($this);
  5963.         return $instance;
  5964.     }
  5965.     /**
  5966.      * Gets the public 'Shopware\Core\Framework\Api\Controller\SalesChannelProxyController' shared service.
  5967.      *
  5968.      * @return \Shopware\Core\Framework\Api\Controller\SalesChannelProxyController
  5969.      */
  5970.     protected function getSalesChannelProxyControllerService()
  5971.     {
  5972.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/Controller/SalesChannelProxyController.php';
  5973.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/ApiOrderCartService.php';
  5974.         $a = ($this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextPersister'] ?? $this->getSalesChannelContextPersisterService());
  5975.         $b = ($this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'] ?? $this->getCartServiceService());
  5976.         $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())));
  5977.         $instance->setContainer($this);
  5978.         return $instance;
  5979.     }
  5980.     /**
  5981.      * Gets the public 'Shopware\Core\Framework\Api\Controller\SyncController' shared service.
  5982.      *
  5983.      * @return \Shopware\Core\Framework\Api\Controller\SyncController
  5984.      */
  5985.     protected function getSyncControllerService()
  5986.     {
  5987.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/Controller/SyncController.php';
  5988.         $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()));
  5989.         $instance->setContainer($this);
  5990.         return $instance;
  5991.     }
  5992.     /**
  5993.      * Gets the public 'Shopware\Core\Framework\Api\Controller\UserController' shared service.
  5994.      *
  5995.      * @return \Shopware\Core\Framework\Api\Controller\UserController
  5996.      */
  5997.     protected function getUserControllerService()
  5998.     {
  5999.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/Controller/UserController.php';
  6000.         $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()));
  6001.         $instance->setContainer($this);
  6002.         return $instance;
  6003.     }
  6004.     /**
  6005.      * Gets the public 'Shopware\Core\Framework\Api\Sync\SyncService' shared service.
  6006.      *
  6007.      * @return \Shopware\Core\Framework\Api\Sync\SyncService
  6008.      */
  6009.     protected function getSyncServiceService()
  6010.     {
  6011.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/Sync/SyncServiceInterface.php';
  6012.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/Sync/SyncService.php';
  6013.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\EntityWriter'] ?? $this->getEntityWriterService());
  6014.         if (isset($this->services['Shopware\\Core\\Framework\\Api\\Sync\\SyncService'])) {
  6015.             return $this->services['Shopware\\Core\\Framework\\Api\\Sync\\SyncService'];
  6016.         }
  6017.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  6018.         if (isset($this->services['Shopware\\Core\\Framework\\Api\\Sync\\SyncService'])) {
  6019.             return $this->services['Shopware\\Core\\Framework\\Api\\Sync\\SyncService'];
  6020.         }
  6021.         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);
  6022.     }
  6023.     /**
  6024.      * Gets the public 'Shopware\Core\Framework\App\Aggregate\ActionButtonTranslation\ActionButtonTranslationDefinition' shared service.
  6025.      *
  6026.      * @return \Shopware\Core\Framework\App\Aggregate\ActionButtonTranslation\ActionButtonTranslationDefinition
  6027.      */
  6028.     protected function getActionButtonTranslationDefinitionService()
  6029.     {
  6030.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  6031.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Aggregate/ActionButtonTranslation/ActionButtonTranslationDefinition.php';
  6032.         $this->services['Shopware\\Core\\Framework\\App\\Aggregate\\ActionButtonTranslation\\ActionButtonTranslationDefinition'] = $instance = new \Shopware\Core\Framework\App\Aggregate\ActionButtonTranslation\ActionButtonTranslationDefinition();
  6033.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  6034.         return $instance;
  6035.     }
  6036.     /**
  6037.      * Gets the public 'Shopware\Core\Framework\App\Aggregate\ActionButton\ActionButtonDefinition' shared service.
  6038.      *
  6039.      * @return \Shopware\Core\Framework\App\Aggregate\ActionButton\ActionButtonDefinition
  6040.      */
  6041.     protected function getActionButtonDefinitionService()
  6042.     {
  6043.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Aggregate/ActionButton/ActionButtonDefinition.php';
  6044.         $this->services['Shopware\\Core\\Framework\\App\\Aggregate\\ActionButton\\ActionButtonDefinition'] = $instance = new \Shopware\Core\Framework\App\Aggregate\ActionButton\ActionButtonDefinition();
  6045.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  6046.         return $instance;
  6047.     }
  6048.     /**
  6049.      * Gets the public 'Shopware\Core\Framework\App\Aggregate\AppPaymentMethod\AppPaymentMethodDefinition' shared service.
  6050.      *
  6051.      * @return \Shopware\Core\Framework\App\Aggregate\AppPaymentMethod\AppPaymentMethodDefinition
  6052.      */
  6053.     protected function getAppPaymentMethodDefinitionService()
  6054.     {
  6055.         $this->services['Shopware\\Core\\Framework\\App\\Aggregate\\AppPaymentMethod\\AppPaymentMethodDefinition'] = $instance = new \Shopware\Core\Framework\App\Aggregate\AppPaymentMethod\AppPaymentMethodDefinition();
  6056.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  6057.         return $instance;
  6058.     }
  6059.     /**
  6060.      * Gets the public 'Shopware\Core\Framework\App\Aggregate\AppScriptConditionTranslation\AppScriptConditionTranslationDefinition' shared service.
  6061.      *
  6062.      * @return \Shopware\Core\Framework\App\Aggregate\AppScriptConditionTranslation\AppScriptConditionTranslationDefinition
  6063.      */
  6064.     protected function getAppScriptConditionTranslationDefinitionService()
  6065.     {
  6066.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  6067.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Aggregate/AppScriptConditionTranslation/AppScriptConditionTranslationDefinition.php';
  6068.         $this->services['Shopware\\Core\\Framework\\App\\Aggregate\\AppScriptConditionTranslation\\AppScriptConditionTranslationDefinition'] = $instance = new \Shopware\Core\Framework\App\Aggregate\AppScriptConditionTranslation\AppScriptConditionTranslationDefinition();
  6069.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  6070.         return $instance;
  6071.     }
  6072.     /**
  6073.      * Gets the public 'Shopware\Core\Framework\App\Aggregate\AppScriptCondition\AppScriptConditionDefinition' shared service.
  6074.      *
  6075.      * @return \Shopware\Core\Framework\App\Aggregate\AppScriptCondition\AppScriptConditionDefinition
  6076.      */
  6077.     protected function getAppScriptConditionDefinitionService()
  6078.     {
  6079.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Aggregate/AppScriptCondition/AppScriptConditionDefinition.php';
  6080.         $this->services['Shopware\\Core\\Framework\\App\\Aggregate\\AppScriptCondition\\AppScriptConditionDefinition'] = $instance = new \Shopware\Core\Framework\App\Aggregate\AppScriptCondition\AppScriptConditionDefinition();
  6081.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  6082.         return $instance;
  6083.     }
  6084.     /**
  6085.      * Gets the public 'Shopware\Core\Framework\App\Aggregate\AppTranslation\AppTranslationDefinition' shared service.
  6086.      *
  6087.      * @return \Shopware\Core\Framework\App\Aggregate\AppTranslation\AppTranslationDefinition
  6088.      */
  6089.     protected function getAppTranslationDefinitionService()
  6090.     {
  6091.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  6092.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Aggregate/AppTranslation/AppTranslationDefinition.php';
  6093.         $this->services['Shopware\\Core\\Framework\\App\\Aggregate\\AppTranslation\\AppTranslationDefinition'] = $instance = new \Shopware\Core\Framework\App\Aggregate\AppTranslation\AppTranslationDefinition();
  6094.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  6095.         return $instance;
  6096.     }
  6097.     /**
  6098.      * Gets the public 'Shopware\Core\Framework\App\Aggregate\CmsBlockTranslation\AppCmsBlockTranslationDefinition' shared service.
  6099.      *
  6100.      * @return \Shopware\Core\Framework\App\Aggregate\CmsBlockTranslation\AppCmsBlockTranslationDefinition
  6101.      */
  6102.     protected function getAppCmsBlockTranslationDefinitionService()
  6103.     {
  6104.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  6105.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Aggregate/CmsBlockTranslation/AppCmsBlockTranslationDefinition.php';
  6106.         $this->services['Shopware\\Core\\Framework\\App\\Aggregate\\CmsBlockTranslation\\AppCmsBlockTranslationDefinition'] = $instance = new \Shopware\Core\Framework\App\Aggregate\CmsBlockTranslation\AppCmsBlockTranslationDefinition();
  6107.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  6108.         return $instance;
  6109.     }
  6110.     /**
  6111.      * Gets the public 'Shopware\Core\Framework\App\Aggregate\CmsBlock\AppCmsBlockDefinition' shared service.
  6112.      *
  6113.      * @return \Shopware\Core\Framework\App\Aggregate\CmsBlock\AppCmsBlockDefinition
  6114.      */
  6115.     protected function getAppCmsBlockDefinitionService()
  6116.     {
  6117.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Aggregate/CmsBlock/AppCmsBlockDefinition.php';
  6118.         $this->services['Shopware\\Core\\Framework\\App\\Aggregate\\CmsBlock\\AppCmsBlockDefinition'] = $instance = new \Shopware\Core\Framework\App\Aggregate\CmsBlock\AppCmsBlockDefinition();
  6119.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  6120.         return $instance;
  6121.     }
  6122.     /**
  6123.      * Gets the public 'Shopware\Core\Framework\App\Aggregate\FlowActionTranslation\AppFlowActionTranslationDefinition' shared service.
  6124.      *
  6125.      * @return \Shopware\Core\Framework\App\Aggregate\FlowActionTranslation\AppFlowActionTranslationDefinition
  6126.      */
  6127.     protected function getAppFlowActionTranslationDefinitionService()
  6128.     {
  6129.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  6130.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Aggregate/FlowActionTranslation/AppFlowActionTranslationDefinition.php';
  6131.         $this->services['Shopware\\Core\\Framework\\App\\Aggregate\\FlowActionTranslation\\AppFlowActionTranslationDefinition'] = $instance = new \Shopware\Core\Framework\App\Aggregate\FlowActionTranslation\AppFlowActionTranslationDefinition();
  6132.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  6133.         return $instance;
  6134.     }
  6135.     /**
  6136.      * Gets the public 'Shopware\Core\Framework\App\Aggregate\FlowAction\AppFlowActionDefinition' shared service.
  6137.      *
  6138.      * @return \Shopware\Core\Framework\App\Aggregate\FlowAction\AppFlowActionDefinition
  6139.      */
  6140.     protected function getAppFlowActionDefinitionService()
  6141.     {
  6142.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Aggregate/FlowAction/AppFlowActionDefinition.php';
  6143.         $this->services['Shopware\\Core\\Framework\\App\\Aggregate\\FlowAction\\AppFlowActionDefinition'] = $instance = new \Shopware\Core\Framework\App\Aggregate\FlowAction\AppFlowActionDefinition();
  6144.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  6145.         return $instance;
  6146.     }
  6147.     /**
  6148.      * Gets the public 'Shopware\Core\Framework\App\Api\AppActionController' shared service.
  6149.      *
  6150.      * @return \Shopware\Core\Framework\App\Api\AppActionController
  6151.      */
  6152.     protected function getAppActionControllerService()
  6153.     {
  6154.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Api/AppActionController.php';
  6155.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/ActionButton/ActionButtonLoader.php';
  6156.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/ActionButton/AppActionLoader.php';
  6157.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Manifest/ModuleLoader.php';
  6158.         $a = ($this->services['app_action_button.repository'] ?? $this->getAppActionButton_RepositoryService());
  6159.         $b = ($this->services['Shopware\\Core\\Framework\\App\\ShopId\\ShopIdProvider'] ?? $this->getShopIdProviderService());
  6160.         $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())));
  6161.         $instance->setContainer($this);
  6162.         return $instance;
  6163.     }
  6164.     /**
  6165.      * Gets the public 'Shopware\Core\Framework\App\Api\AppCmsController' shared service.
  6166.      *
  6167.      * @return \Shopware\Core\Framework\App\Api\AppCmsController
  6168.      */
  6169.     protected function getAppCmsControllerService()
  6170.     {
  6171.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Api/AppCmsController.php';
  6172.         $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()));
  6173.         $instance->setContainer($this);
  6174.         return $instance;
  6175.     }
  6176.     /**
  6177.      * Gets the public 'Shopware\Core\Framework\App\Api\AppUrlChangeController' shared service.
  6178.      *
  6179.      * @return \Shopware\Core\Framework\App\Api\AppUrlChangeController
  6180.      */
  6181.     protected function getAppUrlChangeControllerService()
  6182.     {
  6183.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Api/AppUrlChangeController.php';
  6184.         $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()));
  6185.         $instance->setContainer($this);
  6186.         return $instance;
  6187.     }
  6188.     /**
  6189.      * Gets the public 'Shopware\Core\Framework\App\AppDefinition' shared service.
  6190.      *
  6191.      * @return \Shopware\Core\Framework\App\AppDefinition
  6192.      */
  6193.     protected function getAppDefinitionService()
  6194.     {
  6195.         $this->services['Shopware\\Core\\Framework\\App\\AppDefinition'] = $instance = new \Shopware\Core\Framework\App\AppDefinition();
  6196.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  6197.         return $instance;
  6198.     }
  6199.     /**
  6200.      * Gets the public 'Shopware\Core\Framework\App\AppLocaleProvider' shared service.
  6201.      *
  6202.      * @return \Shopware\Core\Framework\App\AppLocaleProvider
  6203.      */
  6204.     protected function getAppLocaleProviderService()
  6205.     {
  6206.         $a = ($this->services['user.repository'] ?? $this->getUser_RepositoryService());
  6207.         if (isset($this->services['Shopware\\Core\\Framework\\App\\AppLocaleProvider'])) {
  6208.             return $this->services['Shopware\\Core\\Framework\\App\\AppLocaleProvider'];
  6209.         }
  6210.         return $this->services['Shopware\\Core\\Framework\\App\\AppLocaleProvider'] = new \Shopware\Core\Framework\App\AppLocaleProvider($a, ($this->privates['Shopware\\Core\\System\\Locale\\LanguageLocaleCodeProvider'] ?? $this->getLanguageLocaleCodeProviderService()));
  6211.     }
  6212.     /**
  6213.      * Gets the public 'Shopware\Core\Framework\App\AppUrlChangeResolver\Resolver' shared service.
  6214.      *
  6215.      * @return \Shopware\Core\Framework\App\AppUrlChangeResolver\Resolver
  6216.      */
  6217.     protected function getResolverService()
  6218.     {
  6219.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/AppUrlChangeResolver/Resolver.php';
  6220.         return $this->services['Shopware\\Core\\Framework\\App\\AppUrlChangeResolver\\Resolver'] = new \Shopware\Core\Framework\App\AppUrlChangeResolver\Resolver(new RewindableGenerator(function () {
  6221.             yield => ($this->privates['Shopware\\Core\\Framework\\App\\AppUrlChangeResolver\\MoveShopPermanentlyStrategy'] ?? $this->getMoveShopPermanentlyStrategyService());
  6222.             yield => ($this->privates['Shopware\\Core\\Framework\\App\\AppUrlChangeResolver\\ReinstallAppsStrategy'] ?? $this->getReinstallAppsStrategyService());
  6223.             yield => ($this->privates['Shopware\\Core\\Framework\\App\\AppUrlChangeResolver\\UninstallAppsStrategy'] ?? $this->getUninstallAppsStrategyService());
  6224.         }, 3));
  6225.     }
  6226.     /**
  6227.      * Gets the public 'Shopware\Core\Framework\App\FlowAction\AppFlowActionProvider' shared service.
  6228.      *
  6229.      * @return \Shopware\Core\Framework\App\FlowAction\AppFlowActionProvider
  6230.      */
  6231.     protected function getAppFlowActionProviderService()
  6232.     {
  6233.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/FlowAction/AppFlowActionProvider.php';
  6234.         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()));
  6235.     }
  6236.     /**
  6237.      * Gets the public 'Shopware\Core\Framework\App\ShopId\ShopIdProvider' shared service.
  6238.      *
  6239.      * @return \Shopware\Core\Framework\App\ShopId\ShopIdProvider
  6240.      */
  6241.     protected function getShopIdProviderService()
  6242.     {
  6243.         $a = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  6244.         if (isset($this->services['Shopware\\Core\\Framework\\App\\ShopId\\ShopIdProvider'])) {
  6245.             return $this->services['Shopware\\Core\\Framework\\App\\ShopId\\ShopIdProvider'];
  6246.         }
  6247.         $b = ($this->services['app.repository'] ?? $this->getApp_RepositoryService());
  6248.         if (isset($this->services['Shopware\\Core\\Framework\\App\\ShopId\\ShopIdProvider'])) {
  6249.             return $this->services['Shopware\\Core\\Framework\\App\\ShopId\\ShopIdProvider'];
  6250.         }
  6251.         return $this->services['Shopware\\Core\\Framework\\App\\ShopId\\ShopIdProvider'] = new \Shopware\Core\Framework\App\ShopId\ShopIdProvider($a$b);
  6252.     }
  6253.     /**
  6254.      * Gets the public 'Shopware\Core\Framework\App\Template\TemplateDefinition' shared service.
  6255.      *
  6256.      * @return \Shopware\Core\Framework\App\Template\TemplateDefinition
  6257.      */
  6258.     protected function getTemplateDefinitionService()
  6259.     {
  6260.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Template/TemplateDefinition.php';
  6261.         $this->services['Shopware\\Core\\Framework\\App\\Template\\TemplateDefinition'] = $instance = new \Shopware\Core\Framework\App\Template\TemplateDefinition();
  6262.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  6263.         return $instance;
  6264.     }
  6265.     /**
  6266.      * Gets the public 'Shopware\Core\Framework\App\Template\TemplateStateService' shared service.
  6267.      *
  6268.      * @return \Shopware\Core\Framework\App\Template\TemplateStateService
  6269.      */
  6270.     protected function getTemplateStateServiceService()
  6271.     {
  6272.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Template/TemplateStateService.php';
  6273.         $a = ($this->services['app_template.repository'] ?? $this->getAppTemplate_RepositoryService());
  6274.         if (isset($this->services['Shopware\\Core\\Framework\\App\\Template\\TemplateStateService'])) {
  6275.             return $this->services['Shopware\\Core\\Framework\\App\\Template\\TemplateStateService'];
  6276.         }
  6277.         return $this->services['Shopware\\Core\\Framework\\App\\Template\\TemplateStateService'] = new \Shopware\Core\Framework\App\Template\TemplateStateService($a);
  6278.     }
  6279.     /**
  6280.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\Cache\EntityCacheKeyGenerator' shared service.
  6281.      *
  6282.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Cache\EntityCacheKeyGenerator
  6283.      */
  6284.     protected function getEntityCacheKeyGeneratorService()
  6285.     {
  6286.         return $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Cache\\EntityCacheKeyGenerator'] = new \Shopware\Core\Framework\DataAbstractionLayer\Cache\EntityCacheKeyGenerator();
  6287.     }
  6288.     /**
  6289.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityHydrator' shared service.
  6290.      *
  6291.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityHydrator
  6292.      */
  6293.     protected function getEntityHydratorService()
  6294.     {
  6295.         return $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Dbal\\EntityHydrator'] = new \Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityHydrator($this);
  6296.     }
  6297.     /**
  6298.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\Dbal\FieldAccessorBuilder\ConfigJsonFieldAccessorBuilder' shared service.
  6299.      *
  6300.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Dbal\FieldAccessorBuilder\ConfigJsonFieldAccessorBuilder
  6301.      */
  6302.     protected function getConfigJsonFieldAccessorBuilderService()
  6303.     {
  6304.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/FieldAccessorBuilder/FieldAccessorBuilderInterface.php';
  6305.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/FieldAccessorBuilder/JsonFieldAccessorBuilder.php';
  6306.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/FieldAccessorBuilder/ConfigJsonFieldAccessorBuilder.php';
  6307.         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()));
  6308.     }
  6309.     /**
  6310.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\Dbal\FieldAccessorBuilder\CustomFieldsAccessorBuilder' shared service.
  6311.      *
  6312.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Dbal\FieldAccessorBuilder\CustomFieldsAccessorBuilder
  6313.      */
  6314.     protected function getCustomFieldsAccessorBuilderService()
  6315.     {
  6316.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/FieldAccessorBuilder/FieldAccessorBuilderInterface.php';
  6317.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/FieldAccessorBuilder/JsonFieldAccessorBuilder.php';
  6318.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/FieldAccessorBuilder/CustomFieldsAccessorBuilder.php';
  6319.         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()));
  6320.     }
  6321.     /**
  6322.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\Dbal\FieldAccessorBuilder\DefaultFieldAccessorBuilder' shared service.
  6323.      *
  6324.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Dbal\FieldAccessorBuilder\DefaultFieldAccessorBuilder
  6325.      */
  6326.     protected function getDefaultFieldAccessorBuilderService()
  6327.     {
  6328.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/FieldAccessorBuilder/FieldAccessorBuilderInterface.php';
  6329.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/FieldAccessorBuilder/DefaultFieldAccessorBuilder.php';
  6330.         return $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Dbal\\FieldAccessorBuilder\\DefaultFieldAccessorBuilder'] = new \Shopware\Core\Framework\DataAbstractionLayer\Dbal\FieldAccessorBuilder\DefaultFieldAccessorBuilder();
  6331.     }
  6332.     /**
  6333.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\Dbal\FieldAccessorBuilder\JsonFieldAccessorBuilder' shared service.
  6334.      *
  6335.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Dbal\FieldAccessorBuilder\JsonFieldAccessorBuilder
  6336.      */
  6337.     protected function getJsonFieldAccessorBuilderService()
  6338.     {
  6339.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/FieldAccessorBuilder/FieldAccessorBuilderInterface.php';
  6340.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/FieldAccessorBuilder/JsonFieldAccessorBuilder.php';
  6341.         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()));
  6342.     }
  6343.     /**
  6344.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\Dbal\FieldAccessorBuilder\PriceFieldAccessorBuilder' shared service.
  6345.      *
  6346.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Dbal\FieldAccessorBuilder\PriceFieldAccessorBuilder
  6347.      */
  6348.     protected function getPriceFieldAccessorBuilderService()
  6349.     {
  6350.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/FieldAccessorBuilder/FieldAccessorBuilderInterface.php';
  6351.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/FieldAccessorBuilder/PriceFieldAccessorBuilder.php';
  6352.         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()));
  6353.     }
  6354.     /**
  6355.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\Dbal\FieldResolver\ManyToManyAssociationFieldResolver' shared service.
  6356.      *
  6357.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Dbal\FieldResolver\ManyToManyAssociationFieldResolver
  6358.      */
  6359.     protected function getManyToManyAssociationFieldResolverService()
  6360.     {
  6361.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/FieldResolver/AbstractFieldResolver.php';
  6362.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/FieldResolver/ManyToManyAssociationFieldResolver.php';
  6363.         return $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Dbal\\FieldResolver\\ManyToManyAssociationFieldResolver'] = new \Shopware\Core\Framework\DataAbstractionLayer\Dbal\FieldResolver\ManyToManyAssociationFieldResolver();
  6364.     }
  6365.     /**
  6366.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\Dbal\FieldResolver\ManyToOneAssociationFieldResolver' shared service.
  6367.      *
  6368.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Dbal\FieldResolver\ManyToOneAssociationFieldResolver
  6369.      */
  6370.     protected function getManyToOneAssociationFieldResolverService()
  6371.     {
  6372.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/FieldResolver/AbstractFieldResolver.php';
  6373.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/FieldResolver/ManyToOneAssociationFieldResolver.php';
  6374.         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())));
  6375.     }
  6376.     /**
  6377.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\Dbal\FieldResolver\OneToManyAssociationFieldResolver' shared service.
  6378.      *
  6379.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Dbal\FieldResolver\OneToManyAssociationFieldResolver
  6380.      */
  6381.     protected function getOneToManyAssociationFieldResolverService()
  6382.     {
  6383.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/FieldResolver/AbstractFieldResolver.php';
  6384.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/FieldResolver/OneToManyAssociationFieldResolver.php';
  6385.         return $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Dbal\\FieldResolver\\OneToManyAssociationFieldResolver'] = new \Shopware\Core\Framework\DataAbstractionLayer\Dbal\FieldResolver\OneToManyAssociationFieldResolver();
  6386.     }
  6387.     /**
  6388.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\Dbal\FieldResolver\TranslationFieldResolver' shared service.
  6389.      *
  6390.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Dbal\FieldResolver\TranslationFieldResolver
  6391.      */
  6392.     protected function getTranslationFieldResolverService()
  6393.     {
  6394.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/FieldResolver/AbstractFieldResolver.php';
  6395.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/FieldResolver/TranslationFieldResolver.php';
  6396.         return $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Dbal\\FieldResolver\\TranslationFieldResolver'] = new \Shopware\Core\Framework\DataAbstractionLayer\Dbal\FieldResolver\TranslationFieldResolver();
  6397.     }
  6398.     /**
  6399.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\Dbal\JoinGroupBuilder' shared service.
  6400.      *
  6401.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Dbal\JoinGroupBuilder
  6402.      */
  6403.     protected function getJoinGroupBuilderService()
  6404.     {
  6405.         return $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Dbal\\JoinGroupBuilder'] = new \Shopware\Core\Framework\DataAbstractionLayer\Dbal\JoinGroupBuilder();
  6406.     }
  6407.     /**
  6408.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\DefinitionInstanceRegistry' shared service.
  6409.      *
  6410.      * @return \Shopware\Core\Framework\DataAbstractionLayer\DefinitionInstanceRegistry
  6411.      */
  6412.     protected function getDefinitionInstanceRegistryService()
  6413.     {
  6414.         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_language_pack_language' => 'Swag\\LanguagePack\\PackLanguage\\PackLanguageDefinition''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'], ['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_language_pack_language' => 'swag_language_pack_language.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']);
  6415.     }
  6416.     /**
  6417.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\Event\EntityLoadedEventFactory' shared service.
  6418.      *
  6419.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Event\EntityLoadedEventFactory
  6420.      */
  6421.     protected function getEntityLoadedEventFactoryService()
  6422.     {
  6423.         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()));
  6424.     }
  6425.     /**
  6426.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\ExtensionRegistry' shared service.
  6427.      *
  6428.      * @return \Shopware\Core\Framework\DataAbstractionLayer\ExtensionRegistry
  6429.      */
  6430.     protected function getExtensionRegistryService()
  6431.     {
  6432.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/ExtensionRegistry.php';
  6433.         return $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\ExtensionRegistry'] = new \Shopware\Core\Framework\DataAbstractionLayer\ExtensionRegistry(new RewindableGenerator(function () {
  6434.             yield => ($this->privates['Shopware\\Administration\\Notification\\Extension\\IntegrationExtension'] ?? ($this->privates['Shopware\\Administration\\Notification\\Extension\\IntegrationExtension'] = new \Shopware\Administration\Notification\Extension\IntegrationExtension()));
  6435.             yield => ($this->privates['Shopware\\Administration\\Notification\\Extension\\UserExtension'] ?? ($this->privates['Shopware\\Administration\\Notification\\Extension\\UserExtension'] = new \Shopware\Administration\Notification\Extension\UserExtension()));
  6436.             yield => ($this->privates['Shopware\\Storefront\\Theme\\Extension\\SalesChannelExtension'] ?? ($this->privates['Shopware\\Storefront\\Theme\\Extension\\SalesChannelExtension'] = new \Shopware\Storefront\Theme\Extension\SalesChannelExtension()));
  6437.             yield => ($this->privates['Shopware\\Storefront\\Theme\\Extension\\LanguageExtension'] ?? ($this->privates['Shopware\\Storefront\\Theme\\Extension\\LanguageExtension'] = new \Shopware\Storefront\Theme\Extension\LanguageExtension()));
  6438.             yield => ($this->privates['Shopware\\Storefront\\Theme\\Extension\\MediaExtension'] ?? ($this->privates['Shopware\\Storefront\\Theme\\Extension\\MediaExtension'] = new \Shopware\Storefront\Theme\Extension\MediaExtension()));
  6439.             yield => ($this->privates['Swag\\LanguagePack\\Extension\\LanguageExtension'] ?? ($this->privates['Swag\\LanguagePack\\Extension\\LanguageExtension'] = new \Swag\LanguagePack\Extension\LanguageExtension()));
  6440.         }, 6));
  6441.     }
  6442.     /**
  6443.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\Facade\RepositoryFacadeHookFactory' shared service.
  6444.      *
  6445.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Facade\RepositoryFacadeHookFactory
  6446.      */
  6447.     protected function getRepositoryFacadeHookFactoryService()
  6448.     {
  6449.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Script/Execution/Awareness/HookServiceFactory.php';
  6450.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Facade/RepositoryFacadeHookFactory.php';
  6451.         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()));
  6452.     }
  6453.     /**
  6454.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\Facade\RepositoryWriterFacadeHookFactory' shared service.
  6455.      *
  6456.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Facade\RepositoryWriterFacadeHookFactory
  6457.      */
  6458.     protected function getRepositoryWriterFacadeHookFactoryService()
  6459.     {
  6460.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Script/Execution/Awareness/HookServiceFactory.php';
  6461.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Facade/RepositoryWriterFacadeHookFactory.php';
  6462.         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()));
  6463.     }
  6464.     /**
  6465.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\Facade\SalesChannelRepositoryFacadeHookFactory' shared service.
  6466.      *
  6467.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Facade\SalesChannelRepositoryFacadeHookFactory
  6468.      */
  6469.     protected function getSalesChannelRepositoryFacadeHookFactoryService()
  6470.     {
  6471.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Script/Execution/Awareness/HookServiceFactory.php';
  6472.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Facade/SalesChannelRepositoryFacadeHookFactory.php';
  6473.         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()));
  6474.     }
  6475.     /**
  6476.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\BlobFieldSerializer' shared service.
  6477.      *
  6478.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\BlobFieldSerializer
  6479.      */
  6480.     protected function getBlobFieldSerializerService()
  6481.     {
  6482.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FieldSerializerInterface.php';
  6483.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/BlobFieldSerializer.php';
  6484.         return $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\BlobFieldSerializer'] = new \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\BlobFieldSerializer();
  6485.     }
  6486.     /**
  6487.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\BoolFieldSerializer' shared service.
  6488.      *
  6489.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\BoolFieldSerializer
  6490.      */
  6491.     protected function getBoolFieldSerializerService()
  6492.     {
  6493.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FieldSerializerInterface.php';
  6494.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/AbstractFieldSerializer.php';
  6495.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/BoolFieldSerializer.php';
  6496.         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()));
  6497.     }
  6498.     /**
  6499.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\CalculatedPriceFieldSerializer' shared service.
  6500.      *
  6501.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\CalculatedPriceFieldSerializer
  6502.      */
  6503.     protected function getCalculatedPriceFieldSerializerService()
  6504.     {
  6505.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FieldSerializerInterface.php';
  6506.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/AbstractFieldSerializer.php';
  6507.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/JsonFieldSerializer.php';
  6508.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/CalculatedPriceFieldSerializer.php';
  6509.         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()));
  6510.     }
  6511.     /**
  6512.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\CartPriceFieldSerializer' shared service.
  6513.      *
  6514.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\CartPriceFieldSerializer
  6515.      */
  6516.     protected function getCartPriceFieldSerializerService()
  6517.     {
  6518.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FieldSerializerInterface.php';
  6519.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/AbstractFieldSerializer.php';
  6520.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/JsonFieldSerializer.php';
  6521.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/CartPriceFieldSerializer.php';
  6522.         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()));
  6523.     }
  6524.     /**
  6525.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\CashRoundingConfigFieldSerializer' shared service.
  6526.      *
  6527.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\CashRoundingConfigFieldSerializer
  6528.      */
  6529.     protected function getCashRoundingConfigFieldSerializerService()
  6530.     {
  6531.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FieldSerializerInterface.php';
  6532.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/AbstractFieldSerializer.php';
  6533.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/JsonFieldSerializer.php';
  6534.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/CashRoundingConfigFieldSerializer.php';
  6535.         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()));
  6536.     }
  6537.     /**
  6538.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\ConfigJsonFieldSerializer' shared service.
  6539.      *
  6540.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\ConfigJsonFieldSerializer
  6541.      */
  6542.     protected function getConfigJsonFieldSerializerService()
  6543.     {
  6544.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FieldSerializerInterface.php';
  6545.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/AbstractFieldSerializer.php';
  6546.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/JsonFieldSerializer.php';
  6547.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/ConfigJsonFieldSerializer.php';
  6548.         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()));
  6549.     }
  6550.     /**
  6551.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\CreatedAtFieldSerializer' shared service.
  6552.      *
  6553.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\CreatedAtFieldSerializer
  6554.      */
  6555.     protected function getCreatedAtFieldSerializerService()
  6556.     {
  6557.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FieldSerializerInterface.php';
  6558.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/AbstractFieldSerializer.php';
  6559.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/DateTimeFieldSerializer.php';
  6560.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/CreatedAtFieldSerializer.php';
  6561.         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()));
  6562.     }
  6563.     /**
  6564.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\CreatedByFieldSerializer' shared service.
  6565.      *
  6566.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\CreatedByFieldSerializer
  6567.      */
  6568.     protected function getCreatedByFieldSerializerService()
  6569.     {
  6570.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FieldSerializerInterface.php';
  6571.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/AbstractFieldSerializer.php';
  6572.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FkFieldSerializer.php';
  6573.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/CreatedByFieldSerializer.php';
  6574.         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()));
  6575.     }
  6576.     /**
  6577.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\CustomFieldsSerializer' shared service.
  6578.      *
  6579.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\CustomFieldsSerializer
  6580.      */
  6581.     protected function getCustomFieldsSerializerService()
  6582.     {
  6583.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FieldSerializerInterface.php';
  6584.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/AbstractFieldSerializer.php';
  6585.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/JsonFieldSerializer.php';
  6586.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/CustomFieldsSerializer.php';
  6587.         $a = ($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService());
  6588.         if (isset($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\CustomFieldsSerializer'])) {
  6589.             return $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\CustomFieldsSerializer'];
  6590.         }
  6591.         $b = ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\WriteCommandExtractor'] ?? $this->getWriteCommandExtractorService());
  6592.         if (isset($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\CustomFieldsSerializer'])) {
  6593.             return $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\CustomFieldsSerializer'];
  6594.         }
  6595.         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);
  6596.     }
  6597.     /**
  6598.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\DateFieldSerializer' shared service.
  6599.      *
  6600.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\DateFieldSerializer
  6601.      */
  6602.     protected function getDateFieldSerializerService()
  6603.     {
  6604.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FieldSerializerInterface.php';
  6605.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/AbstractFieldSerializer.php';
  6606.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/DateFieldSerializer.php';
  6607.         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()));
  6608.     }
  6609.     /**
  6610.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\DateTimeFieldSerializer' shared service.
  6611.      *
  6612.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\DateTimeFieldSerializer
  6613.      */
  6614.     protected function getDateTimeFieldSerializerService()
  6615.     {
  6616.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FieldSerializerInterface.php';
  6617.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/AbstractFieldSerializer.php';
  6618.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/DateTimeFieldSerializer.php';
  6619.         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()));
  6620.     }
  6621.     /**
  6622.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\EmailFieldSerializer' shared service.
  6623.      *
  6624.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\EmailFieldSerializer
  6625.      */
  6626.     protected function getEmailFieldSerializerService()
  6627.     {
  6628.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FieldSerializerInterface.php';
  6629.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/AbstractFieldSerializer.php';
  6630.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/EmailFieldSerializer.php';
  6631.         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()));
  6632.     }
  6633.     /**
  6634.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\FkFieldSerializer' shared service.
  6635.      *
  6636.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\FkFieldSerializer
  6637.      */
  6638.     protected function getFkFieldSerializerService()
  6639.     {
  6640.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FieldSerializerInterface.php';
  6641.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/AbstractFieldSerializer.php';
  6642.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FkFieldSerializer.php';
  6643.         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()));
  6644.     }
  6645.     /**
  6646.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\FloatFieldSerializer' shared service.
  6647.      *
  6648.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\FloatFieldSerializer
  6649.      */
  6650.     protected function getFloatFieldSerializerService()
  6651.     {
  6652.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FieldSerializerInterface.php';
  6653.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/AbstractFieldSerializer.php';
  6654.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FloatFieldSerializer.php';
  6655.         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()));
  6656.     }
  6657.     /**
  6658.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\IdFieldSerializer' shared service.
  6659.      *
  6660.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\IdFieldSerializer
  6661.      */
  6662.     protected function getIdFieldSerializerService()
  6663.     {
  6664.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FieldSerializerInterface.php';
  6665.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/AbstractFieldSerializer.php';
  6666.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/IdFieldSerializer.php';
  6667.         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()));
  6668.     }
  6669.     /**
  6670.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\IntFieldSerializer' shared service.
  6671.      *
  6672.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\IntFieldSerializer
  6673.      */
  6674.     protected function getIntFieldSerializerService()
  6675.     {
  6676.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FieldSerializerInterface.php';
  6677.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/AbstractFieldSerializer.php';
  6678.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/IntFieldSerializer.php';
  6679.         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()));
  6680.     }
  6681.     /**
  6682.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\JsonFieldSerializer' shared service.
  6683.      *
  6684.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\JsonFieldSerializer
  6685.      */
  6686.     protected function getJsonFieldSerializerService()
  6687.     {
  6688.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FieldSerializerInterface.php';
  6689.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/AbstractFieldSerializer.php';
  6690.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/JsonFieldSerializer.php';
  6691.         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()));
  6692.     }
  6693.     /**
  6694.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\ListFieldSerializer' shared service.
  6695.      *
  6696.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\ListFieldSerializer
  6697.      */
  6698.     protected function getListFieldSerializerService()
  6699.     {
  6700.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FieldSerializerInterface.php';
  6701.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/AbstractFieldSerializer.php';
  6702.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/ListFieldSerializer.php';
  6703.         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()));
  6704.     }
  6705.     /**
  6706.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\LongTextFieldSerializer' shared service.
  6707.      *
  6708.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\LongTextFieldSerializer
  6709.      */
  6710.     protected function getLongTextFieldSerializerService()
  6711.     {
  6712.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FieldSerializerInterface.php';
  6713.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/AbstractFieldSerializer.php';
  6714.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/LongTextFieldSerializer.php';
  6715.         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()));
  6716.     }
  6717.     /**
  6718.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\ManyToManyAssociationFieldSerializer' shared service.
  6719.      *
  6720.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\ManyToManyAssociationFieldSerializer
  6721.      */
  6722.     protected function getManyToManyAssociationFieldSerializerService()
  6723.     {
  6724.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FieldSerializerInterface.php';
  6725.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/ManyToManyAssociationFieldSerializer.php';
  6726.         return $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\ManyToManyAssociationFieldSerializer'] = new \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\ManyToManyAssociationFieldSerializer(($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\WriteCommandExtractor'] ?? $this->getWriteCommandExtractorService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  6727.     }
  6728.     /**
  6729.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\ManyToOneAssociationFieldSerializer' shared service.
  6730.      *
  6731.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\ManyToOneAssociationFieldSerializer
  6732.      */
  6733.     protected function getManyToOneAssociationFieldSerializerService()
  6734.     {
  6735.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FieldSerializerInterface.php';
  6736.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/ManyToOneAssociationFieldSerializer.php';
  6737.         return $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\ManyToOneAssociationFieldSerializer'] = new \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\ManyToOneAssociationFieldSerializer(($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\WriteCommandExtractor'] ?? $this->getWriteCommandExtractorService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  6738.     }
  6739.     /**
  6740.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\OneToManyAssociationFieldSerializer' shared service.
  6741.      *
  6742.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\OneToManyAssociationFieldSerializer
  6743.      */
  6744.     protected function getOneToManyAssociationFieldSerializerService()
  6745.     {
  6746.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FieldSerializerInterface.php';
  6747.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/OneToManyAssociationFieldSerializer.php';
  6748.         return $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\OneToManyAssociationFieldSerializer'] = new \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\OneToManyAssociationFieldSerializer(($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\WriteCommandExtractor'] ?? $this->getWriteCommandExtractorService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\EntityWriteGatewayInterface'] ?? $this->getEntityWriteGatewayInterfaceService()));
  6749.     }
  6750.     /**
  6751.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\OneToOneAssociationFieldSerializer' shared service.
  6752.      *
  6753.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\OneToOneAssociationFieldSerializer
  6754.      */
  6755.     protected function getOneToOneAssociationFieldSerializerService()
  6756.     {
  6757.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FieldSerializerInterface.php';
  6758.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/OneToOneAssociationFieldSerializer.php';
  6759.         return $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\OneToOneAssociationFieldSerializer'] = new \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\OneToOneAssociationFieldSerializer(($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\WriteCommandExtractor'] ?? $this->getWriteCommandExtractorService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  6760.     }
  6761.     /**
  6762.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\PHPUnserializeFieldSerializer' shared service.
  6763.      *
  6764.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\PHPUnserializeFieldSerializer
  6765.      */
  6766.     protected function getPHPUnserializeFieldSerializerService()
  6767.     {
  6768.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FieldSerializerInterface.php';
  6769.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/AbstractFieldSerializer.php';
  6770.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/PHPUnserializeFieldSerializer.php';
  6771.         return $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\PHPUnserializeFieldSerializer'] = new \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\PHPUnserializeFieldSerializer();
  6772.     }
  6773.     /**
  6774.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\PasswordFieldSerializer' shared service.
  6775.      *
  6776.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\PasswordFieldSerializer
  6777.      */
  6778.     protected function getPasswordFieldSerializerService()
  6779.     {
  6780.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FieldSerializerInterface.php';
  6781.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/AbstractFieldSerializer.php';
  6782.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/PasswordFieldSerializer.php';
  6783.         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()));
  6784.     }
  6785.     /**
  6786.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\PriceDefinitionFieldSerializer' shared service.
  6787.      *
  6788.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\PriceDefinitionFieldSerializer
  6789.      */
  6790.     protected function getPriceDefinitionFieldSerializerService()
  6791.     {
  6792.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FieldSerializerInterface.php';
  6793.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/AbstractFieldSerializer.php';
  6794.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/JsonFieldSerializer.php';
  6795.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/PriceDefinitionFieldSerializer.php';
  6796.         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()));
  6797.     }
  6798.     /**
  6799.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\PriceFieldSerializer' shared service.
  6800.      *
  6801.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\PriceFieldSerializer
  6802.      */
  6803.     protected function getPriceFieldSerializerService()
  6804.     {
  6805.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FieldSerializerInterface.php';
  6806.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/AbstractFieldSerializer.php';
  6807.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/PriceFieldSerializer.php';
  6808.         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()));
  6809.     }
  6810.     /**
  6811.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\ReferenceVersionFieldSerializer' shared service.
  6812.      *
  6813.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\ReferenceVersionFieldSerializer
  6814.      */
  6815.     protected function getReferenceVersionFieldSerializerService()
  6816.     {
  6817.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FieldSerializerInterface.php';
  6818.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/ReferenceVersionFieldSerializer.php';
  6819.         return $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\ReferenceVersionFieldSerializer'] = new \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\ReferenceVersionFieldSerializer();
  6820.     }
  6821.     /**
  6822.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\RemoteAddressFieldSerializer' shared service.
  6823.      *
  6824.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\RemoteAddressFieldSerializer
  6825.      */
  6826.     protected function getRemoteAddressFieldSerializerService()
  6827.     {
  6828.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FieldSerializerInterface.php';
  6829.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/AbstractFieldSerializer.php';
  6830.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/RemoteAddressFieldSerializer.php';
  6831.         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()));
  6832.     }
  6833.     /**
  6834.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\StateMachineStateFieldSerializer' shared service.
  6835.      *
  6836.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\StateMachineStateFieldSerializer
  6837.      */
  6838.     protected function getStateMachineStateFieldSerializerService()
  6839.     {
  6840.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FieldSerializerInterface.php';
  6841.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/AbstractFieldSerializer.php';
  6842.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FkFieldSerializer.php';
  6843.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/StateMachineStateFieldSerializer.php';
  6844.         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()));
  6845.     }
  6846.     /**
  6847.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\StringFieldSerializer' shared service.
  6848.      *
  6849.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\StringFieldSerializer
  6850.      */
  6851.     protected function getStringFieldSerializerService()
  6852.     {
  6853.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FieldSerializerInterface.php';
  6854.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/AbstractFieldSerializer.php';
  6855.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/StringFieldSerializer.php';
  6856.         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()));
  6857.     }
  6858.     /**
  6859.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\TaxFreeConfigFieldSerializer' shared service.
  6860.      *
  6861.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\TaxFreeConfigFieldSerializer
  6862.      */
  6863.     protected function getTaxFreeConfigFieldSerializerService()
  6864.     {
  6865.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FieldSerializerInterface.php';
  6866.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/AbstractFieldSerializer.php';
  6867.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/JsonFieldSerializer.php';
  6868.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/TaxFreeConfigFieldSerializer.php';
  6869.         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()));
  6870.     }
  6871.     /**
  6872.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\TimeZoneFieldSerializer' shared service.
  6873.      *
  6874.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\TimeZoneFieldSerializer
  6875.      */
  6876.     protected function getTimeZoneFieldSerializerService()
  6877.     {
  6878.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FieldSerializerInterface.php';
  6879.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/AbstractFieldSerializer.php';
  6880.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/TimeZoneFieldSerializer.php';
  6881.         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()));
  6882.     }
  6883.     /**
  6884.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\TranslatedFieldSerializer' shared service.
  6885.      *
  6886.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\TranslatedFieldSerializer
  6887.      */
  6888.     protected function getTranslatedFieldSerializerService()
  6889.     {
  6890.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FieldSerializerInterface.php';
  6891.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/TranslatedFieldSerializer.php';
  6892.         return $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\TranslatedFieldSerializer'] = new \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\TranslatedFieldSerializer();
  6893.     }
  6894.     /**
  6895.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\TranslationsAssociationFieldSerializer' shared service.
  6896.      *
  6897.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\TranslationsAssociationFieldSerializer
  6898.      */
  6899.     protected function getTranslationsAssociationFieldSerializerService()
  6900.     {
  6901.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FieldSerializerInterface.php';
  6902.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/TranslationsAssociationFieldSerializer.php';
  6903.         return $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\TranslationsAssociationFieldSerializer'] = new \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\TranslationsAssociationFieldSerializer(($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\WriteCommandExtractor'] ?? $this->getWriteCommandExtractorService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\EntityWriteGatewayInterface'] ?? $this->getEntityWriteGatewayInterfaceService()));
  6904.     }
  6905.     /**
  6906.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\UpdatedAtFieldSerializer' shared service.
  6907.      *
  6908.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\UpdatedAtFieldSerializer
  6909.      */
  6910.     protected function getUpdatedAtFieldSerializerService()
  6911.     {
  6912.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FieldSerializerInterface.php';
  6913.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/AbstractFieldSerializer.php';
  6914.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/DateTimeFieldSerializer.php';
  6915.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/UpdatedAtFieldSerializer.php';
  6916.         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()));
  6917.     }
  6918.     /**
  6919.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\UpdatedByFieldSerializer' shared service.
  6920.      *
  6921.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\UpdatedByFieldSerializer
  6922.      */
  6923.     protected function getUpdatedByFieldSerializerService()
  6924.     {
  6925.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FieldSerializerInterface.php';
  6926.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/AbstractFieldSerializer.php';
  6927.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FkFieldSerializer.php';
  6928.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/UpdatedByFieldSerializer.php';
  6929.         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()));
  6930.     }
  6931.     /**
  6932.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\VariantListingConfigFieldSerializer' shared service.
  6933.      *
  6934.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\VariantListingConfigFieldSerializer
  6935.      */
  6936.     protected function getVariantListingConfigFieldSerializerService()
  6937.     {
  6938.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FieldSerializerInterface.php';
  6939.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/AbstractFieldSerializer.php';
  6940.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/VariantListingConfigFieldSerializer.php';
  6941.         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()));
  6942.     }
  6943.     /**
  6944.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\VersionDataPayloadFieldSerializer' shared service.
  6945.      *
  6946.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\VersionDataPayloadFieldSerializer
  6947.      */
  6948.     protected function getVersionDataPayloadFieldSerializerService()
  6949.     {
  6950.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FieldSerializerInterface.php';
  6951.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/VersionDataPayloadFieldSerializer.php';
  6952.         return $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\VersionDataPayloadFieldSerializer'] = new \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\VersionDataPayloadFieldSerializer();
  6953.     }
  6954.     /**
  6955.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\VersionFieldSerializer' shared service.
  6956.      *
  6957.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\VersionFieldSerializer
  6958.      */
  6959.     protected function getVersionFieldSerializerService()
  6960.     {
  6961.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FieldSerializerInterface.php';
  6962.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/VersionFieldSerializer.php';
  6963.         return $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\VersionFieldSerializer'] = new \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\VersionFieldSerializer();
  6964.     }
  6965.     /**
  6966.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\Indexing\EntityIndexerRegistry' shared service.
  6967.      *
  6968.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Indexing\EntityIndexerRegistry
  6969.      */
  6970.     protected function getEntityIndexerRegistryService()
  6971.     {
  6972.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Indexing/EntityIndexerRegistry.php';
  6973.         $a = ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService());
  6974.         if (isset($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Indexing\\EntityIndexerRegistry'])) {
  6975.             return $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Indexing\\EntityIndexerRegistry'];
  6976.         }
  6977.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  6978.         if (isset($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Indexing\\EntityIndexerRegistry'])) {
  6979.             return $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Indexing\\EntityIndexerRegistry'];
  6980.         }
  6981.         return $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Indexing\\EntityIndexerRegistry'] = new \Shopware\Core\Framework\DataAbstractionLayer\Indexing\EntityIndexerRegistry(new RewindableGenerator(function () {
  6982.             yield => ($this->privates['Shopware\\Core\\Content\\LandingPage\\DataAbstractionLayer\\LandingPageIndexer'] ?? $this->getLandingPageIndexerService());
  6983.             yield => ($this->privates['Shopware\\Core\\Content\\Product\\DataAbstractionLayer\\ProductIndexer'] ?? $this->getProductIndexerService());
  6984.             yield => ($this->privates['SwagMigrationAssistant\\Migration\\MessageQueue\\OrderCountIndexer'] ?? $this->getOrderCountIndexerService());
  6985.             yield => ($this->privates['Shopware\\Core\\System\\SalesChannel\\DataAbstractionLayer\\SalesChannelIndexer'] ?? $this->getSalesChannelIndexerService());
  6986.             yield => ($this->privates['Shopware\\Core\\Content\\Category\\DataAbstractionLayer\\CategoryIndexer'] ?? $this->getCategoryIndexerService());
  6987.             yield => ($this->privates['Shopware\\Core\\Content\\Media\\DataAbstractionLayer\\MediaIndexer'] ?? $this->getMediaIndexerService());
  6988.             yield => ($this->privates['Shopware\\Core\\Content\\Media\\DataAbstractionLayer\\MediaFolderConfigurationIndexer'] ?? $this->getMediaFolderConfigurationIndexerService());
  6989.             yield => ($this->privates['Shopware\\Core\\Content\\Media\\DataAbstractionLayer\\MediaFolderIndexer'] ?? $this->getMediaFolderIndexerService());
  6990.             yield => ($this->privates['Shopware\\Core\\Content\\Product\\DataAbstractionLayer\\ProductStreamUpdater'] ?? $this->getProductStreamUpdaterService());
  6991.             yield => ($this->privates['Shopware\\Core\\Content\\Newsletter\\DataAbstractionLayer\\NewsletterRecipientIndexer'] ?? $this->getNewsletterRecipientIndexerService());
  6992.             yield 10 => ($this->privates['Shopware\\Core\\Content\\Rule\\DataAbstractionLayer\\RuleIndexer'] ?? $this->getRuleIndexerService());
  6993.             yield 11 => ($this->privates['Shopware\\Core\\Content\\ProductStream\\DataAbstractionLayer\\ProductStreamIndexer'] ?? $this->getProductStreamIndexerService());
  6994.             yield 12 => ($this->privates['Shopware\\Core\\Content\\Flow\\Indexing\\FlowIndexer'] ?? $this->getFlowIndexerService());
  6995.             yield 13 => ($this->privates['Shopware\\Core\\Checkout\\Payment\\DataAbstractionLayer\\PaymentMethodIndexer'] ?? $this->getPaymentMethodIndexerService());
  6996.             yield 14 => ($this->privates['Shopware\\Core\\Checkout\\Promotion\\DataAbstractionLayer\\PromotionIndexer'] ?? $this->getPromotionIndexerService());
  6997.             yield 15 => ($this->privates['Shopware\\Storefront\\Theme\\DataAbstractionLayer\\ThemeIndexer'] ?? $this->getThemeIndexerService());
  6998.         }, 16), $a$b);
  6999.     }
  7000.     /**
  7001.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\Read\EntityReaderInterface' shared service.
  7002.      *
  7003.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader
  7004.      */
  7005.     protected function getEntityReaderInterfaceService()
  7006.     {
  7007.         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()));
  7008.     }
  7009.     /**
  7010.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\Search\EntityAggregatorInterface' shared service.
  7011.      *
  7012.      * @return \Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntityAggregator
  7013.      */
  7014.     protected function getEntityAggregatorInterfaceService()
  7015.     {
  7016.         $a = ($this->services['Shopware\\Elasticsearch\\Framework\\ElasticsearchHelper'] ?? $this->getElasticsearchHelperService());
  7017.         if (isset($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'])) {
  7018.             return $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'];
  7019.         }
  7020.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  7021.         if (isset($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'])) {
  7022.             return $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'];
  7023.         }
  7024.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService());
  7025.         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);
  7026.     }
  7027.     /**
  7028.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\Search\EntitySearcherInterface' shared service.
  7029.      *
  7030.      * @return \Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher
  7031.      */
  7032.     protected function getEntitySearcherInterfaceService()
  7033.     {
  7034.         $a = ($this->services['Shopware\\Elasticsearch\\Framework\\ElasticsearchHelper'] ?? $this->getElasticsearchHelperService());
  7035.         if (isset($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'])) {
  7036.             return $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'];
  7037.         }
  7038.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  7039.         if (isset($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'])) {
  7040.             return $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'];
  7041.         }
  7042.         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);
  7043.     }
  7044.     /**
  7045.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\VersionManager' shared service.
  7046.      *
  7047.      * @return \Shopware\Core\Framework\DataAbstractionLayer\VersionManager
  7048.      */
  7049.     protected function getVersionManagerService()
  7050.     {
  7051.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\EntityWriter'] ?? $this->getEntityWriterService());
  7052.         if (isset($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'])) {
  7053.             return $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'];
  7054.         }
  7055.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  7056.         if (isset($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'])) {
  7057.             return $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'];
  7058.         }
  7059.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\EntityWriteGatewayInterface'] ?? $this->getEntityWriteGatewayInterfaceService());
  7060.         if (isset($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'])) {
  7061.             return $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'];
  7062.         }
  7063.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  7064.         if (isset($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'])) {
  7065.             return $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'];
  7066.         }
  7067.         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()));
  7068.     }
  7069.     /**
  7070.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\Version\Aggregate\VersionCommitData\VersionCommitDataDefinition' shared service.
  7071.      *
  7072.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Version\Aggregate\VersionCommitData\VersionCommitDataDefinition
  7073.      */
  7074.     protected function getVersionCommitDataDefinitionService()
  7075.     {
  7076.         $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Version\\Aggregate\\VersionCommitData\\VersionCommitDataDefinition'] = $instance = new \Shopware\Core\Framework\DataAbstractionLayer\Version\Aggregate\VersionCommitData\VersionCommitDataDefinition();
  7077.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  7078.         return $instance;
  7079.     }
  7080.     /**
  7081.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\Version\Aggregate\VersionCommit\VersionCommitDefinition' shared service.
  7082.      *
  7083.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Version\Aggregate\VersionCommit\VersionCommitDefinition
  7084.      */
  7085.     protected function getVersionCommitDefinitionService()
  7086.     {
  7087.         $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Version\\Aggregate\\VersionCommit\\VersionCommitDefinition'] = $instance = new \Shopware\Core\Framework\DataAbstractionLayer\Version\Aggregate\VersionCommit\VersionCommitDefinition();
  7088.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  7089.         return $instance;
  7090.     }
  7091.     /**
  7092.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\Version\VersionDefinition' shared service.
  7093.      *
  7094.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Version\VersionDefinition
  7095.      */
  7096.     protected function getVersionDefinitionService()
  7097.     {
  7098.         $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Version\\VersionDefinition'] = $instance = new \Shopware\Core\Framework\DataAbstractionLayer\Version\VersionDefinition();
  7099.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  7100.         return $instance;
  7101.     }
  7102.     /**
  7103.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\Write\EntityWriteGatewayInterface' shared service.
  7104.      *
  7105.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityWriteGateway
  7106.      */
  7107.     protected function getEntityWriteGatewayInterfaceService()
  7108.     {
  7109.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  7110.         if (isset($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\EntityWriteGatewayInterface'])) {
  7111.             return $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\EntityWriteGatewayInterface'];
  7112.         }
  7113.         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 () {
  7114.             yield => ($this->privates['Shopware\\Core\\System\\Language\\LanguageExceptionHandler'] ?? ($this->privates['Shopware\\Core\\System\\Language\\LanguageExceptionHandler'] = new \Shopware\Core\System\Language\LanguageExceptionHandler()));
  7115.             yield => ($this->privates['Shopware\\Core\\System\\SalesChannel\\SalesChannelExceptionHandler'] ?? ($this->privates['Shopware\\Core\\System\\SalesChannel\\SalesChannelExceptionHandler'] = new \Shopware\Core\System\SalesChannel\SalesChannelExceptionHandler()));
  7116.             yield => ($this->privates['Shopware\\Core\\Content\\Product\\DataAbstractionLayer\\ProductExceptionHandler'] ?? ($this->privates['Shopware\\Core\\Content\\Product\\DataAbstractionLayer\\ProductExceptionHandler'] = new \Shopware\Core\Content\Product\DataAbstractionLayer\ProductExceptionHandler()));
  7117.             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()));
  7118.             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()));
  7119.             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()));
  7120.             yield => ($this->privates['Shopware\\Core\\Content\\Newsletter\\NewsletterExceptionHandler'] ?? ($this->privates['Shopware\\Core\\Content\\Newsletter\\NewsletterExceptionHandler'] = new \Shopware\Core\Content\Newsletter\NewsletterExceptionHandler()));
  7121.             yield => ($this->privates['Shopware\\Core\\Content\\ProductExport\\DataAbstractionLayer\\ProductExportExceptionHandler'] ?? ($this->privates['Shopware\\Core\\Content\\ProductExport\\DataAbstractionLayer\\ProductExportExceptionHandler'] = new \Shopware\Core\Content\ProductExport\DataAbstractionLayer\ProductExportExceptionHandler()));
  7122.             yield => ($this->privates['Shopware\\Core\\Checkout\\Customer\\DataAbstractionLayer\\CustomerWishlistProductExceptionHandler'] ?? ($this->privates['Shopware\\Core\\Checkout\\Customer\\DataAbstractionLayer\\CustomerWishlistProductExceptionHandler'] = new \Shopware\Core\Checkout\Customer\DataAbstractionLayer\CustomerWishlistProductExceptionHandler()));
  7123.             yield => ($this->privates['Shopware\\Core\\Checkout\\Order\\OrderExceptionHandler'] ?? ($this->privates['Shopware\\Core\\Checkout\\Order\\OrderExceptionHandler'] = new \Shopware\Core\Checkout\Order\OrderExceptionHandler()));
  7124.         }, 10)), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  7125.     }
  7126.     /**
  7127.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\Write\EntityWriter' shared service.
  7128.      *
  7129.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Write\EntityWriter
  7130.      */
  7131.     protected function getEntityWriterService()
  7132.     {
  7133.         $a = ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\WriteCommandExtractor'] ?? $this->getWriteCommandExtractorService());
  7134.         if (isset($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\EntityWriter'])) {
  7135.             return $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\EntityWriter'];
  7136.         }
  7137.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\EntityWriteGatewayInterface'] ?? $this->getEntityWriteGatewayInterfaceService());
  7138.         if (isset($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\EntityWriter'])) {
  7139.             return $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\EntityWriter'];
  7140.         }
  7141.         $c = ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService());
  7142.         $d = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService());
  7143.         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));
  7144.     }
  7145.     /**
  7146.      * Gets the public 'Shopware\Core\Framework\Event\BusinessEventRegistry' shared service.
  7147.      *
  7148.      * @return \Shopware\Core\Framework\Event\BusinessEventRegistry
  7149.      */
  7150.     protected function getBusinessEventRegistryService()
  7151.     {
  7152.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Event/BusinessEventRegistry.php';
  7153.         $this->services['Shopware\\Core\\Framework\\Event\\BusinessEventRegistry'] = $instance = new \Shopware\Core\Framework\Event\BusinessEventRegistry();
  7154.         $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']);
  7155.         return $instance;
  7156.     }
  7157.     /**
  7158.      * Gets the public 'Shopware\Core\Framework\Event\EventAction\Aggregate\EventActionRule\EventActionRuleDefinition' shared service.
  7159.      *
  7160.      * @return \Shopware\Core\Framework\Event\EventAction\Aggregate\EventActionRule\EventActionRuleDefinition
  7161.      */
  7162.     protected function getEventActionRuleDefinitionService()
  7163.     {
  7164.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Event/EventAction/Aggregate/EventActionRule/EventActionRuleDefinition.php';
  7165.         $this->services['Shopware\\Core\\Framework\\Event\\EventAction\\Aggregate\\EventActionRule\\EventActionRuleDefinition'] = $instance = new \Shopware\Core\Framework\Event\EventAction\Aggregate\EventActionRule\EventActionRuleDefinition();
  7166.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  7167.         return $instance;
  7168.     }
  7169.     /**
  7170.      * Gets the public 'Shopware\Core\Framework\Event\EventAction\Aggregate\EventActionSalesChannel\EventActionSalesChannelDefinition' shared service.
  7171.      *
  7172.      * @return \Shopware\Core\Framework\Event\EventAction\Aggregate\EventActionSalesChannel\EventActionSalesChannelDefinition
  7173.      */
  7174.     protected function getEventActionSalesChannelDefinitionService()
  7175.     {
  7176.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Event/EventAction/Aggregate/EventActionSalesChannel/EventActionSalesChannelDefinition.php';
  7177.         $this->services['Shopware\\Core\\Framework\\Event\\EventAction\\Aggregate\\EventActionSalesChannel\\EventActionSalesChannelDefinition'] = $instance = new \Shopware\Core\Framework\Event\EventAction\Aggregate\EventActionSalesChannel\EventActionSalesChannelDefinition();
  7178.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  7179.         return $instance;
  7180.     }
  7181.     /**
  7182.      * Gets the public 'Shopware\Core\Framework\Event\EventAction\EventActionDefinition' shared service.
  7183.      *
  7184.      * @return \Shopware\Core\Framework\Event\EventAction\EventActionDefinition
  7185.      */
  7186.     protected function getEventActionDefinitionService()
  7187.     {
  7188.         $this->services['Shopware\\Core\\Framework\\Event\\EventAction\\EventActionDefinition'] = $instance = new \Shopware\Core\Framework\Event\EventAction\EventActionDefinition();
  7189.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  7190.         return $instance;
  7191.     }
  7192.     /**
  7193.      * Gets the public 'Shopware\Core\Framework\Increment\Controller\IncrementApiController' shared service.
  7194.      *
  7195.      * @return \Shopware\Core\Framework\Increment\Controller\IncrementApiController
  7196.      */
  7197.     protected function getIncrementApiControllerService()
  7198.     {
  7199.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Increment/Controller/IncrementApiController.php';
  7200.         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()));
  7201.     }
  7202.     /**
  7203.      * Gets the public 'Shopware\Core\Framework\Log\LogEntryDefinition' shared service.
  7204.      *
  7205.      * @return \Shopware\Core\Framework\Log\LogEntryDefinition
  7206.      */
  7207.     protected function getLogEntryDefinitionService()
  7208.     {
  7209.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Log/LogEntryDefinition.php';
  7210.         $this->services['Shopware\\Core\\Framework\\Log\\LogEntryDefinition'] = $instance = new \Shopware\Core\Framework\Log\LogEntryDefinition();
  7211.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  7212.         return $instance;
  7213.     }
  7214.     /**
  7215.      * Gets the public 'Shopware\Core\Framework\MessageQueue\Api\ConsumeMessagesController' shared service.
  7216.      *
  7217.      * @return \Shopware\Core\Framework\MessageQueue\Api\ConsumeMessagesController
  7218.      */
  7219.     protected function getConsumeMessagesControllerService()
  7220.     {
  7221.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/MessageQueue/Api/ConsumeMessagesController.php';
  7222.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/EventListener/StopWorkerOnSigtermSignalListener.php';
  7223.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/EventListener/DispatchPcntlSignalListener.php';
  7224.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/MessageQueue/Subscriber/EarlyReturnMessagesListener.php';
  7225.         $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()), new \Symfony\Component\Messenger\EventListener\StopWorkerOnSigtermSignalListener(($this->privates['monolog.logger.messenger'] ?? $this->getMonolog_Logger_MessengerService())), new \Symfony\Component\Messenger\EventListener\DispatchPcntlSignalListener(), new \Shopware\Core\Framework\MessageQueue\Subscriber\EarlyReturnMessagesListener(), 'default''128M');
  7226.         $instance->setContainer($this);
  7227.         return $instance;
  7228.     }
  7229.     /**
  7230.      * Gets the public 'Shopware\Core\Framework\MessageQueue\DeadMessage\DeadMessageDefinition' shared service.
  7231.      *
  7232.      * @return \Shopware\Core\Framework\MessageQueue\DeadMessage\DeadMessageDefinition
  7233.      */
  7234.     protected function getDeadMessageDefinitionService()
  7235.     {
  7236.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/MessageQueue/DeadMessage/DeadMessageDefinition.php';
  7237.         $this->services['Shopware\\Core\\Framework\\MessageQueue\\DeadMessage\\DeadMessageDefinition'] = $instance = new \Shopware\Core\Framework\MessageQueue\DeadMessage\DeadMessageDefinition();
  7238.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  7239.         return $instance;
  7240.     }
  7241.     /**
  7242.      * Gets the public 'Shopware\Core\Framework\MessageQueue\MessageQueueStatsDefinition' shared service.
  7243.      *
  7244.      * @return \Shopware\Core\Framework\MessageQueue\MessageQueueStatsDefinition
  7245.      */
  7246.     protected function getMessageQueueStatsDefinitionService()
  7247.     {
  7248.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/MessageQueue/MessageQueueStatsDefinition.php';
  7249.         $this->services['Shopware\\Core\\Framework\\MessageQueue\\MessageQueueStatsDefinition'] = $instance = new \Shopware\Core\Framework\MessageQueue\MessageQueueStatsDefinition();
  7250.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  7251.         return $instance;
  7252.     }
  7253.     /**
  7254.      * Gets the public 'Shopware\Core\Framework\MessageQueue\ScheduledTask\Api\ScheduledTaskController' shared service.
  7255.      *
  7256.      * @return \Shopware\Core\Framework\MessageQueue\ScheduledTask\Api\ScheduledTaskController
  7257.      */
  7258.     protected function getScheduledTaskControllerService()
  7259.     {
  7260.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/MessageQueue/ScheduledTask/Api/ScheduledTaskController.php';
  7261.         $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()));
  7262.         $instance->setContainer($this);
  7263.         return $instance;
  7264.     }
  7265.     /**
  7266.      * Gets the public 'Shopware\Core\Framework\MessageQueue\ScheduledTask\ScheduledTaskDefinition' shared service.
  7267.      *
  7268.      * @return \Shopware\Core\Framework\MessageQueue\ScheduledTask\ScheduledTaskDefinition
  7269.      */
  7270.     protected function getScheduledTaskDefinitionService()
  7271.     {
  7272.         $this->services['Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\ScheduledTaskDefinition'] = $instance = new \Shopware\Core\Framework\MessageQueue\ScheduledTask\ScheduledTaskDefinition();
  7273.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  7274.         return $instance;
  7275.     }
  7276.     /**
  7277.      * Gets the public 'Shopware\Core\Framework\Migration\Api\MigrationController' shared service.
  7278.      *
  7279.      * @return \Shopware\Core\Framework\Migration\Api\MigrationController
  7280.      */
  7281.     protected function getMigrationControllerService()
  7282.     {
  7283.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Migration/Api/MigrationController.php';
  7284.         $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');
  7285.         $instance->setContainer($this);
  7286.         return $instance;
  7287.     }
  7288.     /**
  7289.      * Gets the public 'Shopware\Core\Framework\Migration\IndexerQueuer' shared service.
  7290.      *
  7291.      * @return \Shopware\Core\Framework\Migration\IndexerQueuer
  7292.      */
  7293.     protected function getIndexerQueuerService()
  7294.     {
  7295.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Migration/IndexerQueuer.php';
  7296.         return $this->services['Shopware\\Core\\Framework\\Migration\\IndexerQueuer'] = new \Shopware\Core\Framework\Migration\IndexerQueuer(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  7297.     }
  7298.     /**
  7299.      * Gets the public 'Shopware\Core\Framework\Migration\MigrationCollectionLoader' shared service.
  7300.      *
  7301.      * @return \Shopware\Core\Framework\Migration\MigrationCollectionLoader
  7302.      */
  7303.     protected function getMigrationCollectionLoaderService()
  7304.     {
  7305.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Migration/MigrationCollectionLoader.php';
  7306.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Migration/MigrationRuntime.php';
  7307.         $a = ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService());
  7308.         $b = ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService());
  7309.         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 () {
  7310.             yield => ($this->privates['Shopware\\Core\\Framework\\Migration\\MigrationSource.core'] ?? ($this->privates['Shopware\\Core\\Framework\\Migration\\MigrationSource.core'] = new \Shopware\Core\Framework\Migration\MigrationSource('core')));
  7311.             yield => ($this->privates['Shopware\\Core\\Framework\\Migration\\MigrationSource.core.V6_3'] ?? $this->getMigrationSource_Core_V63Service());
  7312.             yield => ($this->privates['Shopware\\Core\\Framework\\Migration\\MigrationSource.core.V6_4'] ?? $this->getMigrationSource_Core_V64Service());
  7313.             yield => ($this->privates['Shopware\\Core\\Framework\\Migration\\MigrationSource.core.V6_5'] ?? $this->getMigrationSource_Core_V65Service());
  7314.             yield => ($this->privates['Shopware\\Core\\Framework\\Migration\\MigrationSource.null'] ?? ($this->privates['Shopware\\Core\\Framework\\Migration\\MigrationSource.null'] = new \Shopware\Core\Framework\Migration\MigrationSource('null', [])));
  7315.             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'])));
  7316.             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'])));
  7317.             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'])));
  7318.             yield => ($this->privates['Shopware\\Core\\Framework\\Migration\\MigrationSource_SwagLanguagePack'] ?? ($this->privates['Shopware\\Core\\Framework\\Migration\\MigrationSource_SwagLanguagePack'] = new \Shopware\Core\Framework\Migration\MigrationSource('SwagLanguagePack', [(\dirname(__DIR__4).'/custom/plugins/SwagLanguagePack/src/Migration') => 'Swag\\LanguagePack\\Migration'])));
  7319.             yield => ($this->privates['Shopware\\Core\\Framework\\Migration\\MigrationSource_SwagMigrationAssistant'] ?? ($this->privates['Shopware\\Core\\Framework\\Migration\\MigrationSource_SwagMigrationAssistant'] = new \Shopware\Core\Framework\Migration\MigrationSource('SwagMigrationAssistant', [(\dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Core/Migration') => 'SwagMigrationAssistant\\Core\\Migration'])));
  7320.         }, 10), $b);
  7321.     }
  7322.     /**
  7323.      * Gets the public 'Shopware\Core\Framework\Plugin\Aggregate\PluginTranslation\PluginTranslationDefinition' shared service.
  7324.      *
  7325.      * @return \Shopware\Core\Framework\Plugin\Aggregate\PluginTranslation\PluginTranslationDefinition
  7326.      */
  7327.     protected function getPluginTranslationDefinitionService()
  7328.     {
  7329.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  7330.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin/Aggregate/PluginTranslation/PluginTranslationDefinition.php';
  7331.         $this->services['Shopware\\Core\\Framework\\Plugin\\Aggregate\\PluginTranslation\\PluginTranslationDefinition'] = $instance = new \Shopware\Core\Framework\Plugin\Aggregate\PluginTranslation\PluginTranslationDefinition();
  7332.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  7333.         return $instance;
  7334.     }
  7335.     /**
  7336.      * Gets the public 'Shopware\Core\Framework\Plugin\KernelPluginCollection' shared service.
  7337.      *
  7338.      * @return \Shopware\Core\Framework\Plugin\KernelPluginCollection
  7339.      */
  7340.     protected function getKernelPluginCollectionService()
  7341.     {
  7342.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin/KernelPluginCollection.php';
  7343.         return $this->services['Shopware\\Core\\Framework\\Plugin\\KernelPluginCollection'] = ($this->services['Shopware\\Core\\Framework\\Plugin\\KernelPluginLoader\\KernelPluginLoader'] ?? $this->getKernelPluginLoaderService())->getPluginInstances();
  7344.     }
  7345.     /**
  7346.      * Gets the public 'Shopware\Core\Framework\Plugin\KernelPluginLoader\KernelPluginLoader' shared service.
  7347.      *
  7348.      * @return \Shopware\Core\Framework\Plugin\KernelPluginLoader\KernelPluginLoader
  7349.      */
  7350.     protected function getKernelPluginLoaderService()
  7351.     {
  7352.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  7353.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Bundle/BundleInterface.php';
  7354.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  7355.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Bundle/Bundle.php';
  7356.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin/KernelPluginLoader/KernelPluginLoader.php';
  7357.         return $this->services['Shopware\\Core\\Framework\\Plugin\\KernelPluginLoader\\KernelPluginLoader'] = ($this->services['kernel'] ?? $this->get('kernel'1))->getPluginLoader();
  7358.     }
  7359.     /**
  7360.      * Gets the public 'Shopware\Core\Framework\Plugin\PluginDefinition' shared service.
  7361.      *
  7362.      * @return \Shopware\Core\Framework\Plugin\PluginDefinition
  7363.      */
  7364.     protected function getPluginDefinitionService()
  7365.     {
  7366.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin/PluginDefinition.php';
  7367.         $this->services['Shopware\\Core\\Framework\\Plugin\\PluginDefinition'] = $instance = new \Shopware\Core\Framework\Plugin\PluginDefinition();
  7368.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  7369.         return $instance;
  7370.     }
  7371.     /**
  7372.      * Gets the public 'Shopware\Core\Framework\Plugin\Util\PluginIdProvider' shared service.
  7373.      *
  7374.      * @return \Shopware\Core\Framework\Plugin\Util\PluginIdProvider
  7375.      */
  7376.     protected function getPluginIdProviderService()
  7377.     {
  7378.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin/Util/PluginIdProvider.php';
  7379.         return $this->services['Shopware\\Core\\Framework\\Plugin\\Util\\PluginIdProvider'] = new \Shopware\Core\Framework\Plugin\Util\PluginIdProvider(($this->services['plugin.repository'] ?? $this->getPlugin_RepositoryService()));
  7380.     }
  7381.     /**
  7382.      * Gets the public 'Shopware\Core\Framework\Routing\CanonicalRedirectService' shared service.
  7383.      *
  7384.      * @return \Shopware\Core\Framework\Routing\CanonicalRedirectService
  7385.      */
  7386.     protected function getCanonicalRedirectServiceService()
  7387.     {
  7388.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Routing/CanonicalRedirectService.php';
  7389.         return $this->services['Shopware\\Core\\Framework\\Routing\\CanonicalRedirectService'] = new \Shopware\Core\Framework\Routing\CanonicalRedirectService(($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService()));
  7390.     }
  7391.     /**
  7392.      * Gets the public 'Shopware\Core\Framework\Routing\RequestTransformerInterface' shared autowired service.
  7393.      *
  7394.      * @return \Shopware\Storefront\Framework\Routing\RequestTransformer
  7395.      */
  7396.     protected function getRequestTransformerInterfaceService()
  7397.     {
  7398.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Routing/RequestTransformerInterface.php';
  7399.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Routing/RequestTransformer.php';
  7400.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Routing/RequestTransformer.php';
  7401.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Routing/AbstractDomainLoader.php';
  7402.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Routing/CachedDomainLoader.php';
  7403.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Routing/DomainLoader.php';
  7404.         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())));
  7405.     }
  7406.     /**
  7407.      * Gets the public 'Shopware\Core\Framework\Rule\Api\RuleConfigController' shared service.
  7408.      *
  7409.      * @return \Shopware\Core\Framework\Rule\Api\RuleConfigController
  7410.      */
  7411.     protected function getRuleConfigControllerService()
  7412.     {
  7413.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Rule/Api/RuleConfigController.php';
  7414.         $this->services['Shopware\\Core\\Framework\\Rule\\Api\\RuleConfigController'] = $instance = new \Shopware\Core\Framework\Rule\Api\RuleConfigController(new RewindableGenerator(function () {
  7415.             yield => ($this->privates['Shopware\\Core\\Framework\\Rule\\Container\\AndRule'] ?? ($this->privates['Shopware\\Core\\Framework\\Rule\\Container\\AndRule'] = new \Shopware\Core\Framework\Rule\Container\AndRule()));
  7416.             yield => ($this->privates['Shopware\\Core\\Framework\\Rule\\Container\\NotRule'] ?? ($this->privates['Shopware\\Core\\Framework\\Rule\\Container\\NotRule'] = new \Shopware\Core\Framework\Rule\Container\NotRule()));
  7417.             yield => ($this->privates['Shopware\\Core\\Framework\\Rule\\Container\\OrRule'] ?? ($this->privates['Shopware\\Core\\Framework\\Rule\\Container\\OrRule'] = new \Shopware\Core\Framework\Rule\Container\OrRule()));
  7418.             yield => ($this->privates['Shopware\\Core\\Framework\\Rule\\Container\\XorRule'] ?? ($this->privates['Shopware\\Core\\Framework\\Rule\\Container\\XorRule'] = new \Shopware\Core\Framework\Rule\Container\XorRule()));
  7419.             yield => ($this->privates['Shopware\\Core\\Framework\\Rule\\Container\\MatchAllLineItemsRule'] ?? ($this->privates['Shopware\\Core\\Framework\\Rule\\Container\\MatchAllLineItemsRule'] = new \Shopware\Core\Framework\Rule\Container\MatchAllLineItemsRule()));
  7420.             yield => ($this->privates['Shopware\\Core\\Framework\\Rule\\ScriptRule'] ?? ($this->privates['Shopware\\Core\\Framework\\Rule\\ScriptRule'] = new \Shopware\Core\Framework\Rule\ScriptRule()));
  7421.             yield => ($this->privates['Shopware\\Core\\Framework\\Rule\\DateRangeRule'] ?? ($this->privates['Shopware\\Core\\Framework\\Rule\\DateRangeRule'] = new \Shopware\Core\Framework\Rule\DateRangeRule()));
  7422.             yield => ($this->privates['Shopware\\Core\\Framework\\Rule\\SimpleRule'] ?? ($this->privates['Shopware\\Core\\Framework\\Rule\\SimpleRule'] = new \Shopware\Core\Framework\Rule\SimpleRule()));
  7423.             yield => ($this->privates['Shopware\\Core\\Framework\\Rule\\SalesChannelRule'] ?? ($this->privates['Shopware\\Core\\Framework\\Rule\\SalesChannelRule'] = new \Shopware\Core\Framework\Rule\SalesChannelRule()));
  7424.             yield => ($this->privates['Shopware\\Core\\Framework\\Rule\\TimeRangeRule'] ?? ($this->privates['Shopware\\Core\\Framework\\Rule\\TimeRangeRule'] = new \Shopware\Core\Framework\Rule\TimeRangeRule()));
  7425.             yield 10 => ($this->privates['Shopware\\Core\\Framework\\Rule\\WeekdayRule'] ?? ($this->privates['Shopware\\Core\\Framework\\Rule\\WeekdayRule'] = new \Shopware\Core\Framework\Rule\WeekdayRule()));
  7426.             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()));
  7427.             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()));
  7428.             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()));
  7429.             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()));
  7430.             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()));
  7431.             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()));
  7432.             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()));
  7433.             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()));
  7434.             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()));
  7435.             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()));
  7436.             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()));
  7437.             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()));
  7438.             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()));
  7439.             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()));
  7440.             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()));
  7441.             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()));
  7442.             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()));
  7443.             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()));
  7444.             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()));
  7445.             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()));
  7446.             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()));
  7447.             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()));
  7448.             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()));
  7449.             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()));
  7450.             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()));
  7451.             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()));
  7452.             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()));
  7453.             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()));
  7454.             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()));
  7455.             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()));
  7456.             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()));
  7457.             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()));
  7458.             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()));
  7459.             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()));
  7460.             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()));
  7461.             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()));
  7462.             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()));
  7463.             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()));
  7464.             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()));
  7465.             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()));
  7466.             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()));
  7467.             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()));
  7468.             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()));
  7469.             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()));
  7470.             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()));
  7471.             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()));
  7472.             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()));
  7473.             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()));
  7474.             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()));
  7475.             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()));
  7476.             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()));
  7477.             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()));
  7478.             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()));
  7479.             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()));
  7480.             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()));
  7481.             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()));
  7482.             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()));
  7483.             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()));
  7484.             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()));
  7485.             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()));
  7486.             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()));
  7487.             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()));
  7488.             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()));
  7489.             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()));
  7490.             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()));
  7491.             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()));
  7492.             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()));
  7493.             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()));
  7494.             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()));
  7495.             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()));
  7496.             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()));
  7497.             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()));
  7498.             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()));
  7499.             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()));
  7500.             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()));
  7501.             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()));
  7502.             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()));
  7503.             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()));
  7504.             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()));
  7505.             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()));
  7506.             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()));
  7507.         }, 92));
  7508.         $instance->setContainer($this);
  7509.         return $instance;
  7510.     }
  7511.     /**
  7512.      * Gets the public 'Shopware\Core\Framework\Script\Api\ScriptApiRoute' shared service.
  7513.      *
  7514.      * @return \Shopware\Core\Framework\Script\Api\ScriptApiRoute
  7515.      */
  7516.     protected function getScriptApiRouteService()
  7517.     {
  7518.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Script/Api/ScriptApiRoute.php';
  7519.         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()));
  7520.     }
  7521.     /**
  7522.      * Gets the public 'Shopware\Core\Framework\Script\Api\ScriptResponseFactoryFacadeHookFactory' shared service.
  7523.      *
  7524.      * @return \Shopware\Core\Framework\Script\Api\ScriptResponseFactoryFacadeHookFactory
  7525.      */
  7526.     protected function getScriptResponseFactoryFacadeHookFactoryService()
  7527.     {
  7528.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Script/Execution/Awareness/HookServiceFactory.php';
  7529.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Script/Api/ScriptResponseFactoryFacadeHookFactory.php';
  7530.         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()));
  7531.     }
  7532.     /**
  7533.      * Gets the public 'Shopware\Core\Framework\Script\Api\ScriptStoreApiRoute' shared service.
  7534.      *
  7535.      * @return \Shopware\Core\Framework\Script\Api\ScriptStoreApiRoute
  7536.      */
  7537.     protected function getScriptStoreApiRouteService()
  7538.     {
  7539.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Script/Api/ScriptStoreApiRoute.php';
  7540.         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()));
  7541.     }
  7542.     /**
  7543.      * Gets the public 'Shopware\Core\Framework\Script\Execution\ScriptExecutor' shared service.
  7544.      *
  7545.      * @return \Shopware\Core\Framework\Script\Execution\ScriptExecutor
  7546.      */
  7547.     protected function getScriptExecutorService()
  7548.     {
  7549.         $a = ($this->privates['Shopware\\Core\\Framework\\Script\\Execution\\ScriptLoader'] ?? $this->getScriptLoaderService());
  7550.         if (isset($this->services['Shopware\\Core\\Framework\\Script\\Execution\\ScriptExecutor'])) {
  7551.             return $this->services['Shopware\\Core\\Framework\\Script\\Execution\\ScriptExecutor'];
  7552.         }
  7553.         $b = ($this->privates['twig.extension.trans'] ?? $this->getTwig_Extension_TransService());
  7554.         if (isset($this->services['Shopware\\Core\\Framework\\Script\\Execution\\ScriptExecutor'])) {
  7555.             return $this->services['Shopware\\Core\\Framework\\Script\\Execution\\ScriptExecutor'];
  7556.         }
  7557.         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);
  7558.     }
  7559.     /**
  7560.      * Gets the public 'Shopware\Core\Framework\Script\ScriptDefinition' shared service.
  7561.      *
  7562.      * @return \Shopware\Core\Framework\Script\ScriptDefinition
  7563.      */
  7564.     protected function getScriptDefinitionService()
  7565.     {
  7566.         $this->services['Shopware\\Core\\Framework\\Script\\ScriptDefinition'] = $instance = new \Shopware\Core\Framework\Script\ScriptDefinition();
  7567.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  7568.         return $instance;
  7569.     }
  7570.     /**
  7571.      * Gets the public 'Shopware\Core\Framework\Store\Api\ExtensionStoreActionsController' shared service.
  7572.      *
  7573.      * @return \Shopware\Core\Framework\Store\Api\ExtensionStoreActionsController
  7574.      */
  7575.     protected function getExtensionStoreActionsControllerService()
  7576.     {
  7577.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Store/Api/ExtensionStoreActionsController.php';
  7578.         $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()));
  7579.         $instance->setContainer($this);
  7580.         return $instance;
  7581.     }
  7582.     /**
  7583.      * Gets the public 'Shopware\Core\Framework\Store\Api\ExtensionStoreDataController' shared service.
  7584.      *
  7585.      * @return \Shopware\Core\Framework\Store\Api\ExtensionStoreDataController
  7586.      */
  7587.     protected function getExtensionStoreDataControllerService()
  7588.     {
  7589.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Store/Api/ExtensionStoreDataController.php';
  7590.         $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()));
  7591.         $instance->setContainer($this);
  7592.         return $instance;
  7593.     }
  7594.     /**
  7595.      * Gets the public 'Shopware\Core\Framework\Store\Api\ExtensionStoreLicensesController' shared service.
  7596.      *
  7597.      * @return \Shopware\Core\Framework\Store\Api\ExtensionStoreLicensesController
  7598.      */
  7599.     protected function getExtensionStoreLicensesControllerService()
  7600.     {
  7601.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Store/Api/ExtensionStoreLicensesController.php';
  7602.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Store/Services/AbstractExtensionStoreLicensesService.php';
  7603.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Store/Services/ExtensionStoreLicensesService.php';
  7604.         $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())));
  7605.         $instance->setContainer($this);
  7606.         return $instance;
  7607.     }
  7608.     /**
  7609.      * Gets the public 'Shopware\Core\Framework\Store\Api\FirstRunWizardController' shared service.
  7610.      *
  7611.      * @return \Shopware\Core\Framework\Store\Api\FirstRunWizardController
  7612.      */
  7613.     protected function getFirstRunWizardControllerService()
  7614.     {
  7615.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Store/Api/FirstRunWizardController.php';
  7616.         $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()));
  7617.         $instance->setContainer($this);
  7618.         return $instance;
  7619.     }
  7620.     /**
  7621.      * Gets the public 'Shopware\Core\Framework\Store\Api\StoreController' shared service.
  7622.      *
  7623.      * @return \Shopware\Core\Framework\Store\Api\StoreController
  7624.      */
  7625.     protected function getStoreControllerService()
  7626.     {
  7627.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Store/Api/StoreController.php';
  7628.         $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()));
  7629.         $instance->setContainer($this);
  7630.         return $instance;
  7631.     }
  7632.     /**
  7633.      * Gets the public 'Shopware\Core\Framework\Store\Authentication\StoreRequestOptionsProvider' shared service.
  7634.      *
  7635.      * @return \Shopware\Core\Framework\Store\Authentication\StoreRequestOptionsProvider
  7636.      */
  7637.     protected function getStoreRequestOptionsProviderService()
  7638.     {
  7639.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Store/Authentication/AbstractStoreRequestOptionsProvider.php';
  7640.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Store/Authentication/StoreRequestOptionsProvider.php';
  7641.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Store/Services/InstanceService.php';
  7642.         $a = ($this->services['user.repository'] ?? $this->getUser_RepositoryService());
  7643.         if (isset($this->services['Shopware\\Core\\Framework\\Store\\Authentication\\StoreRequestOptionsProvider'])) {
  7644.             return $this->services['Shopware\\Core\\Framework\\Store\\Authentication\\StoreRequestOptionsProvider'];
  7645.         }
  7646.         $b = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  7647.         if (isset($this->services['Shopware\\Core\\Framework\\Store\\Authentication\\StoreRequestOptionsProvider'])) {
  7648.             return $this->services['Shopware\\Core\\Framework\\Store\\Authentication\\StoreRequestOptionsProvider'];
  7649.         }
  7650.         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()));
  7651.     }
  7652.     /**
  7653.      * Gets the public 'Shopware\Core\Framework\Store\Services\ShopSecretInvalidMiddleware' shared service.
  7654.      *
  7655.      * @return \Shopware\Core\Framework\Store\Services\ShopSecretInvalidMiddleware
  7656.      */
  7657.     protected function getShopSecretInvalidMiddlewareService()
  7658.     {
  7659.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Store/Services/MiddlewareInterface.php';
  7660.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Store/Services/ShopSecretInvalidMiddleware.php';
  7661.         $a = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  7662.         if (isset($this->services['Shopware\\Core\\Framework\\Store\\Services\\ShopSecretInvalidMiddleware'])) {
  7663.             return $this->services['Shopware\\Core\\Framework\\Store\\Services\\ShopSecretInvalidMiddleware'];
  7664.         }
  7665.         return $this->services['Shopware\\Core\\Framework\\Store\\Services\\ShopSecretInvalidMiddleware'] = new \Shopware\Core\Framework\Store\Services\ShopSecretInvalidMiddleware(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()), $a);
  7666.     }
  7667.     /**
  7668.      * Gets the public 'Shopware\Core\Framework\Store\Services\StoreSessionExpiredMiddleware' shared service.
  7669.      *
  7670.      * @return \Shopware\Core\Framework\Store\Services\StoreSessionExpiredMiddleware
  7671.      */
  7672.     protected function getStoreSessionExpiredMiddlewareService()
  7673.     {
  7674.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Store/Services/MiddlewareInterface.php';
  7675.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Store/Services/StoreSessionExpiredMiddleware.php';
  7676.         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())));
  7677.     }
  7678.     /**
  7679.      * Gets the public 'Shopware\Core\Framework\Store\Services\VerifyResponseSignatureMiddleware' shared service.
  7680.      *
  7681.      * @return \Shopware\Core\Framework\Store\Services\VerifyResponseSignatureMiddleware
  7682.      */
  7683.     protected function getVerifyResponseSignatureMiddlewareService()
  7684.     {
  7685.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Store/Services/MiddlewareInterface.php';
  7686.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Store/Services/VerifyResponseSignatureMiddleware.php';
  7687.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Store/Services/OpenSSLVerifier.php';
  7688.         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')]))));
  7689.     }
  7690.     /**
  7691.      * Gets the public 'Shopware\Core\Framework\Update\Api\UpdateController' shared service.
  7692.      *
  7693.      * @return \Shopware\Core\Framework\Update\Api\UpdateController
  7694.      */
  7695.     protected function getUpdateControllerService()
  7696.     {
  7697.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Update/Api/UpdateController.php';
  7698.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Update/Services/ApiClient.php';
  7699.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Update/Services/UpdateApiHttpClientFactory.php';
  7700.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Update/Services/RequirementsValidator.php';
  7701.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Update/Services/PluginCompatibility.php';
  7702.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Store/Services/OpenSSLVerifier.php';
  7703.         $a = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  7704.         $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 () {
  7705.             yield => ($this->privates['Shopware\\Core\\Framework\\Update\\Checkers\\PhpVersionCheck'] ?? ($this->privates['Shopware\\Core\\Framework\\Update\\Checkers\\PhpVersionCheck'] = new \Shopware\Core\Framework\Update\Checkers\PhpVersionCheck()));
  7706.             yield => ($this->privates['Shopware\\Core\\Framework\\Update\\Checkers\\LicenseCheck'] ?? $this->getLicenseCheckService());
  7707.             yield => ($this->privates['Shopware\\Core\\Framework\\Update\\Checkers\\WriteableCheck'] ?? $this->getWriteableCheckService());
  7708.             yield => ($this->privates['Shopware\\Core\\Framework\\Update\\Checkers\\MysqlVersionCheck'] ?? $this->getMysqlVersionCheckService());
  7709.         }, 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'));
  7710.         $instance->setContainer($this);
  7711.         return $instance;
  7712.     }
  7713.     /**
  7714.      * Gets the public 'Shopware\Core\Framework\Util\HtmlSanitizer' shared service.
  7715.      *
  7716.      * @return \Shopware\Core\Framework\Util\HtmlSanitizer
  7717.      */
  7718.     protected function getHtmlSanitizerService()
  7719.     {
  7720.         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']);
  7721.     }
  7722.     /**
  7723.      * Gets the public 'Shopware\Core\Framework\Webhook\EventLog\WebhookEventLogDefinition' shared service.
  7724.      *
  7725.      * @return \Shopware\Core\Framework\Webhook\EventLog\WebhookEventLogDefinition
  7726.      */
  7727.     protected function getWebhookEventLogDefinitionService()
  7728.     {
  7729.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Webhook/EventLog/WebhookEventLogDefinition.php';
  7730.         $this->services['Shopware\\Core\\Framework\\Webhook\\EventLog\\WebhookEventLogDefinition'] = $instance = new \Shopware\Core\Framework\Webhook\EventLog\WebhookEventLogDefinition();
  7731.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  7732.         return $instance;
  7733.     }
  7734.     /**
  7735.      * Gets the public 'Shopware\Core\Framework\Webhook\WebhookDefinition' shared service.
  7736.      *
  7737.      * @return \Shopware\Core\Framework\Webhook\WebhookDefinition
  7738.      */
  7739.     protected function getWebhookDefinitionService()
  7740.     {
  7741.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Webhook/WebhookDefinition.php';
  7742.         $this->services['Shopware\\Core\\Framework\\Webhook\\WebhookDefinition'] = $instance = new \Shopware\Core\Framework\Webhook\WebhookDefinition();
  7743.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  7744.         return $instance;
  7745.     }
  7746.     /**
  7747.      * Gets the public 'Shopware\Core\Maintenance\SalesChannel\Service\SalesChannelCreator' shared autowired service.
  7748.      *
  7749.      * @return \Shopware\Core\Maintenance\SalesChannel\Service\SalesChannelCreator
  7750.      */
  7751.     protected function getSalesChannelCreatorService()
  7752.     {
  7753.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Maintenance/SalesChannel/Service/SalesChannelCreator.php';
  7754.         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()));
  7755.     }
  7756.     /**
  7757.      * Gets the public 'Shopware\Core\Maintenance\User\Service\UserProvisioner' shared autowired service.
  7758.      *
  7759.      * @return \Shopware\Core\Maintenance\User\Service\UserProvisioner
  7760.      */
  7761.     protected function getUserProvisionerService()
  7762.     {
  7763.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Maintenance/User/Service/UserProvisioner.php';
  7764.         return $this->services['Shopware\\Core\\Maintenance\\User\\Service\\UserProvisioner'] = new \Shopware\Core\Maintenance\User\Service\UserProvisioner(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  7765.     }
  7766.     /**
  7767.      * Gets the public 'Shopware\Core\Profiling\Profiler' shared service.
  7768.      *
  7769.      * @return \Shopware\Core\Profiling\Profiler
  7770.      */
  7771.     protected function getProfilerService()
  7772.     {
  7773.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Profiling/Profiler.php';
  7774.         return $this->services['Shopware\\Core\\Profiling\\Profiler'] = new \Shopware\Core\Profiling\Profiler(new RewindableGenerator(function () {
  7775.             yield 'Symfony' => ($this->privates['Shopware\\Core\\Profiling\\Integration\\Stopwatch'] ?? $this->getStopwatchService());
  7776.             yield 'Tideways' => ($this->privates['Shopware\\Core\\Profiling\\Integration\\Tideways'] ?? ($this->privates['Shopware\\Core\\Profiling\\Integration\\Tideways'] = new \Shopware\Core\Profiling\Integration\Tideways()));
  7777.             yield 'Datadog' => ($this->privates['Shopware\\Core\\Profiling\\Integration\\Datadog'] ?? ($this->privates['Shopware\\Core\\Profiling\\Integration\\Datadog'] = new \Shopware\Core\Profiling\Integration\Datadog()));
  7778.         }, 3), $this->parameters['shopware.profiler.integrations']);
  7779.     }
  7780.     /**
  7781.      * Gets the public 'Shopware\Core\System\Country\Aggregate\CountryStateTranslation\CountryStateTranslationDefinition' shared service.
  7782.      *
  7783.      * @return \Shopware\Core\System\Country\Aggregate\CountryStateTranslation\CountryStateTranslationDefinition
  7784.      */
  7785.     protected function getCountryStateTranslationDefinitionService()
  7786.     {
  7787.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  7788.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Country/Aggregate/CountryStateTranslation/CountryStateTranslationDefinition.php';
  7789.         $this->services['Shopware\\Core\\System\\Country\\Aggregate\\CountryStateTranslation\\CountryStateTranslationDefinition'] = $instance = new \Shopware\Core\System\Country\Aggregate\CountryStateTranslation\CountryStateTranslationDefinition();
  7790.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  7791.         return $instance;
  7792.     }
  7793.     /**
  7794.      * Gets the public 'Shopware\Core\System\Country\Aggregate\CountryState\CountryStateDefinition' shared service.
  7795.      *
  7796.      * @return \Shopware\Core\System\Country\Aggregate\CountryState\CountryStateDefinition
  7797.      */
  7798.     protected function getCountryStateDefinitionService()
  7799.     {
  7800.         $this->services['Shopware\\Core\\System\\Country\\Aggregate\\CountryState\\CountryStateDefinition'] = $instance = new \Shopware\Core\System\Country\Aggregate\CountryState\CountryStateDefinition();
  7801.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  7802.         return $instance;
  7803.     }
  7804.     /**
  7805.      * Gets the public 'Shopware\Core\System\Country\Aggregate\CountryState\SalesChannel\SalesChannelCountryStateDefinition' shared service.
  7806.      *
  7807.      * @return \Shopware\Core\System\Country\Aggregate\CountryState\SalesChannel\SalesChannelCountryStateDefinition
  7808.      */
  7809.     protected function getSalesChannelCountryStateDefinitionService()
  7810.     {
  7811.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Country/Aggregate/CountryState/SalesChannel/SalesChannelCountryStateDefinition.php';
  7812.         $this->services['Shopware\\Core\\System\\Country\\Aggregate\\CountryState\\SalesChannel\\SalesChannelCountryStateDefinition'] = $instance = new \Shopware\Core\System\Country\Aggregate\CountryState\SalesChannel\SalesChannelCountryStateDefinition();
  7813.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  7814.         return $instance;
  7815.     }
  7816.     /**
  7817.      * Gets the public 'Shopware\Core\System\Country\Aggregate\CountryTranslation\CountryTranslationDefinition' shared service.
  7818.      *
  7819.      * @return \Shopware\Core\System\Country\Aggregate\CountryTranslation\CountryTranslationDefinition
  7820.      */
  7821.     protected function getCountryTranslationDefinitionService()
  7822.     {
  7823.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  7824.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Country/Aggregate/CountryTranslation/CountryTranslationDefinition.php';
  7825.         $this->services['Shopware\\Core\\System\\Country\\Aggregate\\CountryTranslation\\CountryTranslationDefinition'] = $instance = new \Shopware\Core\System\Country\Aggregate\CountryTranslation\CountryTranslationDefinition();
  7826.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  7827.         return $instance;
  7828.     }
  7829.     /**
  7830.      * Gets the public 'Shopware\Core\System\Country\CountryDefinition' shared service.
  7831.      *
  7832.      * @return \Shopware\Core\System\Country\CountryDefinition
  7833.      */
  7834.     protected function getCountryDefinitionService()
  7835.     {
  7836.         $this->services['Shopware\\Core\\System\\Country\\CountryDefinition'] = $instance = new \Shopware\Core\System\Country\CountryDefinition();
  7837.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  7838.         return $instance;
  7839.     }
  7840.     /**
  7841.      * Gets the public 'Shopware\Core\System\Country\SalesChannel\CachedCountryRoute' shared service.
  7842.      *
  7843.      * @return \Shopware\Core\System\Country\SalesChannel\CachedCountryRoute
  7844.      */
  7845.     protected function getCachedCountryRouteService()
  7846.     {
  7847.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Country/SalesChannel/AbstractCountryRoute.php';
  7848.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Country/SalesChannel/CachedCountryRoute.php';
  7849.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Country/SalesChannel/CountryRoute.php';
  7850.         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()), []);
  7851.     }
  7852.     /**
  7853.      * Gets the public 'Shopware\Core\System\Country\SalesChannel\CachedCountryStateRoute' shared service.
  7854.      *
  7855.      * @return \Shopware\Core\System\Country\SalesChannel\CachedCountryStateRoute
  7856.      */
  7857.     protected function getCachedCountryStateRouteService()
  7858.     {
  7859.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Country/SalesChannel/AbstractCountryStateRoute.php';
  7860.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Country/SalesChannel/CachedCountryStateRoute.php';
  7861.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Country/SalesChannel/CountryStateRoute.php';
  7862.         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()), []);
  7863.     }
  7864.     /**
  7865.      * Gets the public 'Shopware\Core\System\Country\SalesChannel\SalesChannelCountryDefinition' shared service.
  7866.      *
  7867.      * @return \Shopware\Core\System\Country\SalesChannel\SalesChannelCountryDefinition
  7868.      */
  7869.     protected function getSalesChannelCountryDefinitionService()
  7870.     {
  7871.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Country/SalesChannel/SalesChannelCountryDefinition.php';
  7872.         $this->services['Shopware\\Core\\System\\Country\\SalesChannel\\SalesChannelCountryDefinition'] = $instance = new \Shopware\Core\System\Country\SalesChannel\SalesChannelCountryDefinition();
  7873.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  7874.         return $instance;
  7875.     }
  7876.     /**
  7877.      * Gets the public 'Shopware\Core\System\Currency\Aggregate\CurrencyCountryRounding\CurrencyCountryRoundingDefinition' shared service.
  7878.      *
  7879.      * @return \Shopware\Core\System\Currency\Aggregate\CurrencyCountryRounding\CurrencyCountryRoundingDefinition
  7880.      */
  7881.     protected function getCurrencyCountryRoundingDefinitionService()
  7882.     {
  7883.         $this->services['Shopware\\Core\\System\\Currency\\Aggregate\\CurrencyCountryRounding\\CurrencyCountryRoundingDefinition'] = $instance = new \Shopware\Core\System\Currency\Aggregate\CurrencyCountryRounding\CurrencyCountryRoundingDefinition();
  7884.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  7885.         return $instance;
  7886.     }
  7887.     /**
  7888.      * Gets the public 'Shopware\Core\System\Currency\Aggregate\CurrencyTranslation\CurrencyTranslationDefinition' shared service.
  7889.      *
  7890.      * @return \Shopware\Core\System\Currency\Aggregate\CurrencyTranslation\CurrencyTranslationDefinition
  7891.      */
  7892.     protected function getCurrencyTranslationDefinitionService()
  7893.     {
  7894.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  7895.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Currency/Aggregate/CurrencyTranslation/CurrencyTranslationDefinition.php';
  7896.         $this->services['Shopware\\Core\\System\\Currency\\Aggregate\\CurrencyTranslation\\CurrencyTranslationDefinition'] = $instance = new \Shopware\Core\System\Currency\Aggregate\CurrencyTranslation\CurrencyTranslationDefinition();
  7897.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  7898.         return $instance;
  7899.     }
  7900.     /**
  7901.      * Gets the public 'Shopware\Core\System\Currency\CurrencyDefinition' shared service.
  7902.      *
  7903.      * @return \Shopware\Core\System\Currency\CurrencyDefinition
  7904.      */
  7905.     protected function getCurrencyDefinitionService()
  7906.     {
  7907.         $this->services['Shopware\\Core\\System\\Currency\\CurrencyDefinition'] = $instance = new \Shopware\Core\System\Currency\CurrencyDefinition();
  7908.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  7909.         return $instance;
  7910.     }
  7911.     /**
  7912.      * Gets the public 'Shopware\Core\System\Currency\CurrencyFormatter' shared service.
  7913.      *
  7914.      * @return \Shopware\Core\System\Currency\CurrencyFormatter
  7915.      */
  7916.     protected function getCurrencyFormatterService()
  7917.     {
  7918.         return $this->services['Shopware\\Core\\System\\Currency\\CurrencyFormatter'] = new \Shopware\Core\System\Currency\CurrencyFormatter(($this->privates['Shopware\\Core\\System\\Locale\\LanguageLocaleCodeProvider'] ?? $this->getLanguageLocaleCodeProviderService()));
  7919.     }
  7920.     /**
  7921.      * Gets the public 'Shopware\Core\System\Currency\SalesChannel\CachedCurrencyRoute' shared service.
  7922.      *
  7923.      * @return \Shopware\Core\System\Currency\SalesChannel\CachedCurrencyRoute
  7924.      */
  7925.     protected function getCachedCurrencyRouteService()
  7926.     {
  7927.         $a = ($this->services['sales_channel.currency.repository'] ?? $this->getSalesChannel_Currency_RepositoryService());
  7928.         if (isset($this->services['Shopware\\Core\\System\\Currency\\SalesChannel\\CachedCurrencyRoute'])) {
  7929.             return $this->services['Shopware\\Core\\System\\Currency\\SalesChannel\\CachedCurrencyRoute'];
  7930.         }
  7931.         $b = ($this->privates['Shopware\\Storefront\\Framework\\Cache\\CacheTracer'] ?? $this->getCacheTracerService());
  7932.         if (isset($this->services['Shopware\\Core\\System\\Currency\\SalesChannel\\CachedCurrencyRoute'])) {
  7933.             return $this->services['Shopware\\Core\\System\\Currency\\SalesChannel\\CachedCurrencyRoute'];
  7934.         }
  7935.         $c = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  7936.         if (isset($this->services['Shopware\\Core\\System\\Currency\\SalesChannel\\CachedCurrencyRoute'])) {
  7937.             return $this->services['Shopware\\Core\\System\\Currency\\SalesChannel\\CachedCurrencyRoute'];
  7938.         }
  7939.         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, []);
  7940.     }
  7941.     /**
  7942.      * Gets the public 'Shopware\Core\System\Currency\SalesChannel\SalesChannelCurrencyDefinition' shared service.
  7943.      *
  7944.      * @return \Shopware\Core\System\Currency\SalesChannel\SalesChannelCurrencyDefinition
  7945.      */
  7946.     protected function getSalesChannelCurrencyDefinitionService()
  7947.     {
  7948.         $this->services['Shopware\\Core\\System\\Currency\\SalesChannel\\SalesChannelCurrencyDefinition'] = $instance = new \Shopware\Core\System\Currency\SalesChannel\SalesChannelCurrencyDefinition();
  7949.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  7950.         return $instance;
  7951.     }
  7952.     /**
  7953.      * Gets the public 'Shopware\Core\System\CustomEntity\Api\CustomEntityApiController' shared service.
  7954.      *
  7955.      * @return \Shopware\Core\System\CustomEntity\Api\CustomEntityApiController
  7956.      */
  7957.     protected function getCustomEntityApiControllerService()
  7958.     {
  7959.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/Controller/ApiController.php';
  7960.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/CustomEntity/Api/CustomEntityApiController.php';
  7961.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityProtection/EntityProtectionValidator.php';
  7962.         $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()));
  7963.         $instance->setContainer($this);
  7964.         return $instance;
  7965.     }
  7966.     /**
  7967.      * Gets the public 'Shopware\Core\System\CustomEntity\CustomEntityDefinition' shared service.
  7968.      *
  7969.      * @return \Shopware\Core\System\CustomEntity\CustomEntityDefinition
  7970.      */
  7971.     protected function getCustomEntityDefinitionService()
  7972.     {
  7973.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/CustomEntity/CustomEntityDefinition.php';
  7974.         $this->services['Shopware\\Core\\System\\CustomEntity\\CustomEntityDefinition'] = $instance = new \Shopware\Core\System\CustomEntity\CustomEntityDefinition();
  7975.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  7976.         return $instance;
  7977.     }
  7978.     /**
  7979.      * Gets the public 'Shopware\Core\System\CustomEntity\CustomEntityRegistrar' shared service.
  7980.      *
  7981.      * @return \Shopware\Core\System\CustomEntity\CustomEntityRegistrar
  7982.      */
  7983.     protected function getCustomEntityRegistrarService()
  7984.     {
  7985.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/CustomEntity/CustomEntityRegistrar.php';
  7986.         return $this->services['Shopware\\Core\\System\\CustomEntity\\CustomEntityRegistrar'] = new \Shopware\Core\System\CustomEntity\CustomEntityRegistrar($this);
  7987.     }
  7988.     /**
  7989.      * Gets the public 'Shopware\Core\System\CustomEntity\Schema\CustomEntitySchemaUpdater' shared service.
  7990.      *
  7991.      * @return \Shopware\Core\System\CustomEntity\Schema\CustomEntitySchemaUpdater
  7992.      */
  7993.     protected function getCustomEntitySchemaUpdaterService()
  7994.     {
  7995.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/CustomEntity/Schema/CustomEntitySchemaUpdater.php';
  7996.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/CustomEntity/Schema/SchemaUpdater.php';
  7997.         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());
  7998.     }
  7999.     /**
  8000.      * Gets the public 'Shopware\Core\System\CustomField\Aggregate\CustomFieldSetRelation\CustomFieldSetRelationDefinition' shared service.
  8001.      *
  8002.      * @return \Shopware\Core\System\CustomField\Aggregate\CustomFieldSetRelation\CustomFieldSetRelationDefinition
  8003.      */
  8004.     protected function getCustomFieldSetRelationDefinitionService()
  8005.     {
  8006.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/CustomField/Aggregate/CustomFieldSetRelation/CustomFieldSetRelationDefinition.php';
  8007.         $this->services['Shopware\\Core\\System\\CustomField\\Aggregate\\CustomFieldSetRelation\\CustomFieldSetRelationDefinition'] = $instance = new \Shopware\Core\System\CustomField\Aggregate\CustomFieldSetRelation\CustomFieldSetRelationDefinition();
  8008.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  8009.         return $instance;
  8010.     }
  8011.     /**
  8012.      * Gets the public 'Shopware\Core\System\CustomField\Aggregate\CustomFieldSet\CustomFieldSetDefinition' shared service.
  8013.      *
  8014.      * @return \Shopware\Core\System\CustomField\Aggregate\CustomFieldSet\CustomFieldSetDefinition
  8015.      */
  8016.     protected function getCustomFieldSetDefinitionService()
  8017.     {
  8018.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/CustomField/Aggregate/CustomFieldSet/CustomFieldSetDefinition.php';
  8019.         $this->services['Shopware\\Core\\System\\CustomField\\Aggregate\\CustomFieldSet\\CustomFieldSetDefinition'] = $instance = new \Shopware\Core\System\CustomField\Aggregate\CustomFieldSet\CustomFieldSetDefinition();
  8020.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  8021.         return $instance;
  8022.     }
  8023.     /**
  8024.      * Gets the public 'Shopware\Core\System\CustomField\Api\CustomFieldSetActionController' shared service.
  8025.      *
  8026.      * @return \Shopware\Core\System\CustomField\Api\CustomFieldSetActionController
  8027.      */
  8028.     protected function getCustomFieldSetActionControllerService()
  8029.     {
  8030.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/CustomField/Api/CustomFieldSetActionController.php';
  8031.         $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()));
  8032.         $instance->setContainer($this);
  8033.         return $instance;
  8034.     }
  8035.     /**
  8036.      * Gets the public 'Shopware\Core\System\CustomField\CustomFieldDefinition' shared service.
  8037.      *
  8038.      * @return \Shopware\Core\System\CustomField\CustomFieldDefinition
  8039.      */
  8040.     protected function getCustomFieldDefinitionService()
  8041.     {
  8042.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/CustomField/CustomFieldDefinition.php';
  8043.         $this->services['Shopware\\Core\\System\\CustomField\\CustomFieldDefinition'] = $instance = new \Shopware\Core\System\CustomField\CustomFieldDefinition();
  8044.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  8045.         return $instance;
  8046.     }
  8047.     /**
  8048.      * Gets the public 'Shopware\Core\System\DeliveryTime\Aggregate\DeliveryTimeTranslation\DeliveryTimeTranslationDefinition' shared service.
  8049.      *
  8050.      * @return \Shopware\Core\System\DeliveryTime\Aggregate\DeliveryTimeTranslation\DeliveryTimeTranslationDefinition
  8051.      */
  8052.     protected function getDeliveryTimeTranslationDefinitionService()
  8053.     {
  8054.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  8055.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/DeliveryTime/Aggregate/DeliveryTimeTranslation/DeliveryTimeTranslationDefinition.php';
  8056.         $this->services['Shopware\\Core\\System\\DeliveryTime\\Aggregate\\DeliveryTimeTranslation\\DeliveryTimeTranslationDefinition'] = $instance = new \Shopware\Core\System\DeliveryTime\Aggregate\DeliveryTimeTranslation\DeliveryTimeTranslationDefinition();
  8057.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  8058.         return $instance;
  8059.     }
  8060.     /**
  8061.      * Gets the public 'Shopware\Core\System\DeliveryTime\DeliveryTimeDefinition' shared service.
  8062.      *
  8063.      * @return \Shopware\Core\System\DeliveryTime\DeliveryTimeDefinition
  8064.      */
  8065.     protected function getDeliveryTimeDefinitionService()
  8066.     {
  8067.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/DeliveryTime/DeliveryTimeDefinition.php';
  8068.         $this->services['Shopware\\Core\\System\\DeliveryTime\\DeliveryTimeDefinition'] = $instance = new \Shopware\Core\System\DeliveryTime\DeliveryTimeDefinition();
  8069.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  8070.         return $instance;
  8071.     }
  8072.     /**
  8073.      * Gets the public 'Shopware\Core\System\Integration\Aggregate\IntegrationRole\IntegrationRoleDefinition' shared service.
  8074.      *
  8075.      * @return \Shopware\Core\System\Integration\Aggregate\IntegrationRole\IntegrationRoleDefinition
  8076.      */
  8077.     protected function getIntegrationRoleDefinitionService()
  8078.     {
  8079.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Integration/Aggregate/IntegrationRole/IntegrationRoleDefinition.php';
  8080.         $this->services['Shopware\\Core\\System\\Integration\\Aggregate\\IntegrationRole\\IntegrationRoleDefinition'] = $instance = new \Shopware\Core\System\Integration\Aggregate\IntegrationRole\IntegrationRoleDefinition();
  8081.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  8082.         return $instance;
  8083.     }
  8084.     /**
  8085.      * Gets the public 'Shopware\Core\System\Integration\IntegrationDefinition' shared service.
  8086.      *
  8087.      * @return \Shopware\Core\System\Integration\IntegrationDefinition
  8088.      */
  8089.     protected function getIntegrationDefinitionService()
  8090.     {
  8091.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Integration/IntegrationDefinition.php';
  8092.         $this->services['Shopware\\Core\\System\\Integration\\IntegrationDefinition'] = $instance = new \Shopware\Core\System\Integration\IntegrationDefinition();
  8093.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  8094.         return $instance;
  8095.     }
  8096.     /**
  8097.      * Gets the public 'Shopware\Core\System\Language\LanguageDefinition' shared service.
  8098.      *
  8099.      * @return \Shopware\Core\System\Language\LanguageDefinition
  8100.      */
  8101.     protected function getLanguageDefinitionService()
  8102.     {
  8103.         $this->services['Shopware\\Core\\System\\Language\\LanguageDefinition'] = $instance = new \Shopware\Core\System\Language\LanguageDefinition();
  8104.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  8105.         return $instance;
  8106.     }
  8107.     /**
  8108.      * Gets the public 'Shopware\Core\System\Language\SalesChannel\CachedLanguageRoute' shared service.
  8109.      *
  8110.      * @return \Shopware\Core\System\Language\SalesChannel\CachedLanguageRoute
  8111.      */
  8112.     protected function getCachedLanguageRouteService()
  8113.     {
  8114.         $a = ($this->services['sales_channel.language.repository'] ?? $this->getSalesChannel_Language_RepositoryService());
  8115.         if (isset($this->services['Shopware\\Core\\System\\Language\\SalesChannel\\CachedLanguageRoute'])) {
  8116.             return $this->services['Shopware\\Core\\System\\Language\\SalesChannel\\CachedLanguageRoute'];
  8117.         }
  8118.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  8119.         if (isset($this->services['Shopware\\Core\\System\\Language\\SalesChannel\\CachedLanguageRoute'])) {
  8120.             return $this->services['Shopware\\Core\\System\\Language\\SalesChannel\\CachedLanguageRoute'];
  8121.         }
  8122.         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())), ($this->privates['Shopware\\Storefront\\Framework\\Cache\\CacheTracer'] ?? $this->getCacheTracerService()), $b, []);
  8123.     }
  8124.     /**
  8125.      * Gets the public 'Shopware\Core\System\Language\SalesChannel\SalesChannelLanguageDefinition' shared service.
  8126.      *
  8127.      * @return \Shopware\Core\System\Language\SalesChannel\SalesChannelLanguageDefinition
  8128.      */
  8129.     protected function getSalesChannelLanguageDefinitionService()
  8130.     {
  8131.         $this->services['Shopware\\Core\\System\\Language\\SalesChannel\\SalesChannelLanguageDefinition'] = $instance = new \Shopware\Core\System\Language\SalesChannel\SalesChannelLanguageDefinition();
  8132.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  8133.         return $instance;
  8134.     }
  8135.     /**
  8136.      * Gets the public 'Shopware\Core\System\Locale\Aggregate\LocaleTranslation\LocaleTranslationDefinition' shared service.
  8137.      *
  8138.      * @return \Shopware\Core\System\Locale\Aggregate\LocaleTranslation\LocaleTranslationDefinition
  8139.      */
  8140.     protected function getLocaleTranslationDefinitionService()
  8141.     {
  8142.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  8143.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Locale/Aggregate/LocaleTranslation/LocaleTranslationDefinition.php';
  8144.         $this->services['Shopware\\Core\\System\\Locale\\Aggregate\\LocaleTranslation\\LocaleTranslationDefinition'] = $instance = new \Shopware\Core\System\Locale\Aggregate\LocaleTranslation\LocaleTranslationDefinition();
  8145.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  8146.         return $instance;
  8147.     }
  8148.     /**
  8149.      * Gets the public 'Shopware\Core\System\Locale\LocaleDefinition' shared service.
  8150.      *
  8151.      * @return \Shopware\Core\System\Locale\LocaleDefinition
  8152.      */
  8153.     protected function getLocaleDefinitionService()
  8154.     {
  8155.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Locale/LocaleDefinition.php';
  8156.         $this->services['Shopware\\Core\\System\\Locale\\LocaleDefinition'] = $instance = new \Shopware\Core\System\Locale\LocaleDefinition();
  8157.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  8158.         return $instance;
  8159.     }
  8160.     /**
  8161.      * Gets the public 'Shopware\Core\System\NumberRange\Aggregate\NumberRangeSalesChannel\NumberRangeSalesChannelDefinition' shared service.
  8162.      *
  8163.      * @return \Shopware\Core\System\NumberRange\Aggregate\NumberRangeSalesChannel\NumberRangeSalesChannelDefinition
  8164.      */
  8165.     protected function getNumberRangeSalesChannelDefinitionService()
  8166.     {
  8167.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/NumberRange/Aggregate/NumberRangeSalesChannel/NumberRangeSalesChannelDefinition.php';
  8168.         $this->services['Shopware\\Core\\System\\NumberRange\\Aggregate\\NumberRangeSalesChannel\\NumberRangeSalesChannelDefinition'] = $instance = new \Shopware\Core\System\NumberRange\Aggregate\NumberRangeSalesChannel\NumberRangeSalesChannelDefinition();
  8169.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  8170.         return $instance;
  8171.     }
  8172.     /**
  8173.      * Gets the public 'Shopware\Core\System\NumberRange\Aggregate\NumberRangeState\NumberRangeStateDefinition' shared service.
  8174.      *
  8175.      * @return \Shopware\Core\System\NumberRange\Aggregate\NumberRangeState\NumberRangeStateDefinition
  8176.      */
  8177.     protected function getNumberRangeStateDefinitionService()
  8178.     {
  8179.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/NumberRange/Aggregate/NumberRangeState/NumberRangeStateDefinition.php';
  8180.         $this->services['Shopware\\Core\\System\\NumberRange\\Aggregate\\NumberRangeState\\NumberRangeStateDefinition'] = $instance = new \Shopware\Core\System\NumberRange\Aggregate\NumberRangeState\NumberRangeStateDefinition();
  8181.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  8182.         return $instance;
  8183.     }
  8184.     /**
  8185.      * Gets the public 'Shopware\Core\System\NumberRange\Aggregate\NumberRangeTranslation\NumberRangeTranslationDefinition' shared service.
  8186.      *
  8187.      * @return \Shopware\Core\System\NumberRange\Aggregate\NumberRangeTranslation\NumberRangeTranslationDefinition
  8188.      */
  8189.     protected function getNumberRangeTranslationDefinitionService()
  8190.     {
  8191.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  8192.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/NumberRange/Aggregate/NumberRangeTranslation/NumberRangeTranslationDefinition.php';
  8193.         $this->services['Shopware\\Core\\System\\NumberRange\\Aggregate\\NumberRangeTranslation\\NumberRangeTranslationDefinition'] = $instance = new \Shopware\Core\System\NumberRange\Aggregate\NumberRangeTranslation\NumberRangeTranslationDefinition();
  8194.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  8195.         return $instance;
  8196.     }
  8197.     /**
  8198.      * Gets the public 'Shopware\Core\System\NumberRange\Aggregate\NumberRangeTypeTranslation\NumberRangeTypeTranslationDefinition' shared service.
  8199.      *
  8200.      * @return \Shopware\Core\System\NumberRange\Aggregate\NumberRangeTypeTranslation\NumberRangeTypeTranslationDefinition
  8201.      */
  8202.     protected function getNumberRangeTypeTranslationDefinitionService()
  8203.     {
  8204.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  8205.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/NumberRange/Aggregate/NumberRangeTypeTranslation/NumberRangeTypeTranslationDefinition.php';
  8206.         $this->services['Shopware\\Core\\System\\NumberRange\\Aggregate\\NumberRangeTypeTranslation\\NumberRangeTypeTranslationDefinition'] = $instance = new \Shopware\Core\System\NumberRange\Aggregate\NumberRangeTypeTranslation\NumberRangeTypeTranslationDefinition();
  8207.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  8208.         return $instance;
  8209.     }
  8210.     /**
  8211.      * Gets the public 'Shopware\Core\System\NumberRange\Aggregate\NumberRangeType\NumberRangeTypeDefinition' shared service.
  8212.      *
  8213.      * @return \Shopware\Core\System\NumberRange\Aggregate\NumberRangeType\NumberRangeTypeDefinition
  8214.      */
  8215.     protected function getNumberRangeTypeDefinitionService()
  8216.     {
  8217.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/NumberRange/Aggregate/NumberRangeType/NumberRangeTypeDefinition.php';
  8218.         $this->services['Shopware\\Core\\System\\NumberRange\\Aggregate\\NumberRangeType\\NumberRangeTypeDefinition'] = $instance = new \Shopware\Core\System\NumberRange\Aggregate\NumberRangeType\NumberRangeTypeDefinition();
  8219.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  8220.         return $instance;
  8221.     }
  8222.     /**
  8223.      * Gets the public 'Shopware\Core\System\NumberRange\Api\NumberRangeController' shared service.
  8224.      *
  8225.      * @return \Shopware\Core\System\NumberRange\Api\NumberRangeController
  8226.      */
  8227.     protected function getNumberRangeControllerService()
  8228.     {
  8229.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/NumberRange/Api/NumberRangeController.php';
  8230.         $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()));
  8231.         $instance->setContainer($this);
  8232.         return $instance;
  8233.     }
  8234.     /**
  8235.      * Gets the public 'Shopware\Core\System\NumberRange\NumberRangeDefinition' shared service.
  8236.      *
  8237.      * @return \Shopware\Core\System\NumberRange\NumberRangeDefinition
  8238.      */
  8239.     protected function getNumberRangeDefinitionService()
  8240.     {
  8241.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/NumberRange/NumberRangeDefinition.php';
  8242.         $this->services['Shopware\\Core\\System\\NumberRange\\NumberRangeDefinition'] = $instance = new \Shopware\Core\System\NumberRange\NumberRangeDefinition();
  8243.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  8244.         return $instance;
  8245.     }
  8246.     /**
  8247.      * Gets the public 'Shopware\Core\System\NumberRange\ValueGenerator\NumberRangeValueGeneratorInterface' shared service.
  8248.      *
  8249.      * @return \Shopware\Core\System\NumberRange\ValueGenerator\NumberRangeValueGenerator
  8250.      */
  8251.     protected function getNumberRangeValueGeneratorInterfaceService()
  8252.     {
  8253.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  8254.         if (isset($this->services['Shopware\\Core\\System\\NumberRange\\ValueGenerator\\NumberRangeValueGeneratorInterface'])) {
  8255.             return $this->services['Shopware\\Core\\System\\NumberRange\\ValueGenerator\\NumberRangeValueGeneratorInterface'];
  8256.         }
  8257.         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 () {
  8258.             yield => ($this->privates['Shopware\\Core\\System\\NumberRange\\ValueGenerator\\Pattern\\ValueGeneratorPatternIncrement'] ?? $this->getValueGeneratorPatternIncrementService());
  8259.             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()));
  8260.         }, 2)), $a, ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  8261.     }
  8262.     /**
  8263.      * Gets the public 'Shopware\Core\System\SalesChannel\Aggregate\SalesChannelAnalytics\SalesChannelAnalyticsDefinition' shared service.
  8264.      *
  8265.      * @return \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelAnalytics\SalesChannelAnalyticsDefinition
  8266.      */
  8267.     protected function getSalesChannelAnalyticsDefinitionService()
  8268.     {
  8269.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/Aggregate/SalesChannelAnalytics/SalesChannelAnalyticsDefinition.php';
  8270.         $this->services['Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelAnalytics\\SalesChannelAnalyticsDefinition'] = $instance = new \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelAnalytics\SalesChannelAnalyticsDefinition();
  8271.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  8272.         return $instance;
  8273.     }
  8274.     /**
  8275.      * Gets the public 'Shopware\Core\System\SalesChannel\Aggregate\SalesChannelCountry\SalesChannelCountryDefinition' shared service.
  8276.      *
  8277.      * @return \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelCountry\SalesChannelCountryDefinition
  8278.      */
  8279.     protected function getSalesChannelCountryDefinition2Service()
  8280.     {
  8281.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/Aggregate/SalesChannelCountry/SalesChannelCountryDefinition.php';
  8282.         $this->services['Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelCountry\\SalesChannelCountryDefinition'] = $instance = new \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelCountry\SalesChannelCountryDefinition();
  8283.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  8284.         return $instance;
  8285.     }
  8286.     /**
  8287.      * Gets the public 'Shopware\Core\System\SalesChannel\Aggregate\SalesChannelCurrency\SalesChannelCurrencyDefinition' shared service.
  8288.      *
  8289.      * @return \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelCurrency\SalesChannelCurrencyDefinition
  8290.      */
  8291.     protected function getSalesChannelCurrencyDefinition2Service()
  8292.     {
  8293.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/Aggregate/SalesChannelCurrency/SalesChannelCurrencyDefinition.php';
  8294.         $this->services['Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelCurrency\\SalesChannelCurrencyDefinition'] = $instance = new \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelCurrency\SalesChannelCurrencyDefinition();
  8295.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  8296.         return $instance;
  8297.     }
  8298.     /**
  8299.      * Gets the public 'Shopware\Core\System\SalesChannel\Aggregate\SalesChannelDomain\SalesChannelDomainDefinition' shared service.
  8300.      *
  8301.      * @return \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelDomain\SalesChannelDomainDefinition
  8302.      */
  8303.     protected function getSalesChannelDomainDefinitionService()
  8304.     {
  8305.         $this->services['Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelDomain\\SalesChannelDomainDefinition'] = $instance = new \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelDomain\SalesChannelDomainDefinition();
  8306.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  8307.         return $instance;
  8308.     }
  8309.     /**
  8310.      * Gets the public 'Shopware\Core\System\SalesChannel\Aggregate\SalesChannelLanguage\SalesChannelLanguageDefinition' shared service.
  8311.      *
  8312.      * @return \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelLanguage\SalesChannelLanguageDefinition
  8313.      */
  8314.     protected function getSalesChannelLanguageDefinition2Service()
  8315.     {
  8316.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/Aggregate/SalesChannelLanguage/SalesChannelLanguageDefinition.php';
  8317.         $this->services['Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelLanguage\\SalesChannelLanguageDefinition'] = $instance = new \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelLanguage\SalesChannelLanguageDefinition();
  8318.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  8319.         return $instance;
  8320.     }
  8321.     /**
  8322.      * Gets the public 'Shopware\Core\System\SalesChannel\Aggregate\SalesChannelPaymentMethod\SalesChannelPaymentMethodDefinition' shared service.
  8323.      *
  8324.      * @return \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelPaymentMethod\SalesChannelPaymentMethodDefinition
  8325.      */
  8326.     protected function getSalesChannelPaymentMethodDefinition2Service()
  8327.     {
  8328.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/Aggregate/SalesChannelPaymentMethod/SalesChannelPaymentMethodDefinition.php';
  8329.         $this->services['Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelPaymentMethod\\SalesChannelPaymentMethodDefinition'] = $instance = new \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelPaymentMethod\SalesChannelPaymentMethodDefinition();
  8330.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  8331.         return $instance;
  8332.     }
  8333.     /**
  8334.      * Gets the public 'Shopware\Core\System\SalesChannel\Aggregate\SalesChannelShippingMethod\SalesChannelShippingMethodDefinition' shared service.
  8335.      *
  8336.      * @return \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelShippingMethod\SalesChannelShippingMethodDefinition
  8337.      */
  8338.     protected function getSalesChannelShippingMethodDefinition2Service()
  8339.     {
  8340.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/Aggregate/SalesChannelShippingMethod/SalesChannelShippingMethodDefinition.php';
  8341.         $this->services['Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelShippingMethod\\SalesChannelShippingMethodDefinition'] = $instance = new \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelShippingMethod\SalesChannelShippingMethodDefinition();
  8342.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  8343.         return $instance;
  8344.     }
  8345.     /**
  8346.      * Gets the public 'Shopware\Core\System\SalesChannel\Aggregate\SalesChannelTranslation\SalesChannelTranslationDefinition' shared service.
  8347.      *
  8348.      * @return \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelTranslation\SalesChannelTranslationDefinition
  8349.      */
  8350.     protected function getSalesChannelTranslationDefinitionService()
  8351.     {
  8352.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  8353.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/Aggregate/SalesChannelTranslation/SalesChannelTranslationDefinition.php';
  8354.         $this->services['Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelTranslation\\SalesChannelTranslationDefinition'] = $instance = new \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelTranslation\SalesChannelTranslationDefinition();
  8355.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  8356.         return $instance;
  8357.     }
  8358.     /**
  8359.      * Gets the public 'Shopware\Core\System\SalesChannel\Aggregate\SalesChannelTypeTranslation\SalesChannelTypeTranslationDefinition' shared service.
  8360.      *
  8361.      * @return \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelTypeTranslation\SalesChannelTypeTranslationDefinition
  8362.      */
  8363.     protected function getSalesChannelTypeTranslationDefinitionService()
  8364.     {
  8365.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  8366.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/Aggregate/SalesChannelTypeTranslation/SalesChannelTypeTranslationDefinition.php';
  8367.         $this->services['Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelTypeTranslation\\SalesChannelTypeTranslationDefinition'] = $instance = new \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelTypeTranslation\SalesChannelTypeTranslationDefinition();
  8368.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  8369.         return $instance;
  8370.     }
  8371.     /**
  8372.      * Gets the public 'Shopware\Core\System\SalesChannel\Aggregate\SalesChannelType\SalesChannelTypeDefinition' shared service.
  8373.      *
  8374.      * @return \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelType\SalesChannelTypeDefinition
  8375.      */
  8376.     protected function getSalesChannelTypeDefinitionService()
  8377.     {
  8378.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/Aggregate/SalesChannelType/SalesChannelTypeDefinition.php';
  8379.         $this->services['Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelType\\SalesChannelTypeDefinition'] = $instance = new \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelType\SalesChannelTypeDefinition();
  8380.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  8381.         return $instance;
  8382.     }
  8383.     /**
  8384.      * Gets the public 'Shopware\Core\System\SalesChannel\Context\SalesChannelContextFactory' shared service.
  8385.      *
  8386.      * @return \Shopware\Core\System\SalesChannel\Context\CachedSalesChannelContextFactory
  8387.      */
  8388.     protected function getSalesChannelContextFactoryService()
  8389.     {
  8390.         $a = ($this->services['customer.repository'] ?? $this->getCustomer_RepositoryService());
  8391.         if (isset($this->services['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextFactory'])) {
  8392.             return $this->services['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextFactory'];
  8393.         }
  8394.         $b = ($this->services['customer_group.repository'] ?? $this->getCustomerGroup_RepositoryService());
  8395.         if (isset($this->services['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextFactory'])) {
  8396.             return $this->services['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextFactory'];
  8397.         }
  8398.         $c = ($this->services['customer_address.repository'] ?? $this->getCustomerAddress_RepositoryService());
  8399.         if (isset($this->services['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextFactory'])) {
  8400.             return $this->services['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextFactory'];
  8401.         }
  8402.         $d = ($this->services['payment_method.repository'] ?? $this->getPaymentMethod_RepositoryService());
  8403.         if (isset($this->services['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextFactory'])) {
  8404.             return $this->services['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextFactory'];
  8405.         }
  8406.         $e = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  8407.         if (isset($this->services['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextFactory'])) {
  8408.             return $this->services['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextFactory'];
  8409.         }
  8410.         $f = ($this->services['currency_country_rounding.repository'] ?? $this->getCurrencyCountryRounding_RepositoryService());
  8411.         if (isset($this->services['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextFactory'])) {
  8412.             return $this->services['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextFactory'];
  8413.         }
  8414.         $g = ($this->services['sales_channel.repository'] ?? $this->getSalesChannel_RepositoryService());
  8415.         if (isset($this->services['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextFactory'])) {
  8416.             return $this->services['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextFactory'];
  8417.         }
  8418.         $h = ($this->services['currency.repository'] ?? $this->getCurrency_RepositoryService());
  8419.         if (isset($this->services['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextFactory'])) {
  8420.             return $this->services['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextFactory'];
  8421.         }
  8422.         $i = ($this->services['country.repository'] ?? $this->getCountry_RepositoryService());
  8423.         if (isset($this->services['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextFactory'])) {
  8424.             return $this->services['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextFactory'];
  8425.         }
  8426.         $j = ($this->services['tax.repository'] ?? $this->getTax_RepositoryService());
  8427.         if (isset($this->services['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextFactory'])) {
  8428.             return $this->services['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextFactory'];
  8429.         }
  8430.         $k = ($this->services['shipping_method.repository'] ?? $this->getShippingMethod_RepositoryService());
  8431.         if (isset($this->services['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextFactory'])) {
  8432.             return $this->services['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextFactory'];
  8433.         }
  8434.         $l = ($this->services['country_state.repository'] ?? $this->getCountryState_RepositoryService());
  8435.         if (isset($this->services['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextFactory'])) {
  8436.             return $this->services['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextFactory'];
  8437.         }
  8438.         $m = ($this->privates['Shopware\\Storefront\\Framework\\Cache\\CacheTracer'] ?? $this->getCacheTracerService());
  8439.         if (isset($this->services['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextFactory'])) {
  8440.             return $this->services['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextFactory'];
  8441.         }
  8442.         $n = ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheDecorator'] ?? $this->getCacheDecoratorService());
  8443.         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 () {
  8444.             yield => ($this->privates['Shopware\\Core\\System\\Tax\\TaxRuleType\\EntireCountryRuleTypeFilter'] ?? ($this->privates['Shopware\\Core\\System\\Tax\\TaxRuleType\\EntireCountryRuleTypeFilter'] = new \Shopware\Core\System\Tax\TaxRuleType\EntireCountryRuleTypeFilter()));
  8445.             yield => ($this->privates['Shopware\\Core\\System\\Tax\\TaxRuleType\\IndividualStatesRuleTypeFilter'] ?? ($this->privates['Shopware\\Core\\System\\Tax\\TaxRuleType\\IndividualStatesRuleTypeFilter'] = new \Shopware\Core\System\Tax\TaxRuleType\IndividualStatesRuleTypeFilter()));
  8446.             yield => ($this->privates['Shopware\\Core\\System\\Tax\\TaxRuleType\\ZipCodeRangeRuleTypeFilter'] ?? ($this->privates['Shopware\\Core\\System\\Tax\\TaxRuleType\\ZipCodeRangeRuleTypeFilter'] = new \Shopware\Core\System\Tax\TaxRuleType\ZipCodeRangeRuleTypeFilter()));
  8447.             yield => ($this->privates['Shopware\\Core\\System\\Tax\\TaxRuleType\\ZipCodeRuleTypeFilter'] ?? ($this->privates['Shopware\\Core\\System\\Tax\\TaxRuleType\\ZipCodeRuleTypeFilter'] = new \Shopware\Core\System\Tax\TaxRuleType\ZipCodeRuleTypeFilter()));
  8448.         }, 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);
  8449.     }
  8450.     /**
  8451.      * Gets the public 'Shopware\Core\System\SalesChannel\Entity\SalesChannelDefinitionInstanceRegistry' shared service.
  8452.      *
  8453.      * @return \Shopware\Core\System\SalesChannel\Entity\SalesChannelDefinitionInstanceRegistry
  8454.      */
  8455.     protected function getSalesChannelDefinitionInstanceRegistryService()
  8456.     {
  8457.         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_language_pack_language' => 'Swag\\LanguagePack\\PackLanguage\\PackLanguageDefinition''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'], ['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']);
  8458.     }
  8459.     /**
  8460.      * Gets the public 'Shopware\Core\System\SalesChannel\SalesChannelDefinition' shared service.
  8461.      *
  8462.      * @return \Shopware\Core\System\SalesChannel\SalesChannelDefinition
  8463.      */
  8464.     protected function getSalesChannelDefinitionService()
  8465.     {
  8466.         $this->services['Shopware\\Core\\System\\SalesChannel\\SalesChannelDefinition'] = $instance = new \Shopware\Core\System\SalesChannel\SalesChannelDefinition();
  8467.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  8468.         return $instance;
  8469.     }
  8470.     /**
  8471.      * Gets the public 'Shopware\Core\System\SalesChannel\SalesChannel\ContextSwitchRoute' shared service.
  8472.      *
  8473.      * @return \Shopware\Core\System\SalesChannel\SalesChannel\ContextSwitchRoute
  8474.      */
  8475.     protected function getContextSwitchRouteService()
  8476.     {
  8477.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/SalesChannel/AbstractContextSwitchRoute.php';
  8478.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/SalesChannel/ContextSwitchRoute.php';
  8479.         return $this->services['Shopware\\Core\\System\\SalesChannel\\SalesChannel\\ContextSwitchRoute'] = new \Shopware\Core\System\SalesChannel\SalesChannel\ContextSwitchRoute(($this->privates['Shopware\\Core\\Framework\\Validation\\DataValidator'] ?? $this->getDataValidatorService()), ($this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextPersister'] ?? $this->getSalesChannelContextPersisterService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  8480.     }
  8481.     /**
  8482.      * Gets the public 'Shopware\Core\System\SalesChannel\SalesChannel\StoreApiInfoController' shared service.
  8483.      *
  8484.      * @return \Shopware\Core\System\SalesChannel\SalesChannel\StoreApiInfoController
  8485.      */
  8486.     protected function getStoreApiInfoControllerService()
  8487.     {
  8488.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/SalesChannel/StoreApiInfoController.php';
  8489.         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']);
  8490.     }
  8491.     /**
  8492.      * Gets the public 'Shopware\Core\System\Salutation\Aggregate\SalutationTranslation\SalutationTranslationDefinition' shared service.
  8493.      *
  8494.      * @return \Shopware\Core\System\Salutation\Aggregate\SalutationTranslation\SalutationTranslationDefinition
  8495.      */
  8496.     protected function getSalutationTranslationDefinitionService()
  8497.     {
  8498.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  8499.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Salutation/Aggregate/SalutationTranslation/SalutationTranslationDefinition.php';
  8500.         $this->services['Shopware\\Core\\System\\Salutation\\Aggregate\\SalutationTranslation\\SalutationTranslationDefinition'] = $instance = new \Shopware\Core\System\Salutation\Aggregate\SalutationTranslation\SalutationTranslationDefinition();
  8501.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  8502.         return $instance;
  8503.     }
  8504.     /**
  8505.      * Gets the public 'Shopware\Core\System\Salutation\SalesChannel\CachedSalutationRoute' shared service.
  8506.      *
  8507.      * @return \Shopware\Core\System\Salutation\SalesChannel\CachedSalutationRoute
  8508.      */
  8509.     protected function getCachedSalutationRouteService()
  8510.     {
  8511.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Salutation/SalesChannel/AbstractSalutationRoute.php';
  8512.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Salutation/SalesChannel/CachedSalutationRoute.php';
  8513.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Salutation/SalesChannel/SalutationRoute.php';
  8514.         $a = ($this->services['sales_channel.salutation.repository'] ?? $this->getSalesChannel_Salutation_RepositoryService());
  8515.         if (isset($this->services['Shopware\\Core\\System\\Salutation\\SalesChannel\\CachedSalutationRoute'])) {
  8516.             return $this->services['Shopware\\Core\\System\\Salutation\\SalesChannel\\CachedSalutationRoute'];
  8517.         }
  8518.         $b = ($this->privates['Shopware\\Storefront\\Framework\\Cache\\CacheTracer'] ?? $this->getCacheTracerService());
  8519.         if (isset($this->services['Shopware\\Core\\System\\Salutation\\SalesChannel\\CachedSalutationRoute'])) {
  8520.             return $this->services['Shopware\\Core\\System\\Salutation\\SalesChannel\\CachedSalutationRoute'];
  8521.         }
  8522.         $c = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  8523.         if (isset($this->services['Shopware\\Core\\System\\Salutation\\SalesChannel\\CachedSalutationRoute'])) {
  8524.             return $this->services['Shopware\\Core\\System\\Salutation\\SalesChannel\\CachedSalutationRoute'];
  8525.         }
  8526.         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, []);
  8527.     }
  8528.     /**
  8529.      * Gets the public 'Shopware\Core\System\Salutation\SalesChannel\SalesChannelSalutationDefinition' shared service.
  8530.      *
  8531.      * @return \Shopware\Core\System\Salutation\SalesChannel\SalesChannelSalutationDefinition
  8532.      */
  8533.     protected function getSalesChannelSalutationDefinitionService()
  8534.     {
  8535.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Salutation/SalutationDefinition.php';
  8536.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Salutation/SalesChannel/SalesChannelSalutationDefinition.php';
  8537.         $this->services['Shopware\\Core\\System\\Salutation\\SalesChannel\\SalesChannelSalutationDefinition'] = $instance = new \Shopware\Core\System\Salutation\SalesChannel\SalesChannelSalutationDefinition();
  8538.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  8539.         return $instance;
  8540.     }
  8541.     /**
  8542.      * Gets the public 'Shopware\Core\System\Salutation\SalutationDefinition' shared service.
  8543.      *
  8544.      * @return \Shopware\Core\System\Salutation\SalutationDefinition
  8545.      */
  8546.     protected function getSalutationDefinitionService()
  8547.     {
  8548.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Salutation/SalutationDefinition.php';
  8549.         $this->services['Shopware\\Core\\System\\Salutation\\SalutationDefinition'] = $instance = new \Shopware\Core\System\Salutation\SalutationDefinition();
  8550.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  8551.         return $instance;
  8552.     }
  8553.     /**
  8554.      * Gets the public 'Shopware\Core\System\Snippet\Aggregate\SnippetSet\SnippetSetDefinition' shared service.
  8555.      *
  8556.      * @return \Shopware\Core\System\Snippet\Aggregate\SnippetSet\SnippetSetDefinition
  8557.      */
  8558.     protected function getSnippetSetDefinitionService()
  8559.     {
  8560.         $this->services['Shopware\\Core\\System\\Snippet\\Aggregate\\SnippetSet\\SnippetSetDefinition'] = $instance = new \Shopware\Core\System\Snippet\Aggregate\SnippetSet\SnippetSetDefinition();
  8561.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  8562.         return $instance;
  8563.     }
  8564.     /**
  8565.      * Gets the public 'Shopware\Core\System\Snippet\Api\SnippetController' shared service.
  8566.      *
  8567.      * @return \Shopware\Core\System\Snippet\Api\SnippetController
  8568.      */
  8569.     protected function getSnippetControllerService()
  8570.     {
  8571.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Snippet/Api/SnippetController.php';
  8572.         $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()));
  8573.         $instance->setContainer($this);
  8574.         return $instance;
  8575.     }
  8576.     /**
  8577.      * Gets the public 'Shopware\Core\System\Snippet\Files\SnippetFileCollection' shared service.
  8578.      *
  8579.      * @return \Shopware\Core\System\Snippet\Files\SnippetFileCollection
  8580.      */
  8581.     protected function getSnippetFileCollectionService($lazyLoad true)
  8582.     {
  8583.         if ($lazyLoad) {
  8584.             return $this->services['Shopware\\Core\\System\\Snippet\\Files\\SnippetFileCollection'] = $this->createProxy('SnippetFileCollection_08f09cc', function () {
  8585.                 return \SnippetFileCollection_08f09cc::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  8586.                     $wrappedInstance $this->getSnippetFileCollectionService(false);
  8587.                     $proxy->setProxyInitializer(null);
  8588.                     return true;
  8589.                 });
  8590.             });
  8591.         }
  8592.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Snippet/Files/SnippetFileCollectionFactory.php';
  8593.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Snippet/Files/SnippetFileLoaderInterface.php';
  8594.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Snippet/Files/SnippetFileLoader.php';
  8595.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Snippet/Files/AppSnippetFileLoader.php';
  8596.         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();
  8597.     }
  8598.     /**
  8599.      * Gets the public 'Shopware\Core\System\Snippet\Filter\SnippetFilterFactory' shared service.
  8600.      *
  8601.      * @return \Shopware\Core\System\Snippet\Filter\SnippetFilterFactory
  8602.      */
  8603.     protected function getSnippetFilterFactoryService()
  8604.     {
  8605.         return $this->services['Shopware\\Core\\System\\Snippet\\Filter\\SnippetFilterFactory'] = new \Shopware\Core\System\Snippet\Filter\SnippetFilterFactory(new RewindableGenerator(function () {
  8606.             yield => ($this->privates['Shopware\\Core\\System\\Snippet\\Filter\\AuthorFilter'] ?? ($this->privates['Shopware\\Core\\System\\Snippet\\Filter\\AuthorFilter'] = new \Shopware\Core\System\Snippet\Filter\AuthorFilter()));
  8607.             yield => ($this->privates['Shopware\\Core\\System\\Snippet\\Filter\\AddedFilter'] ?? ($this->privates['Shopware\\Core\\System\\Snippet\\Filter\\AddedFilter'] = new \Shopware\Core\System\Snippet\Filter\AddedFilter()));
  8608.             yield => ($this->privates['Shopware\\Core\\System\\Snippet\\Filter\\EditedFilter'] ?? ($this->privates['Shopware\\Core\\System\\Snippet\\Filter\\EditedFilter'] = new \Shopware\Core\System\Snippet\Filter\EditedFilter()));
  8609.             yield => ($this->privates['Shopware\\Core\\System\\Snippet\\Filter\\EmptySnippetFilter'] ?? ($this->privates['Shopware\\Core\\System\\Snippet\\Filter\\EmptySnippetFilter'] = new \Shopware\Core\System\Snippet\Filter\EmptySnippetFilter()));
  8610.             yield => ($this->privates['Shopware\\Core\\System\\Snippet\\Filter\\NamespaceFilter'] ?? ($this->privates['Shopware\\Core\\System\\Snippet\\Filter\\NamespaceFilter'] = new \Shopware\Core\System\Snippet\Filter\NamespaceFilter()));
  8611.             yield => ($this->privates['Shopware\\Core\\System\\Snippet\\Filter\\TermFilter'] ?? ($this->privates['Shopware\\Core\\System\\Snippet\\Filter\\TermFilter'] = new \Shopware\Core\System\Snippet\Filter\TermFilter()));
  8612.             yield => ($this->privates['Shopware\\Core\\System\\Snippet\\Filter\\TranslationKeyFilter'] ?? ($this->privates['Shopware\\Core\\System\\Snippet\\Filter\\TranslationKeyFilter'] = new \Shopware\Core\System\Snippet\Filter\TranslationKeyFilter()));
  8613.         }, 7));
  8614.     }
  8615.     /**
  8616.      * Gets the public 'Shopware\Core\System\Snippet\SnippetDefinition' shared service.
  8617.      *
  8618.      * @return \Shopware\Core\System\Snippet\SnippetDefinition
  8619.      */
  8620.     protected function getSnippetDefinitionService()
  8621.     {
  8622.         $this->services['Shopware\\Core\\System\\Snippet\\SnippetDefinition'] = $instance = new \Shopware\Core\System\Snippet\SnippetDefinition();
  8623.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  8624.         return $instance;
  8625.     }
  8626.     /**
  8627.      * Gets the public 'Shopware\Core\System\StateMachine\Aggregation\StateMachineHistory\StateMachineHistoryDefinition' shared service.
  8628.      *
  8629.      * @return \Shopware\Core\System\StateMachine\Aggregation\StateMachineHistory\StateMachineHistoryDefinition
  8630.      */
  8631.     protected function getStateMachineHistoryDefinitionService()
  8632.     {
  8633.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/StateMachine/Aggregation/StateMachineHistory/StateMachineHistoryDefinition.php';
  8634.         $this->services['Shopware\\Core\\System\\StateMachine\\Aggregation\\StateMachineHistory\\StateMachineHistoryDefinition'] = $instance = new \Shopware\Core\System\StateMachine\Aggregation\StateMachineHistory\StateMachineHistoryDefinition();
  8635.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  8636.         return $instance;
  8637.     }
  8638.     /**
  8639.      * Gets the public 'Shopware\Core\System\StateMachine\Aggregation\StateMachineState\StateMachineStateDefinition' shared service.
  8640.      *
  8641.      * @return \Shopware\Core\System\StateMachine\Aggregation\StateMachineState\StateMachineStateDefinition
  8642.      */
  8643.     protected function getStateMachineStateDefinitionService()
  8644.     {
  8645.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/StateMachine/Aggregation/StateMachineState/StateMachineStateDefinition.php';
  8646.         $this->services['Shopware\\Core\\System\\StateMachine\\Aggregation\\StateMachineState\\StateMachineStateDefinition'] = $instance = new \Shopware\Core\System\StateMachine\Aggregation\StateMachineState\StateMachineStateDefinition();
  8647.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  8648.         return $instance;
  8649.     }
  8650.     /**
  8651.      * Gets the public 'Shopware\Core\System\StateMachine\Aggregation\StateMachineState\StateMachineStateTranslationDefinition' shared service.
  8652.      *
  8653.      * @return \Shopware\Core\System\StateMachine\Aggregation\StateMachineState\StateMachineStateTranslationDefinition
  8654.      */
  8655.     protected function getStateMachineStateTranslationDefinitionService()
  8656.     {
  8657.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  8658.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/StateMachine/Aggregation/StateMachineState/StateMachineStateTranslationDefinition.php';
  8659.         $this->services['Shopware\\Core\\System\\StateMachine\\Aggregation\\StateMachineState\\StateMachineStateTranslationDefinition'] = $instance = new \Shopware\Core\System\StateMachine\Aggregation\StateMachineState\StateMachineStateTranslationDefinition();
  8660.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  8661.         return $instance;
  8662.     }
  8663.     /**
  8664.      * Gets the public 'Shopware\Core\System\StateMachine\Aggregation\StateMachineTransition\StateMachineTransitionDefinition' shared service.
  8665.      *
  8666.      * @return \Shopware\Core\System\StateMachine\Aggregation\StateMachineTransition\StateMachineTransitionDefinition
  8667.      */
  8668.     protected function getStateMachineTransitionDefinitionService()
  8669.     {
  8670.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/StateMachine/Aggregation/StateMachineTransition/StateMachineTransitionDefinition.php';
  8671.         $this->services['Shopware\\Core\\System\\StateMachine\\Aggregation\\StateMachineTransition\\StateMachineTransitionDefinition'] = $instance = new \Shopware\Core\System\StateMachine\Aggregation\StateMachineTransition\StateMachineTransitionDefinition();
  8672.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  8673.         return $instance;
  8674.     }
  8675.     /**
  8676.      * Gets the public 'Shopware\Core\System\StateMachine\Api\StateMachineActionController' shared service.
  8677.      *
  8678.      * @return \Shopware\Core\System\StateMachine\Api\StateMachineActionController
  8679.      */
  8680.     protected function getStateMachineActionControllerService()
  8681.     {
  8682.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/StateMachine/Api/StateMachineActionController.php';
  8683.         $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()));
  8684.         $instance->setContainer($this);
  8685.         return $instance;
  8686.     }
  8687.     /**
  8688.      * Gets the public 'Shopware\Core\System\StateMachine\StateMachineDefinition' shared service.
  8689.      *
  8690.      * @return \Shopware\Core\System\StateMachine\StateMachineDefinition
  8691.      */
  8692.     protected function getStateMachineDefinitionService()
  8693.     {
  8694.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/StateMachine/StateMachineDefinition.php';
  8695.         $this->services['Shopware\\Core\\System\\StateMachine\\StateMachineDefinition'] = $instance = new \Shopware\Core\System\StateMachine\StateMachineDefinition();
  8696.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  8697.         return $instance;
  8698.     }
  8699.     /**
  8700.      * Gets the public 'Shopware\Core\System\StateMachine\StateMachineTranslationDefinition' shared service.
  8701.      *
  8702.      * @return \Shopware\Core\System\StateMachine\StateMachineTranslationDefinition
  8703.      */
  8704.     protected function getStateMachineTranslationDefinitionService()
  8705.     {
  8706.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  8707.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/StateMachine/StateMachineTranslationDefinition.php';
  8708.         $this->services['Shopware\\Core\\System\\StateMachine\\StateMachineTranslationDefinition'] = $instance = new \Shopware\Core\System\StateMachine\StateMachineTranslationDefinition();
  8709.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  8710.         return $instance;
  8711.     }
  8712.     /**
  8713.      * Gets the public 'Shopware\Core\System\SystemConfig\Api\SystemConfigController' shared service.
  8714.      *
  8715.      * @return \Shopware\Core\System\SystemConfig\Api\SystemConfigController
  8716.      */
  8717.     protected function getSystemConfigControllerService()
  8718.     {
  8719.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SystemConfig/Api/SystemConfigController.php';
  8720.         $this->services['Shopware\\Core\\System\\SystemConfig\\Api\\SystemConfigController'] = $instance = new \Shopware\Core\System\SystemConfig\Api\SystemConfigController(($this->privates['Shopware\\Core\\System\\SystemConfig\\Service\\ConfigurationService'] ?? $this->getConfigurationServiceService()), ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService()));
  8721.         $instance->setContainer($this);
  8722.         return $instance;
  8723.     }
  8724.     /**
  8725.      * Gets the public 'Shopware\Core\System\SystemConfig\Facade\SystemConfigFacadeHookFactory' shared service.
  8726.      *
  8727.      * @return \Shopware\Core\System\SystemConfig\Facade\SystemConfigFacadeHookFactory
  8728.      */
  8729.     protected function getSystemConfigFacadeHookFactoryService()
  8730.     {
  8731.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Script/Execution/Awareness/HookServiceFactory.php';
  8732.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SystemConfig/Facade/SystemConfigFacadeHookFactory.php';
  8733.         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()));
  8734.     }
  8735.     /**
  8736.      * Gets the public 'Shopware\Core\System\SystemConfig\SystemConfigDefinition' shared service.
  8737.      *
  8738.      * @return \Shopware\Core\System\SystemConfig\SystemConfigDefinition
  8739.      */
  8740.     protected function getSystemConfigDefinitionService()
  8741.     {
  8742.         $this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigDefinition'] = $instance = new \Shopware\Core\System\SystemConfig\SystemConfigDefinition();
  8743.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  8744.         return $instance;
  8745.     }
  8746.     /**
  8747.      * Gets the public 'Shopware\Core\System\SystemConfig\SystemConfigService' shared service.
  8748.      *
  8749.      * @return \Shopware\Core\System\SystemConfig\SystemConfigService
  8750.      */
  8751.     protected function getSystemConfigServiceService()
  8752.     {
  8753.         $a = ($this->services['system_config.repository'] ?? $this->getSystemConfig_RepositoryService());
  8754.         if (isset($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'])) {
  8755.             return $this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'];
  8756.         }
  8757.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  8758.         if (isset($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'])) {
  8759.             return $this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'];
  8760.         }
  8761.         $c = ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService());
  8762.         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);
  8763.     }
  8764.     /**
  8765.      * Gets the public 'Shopware\Core\System\Tag\Service\FilterTagIdsService' shared service.
  8766.      *
  8767.      * @return \Shopware\Core\System\Tag\Service\FilterTagIdsService
  8768.      */
  8769.     protected function getFilterTagIdsServiceService()
  8770.     {
  8771.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Tag/Service/FilterTagIdsService.php';
  8772.         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()));
  8773.     }
  8774.     /**
  8775.      * Gets the public 'Shopware\Core\System\Tag\TagDefinition' shared service.
  8776.      *
  8777.      * @return \Shopware\Core\System\Tag\TagDefinition
  8778.      */
  8779.     protected function getTagDefinitionService()
  8780.     {
  8781.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Tag/TagDefinition.php';
  8782.         $this->services['Shopware\\Core\\System\\Tag\\TagDefinition'] = $instance = new \Shopware\Core\System\Tag\TagDefinition();
  8783.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  8784.         return $instance;
  8785.     }
  8786.     /**
  8787.      * Gets the public 'Shopware\Core\System\Tax\Aggregate\TaxRuleTypeTranslation\TaxRuleTypeTranslationDefinition' shared service.
  8788.      *
  8789.      * @return \Shopware\Core\System\Tax\Aggregate\TaxRuleTypeTranslation\TaxRuleTypeTranslationDefinition
  8790.      */
  8791.     protected function getTaxRuleTypeTranslationDefinitionService()
  8792.     {
  8793.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  8794.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Tax/Aggregate/TaxRuleTypeTranslation/TaxRuleTypeTranslationDefinition.php';
  8795.         $this->services['Shopware\\Core\\System\\Tax\\Aggregate\\TaxRuleTypeTranslation\\TaxRuleTypeTranslationDefinition'] = $instance = new \Shopware\Core\System\Tax\Aggregate\TaxRuleTypeTranslation\TaxRuleTypeTranslationDefinition();
  8796.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  8797.         return $instance;
  8798.     }
  8799.     /**
  8800.      * Gets the public 'Shopware\Core\System\Tax\Aggregate\TaxRuleType\TaxRuleTypeDefinition' shared service.
  8801.      *
  8802.      * @return \Shopware\Core\System\Tax\Aggregate\TaxRuleType\TaxRuleTypeDefinition
  8803.      */
  8804.     protected function getTaxRuleTypeDefinitionService()
  8805.     {
  8806.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Tax/Aggregate/TaxRuleType/TaxRuleTypeDefinition.php';
  8807.         $this->services['Shopware\\Core\\System\\Tax\\Aggregate\\TaxRuleType\\TaxRuleTypeDefinition'] = $instance = new \Shopware\Core\System\Tax\Aggregate\TaxRuleType\TaxRuleTypeDefinition();
  8808.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  8809.         return $instance;
  8810.     }
  8811.     /**
  8812.      * Gets the public 'Shopware\Core\System\Tax\Aggregate\TaxRule\TaxRuleDefinition' shared service.
  8813.      *
  8814.      * @return \Shopware\Core\System\Tax\Aggregate\TaxRule\TaxRuleDefinition
  8815.      */
  8816.     protected function getTaxRuleDefinitionService()
  8817.     {
  8818.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Tax/Aggregate/TaxRule/TaxRuleDefinition.php';
  8819.         $this->services['Shopware\\Core\\System\\Tax\\Aggregate\\TaxRule\\TaxRuleDefinition'] = $instance = new \Shopware\Core\System\Tax\Aggregate\TaxRule\TaxRuleDefinition();
  8820.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  8821.         return $instance;
  8822.     }
  8823.     /**
  8824.      * Gets the public 'Shopware\Core\System\Tax\TaxDefinition' shared service.
  8825.      *
  8826.      * @return \Shopware\Core\System\Tax\TaxDefinition
  8827.      */
  8828.     protected function getTaxDefinitionService()
  8829.     {
  8830.         $this->services['Shopware\\Core\\System\\Tax\\TaxDefinition'] = $instance = new \Shopware\Core\System\Tax\TaxDefinition();
  8831.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  8832.         return $instance;
  8833.     }
  8834.     /**
  8835.      * Gets the public 'Shopware\Core\System\Unit\Aggregate\UnitTranslation\UnitTranslationDefinition' shared service.
  8836.      *
  8837.      * @return \Shopware\Core\System\Unit\Aggregate\UnitTranslation\UnitTranslationDefinition
  8838.      */
  8839.     protected function getUnitTranslationDefinitionService()
  8840.     {
  8841.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  8842.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Unit/Aggregate/UnitTranslation/UnitTranslationDefinition.php';
  8843.         $this->services['Shopware\\Core\\System\\Unit\\Aggregate\\UnitTranslation\\UnitTranslationDefinition'] = $instance = new \Shopware\Core\System\Unit\Aggregate\UnitTranslation\UnitTranslationDefinition();
  8844.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  8845.         return $instance;
  8846.     }
  8847.     /**
  8848.      * Gets the public 'Shopware\Core\System\Unit\UnitDefinition' shared service.
  8849.      *
  8850.      * @return \Shopware\Core\System\Unit\UnitDefinition
  8851.      */
  8852.     protected function getUnitDefinitionService()
  8853.     {
  8854.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Unit/UnitDefinition.php';
  8855.         $this->services['Shopware\\Core\\System\\Unit\\UnitDefinition'] = $instance = new \Shopware\Core\System\Unit\UnitDefinition();
  8856.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  8857.         return $instance;
  8858.     }
  8859.     /**
  8860.      * Gets the public 'Shopware\Core\System\User\Aggregate\UserAccessKey\UserAccessKeyDefinition' shared service.
  8861.      *
  8862.      * @return \Shopware\Core\System\User\Aggregate\UserAccessKey\UserAccessKeyDefinition
  8863.      */
  8864.     protected function getUserAccessKeyDefinitionService()
  8865.     {
  8866.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/User/Aggregate/UserAccessKey/UserAccessKeyDefinition.php';
  8867.         $this->services['Shopware\\Core\\System\\User\\Aggregate\\UserAccessKey\\UserAccessKeyDefinition'] = $instance = new \Shopware\Core\System\User\Aggregate\UserAccessKey\UserAccessKeyDefinition();
  8868.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  8869.         return $instance;
  8870.     }
  8871.     /**
  8872.      * Gets the public 'Shopware\Core\System\User\Aggregate\UserConfig\UserConfigDefinition' shared service.
  8873.      *
  8874.      * @return \Shopware\Core\System\User\Aggregate\UserConfig\UserConfigDefinition
  8875.      */
  8876.     protected function getUserConfigDefinitionService()
  8877.     {
  8878.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/User/Aggregate/UserConfig/UserConfigDefinition.php';
  8879.         $this->services['Shopware\\Core\\System\\User\\Aggregate\\UserConfig\\UserConfigDefinition'] = $instance = new \Shopware\Core\System\User\Aggregate\UserConfig\UserConfigDefinition();
  8880.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  8881.         return $instance;
  8882.     }
  8883.     /**
  8884.      * Gets the public 'Shopware\Core\System\User\Aggregate\UserRecovery\UserRecoveryDefinition' shared service.
  8885.      *
  8886.      * @return \Shopware\Core\System\User\Aggregate\UserRecovery\UserRecoveryDefinition
  8887.      */
  8888.     protected function getUserRecoveryDefinitionService()
  8889.     {
  8890.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/User/Aggregate/UserRecovery/UserRecoveryDefinition.php';
  8891.         $this->services['Shopware\\Core\\System\\User\\Aggregate\\UserRecovery\\UserRecoveryDefinition'] = $instance = new \Shopware\Core\System\User\Aggregate\UserRecovery\UserRecoveryDefinition();
  8892.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  8893.         return $instance;
  8894.     }
  8895.     /**
  8896.      * Gets the public 'Shopware\Core\System\User\Api\UserRecoveryController' shared service.
  8897.      *
  8898.      * @return \Shopware\Core\System\User\Api\UserRecoveryController
  8899.      */
  8900.     protected function getUserRecoveryControllerService()
  8901.     {
  8902.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/User/Api/UserRecoveryController.php';
  8903.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/User/Recovery/UserRecoveryService.php';
  8904.         $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()));
  8905.         $instance->setContainer($this);
  8906.         return $instance;
  8907.     }
  8908.     /**
  8909.      * Gets the public 'Shopware\Core\System\User\Api\UserValidationController' shared service.
  8910.      *
  8911.      * @return \Shopware\Core\System\User\Api\UserValidationController
  8912.      */
  8913.     protected function getUserValidationControllerService()
  8914.     {
  8915.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/User/Api/UserValidationController.php';
  8916.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/User/Service/UserValidationService.php';
  8917.         $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())));
  8918.         $instance->setContainer($this);
  8919.         return $instance;
  8920.     }
  8921.     /**
  8922.      * Gets the public 'Shopware\Core\System\User\UserDefinition' shared service.
  8923.      *
  8924.      * @return \Shopware\Core\System\User\UserDefinition
  8925.      */
  8926.     protected function getUserDefinitionService()
  8927.     {
  8928.         $this->services['Shopware\\Core\\System\\User\\UserDefinition'] = $instance = new \Shopware\Core\System\User\UserDefinition();
  8929.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  8930.         return $instance;
  8931.     }
  8932.     /**
  8933.      * Gets the public 'Shopware\Elasticsearch\Admin\AdminElasticsearchHelper' shared service.
  8934.      *
  8935.      * @return \Shopware\Elasticsearch\Admin\AdminElasticsearchHelper
  8936.      */
  8937.     protected function getAdminElasticsearchHelperService()
  8938.     {
  8939.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Admin/AdminElasticsearchHelper.php';
  8940.         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'));
  8941.     }
  8942.     /**
  8943.      * Gets the public 'Shopware\Elasticsearch\Admin\AdminSearchController' shared service.
  8944.      *
  8945.      * @return \Shopware\Elasticsearch\Admin\AdminSearchController
  8946.      */
  8947.     protected function getAdminSearchController2Service()
  8948.     {
  8949.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Admin/AdminSearchController.php';
  8950.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Admin/AdminElasticsearchHelper.php';
  8951.         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')))));
  8952.     }
  8953.     /**
  8954.      * Gets the public 'Shopware\Elasticsearch\Framework\ElasticsearchHelper' shared service.
  8955.      *
  8956.      * @return \Shopware\Elasticsearch\Framework\ElasticsearchHelper
  8957.      */
  8958.     protected function getElasticsearchHelperService()
  8959.     {
  8960.         $a = ($this->privates['Shopware\\Elasticsearch\\Framework\\ElasticsearchRegistry'] ?? $this->getElasticsearchRegistryService());
  8961.         if (isset($this->services['Shopware\\Elasticsearch\\Framework\\ElasticsearchHelper'])) {
  8962.             return $this->services['Shopware\\Elasticsearch\\Framework\\ElasticsearchHelper'];
  8963.         }
  8964.         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()));
  8965.     }
  8966.     /**
  8967.      * Gets the public 'Shopware\Elasticsearch\Framework\Indexing\CreateAliasTaskHandler' shared service.
  8968.      *
  8969.      * @return \Shopware\Elasticsearch\Framework\Indexing\CreateAliasTaskHandler
  8970.      */
  8971.     protected function getCreateAliasTaskHandlerService()
  8972.     {
  8973.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Framework/Indexing/CreateAliasTaskHandler.php';
  8974.         $a = ($this->services['scheduled_task.repository'] ?? $this->getScheduledTask_RepositoryService());
  8975.         if (isset($this->services['Shopware\\Elasticsearch\\Framework\\Indexing\\CreateAliasTaskHandler'])) {
  8976.             return $this->services['Shopware\\Elasticsearch\\Framework\\Indexing\\CreateAliasTaskHandler'];
  8977.         }
  8978.         $b = ($this->services['Shopware\\Elasticsearch\\Framework\\ElasticsearchHelper'] ?? $this->getElasticsearchHelperService());
  8979.         if (isset($this->services['Shopware\\Elasticsearch\\Framework\\Indexing\\CreateAliasTaskHandler'])) {
  8980.             return $this->services['Shopware\\Elasticsearch\\Framework\\Indexing\\CreateAliasTaskHandler'];
  8981.         }
  8982.         $c = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  8983.         if (isset($this->services['Shopware\\Elasticsearch\\Framework\\Indexing\\CreateAliasTaskHandler'])) {
  8984.             return $this->services['Shopware\\Elasticsearch\\Framework\\Indexing\\CreateAliasTaskHandler'];
  8985.         }
  8986.         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);
  8987.     }
  8988.     /**
  8989.      * Gets the public 'Shopware\Storefront\Controller\AccountOrderController' shared service.
  8990.      *
  8991.      * @return \Shopware\Storefront\Controller\AccountOrderController
  8992.      */
  8993.     protected function getAccountOrderControllerService()
  8994.     {
  8995.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Controller/AccountOrderController.php';
  8996.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Page/Account/Order/AccountOrderPageLoader.php';
  8997.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Page/Account/Order/AccountEditOrderPageLoader.php';
  8998.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Page/Account/Order/AccountOrderDetailPageLoader.php';
  8999.         $a = ($this->privates['Shopware\\Storefront\\Page\\GenericPageLoader'] ?? $this->getGenericPageLoaderService());
  9000.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  9001.         $c = ($this->services['Shopware\\Core\\Checkout\\Order\\SalesChannel\\OrderRoute'] ?? $this->getOrderRouteService());
  9002.         $d = ($this->privates['Shopware\\Core\\Checkout\\Order\\SalesChannel\\OrderService'] ?? $this->getOrderServiceService());
  9003.         $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);
  9004.         $instance->setContainer($this);
  9005.         $instance->setTwig(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  9006.         return $instance;
  9007.     }
  9008.     /**
  9009.      * Gets the public 'Shopware\Storefront\Controller\AccountPaymentController' shared service.
  9010.      *
  9011.      * @return \Shopware\Storefront\Controller\AccountPaymentController
  9012.      */
  9013.     protected function getAccountPaymentControllerService()
  9014.     {
  9015.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Controller/AccountPaymentController.php';
  9016.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Page/Account/PaymentMethod/AccountPaymentMethodPageLoader.php';
  9017.         $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()));
  9018.         $instance->setContainer($this);
  9019.         $instance->setTwig(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  9020.         return $instance;
  9021.     }
  9022.     /**
  9023.      * Gets the public 'Shopware\Storefront\Controller\AccountProfileController' shared service.
  9024.      *
  9025.      * @return \Shopware\Storefront\Controller\AccountProfileController
  9026.      */
  9027.     protected function getAccountProfileControllerService()
  9028.     {
  9029.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Controller/AccountProfileController.php';
  9030.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Page/Account/Overview/AccountOverviewPageLoader.php';
  9031.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Page/Account/Profile/AccountProfilePageLoader.php';
  9032.         $a = ($this->privates['Shopware\\Storefront\\Page\\GenericPageLoader'] ?? $this->getGenericPageLoaderService());
  9033.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  9034.         $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()));
  9035.         $instance->setContainer($this);
  9036.         $instance->setTwig(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  9037.         return $instance;
  9038.     }
  9039.     /**
  9040.      * Gets the public 'Shopware\Storefront\Controller\AddressController' shared service.
  9041.      *
  9042.      * @return \Shopware\Storefront\Controller\AddressController
  9043.      */
  9044.     protected function getAddressControllerService()
  9045.     {
  9046.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Controller/AddressController.php';
  9047.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Page/Address/Listing/AddressListingPageLoader.php';
  9048.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Page/Address/Detail/AddressDetailPageLoader.php';
  9049.         $a = ($this->privates['Shopware\\Storefront\\Page\\GenericPageLoader'] ?? $this->getGenericPageLoaderService());
  9050.         $b = ($this->services['Shopware\\Core\\System\\Country\\SalesChannel\\CachedCountryRoute'] ?? $this->getCachedCountryRouteService());
  9051.         $c = ($this->services['Shopware\\Core\\System\\Salutation\\SalesChannel\\CachedSalutationRoute'] ?? $this->getCachedSalutationRouteService());
  9052.         $d = ($this->services['Shopware\\Core\\Checkout\\Customer\\SalesChannel\\ListAddressRoute'] ?? $this->getListAddressRouteService());
  9053.         $e = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  9054.         $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()));
  9055.         $instance->setContainer($this);
  9056.         $instance->setTwig(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  9057.         return $instance;
  9058.     }
  9059.     /**
  9060.      * Gets the public 'Shopware\Storefront\Controller\Api\CaptchaController' shared service.
  9061.      *
  9062.      * @return \Shopware\Storefront\Controller\Api\CaptchaController
  9063.      */
  9064.     protected function getCaptchaControllerService()
  9065.     {
  9066.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Controller/Api/CaptchaController.php';
  9067.         $this->services['Shopware\\Storefront\\Controller\\Api\\CaptchaController'] = $instance = new \Shopware\Storefront\Controller\Api\CaptchaController(new RewindableGenerator(function () {
  9068.             yield => ($this->privates['Shopware\\Storefront\\Framework\\Captcha\\HoneypotCaptcha'] ?? $this->getHoneypotCaptchaService());
  9069.             yield => ($this->privates['Shopware\\Storefront\\Framework\\Captcha\\BasicCaptcha'] ?? $this->getBasicCaptchaService());
  9070.             yield => ($this->privates['Shopware\\Storefront\\Framework\\Captcha\\GoogleReCaptchaV2'] ?? $this->getGoogleReCaptchaV2Service());
  9071.             yield => ($this->privates['Shopware\\Storefront\\Framework\\Captcha\\GoogleReCaptchaV3'] ?? $this->getGoogleReCaptchaV3Service());
  9072.         }, 4));
  9073.         $instance->setContainer($this);
  9074.         return $instance;
  9075.     }
  9076.     /**
  9077.      * Gets the public 'Shopware\Storefront\Controller\AuthController' shared service.
  9078.      *
  9079.      * @return \Shopware\Storefront\Controller\AuthController
  9080.      */
  9081.     protected function getAuthController2Service()
  9082.     {
  9083.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Controller/AuthController.php';
  9084.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Page/Account/RecoverPassword/AccountRecoverPasswordPageLoader.php';
  9085.         $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()));
  9086.         $instance->setContainer($this);
  9087.         $instance->setTwig(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  9088.         return $instance;
  9089.     }
  9090.     /**
  9091.      * Gets the public 'Shopware\Storefront\Controller\CaptchaController' shared service.
  9092.      *
  9093.      * @return \Shopware\Storefront\Controller\CaptchaController
  9094.      */
  9095.     protected function getCaptchaController2Service()
  9096.     {
  9097.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Controller/CaptchaController.php';
  9098.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Pagelet/Captcha/AbstractBasicCaptchaPageletLoader.php';
  9099.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Pagelet/Captcha/BasicCaptchaPageletLoader.php';
  9100.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Captcha/BasicCaptcha/AbstractBasicCaptchaGenerator.php';
  9101.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Captcha/BasicCaptcha/BasicCaptchaGenerator.php';
  9102.         $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()));
  9103.         $instance->setContainer($this);
  9104.         $instance->setTwig(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  9105.         return $instance;
  9106.     }
  9107.     /**
  9108.      * Gets the public 'Shopware\Storefront\Controller\CartLineItemController' shared service.
  9109.      *
  9110.      * @return \Shopware\Storefront\Controller\CartLineItemController
  9111.      */
  9112.     protected function getCartLineItemControllerService()
  9113.     {
  9114.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Controller/CartLineItemController.php';
  9115.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Cart/ProductLineItemFactory.php';
  9116.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Cart/PromotionItemBuilder.php';
  9117.         $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()));
  9118.         $instance->setContainer($this);
  9119.         $instance->setTwig(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  9120.         return $instance;
  9121.     }
  9122.     /**
  9123.      * Gets the public 'Shopware\Storefront\Controller\CheckoutController' shared service.
  9124.      *
  9125.      * @return \Shopware\Storefront\Controller\CheckoutController
  9126.      */
  9127.     protected function getCheckoutControllerService()
  9128.     {
  9129.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Controller/CheckoutController.php';
  9130.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Page/Checkout/Cart/CheckoutCartPageLoader.php';
  9131.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Page/Checkout/Confirm/CheckoutConfirmPageLoader.php';
  9132.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Page/Checkout/Finish/CheckoutFinishPageLoader.php';
  9133.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Page/Checkout/Offcanvas/OffcanvasCartPageLoader.php';
  9134.         $a = ($this->privates['Shopware\\Storefront\\Page\\GenericPageLoader'] ?? $this->getGenericPageLoaderService());
  9135.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  9136.         $c = ($this->privates['Shopware\\Storefront\\Checkout\\Cart\\SalesChannel\\StorefrontCartFacade'] ?? $this->getStorefrontCartFacadeService());
  9137.         $d = ($this->services['Shopware\\Core\\Checkout\\Payment\\SalesChannel\\SortedPaymentMethodRoute'] ?? $this->getSortedPaymentMethodRouteService());
  9138.         $e = ($this->services['Shopware\\Core\\Checkout\\Shipping\\SalesChannel\\SortedShippingMethodRoute'] ?? $this->getSortedShippingMethodRouteService());
  9139.         $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->getOrderServiceService()), ($this->privates['Shopware\\Core\\Checkout\\Payment\\PaymentService'] ?? $this->getPaymentServiceService()), new \Shopware\Storefront\Page\Checkout\Offcanvas\OffcanvasCartPageLoader($b$c$a$e), ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService()), ($this->services['Shopware\\Core\\Checkout\\Customer\\SalesChannel\\LogoutRoute'] ?? $this->getLogoutRouteService()));
  9140.         $instance->setContainer($this);
  9141.         $instance->setTwig(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  9142.         return $instance;
  9143.     }
  9144.     /**
  9145.      * Gets the public 'Shopware\Storefront\Controller\CmsController' shared service.
  9146.      *
  9147.      * @return \Shopware\Storefront\Controller\CmsController
  9148.      */
  9149.     protected function getCmsControllerService()
  9150.     {
  9151.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Controller/CmsController.php';
  9152.         $this->services['Shopware\\Storefront\\Controller\\CmsController'] = $instance = new \Shopware\Storefront\Controller\CmsController(($this->services['Shopware\\Core\\Content\\Cms\\SalesChannel\\CmsRoute'] ?? $this->getCmsRouteService()), ($this->services['Shopware\\Core\\Content\\Category\\SalesChannel\\CachedCategoryRoute'] ?? $this->getCachedCategoryRouteService()), ($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()));
  9153.         $instance->setContainer($this);
  9154.         $instance->setTwig(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  9155.         return $instance;
  9156.     }
  9157.     /**
  9158.      * Gets the public 'Shopware\Storefront\Controller\ContextController' shared service.
  9159.      *
  9160.      * @return \Shopware\Storefront\Controller\ContextController
  9161.      */
  9162.     protected function getContextControllerService()
  9163.     {
  9164.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Controller/ContextController.php';
  9165.         $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()));
  9166.         $instance->setContainer($this);
  9167.         $instance->setTwig(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  9168.         return $instance;
  9169.     }
  9170.     /**
  9171.      * Gets the public 'Shopware\Storefront\Controller\CookieController' shared service.
  9172.      *
  9173.      * @return \Shopware\Storefront\Controller\CookieController
  9174.      */
  9175.     protected function getCookieControllerService()
  9176.     {
  9177.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Controller/CookieController.php';
  9178.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Cookie/CookieProviderInterface.php';
  9179.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Cookie/AppCookieProvider.php';
  9180.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Cookie/CookieProvider.php';
  9181.         $this->services['Shopware\\Storefront\\Controller\\CookieController'] = $instance = new \Shopware\Storefront\Controller\CookieController(new \Shopware\Storefront\Framework\Cookie\AppCookieProvider(new \Shopware\Storefront\Framework\Cookie\CookieProvider(), ($this->services['app.repository'] ?? $this->getApp_RepositoryService())), ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService()));
  9182.         $instance->setContainer($this);
  9183.         $instance->setTwig(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  9184.         return $instance;
  9185.     }
  9186.     /**
  9187.      * Gets the public 'Shopware\Storefront\Controller\CountryStateController' shared service.
  9188.      *
  9189.      * @return \Shopware\Storefront\Controller\CountryStateController
  9190.      */
  9191.     protected function getCountryStateControllerService()
  9192.     {
  9193.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Controller/CountryStateController.php';
  9194.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Pagelet/Country/CountryStateDataPageletLoader.php';
  9195.         $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()));
  9196.         $instance->setContainer($this);
  9197.         return $instance;
  9198.     }
  9199.     /**
  9200.      * Gets the public 'Shopware\Storefront\Controller\CsrfController' shared service.
  9201.      *
  9202.      * @return \Shopware\Storefront\Controller\CsrfController
  9203.      */
  9204.     protected function getCsrfControllerService()
  9205.     {
  9206.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Controller/CsrfController.php';
  9207.         $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');
  9208.         $instance->setContainer($this);
  9209.         $instance->setTwig(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  9210.         return $instance;
  9211.     }
  9212.     /**
  9213.      * Gets the public 'Shopware\Storefront\Controller\DocumentController' shared service.
  9214.      *
  9215.      * @return \Shopware\Storefront\Controller\DocumentController
  9216.      */
  9217.     protected function getDocumentController2Service()
  9218.     {
  9219.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Controller/DocumentController.php';
  9220.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Page/Account/Document/DocumentPageLoader.php';
  9221.         $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()));
  9222.         $instance->setContainer($this);
  9223.         $instance->setTwig(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  9224.         return $instance;
  9225.     }
  9226.     /**
  9227.      * Gets the public 'Shopware\Storefront\Controller\DownloadController' shared service.
  9228.      *
  9229.      * @return \Shopware\Storefront\Controller\DownloadController
  9230.      */
  9231.     protected function getDownloadControllerService()
  9232.     {
  9233.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Controller/DownloadController.php';
  9234.         $this->services['Shopware\\Storefront\\Controller\\DownloadController'] = $instance = new \Shopware\Storefront\Controller\DownloadController(($this->services['Shopware\\Core\\Checkout\\Customer\\SalesChannel\\DownloadRoute'] ?? $this->getDownloadRouteService()));
  9235.         $instance->setContainer($this);
  9236.         $instance->setTwig(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  9237.         return $instance;
  9238.     }
  9239.     /**
  9240.      * Gets the public 'Shopware\Storefront\Controller\ErrorController' shared service.
  9241.      *
  9242.      * @return \Shopware\Storefront\Controller\ErrorController
  9243.      */
  9244.     protected function getErrorControllerService($lazyLoad true)
  9245.     {
  9246.         if ($lazyLoad) {
  9247.             return $this->services['Shopware\\Storefront\\Controller\\ErrorController'] = $this->createProxy('ErrorController_b437ad9', function () {
  9248.                 return \ErrorController_b437ad9::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  9249.                     $wrappedInstance $this->getErrorControllerService(false);
  9250.                     $proxy->setProxyInitializer(null);
  9251.                     return true;
  9252.                 });
  9253.             });
  9254.         }
  9255.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Twig/ErrorTemplateResolver.php';
  9256.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Page/Navigation/Error/ErrorPageLoaderInterface.php';
  9257.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Page/Navigation/Error/ErrorPageLoader.php';
  9258.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  9259.         $instance = new \Shopware\Storefront\Controller\ErrorController(new \Shopware\Storefront\Framework\Twig\ErrorTemplateResolver($a), ($this->privates['Shopware\\Storefront\\Pagelet\\Header\\HeaderPageletLoader'] ?? $this->getHeaderPageletLoaderService()), ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService()), new \Shopware\Storefront\Page\Navigation\Error\ErrorPageLoader(($this->privates['Shopware\\Core\\Content\\Cms\\SalesChannel\\SalesChannelCmsPageLoader'] ?? $this->getSalesChannelCmsPageLoaderService()), ($this->privates['Shopware\\Storefront\\Page\\GenericPageLoader'] ?? $this->getGenericPageLoaderService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService())), ($this->privates['Shopware\\Storefront\\Pagelet\\Footer\\FooterPageletLoader'] ?? $this->getFooterPageletLoaderService()));
  9260.         $instance->setContainer($this);
  9261.         $instance->setTwig($a);
  9262.         return $instance;
  9263.     }
  9264.     /**
  9265.      * Gets the public 'Shopware\Storefront\Controller\FormController' shared service.
  9266.      *
  9267.      * @return \Shopware\Storefront\Controller\FormController
  9268.      */
  9269.     protected function getFormControllerService()
  9270.     {
  9271.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Controller/FormController.php';
  9272.         $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()));
  9273.         $instance->setContainer($this);
  9274.         $instance->setTwig(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  9275.         return $instance;
  9276.     }
  9277.     /**
  9278.      * Gets the public 'Shopware\Storefront\Controller\LandingPageController' shared service.
  9279.      *
  9280.      * @return \Shopware\Storefront\Controller\LandingPageController
  9281.      */
  9282.     protected function getLandingPageControllerService()
  9283.     {
  9284.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Controller/LandingPageController.php';
  9285.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Page/LandingPage/LandingPageLoader.php';
  9286.         $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())));
  9287.         $instance->setContainer($this);
  9288.         $instance->setTwig(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  9289.         return $instance;
  9290.     }
  9291.     /**
  9292.      * Gets the public 'Shopware\Storefront\Controller\MaintenanceController' shared service.
  9293.      *
  9294.      * @return \Shopware\Storefront\Controller\MaintenanceController
  9295.      */
  9296.     protected function getMaintenanceControllerService()
  9297.     {
  9298.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Controller/MaintenanceController.php';
  9299.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Page/Maintenance/MaintenancePageLoader.php';
  9300.         $this->services['Shopware\\Storefront\\Controller\\MaintenanceController'] = $instance = new \Shopware\Storefront\Controller\MaintenanceController(($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService()), new \Shopware\Storefront\Page\Maintenance\MaintenancePageLoader(($this->privates['Shopware\\Core\\Content\\Cms\\SalesChannel\\SalesChannelCmsPageLoader'] ?? $this->getSalesChannelCmsPageLoaderService()), ($this->privates['Shopware\\Storefront\\Page\\GenericPageLoader'] ?? $this->getGenericPageLoaderService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService())), ($this->privates['Shopware\\Storefront\\Framework\\Routing\\MaintenanceModeResolver'] ?? $this->getMaintenanceModeResolverService()));
  9301.         $instance->setContainer($this);
  9302.         $instance->setTwig(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  9303.         return $instance;
  9304.     }
  9305.     /**
  9306.      * Gets the public 'Shopware\Storefront\Controller\NavigationController' shared service.
  9307.      *
  9308.      * @return \Shopware\Storefront\Controller\NavigationController
  9309.      */
  9310.     protected function getNavigationControllerService()
  9311.     {
  9312.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Controller/NavigationController.php';
  9313.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Page/Navigation/NavigationPageLoaderInterface.php';
  9314.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Page/Navigation/NavigationPageLoader.php';
  9315.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Pagelet/Menu/Offcanvas/MenuOffcanvasPageletLoaderInterface.php';
  9316.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Pagelet/Menu/Offcanvas/MenuOffcanvasPageletLoader.php';
  9317.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  9318.         $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['Shopware\\Core\\Content\\Category\\SalesChannel\\CachedCategoryRoute'] ?? $this->getCachedCategoryRouteService()), ($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())));
  9319.         $instance->setContainer($this);
  9320.         $instance->setTwig(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  9321.         return $instance;
  9322.     }
  9323.     /**
  9324.      * Gets the public 'Shopware\Storefront\Controller\NewsletterController' shared service.
  9325.      *
  9326.      * @return \Shopware\Storefront\Controller\NewsletterController
  9327.      */
  9328.     protected function getNewsletterControllerService()
  9329.     {
  9330.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Controller/NewsletterController.php';
  9331.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Page/Newsletter/Subscribe/NewsletterSubscribePageLoader.php';
  9332.         $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()));
  9333.         $instance->setContainer($this);
  9334.         $instance->setTwig(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  9335.         return $instance;
  9336.     }
  9337.     /**
  9338.      * Gets the public 'Shopware\Storefront\Controller\ProductController' shared service.
  9339.      *
  9340.      * @return \Shopware\Storefront\Controller\ProductController
  9341.      */
  9342.     protected function getProductControllerService()
  9343.     {
  9344.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Controller/ProductController.php';
  9345.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Page/Product/ProductPageLoader.php';
  9346.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Page/Product/QuickView/MinimalQuickViewPageLoader.php';
  9347.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  9348.         $b = ($this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\Detail\\CachedProductDetailRoute'] ?? $this->getCachedProductDetailRouteService());
  9349.         $c = ($this->services['Shopware\\Storefront\\Page\\Product\\Review\\ProductReviewLoader'] ?? $this->getProductReviewLoaderService());
  9350.         $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()));
  9351.         $instance->setContainer($this);
  9352.         $instance->setTwig(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  9353.         return $instance;
  9354.     }
  9355.     /**
  9356.      * Gets the public 'Shopware\Storefront\Controller\RegisterController' shared service.
  9357.      *
  9358.      * @return \Shopware\Storefront\Controller\RegisterController
  9359.      */
  9360.     protected function getRegisterControllerService()
  9361.     {
  9362.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Controller/RegisterController.php';
  9363.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Page/Account/CustomerGroupRegistration/AbstractCustomerGroupRegistrationPageLoader.php';
  9364.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Page/Account/CustomerGroupRegistration/CustomerGroupRegistrationPageLoader.php';
  9365.         $a = ($this->privates['Shopware\\Storefront\\Page\\Account\\Login\\AccountLoginPageLoader'] ?? $this->getAccountLoginPageLoaderService());
  9366.         $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()));
  9367.         $instance->setContainer($this);
  9368.         $instance->setTwig(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  9369.         return $instance;
  9370.     }
  9371.     /**
  9372.      * Gets the public 'Shopware\Storefront\Controller\ScriptController' shared service.
  9373.      *
  9374.      * @return \Shopware\Storefront\Controller\ScriptController
  9375.      */
  9376.     protected function getScriptControllerService()
  9377.     {
  9378.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Controller/ScriptController.php';
  9379.         $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()));
  9380.         $instance->setContainer($this);
  9381.         $instance->setTwig(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  9382.         return $instance;
  9383.     }
  9384.     /**
  9385.      * Gets the public 'Shopware\Storefront\Controller\SearchController' shared service.
  9386.      *
  9387.      * @return \Shopware\Storefront\Controller\SearchController
  9388.      */
  9389.     protected function getSearchControllerService()
  9390.     {
  9391.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Controller/SearchController.php';
  9392.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Page/Suggest/SuggestPageLoader.php';
  9393.         $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()));
  9394.         $instance->setContainer($this);
  9395.         $instance->setTwig(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  9396.         return $instance;
  9397.     }
  9398.     /**
  9399.      * Gets the public 'Shopware\Storefront\Controller\SitemapController' shared service.
  9400.      *
  9401.      * @return \Shopware\Storefront\Controller\SitemapController
  9402.      */
  9403.     protected function getSitemapControllerService()
  9404.     {
  9405.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Controller/SitemapController.php';
  9406.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Page/Sitemap/SitemapPageLoader.php';
  9407.         $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())));
  9408.         $instance->setContainer($this);
  9409.         $instance->setTwig(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  9410.         return $instance;
  9411.     }
  9412.     /**
  9413.      * Gets the public 'Shopware\Storefront\Controller\StoreApiProxyController' shared service.
  9414.      *
  9415.      * @return \Shopware\Storefront\Controller\StoreApiProxyController
  9416.      */
  9417.     protected function getStoreApiProxyControllerService()
  9418.     {
  9419.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Controller/StoreApiProxyController.php';
  9420.         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())));
  9421.     }
  9422.     /**
  9423.      * Gets the public 'Shopware\Storefront\Controller\VerificationHashController' shared service.
  9424.      *
  9425.      * @return \Shopware\Storefront\Controller\VerificationHashController
  9426.      */
  9427.     protected function getVerificationHashControllerService()
  9428.     {
  9429.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Controller/VerificationHashController.php';
  9430.         $this->services['Shopware\\Storefront\\Controller\\VerificationHashController'] = $instance = new \Shopware\Storefront\Controller\VerificationHashController(($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService()));
  9431.         $instance->setContainer($this);
  9432.         return $instance;
  9433.     }
  9434.     /**
  9435.      * Gets the public 'Shopware\Storefront\Controller\WellKnownController' shared service.
  9436.      *
  9437.      * @return \Shopware\Storefront\Controller\WellKnownController
  9438.      */
  9439.     protected function getWellKnownControllerService()
  9440.     {
  9441.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Controller/WellKnownController.php';
  9442.         $this->services['Shopware\\Storefront\\Controller\\WellKnownController'] = $instance = new \Shopware\Storefront\Controller\WellKnownController();
  9443.         $instance->setContainer($this);
  9444.         return $instance;
  9445.     }
  9446.     /**
  9447.      * Gets the public 'Shopware\Storefront\Controller\WishlistController' shared service.
  9448.      *
  9449.      * @return \Shopware\Storefront\Controller\WishlistController
  9450.      */
  9451.     protected function getWishlistControllerService()
  9452.     {
  9453.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Controller/WishlistController.php';
  9454.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Page/Wishlist/WishlistPageLoader.php';
  9455.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Page/Wishlist/GuestWishlistPageLoader.php';
  9456.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Pagelet/Wishlist/GuestWishlistPageletLoader.php';
  9457.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/AbstractProductCloseoutFilterFactory.php';
  9458.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/ProductCloseoutFilterFactory.php';
  9459.         $a = ($this->privates['Shopware\\Storefront\\Page\\GenericPageLoader'] ?? $this->getGenericPageLoaderService());
  9460.         $b = ($this->services['Shopware\\Core\\Checkout\\Customer\\SalesChannel\\LoadWishlistRoute'] ?? $this->getLoadWishlistRouteService());
  9461.         $c = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  9462.         $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);
  9463.         $instance->setContainer($this);
  9464.         $instance->setTwig(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  9465.         return $instance;
  9466.     }
  9467.     /**
  9468.      * Gets the public 'Shopware\Storefront\Framework\Cache\CacheStore' shared autowired service.
  9469.      *
  9470.      * @return \Shopware\Storefront\Framework\Cache\CacheStore
  9471.      */
  9472.     protected function getCacheStoreService()
  9473.     {
  9474.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpCache/StoreInterface.php';
  9475.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Cache/CacheStore.php';
  9476.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Cache/CacheStateValidatorInterface.php';
  9477.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Cache/CacheStateValidator.php';
  9478.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Cache/AbstractHttpCacheKeyGenerator.php';
  9479.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Cache/HttpCacheKeyGenerator.php';
  9480.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  9481.         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('43be4b989202fc2deb9121c5966d0acc'$a$this->parameters['storefront.http_cache.ignored_url_parameters']), ($this->privates['Shopware\\Storefront\\Framework\\Routing\\MaintenanceModeResolver'] ?? $this->getMaintenanceModeResolverService()), $this->parameters['session.storage.options']);
  9482.     }
  9483.     /**
  9484.      * Gets the public 'Shopware\Storefront\Framework\Csrf\CsrfPlaceholderHandler' shared autowired service.
  9485.      *
  9486.      * @return \Shopware\Storefront\Framework\Csrf\CsrfPlaceholderHandler
  9487.      */
  9488.     protected function getCsrfPlaceholderHandlerService()
  9489.     {
  9490.         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()));
  9491.     }
  9492.     /**
  9493.      * Gets the public 'Shopware\Storefront\Framework\Media\StorefrontMediaValidatorRegistry' shared autowired service.
  9494.      *
  9495.      * @return \Shopware\Storefront\Framework\Media\StorefrontMediaValidatorRegistry
  9496.      */
  9497.     protected function getStorefrontMediaValidatorRegistryService()
  9498.     {
  9499.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Media/StorefrontMediaValidatorRegistry.php';
  9500.         return $this->services['Shopware\\Storefront\\Framework\\Media\\StorefrontMediaValidatorRegistry'] = new \Shopware\Storefront\Framework\Media\StorefrontMediaValidatorRegistry(new RewindableGenerator(function () {
  9501.             yield => ($this->privates['Shopware\\Storefront\\Framework\\Media\\Validator\\StorefrontMediaImageValidator'] ?? ($this->privates['Shopware\\Storefront\\Framework\\Media\\Validator\\StorefrontMediaImageValidator'] = new \Shopware\Storefront\Framework\Media\Validator\StorefrontMediaImageValidator()));
  9502.             yield => ($this->privates['Shopware\\Storefront\\Framework\\Media\\Validator\\StorefrontMediaDocumentValidator'] ?? ($this->privates['Shopware\\Storefront\\Framework\\Media\\Validator\\StorefrontMediaDocumentValidator'] = new \Shopware\Storefront\Framework\Media\Validator\StorefrontMediaDocumentValidator()));
  9503.         }, 2));
  9504.     }
  9505.     /**
  9506.      * Gets the public 'Shopware\Storefront\Page\Checkout\Register\CheckoutRegisterPageLoader' shared autowired service.
  9507.      *
  9508.      * @return \Shopware\Storefront\Page\Checkout\Register\CheckoutRegisterPageLoader
  9509.      */
  9510.     protected function getCheckoutRegisterPageLoaderService()
  9511.     {
  9512.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Page/Checkout/Register/CheckoutRegisterPageLoader.php';
  9513.         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()));
  9514.     }
  9515.     /**
  9516.      * Gets the public 'Shopware\Storefront\Page\Product\Configurator\ProductCombinationFinder' shared autowired service.
  9517.      *
  9518.      * @return \Shopware\Storefront\Page\Product\Configurator\ProductCombinationFinder
  9519.      */
  9520.     protected function getProductCombinationFinderService()
  9521.     {
  9522.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Page/Product/Configurator/ProductCombinationFinder.php';
  9523.         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()));
  9524.     }
  9525.     /**
  9526.      * Gets the public 'Shopware\Storefront\Page\Product\Review\ProductReviewLoader' shared service.
  9527.      *
  9528.      * @return \Shopware\Storefront\Page\Product\Review\ProductReviewLoader
  9529.      */
  9530.     protected function getProductReviewLoaderService()
  9531.     {
  9532.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Page/Product/Review/ProductReviewLoader.php';
  9533.         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()));
  9534.     }
  9535.     /**
  9536.      * Gets the public 'Shopware\Storefront\Page\Search\SearchPageLoader' shared autowired service.
  9537.      *
  9538.      * @return \Shopware\Storefront\Page\Search\SearchPageLoader
  9539.      */
  9540.     protected function getSearchPageLoaderService()
  9541.     {
  9542.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Page/Search/SearchPageLoader.php';
  9543.         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()));
  9544.     }
  9545.     /**
  9546.      * Gets the public 'Shopware\Storefront\Theme\Aggregate\ThemeChildDefinition' shared service.
  9547.      *
  9548.      * @return \Shopware\Storefront\Theme\Aggregate\ThemeChildDefinition
  9549.      */
  9550.     protected function getThemeChildDefinitionService()
  9551.     {
  9552.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/Aggregate/ThemeChildDefinition.php';
  9553.         $this->services['Shopware\\Storefront\\Theme\\Aggregate\\ThemeChildDefinition'] = $instance = new \Shopware\Storefront\Theme\Aggregate\ThemeChildDefinition();
  9554.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  9555.         return $instance;
  9556.     }
  9557.     /**
  9558.      * Gets the public 'Shopware\Storefront\Theme\Aggregate\ThemeMediaDefinition' shared service.
  9559.      *
  9560.      * @return \Shopware\Storefront\Theme\Aggregate\ThemeMediaDefinition
  9561.      */
  9562.     protected function getThemeMediaDefinitionService()
  9563.     {
  9564.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/Aggregate/ThemeMediaDefinition.php';
  9565.         $this->services['Shopware\\Storefront\\Theme\\Aggregate\\ThemeMediaDefinition'] = $instance = new \Shopware\Storefront\Theme\Aggregate\ThemeMediaDefinition();
  9566.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  9567.         return $instance;
  9568.     }
  9569.     /**
  9570.      * Gets the public 'Shopware\Storefront\Theme\Aggregate\ThemeSalesChannelDefinition' shared service.
  9571.      *
  9572.      * @return \Shopware\Storefront\Theme\Aggregate\ThemeSalesChannelDefinition
  9573.      */
  9574.     protected function getThemeSalesChannelDefinitionService()
  9575.     {
  9576.         $this->services['Shopware\\Storefront\\Theme\\Aggregate\\ThemeSalesChannelDefinition'] = $instance = new \Shopware\Storefront\Theme\Aggregate\ThemeSalesChannelDefinition();
  9577.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  9578.         return $instance;
  9579.     }
  9580.     /**
  9581.      * Gets the public 'Shopware\Storefront\Theme\Aggregate\ThemeTranslationDefinition' shared service.
  9582.      *
  9583.      * @return \Shopware\Storefront\Theme\Aggregate\ThemeTranslationDefinition
  9584.      */
  9585.     protected function getThemeTranslationDefinitionService()
  9586.     {
  9587.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  9588.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/Aggregate/ThemeTranslationDefinition.php';
  9589.         $this->services['Shopware\\Storefront\\Theme\\Aggregate\\ThemeTranslationDefinition'] = $instance = new \Shopware\Storefront\Theme\Aggregate\ThemeTranslationDefinition();
  9590.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  9591.         return $instance;
  9592.     }
  9593.     /**
  9594.      * Gets the public 'Shopware\Storefront\Theme\Controller\ThemeController' shared service.
  9595.      *
  9596.      * @return \Shopware\Storefront\Theme\Controller\ThemeController
  9597.      */
  9598.     protected function getThemeControllerService()
  9599.     {
  9600.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/Controller/ThemeController.php';
  9601.         $this->services['Shopware\\Storefront\\Theme\\Controller\\ThemeController'] = $instance = new \Shopware\Storefront\Theme\Controller\ThemeController(($this->privates['Shopware\\Storefront\\Theme\\ThemeService'] ?? $this->getThemeServiceService()));
  9602.         $instance->setContainer($this);
  9603.         return $instance;
  9604.     }
  9605.     /**
  9606.      * Gets the public 'Shopware\Storefront\Theme\SalesChannelThemeLoader' shared service.
  9607.      *
  9608.      * @return \Shopware\Storefront\Theme\SalesChannelThemeLoader
  9609.      */
  9610.     protected function getSalesChannelThemeLoaderService()
  9611.     {
  9612.         return $this->services['Shopware\\Storefront\\Theme\\SalesChannelThemeLoader'] = new \Shopware\Storefront\Theme\SalesChannelThemeLoader(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  9613.     }
  9614.     /**
  9615.      * Gets the public 'Shopware\Storefront\Theme\StorefrontPluginRegistry' shared service.
  9616.      *
  9617.      * @return \Shopware\Storefront\Theme\StorefrontPluginRegistry
  9618.      */
  9619.     protected function getStorefrontPluginRegistryService()
  9620.     {
  9621.         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()));
  9622.     }
  9623.     /**
  9624.      * Gets the public 'Shopware\Storefront\Theme\ThemeDefinition' shared service.
  9625.      *
  9626.      * @return \Shopware\Storefront\Theme\ThemeDefinition
  9627.      */
  9628.     protected function getThemeDefinitionService()
  9629.     {
  9630.         $this->services['Shopware\\Storefront\\Theme\\ThemeDefinition'] = $instance = new \Shopware\Storefront\Theme\ThemeDefinition();
  9631.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  9632.         return $instance;
  9633.     }
  9634.     /**
  9635.      * Gets the public 'SwagExtensionStore\Controller\DataController' shared service.
  9636.      *
  9637.      * @return \SwagExtensionStore\Controller\DataController
  9638.      */
  9639.     protected function getDataControllerService()
  9640.     {
  9641.         include_once \dirname(__DIR__4).'/custom/plugins/SwagExtensionStore/src/Controller/DataController.php';
  9642.         include_once \dirname(__DIR__4).'/custom/plugins/SwagExtensionStore/src/Services/StoreDataProvider.php';
  9643.         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())));
  9644.     }
  9645.     /**
  9646.      * Gets the public 'SwagExtensionStore\Controller\LicenseController' shared service.
  9647.      *
  9648.      * @return \SwagExtensionStore\Controller\LicenseController
  9649.      */
  9650.     protected function getLicenseControllerService()
  9651.     {
  9652.         include_once \dirname(__DIR__4).'/custom/plugins/SwagExtensionStore/src/Controller/LicenseController.php';
  9653.         include_once \dirname(__DIR__4).'/custom/plugins/SwagExtensionStore/src/Services/LicenseService.php';
  9654.         return $this->services['SwagExtensionStore\\Controller\\LicenseController'] = new \SwagExtensionStore\Controller\LicenseController(new \SwagExtensionStore\Services\LicenseService(($this->privates['SwagExtensionStore\\Services\\StoreClient'] ?? $this->getStoreClient2Service())));
  9655.     }
  9656.     /**
  9657.      * Gets the public 'SwagExtensionStore\SwagExtensionStore' shared autowired service.
  9658.      *
  9659.      * @return \SwagExtensionStore\SwagExtensionStore
  9660.      */
  9661.     protected function getSwagExtensionStoreService()
  9662.     {
  9663.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  9664.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Bundle/BundleInterface.php';
  9665.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  9666.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Bundle/Bundle.php';
  9667.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Bundle.php';
  9668.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin.php';
  9669.         include_once \dirname(__DIR__4).'/custom/plugins/SwagExtensionStore/src/SwagExtensionStore.php';
  9670.         return $this->services['SwagExtensionStore\\SwagExtensionStore'] = ($this->services['Shopware\\Core\\Framework\\Plugin\\KernelPluginLoader\\KernelPluginLoader'] ?? $this->getKernelPluginLoaderService())->getPluginInstance('SwagExtensionStore\\SwagExtensionStore');
  9671.     }
  9672.     /**
  9673.      * Gets the public 'SwagMigrationAssistant\Controller\DataProviderController' shared service.
  9674.      *
  9675.      * @return \SwagMigrationAssistant\Controller\DataProviderController
  9676.      */
  9677.     protected function getDataProviderControllerService()
  9678.     {
  9679.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Controller/DataProviderController.php';
  9680.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/DataProvider/Provider/ProviderRegistryInterface.php';
  9681.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/DataProvider/Provider/ProviderRegistry.php';
  9682.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/DataProvider/Service/EnvironmentServiceInterface.php';
  9683.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/DataProvider/Service/EnvironmentService.php';
  9684.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/DataProvider/Provider/GenerateDocumentProvider.php';
  9685.         return $this->services['SwagMigrationAssistant\\Controller\\DataProviderController'] = new \SwagMigrationAssistant\Controller\DataProviderController(new \SwagMigrationAssistant\DataProvider\Provider\ProviderRegistry(new RewindableGenerator(function () {
  9686.             yield => ($this->privates['SwagMigrationAssistant\\DataProvider\\Provider\\Data\\ProductManufacturerProvider'] ?? $this->getProductManufacturerProviderService());
  9687.             yield => ($this->privates['SwagMigrationAssistant\\DataProvider\\Provider\\Data\\LanguageProvider'] ?? $this->getLanguageProviderService());
  9688.             yield => ($this->privates['SwagMigrationAssistant\\DataProvider\\Provider\\Data\\CategoryProvider'] ?? $this->getCategoryProviderService());
  9689.             yield => ($this->privates['SwagMigrationAssistant\\DataProvider\\Provider\\Data\\CategoryAssociationProvider'] ?? $this->getCategoryAssociationProviderService());
  9690.             yield => ($this->privates['SwagMigrationAssistant\\DataProvider\\Provider\\Data\\CategoryCmsPageAssociationProvider'] ?? $this->getCategoryCmsPageAssociationProviderService());
  9691.             yield => ($this->privates['SwagMigrationAssistant\\DataProvider\\Provider\\Data\\CurrencyProvider'] ?? $this->getCurrencyProviderService());
  9692.             yield => ($this->privates['SwagMigrationAssistant\\DataProvider\\Provider\\Data\\MediaFolderProvider'] ?? $this->getMediaFolderProviderService());
  9693.             yield => ($this->privates['SwagMigrationAssistant\\DataProvider\\Provider\\Data\\MediaFolderInheritanceProvider'] ?? $this->getMediaFolderInheritanceProviderService());
  9694.             yield => ($this->privates['SwagMigrationAssistant\\DataProvider\\Provider\\Data\\DeliveryTimeProvider'] ?? $this->getDeliveryTimeProviderService());
  9695.             yield => ($this->privates['SwagMigrationAssistant\\DataProvider\\Provider\\Data\\ProductProvider'] ?? $this->getProductProviderService());
  9696.             yield 10 => ($this->privates['SwagMigrationAssistant\\DataProvider\\Provider\\Data\\ProductMainVariantRelationProvider'] ?? $this->getProductMainVariantRelationProviderService());
  9697.             yield 11 => ($this->privates['SwagMigrationAssistant\\DataProvider\\Provider\\Data\\TaxProvider'] ?? $this->getTaxProviderService());
  9698.             yield 12 => ($this->privates['SwagMigrationAssistant\\DataProvider\\Provider\\Data\\TaxRuleProvider'] ?? $this->getTaxRuleProviderService());
  9699.             yield 13 => ($this->privates['SwagMigrationAssistant\\DataProvider\\Provider\\Data\\PropertyGroupProvider'] ?? $this->getPropertyGroupProviderService());
  9700.             yield 14 => ($this->privates['SwagMigrationAssistant\\DataProvider\\Provider\\Data\\UnitProvider'] ?? $this->getUnitProviderService());
  9701.             yield 15 => ($this->privates['SwagMigrationAssistant\\DataProvider\\Provider\\Data\\RuleProvider'] ?? $this->getRuleProviderService());
  9702.             yield 16 => ($this->privates['SwagMigrationAssistant\\DataProvider\\Provider\\Data\\CountryProvider'] ?? $this->getCountryProviderService());
  9703.             yield 17 => ($this->privates['SwagMigrationAssistant\\DataProvider\\Provider\\Data\\CountryStateProvider'] ?? $this->getCountryStateProviderService());
  9704.             yield 18 => ($this->privates['SwagMigrationAssistant\\DataProvider\\Provider\\Data\\SalesChannelProvider'] ?? $this->getSalesChannelProviderService());
  9705.             yield 19 => ($this->privates['SwagMigrationAssistant\\DataProvider\\Provider\\Data\\SalesChannelDomainProvider'] ?? $this->getSalesChannelDomainProviderService());
  9706.             yield 20 => ($this->privates['SwagMigrationAssistant\\DataProvider\\Provider\\Data\\SalutationProvider'] ?? $this->getSalutationProviderService());
  9707.             yield 21 => ($this->privates['SwagMigrationAssistant\\DataProvider\\Provider\\Data\\ShippingMethodProvider'] ?? $this->getShippingMethodProviderService());
  9708.             yield 22 => ($this->privates['SwagMigrationAssistant\\DataProvider\\Provider\\Data\\CustomerGroupProvider'] ?? $this->getCustomerGroupProviderService());
  9709.             yield 23 => ($this->privates['SwagMigrationAssistant\\DataProvider\\Provider\\Data\\CustomFieldSetProvider'] ?? $this->getCustomFieldSetProviderService());
  9710.             yield 24 => ($this->privates['SwagMigrationAssistant\\DataProvider\\Provider\\Data\\NumberRangeProvider'] ?? $this->getNumberRangeProviderService());
  9711.             yield 25 => ($this->privates['SwagMigrationAssistant\\DataProvider\\Provider\\Data\\SnippetProvider'] ?? $this->getSnippetProviderService());
  9712.             yield 26 => ($this->privates['SwagMigrationAssistant\\DataProvider\\Provider\\Data\\SnippetSetProvider'] ?? $this->getSnippetSetProviderService());
  9713.             yield 27 => ($this->privates['SwagMigrationAssistant\\DataProvider\\Provider\\Data\\MailTemplateProvider'] ?? $this->getMailTemplateProviderService());
  9714.             yield 28 => ($this->privates['SwagMigrationAssistant\\DataProvider\\Provider\\Data\\ProductFeatureSetProvider'] ?? $this->getProductFeatureSetProviderService());
  9715.             yield 29 => ($this->privates['SwagMigrationAssistant\\DataProvider\\Provider\\Data\\PaymentMethodProvider'] ?? $this->getPaymentMethodProviderService());
  9716.             yield 30 => ($this->privates['SwagMigrationAssistant\\DataProvider\\Provider\\Data\\OrderProvider'] ?? $this->getOrderProviderService());
  9717.             yield 31 => ($this->privates['SwagMigrationAssistant\\DataProvider\\Provider\\Data\\MediaProvider'] ?? $this->getMediaProviderService());
  9718.             yield 32 => ($this->privates['SwagMigrationAssistant\\DataProvider\\Provider\\Data\\SeoUrlTemplateProvider'] ?? $this->getSeoUrlTemplateProviderService());
  9719.             yield 33 => ($this->privates['SwagMigrationAssistant\\DataProvider\\Provider\\Data\\SeoUrlProvider'] ?? $this->getSeoUrlProviderService());
  9720.             yield 34 => ($this->privates['SwagMigrationAssistant\\DataProvider\\Provider\\Data\\NewsletterRecipientProvider'] ?? $this->getNewsletterRecipientProviderService());
  9721.             yield 35 => ($this->privates['SwagMigrationAssistant\\DataProvider\\Provider\\Data\\CustomerProvider'] ?? $this->getCustomerProviderService());
  9722.             yield 36 => ($this->privates['SwagMigrationAssistant\\DataProvider\\Provider\\Data\\CustomerWishlistProvider'] ?? $this->getCustomerWishlistProviderService());
  9723.             yield 37 => ($this->privates['SwagMigrationAssistant\\DataProvider\\Provider\\Data\\SystemConfigProvider'] ?? $this->getSystemConfigProviderService());
  9724.             yield 38 => ($this->privates['SwagMigrationAssistant\\DataProvider\\Provider\\Data\\PageSystemConfigProvider'] ?? $this->getPageSystemConfigProviderService());
  9725.             yield 39 => ($this->privates['SwagMigrationAssistant\\DataProvider\\Provider\\Data\\ProductSortingProvider'] ?? $this->getProductSortingProviderService());
  9726.             yield 40 => ($this->privates['SwagMigrationAssistant\\DataProvider\\Provider\\Data\\CmsPageProvider'] ?? $this->getCmsPageProviderService());
  9727.             yield 41 => ($this->privates['SwagMigrationAssistant\\DataProvider\\Provider\\Data\\ProductStreamProvider'] ?? $this->getProductStreamProviderService());
  9728.             yield 42 => ($this->privates['SwagMigrationAssistant\\DataProvider\\Provider\\Data\\ProductStreamFilterInheritanceProvider'] ?? $this->getProductStreamFilterInheritanceProviderService());
  9729.             yield 43 => ($this->privates['SwagMigrationAssistant\\DataProvider\\Provider\\Data\\CrossSellingProvider'] ?? $this->getCrossSellingProviderService());
  9730.             yield 44 => ($this->privates['SwagMigrationAssistant\\DataProvider\\Provider\\Data\\ProductReviewProvider'] ?? $this->getProductReviewProviderService());
  9731.             yield 45 => ($this->privates['SwagMigrationAssistant\\DataProvider\\Provider\\Data\\DocumentProvider'] ?? $this->getDocumentProviderService());
  9732.             yield 46 => ($this->privates['SwagMigrationAssistant\\DataProvider\\Provider\\Data\\DocumentInheritanceProvider'] ?? $this->getDocumentInheritanceProviderService());
  9733.             yield 47 => ($this->privates['SwagMigrationAssistant\\DataProvider\\Provider\\Data\\DocumentBaseConfigProvider'] ?? $this->getDocumentBaseConfigProviderService());
  9734.             yield 48 => ($this->privates['SwagMigrationAssistant\\DataProvider\\Provider\\Data\\PromotionProvider'] ?? $this->getPromotionProviderService());
  9735.         }, 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())));
  9736.     }
  9737.     /**
  9738.      * Gets the public 'SwagMigrationAssistant\Controller\HistoryController' shared service.
  9739.      *
  9740.      * @return \SwagMigrationAssistant\Controller\HistoryController
  9741.      */
  9742.     protected function getHistoryControllerService()
  9743.     {
  9744.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Controller/HistoryController.php';
  9745.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/History/HistoryServiceInterface.php';
  9746.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/History/HistoryService.php';
  9747.         $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())));
  9748.         $instance->setContainer($this);
  9749.         return $instance;
  9750.     }
  9751.     /**
  9752.      * Gets the public 'SwagMigrationAssistant\Controller\MigrationController' shared service.
  9753.      *
  9754.      * @return \SwagMigrationAssistant\Controller\MigrationController
  9755.      */
  9756.     protected function getMigrationController2Service()
  9757.     {
  9758.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Controller/MigrationController.php';
  9759.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Service/EntityPartialIndexerService.php';
  9760.         $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 () {
  9761.             yield => ($this->privates['Shopware\\Core\\Content\\LandingPage\\DataAbstractionLayer\\LandingPageIndexer'] ?? $this->getLandingPageIndexerService());
  9762.             yield => ($this->privates['Shopware\\Core\\Content\\Product\\DataAbstractionLayer\\ProductIndexer'] ?? $this->getProductIndexerService());
  9763.             yield => ($this->privates['SwagMigrationAssistant\\Migration\\MessageQueue\\OrderCountIndexer'] ?? $this->getOrderCountIndexerService());
  9764.             yield => ($this->privates['Shopware\\Core\\System\\SalesChannel\\DataAbstractionLayer\\SalesChannelIndexer'] ?? $this->getSalesChannelIndexerService());
  9765.             yield => ($this->privates['Shopware\\Core\\Content\\Category\\DataAbstractionLayer\\CategoryIndexer'] ?? $this->getCategoryIndexerService());
  9766.             yield => ($this->privates['Shopware\\Core\\Content\\Media\\DataAbstractionLayer\\MediaIndexer'] ?? $this->getMediaIndexerService());
  9767.             yield => ($this->privates['Shopware\\Core\\Content\\Media\\DataAbstractionLayer\\MediaFolderConfigurationIndexer'] ?? $this->getMediaFolderConfigurationIndexerService());
  9768.             yield => ($this->privates['Shopware\\Core\\Content\\Media\\DataAbstractionLayer\\MediaFolderIndexer'] ?? $this->getMediaFolderIndexerService());
  9769.             yield => ($this->privates['Shopware\\Core\\Content\\Product\\DataAbstractionLayer\\ProductStreamUpdater'] ?? $this->getProductStreamUpdaterService());
  9770.             yield => ($this->privates['Shopware\\Core\\Content\\Newsletter\\DataAbstractionLayer\\NewsletterRecipientIndexer'] ?? $this->getNewsletterRecipientIndexerService());
  9771.             yield 10 => ($this->privates['Shopware\\Core\\Content\\Rule\\DataAbstractionLayer\\RuleIndexer'] ?? $this->getRuleIndexerService());
  9772.             yield 11 => ($this->privates['Shopware\\Core\\Content\\ProductStream\\DataAbstractionLayer\\ProductStreamIndexer'] ?? $this->getProductStreamIndexerService());
  9773.             yield 12 => ($this->privates['Shopware\\Core\\Content\\Flow\\Indexing\\FlowIndexer'] ?? $this->getFlowIndexerService());
  9774.             yield 13 => ($this->privates['Shopware\\Core\\Checkout\\Payment\\DataAbstractionLayer\\PaymentMethodIndexer'] ?? $this->getPaymentMethodIndexerService());
  9775.             yield 14 => ($this->privates['Shopware\\Core\\Checkout\\Promotion\\DataAbstractionLayer\\PromotionIndexer'] ?? $this->getPromotionIndexerService());
  9776.             yield 15 => ($this->privates['Shopware\\Storefront\\Theme\\DataAbstractionLayer\\ThemeIndexer'] ?? $this->getThemeIndexerService());
  9777.         }, 16)));
  9778.         $instance->setContainer($this);
  9779.         return $instance;
  9780.     }
  9781.     /**
  9782.      * Gets the public 'SwagMigrationAssistant\Controller\PremappingController' shared service.
  9783.      *
  9784.      * @return \SwagMigrationAssistant\Controller\PremappingController
  9785.      */
  9786.     protected function getPremappingControllerService()
  9787.     {
  9788.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Controller/PremappingController.php';
  9789.         $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()));
  9790.         $instance->setContainer($this);
  9791.         return $instance;
  9792.     }
  9793.     /**
  9794.      * Gets the public 'SwagMigrationAssistant\Controller\StatusController' shared service.
  9795.      *
  9796.      * @return \SwagMigrationAssistant\Controller\StatusController
  9797.      */
  9798.     protected function getStatusControllerService()
  9799.     {
  9800.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Controller/StatusController.php';
  9801.         $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()));
  9802.         $instance->setContainer($this);
  9803.         return $instance;
  9804.     }
  9805.     /**
  9806.      * Gets the public 'SwagMigrationAssistant\Migration\Connection\SwagMigrationConnectionDefinition' shared service.
  9807.      *
  9808.      * @return \SwagMigrationAssistant\Migration\Connection\SwagMigrationConnectionDefinition
  9809.      */
  9810.     protected function getSwagMigrationConnectionDefinitionService()
  9811.     {
  9812.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Connection/SwagMigrationConnectionDefinition.php';
  9813.         $this->services['SwagMigrationAssistant\\Migration\\Connection\\SwagMigrationConnectionDefinition'] = $instance = new \SwagMigrationAssistant\Migration\Connection\SwagMigrationConnectionDefinition();
  9814.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  9815.         return $instance;
  9816.     }
  9817.     /**
  9818.      * Gets the public 'SwagMigrationAssistant\Migration\Data\SwagMigrationDataDefinition' shared service.
  9819.      *
  9820.      * @return \SwagMigrationAssistant\Migration\Data\SwagMigrationDataDefinition
  9821.      */
  9822.     protected function getSwagMigrationDataDefinitionService()
  9823.     {
  9824.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Data/SwagMigrationDataDefinition.php';
  9825.         $this->services['SwagMigrationAssistant\\Migration\\Data\\SwagMigrationDataDefinition'] = $instance = new \SwagMigrationAssistant\Migration\Data\SwagMigrationDataDefinition();
  9826.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  9827.         return $instance;
  9828.     }
  9829.     /**
  9830.      * Gets the public 'SwagMigrationAssistant\Migration\Logging\SwagMigrationLoggingDefinition' shared service.
  9831.      *
  9832.      * @return \SwagMigrationAssistant\Migration\Logging\SwagMigrationLoggingDefinition
  9833.      */
  9834.     protected function getSwagMigrationLoggingDefinitionService()
  9835.     {
  9836.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Logging/SwagMigrationLoggingDefinition.php';
  9837.         $this->services['SwagMigrationAssistant\\Migration\\Logging\\SwagMigrationLoggingDefinition'] = $instance = new \SwagMigrationAssistant\Migration\Logging\SwagMigrationLoggingDefinition();
  9838.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  9839.         return $instance;
  9840.     }
  9841.     /**
  9842.      * Gets the public 'SwagMigrationAssistant\Migration\Mapping\SwagMigrationMappingDefinition' shared service.
  9843.      *
  9844.      * @return \SwagMigrationAssistant\Migration\Mapping\SwagMigrationMappingDefinition
  9845.      */
  9846.     protected function getSwagMigrationMappingDefinitionService()
  9847.     {
  9848.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Mapping/SwagMigrationMappingDefinition.php';
  9849.         $this->services['SwagMigrationAssistant\\Migration\\Mapping\\SwagMigrationMappingDefinition'] = $instance = new \SwagMigrationAssistant\Migration\Mapping\SwagMigrationMappingDefinition();
  9850.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  9851.         return $instance;
  9852.     }
  9853.     /**
  9854.      * Gets the public 'SwagMigrationAssistant\Migration\Media\SwagMigrationMediaFileDefinition' shared service.
  9855.      *
  9856.      * @return \SwagMigrationAssistant\Migration\Media\SwagMigrationMediaFileDefinition
  9857.      */
  9858.     protected function getSwagMigrationMediaFileDefinitionService()
  9859.     {
  9860.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Media/SwagMigrationMediaFileDefinition.php';
  9861.         $this->services['SwagMigrationAssistant\\Migration\\Media\\SwagMigrationMediaFileDefinition'] = $instance = new \SwagMigrationAssistant\Migration\Media\SwagMigrationMediaFileDefinition();
  9862.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  9863.         return $instance;
  9864.     }
  9865.     /**
  9866.      * Gets the public 'SwagMigrationAssistant\Migration\Run\SwagMigrationRunDefinition' shared service.
  9867.      *
  9868.      * @return \SwagMigrationAssistant\Migration\Run\SwagMigrationRunDefinition
  9869.      */
  9870.     protected function getSwagMigrationRunDefinitionService()
  9871.     {
  9872.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Run/SwagMigrationRunDefinition.php';
  9873.         $this->services['SwagMigrationAssistant\\Migration\\Run\\SwagMigrationRunDefinition'] = $instance = new \SwagMigrationAssistant\Migration\Run\SwagMigrationRunDefinition();
  9874.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  9875.         return $instance;
  9876.     }
  9877.     /**
  9878.      * Gets the public 'SwagMigrationAssistant\Migration\Service\MediaFileProcessorService' shared service.
  9879.      *
  9880.      * @return \SwagMigrationAssistant\Migration\Service\MediaFileProcessorService
  9881.      */
  9882.     protected function getMediaFileProcessorServiceService()
  9883.     {
  9884.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Service/MediaFileProcessorServiceInterface.php';
  9885.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Service/MediaFileProcessorService.php';
  9886.         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()));
  9887.     }
  9888.     /**
  9889.      * Gets the public 'SwagMigrationAssistant\Migration\Service\MigrationDataConverter' shared service.
  9890.      *
  9891.      * @return \SwagMigrationAssistant\Migration\Service\MigrationDataConverter
  9892.      */
  9893.     protected function getMigrationDataConverterService()
  9894.     {
  9895.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Service/MigrationDataConverterInterface.php';
  9896.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Service/MigrationDataConverter.php';
  9897.         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()));
  9898.     }
  9899.     /**
  9900.      * Gets the public 'SwagMigrationAssistant\Migration\Service\MigrationDataFetcher' shared service.
  9901.      *
  9902.      * @return \SwagMigrationAssistant\Migration\Service\MigrationDataFetcher
  9903.      */
  9904.     protected function getMigrationDataFetcherService()
  9905.     {
  9906.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Service/MigrationDataFetcherInterface.php';
  9907.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Service/MigrationDataFetcher.php';
  9908.         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()));
  9909.     }
  9910.     /**
  9911.      * Gets the public 'SwagMigrationAssistant\Migration\Service\MigrationDataWriter' shared service.
  9912.      *
  9913.      * @return \SwagMigrationAssistant\Migration\Service\MigrationDataWriter
  9914.      */
  9915.     protected function getMigrationDataWriterService()
  9916.     {
  9917.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Service/MigrationDataWriterInterface.php';
  9918.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Service/MigrationDataWriter.php';
  9919.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Writer/WriterRegistryInterface.php';
  9920.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Writer/WriterRegistry.php';
  9921.         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 () {
  9922.             yield => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Writer\\ProductOptionRelationWriter'] ?? $this->getProductOptionRelationWriterService());
  9923.             yield => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Writer\\ProductPropertyRelationWriter'] ?? $this->getProductPropertyRelationWriterService());
  9924.             yield => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Writer\\PromotionWriter'] ?? $this->getPromotionWriterService());
  9925.             yield => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Writer\\ProductManufacturerWriter'] ?? $this->getProductManufacturerWriterService());
  9926.             yield => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Writer\\CategoryAssociationWriter'] ?? $this->getCategoryAssociationWriterService());
  9927.             yield => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Writer\\CategoryCmsPageAssociationWriter'] ?? $this->getCategoryCmsPageAssociationWriterService());
  9928.             yield => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Writer\\PropertyGroupWriter'] ?? $this->getPropertyGroupWriterService());
  9929.             yield => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Writer\\TaxWriter'] ?? $this->getTaxWriterService());
  9930.             yield => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Writer\\TaxRuleWriter'] ?? $this->getTaxRuleWriterService());
  9931.             yield => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Writer\\UnitWriter'] ?? $this->getUnitWriterService());
  9932.             yield 10 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Writer\\SalutationWriter'] ?? $this->getSalutationWriterService());
  9933.             yield 11 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Writer\\RuleWriter'] ?? $this->getRuleWriterService());
  9934.             yield 12 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Writer\\CustomFieldSetWriter'] ?? $this->getCustomFieldSetWriterService());
  9935.             yield 13 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Writer\\MediaFolderInheritanceWriter'] ?? $this->getMediaFolderInheritanceWriterService());
  9936.             yield 14 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Writer\\SnippetWriter'] ?? $this->getSnippetWriterService());
  9937.             yield 15 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Writer\\SnippetSetWriter'] ?? $this->getSnippetSetWriterService());
  9938.             yield 16 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Writer\\MailTemplateWriter'] ?? $this->getMailTemplateWriterService());
  9939.             yield 17 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Writer\\DeliveryTimeWriter'] ?? $this->getDeliveryTimeWriterService());
  9940.             yield 18 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Writer\\ProductFeatureSetWriter'] ?? $this->getProductFeatureSetWriterService());
  9941.             yield 19 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Writer\\SalesChannelDomainWriter'] ?? $this->getSalesChannelDomainWriterService());
  9942.             yield 20 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Writer\\SeoUrlTemplateWriter'] ?? $this->getSeoUrlTemplateWriterService());
  9943.             yield 21 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Writer\\SystemConfigWriter'] ?? $this->getSystemConfigWriterService());
  9944.             yield 22 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Writer\\PageSystemConfigWriter'] ?? $this->getPageSystemConfigWriterService());
  9945.             yield 23 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Writer\\ProductSortingWriter'] ?? $this->getProductSortingWriterService());
  9946.             yield 24 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Writer\\CmsPageWriter'] ?? $this->getCmsPageWriterService());
  9947.             yield 25 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Writer\\ProductStreamWriter'] ?? $this->getProductStreamWriterService());
  9948.             yield 26 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Writer\\ProductStreamFilterInheritanceWriter'] ?? $this->getProductStreamFilterInheritanceWriterService());
  9949.             yield 27 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Writer\\PromotionWriter'] ?? $this->getPromotionWriter2Service());
  9950.             yield 28 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Writer\\DocumentInheritanceWriter'] ?? $this->getDocumentInheritanceWriterService());
  9951.             yield 29 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Writer\\DocumentBaseConfigWriter'] ?? $this->getDocumentBaseConfigWriterService());
  9952.             yield 30 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Writer\\CountryStateWriter'] ?? $this->getCountryStateWriterService());
  9953.             yield 31 => ($this->privates['SwagMigrationAssistant\\Migration\\Writer\\ProductWriter'] ?? $this->getProductWriterService());
  9954.             yield 32 => ($this->privates['SwagMigrationAssistant\\Migration\\Writer\\TranslationWriter'] ?? $this->getTranslationWriterService());
  9955.             yield 33 => ($this->privates['SwagMigrationAssistant\\Migration\\Writer\\CategoryWriter'] ?? $this->getCategoryWriterService());
  9956.             yield 34 => ($this->privates['SwagMigrationAssistant\\Migration\\Writer\\MediaFolderWriter'] ?? $this->getMediaFolderWriterService());
  9957.             yield 35 => ($this->privates['SwagMigrationAssistant\\Migration\\Writer\\MediaWriter'] ?? $this->getMediaWriterService());
  9958.             yield 36 => ($this->privates['SwagMigrationAssistant\\Migration\\Writer\\NumberRangeWriter'] ?? $this->getNumberRangeWriterService());
  9959.             yield 37 => ($this->privates['SwagMigrationAssistant\\Migration\\Writer\\LanguageWriter'] ?? $this->getLanguageWriterService());
  9960.             yield 38 => ($this->privates['SwagMigrationAssistant\\Migration\\Writer\\CustomerAttributeWriter'] ?? $this->getCustomerAttributeWriterService());
  9961.             yield 39 => ($this->privates['SwagMigrationAssistant\\Migration\\Writer\\CustomerWriter'] ?? $this->getCustomerWriterService());
  9962.             yield 40 => ($this->privates['SwagMigrationAssistant\\Migration\\Writer\\OrderAttributeWriter'] ?? $this->getOrderAttributeWriterService());
  9963.             yield 41 => ($this->privates['SwagMigrationAssistant\\Migration\\Writer\\OrderWriter'] ?? $this->getOrderWriterService());
  9964.             yield 42 => ($this->privates['SwagMigrationAssistant\\Migration\\Writer\\OrderDocumentAttributeWriter'] ?? $this->getOrderDocumentAttributeWriterService());
  9965.             yield 43 => ($this->privates['SwagMigrationAssistant\\Migration\\Writer\\OrderDocumentWriter'] ?? $this->getOrderDocumentWriterService());
  9966.             yield 44 => ($this->privates['SwagMigrationAssistant\\Migration\\Writer\\CustomerGroupAttributeWriter'] ?? $this->getCustomerGroupAttributeWriterService());
  9967.             yield 45 => ($this->privates['SwagMigrationAssistant\\Migration\\Writer\\CustomerGroupWriter'] ?? $this->getCustomerGroupWriterService());
  9968.             yield 46 => ($this->privates['SwagMigrationAssistant\\Migration\\Writer\\CustomerWishlistWriter'] ?? $this->getCustomerWishlistWriterService());
  9969.             yield 47 => ($this->privates['SwagMigrationAssistant\\Migration\\Writer\\ManufacturerAttributeWriter'] ?? $this->getManufacturerAttributeWriterService());
  9970.             yield 48 => ($this->privates['SwagMigrationAssistant\\Migration\\Writer\\ProductAttributeWriter'] ?? $this->getProductAttributeWriterService());
  9971.             yield 49 => ($this->privates['SwagMigrationAssistant\\Migration\\Writer\\ProductPriceAttributeWriter'] ?? $this->getProductPriceAttributeWriterService());
  9972.             yield 50 => ($this->privates['SwagMigrationAssistant\\Migration\\Writer\\CategoryAttributeWriter'] ?? $this->getCategoryAttributeWriterService());
  9973.             yield 51 => ($this->privates['SwagMigrationAssistant\\Migration\\Writer\\PropertyGroupOptionWriter'] ?? $this->getPropertyGroupOptionWriterService());
  9974.             yield 52 => ($this->privates['SwagMigrationAssistant\\Migration\\Writer\\CurrencyWriter'] ?? $this->getCurrencyWriterService());
  9975.             yield 53 => ($this->privates['SwagMigrationAssistant\\Migration\\Writer\\SalesChannelWriter'] ?? $this->getSalesChannelWriterService());
  9976.             yield 54 => ($this->privates['SwagMigrationAssistant\\Migration\\Writer\\NewsletterRecipientWriter'] ?? $this->getNewsletterRecipientWriterService());
  9977.             yield 55 => ($this->privates['SwagMigrationAssistant\\Migration\\Writer\\ShippingMethodWriter'] ?? $this->getShippingMethodWriterService());
  9978.             yield 56 => ($this->privates['SwagMigrationAssistant\\Migration\\Writer\\ProductReviewWriter'] ?? $this->getProductReviewWriterService());
  9979.             yield 57 => ($this->privates['SwagMigrationAssistant\\Migration\\Writer\\SeoUrlWriter'] ?? $this->getSeoUrlWriterService());
  9980.             yield 58 => ($this->privates['SwagMigrationAssistant\\Migration\\Writer\\CrossSellingWriter'] ?? $this->getCrossSellingWriterService());
  9981.             yield 59 => ($this->privates['SwagMigrationAssistant\\Migration\\Writer\\MainVariantRelationWriter'] ?? $this->getMainVariantRelationWriterService());
  9982.             yield 60 => ($this->privates['SwagMigrationAssistant\\Migration\\Writer\\CountryWriter'] ?? $this->getCountryWriterService());
  9983.         }, 61)), ($this->privates['SwagMigrationAssistant\\Migration\\Media\\MediaFileService'] ?? $this->getMediaFileServiceService()), ($this->privates['SwagMigrationAssistant\\Migration\\Logging\\LoggingService'] ?? $this->getLoggingService2Service()), ($this->services['SwagMigrationAssistant\\Migration\\Data\\SwagMigrationDataDefinition'] ?? $this->getSwagMigrationDataDefinitionService()), ($this->services['swag_migration_mapping.repository'] ?? $this->getSwagMigrationMapping_RepositoryService()));
  9984.     }
  9985.     /**
  9986.      * Gets the public 'SwagMigrationAssistant\Migration\Service\MigrationProgressService' shared service.
  9987.      *
  9988.      * @return \SwagMigrationAssistant\Migration\Service\MigrationProgressService
  9989.      */
  9990.     protected function getMigrationProgressServiceService()
  9991.     {
  9992.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Service/MigrationProgressServiceInterface.php';
  9993.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Service/MigrationProgressService.php';
  9994.         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()));
  9995.     }
  9996.     /**
  9997.      * Gets the public 'SwagMigrationAssistant\Migration\Setting\GeneralSettingDefinition' shared service.
  9998.      *
  9999.      * @return \SwagMigrationAssistant\Migration\Setting\GeneralSettingDefinition
  10000.      */
  10001.     protected function getGeneralSettingDefinitionService()
  10002.     {
  10003.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Setting/GeneralSettingDefinition.php';
  10004.         $this->services['SwagMigrationAssistant\\Migration\\Setting\\GeneralSettingDefinition'] = $instance = new \SwagMigrationAssistant\Migration\Setting\GeneralSettingDefinition();
  10005.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  10006.         return $instance;
  10007.     }
  10008.     /**
  10009.      * Gets the public 'SwagMigrationAssistant\SwagMigrationAssistant' shared autowired service.
  10010.      *
  10011.      * @return \SwagMigrationAssistant\SwagMigrationAssistant
  10012.      */
  10013.     protected function getSwagMigrationAssistantService()
  10014.     {
  10015.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  10016.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Bundle/BundleInterface.php';
  10017.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  10018.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Bundle/Bundle.php';
  10019.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Bundle.php';
  10020.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin.php';
  10021.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/SwagMigrationAssistant.php';
  10022.         return $this->services['SwagMigrationAssistant\\SwagMigrationAssistant'] = ($this->services['Shopware\\Core\\Framework\\Plugin\\KernelPluginLoader\\KernelPluginLoader'] ?? $this->getKernelPluginLoaderService())->getPluginInstance('SwagMigrationAssistant\\SwagMigrationAssistant');
  10023.     }
  10024.     /**
  10025.      * Gets the public 'Swag\LanguagePack\PackLanguage\PackLanguageDefinition' shared service.
  10026.      *
  10027.      * @return \Swag\LanguagePack\PackLanguage\PackLanguageDefinition
  10028.      */
  10029.     protected function getPackLanguageDefinitionService()
  10030.     {
  10031.         include_once \dirname(__DIR__4).'/custom/plugins/SwagLanguagePack/src/PackLanguage/PackLanguageDefinition.php';
  10032.         $this->services['Swag\\LanguagePack\\PackLanguage\\PackLanguageDefinition'] = $instance = new \Swag\LanguagePack\PackLanguage\PackLanguageDefinition();
  10033.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  10034.         return $instance;
  10035.     }
  10036.     /**
  10037.      * Gets the public 'Swag\LanguagePack\SwagLanguagePack' shared autowired service.
  10038.      *
  10039.      * @return \Swag\LanguagePack\SwagLanguagePack
  10040.      */
  10041.     protected function getSwagLanguagePackService()
  10042.     {
  10043.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  10044.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Bundle/BundleInterface.php';
  10045.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  10046.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Bundle/Bundle.php';
  10047.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Bundle.php';
  10048.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin.php';
  10049.         include_once \dirname(__DIR__4).'/custom/plugins/SwagLanguagePack/src/SwagLanguagePack.php';
  10050.         return $this->services['Swag\\LanguagePack\\SwagLanguagePack'] = ($this->services['Shopware\\Core\\Framework\\Plugin\\KernelPluginLoader\\KernelPluginLoader'] ?? $this->getKernelPluginLoaderService())->getPluginInstance('Swag\\LanguagePack\\SwagLanguagePack');
  10051.     }
  10052.     /**
  10053.      * Gets the public 'Symfony\Bundle\FrameworkBundle\Controller\RedirectController' shared service.
  10054.      *
  10055.      * @return \Symfony\Bundle\FrameworkBundle\Controller\RedirectController
  10056.      */
  10057.     protected function getRedirectControllerService()
  10058.     {
  10059.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/RedirectController.php';
  10060.         $a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  10061.         return $this->services['Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController'] = new \Symfony\Bundle\FrameworkBundle\Controller\RedirectController(($this->services['router'] ?? $this->getRouterService()), $a->getHttpPort(), $a->getHttpsPort());
  10062.     }
  10063.     /**
  10064.      * Gets the public 'Symfony\Bundle\FrameworkBundle\Controller\TemplateController' shared service.
  10065.      *
  10066.      * @return \Symfony\Bundle\FrameworkBundle\Controller\TemplateController
  10067.      */
  10068.     protected function getTemplateControllerService()
  10069.     {
  10070.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/TemplateController.php';
  10071.         return $this->services['Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController'] = new \Symfony\Bundle\FrameworkBundle\Controller\TemplateController(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  10072.     }
  10073.     /**
  10074.      * Gets the public 'acl_role.repository' shared service.
  10075.      *
  10076.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  10077.      */
  10078.     protected function getAclRole_RepositoryService()
  10079.     {
  10080.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  10081.         if (isset($this->services['acl_role.repository'])) {
  10082.             return $this->services['acl_role.repository'];
  10083.         }
  10084.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  10085.         if (isset($this->services['acl_role.repository'])) {
  10086.             return $this->services['acl_role.repository'];
  10087.         }
  10088.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  10089.         if (isset($this->services['acl_role.repository'])) {
  10090.             return $this->services['acl_role.repository'];
  10091.         }
  10092.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  10093.         if (isset($this->services['acl_role.repository'])) {
  10094.             return $this->services['acl_role.repository'];
  10095.         }
  10096.         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())));
  10097.     }
  10098.     /**
  10099.      * Gets the public 'acl_user_role.repository' shared service.
  10100.      *
  10101.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  10102.      */
  10103.     protected function getAclUserRole_RepositoryService()
  10104.     {
  10105.         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())));
  10106.     }
  10107.     /**
  10108.      * Gets the public 'admin.openSearch.client' shared service.
  10109.      *
  10110.      * @return \Shopware\Elasticsearch\Profiler\ClientProfiler
  10111.      */
  10112.     protected function getAdmin_OpenSearch_ClientService()
  10113.     {
  10114.         return $this->services['admin.openSearch.client'] = new \Shopware\Elasticsearch\Profiler\ClientProfiler(($this->privates['shopware.es.profiled.adminClient.inner'] ?? $this->getShopware_Es_Profiled_AdminClient_InnerService()));
  10115.     }
  10116.     /**
  10117.      * Gets the public 'administration.filesystem.private' shared service.
  10118.      *
  10119.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  10120.      */
  10121.     protected function getAdministration_Filesystem_PrivateService()
  10122.     {
  10123.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  10124.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  10125.         return $this->services['administration.filesystem.private'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.private'] ?? $this->getShopware_Filesystem_PrivateService()), 'plugins/administration');
  10126.     }
  10127.     /**
  10128.      * Gets the public 'administration.filesystem.public' shared service.
  10129.      *
  10130.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  10131.      */
  10132.     protected function getAdministration_Filesystem_PublicService()
  10133.     {
  10134.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  10135.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  10136.         return $this->services['administration.filesystem.public'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.public'] ?? $this->getShopware_Filesystem_PublicService()), 'plugins/administration');
  10137.     }
  10138.     /**
  10139.      * Gets the public 'app.repository' shared service.
  10140.      *
  10141.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  10142.      */
  10143.     protected function getApp_RepositoryService()
  10144.     {
  10145.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  10146.         if (isset($this->services['app.repository'])) {
  10147.             return $this->services['app.repository'];
  10148.         }
  10149.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  10150.         if (isset($this->services['app.repository'])) {
  10151.             return $this->services['app.repository'];
  10152.         }
  10153.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  10154.         if (isset($this->services['app.repository'])) {
  10155.             return $this->services['app.repository'];
  10156.         }
  10157.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  10158.         if (isset($this->services['app.repository'])) {
  10159.             return $this->services['app.repository'];
  10160.         }
  10161.         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())));
  10162.     }
  10163.     /**
  10164.      * Gets the public 'app_action_button.repository' shared service.
  10165.      *
  10166.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  10167.      */
  10168.     protected function getAppActionButton_RepositoryService()
  10169.     {
  10170.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  10171.         if (isset($this->services['app_action_button.repository'])) {
  10172.             return $this->services['app_action_button.repository'];
  10173.         }
  10174.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  10175.         if (isset($this->services['app_action_button.repository'])) {
  10176.             return $this->services['app_action_button.repository'];
  10177.         }
  10178.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  10179.         if (isset($this->services['app_action_button.repository'])) {
  10180.             return $this->services['app_action_button.repository'];
  10181.         }
  10182.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  10183.         if (isset($this->services['app_action_button.repository'])) {
  10184.             return $this->services['app_action_button.repository'];
  10185.         }
  10186.         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())));
  10187.     }
  10188.     /**
  10189.      * Gets the public 'app_action_button_translation.repository' shared service.
  10190.      *
  10191.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  10192.      */
  10193.     protected function getAppActionButtonTranslation_RepositoryService()
  10194.     {
  10195.         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())));
  10196.     }
  10197.     /**
  10198.      * Gets the public 'app_administration_snippet.repository' shared service.
  10199.      *
  10200.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  10201.      */
  10202.     protected function getAppAdministrationSnippet_RepositoryService()
  10203.     {
  10204.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  10205.         if (isset($this->services['app_administration_snippet.repository'])) {
  10206.             return $this->services['app_administration_snippet.repository'];
  10207.         }
  10208.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  10209.         if (isset($this->services['app_administration_snippet.repository'])) {
  10210.             return $this->services['app_administration_snippet.repository'];
  10211.         }
  10212.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  10213.         if (isset($this->services['app_administration_snippet.repository'])) {
  10214.             return $this->services['app_administration_snippet.repository'];
  10215.         }
  10216.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  10217.         if (isset($this->services['app_administration_snippet.repository'])) {
  10218.             return $this->services['app_administration_snippet.repository'];
  10219.         }
  10220.         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())));
  10221.     }
  10222.     /**
  10223.      * Gets the public 'app_cms_block.repository' shared service.
  10224.      *
  10225.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  10226.      */
  10227.     protected function getAppCmsBlock_RepositoryService()
  10228.     {
  10229.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  10230.         if (isset($this->services['app_cms_block.repository'])) {
  10231.             return $this->services['app_cms_block.repository'];
  10232.         }
  10233.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  10234.         if (isset($this->services['app_cms_block.repository'])) {
  10235.             return $this->services['app_cms_block.repository'];
  10236.         }
  10237.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  10238.         if (isset($this->services['app_cms_block.repository'])) {
  10239.             return $this->services['app_cms_block.repository'];
  10240.         }
  10241.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  10242.         if (isset($this->services['app_cms_block.repository'])) {
  10243.             return $this->services['app_cms_block.repository'];
  10244.         }
  10245.         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())));
  10246.     }
  10247.     /**
  10248.      * Gets the public 'app_cms_block_translation.repository' shared service.
  10249.      *
  10250.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  10251.      */
  10252.     protected function getAppCmsBlockTranslation_RepositoryService()
  10253.     {
  10254.         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())));
  10255.     }
  10256.     /**
  10257.      * Gets the public 'app_flow_action.repository' shared service.
  10258.      *
  10259.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  10260.      */
  10261.     protected function getAppFlowAction_RepositoryService()
  10262.     {
  10263.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  10264.         if (isset($this->services['app_flow_action.repository'])) {
  10265.             return $this->services['app_flow_action.repository'];
  10266.         }
  10267.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  10268.         if (isset($this->services['app_flow_action.repository'])) {
  10269.             return $this->services['app_flow_action.repository'];
  10270.         }
  10271.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  10272.         if (isset($this->services['app_flow_action.repository'])) {
  10273.             return $this->services['app_flow_action.repository'];
  10274.         }
  10275.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  10276.         if (isset($this->services['app_flow_action.repository'])) {
  10277.             return $this->services['app_flow_action.repository'];
  10278.         }
  10279.         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())));
  10280.     }
  10281.     /**
  10282.      * Gets the public 'app_flow_action_translation.repository' shared service.
  10283.      *
  10284.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  10285.      */
  10286.     protected function getAppFlowActionTranslation_RepositoryService()
  10287.     {
  10288.         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())));
  10289.     }
  10290.     /**
  10291.      * Gets the public 'app_payment_method.repository' shared service.
  10292.      *
  10293.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  10294.      */
  10295.     protected function getAppPaymentMethod_RepositoryService()
  10296.     {
  10297.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  10298.         if (isset($this->services['app_payment_method.repository'])) {
  10299.             return $this->services['app_payment_method.repository'];
  10300.         }
  10301.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  10302.         if (isset($this->services['app_payment_method.repository'])) {
  10303.             return $this->services['app_payment_method.repository'];
  10304.         }
  10305.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  10306.         if (isset($this->services['app_payment_method.repository'])) {
  10307.             return $this->services['app_payment_method.repository'];
  10308.         }
  10309.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  10310.         if (isset($this->services['app_payment_method.repository'])) {
  10311.             return $this->services['app_payment_method.repository'];
  10312.         }
  10313.         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())));
  10314.     }
  10315.     /**
  10316.      * Gets the public 'app_script_condition.repository' shared service.
  10317.      *
  10318.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  10319.      */
  10320.     protected function getAppScriptCondition_RepositoryService()
  10321.     {
  10322.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  10323.         if (isset($this->services['app_script_condition.repository'])) {
  10324.             return $this->services['app_script_condition.repository'];
  10325.         }
  10326.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  10327.         if (isset($this->services['app_script_condition.repository'])) {
  10328.             return $this->services['app_script_condition.repository'];
  10329.         }
  10330.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  10331.         if (isset($this->services['app_script_condition.repository'])) {
  10332.             return $this->services['app_script_condition.repository'];
  10333.         }
  10334.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  10335.         if (isset($this->services['app_script_condition.repository'])) {
  10336.             return $this->services['app_script_condition.repository'];
  10337.         }
  10338.         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())));
  10339.     }
  10340.     /**
  10341.      * Gets the public 'app_script_condition_translation.repository' shared service.
  10342.      *
  10343.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  10344.      */
  10345.     protected function getAppScriptConditionTranslation_RepositoryService()
  10346.     {
  10347.         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())));
  10348.     }
  10349.     /**
  10350.      * Gets the public 'app_template.repository' shared service.
  10351.      *
  10352.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  10353.      */
  10354.     protected function getAppTemplate_RepositoryService()
  10355.     {
  10356.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  10357.         if (isset($this->services['app_template.repository'])) {
  10358.             return $this->services['app_template.repository'];
  10359.         }
  10360.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  10361.         if (isset($this->services['app_template.repository'])) {
  10362.             return $this->services['app_template.repository'];
  10363.         }
  10364.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  10365.         if (isset($this->services['app_template.repository'])) {
  10366.             return $this->services['app_template.repository'];
  10367.         }
  10368.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  10369.         if (isset($this->services['app_template.repository'])) {
  10370.             return $this->services['app_template.repository'];
  10371.         }
  10372.         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())));
  10373.     }
  10374.     /**
  10375.      * Gets the public 'app_translation.repository' shared service.
  10376.      *
  10377.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  10378.      */
  10379.     protected function getAppTranslation_RepositoryService()
  10380.     {
  10381.         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())));
  10382.     }
  10383.     /**
  10384.      * Gets the public 'cache.app' shared service.
  10385.      *
  10386.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  10387.      */
  10388.     protected function getCache_AppService()
  10389.     {
  10390.         $a = new \Symfony\Component\Cache\Adapter\ArrayAdapter(0);
  10391.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  10392.         return $this->services['cache.app'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  10393.     }
  10394.     /**
  10395.      * Gets the public 'cache.app_clearer' shared service.
  10396.      *
  10397.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  10398.      */
  10399.     protected function getCache_AppClearerService()
  10400.     {
  10401.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  10402.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  10403.         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())]);
  10404.     }
  10405.     /**
  10406.      * Gets the public 'cache.global_clearer' shared service.
  10407.      *
  10408.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  10409.      */
  10410.     protected function getCache_GlobalClearerService()
  10411.     {
  10412.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  10413.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  10414.         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())]);
  10415.     }
  10416.     /**
  10417.      * Gets the public 'cache.system' shared service.
  10418.      *
  10419.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  10420.      */
  10421.     protected function getCache_SystemService()
  10422.     {
  10423.         return $this->services['cache.system'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('TBN84jR9Mb'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  10424.     }
  10425.     /**
  10426.      * Gets the public 'cache.system_clearer' shared service.
  10427.      *
  10428.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  10429.      */
  10430.     protected function getCache_SystemClearerService()
  10431.     {
  10432.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  10433.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  10434.         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())]);
  10435.     }
  10436.     /**
  10437.      * Gets the public 'cache.validator_expression_language' shared service.
  10438.      *
  10439.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  10440.      */
  10441.     protected function getCache_ValidatorExpressionLanguageService()
  10442.     {
  10443.         return $this->services['cache.validator_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('4l3Y3OZN7N'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  10444.     }
  10445.     /**
  10446.      * Gets the public 'cache_warmer' shared service.
  10447.      *
  10448.      * @return \Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerAggregate
  10449.      */
  10450.     protected function getCacheWarmerService()
  10451.     {
  10452.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  10453.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerAggregate.php';
  10454.         return $this->services['cache_warmer'] = new \Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerAggregate(new RewindableGenerator(function () {
  10455.             yield => ($this->privates['cache_pool_clearer.cache_warmer'] ?? $this->getCachePoolClearer_CacheWarmerService());
  10456.             yield => ($this->privates['config_builder.warmer'] ?? $this->getConfigBuilder_WarmerService());
  10457.             yield => ($this->privates['translation.warmer'] ?? $this->getTranslation_WarmerService());
  10458.             yield => ($this->privates['router.cache_warmer'] ?? $this->getRouter_CacheWarmerService());
  10459.             yield => ($this->privates['annotations.cache_warmer'] ?? $this->getAnnotations_CacheWarmerService());
  10460.             yield => ($this->privates['serializer.mapping.cache_warmer'] ?? $this->getSerializer_Mapping_CacheWarmerService());
  10461.             yield => ($this->privates['validator.mapping.cache_warmer'] ?? $this->getValidator_Mapping_CacheWarmerService());
  10462.         }, 7), true, ($this->targetDir.''.'/Shopware_Core_KernelDevDebugContainerDeprecations.log'));
  10463.     }
  10464.     /**
  10465.      * Gets the public 'category.repository' shared service.
  10466.      *
  10467.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  10468.      */
  10469.     protected function getCategory_RepositoryService()
  10470.     {
  10471.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  10472.         if (isset($this->services['category.repository'])) {
  10473.             return $this->services['category.repository'];
  10474.         }
  10475.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  10476.         if (isset($this->services['category.repository'])) {
  10477.             return $this->services['category.repository'];
  10478.         }
  10479.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  10480.         if (isset($this->services['category.repository'])) {
  10481.             return $this->services['category.repository'];
  10482.         }
  10483.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  10484.         if (isset($this->services['category.repository'])) {
  10485.             return $this->services['category.repository'];
  10486.         }
  10487.         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->getCategoryDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), $a$b$c$d, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  10488.     }
  10489.     /**
  10490.      * Gets the public 'category_tag.repository' shared service.
  10491.      *
  10492.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  10493.      */
  10494.     protected function getCategoryTag_RepositoryService()
  10495.     {
  10496.         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())));
  10497.     }
  10498.     /**
  10499.      * Gets the public 'category_translation.repository' shared service.
  10500.      *
  10501.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  10502.      */
  10503.     protected function getCategoryTranslation_RepositoryService()
  10504.     {
  10505.         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->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())));
  10506.     }
  10507.     /**
  10508.      * Gets the public 'checkout.filesystem.private' shared service.
  10509.      *
  10510.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  10511.      */
  10512.     protected function getCheckout_Filesystem_PrivateService()
  10513.     {
  10514.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  10515.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  10516.         return $this->services['checkout.filesystem.private'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.private'] ?? $this->getShopware_Filesystem_PrivateService()), 'plugins/checkout');
  10517.     }
  10518.     /**
  10519.      * Gets the public 'checkout.filesystem.public' shared service.
  10520.      *
  10521.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  10522.      */
  10523.     protected function getCheckout_Filesystem_PublicService()
  10524.     {
  10525.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  10526.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  10527.         return $this->services['checkout.filesystem.public'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.public'] ?? $this->getShopware_Filesystem_PublicService()), 'plugins/checkout');
  10528.     }
  10529.     /**
  10530.      * Gets the public 'cms_block.repository' shared service.
  10531.      *
  10532.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  10533.      */
  10534.     protected function getCmsBlock_RepositoryService()
  10535.     {
  10536.         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())));
  10537.     }
  10538.     /**
  10539.      * Gets the public 'cms_page.repository' shared service.
  10540.      *
  10541.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  10542.      */
  10543.     protected function getCmsPage_RepositoryService()
  10544.     {
  10545.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  10546.         if (isset($this->services['cms_page.repository'])) {
  10547.             return $this->services['cms_page.repository'];
  10548.         }
  10549.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  10550.         if (isset($this->services['cms_page.repository'])) {
  10551.             return $this->services['cms_page.repository'];
  10552.         }
  10553.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  10554.         if (isset($this->services['cms_page.repository'])) {
  10555.             return $this->services['cms_page.repository'];
  10556.         }
  10557.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  10558.         if (isset($this->services['cms_page.repository'])) {
  10559.             return $this->services['cms_page.repository'];
  10560.         }
  10561.         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())));
  10562.     }
  10563.     /**
  10564.      * Gets the public 'cms_page_translation.repository' shared service.
  10565.      *
  10566.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  10567.      */
  10568.     protected function getCmsPageTranslation_RepositoryService()
  10569.     {
  10570.         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())));
  10571.     }
  10572.     /**
  10573.      * Gets the public 'cms_section.repository' shared service.
  10574.      *
  10575.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  10576.      */
  10577.     protected function getCmsSection_RepositoryService()
  10578.     {
  10579.         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())));
  10580.     }
  10581.     /**
  10582.      * Gets the public 'cms_slot.repository' shared service.
  10583.      *
  10584.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  10585.      */
  10586.     protected function getCmsSlot_RepositoryService()
  10587.     {
  10588.         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()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  10589.     }
  10590.     /**
  10591.      * Gets the public 'cms_slot_translation.repository' shared service.
  10592.      *
  10593.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  10594.      */
  10595.     protected function getCmsSlotTranslation_RepositoryService()
  10596.     {
  10597.         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())));
  10598.     }
  10599.     /**
  10600.      * Gets the public 'console.command_loader' shared service.
  10601.      *
  10602.      * @return \Symfony\Component\Console\CommandLoader\ContainerCommandLoader
  10603.      */
  10604.     protected function getConsole_CommandLoaderService()
  10605.     {
  10606.         include_once \dirname(__DIR__4).'/vendor/symfony/console/CommandLoader/CommandLoaderInterface.php';
  10607.         include_once \dirname(__DIR__4).'/vendor/symfony/console/CommandLoader/ContainerCommandLoader.php';
  10608.         return $this->services['console.command_loader'] = new \Symfony\Component\Console\CommandLoader\ContainerCommandLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  10609.             'Shopware\\Core\\Framework\\Migration\\Command\\CreateMigrationCommand' => ['privates''Shopware\\Core\\Framework\\Migration\\Command\\CreateMigrationCommand''getCreateMigrationCommandService'false],
  10610.             'Shopware\\Core\\Framework\\Migration\\Command\\RefreshMigrationCommand' => ['privates''Shopware\\Core\\Framework\\Migration\\Command\\RefreshMigrationCommand''getRefreshMigrationCommandService'false],
  10611.             'Shopware\\Core\\Framework\\Migration\\Command\\MigrationCommand' => ['privates''Shopware\\Core\\Framework\\Migration\\Command\\MigrationCommand''getMigrationCommandService'false],
  10612.             'Shopware\\Core\\Framework\\Demodata\\PersonalData\\CleanPersonalDataCommand' => ['privates''Shopware\\Core\\Framework\\Demodata\\PersonalData\\CleanPersonalDataCommand''getCleanPersonalDataCommandService'false],
  10613.             'Shopware\\Core\\Framework\\Migration\\Command\\MigrationDestructiveCommand' => ['privates''Shopware\\Core\\Framework\\Migration\\Command\\MigrationDestructiveCommand''getMigrationDestructiveCommandService'false],
  10614.             'Shopware\\Core\\Framework\\Changelog\\Command\\ChangelogCreateCommand' => ['privates''Shopware\\Core\\Framework\\Changelog\\Command\\ChangelogCreateCommand''getChangelogCreateCommandService'false],
  10615.             'Shopware\\Core\\Framework\\Changelog\\Command\\ChangelogReleaseCommand' => ['privates''Shopware\\Core\\Framework\\Changelog\\Command\\ChangelogReleaseCommand''getChangelogReleaseCommandService'false],
  10616.             'Shopware\\Core\\Framework\\Changelog\\Command\\ChangelogChangeCommand' => ['privates''Shopware\\Core\\Framework\\Changelog\\Command\\ChangelogChangeCommand''getChangelogChangeCommandService'false],
  10617.             'Shopware\\Core\\Framework\\Changelog\\Command\\ChangelogCheckCommand' => ['privates''Shopware\\Core\\Framework\\Changelog\\Command\\ChangelogCheckCommand''getChangelogCheckCommandService'false],
  10618.             'Shopware\\Core\\Framework\\Feature\\Command\\FeatureDumpCommand' => ['privates''Shopware\\Core\\Framework\\Feature\\Command\\FeatureDumpCommand''getFeatureDumpCommandService'false],
  10619.             'Shopware\\Core\\Framework\\Adapter\\Command\\S3FilesystemVisibilityCommand' => ['privates''Shopware\\Core\\Framework\\Adapter\\Command\\S3FilesystemVisibilityCommand''getS3FilesystemVisibilityCommandService'false],
  10620.             'Shopware\\Core\\Framework\\Api\\Command\\DumpSchemaCommand' => ['privates''Shopware\\Core\\Framework\\Api\\Command\\DumpSchemaCommand''getDumpSchemaCommandService'false],
  10621.             'Shopware\\Core\\Framework\\Api\\Command\\DumpClassSchemaCommand' => ['privates''Shopware\\Core\\Framework\\Api\\Command\\DumpClassSchemaCommand''getDumpClassSchemaCommandService'false],
  10622.             'Shopware\\Core\\Framework\\App\\Command\\RefreshAppCommand' => ['privates''Shopware\\Core\\Framework\\App\\Command\\RefreshAppCommand''getRefreshAppCommandService'false],
  10623.             'Shopware\\Core\\Framework\\App\\Command\\InstallAppCommand' => ['privates''Shopware\\Core\\Framework\\App\\Command\\InstallAppCommand''getInstallAppCommandService'false],
  10624.             'Shopware\\Core\\Framework\\App\\Command\\UninstallAppCommand' => ['privates''Shopware\\Core\\Framework\\App\\Command\\UninstallAppCommand''getUninstallAppCommandService'false],
  10625.             'Shopware\\Core\\Framework\\App\\Command\\ActivateAppCommand' => ['privates''Shopware\\Core\\Framework\\App\\Command\\ActivateAppCommand''getActivateAppCommandService'false],
  10626.             'Shopware\\Core\\Framework\\App\\Command\\DeactivateAppCommand' => ['privates''Shopware\\Core\\Framework\\App\\Command\\DeactivateAppCommand''getDeactivateAppCommandService'false],
  10627.             'Shopware\\Core\\Framework\\App\\Command\\ValidateAppCommand' => ['privates''Shopware\\Core\\Framework\\App\\Command\\ValidateAppCommand''getValidateAppCommandService'false],
  10628.             'Shopware\\Core\\Framework\\App\\Command\\ResolveAppUrlChangeCommand' => ['privates''Shopware\\Core\\Framework\\App\\Command\\ResolveAppUrlChangeCommand''getResolveAppUrlChangeCommandService'false],
  10629.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\Command\\CreateSchemaCommand' => ['privates''Shopware\\Core\\Framework\\DataAbstractionLayer\\Command\\CreateSchemaCommand''getCreateSchemaCommandService'false],
  10630.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\Command\\CreateEntitiesCommand' => ['privates''Shopware\\Core\\Framework\\DataAbstractionLayer\\Command\\CreateEntitiesCommand''getCreateEntitiesCommandService'false],
  10631.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\Command\\CreateHydratorCommand' => ['privates''Shopware\\Core\\Framework\\DataAbstractionLayer\\Command\\CreateHydratorCommand''getCreateHydratorCommandService'false],
  10632.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\Command\\RefreshIndexCommand' => ['privates''Shopware\\Core\\Framework\\DataAbstractionLayer\\Command\\RefreshIndexCommand''getRefreshIndexCommandService'false],
  10633.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\Command\\DataAbstractionLayerValidateCommand' => ['privates''Shopware\\Core\\Framework\\DataAbstractionLayer\\Command\\DataAbstractionLayerValidateCommand''getDataAbstractionLayerValidateCommandService'false],
  10634.             'Shopware\\Core\\Framework\\Demodata\\Command\\DemodataCommand' => ['privates''Shopware\\Core\\Framework\\Demodata\\Command\\DemodataCommand''getDemodataCommandService'false],
  10635.             'Shopware\\Core\\Framework\\Event\\Command\\DebugDumpBusinessEventsCommand' => ['privates''Shopware\\Core\\Framework\\Event\\Command\\DebugDumpBusinessEventsCommand''getDebugDumpBusinessEventsCommandService'false],
  10636.             'console.command.assets_install' => ['privates''console.command.assets_install''getConsole_Command_AssetsInstallService'false],
  10637.             'Shopware\\Core\\Framework\\MessageQueue\\Command\\DispatchSleepMessageCommand' => ['privates''Shopware\\Core\\Framework\\MessageQueue\\Command\\DispatchSleepMessageCommand''getDispatchSleepMessageCommandService'false],
  10638.             'Shopware\\Core\\Framework\\Plugin\\Command\\BundleDumpCommand' => ['privates''Shopware\\Core\\Framework\\Plugin\\Command\\BundleDumpCommand''getBundleDumpCommandService'false],
  10639.             'Shopware\\Core\\Framework\\Plugin\\Command\\PluginRefreshCommand' => ['privates''Shopware\\Core\\Framework\\Plugin\\Command\\PluginRefreshCommand''getPluginRefreshCommandService'false],
  10640.             'Shopware\\Core\\Framework\\Plugin\\Command\\PluginListCommand' => ['privates''Shopware\\Core\\Framework\\Plugin\\Command\\PluginListCommand''getPluginListCommandService'false],
  10641.             'Shopware\\Core\\Framework\\Plugin\\Command\\PluginZipImportCommand' => ['privates''Shopware\\Core\\Framework\\Plugin\\Command\\PluginZipImportCommand''getPluginZipImportCommandService'false],
  10642.             'Shopware\\Core\\Framework\\Plugin\\Command\\Lifecycle\\PluginInstallCommand' => ['privates''Shopware\\Core\\Framework\\Plugin\\Command\\Lifecycle\\PluginInstallCommand''getPluginInstallCommandService'false],
  10643.             'Shopware\\Core\\Framework\\Plugin\\Command\\Lifecycle\\PluginActivateCommand' => ['privates''Shopware\\Core\\Framework\\Plugin\\Command\\Lifecycle\\PluginActivateCommand''getPluginActivateCommandService'false],
  10644.             'Shopware\\Core\\Framework\\Plugin\\Command\\Lifecycle\\PluginUpdateCommand' => ['privates''Shopware\\Core\\Framework\\Plugin\\Command\\Lifecycle\\PluginUpdateCommand''getPluginUpdateCommandService'false],
  10645.             'Shopware\\Core\\Framework\\Plugin\\Command\\Lifecycle\\PluginDeactivateCommand' => ['privates''Shopware\\Core\\Framework\\Plugin\\Command\\Lifecycle\\PluginDeactivateCommand''getPluginDeactivateCommandService'false],
  10646.             'Shopware\\Core\\Framework\\Plugin\\Command\\Lifecycle\\PluginUninstallCommand' => ['privates''Shopware\\Core\\Framework\\Plugin\\Command\\Lifecycle\\PluginUninstallCommand''getPluginUninstallCommandService'false],
  10647.             'Shopware\\Core\\Framework\\Plugin\\Command\\PluginCreateCommand' => ['privates''Shopware\\Core\\Framework\\Plugin\\Command\\PluginCreateCommand''getPluginCreateCommandService'false],
  10648.             'Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\Command\\RegisterScheduledTasksCommand' => ['privates''Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\Command\\RegisterScheduledTasksCommand''getRegisterScheduledTasksCommandService'false],
  10649.             'Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\Command\\ScheduledTaskRunner' => ['privates''Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\Command\\ScheduledTaskRunner''getScheduledTaskRunnerService'false],
  10650.             'Shopware\\Core\\Framework\\Store\\Command\\StoreDownloadCommand' => ['privates''Shopware\\Core\\Framework\\Store\\Command\\StoreDownloadCommand''getStoreDownloadCommandService'false],
  10651.             'Shopware\\Core\\Framework\\Store\\Command\\StoreLoginCommand' => ['privates''Shopware\\Core\\Framework\\Store\\Command\\StoreLoginCommand''getStoreLoginCommandService'false],
  10652.             'Shopware\\Core\\System\\Snippet\\Command\\ValidateSnippetsCommand' => ['privates''Shopware\\Core\\System\\Snippet\\Command\\ValidateSnippetsCommand''getValidateSnippetsCommandService'false],
  10653.             'Shopware\\Core\\System\\StateMachine\\Command\\WorkflowDumpCommand' => ['privates''Shopware\\Core\\System\\StateMachine\\Command\\WorkflowDumpCommand''getWorkflowDumpCommandService'false],
  10654.             'Shopware\\Core\\System\\SystemConfig\\Command\\ConfigGet' => ['privates''Shopware\\Core\\System\\SystemConfig\\Command\\ConfigGet''getConfigGetService'false],
  10655.             'Shopware\\Core\\System\\SystemConfig\\Command\\ConfigSet' => ['privates''Shopware\\Core\\System\\SystemConfig\\Command\\ConfigSet''getConfigSetService'false],
  10656.             'Shopware\\Core\\System\\NumberRange\\Command\\MigrateIncrementStorageCommand' => ['privates''Shopware\\Core\\System\\NumberRange\\Command\\MigrateIncrementStorageCommand''getMigrateIncrementStorageCommandService'false],
  10657.             'Shopware\\Core\\Content\\Media\\Commands\\GenerateThumbnailsCommand' => ['privates''Shopware\\Core\\Content\\Media\\Commands\\GenerateThumbnailsCommand''getGenerateThumbnailsCommandService'false],
  10658.             'Shopware\\Core\\Content\\Media\\Commands\\GenerateMediaTypesCommand' => ['privates''Shopware\\Core\\Content\\Media\\Commands\\GenerateMediaTypesCommand''getGenerateMediaTypesCommandService'false],
  10659.             'Shopware\\Core\\Content\\Media\\Commands\\DeleteNotUsedMediaCommand' => ['privates''Shopware\\Core\\Content\\Media\\Commands\\DeleteNotUsedMediaCommand''getDeleteNotUsedMediaCommandService'false],
  10660.             'Shopware\\Core\\Content\\ProductExport\\Command\\ProductExportGenerateCommand' => ['privates''Shopware\\Core\\Content\\ProductExport\\Command\\ProductExportGenerateCommand''getProductExportGenerateCommandService'false],
  10661.             'Shopware\\Core\\Content\\ImportExport\\Command\\DeleteExpiredFilesCommand' => ['privates''Shopware\\Core\\Content\\ImportExport\\Command\\DeleteExpiredFilesCommand''getDeleteExpiredFilesCommandService'false],
  10662.             'Shopware\\Core\\Content\\ImportExport\\Command\\ImportEntityCommand' => ['privates''Shopware\\Core\\Content\\ImportExport\\Command\\ImportEntityCommand''getImportEntityCommandService'false],
  10663.             'Shopware\\Core\\Content\\Sitemap\\Commands\\SitemapGenerateCommand' => ['privates''Shopware\\Core\\Content\\Sitemap\\Commands\\SitemapGenerateCommand''getSitemapGenerateCommandService'false],
  10664.             'Shopware\\Core\\Checkout\\Cart\\Command\\CartMigrateCommand' => ['privates''Shopware\\Core\\Checkout\\Cart\\Command\\CartMigrateCommand''getCartMigrateCommandService'false],
  10665.             'Shopware\\Core\\Checkout\\Customer\\Command\\DeleteUnusedGuestCustomersCommand' => ['privates''Shopware\\Core\\Checkout\\Customer\\Command\\DeleteUnusedGuestCustomersCommand''getDeleteUnusedGuestCustomersCommandService'false],
  10666.             'Shopware\\Storefront\\Framework\\Command\\HttpCacheWarmUpCommand' => ['privates''Shopware\\Storefront\\Framework\\Command\\HttpCacheWarmUpCommand''getHttpCacheWarmUpCommandService'false],
  10667.             'Shopware\\Storefront\\Framework\\Command\\SalesChannelCreateStorefrontCommand' => ['privates''Shopware\\Storefront\\Framework\\Command\\SalesChannelCreateStorefrontCommand''getSalesChannelCreateStorefrontCommandService'false],
  10668.             'Shopware\\Storefront\\Theme\\Command\\ThemeCreateCommand' => ['privates''Shopware\\Storefront\\Theme\\Command\\ThemeCreateCommand''getThemeCreateCommandService'false],
  10669.             'Shopware\\Storefront\\Theme\\Command\\ThemeChangeCommand' => ['privates''Shopware\\Storefront\\Theme\\Command\\ThemeChangeCommand''getThemeChangeCommandService'false],
  10670.             'Shopware\\Storefront\\Theme\\Command\\ThemeCompileCommand' => ['privates''Shopware\\Storefront\\Theme\\Command\\ThemeCompileCommand''getThemeCompileCommandService'false],
  10671.             'Shopware\\Storefront\\Theme\\Command\\ThemeDumpCommand' => ['privates''Shopware\\Storefront\\Theme\\Command\\ThemeDumpCommand''getThemeDumpCommandService'false],
  10672.             'Shopware\\Storefront\\Theme\\Command\\ThemeRefreshCommand' => ['privates''Shopware\\Storefront\\Theme\\Command\\ThemeRefreshCommand''getThemeRefreshCommandService'false],
  10673.             'Shopware\\Storefront\\Theme\\Command\\ThemePrepareIconsCommand' => ['privates''Shopware\\Storefront\\Theme\\Command\\ThemePrepareIconsCommand''getThemePrepareIconsCommandService'false],
  10674.             'Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchIndexingCommand' => ['privates''Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchIndexingCommand''getElasticsearchIndexingCommandService'false],
  10675.             'Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchTestAnalyzerCommand' => ['privates''Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchTestAnalyzerCommand''getElasticsearchTestAnalyzerCommandService'false],
  10676.             'Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchStatusCommand' => ['privates''Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchStatusCommand''getElasticsearchStatusCommandService'false],
  10677.             'Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchResetCommand' => ['privates''Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchResetCommand''getElasticsearchResetCommandService'false],
  10678.             'Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchCreateAliasCommand' => ['privates''Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchCreateAliasCommand''getElasticsearchCreateAliasCommandService'false],
  10679.             'Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchCleanIndicesCommand' => ['privates''Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchCleanIndicesCommand''getElasticsearchCleanIndicesCommandService'false],
  10680.             'Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchAdminIndexingCommand' => ['privates''.Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchAdminIndexingCommand.lazy''getElasticsearchAdminIndexingCommand_LazyService'false],
  10681.             'Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchAdminResetCommand' => ['privates''.Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchAdminResetCommand.lazy''getElasticsearchAdminResetCommand_LazyService'false],
  10682.             'Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchAdminTestCommand' => ['privates''.Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchAdminTestCommand.lazy''getElasticsearchAdminTestCommand_LazyService'false],
  10683.             'Shopware\\Core\\Maintenance\\System\\Command\\SystemInstallCommand' => ['privates''Shopware\\Core\\Maintenance\\System\\Command\\SystemInstallCommand''getSystemInstallCommandService'false],
  10684.             'Shopware\\Core\\Maintenance\\System\\Command\\SystemGenerateJwtSecretCommand' => ['privates''Shopware\\Core\\Maintenance\\System\\Command\\SystemGenerateJwtSecretCommand''getSystemGenerateJwtSecretCommandService'false],
  10685.             'Shopware\\Core\\Maintenance\\System\\Command\\SystemGenerateAppSecretCommand' => ['privates''Shopware\\Core\\Maintenance\\System\\Command\\SystemGenerateAppSecretCommand''getSystemGenerateAppSecretCommandService'false],
  10686.             'Shopware\\Core\\Maintenance\\System\\Command\\SystemSetupCommand' => ['privates''Shopware\\Core\\Maintenance\\System\\Command\\SystemSetupCommand''getSystemSetupCommandService'false],
  10687.             'Symfony\\Component\\Dotenv\\Command\\DotenvDumpCommand' => ['privates''.Symfony\\Component\\Dotenv\\Command\\DotenvDumpCommand.lazy''getDotenvDumpCommand_LazyService'false],
  10688.             'Shopware\\Core\\Maintenance\\System\\Command\\SystemUpdatePrepareCommand' => ['privates''Shopware\\Core\\Maintenance\\System\\Command\\SystemUpdatePrepareCommand''getSystemUpdatePrepareCommandService'false],
  10689.             'Shopware\\Core\\Maintenance\\System\\Command\\SystemUpdateFinishCommand' => ['privates''Shopware\\Core\\Maintenance\\System\\Command\\SystemUpdateFinishCommand''getSystemUpdateFinishCommandService'false],
  10690.             'Shopware\\Core\\Maintenance\\SalesChannel\\Command\\SalesChannelUpdateDomainCommand' => ['privates''.Shopware\\Core\\Maintenance\\SalesChannel\\Command\\SalesChannelUpdateDomainCommand.lazy''getSalesChannelUpdateDomainCommand_LazyService'false],
  10691.             'Shopware\\Core\\Maintenance\\System\\Command\\SystemConfigureShopCommand' => ['privates''Shopware\\Core\\Maintenance\\System\\Command\\SystemConfigureShopCommand''getSystemConfigureShopCommandService'false],
  10692.             'Shopware\\Core\\Maintenance\\SalesChannel\\Command\\SalesChannelCreateCommand' => ['privates''Shopware\\Core\\Maintenance\\SalesChannel\\Command\\SalesChannelCreateCommand''getSalesChannelCreateCommandService'false],
  10693.             'Shopware\\Core\\Maintenance\\SalesChannel\\Command\\SalesChannelListCommand' => ['privates''Shopware\\Core\\Maintenance\\SalesChannel\\Command\\SalesChannelListCommand''getSalesChannelListCommandService'false],
  10694.             'Shopware\\Core\\Maintenance\\SalesChannel\\Command\\SalesChannelMaintenanceEnableCommand' => ['privates''Shopware\\Core\\Maintenance\\SalesChannel\\Command\\SalesChannelMaintenanceEnableCommand''getSalesChannelMaintenanceEnableCommandService'false],
  10695.             'Shopware\\Core\\Maintenance\\SalesChannel\\Command\\SalesChannelMaintenanceDisableCommand' => ['privates''Shopware\\Core\\Maintenance\\SalesChannel\\Command\\SalesChannelMaintenanceDisableCommand''getSalesChannelMaintenanceDisableCommandService'false],
  10696.             'Shopware\\Core\\Maintenance\\User\\Command\\UserCreateCommand' => ['privates''Shopware\\Core\\Maintenance\\User\\Command\\UserCreateCommand''getUserCreateCommandService'false],
  10697.             'Shopware\\Core\\Maintenance\\User\\Command\\UserChangePasswordCommand' => ['privates''Shopware\\Core\\Maintenance\\User\\Command\\UserChangePasswordCommand''getUserChangePasswordCommandService'false],
  10698.             'Swag\\LanguagePack\\Core\\System\\SalesChannel\\Command\\SalesChannelCreateCommand' => ['privates''Swag\\LanguagePack\\Core\\System\\SalesChannel\\Command\\SalesChannelCreateCommand''getSalesChannelCreateCommand2Service'false],
  10699.             'Swag\\LanguagePack\\Storefront\\Framework\\Command\\SalesChannelCreateStorefrontCommand' => ['privates''Swag\\LanguagePack\\Storefront\\Framework\\Command\\SalesChannelCreateStorefrontCommand''getSalesChannelCreateStorefrontCommand2Service'false],
  10700.             'SwagMigrationAssistant\\Command\\MigrateDataCommand' => ['privates''SwagMigrationAssistant\\Command\\MigrateDataCommand''getMigrateDataCommandService'false],
  10701.             'console.command.about' => ['privates''.console.command.about.lazy''get_Console_Command_About_LazyService'false],
  10702.             'console.command.cache_clear' => ['privates''.console.command.cache_clear.lazy''get_Console_Command_CacheClear_LazyService'false],
  10703.             'console.command.cache_pool_clear' => ['privates''.console.command.cache_pool_clear.lazy''get_Console_Command_CachePoolClear_LazyService'false],
  10704.             'console.command.cache_pool_prune' => ['privates''.console.command.cache_pool_prune.lazy''get_Console_Command_CachePoolPrune_LazyService'false],
  10705.             'console.command.cache_pool_delete' => ['privates''.console.command.cache_pool_delete.lazy''get_Console_Command_CachePoolDelete_LazyService'false],
  10706.             'console.command.cache_pool_list' => ['privates''.console.command.cache_pool_list.lazy''get_Console_Command_CachePoolList_LazyService'false],
  10707.             'console.command.cache_warmup' => ['privates''.console.command.cache_warmup.lazy''get_Console_Command_CacheWarmup_LazyService'false],
  10708.             'console.command.config_debug' => ['privates''.console.command.config_debug.lazy''get_Console_Command_ConfigDebug_LazyService'false],
  10709.             'console.command.config_dump_reference' => ['privates''.console.command.config_dump_reference.lazy''get_Console_Command_ConfigDumpReference_LazyService'false],
  10710.             'console.command.container_debug' => ['privates''.console.command.container_debug.lazy''get_Console_Command_ContainerDebug_LazyService'false],
  10711.             'console.command.container_lint' => ['privates''.console.command.container_lint.lazy''get_Console_Command_ContainerLint_LazyService'false],
  10712.             'console.command.debug_autowiring' => ['privates''.console.command.debug_autowiring.lazy''get_Console_Command_DebugAutowiring_LazyService'false],
  10713.             'console.command.dotenv_debug' => ['privates''.console.command.dotenv_debug.lazy''get_Console_Command_DotenvDebug_LazyService'false],
  10714.             'console.command.event_dispatcher_debug' => ['privates''.console.command.event_dispatcher_debug.lazy''get_Console_Command_EventDispatcherDebug_LazyService'false],
  10715.             'console.command.messenger_consume_messages' => ['privates''.console.command.messenger_consume_messages.lazy''get_Console_Command_MessengerConsumeMessages_LazyService'false],
  10716.             'console.command.messenger_setup_transports' => ['privates''.console.command.messenger_setup_transports.lazy''get_Console_Command_MessengerSetupTransports_LazyService'false],
  10717.             'console.command.messenger_debug' => ['privates''.console.command.messenger_debug.lazy''get_Console_Command_MessengerDebug_LazyService'false],
  10718.             'console.command.messenger_stop_workers' => ['privates''.console.command.messenger_stop_workers.lazy''get_Console_Command_MessengerStopWorkers_LazyService'false],
  10719.             'console.command.router_debug' => ['privates''.console.command.router_debug.lazy''get_Console_Command_RouterDebug_LazyService'false],
  10720.             'console.command.router_match' => ['privates''.console.command.router_match.lazy''get_Console_Command_RouterMatch_LazyService'false],
  10721.             'console.command.translation_debug' => ['privates''.console.command.translation_debug.lazy''get_Console_Command_TranslationDebug_LazyService'false],
  10722.             'console.command.translation_extract' => ['privates''.console.command.translation_extract.lazy''get_Console_Command_TranslationExtract_LazyService'false],
  10723.             'console.command.validator_debug' => ['privates''.console.command.validator_debug.lazy''get_Console_Command_ValidatorDebug_LazyService'false],
  10724.             'console.command.translation_pull' => ['privates''.console.command.translation_pull.lazy''get_Console_Command_TranslationPull_LazyService'false],
  10725.             'console.command.translation_push' => ['privates''.console.command.translation_push.lazy''get_Console_Command_TranslationPush_LazyService'false],
  10726.             'console.command.xliff_lint' => ['privates''.console.command.xliff_lint.lazy''get_Console_Command_XliffLint_LazyService'false],
  10727.             'console.command.yaml_lint' => ['privates''.console.command.yaml_lint.lazy''get_Console_Command_YamlLint_LazyService'false],
  10728.             'console.command.secrets_set' => ['privates''.console.command.secrets_set.lazy''get_Console_Command_SecretsSet_LazyService'false],
  10729.             'console.command.secrets_remove' => ['privates''.console.command.secrets_remove.lazy''get_Console_Command_SecretsRemove_LazyService'false],
  10730.             'console.command.secrets_generate_key' => ['privates''.console.command.secrets_generate_key.lazy''get_Console_Command_SecretsGenerateKey_LazyService'false],
  10731.             'console.command.secrets_list' => ['privates''.console.command.secrets_list.lazy''get_Console_Command_SecretsList_LazyService'false],
  10732.             'console.command.secrets_decrypt_to_local' => ['privates''.console.command.secrets_decrypt_to_local.lazy''get_Console_Command_SecretsDecryptToLocal_LazyService'false],
  10733.             'console.command.secrets_encrypt_from_local' => ['privates''.console.command.secrets_encrypt_from_local.lazy''get_Console_Command_SecretsEncryptFromLocal_LazyService'false],
  10734.             'twig.command.debug' => ['privates''.twig.command.debug.lazy''get_Twig_Command_Debug_LazyService'false],
  10735.             'twig.command.lint' => ['privates''.twig.command.lint.lazy''get_Twig_Command_Lint_LazyService'false],
  10736.             'var_dumper.command.server_dump' => ['privates''.var_dumper.command.server_dump.lazy''get_VarDumper_Command_ServerDump_LazyService'false],
  10737.             'monolog.command.server_log' => ['privates''.monolog.command.server_log.lazy''get_Monolog_Command_ServerLog_LazyService'false],
  10738.             'enqueue.transport.consume_command' => ['privates''enqueue.transport.consume_command''getEnqueue_Transport_ConsumeCommandService'false],
  10739.             'enqueue.client.consume_command' => ['privates''enqueue.client.consume_command''getEnqueue_Client_ConsumeCommandService'false],
  10740.             'enqueue.client.produce_command' => ['privates''enqueue.client.produce_command''getEnqueue_Client_ProduceCommandService'false],
  10741.             'enqueue.client.setup_broker_command' => ['privates''enqueue.client.setup_broker_command''getEnqueue_Client_SetupBrokerCommandService'false],
  10742.             'enqueue.client.routes_command' => ['privates''enqueue.client.routes_command''getEnqueue_Client_RoutesCommandService'false],
  10743.         ], [
  10744.             'Shopware\\Core\\Framework\\Migration\\Command\\CreateMigrationCommand' => 'Shopware\\Core\\Framework\\Migration\\Command\\CreateMigrationCommand',
  10745.             'Shopware\\Core\\Framework\\Migration\\Command\\RefreshMigrationCommand' => 'Shopware\\Core\\Framework\\Migration\\Command\\RefreshMigrationCommand',
  10746.             'Shopware\\Core\\Framework\\Migration\\Command\\MigrationCommand' => 'Shopware\\Core\\Framework\\Migration\\Command\\MigrationCommand',
  10747.             'Shopware\\Core\\Framework\\Demodata\\PersonalData\\CleanPersonalDataCommand' => 'Shopware\\Core\\Framework\\Demodata\\PersonalData\\CleanPersonalDataCommand',
  10748.             'Shopware\\Core\\Framework\\Migration\\Command\\MigrationDestructiveCommand' => 'Shopware\\Core\\Framework\\Migration\\Command\\MigrationDestructiveCommand',
  10749.             'Shopware\\Core\\Framework\\Changelog\\Command\\ChangelogCreateCommand' => 'Shopware\\Core\\Framework\\Changelog\\Command\\ChangelogCreateCommand',
  10750.             'Shopware\\Core\\Framework\\Changelog\\Command\\ChangelogReleaseCommand' => 'Shopware\\Core\\Framework\\Changelog\\Command\\ChangelogReleaseCommand',
  10751.             'Shopware\\Core\\Framework\\Changelog\\Command\\ChangelogChangeCommand' => 'Shopware\\Core\\Framework\\Changelog\\Command\\ChangelogChangeCommand',
  10752.             'Shopware\\Core\\Framework\\Changelog\\Command\\ChangelogCheckCommand' => 'Shopware\\Core\\Framework\\Changelog\\Command\\ChangelogCheckCommand',
  10753.             'Shopware\\Core\\Framework\\Feature\\Command\\FeatureDumpCommand' => 'Shopware\\Core\\Framework\\Feature\\Command\\FeatureDumpCommand',
  10754.             'Shopware\\Core\\Framework\\Adapter\\Command\\S3FilesystemVisibilityCommand' => 'Shopware\\Core\\Framework\\Adapter\\Command\\S3FilesystemVisibilityCommand',
  10755.             'Shopware\\Core\\Framework\\Api\\Command\\DumpSchemaCommand' => 'Shopware\\Core\\Framework\\Api\\Command\\DumpSchemaCommand',
  10756.             'Shopware\\Core\\Framework\\Api\\Command\\DumpClassSchemaCommand' => 'Shopware\\Core\\Framework\\Api\\Command\\DumpClassSchemaCommand',
  10757.             'Shopware\\Core\\Framework\\App\\Command\\RefreshAppCommand' => 'Shopware\\Core\\Framework\\App\\Command\\RefreshAppCommand',
  10758.             'Shopware\\Core\\Framework\\App\\Command\\InstallAppCommand' => 'Shopware\\Core\\Framework\\App\\Command\\InstallAppCommand',
  10759.             'Shopware\\Core\\Framework\\App\\Command\\UninstallAppCommand' => 'Shopware\\Core\\Framework\\App\\Command\\UninstallAppCommand',
  10760.             'Shopware\\Core\\Framework\\App\\Command\\ActivateAppCommand' => 'Shopware\\Core\\Framework\\App\\Command\\ActivateAppCommand',
  10761.             'Shopware\\Core\\Framework\\App\\Command\\DeactivateAppCommand' => 'Shopware\\Core\\Framework\\App\\Command\\DeactivateAppCommand',
  10762.             'Shopware\\Core\\Framework\\App\\Command\\ValidateAppCommand' => 'Shopware\\Core\\Framework\\App\\Command\\ValidateAppCommand',
  10763.             'Shopware\\Core\\Framework\\App\\Command\\ResolveAppUrlChangeCommand' => 'Shopware\\Core\\Framework\\App\\Command\\ResolveAppUrlChangeCommand',
  10764.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\Command\\CreateSchemaCommand' => 'Shopware\\Core\\Framework\\DataAbstractionLayer\\Command\\CreateSchemaCommand',
  10765.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\Command\\CreateEntitiesCommand' => 'Shopware\\Core\\Framework\\DataAbstractionLayer\\Command\\CreateEntitiesCommand',
  10766.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\Command\\CreateHydratorCommand' => 'Shopware\\Core\\Framework\\DataAbstractionLayer\\Command\\CreateHydratorCommand',
  10767.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\Command\\RefreshIndexCommand' => 'Shopware\\Core\\Framework\\DataAbstractionLayer\\Command\\RefreshIndexCommand',
  10768.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\Command\\DataAbstractionLayerValidateCommand' => 'Shopware\\Core\\Framework\\DataAbstractionLayer\\Command\\DataAbstractionLayerValidateCommand',
  10769.             'Shopware\\Core\\Framework\\Demodata\\Command\\DemodataCommand' => 'Shopware\\Core\\Framework\\Demodata\\Command\\DemodataCommand',
  10770.             'Shopware\\Core\\Framework\\Event\\Command\\DebugDumpBusinessEventsCommand' => 'Shopware\\Core\\Framework\\Event\\Command\\DebugDumpBusinessEventsCommand',
  10771.             'console.command.assets_install' => 'Shopware\\Core\\Framework\\Adapter\\Asset\\AssetInstallCommand',
  10772.             'Shopware\\Core\\Framework\\MessageQueue\\Command\\DispatchSleepMessageCommand' => 'Shopware\\Core\\Framework\\MessageQueue\\Command\\DispatchSleepMessageCommand',
  10773.             'Shopware\\Core\\Framework\\Plugin\\Command\\BundleDumpCommand' => 'Shopware\\Core\\Framework\\Plugin\\Command\\BundleDumpCommand',
  10774.             'Shopware\\Core\\Framework\\Plugin\\Command\\PluginRefreshCommand' => 'Shopware\\Core\\Framework\\Plugin\\Command\\PluginRefreshCommand',
  10775.             'Shopware\\Core\\Framework\\Plugin\\Command\\PluginListCommand' => 'Shopware\\Core\\Framework\\Plugin\\Command\\PluginListCommand',
  10776.             'Shopware\\Core\\Framework\\Plugin\\Command\\PluginZipImportCommand' => 'Shopware\\Core\\Framework\\Plugin\\Command\\PluginZipImportCommand',
  10777.             'Shopware\\Core\\Framework\\Plugin\\Command\\Lifecycle\\PluginInstallCommand' => 'Shopware\\Core\\Framework\\Plugin\\Command\\Lifecycle\\PluginInstallCommand',
  10778.             'Shopware\\Core\\Framework\\Plugin\\Command\\Lifecycle\\PluginActivateCommand' => 'Shopware\\Core\\Framework\\Plugin\\Command\\Lifecycle\\PluginActivateCommand',
  10779.             'Shopware\\Core\\Framework\\Plugin\\Command\\Lifecycle\\PluginUpdateCommand' => 'Shopware\\Core\\Framework\\Plugin\\Command\\Lifecycle\\PluginUpdateCommand',
  10780.             'Shopware\\Core\\Framework\\Plugin\\Command\\Lifecycle\\PluginDeactivateCommand' => 'Shopware\\Core\\Framework\\Plugin\\Command\\Lifecycle\\PluginDeactivateCommand',
  10781.             'Shopware\\Core\\Framework\\Plugin\\Command\\Lifecycle\\PluginUninstallCommand' => 'Shopware\\Core\\Framework\\Plugin\\Command\\Lifecycle\\PluginUninstallCommand',
  10782.             'Shopware\\Core\\Framework\\Plugin\\Command\\PluginCreateCommand' => 'Shopware\\Core\\Framework\\Plugin\\Command\\PluginCreateCommand',
  10783.             'Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\Command\\RegisterScheduledTasksCommand' => 'Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\Command\\RegisterScheduledTasksCommand',
  10784.             'Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\Command\\ScheduledTaskRunner' => 'Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\Command\\ScheduledTaskRunner',
  10785.             'Shopware\\Core\\Framework\\Store\\Command\\StoreDownloadCommand' => 'Shopware\\Core\\Framework\\Store\\Command\\StoreDownloadCommand',
  10786.             'Shopware\\Core\\Framework\\Store\\Command\\StoreLoginCommand' => 'Shopware\\Core\\Framework\\Store\\Command\\StoreLoginCommand',
  10787.             'Shopware\\Core\\System\\Snippet\\Command\\ValidateSnippetsCommand' => 'Shopware\\Core\\System\\Snippet\\Command\\ValidateSnippetsCommand',
  10788.             'Shopware\\Core\\System\\StateMachine\\Command\\WorkflowDumpCommand' => 'Shopware\\Core\\System\\StateMachine\\Command\\WorkflowDumpCommand',
  10789.             'Shopware\\Core\\System\\SystemConfig\\Command\\ConfigGet' => 'Shopware\\Core\\System\\SystemConfig\\Command\\ConfigGet',
  10790.             'Shopware\\Core\\System\\SystemConfig\\Command\\ConfigSet' => 'Shopware\\Core\\System\\SystemConfig\\Command\\ConfigSet',
  10791.             'Shopware\\Core\\System\\NumberRange\\Command\\MigrateIncrementStorageCommand' => 'Shopware\\Core\\System\\NumberRange\\Command\\MigrateIncrementStorageCommand',
  10792.             'Shopware\\Core\\Content\\Media\\Commands\\GenerateThumbnailsCommand' => 'Shopware\\Core\\Content\\Media\\Commands\\GenerateThumbnailsCommand',
  10793.             'Shopware\\Core\\Content\\Media\\Commands\\GenerateMediaTypesCommand' => 'Shopware\\Core\\Content\\Media\\Commands\\GenerateMediaTypesCommand',
  10794.             'Shopware\\Core\\Content\\Media\\Commands\\DeleteNotUsedMediaCommand' => 'Shopware\\Core\\Content\\Media\\Commands\\DeleteNotUsedMediaCommand',
  10795.             'Shopware\\Core\\Content\\ProductExport\\Command\\ProductExportGenerateCommand' => 'Shopware\\Core\\Content\\ProductExport\\Command\\ProductExportGenerateCommand',
  10796.             'Shopware\\Core\\Content\\ImportExport\\Command\\DeleteExpiredFilesCommand' => 'Shopware\\Core\\Content\\ImportExport\\Command\\DeleteExpiredFilesCommand',
  10797.             'Shopware\\Core\\Content\\ImportExport\\Command\\ImportEntityCommand' => 'Shopware\\Core\\Content\\ImportExport\\Command\\ImportEntityCommand',
  10798.             'Shopware\\Core\\Content\\Sitemap\\Commands\\SitemapGenerateCommand' => 'Shopware\\Core\\Content\\Sitemap\\Commands\\SitemapGenerateCommand',
  10799.             'Shopware\\Core\\Checkout\\Cart\\Command\\CartMigrateCommand' => 'Shopware\\Core\\Checkout\\Cart\\Command\\CartMigrateCommand',
  10800.             'Shopware\\Core\\Checkout\\Customer\\Command\\DeleteUnusedGuestCustomersCommand' => 'Shopware\\Core\\Checkout\\Customer\\Command\\DeleteUnusedGuestCustomersCommand',
  10801.             'Shopware\\Storefront\\Framework\\Command\\HttpCacheWarmUpCommand' => 'Shopware\\Storefront\\Framework\\Command\\HttpCacheWarmUpCommand',
  10802.             'Shopware\\Storefront\\Framework\\Command\\SalesChannelCreateStorefrontCommand' => 'Shopware\\Storefront\\Framework\\Command\\SalesChannelCreateStorefrontCommand',
  10803.             'Shopware\\Storefront\\Theme\\Command\\ThemeCreateCommand' => 'Shopware\\Storefront\\Theme\\Command\\ThemeCreateCommand',
  10804.             'Shopware\\Storefront\\Theme\\Command\\ThemeChangeCommand' => 'Shopware\\Storefront\\Theme\\Command\\ThemeChangeCommand',
  10805.             'Shopware\\Storefront\\Theme\\Command\\ThemeCompileCommand' => 'Shopware\\Storefront\\Theme\\Command\\ThemeCompileCommand',
  10806.             'Shopware\\Storefront\\Theme\\Command\\ThemeDumpCommand' => 'Shopware\\Storefront\\Theme\\Command\\ThemeDumpCommand',
  10807.             'Shopware\\Storefront\\Theme\\Command\\ThemeRefreshCommand' => 'Shopware\\Storefront\\Theme\\Command\\ThemeRefreshCommand',
  10808.             'Shopware\\Storefront\\Theme\\Command\\ThemePrepareIconsCommand' => 'Shopware\\Storefront\\Theme\\Command\\ThemePrepareIconsCommand',
  10809.             'Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchIndexingCommand' => 'Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchIndexingCommand',
  10810.             'Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchTestAnalyzerCommand' => 'Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchTestAnalyzerCommand',
  10811.             'Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchStatusCommand' => 'Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchStatusCommand',
  10812.             'Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchResetCommand' => 'Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchResetCommand',
  10813.             'Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchCreateAliasCommand' => 'Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchCreateAliasCommand',
  10814.             'Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchCleanIndicesCommand' => 'Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchCleanIndicesCommand',
  10815.             'Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchAdminIndexingCommand' => '?',
  10816.             'Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchAdminResetCommand' => '?',
  10817.             'Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchAdminTestCommand' => '?',
  10818.             'Shopware\\Core\\Maintenance\\System\\Command\\SystemInstallCommand' => 'Shopware\\Core\\Maintenance\\System\\Command\\SystemInstallCommand',
  10819.             'Shopware\\Core\\Maintenance\\System\\Command\\SystemGenerateJwtSecretCommand' => 'Shopware\\Core\\Maintenance\\System\\Command\\SystemGenerateJwtSecretCommand',
  10820.             'Shopware\\Core\\Maintenance\\System\\Command\\SystemGenerateAppSecretCommand' => 'Shopware\\Core\\Maintenance\\System\\Command\\SystemGenerateAppSecretCommand',
  10821.             'Shopware\\Core\\Maintenance\\System\\Command\\SystemSetupCommand' => 'Shopware\\Core\\Maintenance\\System\\Command\\SystemSetupCommand',
  10822.             'Symfony\\Component\\Dotenv\\Command\\DotenvDumpCommand' => '?',
  10823.             'Shopware\\Core\\Maintenance\\System\\Command\\SystemUpdatePrepareCommand' => 'Shopware\\Core\\Maintenance\\System\\Command\\SystemUpdatePrepareCommand',
  10824.             'Shopware\\Core\\Maintenance\\System\\Command\\SystemUpdateFinishCommand' => 'Shopware\\Core\\Maintenance\\System\\Command\\SystemUpdateFinishCommand',
  10825.             'Shopware\\Core\\Maintenance\\SalesChannel\\Command\\SalesChannelUpdateDomainCommand' => '?',
  10826.             'Shopware\\Core\\Maintenance\\System\\Command\\SystemConfigureShopCommand' => 'Shopware\\Core\\Maintenance\\System\\Command\\SystemConfigureShopCommand',
  10827.             'Shopware\\Core\\Maintenance\\SalesChannel\\Command\\SalesChannelCreateCommand' => 'Shopware\\Core\\Maintenance\\SalesChannel\\Command\\SalesChannelCreateCommand',
  10828.             'Shopware\\Core\\Maintenance\\SalesChannel\\Command\\SalesChannelListCommand' => 'Shopware\\Core\\Maintenance\\SalesChannel\\Command\\SalesChannelListCommand',
  10829.             'Shopware\\Core\\Maintenance\\SalesChannel\\Command\\SalesChannelMaintenanceEnableCommand' => 'Shopware\\Core\\Maintenance\\SalesChannel\\Command\\SalesChannelMaintenanceEnableCommand',
  10830.             'Shopware\\Core\\Maintenance\\SalesChannel\\Command\\SalesChannelMaintenanceDisableCommand' => 'Shopware\\Core\\Maintenance\\SalesChannel\\Command\\SalesChannelMaintenanceDisableCommand',
  10831.             'Shopware\\Core\\Maintenance\\User\\Command\\UserCreateCommand' => 'Shopware\\Core\\Maintenance\\User\\Command\\UserCreateCommand',
  10832.             'Shopware\\Core\\Maintenance\\User\\Command\\UserChangePasswordCommand' => 'Shopware\\Core\\Maintenance\\User\\Command\\UserChangePasswordCommand',
  10833.             'Swag\\LanguagePack\\Core\\System\\SalesChannel\\Command\\SalesChannelCreateCommand' => 'Swag\\LanguagePack\\Core\\System\\SalesChannel\\Command\\SalesChannelCreateCommand',
  10834.             'Swag\\LanguagePack\\Storefront\\Framework\\Command\\SalesChannelCreateStorefrontCommand' => 'Swag\\LanguagePack\\Storefront\\Framework\\Command\\SalesChannelCreateStorefrontCommand',
  10835.             'SwagMigrationAssistant\\Command\\MigrateDataCommand' => 'SwagMigrationAssistant\\Command\\MigrateDataCommand',
  10836.             'console.command.about' => '?',
  10837.             'console.command.cache_clear' => '?',
  10838.             'console.command.cache_pool_clear' => '?',
  10839.             'console.command.cache_pool_prune' => '?',
  10840.             'console.command.cache_pool_delete' => '?',
  10841.             'console.command.cache_pool_list' => '?',
  10842.             'console.command.cache_warmup' => '?',
  10843.             'console.command.config_debug' => '?',
  10844.             'console.command.config_dump_reference' => '?',
  10845.             'console.command.container_debug' => '?',
  10846.             'console.command.container_lint' => '?',
  10847.             'console.command.debug_autowiring' => '?',
  10848.             'console.command.dotenv_debug' => '?',
  10849.             'console.command.event_dispatcher_debug' => '?',
  10850.             'console.command.messenger_consume_messages' => '?',
  10851.             'console.command.messenger_setup_transports' => '?',
  10852.             'console.command.messenger_debug' => '?',
  10853.             'console.command.messenger_stop_workers' => '?',
  10854.             'console.command.router_debug' => '?',
  10855.             'console.command.router_match' => '?',
  10856.             'console.command.translation_debug' => '?',
  10857.             'console.command.translation_extract' => '?',
  10858.             'console.command.validator_debug' => '?',
  10859.             'console.command.translation_pull' => '?',
  10860.             'console.command.translation_push' => '?',
  10861.             'console.command.xliff_lint' => '?',
  10862.             'console.command.yaml_lint' => '?',
  10863.             'console.command.secrets_set' => '?',
  10864.             'console.command.secrets_remove' => '?',
  10865.             'console.command.secrets_generate_key' => '?',
  10866.             'console.command.secrets_list' => '?',
  10867.             'console.command.secrets_decrypt_to_local' => '?',
  10868.             'console.command.secrets_encrypt_from_local' => '?',
  10869.             'twig.command.debug' => '?',
  10870.             'twig.command.lint' => '?',
  10871.             'var_dumper.command.server_dump' => '?',
  10872.             'monolog.command.server_log' => '?',
  10873.             'enqueue.transport.consume_command' => 'Enqueue\\Symfony\\Consumption\\ConfigurableConsumeCommand',
  10874.             'enqueue.client.consume_command' => 'Enqueue\\Symfony\\Client\\ConsumeCommand',
  10875.             'enqueue.client.produce_command' => 'Enqueue\\Symfony\\Client\\ProduceCommand',
  10876.             'enqueue.client.setup_broker_command' => 'Enqueue\\Symfony\\Client\\SetupBrokerCommand',
  10877.             'enqueue.client.routes_command' => 'Enqueue\\Symfony\\Client\\RoutesCommand',
  10878.         ]), ['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' => 'Swag\\LanguagePack\\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' => 'Swag\\LanguagePack\\Core\\System\\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''migration:migrate' => 'SwagMigrationAssistant\\Command\\MigrateDataCommand''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']);
  10879.     }
  10880.     /**
  10881.      * Gets the public 'container.env_var_processors_locator' shared service.
  10882.      *
  10883.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  10884.      */
  10885.     protected function getContainer_EnvVarProcessorsLocatorService()
  10886.     {
  10887.         return $this->services['container.env_var_processors_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  10888.             'base64' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  10889.             'bool' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  10890.             'const' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  10891.             'csv' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  10892.             'default' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  10893.             'file' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  10894.             'float' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  10895.             'int' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  10896.             'json' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  10897.             'key' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  10898.             'not' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  10899.             'query_string' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  10900.             'require' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  10901.             'resolve' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  10902.             'string' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  10903.             'trim' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  10904.             'url' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  10905.         ], [
  10906.             'base64' => '?',
  10907.             'bool' => '?',
  10908.             'const' => '?',
  10909.             'csv' => '?',
  10910.             'default' => '?',
  10911.             'file' => '?',
  10912.             'float' => '?',
  10913.             'int' => '?',
  10914.             'json' => '?',
  10915.             'key' => '?',
  10916.             'not' => '?',
  10917.             'query_string' => '?',
  10918.             'require' => '?',
  10919.             'resolve' => '?',
  10920.             'string' => '?',
  10921.             'trim' => '?',
  10922.             'url' => '?',
  10923.         ]);
  10924.     }
  10925.     /**
  10926.      * Gets the public 'content.filesystem.private' shared service.
  10927.      *
  10928.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  10929.      */
  10930.     protected function getContent_Filesystem_PrivateService()
  10931.     {
  10932.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  10933.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  10934.         return $this->services['content.filesystem.private'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.private'] ?? $this->getShopware_Filesystem_PrivateService()), 'plugins/content');
  10935.     }
  10936.     /**
  10937.      * Gets the public 'content.filesystem.public' shared service.
  10938.      *
  10939.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  10940.      */
  10941.     protected function getContent_Filesystem_PublicService()
  10942.     {
  10943.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  10944.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  10945.         return $this->services['content.filesystem.public'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.public'] ?? $this->getShopware_Filesystem_PublicService()), 'plugins/content');
  10946.     }
  10947.     /**
  10948.      * Gets the public 'country.repository' shared service.
  10949.      *
  10950.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  10951.      */
  10952.     protected function getCountry_RepositoryService()
  10953.     {
  10954.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  10955.         if (isset($this->services['country.repository'])) {
  10956.             return $this->services['country.repository'];
  10957.         }
  10958.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  10959.         if (isset($this->services['country.repository'])) {
  10960.             return $this->services['country.repository'];
  10961.         }
  10962.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  10963.         if (isset($this->services['country.repository'])) {
  10964.             return $this->services['country.repository'];
  10965.         }
  10966.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  10967.         if (isset($this->services['country.repository'])) {
  10968.             return $this->services['country.repository'];
  10969.         }
  10970.         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())));
  10971.     }
  10972.     /**
  10973.      * Gets the public 'country_state.repository' shared service.
  10974.      *
  10975.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  10976.      */
  10977.     protected function getCountryState_RepositoryService()
  10978.     {
  10979.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  10980.         if (isset($this->services['country_state.repository'])) {
  10981.             return $this->services['country_state.repository'];
  10982.         }
  10983.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  10984.         if (isset($this->services['country_state.repository'])) {
  10985.             return $this->services['country_state.repository'];
  10986.         }
  10987.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  10988.         if (isset($this->services['country_state.repository'])) {
  10989.             return $this->services['country_state.repository'];
  10990.         }
  10991.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  10992.         if (isset($this->services['country_state.repository'])) {
  10993.             return $this->services['country_state.repository'];
  10994.         }
  10995.         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())));
  10996.     }
  10997.     /**
  10998.      * Gets the public 'country_state_translation.repository' shared service.
  10999.      *
  11000.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  11001.      */
  11002.     protected function getCountryStateTranslation_RepositoryService()
  11003.     {
  11004.         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())));
  11005.     }
  11006.     /**
  11007.      * Gets the public 'country_translation.repository' shared service.
  11008.      *
  11009.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  11010.      */
  11011.     protected function getCountryTranslation_RepositoryService()
  11012.     {
  11013.         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())));
  11014.     }
  11015.     /**
  11016.      * Gets the public 'currency.repository' shared service.
  11017.      *
  11018.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  11019.      */
  11020.     protected function getCurrency_RepositoryService()
  11021.     {
  11022.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  11023.         if (isset($this->services['currency.repository'])) {
  11024.             return $this->services['currency.repository'];
  11025.         }
  11026.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  11027.         if (isset($this->services['currency.repository'])) {
  11028.             return $this->services['currency.repository'];
  11029.         }
  11030.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  11031.         if (isset($this->services['currency.repository'])) {
  11032.             return $this->services['currency.repository'];
  11033.         }
  11034.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  11035.         if (isset($this->services['currency.repository'])) {
  11036.             return $this->services['currency.repository'];
  11037.         }
  11038.         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())));
  11039.     }
  11040.     /**
  11041.      * Gets the public 'currency_country_rounding.repository' shared service.
  11042.      *
  11043.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  11044.      */
  11045.     protected function getCurrencyCountryRounding_RepositoryService()
  11046.     {
  11047.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  11048.         if (isset($this->services['currency_country_rounding.repository'])) {
  11049.             return $this->services['currency_country_rounding.repository'];
  11050.         }
  11051.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  11052.         if (isset($this->services['currency_country_rounding.repository'])) {
  11053.             return $this->services['currency_country_rounding.repository'];
  11054.         }
  11055.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  11056.         if (isset($this->services['currency_country_rounding.repository'])) {
  11057.             return $this->services['currency_country_rounding.repository'];
  11058.         }
  11059.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  11060.         if (isset($this->services['currency_country_rounding.repository'])) {
  11061.             return $this->services['currency_country_rounding.repository'];
  11062.         }
  11063.         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())));
  11064.     }
  11065.     /**
  11066.      * Gets the public 'currency_translation.repository' shared service.
  11067.      *
  11068.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  11069.      */
  11070.     protected function getCurrencyTranslation_RepositoryService()
  11071.     {
  11072.         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())));
  11073.     }
  11074.     /**
  11075.      * Gets the public 'custom_entity.repository' shared service.
  11076.      *
  11077.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  11078.      */
  11079.     protected function getCustomEntity_RepositoryService()
  11080.     {
  11081.         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())));
  11082.     }
  11083.     /**
  11084.      * Gets the public 'custom_field.repository' shared service.
  11085.      *
  11086.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  11087.      */
  11088.     protected function getCustomField_RepositoryService()
  11089.     {
  11090.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  11091.         if (isset($this->services['custom_field.repository'])) {
  11092.             return $this->services['custom_field.repository'];
  11093.         }
  11094.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  11095.         if (isset($this->services['custom_field.repository'])) {
  11096.             return $this->services['custom_field.repository'];
  11097.         }
  11098.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  11099.         if (isset($this->services['custom_field.repository'])) {
  11100.             return $this->services['custom_field.repository'];
  11101.         }
  11102.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  11103.         if (isset($this->services['custom_field.repository'])) {
  11104.             return $this->services['custom_field.repository'];
  11105.         }
  11106.         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())));
  11107.     }
  11108.     /**
  11109.      * Gets the public 'custom_field_set.repository' shared service.
  11110.      *
  11111.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  11112.      */
  11113.     protected function getCustomFieldSet_RepositoryService()
  11114.     {
  11115.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  11116.         if (isset($this->services['custom_field_set.repository'])) {
  11117.             return $this->services['custom_field_set.repository'];
  11118.         }
  11119.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  11120.         if (isset($this->services['custom_field_set.repository'])) {
  11121.             return $this->services['custom_field_set.repository'];
  11122.         }
  11123.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  11124.         if (isset($this->services['custom_field_set.repository'])) {
  11125.             return $this->services['custom_field_set.repository'];
  11126.         }
  11127.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  11128.         if (isset($this->services['custom_field_set.repository'])) {
  11129.             return $this->services['custom_field_set.repository'];
  11130.         }
  11131.         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())));
  11132.     }
  11133.     /**
  11134.      * Gets the public 'custom_field_set_relation.repository' shared service.
  11135.      *
  11136.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  11137.      */
  11138.     protected function getCustomFieldSetRelation_RepositoryService()
  11139.     {
  11140.         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())));
  11141.     }
  11142.     /**
  11143.      * Gets the public 'customer.repository' shared service.
  11144.      *
  11145.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  11146.      */
  11147.     protected function getCustomer_RepositoryService()
  11148.     {
  11149.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  11150.         if (isset($this->services['customer.repository'])) {
  11151.             return $this->services['customer.repository'];
  11152.         }
  11153.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  11154.         if (isset($this->services['customer.repository'])) {
  11155.             return $this->services['customer.repository'];
  11156.         }
  11157.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  11158.         if (isset($this->services['customer.repository'])) {
  11159.             return $this->services['customer.repository'];
  11160.         }
  11161.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  11162.         if (isset($this->services['customer.repository'])) {
  11163.             return $this->services['customer.repository'];
  11164.         }
  11165.         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())));
  11166.     }
  11167.     /**
  11168.      * Gets the public 'customer_address.repository' shared service.
  11169.      *
  11170.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  11171.      */
  11172.     protected function getCustomerAddress_RepositoryService()
  11173.     {
  11174.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  11175.         if (isset($this->services['customer_address.repository'])) {
  11176.             return $this->services['customer_address.repository'];
  11177.         }
  11178.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  11179.         if (isset($this->services['customer_address.repository'])) {
  11180.             return $this->services['customer_address.repository'];
  11181.         }
  11182.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  11183.         if (isset($this->services['customer_address.repository'])) {
  11184.             return $this->services['customer_address.repository'];
  11185.         }
  11186.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  11187.         if (isset($this->services['customer_address.repository'])) {
  11188.             return $this->services['customer_address.repository'];
  11189.         }
  11190.         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())));
  11191.     }
  11192.     /**
  11193.      * Gets the public 'customer_group.repository' shared service.
  11194.      *
  11195.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  11196.      */
  11197.     protected function getCustomerGroup_RepositoryService()
  11198.     {
  11199.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  11200.         if (isset($this->services['customer_group.repository'])) {
  11201.             return $this->services['customer_group.repository'];
  11202.         }
  11203.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  11204.         if (isset($this->services['customer_group.repository'])) {
  11205.             return $this->services['customer_group.repository'];
  11206.         }
  11207.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  11208.         if (isset($this->services['customer_group.repository'])) {
  11209.             return $this->services['customer_group.repository'];
  11210.         }
  11211.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  11212.         if (isset($this->services['customer_group.repository'])) {
  11213.             return $this->services['customer_group.repository'];
  11214.         }
  11215.         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())));
  11216.     }
  11217.     /**
  11218.      * Gets the public 'customer_group_registration_sales_channels.repository' shared service.
  11219.      *
  11220.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  11221.      */
  11222.     protected function getCustomerGroupRegistrationSalesChannels_RepositoryService()
  11223.     {
  11224.         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())));
  11225.     }
  11226.     /**
  11227.      * Gets the public 'customer_group_translation.repository' shared service.
  11228.      *
  11229.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  11230.      */
  11231.     protected function getCustomerGroupTranslation_RepositoryService()
  11232.     {
  11233.         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())));
  11234.     }
  11235.     /**
  11236.      * Gets the public 'customer_recovery.repository' shared service.
  11237.      *
  11238.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  11239.      */
  11240.     protected function getCustomerRecovery_RepositoryService()
  11241.     {
  11242.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  11243.         if (isset($this->services['customer_recovery.repository'])) {
  11244.             return $this->services['customer_recovery.repository'];
  11245.         }
  11246.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  11247.         if (isset($this->services['customer_recovery.repository'])) {
  11248.             return $this->services['customer_recovery.repository'];
  11249.         }
  11250.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  11251.         if (isset($this->services['customer_recovery.repository'])) {
  11252.             return $this->services['customer_recovery.repository'];
  11253.         }
  11254.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  11255.         if (isset($this->services['customer_recovery.repository'])) {
  11256.             return $this->services['customer_recovery.repository'];
  11257.         }
  11258.         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())));
  11259.     }
  11260.     /**
  11261.      * Gets the public 'customer_tag.repository' shared service.
  11262.      *
  11263.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  11264.      */
  11265.     protected function getCustomerTag_RepositoryService()
  11266.     {
  11267.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  11268.         if (isset($this->services['customer_tag.repository'])) {
  11269.             return $this->services['customer_tag.repository'];
  11270.         }
  11271.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  11272.         if (isset($this->services['customer_tag.repository'])) {
  11273.             return $this->services['customer_tag.repository'];
  11274.         }
  11275.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  11276.         if (isset($this->services['customer_tag.repository'])) {
  11277.             return $this->services['customer_tag.repository'];
  11278.         }
  11279.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  11280.         if (isset($this->services['customer_tag.repository'])) {
  11281.             return $this->services['customer_tag.repository'];
  11282.         }
  11283.         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())));
  11284.     }
  11285.     /**
  11286.      * Gets the public 'customer_wishlist.repository' shared service.
  11287.      *
  11288.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  11289.      */
  11290.     protected function getCustomerWishlist_RepositoryService()
  11291.     {
  11292.         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())));
  11293.     }
  11294.     /**
  11295.      * Gets the public 'customer_wishlist_product.repository' shared service.
  11296.      *
  11297.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  11298.      */
  11299.     protected function getCustomerWishlistProduct_RepositoryService()
  11300.     {
  11301.         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())));
  11302.     }
  11303.     /**
  11304.      * Gets the public 'data_collector.dump' shared service.
  11305.      *
  11306.      * @return \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector
  11307.      */
  11308.     protected function getDataCollector_DumpService()
  11309.     {
  11310.         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);
  11311.     }
  11312.     /**
  11313.      * Gets the public 'dead_message.repository' shared service.
  11314.      *
  11315.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  11316.      */
  11317.     protected function getDeadMessage_RepositoryService()
  11318.     {
  11319.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  11320.         if (isset($this->services['dead_message.repository'])) {
  11321.             return $this->services['dead_message.repository'];
  11322.         }
  11323.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  11324.         if (isset($this->services['dead_message.repository'])) {
  11325.             return $this->services['dead_message.repository'];
  11326.         }
  11327.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  11328.         if (isset($this->services['dead_message.repository'])) {
  11329.             return $this->services['dead_message.repository'];
  11330.         }
  11331.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  11332.         if (isset($this->services['dead_message.repository'])) {
  11333.             return $this->services['dead_message.repository'];
  11334.         }
  11335.         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())));
  11336.     }
  11337.     /**
  11338.      * Gets the public 'delivery_time.repository' shared service.
  11339.      *
  11340.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  11341.      */
  11342.     protected function getDeliveryTime_RepositoryService()
  11343.     {
  11344.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  11345.         if (isset($this->services['delivery_time.repository'])) {
  11346.             return $this->services['delivery_time.repository'];
  11347.         }
  11348.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  11349.         if (isset($this->services['delivery_time.repository'])) {
  11350.             return $this->services['delivery_time.repository'];
  11351.         }
  11352.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  11353.         if (isset($this->services['delivery_time.repository'])) {
  11354.             return $this->services['delivery_time.repository'];
  11355.         }
  11356.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  11357.         if (isset($this->services['delivery_time.repository'])) {
  11358.             return $this->services['delivery_time.repository'];
  11359.         }
  11360.         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())));
  11361.     }
  11362.     /**
  11363.      * Gets the public 'delivery_time_translation.repository' shared service.
  11364.      *
  11365.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  11366.      */
  11367.     protected function getDeliveryTimeTranslation_RepositoryService()
  11368.     {
  11369.         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())));
  11370.     }
  11371.     /**
  11372.      * Gets the public 'document.repository' shared service.
  11373.      *
  11374.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  11375.      */
  11376.     protected function getDocument_RepositoryService()
  11377.     {
  11378.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  11379.         if (isset($this->services['document.repository'])) {
  11380.             return $this->services['document.repository'];
  11381.         }
  11382.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  11383.         if (isset($this->services['document.repository'])) {
  11384.             return $this->services['document.repository'];
  11385.         }
  11386.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  11387.         if (isset($this->services['document.repository'])) {
  11388.             return $this->services['document.repository'];
  11389.         }
  11390.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  11391.         if (isset($this->services['document.repository'])) {
  11392.             return $this->services['document.repository'];
  11393.         }
  11394.         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())));
  11395.     }
  11396.     /**
  11397.      * Gets the public 'document_base_config.repository' shared service.
  11398.      *
  11399.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  11400.      */
  11401.     protected function getDocumentBaseConfig_RepositoryService()
  11402.     {
  11403.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  11404.         if (isset($this->services['document_base_config.repository'])) {
  11405.             return $this->services['document_base_config.repository'];
  11406.         }
  11407.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  11408.         if (isset($this->services['document_base_config.repository'])) {
  11409.             return $this->services['document_base_config.repository'];
  11410.         }
  11411.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  11412.         if (isset($this->services['document_base_config.repository'])) {
  11413.             return $this->services['document_base_config.repository'];
  11414.         }
  11415.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  11416.         if (isset($this->services['document_base_config.repository'])) {
  11417.             return $this->services['document_base_config.repository'];
  11418.         }
  11419.         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())));
  11420.     }
  11421.     /**
  11422.      * Gets the public 'document_base_config_sales_channel.repository' shared service.
  11423.      *
  11424.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  11425.      */
  11426.     protected function getDocumentBaseConfigSalesChannel_RepositoryService()
  11427.     {
  11428.         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())));
  11429.     }
  11430.     /**
  11431.      * Gets the public 'document_type.repository' shared service.
  11432.      *
  11433.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  11434.      */
  11435.     protected function getDocumentType_RepositoryService()
  11436.     {
  11437.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  11438.         if (isset($this->services['document_type.repository'])) {
  11439.             return $this->services['document_type.repository'];
  11440.         }
  11441.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  11442.         if (isset($this->services['document_type.repository'])) {
  11443.             return $this->services['document_type.repository'];
  11444.         }
  11445.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  11446.         if (isset($this->services['document_type.repository'])) {
  11447.             return $this->services['document_type.repository'];
  11448.         }
  11449.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  11450.         if (isset($this->services['document_type.repository'])) {
  11451.             return $this->services['document_type.repository'];
  11452.         }
  11453.         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())));
  11454.     }
  11455.     /**
  11456.      * Gets the public 'document_type_translation.repository' shared service.
  11457.      *
  11458.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  11459.      */
  11460.     protected function getDocumentTypeTranslation_RepositoryService()
  11461.     {
  11462.         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())));
  11463.     }
  11464.     /**
  11465.      * Gets the public 'elasticsearch.filesystem.private' shared service.
  11466.      *
  11467.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  11468.      */
  11469.     protected function getElasticsearch_Filesystem_PrivateService()
  11470.     {
  11471.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  11472.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  11473.         return $this->services['elasticsearch.filesystem.private'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.private'] ?? $this->getShopware_Filesystem_PrivateService()), 'plugins/elasticsearch');
  11474.     }
  11475.     /**
  11476.      * Gets the public 'elasticsearch.filesystem.public' shared service.
  11477.      *
  11478.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  11479.      */
  11480.     protected function getElasticsearch_Filesystem_PublicService()
  11481.     {
  11482.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  11483.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  11484.         return $this->services['elasticsearch.filesystem.public'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.public'] ?? $this->getShopware_Filesystem_PublicService()), 'plugins/elasticsearch');
  11485.     }
  11486.     /**
  11487.      * Gets the public 'enqueue.client.default.producer' shared service.
  11488.      *
  11489.      * @return \Enqueue\Client\TraceableProducer
  11490.      */
  11491.     protected function getEnqueue_Client_Default_ProducerService()
  11492.     {
  11493.         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([])));
  11494.     }
  11495.     /**
  11496.      * Gets the public 'error_controller' shared service.
  11497.      *
  11498.      * @return \Symfony\Component\HttpKernel\Controller\ErrorController
  11499.      */
  11500.     protected function getErrorController2Service()
  11501.     {
  11502.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ErrorController.php';
  11503.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/ErrorRendererInterface.php';
  11504.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/SerializerErrorRenderer.php';
  11505.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/ErrorRenderer/TwigErrorRenderer.php';
  11506.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php';
  11507.         $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  11508.         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)));
  11509.     }
  11510.     /**
  11511.      * Gets the public 'event_action.repository' shared service.
  11512.      *
  11513.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  11514.      */
  11515.     protected function getEventAction_RepositoryService()
  11516.     {
  11517.         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())));
  11518.     }
  11519.     /**
  11520.      * Gets the public 'event_action_rule.repository' shared service.
  11521.      *
  11522.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  11523.      */
  11524.     protected function getEventActionRule_RepositoryService()
  11525.     {
  11526.         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())));
  11527.     }
  11528.     /**
  11529.      * Gets the public 'event_action_sales_channel.repository' shared service.
  11530.      *
  11531.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  11532.      */
  11533.     protected function getEventActionSalesChannel_RepositoryService()
  11534.     {
  11535.         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())));
  11536.     }
  11537.     /**
  11538.      * Gets the public 'event_dispatcher' shared service.
  11539.      *
  11540.      * @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
  11541.      */
  11542.     protected function getEventDispatcherService()
  11543.     {
  11544.         $a = ($this->privates['Shopware\\Core\\Framework\\Event\\BusinessEventDispatcher'] ?? $this->getBusinessEventDispatcherService());
  11545.         if (isset($this->services['event_dispatcher'])) {
  11546.             return $this->services['event_dispatcher'];
  11547.         }
  11548.         $b = new \Symfony\Bridge\Monolog\Logger('event');
  11549.         $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  11550.         $b->pushHandler(new \Monolog\Handler\NullHandler());
  11551.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  11552.         $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())));
  11553.         $instance->addListener('kernel.request', [=> function () {
  11554.             return ($this->privates['Shopware\\Core\\Framework\\Routing\\RouteParamsCleanupListener'] ?? ($this->privates['Shopware\\Core\\Framework\\Routing\\RouteParamsCleanupListener'] = new \Shopware\Core\Framework\Routing\RouteParamsCleanupListener()));
  11555.         }, => '__invoke'], 0);
  11556.         $instance->addListener('kernel.request', [=> function () {
  11557.             return ($this->privates['Shopware\\Storefront\\Framework\\Twig\\TwigDateRequestListener'] ?? $this->getTwigDateRequestListenerService());
  11558.         }, => 'onKernelRequest'], 0);
  11559.         $instance->addListener('kernel.controller', [=> function () {
  11560.             return ($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()));
  11561.         }, => 'onKernelController'], 0);
  11562.         $instance->addListener('kernel.controller', [=> function () {
  11563.             return ($this->privates['Shopware\\Core\\Framework\\Routing\\ContextResolverListener'] ?? $this->getContextResolverListenerService());
  11564.         }, => 'resolveContext'], -10);
  11565.         $instance->addListener('kernel.request', [=> function () {
  11566.             return ($this->privates['Shopware\\Core\\Framework\\Routing\\CoreSubscriber'] ?? $this->getCoreSubscriberService());
  11567.         }, => 'initializeCspNonce'], 0);
  11568.         $instance->addListener('kernel.response', [=> function () {
  11569.             return ($this->privates['Shopware\\Core\\Framework\\Routing\\CoreSubscriber'] ?? $this->getCoreSubscriberService());
  11570.         }, => 'setSecurityHeaders'], 0);
  11571.         $instance->addListener('kernel.controller', [=> function () {
  11572.             return ($this->privates['Shopware\\Core\\Framework\\Routing\\RouteScopeListener'] ?? $this->getRouteScopeListenerService());
  11573.         }, => 'checkScope'], -20);
  11574.         $instance->addListener('kernel.request', [=> function () {
  11575.             return ($this->privates['Shopware\\Core\\Framework\\Routing\\RouteEventSubscriber'] ?? $this->getRouteEventSubscriberService());
  11576.         }, => 'request'], -10);
  11577.         $instance->addListener('kernel.response', [=> function () {
  11578.             return ($this->privates['Shopware\\Core\\Framework\\Routing\\RouteEventSubscriber'] ?? $this->getRouteEventSubscriberService());
  11579.         }, => 'response'], -10);
  11580.         $instance->addListener('Shopware\\Storefront\\Event\\StorefrontRenderEvent', [=> function () {
  11581.             return ($this->privates['Shopware\\Core\\Framework\\Routing\\RouteEventSubscriber'] ?? $this->getRouteEventSubscriberService());
  11582.         }, => 'render'], -10);
  11583.         $instance->addListener('snippet.written', [=> function () {
  11584.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Translation\\TranslatorCacheInvalidate'] ?? $this->getTranslatorCacheInvalidateService());
  11585.         }, => 'invalidate'], 0);
  11586.         $instance->addListener('snippet.deleted', [=> function () {
  11587.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Translation\\TranslatorCacheInvalidate'] ?? $this->getTranslatorCacheInvalidateService());
  11588.         }, => 'invalidate'], 0);
  11589.         $instance->addListener('snippet_set.deleted', [=> function () {
  11590.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Translation\\TranslatorCacheInvalidate'] ?? $this->getTranslatorCacheInvalidateService());
  11591.         }, => 'invalidate'], 0);
  11592.         $instance->addListener('app_template.written', [=> function () {
  11593.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Twig\\EntityTemplateLoader'] ?? $this->getEntityTemplateLoaderService());
  11594.         }, => 'reset'], 0);
  11595.         $instance->addListener('shopware.global_business_event', [=> function () {
  11596.             return ($this->privates['Shopware\\Core\\Framework\\Log\\LoggingService'] ?? $this->getLoggingServiceService());
  11597.         }, => 'logBusinessEvent'], 0);
  11598.         $instance->addListener('kernel.controller', [=> function () {
  11599.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheStateSubscriber'] ?? $this->getCacheStateSubscriberService());
  11600.         }, => 'setStates'], -21);
  11601.         $instance->addListener('Shopware\\Core\\Checkout\\Customer\\Event\\CustomerLoginEvent', [=> function () {
  11602.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheStateSubscriber'] ?? $this->getCacheStateSubscriberService());
  11603.         }, => 'login'], 0);
  11604.         $instance->addListener('Shopware\\Core\\Checkout\\Cart\\Event\\CartChangedEvent', [=> function () {
  11605.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheStateSubscriber'] ?? $this->getCacheStateSubscriberService());
  11606.         }, => 'cartChanged'], 0);
  11607.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityWrittenContainerEvent', [=> function () {
  11608.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\Script\\ScriptCacheInvalidationSubscriber'] ?? $this->getScriptCacheInvalidationSubscriberService());
  11609.         }, => 'executeCacheInvalidationHook'], 0);
  11610.         $instance->addListener('Shopware\\Core\\Content\\Category\\Event\\CategoryIndexerEvent', [=> function () {
  11611.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriberService());
  11612.         }, => 'invalidateCategoryRouteByCategoryIds'], 2000);
  11613.         $instance->addListener('Shopware\\Core\\Content\\Category\\Event\\CategoryIndexerEvent', [=> function () {
  11614.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriberService());
  11615.         }, => 'invalidateListingRouteByCategoryIds'], 2001);
  11616.         $instance->addListener('Shopware\\Core\\Content\\LandingPage\\Event\\LandingPageIndexerEvent', [=> function () {
  11617.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriberService());
  11618.         }, => 'invalidateIndexedLandingPages'], 2000);
  11619.         $instance->addListener('Shopware\\Core\\Content\\Product\\Events\\ProductIndexerEvent', [=> function () {
  11620.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriberService());
  11621.         }, => 'invalidateSearch'], 2000);
  11622.         $instance->addListener('Shopware\\Core\\Content\\Product\\Events\\ProductIndexerEvent', [=> function () {
  11623.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriberService());
  11624.         }, => 'invalidateListings'], 2001);
  11625.         $instance->addListener('Shopware\\Core\\Content\\Product\\Events\\ProductIndexerEvent', [=> function () {
  11626.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriberService());
  11627.         }, => 'invalidateProductIds'], 2002);
  11628.         $instance->addListener('Shopware\\Core\\Content\\Product\\Events\\ProductIndexerEvent', [=> function () {
  11629.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriberService());
  11630.         }, => 'invalidateDetailRoute'], 2004);
  11631.         $instance->addListener('Shopware\\Core\\Content\\Product\\Events\\ProductIndexerEvent', [=> function () {
  11632.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriberService());
  11633.         }, => 'invalidateStreamsAfterIndexing'], 2005);
  11634.         $instance->addListener('Shopware\\Core\\Content\\Product\\Events\\ProductIndexerEvent', [=> function () {
  11635.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriberService());
  11636.         }, => 'invalidateReviewRoute'], 2006);
  11637.         $instance->addListener('Shopware\\Core\\Content\\Product\\Events\\ProductNoLongerAvailableEvent', [=> function () {
  11638.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriberService());
  11639.         }, => 'invalidateSearch'], 2000);
  11640.         $instance->addListener('Shopware\\Core\\Content\\Product\\Events\\ProductNoLongerAvailableEvent', [=> function () {
  11641.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriberService());
  11642.         }, => 'invalidateListings'], 2001);
  11643.         $instance->addListener('Shopware\\Core\\Content\\Product\\Events\\ProductNoLongerAvailableEvent', [=> function () {
  11644.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriberService());
  11645.         }, => 'invalidateProductIds'], 2002);
  11646.         $instance->addListener('Shopware\\Core\\Content\\Product\\Events\\ProductNoLongerAvailableEvent', [=> function () {
  11647.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriberService());
  11648.         }, => 'invalidateDetailRoute'], 2004);
  11649.         $instance->addListener('Shopware\\Core\\Content\\Product\\Events\\ProductNoLongerAvailableEvent', [=> function () {
  11650.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriberService());
  11651.         }, => 'invalidateStreamsAfterIndexing'], 2005);
  11652.         $instance->addListener('Shopware\\Core\\Content\\Product\\Events\\ProductNoLongerAvailableEvent', [=> function () {
  11653.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriberService());
  11654.         }, => 'invalidateReviewRoute'], 2006);
  11655.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityWrittenContainerEvent', [=> function () {
  11656.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriberService());
  11657.         }, => 'invalidateCmsPageIds'], 2001);
  11658.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityWrittenContainerEvent', [=> function () {
  11659.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriberService());
  11660.         }, => 'invalidateCurrencyRoute'], 2002);
  11661.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityWrittenContainerEvent', [=> function () {
  11662.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriberService());
  11663.         }, => 'invalidateLanguageRoute'], 2003);
  11664.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityWrittenContainerEvent', [=> function () {
  11665.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriberService());
  11666.         }, => 'invalidateNavigationRoute'], 2004);
  11667.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityWrittenContainerEvent', [=> function () {
  11668.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriberService());
  11669.         }, => 'invalidatePaymentMethodRoute'], 2005);
  11670.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityWrittenContainerEvent', [=> function () {
  11671.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriberService());
  11672.         }, => 'invalidateProductAssignment'], 2006);
  11673.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityWrittenContainerEvent', [=> function () {
  11674.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriberService());
  11675.         }, => 'invalidateManufacturerFilters'], 2007);
  11676.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityWrittenContainerEvent', [=> function () {
  11677.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriberService());
  11678.         }, => 'invalidatePropertyFilters'], 2008);
  11679.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityWrittenContainerEvent', [=> function () {
  11680.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriberService());
  11681.         }, => 'invalidateCrossSellingRoute'], 2009);
  11682.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityWrittenContainerEvent', [=> function () {
  11683.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriberService());
  11684.         }, => 'invalidateContext'], 2010);
  11685.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityWrittenContainerEvent', [=> function () {
  11686.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriberService());
  11687.         }, => 'invalidateShippingMethodRoute'], 2011);
  11688.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityWrittenContainerEvent', [=> function () {
  11689.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriberService());
  11690.         }, => 'invalidateSnippets'], 2012);
  11691.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityWrittenContainerEvent', [=> function () {
  11692.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriberService());
  11693.         }, => 'invalidateStreamsBeforeIndexing'], 2013);
  11694.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityWrittenContainerEvent', [=> function () {
  11695.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriberService());
  11696.         }, => 'invalidateStreamIds'], 2014);
  11697.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityWrittenContainerEvent', [=> function () {
  11698.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriberService());
  11699.         }, => 'invalidateCountryRoute'], 2015);
  11700.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityWrittenContainerEvent', [=> function () {
  11701.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriberService());
  11702.         }, => 'invalidateSalutationRoute'], 2016);
  11703.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityWrittenContainerEvent', [=> function () {
  11704.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriberService());
  11705.         }, => 'invalidateInitialStateIdLoader'], 2017);
  11706.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityWrittenContainerEvent', [=> function () {
  11707.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriberService());
  11708.         }, => 'invalidateCountryStateRoute'], 2018);
  11709.         $instance->addListener('Shopware\\Core\\Content\\Seo\\Event\\SeoUrlUpdateEvent', [=> function () {
  11710.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriberService());
  11711.         }, => 'invalidateSeoUrls'], 2000);
  11712.         $instance->addListener('Shopware\\Core\\Content\\Rule\\Event\\RuleIndexerEvent', [=> function () {
  11713.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriberService());
  11714.         }, => 'invalidateRules'], 2000);
  11715.         $instance->addListener('Shopware\\Core\\Framework\\Plugin\\Event\\PluginPostInstallEvent', [=> function () {
  11716.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriberService());
  11717.         }, => 'invalidateRules'], 2000);
  11718.         $instance->addListener('Shopware\\Core\\Framework\\Plugin\\Event\\PluginPostInstallEvent', [=> function () {
  11719.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriberService());
  11720.         }, => 'invalidateConfig'], 2001);
  11721.         $instance->addListener('Shopware\\Core\\Framework\\Plugin\\Event\\PluginPostActivateEvent', [=> function () {
  11722.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriberService());
  11723.         }, => 'invalidateRules'], 2000);
  11724.         $instance->addListener('Shopware\\Core\\Framework\\Plugin\\Event\\PluginPostActivateEvent', [=> function () {
  11725.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriberService());
  11726.         }, => 'invalidateConfig'], 2001);
  11727.         $instance->addListener('Shopware\\Core\\Framework\\Plugin\\Event\\PluginPostUpdateEvent', [=> function () {
  11728.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriberService());
  11729.         }, => 'invalidateRules'], 2000);
  11730.         $instance->addListener('Shopware\\Core\\Framework\\Plugin\\Event\\PluginPostUpdateEvent', [=> function () {
  11731.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriberService());
  11732.         }, => 'invalidateConfig'], 2001);
  11733.         $instance->addListener('Shopware\\Core\\Framework\\Plugin\\Event\\PluginPostDeactivateEvent', [=> function () {
  11734.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriberService());
  11735.         }, => 'invalidateRules'], 2000);
  11736.         $instance->addListener('Shopware\\Core\\Framework\\Plugin\\Event\\PluginPostDeactivateEvent', [=> function () {
  11737.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriberService());
  11738.         }, => 'invalidateConfig'], 2001);
  11739.         $instance->addListener('Shopware\\Core\\Framework\\Plugin\\Event\\PluginPostUninstallEvent', [=> function () {
  11740.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriberService());
  11741.         }, => 'invalidateRules'], 2000);
  11742.         $instance->addListener('Shopware\\Core\\Framework\\Plugin\\Event\\PluginPostUninstallEvent', [=> function () {
  11743.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriberService());
  11744.         }, => 'invalidateConfig'], 2001);
  11745.         $instance->addListener('Shopware\\Core\\System\\SystemConfig\\Event\\SystemConfigChangedEvent', [=> function () {
  11746.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriberService());
  11747.         }, => 'invalidateConfigKey'], 2000);
  11748.         $instance->addListener('Shopware\\Core\\Content\\Sitemap\\Event\\SitemapGeneratedEvent', [=> function () {
  11749.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriberService());
  11750.         }, => 'invalidateSitemap'], 2000);
  11751.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\Validation\\PreWriteValidationEvent', [=> function () {
  11752.             return ($this->privates['Shopware\\Core\\Framework\\Api\\Acl\\AclWriteValidator'] ?? $this->getAclWriteValidatorService());
  11753.         }, => 'preValidate'], 0);
  11754.         $instance->addListener('kernel.controller', [=> function () {
  11755.             return ($this->privates['Shopware\\Core\\Framework\\Api\\Acl\\AclAnnotationValidator'] ?? $this->getAclAnnotationValidatorService());
  11756.         }, => 'validate'], -20);
  11757.         $instance->addListener('Shopware\\Core\\Framework\\Api\\Acl\\Event\\CommandAclValidationEvent', [=> function () {
  11758.             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()));
  11759.         }, => 'validate'], 0);
  11760.         $instance->addListener('kernel.request', [=> function () {
  11761.             return ($this->privates['Shopware\\Core\\Framework\\Api\\EventListener\\CorsListener'] ?? ($this->privates['Shopware\\Core\\Framework\\Api\\EventListener\\CorsListener'] = new \Shopware\Core\Framework\Api\EventListener\CorsListener()));
  11762.         }, => 'onKernelRequest'], 9999);
  11763.         $instance->addListener('kernel.response', [=> function () {
  11764.             return ($this->privates['Shopware\\Core\\Framework\\Api\\EventListener\\CorsListener'] ?? ($this->privates['Shopware\\Core\\Framework\\Api\\EventListener\\CorsListener'] = new \Shopware\Core\Framework\Api\EventListener\CorsListener()));
  11765.         }, => 'onKernelResponse'], 9999);
  11766.         $instance->addListener('kernel.exception', [=> function () {
  11767.             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)));
  11768.         }, => 'onKernelException'], -1);
  11769.         $instance->addListener('kernel.response', [=> function () {
  11770.             return ($this->privates['Shopware\\Core\\Framework\\Api\\EventListener\\ResponseHeaderListener'] ?? ($this->privates['Shopware\\Core\\Framework\\Api\\EventListener\\ResponseHeaderListener'] = new \Shopware\Core\Framework\Api\EventListener\ResponseHeaderListener()));
  11771.         }, => 'onResponse'], 0);
  11772.         $instance->addListener('kernel.request', [=> function () {
  11773.             return ($this->privates['Shopware\\Core\\Framework\\Api\\EventListener\\JsonRequestTransformerListener'] ?? ($this->privates['Shopware\\Core\\Framework\\Api\\EventListener\\JsonRequestTransformerListener'] = new \Shopware\Core\Framework\Api\EventListener\JsonRequestTransformerListener()));
  11774.         }, => 'onRequest'], 128);
  11775.         $instance->addListener('kernel.controller', [=> function () {
  11776.             return ($this->privates['Shopware\\Core\\Framework\\Api\\EventListener\\ExpectationSubscriber'] ?? $this->getExpectationSubscriberService());
  11777.         }, => 'checkExpectations'], -21);
  11778.         $instance->addListener('kernel.controller', [=> function () {
  11779.             return ($this->privates['Shopware\\Core\\Framework\\Api\\EventListener\\Authentication\\SalesChannelAuthenticationListener'] ?? $this->getSalesChannelAuthenticationListenerService());
  11780.         }, => 'validateRequest'], -2);
  11781.         $instance->addListener('kernel.request', [=> function () {
  11782.             return ($this->privates['Shopware\\Core\\Framework\\Api\\EventListener\\Authentication\\ApiAuthenticationListener'] ?? $this->getApiAuthenticationListenerService());
  11783.         }, => 'setupOAuth'], 128);
  11784.         $instance->addListener('kernel.controller', [=> function () {
  11785.             return ($this->privates['Shopware\\Core\\Framework\\Api\\EventListener\\Authentication\\ApiAuthenticationListener'] ?? $this->getApiAuthenticationListenerService());
  11786.         }, => 'validateRequest'], -2);
  11787.         $instance->addListener('user.written', [=> function () {
  11788.             return ($this->privates['Shopware\\Core\\Framework\\Api\\EventListener\\Authentication\\UserCredentialsChangedSubscriber'] ?? $this->getUserCredentialsChangedSubscriberService());
  11789.         }, => 'onUserWritten'], 0);
  11790.         $instance->addListener('user.deleted', [=> function () {
  11791.             return ($this->privates['Shopware\\Core\\Framework\\Api\\EventListener\\Authentication\\UserCredentialsChangedSubscriber'] ?? $this->getUserCredentialsChangedSubscriberService());
  11792.         }, => 'onUserDeleted'], 0);
  11793.         $instance->addListener('app.loaded', [=> function () {
  11794.             return ($this->privates['Shopware\\Core\\Framework\\App\\Subscriber\\AppLoadedSubscriber'] ?? ($this->privates['Shopware\\Core\\Framework\\App\\Subscriber\\AppLoadedSubscriber'] = new \Shopware\Core\Framework\App\Subscriber\AppLoadedSubscriber()));
  11795.         }, => 'unserialize'], 0);
  11796.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\Validation\\PreWriteValidationEvent', [=> function () {
  11797.             return ($this->privates['Shopware\\Core\\Framework\\App\\Subscriber\\CustomFieldProtectionSubscriber'] ?? $this->getCustomFieldProtectionSubscriberService());
  11798.         }, => 'checkWrite'], 0);
  11799.         $instance->addListener('app_script_condition.loaded', [=> function () {
  11800.             return ($this->privates['Shopware\\Core\\Framework\\App\\Subscriber\\AppScriptConditionConstraintsSubscriber'] ?? ($this->privates['Shopware\\Core\\Framework\\App\\Subscriber\\AppScriptConditionConstraintsSubscriber'] = new \Shopware\Core\Framework\App\Subscriber\AppScriptConditionConstraintsSubscriber()));
  11801.         }, => 'unserialize'], 0);
  11802.         $instance->addListener('app_flow_action.loaded', [=> function () {
  11803.             return ($this->privates['Shopware\\Core\\Framework\\App\\FlowAction\\AppFlowActionLoadedSubscriber'] ?? ($this->privates['Shopware\\Core\\Framework\\App\\FlowAction\\AppFlowActionLoadedSubscriber'] = new \Shopware\Core\Framework\App\FlowAction\AppFlowActionLoadedSubscriber()));
  11804.         }, => 'unserialize'], 0);
  11805.         $instance->addListener('custom_field.deleted', [=> function () {
  11806.             return ($this->privates['Shopware\\Core\\System\\CustomField\\CustomFieldService'] ?? $this->getCustomFieldServiceService());
  11807.         }, => 'reset'], 0);
  11808.         $instance->addListener('custom_field.written', [=> function () {
  11809.             return ($this->privates['Shopware\\Core\\System\\CustomField\\CustomFieldService'] ?? $this->getCustomFieldServiceService());
  11810.         }, => 'reset'], 0);
  11811.         $instance->addListener('Shopware\\Core\\Framework\\Event\\ProgressStartedEvent', [=> function () {
  11812.             return ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Command\\RefreshIndexCommand'] ?? $this->getRefreshIndexCommandService());
  11813.         }, => 'startProgress'], 0);
  11814.         $instance->addListener('Shopware\\Core\\Framework\\Event\\ProgressAdvancedEvent', [=> function () {
  11815.             return ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Command\\RefreshIndexCommand'] ?? $this->getRefreshIndexCommandService());
  11816.         }, => 'advanceProgress'], 0);
  11817.         $instance->addListener('Shopware\\Core\\Framework\\Event\\ProgressFinishedEvent', [=> function () {
  11818.             return ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Command\\RefreshIndexCommand'] ?? $this->getRefreshIndexCommandService());
  11819.         }, => 'finishProgress'], 0);
  11820.         $instance->addListener('Shopware\\Core\\Framework\\Update\\Event\\UpdatePreFinishEvent', [=> function () {
  11821.             return ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Indexing\\Subscriber\\RegisteredIndexerSubscriber'] ?? $this->getRegisteredIndexerSubscriberService());
  11822.         }, => 'runRegisteredIndexers'], 0);
  11823.         $instance->addListener('Shopware\\Core\\Framework\\Store\\Event\\FirstRunWizardFinishedEvent', [=> function () {
  11824.             return ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Indexing\\Subscriber\\RegisteredIndexerSubscriber'] ?? $this->getRegisteredIndexerSubscriberService());
  11825.         }, => 'runRegisteredIndexers'], 0);
  11826.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\Validation\\PreWriteValidationEvent', [=> function () {
  11827.             return ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\Validation\\LockValidator'] ?? $this->getLockValidatorService());
  11828.         }, => 'preValidate'], 0);
  11829.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\Validation\\PreWriteValidationEvent', [=> function () {
  11830.             return ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\EntityProtection\\EntityProtectionValidator'] ?? ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\EntityProtection\\EntityProtectionValidator'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator()));
  11831.         }, => 'validateWriteCommands'], 0);
  11832.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent', [=> function () {
  11833.             return ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\EntityProtection\\EntityProtectionValidator'] ?? ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\EntityProtection\\EntityProtectionValidator'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator()));
  11834.         }, => 'validateEntitySearch'], 0);
  11835.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityWrittenContainerEvent', [=> function () {
  11836.             return ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Indexing\\Subscriber\\EntityIndexingSubscriber'] ?? $this->getEntityIndexingSubscriberService());
  11837.         }, => 'refreshIndex'], 1000);
  11838.         $instance->addListener('mail_template.deleted', [=> function () {
  11839.             return ($this->privates['Shopware\\Core\\Framework\\Event\\EventAction\\EventActionSubscriber'] ?? $this->getEventActionSubscriberService());
  11840.         }, => 'deleted'], 0);
  11841.         $instance->addListener('dead_message.loaded', [=> function () {
  11842.             return ($this->privates['Shopware\\Core\\Framework\\MessageQueue\\Subscriber\\DeadMessageLoadedSubscriber'] ?? ($this->privates['Shopware\\Core\\Framework\\MessageQueue\\Subscriber\\DeadMessageLoadedSubscriber'] = new \Shopware\Core\Framework\MessageQueue\Subscriber\DeadMessageLoadedSubscriber()));
  11843.         }, => 'unserialize'], 0);
  11844.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  11845.             return ($this->privates['Shopware\\Core\\Framework\\MessageQueue\\Subscriber\\MessageFailedHandler'] ?? $this->getMessageFailedHandlerService());
  11846.         }, => 'onMessageFailed'], 99);
  11847.         $instance->addListener('plugin.loaded', [=> function () {
  11848.             return ($this->privates['Shopware\\Core\\Framework\\Plugin\\Subscriber\\PluginLoadedSubscriber'] ?? ($this->privates['Shopware\\Core\\Framework\\Plugin\\Subscriber\\PluginLoadedSubscriber'] = new \Shopware\Core\Framework\Plugin\Subscriber\PluginLoadedSubscriber()));
  11849.         }, => 'unserialize'], 0);
  11850.         $instance->addListener('acl_role.loaded', [=> function () {
  11851.             return ($this->privates['Shopware\\Core\\Framework\\Plugin\\Subscriber\\PluginAclPrivilegesSubscriber'] ?? $this->getPluginAclPrivilegesSubscriberService());
  11852.         }, => 'onAclRoleLoaded'], 0);
  11853.         $instance->addListener('Shopware\\Core\\Framework\\Plugin\\Event\\PluginPostActivateEvent', [=> function () {
  11854.             return ($this->privates['Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\Subscriber\\PluginLifecycleSubscriber'] ?? $this->getPluginLifecycleSubscriberService());
  11855.         }, => 'afterPluginStateChange'], 0);
  11856.         $instance->addListener('Shopware\\Core\\Framework\\Plugin\\Event\\PluginPostDeactivateEvent', [=> function () {
  11857.             return ($this->privates['Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\Subscriber\\PluginLifecycleSubscriber'] ?? $this->getPluginLifecycleSubscriberService());
  11858.         }, => 'afterPluginStateChange'], 0);
  11859.         $instance->addListener('Shopware\\Core\\Framework\\Plugin\\Event\\PluginPostUpdateEvent', [=> function () {
  11860.             return ($this->privates['Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\Subscriber\\PluginLifecycleSubscriber'] ?? $this->getPluginLifecycleSubscriberService());
  11861.         }, => 'afterPluginStateChange'], 0);
  11862.         $instance->addListener('Shopware\\Core\\Framework\\Update\\Event\\UpdatePostFinishEvent', [=> function () {
  11863.             return ($this->privates['Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\Subscriber\\UpdatePostFinishSubscriber'] ?? $this->getUpdatePostFinishSubscriberService());
  11864.         }, => 'updatePostFinishEvent'], 0);
  11865.         $instance->addListener('Shopware\\Core\\System\\SystemConfig\\Event\\SystemConfigChangedEvent', [=> function () {
  11866.             return ($this->privates['Shopware\\Core\\Framework\\Store\\Subscriber\\LicenseHostChangedSubscriber'] ?? $this->getLicenseHostChangedSubscriberService());
  11867.         }, => 'onLicenseHostChanged'], 0);
  11868.         $instance->addListener('script.written', [=> function () {
  11869.             return ($this->privates['Shopware\\Core\\Framework\\Script\\Execution\\ScriptLoader'] ?? $this->getScriptLoaderService());
  11870.         }, => 'invalidateCache'], 0);
  11871.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\Validation\\PreWriteValidationEvent', [=> function () {
  11872.             return ($this->privates['Shopware\\Core\\System\\Language\\LanguageValidator'] ?? $this->getLanguageValidatorService());
  11873.         }, => 'preValidate'], 0);
  11874.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\Validation\\PostWriteValidationEvent', [=> function () {
  11875.             return ($this->privates['Shopware\\Core\\System\\Language\\LanguageValidator'] ?? $this->getLanguageValidatorService());
  11876.         }, => 'postValidate'], 0);
  11877.         $instance->addListener('language.deleted', [=> function () {
  11878.             return ($this->privates['Shopware\\Core\\System\\Language\\CachedLanguageLoader'] ?? $this->getCachedLanguageLoaderService());
  11879.         }, => 'invalidateCache'], 0);
  11880.         $instance->addListener('language.written', [=> function () {
  11881.             return ($this->privates['Shopware\\Core\\System\\Language\\CachedLanguageLoader'] ?? $this->getCachedLanguageLoaderService());
  11882.         }, => 'invalidateCache'], 0);
  11883.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\Validation\\PreWriteValidationEvent', [=> function () {
  11884.             return ($this->privates['Shopware\\Core\\System\\Language\\TranslationValidator'] ?? ($this->privates['Shopware\\Core\\System\\Language\\TranslationValidator'] = new \Shopware\Core\System\Language\TranslationValidator()));
  11885.         }, => 'preValidate'], 0);
  11886.         $instance->addListener('Shopware\\Core\\Framework\\Update\\Event\\UpdatePostFinishEvent', [=> function () {
  11887.             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'))));
  11888.         }, => 'update'], 0);
  11889.         $instance->addListener('Shopware\\Core\\Framework\\Update\\Event\\UpdatePostFinishEvent', [=> function () {
  11890.             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'))));
  11891.         }, => 'onUpdate'], 0);
  11892.         $instance->addListener('kernel.response', [=> function () {
  11893.             return ($this->privates['Shopware\\Core\\Content\\Seo\\SalesChannel\\StoreApiSeoResolver'] ?? $this->getStoreApiSeoResolverService());
  11894.         }, => 'addSeoInformation'], 10000);
  11895.         $instance->addListener('webhook.written', [=> function () {
  11896.             return ($this->privates['Shopware\\Core\\Framework\\Webhook\\WebhookCacheClearer'] ?? $this->getWebhookCacheClearerService());
  11897.         }, => 'clearWebhookCache'], 0);
  11898.         $instance->addListener('acl_role.written', [=> function () {
  11899.             return ($this->privates['Shopware\\Core\\Framework\\Webhook\\WebhookCacheClearer'] ?? $this->getWebhookCacheClearerService());
  11900.         }, => 'clearPrivilegesCache'], 0);
  11901.         $instance->addListener('Shopware\\Core\\Framework\\Webhook\\Event\\RetryWebhookMessageFailedEvent', [=> function () {
  11902.             return ($this->privates['Shopware\\Core\\Framework\\Webhook\\Subscriber\\RetryWebhookMessageFailedSubscriber'] ?? $this->getRetryWebhookMessageFailedSubscriberService());
  11903.         }, => 'handleWebhookMessageFail'], 0);
  11904.         $instance->addListener('kernel.response', [=> function () {
  11905.             return ($this->privates['Shopware\\Core\\System\\SalesChannel\\Api\\StoreApiResponseListener'] ?? $this->getStoreApiResponseListenerService());
  11906.         }, => 'encodeResponse'], 10000);
  11907.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\Validation\\PreWriteValidationEvent', [=> function () {
  11908.             return ($this->privates['Shopware\\Core\\System\\SalesChannel\\Validation\\SalesChannelValidator'] ?? $this->getSalesChannelValidatorService());
  11909.         }, => 'handleSalesChannelLanguageIds'], 0);
  11910.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\Validation\\PreWriteValidationEvent', [=> function () {
  11911.             return ($this->privates['Shopware\\Core\\System\\SalesChannel\\Subscriber\\SalesChannelTypeValidator'] ?? ($this->privates['Shopware\\Core\\System\\SalesChannel\\Subscriber\\SalesChannelTypeValidator'] = new \Shopware\Core\System\SalesChannel\Subscriber\SalesChannelTypeValidator()));
  11912.         }, => 'preWriteValidateEvent'], 0);
  11913.         $instance->addListener('country.written', [=> function () {
  11914.             return ($this->privates['Shopware\\Core\\System\\Country\\CountryTaxFreeDeprecationUpdater'] ?? $this->getCountryTaxFreeDeprecationUpdaterService());
  11915.         }, => 'updated'], 0);
  11916.         $instance->addListener('currency.loaded', [=> function () {
  11917.             return ($this->privates['Shopware\\Core\\System\\Currency\\CurrencyLoadSubscriber'] ?? ($this->privates['Shopware\\Core\\System\\Currency\\CurrencyLoadSubscriber'] = new \Shopware\Core\System\Currency\CurrencyLoadSubscriber()));
  11918.         }, => 'setDefault'], 0);
  11919.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\Validation\\PreWriteValidationEvent', [=> function () {
  11920.             return ($this->privates['Shopware\\Core\\System\\Currency\\CurrencyValidator'] ?? ($this->privates['Shopware\\Core\\System\\Currency\\CurrencyValidator'] = new \Shopware\Core\System\Currency\CurrencyValidator()));
  11921.         }, => 'preValidate'], 0);
  11922.         $instance->addListener('custom_field.written', [=> function () {
  11923.             return ($this->privates['Shopware\\Core\\System\\Snippet\\Subscriber\\CustomFieldSubscriber'] ?? $this->getCustomFieldSubscriberService());
  11924.         }, => 'customFieldIsWritten'], 0);
  11925.         $instance->addListener('custom_field.deleted', [=> function () {
  11926.             return ($this->privates['Shopware\\Core\\System\\Snippet\\Subscriber\\CustomFieldSubscriber'] ?? $this->getCustomFieldSubscriberService());
  11927.         }, => 'customFieldIsDeleted'], 0);
  11928.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\Validation\\PreWriteValidationEvent', [=> function () {
  11929.             return ($this->privates['Shopware\\Core\\System\\Salutation\\DefaultSalutationValidator'] ?? ($this->privates['Shopware\\Core\\System\\Salutation\\DefaultSalutationValidator'] = new \Shopware\Core\System\Salutation\DefaultSalutationValidator()));
  11930.         }, => 'validate'], 0);
  11931.         $instance->addListener('Shopware\\Core\\System\\SystemConfig\\Event\\SystemConfigChangedEvent', [=> function () {
  11932.             return ($this->privates['Shopware\\Core\\System\\SystemConfig\\Store\\MemoizedSystemConfigStore'] ?? ($this->privates['Shopware\\Core\\System\\SystemConfig\\Store\\MemoizedSystemConfigStore'] = new \Shopware\Core\System\SystemConfig\Store\MemoizedSystemConfigStore()));
  11933.         }, => 'onValueChanged'], 1500);
  11934.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\Validation\\PostWriteValidationEvent', [=> function () {
  11935.             return ($this->privates['Shopware\\Core\\Content\\Category\\Validation\\EntryPointValidator'] ?? $this->getEntryPointValidatorService());
  11936.         }, => 'postValidate'], 0);
  11937.         $instance->addListener('category.loaded', [=> function () {
  11938.             return ($this->privates['Shopware\\Core\\Content\\Category\\Subscriber\\CategorySubscriber'] ?? $this->getCategorySubscriberService());
  11939.         }, => 'entityLoaded'], 0);
  11940.         $instance->addListener('sales_channel.category.loaded', [=> function () {
  11941.             return ($this->privates['Shopware\\Core\\Content\\Category\\Subscriber\\CategorySubscriber'] ?? $this->getCategorySubscriberService());
  11942.         }, => 'entityLoaded'], 0);
  11943.         $instance->addListener('media.loaded', [=> function () {
  11944.             return ($this->privates['Shopware\\Core\\Content\\Media\\Subscriber\\MediaLoadedSubscriber'] ?? $this->getMediaLoadedSubscriberService());
  11945.         }, => 'unserialize'], 10);
  11946.         $instance->addListener('media.loaded', [=> function () {
  11947.             return ($this->privates['Shopware\\Core\\Content\\Media\\Subscriber\\MediaLoadedSubscriber'] ?? $this->getMediaLoadedSubscriberService());
  11948.         }, => 'addUrls'], 0);
  11949.         $instance->addListener('media_folder_configuration.loaded', [=> function () {
  11950.             return ($this->privates['Shopware\\Core\\Content\\Media\\Subscriber\\MediaFolderConfigLoadedSubscriber'] ?? ($this->privates['Shopware\\Core\\Content\\Media\\Subscriber\\MediaFolderConfigLoadedSubscriber'] = new \Shopware\Core\Content\Media\Subscriber\MediaFolderConfigLoadedSubscriber()));
  11951.         }, => 'unserialize'], 10);
  11952.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\BeforeDeleteEvent', [=> function () {
  11953.             return ($this->privates['Shopware\\Core\\Content\\Media\\Subscriber\\MediaDeletionSubscriber'] ?? $this->getMediaDeletionSubscriberService());
  11954.         }, => 'beforeDelete'], 0);
  11955.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent', [=> function () {
  11956.             return ($this->privates['Shopware\\Core\\Content\\Media\\Subscriber\\MediaDeletionSubscriber'] ?? $this->getMediaDeletionSubscriberService());
  11957.         }, => 'securePrivateFolders'], 0);
  11958.         $instance->addListener('product.loaded', [=> function () {
  11959.             return ($this->privates['Shopware\\Core\\Content\\Product\\Subscriber\\ProductSubscriber'] ?? $this->getProductSubscriberService());
  11960.         }, => 'loaded'], 0);
  11961.         $instance->addListener('product.partial_loaded', [=> function () {
  11962.             return ($this->privates['Shopware\\Core\\Content\\Product\\Subscriber\\ProductSubscriber'] ?? $this->getProductSubscriberService());
  11963.         }, => 'partialEntityLoaded'], 0);
  11964.         $instance->addListener('sales_channel.product.loaded', [=> function () {
  11965.             return ($this->privates['Shopware\\Core\\Content\\Product\\Subscriber\\ProductSubscriber'] ?? $this->getProductSubscriberService());
  11966.         }, => 'salesChannelLoaded'], 0);
  11967.         $instance->addListener('sales_channel.product.partial_loaded', [=> function () {
  11968.             return ($this->privates['Shopware\\Core\\Content\\Product\\Subscriber\\ProductSubscriber'] ?? $this->getProductSubscriberService());
  11969.         }, => 'partialSalesChannelLoaded'], 0);
  11970.         $instance->addListener('Shopware\\Core\\Content\\Product\\Events\\ProductListingCriteriaEvent', [=> function () {
  11971.             return ($this->privates['Shopware\\Core\\Content\\Product\\SalesChannel\\Listing\\ProductListingFeaturesSubscriber'] ?? $this->getProductListingFeaturesSubscriberService());
  11972.         }, => 'handleListingRequest'], 100);
  11973.         $instance->addListener('Shopware\\Core\\Content\\Product\\Events\\ProductListingCriteriaEvent', [=> function () {
  11974.             return ($this->privates['Shopware\\Core\\Content\\Product\\SalesChannel\\Listing\\ProductListingFeaturesSubscriber'] ?? $this->getProductListingFeaturesSubscriberService());
  11975.         }, => 'handleFlags'], -100);
  11976.         $instance->addListener('Shopware\\Core\\Content\\Product\\Events\\ProductSuggestCriteriaEvent', [=> function () {
  11977.             return ($this->privates['Shopware\\Core\\Content\\Product\\SalesChannel\\Listing\\ProductListingFeaturesSubscriber'] ?? $this->getProductListingFeaturesSubscriberService());
  11978.         }, => 'handleFlags'], -100);
  11979.         $instance->addListener('Shopware\\Core\\Content\\Product\\Events\\ProductSearchCriteriaEvent', [=> function () {
  11980.             return ($this->privates['Shopware\\Core\\Content\\Product\\SalesChannel\\Listing\\ProductListingFeaturesSubscriber'] ?? $this->getProductListingFeaturesSubscriberService());
  11981.         }, => 'handleSearchRequest'], 100);
  11982.         $instance->addListener('Shopware\\Core\\Content\\Product\\Events\\ProductSearchCriteriaEvent', [=> function () {
  11983.             return ($this->privates['Shopware\\Core\\Content\\Product\\SalesChannel\\Listing\\ProductListingFeaturesSubscriber'] ?? $this->getProductListingFeaturesSubscriberService());
  11984.         }, => 'handleFlags'], -100);
  11985.         $instance->addListener('Shopware\\Core\\Content\\Product\\Events\\ProductListingResultEvent', [=> function () {
  11986.             return ($this->privates['Shopware\\Core\\Content\\Product\\SalesChannel\\Listing\\ProductListingFeaturesSubscriber'] ?? $this->getProductListingFeaturesSubscriberService());
  11987.         }, => 'handleResult'], 100);
  11988.         $instance->addListener('Shopware\\Core\\Content\\Product\\Events\\ProductListingResultEvent', [=> function () {
  11989.             return ($this->privates['Shopware\\Core\\Content\\Product\\SalesChannel\\Listing\\ProductListingFeaturesSubscriber'] ?? $this->getProductListingFeaturesSubscriberService());
  11990.         }, => 'removeScoreSorting'], -100);
  11991.         $instance->addListener('Shopware\\Core\\Content\\Product\\Events\\ProductSearchResultEvent', [=> function () {
  11992.             return ($this->privates['Shopware\\Core\\Content\\Product\\SalesChannel\\Listing\\ProductListingFeaturesSubscriber'] ?? $this->getProductListingFeaturesSubscriberService());
  11993.         }, => 'handleResult'], 0);
  11994.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\Validation\\PreWriteValidationEvent', [=> function () {
  11995.             return ($this->privates['Shopware\\Core\\Content\\Product\\Cart\\ProductLineItemCommandValidator'] ?? $this->getProductLineItemCommandValidatorService());
  11996.         }, => 'preValidate'], 0);
  11997.         $instance->addListener('Shopware\\Core\\Checkout\\Cart\\Event\\CheckoutOrderPlacedEvent', [=> function () {
  11998.             return ($this->privates['Shopware\\Core\\Content\\Product\\DataAbstractionLayer\\StockUpdater'] ?? $this->getStockUpdaterService());
  11999.         }, => 'orderPlaced'], 0);
  12000.         $instance->addListener('Shopware\\Core\\System\\StateMachine\\Event\\StateMachineTransitionEvent', [=> function () {
  12001.             return ($this->privates['Shopware\\Core\\Content\\Product\\DataAbstractionLayer\\StockUpdater'] ?? $this->getStockUpdaterService());
  12002.         }, => 'stateChanged'], 0);
  12003.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\Validation\\PreWriteValidationEvent', [=> function () {
  12004.             return ($this->privates['Shopware\\Core\\Content\\Product\\DataAbstractionLayer\\StockUpdater'] ?? $this->getStockUpdaterService());
  12005.         }, => 'triggerChangeSet'], 0);
  12006.         $instance->addListener('order_line_item.written', [=> function () {
  12007.             return ($this->privates['Shopware\\Core\\Content\\Product\\DataAbstractionLayer\\StockUpdater'] ?? $this->getStockUpdaterService());
  12008.         }, => 'lineItemWritten'], 0);
  12009.         $instance->addListener('order_line_item.deleted', [=> function () {
  12010.             return ($this->privates['Shopware\\Core\\Content\\Product\\DataAbstractionLayer\\StockUpdater'] ?? $this->getStockUpdaterService());
  12011.         }, => 'lineItemWritten'], 0);
  12012.         $instance->addListener('newsletter_recipient.deleted', [=> function () {
  12013.             return ($this->privates['Shopware\\Core\\Content\\Newsletter\\Event\\Subscriber\\NewsletterRecipientDeletedSubscriber'] ?? $this->getNewsletterRecipientDeletedSubscriberService());
  12014.         }, => 'onNewsletterRecipientDeleted'], 0);
  12015.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\Validation\\PreWriteValidationEvent', [=> function () {
  12016.             return ($this->privates['Shopware\\Core\\Content\\Rule\\RuleValidator'] ?? $this->getRuleValidatorService());
  12017.         }, => 'preValidate'], 0);
  12018.         $instance->addListener('rule.loaded', [=> function () {
  12019.             return ($this->privates['Shopware\\Core\\Content\\Rule\\DataAbstractionLayer\\RulePayloadSubscriber'] ?? $this->getRulePayloadSubscriberService());
  12020.         }, => 'unserialize'], 0);
  12021.         $instance->addListener('Shopware\\Core\\Framework\\Plugin\\Event\\PluginPostInstallEvent', [=> function () {
  12022.             return ($this->privates['Shopware\\Core\\Content\\Rule\\DataAbstractionLayer\\RuleIndexer'] ?? $this->getRuleIndexerService());
  12023.         }, => 'refreshPlugin'], 0);
  12024.         $instance->addListener('Shopware\\Core\\Framework\\Plugin\\Event\\PluginPostActivateEvent', [=> function () {
  12025.             return ($this->privates['Shopware\\Core\\Content\\Rule\\DataAbstractionLayer\\RuleIndexer'] ?? $this->getRuleIndexerService());
  12026.         }, => 'refreshPlugin'], 0);
  12027.         $instance->addListener('Shopware\\Core\\Framework\\Plugin\\Event\\PluginPostUpdateEvent', [=> function () {
  12028.             return ($this->privates['Shopware\\Core\\Content\\Rule\\DataAbstractionLayer\\RuleIndexer'] ?? $this->getRuleIndexerService());
  12029.         }, => 'refreshPlugin'], 0);
  12030.         $instance->addListener('Shopware\\Core\\Framework\\Plugin\\Event\\PluginPostDeactivateEvent', [=> function () {
  12031.             return ($this->privates['Shopware\\Core\\Content\\Rule\\DataAbstractionLayer\\RuleIndexer'] ?? $this->getRuleIndexerService());
  12032.         }, => 'refreshPlugin'], 0);
  12033.         $instance->addListener('Shopware\\Core\\Framework\\Plugin\\Event\\PluginPostUninstallEvent', [=> function () {
  12034.             return ($this->privates['Shopware\\Core\\Content\\Rule\\DataAbstractionLayer\\RuleIndexer'] ?? $this->getRuleIndexerService());
  12035.         }, => 'refreshPlugin'], 0);
  12036.         $instance->addListener('rule.written', [=> function () {
  12037.             return ($this->privates['Shopware\\Core\\Content\\Rule\\DataAbstractionLayer\\RuleIndexer'] ?? $this->getRuleIndexerService());
  12038.         }, => 'onRuleWritten'], 0);
  12039.         $instance->addListener('app_script_condition.written', [=> function () {
  12040.             return ($this->privates['Shopware\\Core\\Content\\Rule\\DataAbstractionLayer\\RulePayloadUpdater'] ?? $this->getRulePayloadUpdaterService());
  12041.         }, => 'updatePayloads'], 0);
  12042.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\Validation\\PreWriteValidationEvent', [=> function () {
  12043.             return ($this->privates['Shopware\\Core\\Content\\Rule\\DataAbstractionLayer\\RuleAreaUpdater'] ?? $this->getRuleAreaUpdaterService());
  12044.         }, => 'triggerChangeSet'], 0);
  12045.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityWrittenContainerEvent', [=> function () {
  12046.             return ($this->privates['Shopware\\Core\\Content\\Rule\\DataAbstractionLayer\\RuleAreaUpdater'] ?? $this->getRuleAreaUpdaterService());
  12047.         }, => 'onEntityWritten'], 0);
  12048.         $instance->addListener('product_export.written', [=> function () {
  12049.             return ($this->privates['Shopware\\Core\\Content\\ProductExport\\EventListener\\ProductExportEventListener'] ?? $this->getProductExportEventListenerService());
  12050.         }, => 'afterWrite'], 0);
  12051.         $instance->addListener('Shopware\\Core\\System\\SystemConfig\\Event\\BeforeSystemConfigChangedEvent', [=> function () {
  12052.             return ($this->privates['Shopware\\Core\\Content\\Cms\\Subscriber\\CmsPageDefaultChangeSubscriber'] ?? $this->getCmsPageDefaultChangeSubscriberService());
  12053.         }, => 'validateChangeOfDefaultCmsPage'], 0);
  12054.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\BeforeDeleteEvent', [=> function () {
  12055.             return ($this->privates['Shopware\\Core\\Content\\Cms\\Subscriber\\CmsPageDefaultChangeSubscriber'] ?? $this->getCmsPageDefaultChangeSubscriberService());
  12056.         }, => 'beforeDeletion'], 0);
  12057.         $instance->addListener('action.mail.send', [=> function () {
  12058.             return ($this->privates['Shopware\\Core\\Content\\MailTemplate\\Subscriber\\MailSendSubscriber'] ?? $this->getMailSendSubscriberService());
  12059.         }, => 'sendMail'], 0);
  12060.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\Validation\\PreWriteValidationEvent', [=> function () {
  12061.             return ($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\SystemDefaultValidator'] ?? $this->getSystemDefaultValidatorService());
  12062.         }, => 'preValidate'], 0);
  12063.         $instance->addListener('media.written', [=> function () {
  12064.             return ($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\MediaSerializer'] ?? $this->getMediaSerializerService());
  12065.         }, => 'persistMedia'], 0);
  12066.         $instance->addListener('import_export_file.deleted', [=> function () {
  12067.             return ($this->privates['Shopware\\Core\\Content\\ImportExport\\Event\\Subscriber\\FileDeletedSubscriber'] ?? $this->getFileDeletedSubscriberService());
  12068.         }, => 'onFileDeleted'], 0);
  12069.         $instance->addListener('Shopware\\Core\\Content\\ImportExport\\Event\\EnrichExportCriteriaEvent', [=> function () {
  12070.             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()));
  12071.         }, => 'enrich'], 0);
  12072.         $instance->addListener('Shopware\\Core\\Content\\ImportExport\\Event\\ImportExportBeforeImportRecordEvent', [=> function () {
  12073.             return ($this->privates['Shopware\\Core\\Content\\ImportExport\\Event\\Subscriber\\ProductCategoryPathsSubscriber'] ?? $this->getProductCategoryPathsSubscriberService());
  12074.         }, => 'categoryPathsToAssignment'], 0);
  12075.         $instance->addListener('Shopware\\Core\\Content\\ImportExport\\Event\\EnrichExportCriteriaEvent', [=> function () {
  12076.             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()));
  12077.         }, => 'enrich'], 0);
  12078.         $instance->addListener('Shopware\\Core\\Content\\ImportExport\\Event\\ImportExportAfterImportRecordEvent', [=> function () {
  12079.             return ($this->privates['Shopware\\Core\\Content\\ImportExport\\Event\\Subscriber\\ProductVariantsSubscriber'] ?? $this->getProductVariantsSubscriberService());
  12080.         }, => 'onAfterImportRecord'], 0);
  12081.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\Validation\\PostWriteValidationEvent', [=> function () {
  12082.             return ($this->privates['Shopware\\Core\\Content\\LandingPage\\LandingPageValidator'] ?? $this->getLandingPageValidatorService());
  12083.         }, => 'preValidate'], 0);
  12084.         $instance->addListener('action.add.order.tag', [=> function () {
  12085.             return ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\AddOrderTagAction'] ?? $this->getAddOrderTagActionService());
  12086.         }, => 'handle'], 0);
  12087.         $instance->addListener('action.add.customer.tag', [=> function () {
  12088.             return ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\AddCustomerTagAction'] ?? $this->getAddCustomerTagActionService());
  12089.         }, => 'handle'], 0);
  12090.         $instance->addListener('action.remove.order.tag', [=> function () {
  12091.             return ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\RemoveOrderTagAction'] ?? $this->getRemoveOrderTagActionService());
  12092.         }, => 'handle'], 0);
  12093.         $instance->addListener('action.remove.customer.tag', [=> function () {
  12094.             return ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\RemoveCustomerTagAction'] ?? $this->getRemoveCustomerTagActionService());
  12095.         }, => 'handle'], 0);
  12096.         $instance->addListener('action.change.customer.group', [=> function () {
  12097.             return ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\ChangeCustomerGroupAction'] ?? $this->getChangeCustomerGroupActionService());
  12098.         }, => 'handle'], 0);
  12099.         $instance->addListener('action.change.customer.status', [=> function () {
  12100.             return ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\ChangeCustomerStatusAction'] ?? $this->getChangeCustomerStatusActionService());
  12101.         }, => 'handle'], 0);
  12102.         $instance->addListener('action.grant.download.access', [=> function () {
  12103.             return ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\GrantDownloadAccessAction'] ?? $this->getGrantDownloadAccessActionService());
  12104.         }, => 'handle'], 0);
  12105.         $instance->addListener('action.mail.send', [=> function () {
  12106.             return ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\SendMailAction'] ?? $this->getSendMailActionService());
  12107.         }, => 'handle'], 0);
  12108.         $instance->addListener('action.generate.document', [=> function () {
  12109.             return ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\GenerateDocumentAction'] ?? $this->getGenerateDocumentActionService());
  12110.         }, => 'handle'], 0);
  12111.         $instance->addListener('action.set.order.state', [=> function () {
  12112.             return ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\SetOrderStateAction'] ?? $this->getSetOrderStateActionService());
  12113.         }, => 'handle'], 0);
  12114.         $instance->addListener('action.set.customer.custom.field', [=> function () {
  12115.             return ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\SetCustomerCustomFieldAction'] ?? $this->getSetCustomerCustomFieldActionService());
  12116.         }, => 'handle'], 0);
  12117.         $instance->addListener('action.set.order.custom.field', [=> function () {
  12118.             return ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\SetOrderCustomFieldAction'] ?? $this->getSetOrderCustomFieldActionService());
  12119.         }, => 'handle'], 0);
  12120.         $instance->addListener('action.set.customer.group.custom.field', [=> function () {
  12121.             return ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\SetCustomerGroupCustomFieldAction'] ?? $this->getSetCustomerGroupCustomFieldActionService());
  12122.         }, => 'handle'], 0);
  12123.         $instance->addListener('action.add.customer.affiliate.and.campaign.code', [=> function () {
  12124.             return ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\AddCustomerAffiliateAndCampaignCodeAction'] ?? $this->getAddCustomerAffiliateAndCampaignCodeActionService());
  12125.         }, => 'handle'], 0);
  12126.         $instance->addListener('action.add.order.affiliate.and.campaign.code', [=> function () {
  12127.             return ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\AddOrderAffiliateAndCampaignCodeAction'] ?? $this->getAddOrderAffiliateAndCampaignCodeActionService());
  12128.         }, => 'handle'], 0);
  12129.         $instance->addListener('action.stop.flow', [=> function () {
  12130.             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()));
  12131.         }, => 'handle'], 0);
  12132.         $instance->addListener('flow.written', [=> function () {
  12133.             return ($this->services['Shopware\\Core\\Content\\Flow\\Dispatching\\CachedFlowLoader'] ?? $this->getCachedFlowLoaderService());
  12134.         }, => 'invalidate'], 0);
  12135.         $instance->addListener('Shopware\\Core\\Framework\\Plugin\\Event\\PluginPostInstallEvent', [=> function () {
  12136.             return ($this->privates['Shopware\\Core\\Content\\Flow\\Indexing\\FlowIndexer'] ?? $this->getFlowIndexerService());
  12137.         }, => 'refreshPlugin'], 0);
  12138.         $instance->addListener('Shopware\\Core\\Framework\\Plugin\\Event\\PluginPostActivateEvent', [=> function () {
  12139.             return ($this->privates['Shopware\\Core\\Content\\Flow\\Indexing\\FlowIndexer'] ?? $this->getFlowIndexerService());
  12140.         }, => 'refreshPlugin'], 0);
  12141.         $instance->addListener('Shopware\\Core\\Framework\\Plugin\\Event\\PluginPostUpdateEvent', [=> function () {
  12142.             return ($this->privates['Shopware\\Core\\Content\\Flow\\Indexing\\FlowIndexer'] ?? $this->getFlowIndexerService());
  12143.         }, => 'refreshPlugin'], 0);
  12144.         $instance->addListener('Shopware\\Core\\Framework\\Plugin\\Event\\PluginPostDeactivateEvent', [=> function () {
  12145.             return ($this->privates['Shopware\\Core\\Content\\Flow\\Indexing\\FlowIndexer'] ?? $this->getFlowIndexerService());
  12146.         }, => 'refreshPlugin'], 0);
  12147.         $instance->addListener('Shopware\\Core\\Framework\\Plugin\\Event\\PluginPostUninstallEvent', [=> function () {
  12148.             return ($this->privates['Shopware\\Core\\Content\\Flow\\Indexing\\FlowIndexer'] ?? $this->getFlowIndexerService());
  12149.         }, => 'refreshPlugin'], 0);
  12150.         $instance->addListener('Shopware\\Core\\Framework\\App\\Event\\AppInstalledEvent', [=> function () {
  12151.             return ($this->privates['Shopware\\Core\\Content\\Flow\\Indexing\\FlowIndexer'] ?? $this->getFlowIndexerService());
  12152.         }, => 'refreshPlugin'], 0);
  12153.         $instance->addListener('Shopware\\Core\\Framework\\App\\Event\\AppUpdatedEvent', [=> function () {
  12154.             return ($this->privates['Shopware\\Core\\Content\\Flow\\Indexing\\FlowIndexer'] ?? $this->getFlowIndexerService());
  12155.         }, => 'refreshPlugin'], 0);
  12156.         $instance->addListener('Shopware\\Core\\Framework\\App\\Event\\AppActivatedEvent', [=> function () {
  12157.             return ($this->privates['Shopware\\Core\\Content\\Flow\\Indexing\\FlowIndexer'] ?? $this->getFlowIndexerService());
  12158.         }, => 'refreshPlugin'], 0);
  12159.         $instance->addListener('Shopware\\Core\\Framework\\App\\Event\\AppDeletedEvent', [=> function () {
  12160.             return ($this->privates['Shopware\\Core\\Content\\Flow\\Indexing\\FlowIndexer'] ?? $this->getFlowIndexerService());
  12161.         }, => 'refreshPlugin'], 0);
  12162.         $instance->addListener('Shopware\\Core\\Framework\\App\\Event\\AppDeactivatedEvent', [=> function () {
  12163.             return ($this->privates['Shopware\\Core\\Content\\Flow\\Indexing\\FlowIndexer'] ?? $this->getFlowIndexerService());
  12164.         }, => 'refreshPlugin'], 0);
  12165.         $instance->addListener('customer.loaded', [=> function () {
  12166.             return ($this->privates['Shopware\\Core\\Checkout\\Customer\\Subscriber\\CustomerDefaultSalutationSubscriber'] ?? $this->getCustomerDefaultSalutationSubscriberService());
  12167.         }, => 'loaded'], 0);
  12168.         $instance->addListener('customer_address.loaded', [=> function () {
  12169.             return ($this->privates['Shopware\\Core\\Checkout\\Customer\\Subscriber\\CustomerDefaultSalutationSubscriber'] ?? $this->getCustomerDefaultSalutationSubscriberService());
  12170.         }, => 'loaded'], 0);
  12171.         $instance->addListener('order_address.loaded', [=> function () {
  12172.             return ($this->privates['Shopware\\Core\\Checkout\\Customer\\Subscriber\\CustomerDefaultSalutationSubscriber'] ?? $this->getCustomerDefaultSalutationSubscriberService());
  12173.         }, => 'loaded'], 0);
  12174.         $instance->addListener('Shopware\\Core\\System\\StateMachine\\Event\\StateMachineTransitionEvent', [=> function () {
  12175.             return ($this->privates['Shopware\\Core\\Checkout\\Customer\\Subscriber\\CustomerMetaFieldSubscriber'] ?? $this->getCustomerMetaFieldSubscriberService());
  12176.         }, => 'fillCustomerMetaDataFields'], 0);
  12177.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\Validation\\PreWriteValidationEvent', [=> function () {
  12178.             return ($this->privates['Shopware\\Core\\Checkout\\Customer\\Subscriber\\CustomerMetaFieldSubscriber'] ?? $this->getCustomerMetaFieldSubscriberService());
  12179.         }, => 'deleteOrder'], 0);
  12180.         $instance->addListener('Shopware\\Core\\Checkout\\Customer\\Event\\CustomerLoginEvent', [=> function () {
  12181.             return ($this->privates['Shopware\\Core\\Checkout\\Customer\\Subscriber\\CustomerRemoteAddressSubscriber'] ?? $this->getCustomerRemoteAddressSubscriberService());
  12182.         }, => 'updateRemoteAddressByLogin'], 0);
  12183.         $instance->addListener('customer.written', [=> function () {
  12184.             return ($this->privates['Shopware\\Core\\Checkout\\Customer\\Subscriber\\CustomerTokenSubscriber'] ?? $this->getCustomerTokenSubscriberService());
  12185.         }, => 'onCustomerWritten'], 0);
  12186.         $instance->addListener('customer.deleted', [=> function () {
  12187.             return ($this->privates['Shopware\\Core\\Checkout\\Customer\\Subscriber\\CustomerTokenSubscriber'] ?? $this->getCustomerTokenSubscriberService());
  12188.         }, => 'onCustomerDeleted'], 0);
  12189.         $instance->addListener('customer_group_translation.written', [=> function () {
  12190.             return ($this->privates['Shopware\\Core\\Checkout\\Customer\\Subscriber\\CustomerGroupSubscriber'] ?? $this->getCustomerGroupSubscriberService());
  12191.         }, => 'updatedCustomerGroup'], 0);
  12192.         $instance->addListener('customer_group_registration_sales_channels.written', [=> function () {
  12193.             return ($this->privates['Shopware\\Core\\Checkout\\Customer\\Subscriber\\CustomerGroupSubscriber'] ?? $this->getCustomerGroupSubscriberService());
  12194.         }, => 'newSalesChannelAddedToCustomerGroup'], 0);
  12195.         $instance->addListener('customer_group_translation.deleted', [=> function () {
  12196.             return ($this->privates['Shopware\\Core\\Checkout\\Customer\\Subscriber\\CustomerGroupSubscriber'] ?? $this->getCustomerGroupSubscriberService());
  12197.         }, => 'deleteCustomerGroup'], 0);
  12198.         $instance->addListener('customer.written', [=> function () {
  12199.             return ($this->privates['Shopware\\Core\\Checkout\\Customer\\Subscriber\\CustomerChangePasswordSubscriber'] ?? $this->getCustomerChangePasswordSubscriberService());
  12200.         }, => 'onCustomerWritten'], 0);
  12201.         $instance->addListener('customer.written', [=> function () {
  12202.             return ($this->privates['Shopware\\Core\\Checkout\\Customer\\Subscriber\\CustomerFlowEventsSubscriber'] ?? $this->getCustomerFlowEventsSubscriberService());
  12203.         }, => 'onCustomerWritten'], 0);
  12204.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\BeforeDeleteEvent', [=> function () {
  12205.             return ($this->privates['Shopware\\Core\\Checkout\\Customer\\Subscriber\\CustomerBeforeDeleteSubscriber'] ?? $this->getCustomerBeforeDeleteSubscriberService());
  12206.         }, => 'beforeDelete'], 0);
  12207.         $instance->addListener('document_base_config.written', [=> function () {
  12208.             return ($this->privates['Shopware\\Core\\Checkout\\Document\\Service\\DocumentConfigLoader'] ?? $this->getDocumentConfigLoaderService());
  12209.         }, => 'reset'], 0);
  12210.         $instance->addListener('state_machine.order.state_changed', [=> function () {
  12211.             return ($this->privates['Shopware\\Core\\Checkout\\Order\\Listener\\OrderStateChangeEventListener'] ?? $this->getOrderStateChangeEventListenerService());
  12212.         }, => 'onOrderStateChange'], 0);
  12213.         $instance->addListener('state_machine.order_delivery.state_changed', [=> function () {
  12214.             return ($this->privates['Shopware\\Core\\Checkout\\Order\\Listener\\OrderStateChangeEventListener'] ?? $this->getOrderStateChangeEventListenerService());
  12215.         }, => 'onOrderDeliveryStateChange'], 0);
  12216.         $instance->addListener('state_machine.order_transaction.state_changed', [=> function () {
  12217.             return ($this->privates['Shopware\\Core\\Checkout\\Order\\Listener\\OrderStateChangeEventListener'] ?? $this->getOrderStateChangeEventListenerService());
  12218.         }, => 'onOrderTransactionStateChange'], 0);
  12219.         $instance->addListener('collect.business-events', [=> function () {
  12220.             return ($this->privates['Shopware\\Core\\Checkout\\Order\\Listener\\OrderStateChangeEventListener'] ?? $this->getOrderStateChangeEventListenerService());
  12221.         }, => 'onAddStateEvents'], 0);
  12222.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\Validation\\PreWriteValidationEvent', [=> function () {
  12223.             return ($this->privates['Shopware\\Core\\Checkout\\Payment\\DataAbstractionLayer\\PaymentMethodValidator'] ?? $this->getPaymentMethodValidator2Service());
  12224.         }, => 'validate'], 0);
  12225.         $instance->addListener('payment_method.loaded', [=> function () {
  12226.             return ($this->privates['Shopware\\Core\\Checkout\\Payment\\DataAbstractionLayer\\PaymentHandlerIdentifierSubscriber'] ?? ($this->privates['Shopware\\Core\\Checkout\\Payment\\DataAbstractionLayer\\PaymentHandlerIdentifierSubscriber'] = new \Shopware\Core\Checkout\Payment\DataAbstractionLayer\PaymentHandlerIdentifierSubscriber()));
  12227.         }, => 'formatHandlerIdentifier'], 0);
  12228.         $instance->addListener('payment_method.loaded', [=> function () {
  12229.             return ($this->privates['Shopware\\Core\\Checkout\\Payment\\DataAbstractionLayer\\PaymentDistinguishableNameSubscriber'] ?? ($this->privates['Shopware\\Core\\Checkout\\Payment\\DataAbstractionLayer\\PaymentDistinguishableNameSubscriber'] = new \Shopware\Core\Checkout\Payment\DataAbstractionLayer\PaymentDistinguishableNameSubscriber()));
  12230.         }, => 'addDistinguishablePaymentName'], 0);
  12231.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\Validation\\PreWriteValidationEvent', [=> function () {
  12232.             return ($this->privates['Shopware\\Core\\Checkout\\Promotion\\Validator\\PromotionValidator'] ?? $this->getPromotionValidatorService());
  12233.         }, => 'preValidate'], 0);
  12234.         $instance->addListener('Shopware\\Core\\Checkout\\Cart\\Event\\BeforeLineItemAddedEvent', [=> function () {
  12235.             return ($this->privates['Shopware\\Core\\Checkout\\Promotion\\Subscriber\\Storefront\\StorefrontCartSubscriber'] ?? $this->getStorefrontCartSubscriberService());
  12236.         }, => 'onLineItemAdded'], 0);
  12237.         $instance->addListener('Shopware\\Core\\Checkout\\Cart\\Event\\BeforeLineItemRemovedEvent', [=> function () {
  12238.             return ($this->privates['Shopware\\Core\\Checkout\\Promotion\\Subscriber\\Storefront\\StorefrontCartSubscriber'] ?? $this->getStorefrontCartSubscriberService());
  12239.         }, => 'onLineItemRemoved'], 0);
  12240.         $instance->addListener('Shopware\\Core\\Checkout\\Cart\\Event\\CheckoutOrderPlacedEvent', [=> function () {
  12241.             return ($this->privates['Shopware\\Core\\Checkout\\Promotion\\Subscriber\\Storefront\\StorefrontCartSubscriber'] ?? $this->getStorefrontCartSubscriberService());
  12242.         }, => 'resetCodes'], 0);
  12243.         $instance->addListener('Shopware\\Core\\Checkout\\Cart\\Event\\CheckoutOrderPlacedEvent', [=> function () {
  12244.             return ($this->privates['Shopware\\Core\\Checkout\\Promotion\\Subscriber\\PromotionIndividualCodeRedeemer'] ?? $this->getPromotionIndividualCodeRedeemerService());
  12245.         }, => 'onOrderPlaced'], 0);
  12246.         $instance->addListener('Shopware\\Core\\Checkout\\Cart\\Event\\CheckoutOrderPlacedEvent', [=> function () {
  12247.             return ($this->privates['Shopware\\Core\\Checkout\\Promotion\\DataAbstractionLayer\\PromotionRedemptionUpdater'] ?? $this->getPromotionRedemptionUpdaterService());
  12248.         }, => 'orderPlaced'], 0);
  12249.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\Validation\\PreWriteValidationEvent', [=> function () {
  12250.             return ($this->privates['Shopware\\Core\\Checkout\\Shipping\\Validator\\ShippingMethodValidator'] ?? $this->getShippingMethodValidatorService());
  12251.         }, => 'preValidate'], 0);
  12252.         $instance->addListener('sales_channel.deleted', [=> function () {
  12253.             return ($this->privates['Shopware\\Administration\\System\\SalesChannel\\Subscriber\\SalesChannelUserConfigSubscriber'] ?? $this->getSalesChannelUserConfigSubscriberService());
  12254.         }, => 'onSalesChannelDeleted'], 0);
  12255.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityWrittenContainerEvent', [=> function () {
  12256.             return ($this->privates['Shopware\\Storefront\\Framework\\Routing\\CachedDomainLoaderInvalidator'] ?? $this->getCachedDomainLoaderInvalidatorService());
  12257.         }, => 'invalidate'], 2000);
  12258.         $instance->addListener('kernel.request', [=> function () {
  12259.             return ($this->privates['Shopware\\Storefront\\Framework\\Routing\\StorefrontSubscriber'] ?? $this->getStorefrontSubscriberService());
  12260.         }, => 'startSession'], 40);
  12261.         $instance->addListener('kernel.request', [=> function () {
  12262.             return ($this->privates['Shopware\\Storefront\\Framework\\Routing\\StorefrontSubscriber'] ?? $this->getStorefrontSubscriberService());
  12263.         }, => 'maintenanceResolver'], 0);
  12264.         $instance->addListener('kernel.exception', [=> function () {
  12265.             return ($this->privates['Shopware\\Storefront\\Framework\\Routing\\StorefrontSubscriber'] ?? $this->getStorefrontSubscriberService());
  12266.         }, => 'showHtmlExceptionResponse'], -100);
  12267.         $instance->addListener('kernel.exception', [=> function () {
  12268.             return ($this->privates['Shopware\\Storefront\\Framework\\Routing\\StorefrontSubscriber'] ?? $this->getStorefrontSubscriberService());
  12269.         }, => 'customerNotLoggedInHandler'], 0);
  12270.         $instance->addListener('kernel.exception', [=> function () {
  12271.             return ($this->privates['Shopware\\Storefront\\Framework\\Routing\\StorefrontSubscriber'] ?? $this->getStorefrontSubscriberService());
  12272.         }, => 'maintenanceResolver'], 0);
  12273.         $instance->addListener('kernel.controller', [=> function () {
  12274.             return ($this->privates['Shopware\\Storefront\\Framework\\Routing\\StorefrontSubscriber'] ?? $this->getStorefrontSubscriberService());
  12275.         }, => 'preventPageLoadingFromXmlHttpRequest'], -20);
  12276.         $instance->addListener('Shopware\\Core\\Checkout\\Customer\\Event\\CustomerLoginEvent', [=> function () {
  12277.             return ($this->privates['Shopware\\Storefront\\Framework\\Routing\\StorefrontSubscriber'] ?? $this->getStorefrontSubscriberService());
  12278.         }, => 'updateSessionAfterLogin'], 0);
  12279.         $instance->addListener('Shopware\\Core\\Checkout\\Customer\\Event\\CustomerLogoutEvent', [=> function () {
  12280.             return ($this->privates['Shopware\\Storefront\\Framework\\Routing\\StorefrontSubscriber'] ?? $this->getStorefrontSubscriberService());
  12281.         }, => 'updateSessionAfterLogout'], 0);
  12282.         $instance->addListener('Shopware\\Core\\Framework\\Event\\BeforeSendResponseEvent', [=> function () {
  12283.             return ($this->privates['Shopware\\Storefront\\Framework\\Routing\\StorefrontSubscriber'] ?? $this->getStorefrontSubscriberService());
  12284.         }, => 'replaceCsrfToken'], 0);
  12285.         $instance->addListener('Shopware\\Core\\Framework\\Event\\BeforeSendResponseEvent', [=> function () {
  12286.             return ($this->privates['Shopware\\Storefront\\Framework\\Routing\\StorefrontSubscriber'] ?? $this->getStorefrontSubscriberService());
  12287.         }, => 'setCanonicalUrl'], 0);
  12288.         $instance->addListener('Shopware\\Storefront\\Event\\StorefrontRenderEvent', [=> function () {
  12289.             return ($this->privates['Shopware\\Storefront\\Framework\\Routing\\StorefrontSubscriber'] ?? $this->getStorefrontSubscriberService());
  12290.         }, => 'addHreflang'], 0);
  12291.         $instance->addListener('Shopware\\Storefront\\Event\\StorefrontRenderEvent', [=> function () {
  12292.             return ($this->privates['Shopware\\Storefront\\Framework\\Routing\\StorefrontSubscriber'] ?? $this->getStorefrontSubscriberService());
  12293.         }, => 'addShopIdParameter'], 0);
  12294.         $instance->addListener('Shopware\\Storefront\\Event\\StorefrontRenderEvent', [=> function () {
  12295.             return ($this->privates['Shopware\\Storefront\\Framework\\Routing\\StorefrontSubscriber'] ?? $this->getStorefrontSubscriberService());
  12296.         }, => 'addIconSetConfig'], 0);
  12297.         $instance->addListener('Shopware\\Core\\Framework\\Routing\\Event\\SalesChannelContextResolvedEvent', [=> function () {
  12298.             return ($this->privates['Shopware\\Storefront\\Framework\\Routing\\StorefrontSubscriber'] ?? $this->getStorefrontSubscriberService());
  12299.         }, => 'replaceContextToken'], 0);
  12300.         $instance->addListener('Shopware\\Core\\System\\SystemConfig\\Event\\SystemConfigChangedEvent', [=> function () {
  12301.             return ($this->privates['Shopware\\Storefront\\Framework\\Routing\\NotFound\\NotFoundSubscriber'] ?? $this->getNotFoundSubscriberService());
  12302.         }, => 'onSystemConfigChanged'], 0);
  12303.         $instance->addListener('kernel.controller', [=> function () {
  12304.             return ($this->privates['Shopware\\Storefront\\Framework\\Csrf\\CsrfRouteListener'] ?? $this->getCsrfRouteListenerService());
  12305.         }, => 'csrfCheck'], -9);
  12306.         $instance->addListener('kernel.controller', [=> function () {
  12307.             return ($this->privates['Shopware\\Storefront\\Framework\\AffiliateTracking\\AffiliateTrackingListener'] ?? ($this->privates['Shopware\\Storefront\\Framework\\AffiliateTracking\\AffiliateTrackingListener'] = new \Shopware\Storefront\Framework\AffiliateTracking\AffiliateTrackingListener()));
  12308.         }, => 'checkAffiliateTracking'], -21);
  12309.         $instance->addListener('kernel.request', [=> function () {
  12310.             return ($this->privates['Shopware\\Storefront\\Framework\\Cache\\CacheResponseSubscriber'] ?? $this->getCacheResponseSubscriberService());
  12311.         }, => 'addHttpCacheToCoreRoutes'], 0);
  12312.         $instance->addListener('kernel.response', [=> function () {
  12313.             return ($this->privates['Shopware\\Storefront\\Framework\\Cache\\CacheResponseSubscriber'] ?? $this->getCacheResponseSubscriberService());
  12314.         }, => 'setResponseCache'], -1500);
  12315.         $instance->addListener('Shopware\\Core\\Framework\\Event\\BeforeSendResponseEvent', [=> function () {
  12316.             return ($this->privates['Shopware\\Storefront\\Framework\\Cache\\CacheResponseSubscriber'] ?? $this->getCacheResponseSubscriberService());
  12317.         }, => 'updateCacheControlForBrowser'], 0);
  12318.         $instance->addListener('kernel.controller', [=> function () {
  12319.             return ($this->privates['Shopware\\Storefront\\Framework\\Captcha\\CaptchaRouteListener'] ?? $this->getCaptchaRouteListenerService());
  12320.         }, => 'validateCaptcha'], -20);
  12321.         $instance->addListener('kernel.response', [=> function () {
  12322.             return ($this->privates['Shopware\\Storefront\\Framework\\Routing\\ResponseHeaderListener'] ?? ($this->privates['Shopware\\Storefront\\Framework\\Routing\\ResponseHeaderListener'] = new \Shopware\Storefront\Framework\Routing\ResponseHeaderListener()));
  12323.         }, => 'onResponse'], -10);
  12324.         $instance->addListener('Shopware\\Core\\Checkout\\Cart\\Event\\CartMergedEvent', [=> function () {
  12325.             return ($this->privates['Shopware\\Storefront\\Event\\CartMergedSubscriber'] ?? $this->getCartMergedSubscriberService());
  12326.         }, => 'addCartMergedNoticeFlash'], 0);
  12327.         $instance->addListener('Shopware\\Core\\Content\\Product\\Events\\ProductIndexerEvent', [=> function () {
  12328.             return ($this->privates['Shopware\\Storefront\\Framework\\Seo\\SeoUrlRoute\\SeoUrlUpdateListener'] ?? $this->getSeoUrlUpdateListenerService());
  12329.         }, => 'updateProductUrls'], 0);
  12330.         $instance->addListener('Shopware\\Core\\Content\\Category\\Event\\CategoryIndexerEvent', [=> function () {
  12331.             return ($this->privates['Shopware\\Storefront\\Framework\\Seo\\SeoUrlRoute\\SeoUrlUpdateListener'] ?? $this->getSeoUrlUpdateListenerService());
  12332.         }, => 'updateCategoryUrls'], 0);
  12333.         $instance->addListener('Shopware\\Core\\Content\\LandingPage\\Event\\LandingPageIndexerEvent', [=> function () {
  12334.             return ($this->privates['Shopware\\Storefront\\Framework\\Seo\\SeoUrlRoute\\SeoUrlUpdateListener'] ?? $this->getSeoUrlUpdateListenerService());
  12335.         }, => 'updateLandingPageUrls'], 0);
  12336.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityWrittenContainerEvent', [=> function () {
  12337.             return ($this->privates['Shopware\\Storefront\\Framework\\Seo\\SeoUrlRoute\\SeoUrlUpdateListener'] ?? $this->getSeoUrlUpdateListenerService());
  12338.         }, => 'detectSalesChannelEntryPoints'], 0);
  12339.         $instance->addListener('Shopware\\Storefront\\Theme\\Event\\ThemeConfigChangedEvent', [=> function () {
  12340.             return ($this->privates['Shopware\\Storefront\\Theme\\CachedResolvedConfigLoaderInvalidator'] ?? $this->getCachedResolvedConfigLoaderInvalidatorService());
  12341.         }, => 'invalidate'], 0);
  12342.         $instance->addListener('Shopware\\Storefront\\Theme\\Event\\ThemeAssignedEvent', [=> function () {
  12343.             return ($this->privates['Shopware\\Storefront\\Theme\\CachedResolvedConfigLoaderInvalidator'] ?? $this->getCachedResolvedConfigLoaderInvalidatorService());
  12344.         }, => 'assigned'], 0);
  12345.         $instance->addListener('Shopware\\Storefront\\Theme\\Event\\ThemeConfigResetEvent', [=> function () {
  12346.             return ($this->privates['Shopware\\Storefront\\Theme\\CachedResolvedConfigLoaderInvalidator'] ?? $this->getCachedResolvedConfigLoaderInvalidatorService());
  12347.         }, => 'reset'], 0);
  12348.         $instance->addListener('Shopware\\Core\\Framework\\App\\Event\\AppUpdatedEvent', [=> function () {
  12349.             return ($this->privates['Shopware\\Storefront\\Theme\\ThemeAppLifecycleHandler'] ?? $this->getThemeAppLifecycleHandlerService());
  12350.         }, => 'handleAppActivationOrUpdate'], 0);
  12351.         $instance->addListener('Shopware\\Core\\Framework\\App\\Event\\AppActivatedEvent', [=> function () {
  12352.             return ($this->privates['Shopware\\Storefront\\Theme\\ThemeAppLifecycleHandler'] ?? $this->getThemeAppLifecycleHandlerService());
  12353.         }, => 'handleAppActivationOrUpdate'], 0);
  12354.         $instance->addListener('Shopware\\Core\\Framework\\App\\Event\\AppDeactivatedEvent', [=> function () {
  12355.             return ($this->privates['Shopware\\Storefront\\Theme\\ThemeAppLifecycleHandler'] ?? $this->getThemeAppLifecycleHandlerService());
  12356.         }, => 'handleUninstall'], 0);
  12357.         $instance->addListener('Shopware\\Storefront\\Theme\\Event\\ThemeConfigChangedEvent', [=> function () {
  12358.             return ($this->privates['Shopware\\Storefront\\Theme\\ConfigLoader\\StaticFileConfigDumper'] ?? $this->getStaticFileConfigDumperService());
  12359.         }, => 'dumpConfigFromEvent'], 0);
  12360.         $instance->addListener('Shopware\\Storefront\\Theme\\Event\\ThemeAssignedEvent', [=> function () {
  12361.             return ($this->privates['Shopware\\Storefront\\Theme\\ConfigLoader\\StaticFileConfigDumper'] ?? $this->getStaticFileConfigDumperService());
  12362.         }, => 'dumpConfigFromEvent'], 0);
  12363.         $instance->addListener('Shopware\\Storefront\\Theme\\Event\\ThemeConfigResetEvent', [=> function () {
  12364.             return ($this->privates['Shopware\\Storefront\\Theme\\ConfigLoader\\StaticFileConfigDumper'] ?? $this->getStaticFileConfigDumperService());
  12365.         }, => 'dumpConfigFromEvent'], 0);
  12366.         $instance->addListener('Shopware\\Core\\Framework\\Plugin\\Event\\PluginPreActivateEvent', [=> function () {
  12367.             return ($this->privates['Shopware\\Storefront\\Theme\\Subscriber\\PluginLifecycleSubscriber'] ?? $this->getPluginLifecycleSubscriber2Service());
  12368.         }, => 'pluginActivate'], 0);
  12369.         $instance->addListener('Shopware\\Core\\Framework\\Plugin\\Event\\PluginPostActivateEvent', [=> function () {
  12370.             return ($this->privates['Shopware\\Storefront\\Theme\\Subscriber\\PluginLifecycleSubscriber'] ?? $this->getPluginLifecycleSubscriber2Service());
  12371.         }, => 'pluginPostActivate'], 0);
  12372.         $instance->addListener('Shopware\\Core\\Framework\\Plugin\\Event\\PluginPreUpdateEvent', [=> function () {
  12373.             return ($this->privates['Shopware\\Storefront\\Theme\\Subscriber\\PluginLifecycleSubscriber'] ?? $this->getPluginLifecycleSubscriber2Service());
  12374.         }, => 'pluginUpdate'], 0);
  12375.         $instance->addListener('Shopware\\Core\\Framework\\Plugin\\Event\\PluginPreDeactivateEvent', [=> function () {
  12376.             return ($this->privates['Shopware\\Storefront\\Theme\\Subscriber\\PluginLifecycleSubscriber'] ?? $this->getPluginLifecycleSubscriber2Service());
  12377.         }, => 'pluginDeactivateAndUninstall'], 0);
  12378.         $instance->addListener('Shopware\\Core\\Framework\\Plugin\\Event\\PluginPostDeactivationFailedEvent', [=> function () {
  12379.             return ($this->privates['Shopware\\Storefront\\Theme\\Subscriber\\PluginLifecycleSubscriber'] ?? $this->getPluginLifecycleSubscriber2Service());
  12380.         }, => 'pluginPostDeactivateFailed'], 0);
  12381.         $instance->addListener('Shopware\\Core\\Framework\\Plugin\\Event\\PluginPreUninstallEvent', [=> function () {
  12382.             return ($this->privates['Shopware\\Storefront\\Theme\\Subscriber\\PluginLifecycleSubscriber'] ?? $this->getPluginLifecycleSubscriber2Service());
  12383.         }, => 'pluginDeactivateAndUninstall'], 0);
  12384.         $instance->addListener('Shopware\\Core\\Framework\\Plugin\\Event\\PluginPostUninstallEvent', [=> function () {
  12385.             return ($this->privates['Shopware\\Storefront\\Theme\\Subscriber\\PluginLifecycleSubscriber'] ?? $this->getPluginLifecycleSubscriber2Service());
  12386.         }, => 'pluginPostUninstall'], 0);
  12387.         $instance->addListener('Shopware\\Core\\Framework\\App\\Event\\AppDeletedEvent', [=> function () {
  12388.             return ($this->privates['Shopware\\Storefront\\Theme\\Subscriber\\AppLifecycleSubscriber'] ?? $this->getAppLifecycleSubscriberService());
  12389.         }, => 'onAppDeleted'], 0);
  12390.         $instance->addListener('Shopware\\Storefront\\Theme\\Event\\ThemeCompilerEnrichScssVariablesEvent', [=> function () {
  12391.             return ($this->privates['Shopware\\Storefront\\Theme\\Subscriber\\ThemeCompilerEnrichScssVarSubscriber'] ?? $this->getThemeCompilerEnrichScssVarSubscriberService());
  12392.         }, => 'enrichExtensionVars'], 0);
  12393.         $instance->addListener('kernel.request', [=> function () {
  12394.             return ($this->privates['Shopware\\Storefront\\Theme\\Twig\\ThemeNamespaceHierarchyBuilder'] ?? $this->getThemeNamespaceHierarchyBuilderService());
  12395.         }, => 'requestEvent'], 0);
  12396.         $instance->addListener('kernel.exception', [=> function () {
  12397.             return ($this->privates['Shopware\\Storefront\\Theme\\Twig\\ThemeNamespaceHierarchyBuilder'] ?? $this->getThemeNamespaceHierarchyBuilderService());
  12398.         }, => 'requestEvent'], 0);
  12399.         $instance->addListener('Shopware\\Core\\Checkout\\Document\\Event\\DocumentTemplateRendererParameterEvent', [=> function () {
  12400.             return ($this->privates['Shopware\\Storefront\\Theme\\Twig\\ThemeNamespaceHierarchyBuilder'] ?? $this->getThemeNamespaceHierarchyBuilderService());
  12401.         }, => 'onDocumentRendering'], 0);
  12402.         $instance->addListener('Shopware\\Core\\Framework\\Store\\Event\\FirstRunWizardFinishedEvent', [=> function () {
  12403.             return ($this->privates['Shopware\\Storefront\\Theme\\Subscriber\\FirstRunWizardSubscriber'] ?? $this->getFirstRunWizardSubscriberService());
  12404.         }, => 'frwFinished'], 0);
  12405.         $instance->addListener('Shopware\\Core\\Framework\\Update\\Event\\UpdatePostFinishEvent', [=> function () {
  12406.             return ($this->privates['Shopware\\Storefront\\Theme\\Subscriber\\UpdateSubscriber'] ?? $this->getUpdateSubscriberService());
  12407.         }, => 'updateFinished'], 0);
  12408.         $instance->addListener('Shopware\\Core\\Content\\Product\\Events\\ProductIndexerEvent', [=> function () {
  12409.             return ($this->privates['Shopware\\Elasticsearch\\Product\\ProductUpdater'] ?? $this->getProductUpdaterService());
  12410.         }, => 'update'], 0);
  12411.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityWrittenContainerEvent', [=> function () {
  12412.             return ($this->privates['Shopware\\Elasticsearch\\Product\\CustomFieldUpdater'] ?? $this->getCustomFieldUpdaterService());
  12413.         }, => 'onNewCustomFieldCreated'], 0);
  12414.         $instance->addListener('Shopware\\Core\\Framework\\Event\\ProgressStartedEvent', [=> function () {
  12415.             return ($this->privates['Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchAdminIndexingCommand'] ?? $this->getElasticsearchAdminIndexingCommandService());
  12416.         }, => 'startProgress'], 0);
  12417.         $instance->addListener('Shopware\\Core\\Framework\\Event\\ProgressAdvancedEvent', [=> function () {
  12418.             return ($this->privates['Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchAdminIndexingCommand'] ?? $this->getElasticsearchAdminIndexingCommandService());
  12419.         }, => 'advanceProgress'], 0);
  12420.         $instance->addListener('Shopware\\Core\\Framework\\Event\\ProgressFinishedEvent', [=> function () {
  12421.             return ($this->privates['Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchAdminIndexingCommand'] ?? $this->getElasticsearchAdminIndexingCommandService());
  12422.         }, => 'finishProgress'], 0);
  12423.         $instance->addListener('sales_channel_language.written', [=> function () {
  12424.             return ($this->privates['Shopware\\Elasticsearch\\Product\\LanguageSubscriber'] ?? $this->getLanguageSubscriberService());
  12425.         }, => 'onSalesChannelWritten'], 0);
  12426.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\RefreshIndexEvent', [=> function () {
  12427.             return ($this->privates['Shopware\\Elasticsearch\\Admin\\Subscriber\\RefreshIndexSubscriber'] ?? $this->getRefreshIndexSubscriberService());
  12428.         }, => 'handled'], 0);
  12429.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityWrittenContainerEvent', [=> function () {
  12430.             return ($this->privates['Shopware\\Elasticsearch\\Admin\\AdminSearchRegistry'] ?? $this->getAdminSearchRegistryService());
  12431.         }, => 'refresh'], -1000);
  12432.         $instance->addListener('Shopware\\Core\\Framework\\Routing\\Event\\SalesChannelContextResolvedEvent', [=> function () {
  12433.             return ($this->privates['Shopware\\Core\\Profiling\\Subscriber\\ActiveRulesDataCollectorSubscriber'] ?? $this->getActiveRulesDataCollectorSubscriberService());
  12434.         }, => 'onContextResolved'], 0);
  12435.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\Validation\\PostWriteValidationEvent', [=> function () {
  12436.             return ($this->privates['Swag\\LanguagePack\\Core\\Framework\\DataAbstractionLayer\\Write\\Validation\\SalesChannelValidator'] ?? $this->getSalesChannelValidator2Service());
  12437.         }, => 'postValidate'], 0);
  12438.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\Validation\\PostWriteValidationEvent', [=> function () {
  12439.             return ($this->privates['Swag\\LanguagePack\\Core\\Framework\\DataAbstractionLayer\\Write\\Validation\\SalesChannelDomainValidator'] ?? $this->getSalesChannelDomainValidatorService());
  12440.         }, => 'postValidate'], 0);
  12441.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\Validation\\PostWriteValidationEvent', [=> function () {
  12442.             return ($this->privates['Swag\\LanguagePack\\Core\\Framework\\DataAbstractionLayer\\Write\\Validation\\SalesChannelLanguageValidator'] ?? $this->getSalesChannelLanguageValidatorService());
  12443.         }, => 'postValidate'], 0);
  12444.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\Validation\\PostWriteValidationEvent', [=> function () {
  12445.             return ($this->privates['Swag\\LanguagePack\\Core\\Framework\\DataAbstractionLayer\\Write\\Validation\\UserValidator'] ?? $this->getUserValidatorService());
  12446.         }, => 'postValidate'], 0);
  12447.         $instance->addListener('media.deleted', [=> function () {
  12448.             return ($this->privates['SwagMigrationAssistant\\Migration\\Subscriber\\MediaDeletedSubscriber'] ?? $this->getMediaDeletedSubscriberService());
  12449.         }, => 'onMediaDelete'], 0);
  12450.         $instance->addListener('kernel.response', [=> function () {
  12451.             return ($this->privates['response_listener'] ?? ($this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8'false)));
  12452.         }, => 'onKernelResponse'], 0);
  12453.         $instance->addListener('kernel.response', [=> function () {
  12454.             return ($this->privates['streamed_response_listener'] ?? ($this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener()));
  12455.         }, => 'onKernelResponse'], -1024);
  12456.         $instance->addListener('kernel.request', [=> function () {
  12457.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  12458.         }, => 'setDefaultLocale'], 100);
  12459.         $instance->addListener('kernel.request', [=> function () {
  12460.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  12461.         }, => 'onKernelRequest'], 16);
  12462.         $instance->addListener('kernel.finish_request', [=> function () {
  12463.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  12464.         }, => 'onKernelFinishRequest'], 0);
  12465.         $instance->addListener('kernel.request', [=> function () {
  12466.             return ($this->privates['validate_request_listener'] ?? ($this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener()));
  12467.         }, => 'onKernelRequest'], 256);
  12468.         $instance->addListener('kernel.response', [=> function () {
  12469.             return ($this->privates['disallow_search_engine_index_response_listener'] ?? ($this->privates['disallow_search_engine_index_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener()));
  12470.         }, => 'onResponse'], -255);
  12471.         $instance->addListener('kernel.controller_arguments', [=> function () {
  12472.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  12473.         }, => 'onControllerArguments'], 0);
  12474.         $instance->addListener('kernel.exception', [=> function () {
  12475.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  12476.         }, => 'logKernelException'], 0);
  12477.         $instance->addListener('kernel.exception', [=> function () {
  12478.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  12479.         }, => 'onKernelException'], -128);
  12480.         $instance->addListener('kernel.response', [=> function () {
  12481.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  12482.         }, => 'removeCspHeader'], -128);
  12483.         $instance->addListener('kernel.request', [=> function () {
  12484.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  12485.         }, => 'onKernelRequest'], 15);
  12486.         $instance->addListener('kernel.finish_request', [=> function () {
  12487.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  12488.         }, => 'onKernelFinishRequest'], -15);
  12489.         $instance->addListener('console.error', [=> function () {
  12490.             return ($this->privates['console.error_listener'] ?? $this->getConsole_ErrorListenerService());
  12491.         }, => 'onConsoleError'], -128);
  12492.         $instance->addListener('console.terminate', [=> function () {
  12493.             return ($this->privates['console.error_listener'] ?? $this->getConsole_ErrorListenerService());
  12494.         }, => 'onConsoleTerminate'], -128);
  12495.         $instance->addListener('console.error', [=> function () {
  12496.             return ($this->privates['console.suggest_missing_package_subscriber'] ?? ($this->privates['console.suggest_missing_package_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()));
  12497.         }, => 'onConsoleError'], 0);
  12498.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  12499.             return ($this->privates['mailer.envelope_listener'] ?? ($this->privates['mailer.envelope_listener'] = new \Symfony\Component\Mailer\EventListener\EnvelopeListener(NULLNULL)));
  12500.         }, => 'onMessage'], -255);
  12501.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  12502.             return ($this->privates['mailer.message_logger_listener'] ?? ($this->privates['mailer.message_logger_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener()));
  12503.         }, => 'onMessage'], -255);
  12504.         $instance->addListener('kernel.response', [=> function () {
  12505.             return ($this->privates['esi_listener'] ?? $this->getEsiListenerService());
  12506.         }, => 'onKernelResponse'], 0);
  12507.         $instance->addListener('kernel.request', [=> function () {
  12508.             return ($this->privates['fragment.listener'] ?? $this->getFragment_ListenerService());
  12509.         }, => 'onKernelRequest'], 48);
  12510.         $instance->addListener('kernel.request', [=> function () {
  12511.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  12512.         }, => 'configure'], 2048);
  12513.         $instance->addListener('console.command', [=> function () {
  12514.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  12515.         }, => 'configure'], 2048);
  12516.         $instance->addListener('kernel.request', [=> function () {
  12517.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  12518.         }, => 'onKernelRequest'], 32);
  12519.         $instance->addListener('kernel.finish_request', [=> function () {
  12520.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  12521.         }, => 'onKernelFinishRequest'], 0);
  12522.         $instance->addListener('kernel.exception', [=> function () {
  12523.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  12524.         }, => 'onKernelException'], -64);
  12525.         $instance->addListener('kernel.request', [=> function () {
  12526.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  12527.         }, => 'onKernelRequest'], 128);
  12528.         $instance->addListener('kernel.response', [=> function () {
  12529.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  12530.         }, => 'onKernelResponse'], -1000);
  12531.         $instance->addListener('kernel.finish_request', [=> function () {
  12532.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  12533.         }, => 'onFinishRequest'], 0);
  12534.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  12535.             return ($this->privates['messenger.retry.send_failed_message_for_retry_listener'] ?? $this->getMessenger_Retry_SendFailedMessageForRetryListenerService());
  12536.         }, => 'onMessageFailed'], 100);
  12537.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  12538.             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()));
  12539.         }, => 'onMessageFailed'], 200);
  12540.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerStartedEvent', [=> function () {
  12541.             return ($this->privates['messenger.listener.stop_worker_on_restart_signal_listener'] ?? $this->getMessenger_Listener_StopWorkerOnRestartSignalListenerService());
  12542.         }, => 'onWorkerStarted'], 0);
  12543.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerRunningEvent', [=> function () {
  12544.             return ($this->privates['messenger.listener.stop_worker_on_restart_signal_listener'] ?? $this->getMessenger_Listener_StopWorkerOnRestartSignalListenerService());
  12545.         }, => 'onWorkerRunning'], 0);
  12546.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  12547.             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()));
  12548.         }, => 'onMessageFailed'], 0);
  12549.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerRunningEvent', [=> function () {
  12550.             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()));
  12551.         }, => 'onWorkerRunning'], 0);
  12552.         $instance->addListener('kernel.response', [=> function () {
  12553.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  12554.         }, => 'onKernelResponse'], -100);
  12555.         $instance->addListener('kernel.exception', [=> function () {
  12556.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  12557.         }, => 'onKernelException'], 0);
  12558.         $instance->addListener('kernel.terminate', [=> function () {
  12559.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  12560.         }, => 'onKernelTerminate'], -1024);
  12561.         $instance->addListener('kernel.controller', [=> function () {
  12562.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  12563.         }, => 'onKernelController'], 0);
  12564.         $instance->addListener('kernel.response', [=> function () {
  12565.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  12566.         }, => 'onKernelResponse'], 0);
  12567.         $instance->addListener('console.command', [=> function () {
  12568.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  12569.         }, => 'onCommand'], 255);
  12570.         $instance->addListener('console.terminate', [=> function () {
  12571.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  12572.         }, => 'onTerminate'], -255);
  12573.         $instance->addListener('kernel.controller', [=> function () {
  12574.             return ($this->privates['sensio_framework_extra.controller.listener'] ?? $this->getSensioFrameworkExtra_Controller_ListenerService());
  12575.         }, => 'onKernelController'], 0);
  12576.         $instance->addListener('kernel.controller', [=> function () {
  12577.             return ($this->privates['sensio_framework_extra.converter.listener'] ?? $this->getSensioFrameworkExtra_Converter_ListenerService());
  12578.         }, => 'onKernelController'], 0);
  12579.         $instance->addListener('kernel.controller', [=> function () {
  12580.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  12581.         }, => 'onKernelController'], -128);
  12582.         $instance->addListener('kernel.view', [=> function () {
  12583.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  12584.         }, => 'onKernelView'], 0);
  12585.         $instance->addListener('kernel.controller', [=> function () {
  12586.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  12587.         }, => 'onKernelController'], 0);
  12588.         $instance->addListener('kernel.response', [=> function () {
  12589.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  12590.         }, => 'onKernelResponse'], 0);
  12591.         $instance->addListener('kernel.controller_arguments', [=> function () {
  12592.             return ($this->privates['framework_extra_bundle.event.is_granted'] ?? $this->getFrameworkExtraBundle_Event_IsGrantedService());
  12593.         }, => 'onKernelControllerArguments'], 0);
  12594.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  12595.             return ($this->privates['twig.mailer.message_listener'] ?? $this->getTwig_Mailer_MessageListenerService());
  12596.         }, => 'onMessage'], 0);
  12597.         $instance->addListener('console.command', [=> function () {
  12598.             return ($this->privates['debug.dump_listener'] ?? $this->getDebug_DumpListenerService());
  12599.         }, => 'configure'], 1024);
  12600.         $instance->addListener('kernel.terminate', [=> function () {
  12601.             return ($this->privates['enqueue.client.default.flush_spool_producer_listener'] ?? $this->getEnqueue_Client_Default_FlushSpoolProducerListenerService());
  12602.         }, => 'flushMessages'], 0);
  12603.         $instance->addListener('console.terminate', [=> function () {
  12604.             return ($this->privates['enqueue.client.default.flush_spool_producer_listener'] ?? $this->getEnqueue_Client_Default_FlushSpoolProducerListenerService());
  12605.         }, => 'flushMessages'], 0);
  12606.         $instance->addListener('kernel.response', [=> function () {
  12607.             return ($this->privates['web_profiler.debug_toolbar'] ?? $this->getWebProfiler_DebugToolbarService());
  12608.         }, => 'onKernelResponse'], -128);
  12609.         return $instance;
  12610.     }
  12611.     /**
  12612.      * Gets the public 'flow.repository' shared service.
  12613.      *
  12614.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  12615.      */
  12616.     protected function getFlow_RepositoryService()
  12617.     {
  12618.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  12619.         if (isset($this->services['flow.repository'])) {
  12620.             return $this->services['flow.repository'];
  12621.         }
  12622.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  12623.         if (isset($this->services['flow.repository'])) {
  12624.             return $this->services['flow.repository'];
  12625.         }
  12626.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  12627.         if (isset($this->services['flow.repository'])) {
  12628.             return $this->services['flow.repository'];
  12629.         }
  12630.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  12631.         if (isset($this->services['flow.repository'])) {
  12632.             return $this->services['flow.repository'];
  12633.         }
  12634.         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())));
  12635.     }
  12636.     /**
  12637.      * Gets the public 'flow_sequence.repository' shared service.
  12638.      *
  12639.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  12640.      */
  12641.     protected function getFlowSequence_RepositoryService()
  12642.     {
  12643.         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())));
  12644.     }
  12645.     /**
  12646.      * Gets the public 'flow_template.repository' shared service.
  12647.      *
  12648.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  12649.      */
  12650.     protected function getFlowTemplate_RepositoryService()
  12651.     {
  12652.         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())));
  12653.     }
  12654.     /**
  12655.      * Gets the public 'framework.filesystem.private' shared service.
  12656.      *
  12657.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  12658.      */
  12659.     protected function getFramework_Filesystem_PrivateService()
  12660.     {
  12661.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  12662.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  12663.         return $this->services['framework.filesystem.private'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.private'] ?? $this->getShopware_Filesystem_PrivateService()), 'plugins/framework');
  12664.     }
  12665.     /**
  12666.      * Gets the public 'framework.filesystem.public' shared service.
  12667.      *
  12668.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  12669.      */
  12670.     protected function getFramework_Filesystem_PublicService()
  12671.     {
  12672.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  12673.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  12674.         return $this->services['framework.filesystem.public'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.public'] ?? $this->getShopware_Filesystem_PublicService()), 'plugins/framework');
  12675.     }
  12676.     /**
  12677.      * Gets the public 'http_kernel' shared service.
  12678.      *
  12679.      * @return \Symfony\Component\HttpKernel\HttpKernel
  12680.      */
  12681.     protected function getHttpKernelService()
  12682.     {
  12683.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  12684.         if (isset($this->services['http_kernel'])) {
  12685.             return $this->services['http_kernel'];
  12686.         }
  12687.         $b = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  12688.         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 () {
  12689.             yield => ($this->privates['debug.Shopware\\Core\\Checkout\\Customer\\CustomerValueResolver'] ?? $this->getCustomerValueResolverService());
  12690.             yield => ($this->privates['debug.Shopware\\Core\\Checkout\\Cart\\CartValueResolver'] ?? $this->getCartValueResolverService());
  12691.             yield => ($this->privates['debug.Shopware\\Core\\Framework\\Routing\\QueryDataBagResolver'] ?? $this->getQueryDataBagResolverService());
  12692.             yield => ($this->privates['debug.Shopware\\Core\\Framework\\Routing\\RequestDataBagResolver'] ?? $this->getRequestDataBagResolverService());
  12693.             yield => ($this->privates['debug.Shopware\\Core\\Framework\\Api\\Context\\ContextValueResolver'] ?? $this->getContextValueResolverService());
  12694.             yield => ($this->privates['debug.Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextValueResolver'] ?? $this->getSalesChannelContextValueResolverService());
  12695.             yield => ($this->privates['debug.argument_resolver.request_attribute'] ?? $this->getDebug_ArgumentResolver_RequestAttributeService());
  12696.             yield => ($this->privates['debug.Shopware\\Core\\Framework\\Api\\Response\\ResponseFactoryInterfaceValueResolver'] ?? $this->getResponseFactoryInterfaceValueResolverService());
  12697.             yield => ($this->privates['debug.argument_resolver.request'] ?? $this->getDebug_ArgumentResolver_RequestService());
  12698.             yield => ($this->privates['debug.argument_resolver.session'] ?? $this->getDebug_ArgumentResolver_SessionService());
  12699.             yield 10 => ($this->privates['debug.Shopware\\Core\\Framework\\Routing\\Annotation\\CriteriaValueResolver'] ?? $this->getCriteriaValueResolverService());
  12700.             yield 11 => ($this->privates['debug.argument_resolver.service'] ?? $this->getDebug_ArgumentResolver_ServiceService());
  12701.             yield 12 => ($this->privates['debug.argument_resolver.default'] ?? $this->getDebug_ArgumentResolver_DefaultService());
  12702.             yield 13 => ($this->privates['debug.argument_resolver.variadic'] ?? $this->getDebug_ArgumentResolver_VariadicService());
  12703.             yield 14 => ($this->privates['debug.argument_resolver.not_tagged_controller'] ?? $this->getDebug_ArgumentResolver_NotTaggedControllerService());
  12704.         }, 15)), $b));
  12705.     }
  12706.     /**
  12707.      * Gets the public 'import_export_file.repository' shared service.
  12708.      *
  12709.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  12710.      */
  12711.     protected function getImportExportFile_RepositoryService()
  12712.     {
  12713.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  12714.         if (isset($this->services['import_export_file.repository'])) {
  12715.             return $this->services['import_export_file.repository'];
  12716.         }
  12717.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  12718.         if (isset($this->services['import_export_file.repository'])) {
  12719.             return $this->services['import_export_file.repository'];
  12720.         }
  12721.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  12722.         if (isset($this->services['import_export_file.repository'])) {
  12723.             return $this->services['import_export_file.repository'];
  12724.         }
  12725.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  12726.         if (isset($this->services['import_export_file.repository'])) {
  12727.             return $this->services['import_export_file.repository'];
  12728.         }
  12729.         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())));
  12730.     }
  12731.     /**
  12732.      * Gets the public 'import_export_log.repository' shared service.
  12733.      *
  12734.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  12735.      */
  12736.     protected function getImportExportLog_RepositoryService()
  12737.     {
  12738.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  12739.         if (isset($this->services['import_export_log.repository'])) {
  12740.             return $this->services['import_export_log.repository'];
  12741.         }
  12742.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  12743.         if (isset($this->services['import_export_log.repository'])) {
  12744.             return $this->services['import_export_log.repository'];
  12745.         }
  12746.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  12747.         if (isset($this->services['import_export_log.repository'])) {
  12748.             return $this->services['import_export_log.repository'];
  12749.         }
  12750.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  12751.         if (isset($this->services['import_export_log.repository'])) {
  12752.             return $this->services['import_export_log.repository'];
  12753.         }
  12754.         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())));
  12755.     }
  12756.     /**
  12757.      * Gets the public 'import_export_profile.repository' shared service.
  12758.      *
  12759.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  12760.      */
  12761.     protected function getImportExportProfile_RepositoryService()
  12762.     {
  12763.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  12764.         if (isset($this->services['import_export_profile.repository'])) {
  12765.             return $this->services['import_export_profile.repository'];
  12766.         }
  12767.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  12768.         if (isset($this->services['import_export_profile.repository'])) {
  12769.             return $this->services['import_export_profile.repository'];
  12770.         }
  12771.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  12772.         if (isset($this->services['import_export_profile.repository'])) {
  12773.             return $this->services['import_export_profile.repository'];
  12774.         }
  12775.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  12776.         if (isset($this->services['import_export_profile.repository'])) {
  12777.             return $this->services['import_export_profile.repository'];
  12778.         }
  12779.         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())));
  12780.     }
  12781.     /**
  12782.      * Gets the public 'import_export_profile_translation.repository' shared service.
  12783.      *
  12784.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  12785.      */
  12786.     protected function getImportExportProfileTranslation_RepositoryService()
  12787.     {
  12788.         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())));
  12789.     }
  12790.     /**
  12791.      * Gets the public 'integration.repository' shared service.
  12792.      *
  12793.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  12794.      */
  12795.     protected function getIntegration_RepositoryService()
  12796.     {
  12797.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  12798.         if (isset($this->services['integration.repository'])) {
  12799.             return $this->services['integration.repository'];
  12800.         }
  12801.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  12802.         if (isset($this->services['integration.repository'])) {
  12803.             return $this->services['integration.repository'];
  12804.         }
  12805.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  12806.         if (isset($this->services['integration.repository'])) {
  12807.             return $this->services['integration.repository'];
  12808.         }
  12809.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  12810.         if (isset($this->services['integration.repository'])) {
  12811.             return $this->services['integration.repository'];
  12812.         }
  12813.         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())));
  12814.     }
  12815.     /**
  12816.      * Gets the public 'integration_role.repository' shared service.
  12817.      *
  12818.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  12819.      */
  12820.     protected function getIntegrationRole_RepositoryService()
  12821.     {
  12822.         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())));
  12823.     }
  12824.     /**
  12825.      * Gets the public 'landing_page.repository' shared service.
  12826.      *
  12827.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  12828.      */
  12829.     protected function getLandingPage_RepositoryService()
  12830.     {
  12831.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  12832.         if (isset($this->services['landing_page.repository'])) {
  12833.             return $this->services['landing_page.repository'];
  12834.         }
  12835.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  12836.         if (isset($this->services['landing_page.repository'])) {
  12837.             return $this->services['landing_page.repository'];
  12838.         }
  12839.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  12840.         if (isset($this->services['landing_page.repository'])) {
  12841.             return $this->services['landing_page.repository'];
  12842.         }
  12843.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  12844.         if (isset($this->services['landing_page.repository'])) {
  12845.             return $this->services['landing_page.repository'];
  12846.         }
  12847.         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())));
  12848.     }
  12849.     /**
  12850.      * Gets the public 'landing_page_sales_channel.repository' shared service.
  12851.      *
  12852.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  12853.      */
  12854.     protected function getLandingPageSalesChannel_RepositoryService()
  12855.     {
  12856.         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())));
  12857.     }
  12858.     /**
  12859.      * Gets the public 'landing_page_tag.repository' shared service.
  12860.      *
  12861.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  12862.      */
  12863.     protected function getLandingPageTag_RepositoryService()
  12864.     {
  12865.         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())));
  12866.     }
  12867.     /**
  12868.      * Gets the public 'landing_page_translation.repository' shared service.
  12869.      *
  12870.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  12871.      */
  12872.     protected function getLandingPageTranslation_RepositoryService()
  12873.     {
  12874.         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())));
  12875.     }
  12876.     /**
  12877.      * Gets the public 'language.repository' shared service.
  12878.      *
  12879.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  12880.      */
  12881.     protected function getLanguage_RepositoryService()
  12882.     {
  12883.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  12884.         if (isset($this->services['language.repository'])) {
  12885.             return $this->services['language.repository'];
  12886.         }
  12887.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  12888.         if (isset($this->services['language.repository'])) {
  12889.             return $this->services['language.repository'];
  12890.         }
  12891.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  12892.         if (isset($this->services['language.repository'])) {
  12893.             return $this->services['language.repository'];
  12894.         }
  12895.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  12896.         if (isset($this->services['language.repository'])) {
  12897.             return $this->services['language.repository'];
  12898.         }
  12899.         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())));
  12900.     }
  12901.     /**
  12902.      * Gets the public 'locale.repository' shared service.
  12903.      *
  12904.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  12905.      */
  12906.     protected function getLocale_RepositoryService()
  12907.     {
  12908.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  12909.         if (isset($this->services['locale.repository'])) {
  12910.             return $this->services['locale.repository'];
  12911.         }
  12912.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  12913.         if (isset($this->services['locale.repository'])) {
  12914.             return $this->services['locale.repository'];
  12915.         }
  12916.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  12917.         if (isset($this->services['locale.repository'])) {
  12918.             return $this->services['locale.repository'];
  12919.         }
  12920.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  12921.         if (isset($this->services['locale.repository'])) {
  12922.             return $this->services['locale.repository'];
  12923.         }
  12924.         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())));
  12925.     }
  12926.     /**
  12927.      * Gets the public 'locale_translation.repository' shared service.
  12928.      *
  12929.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  12930.      */
  12931.     protected function getLocaleTranslation_RepositoryService()
  12932.     {
  12933.         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())));
  12934.     }
  12935.     /**
  12936.      * Gets the public 'log_entry.repository' shared service.
  12937.      *
  12938.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  12939.      */
  12940.     protected function getLogEntry_RepositoryService()
  12941.     {
  12942.         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())));
  12943.     }
  12944.     /**
  12945.      * Gets the public 'mail_header_footer.repository' shared service.
  12946.      *
  12947.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  12948.      */
  12949.     protected function getMailHeaderFooter_RepositoryService()
  12950.     {
  12951.         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())));
  12952.     }
  12953.     /**
  12954.      * Gets the public 'mail_header_footer_translation.repository' shared service.
  12955.      *
  12956.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  12957.      */
  12958.     protected function getMailHeaderFooterTranslation_RepositoryService()
  12959.     {
  12960.         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())));
  12961.     }
  12962.     /**
  12963.      * Gets the public 'mail_template.repository' shared service.
  12964.      *
  12965.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  12966.      */
  12967.     protected function getMailTemplate_RepositoryService()
  12968.     {
  12969.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  12970.         if (isset($this->services['mail_template.repository'])) {
  12971.             return $this->services['mail_template.repository'];
  12972.         }
  12973.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  12974.         if (isset($this->services['mail_template.repository'])) {
  12975.             return $this->services['mail_template.repository'];
  12976.         }
  12977.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  12978.         if (isset($this->services['mail_template.repository'])) {
  12979.             return $this->services['mail_template.repository'];
  12980.         }
  12981.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  12982.         if (isset($this->services['mail_template.repository'])) {
  12983.             return $this->services['mail_template.repository'];
  12984.         }
  12985.         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())));
  12986.     }
  12987.     /**
  12988.      * Gets the public 'mail_template_media.repository' shared service.
  12989.      *
  12990.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  12991.      */
  12992.     protected function getMailTemplateMedia_RepositoryService()
  12993.     {
  12994.         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())));
  12995.     }
  12996.     /**
  12997.      * Gets the public 'mail_template_translation.repository' shared service.
  12998.      *
  12999.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  13000.      */
  13001.     protected function getMailTemplateTranslation_RepositoryService()
  13002.     {
  13003.         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())));
  13004.     }
  13005.     /**
  13006.      * Gets the public 'mail_template_type.repository' shared service.
  13007.      *
  13008.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  13009.      */
  13010.     protected function getMailTemplateType_RepositoryService()
  13011.     {
  13012.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  13013.         if (isset($this->services['mail_template_type.repository'])) {
  13014.             return $this->services['mail_template_type.repository'];
  13015.         }
  13016.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  13017.         if (isset($this->services['mail_template_type.repository'])) {
  13018.             return $this->services['mail_template_type.repository'];
  13019.         }
  13020.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  13021.         if (isset($this->services['mail_template_type.repository'])) {
  13022.             return $this->services['mail_template_type.repository'];
  13023.         }
  13024.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  13025.         if (isset($this->services['mail_template_type.repository'])) {
  13026.             return $this->services['mail_template_type.repository'];
  13027.         }
  13028.         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())));
  13029.     }
  13030.     /**
  13031.      * Gets the public 'mail_template_type_translation.repository' shared service.
  13032.      *
  13033.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  13034.      */
  13035.     protected function getMailTemplateTypeTranslation_RepositoryService()
  13036.     {
  13037.         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())));
  13038.     }
  13039.     /**
  13040.      * Gets the public 'main_category.repository' shared service.
  13041.      *
  13042.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  13043.      */
  13044.     protected function getMainCategory_RepositoryService()
  13045.     {
  13046.         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())));
  13047.     }
  13048.     /**
  13049.      * Gets the public 'maintenance.filesystem.private' shared service.
  13050.      *
  13051.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  13052.      */
  13053.     protected function getMaintenance_Filesystem_PrivateService()
  13054.     {
  13055.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  13056.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  13057.         return $this->services['maintenance.filesystem.private'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.private'] ?? $this->getShopware_Filesystem_PrivateService()), 'plugins/maintenance');
  13058.     }
  13059.     /**
  13060.      * Gets the public 'maintenance.filesystem.public' shared service.
  13061.      *
  13062.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  13063.      */
  13064.     protected function getMaintenance_Filesystem_PublicService()
  13065.     {
  13066.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  13067.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  13068.         return $this->services['maintenance.filesystem.public'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.public'] ?? $this->getShopware_Filesystem_PublicService()), 'plugins/maintenance');
  13069.     }
  13070.     /**
  13071.      * Gets the public 'media.repository' shared service.
  13072.      *
  13073.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  13074.      */
  13075.     protected function getMedia_RepositoryService()
  13076.     {
  13077.         $a = ($this->privates['Shopware\\Core\\Content\\Media\\DataAbstractionLayer\\MediaRepositoryDecorator'] ?? $this->getMediaRepositoryDecoratorService());
  13078.         if (isset($this->services['media.repository'])) {
  13079.             return $this->services['media.repository'];
  13080.         }
  13081.         return $this->services['media.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator($a);
  13082.     }
  13083.     /**
  13084.      * Gets the public 'media_default_folder.repository' shared service.
  13085.      *
  13086.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  13087.      */
  13088.     protected function getMediaDefaultFolder_RepositoryService()
  13089.     {
  13090.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  13091.         if (isset($this->services['media_default_folder.repository'])) {
  13092.             return $this->services['media_default_folder.repository'];
  13093.         }
  13094.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  13095.         if (isset($this->services['media_default_folder.repository'])) {
  13096.             return $this->services['media_default_folder.repository'];
  13097.         }
  13098.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  13099.         if (isset($this->services['media_default_folder.repository'])) {
  13100.             return $this->services['media_default_folder.repository'];
  13101.         }
  13102.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  13103.         if (isset($this->services['media_default_folder.repository'])) {
  13104.             return $this->services['media_default_folder.repository'];
  13105.         }
  13106.         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())));
  13107.     }
  13108.     /**
  13109.      * Gets the public 'media_folder.repository' shared service.
  13110.      *
  13111.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  13112.      */
  13113.     protected function getMediaFolder_RepositoryService()
  13114.     {
  13115.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/DataAbstractionLayer/MediaFolderRepositoryDecorator.php';
  13116.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  13117.         if (isset($this->services['media_folder.repository'])) {
  13118.             return $this->services['media_folder.repository'];
  13119.         }
  13120.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  13121.         if (isset($this->services['media_folder.repository'])) {
  13122.             return $this->services['media_folder.repository'];
  13123.         }
  13124.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  13125.         if (isset($this->services['media_folder.repository'])) {
  13126.             return $this->services['media_folder.repository'];
  13127.         }
  13128.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  13129.         if (isset($this->services['media_folder.repository'])) {
  13130.             return $this->services['media_folder.repository'];
  13131.         }
  13132.         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()))));
  13133.     }
  13134.     /**
  13135.      * Gets the public 'media_folder_configuration.repository' shared service.
  13136.      *
  13137.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  13138.      */
  13139.     protected function getMediaFolderConfiguration_RepositoryService()
  13140.     {
  13141.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  13142.         if (isset($this->services['media_folder_configuration.repository'])) {
  13143.             return $this->services['media_folder_configuration.repository'];
  13144.         }
  13145.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  13146.         if (isset($this->services['media_folder_configuration.repository'])) {
  13147.             return $this->services['media_folder_configuration.repository'];
  13148.         }
  13149.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  13150.         if (isset($this->services['media_folder_configuration.repository'])) {
  13151.             return $this->services['media_folder_configuration.repository'];
  13152.         }
  13153.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  13154.         if (isset($this->services['media_folder_configuration.repository'])) {
  13155.             return $this->services['media_folder_configuration.repository'];
  13156.         }
  13157.         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())));
  13158.     }
  13159.     /**
  13160.      * Gets the public 'media_folder_configuration_media_thumbnail_size.repository' shared service.
  13161.      *
  13162.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  13163.      */
  13164.     protected function getMediaFolderConfigurationMediaThumbnailSize_RepositoryService()
  13165.     {
  13166.         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())));
  13167.     }
  13168.     /**
  13169.      * Gets the public 'media_tag.repository' shared service.
  13170.      *
  13171.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  13172.      */
  13173.     protected function getMediaTag_RepositoryService()
  13174.     {
  13175.         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())));
  13176.     }
  13177.     /**
  13178.      * Gets the public 'media_thumbnail.repository' shared service.
  13179.      *
  13180.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  13181.      */
  13182.     protected function getMediaThumbnail_RepositoryService()
  13183.     {
  13184.         $a = ($this->privates['Shopware\\Core\\Content\\Media\\DataAbstractionLayer\\MediaThumbnailRepositoryDecorator'] ?? $this->getMediaThumbnailRepositoryDecoratorService());
  13185.         if (isset($this->services['media_thumbnail.repository'])) {
  13186.             return $this->services['media_thumbnail.repository'];
  13187.         }
  13188.         return $this->services['media_thumbnail.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator($a);
  13189.     }
  13190.     /**
  13191.      * Gets the public 'media_thumbnail_size.repository' shared service.
  13192.      *
  13193.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  13194.      */
  13195.     protected function getMediaThumbnailSize_RepositoryService()
  13196.     {
  13197.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  13198.         if (isset($this->services['media_thumbnail_size.repository'])) {
  13199.             return $this->services['media_thumbnail_size.repository'];
  13200.         }
  13201.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  13202.         if (isset($this->services['media_thumbnail_size.repository'])) {
  13203.             return $this->services['media_thumbnail_size.repository'];
  13204.         }
  13205.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  13206.         if (isset($this->services['media_thumbnail_size.repository'])) {
  13207.             return $this->services['media_thumbnail_size.repository'];
  13208.         }
  13209.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  13210.         if (isset($this->services['media_thumbnail_size.repository'])) {
  13211.             return $this->services['media_thumbnail_size.repository'];
  13212.         }
  13213.         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())));
  13214.     }
  13215.     /**
  13216.      * Gets the public 'media_translation.repository' shared service.
  13217.      *
  13218.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  13219.      */
  13220.     protected function getMediaTranslation_RepositoryService()
  13221.     {
  13222.         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())));
  13223.     }
  13224.     /**
  13225.      * Gets the public 'message_queue_stats.repository' shared service.
  13226.      *
  13227.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  13228.      */
  13229.     protected function getMessageQueueStats_RepositoryService()
  13230.     {
  13231.         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())));
  13232.     }
  13233.     /**
  13234.      * Gets the public 'messenger.default_bus' shared service.
  13235.      *
  13236.      * @return \Symfony\Component\Messenger\TraceableMessageBus
  13237.      */
  13238.     protected function getMessenger_DefaultBusService()
  13239.     {
  13240.         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 () {
  13241.             yield => ($this->privates['messenger.bus.shopware.middleware.traceable'] ?? $this->getMessenger_Bus_Shopware_Middleware_TraceableService());
  13242.             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')));
  13243.             yield => ($this->privates['messenger.middleware.reject_redelivered_message_middleware'] ?? ($this->privates['messenger.middleware.reject_redelivered_message_middleware'] = new \Symfony\Component\Messenger\Middleware\RejectRedeliveredMessageMiddleware()));
  13244.             yield => ($this->privates['messenger.middleware.dispatch_after_current_bus'] ?? ($this->privates['messenger.middleware.dispatch_after_current_bus'] = new \Symfony\Component\Messenger\Middleware\DispatchAfterCurrentBusMiddleware()));
  13245.             yield => ($this->privates['messenger.middleware.failed_message_processing_middleware'] ?? ($this->privates['messenger.middleware.failed_message_processing_middleware'] = new \Symfony\Component\Messenger\Middleware\FailedMessageProcessingMiddleware()));
  13246.             yield => ($this->privates['Shopware\\Core\\Framework\\MessageQueue\\Middleware\\RetryMiddleware'] ?? $this->getRetryMiddlewareService());
  13247.             yield => ($this->privates['messenger.middleware.send_message'] ?? $this->getMessenger_Middleware_SendMessageService());
  13248.             yield => ($this->privates['messenger.bus.shopware.middleware.handle_message'] ?? $this->getMessenger_Bus_Shopware_Middleware_HandleMessageService());
  13249.         }, 8)), 'default', ($this->services['shopware.increment.gateway.registry'] ?? $this->getShopware_Increment_Gateway_RegistryService())));
  13250.     }
  13251.     /**
  13252.      * Gets the public 'monolog.logger.business_events' shared service.
  13253.      *
  13254.      * @return \Symfony\Bridge\Monolog\Logger
  13255.      */
  13256.     protected function getMonolog_Logger_BusinessEventsService()
  13257.     {
  13258.         $this->services['monolog.logger.business_events'] = $instance = new \Symfony\Bridge\Monolog\Logger('business_events');
  13259.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  13260.         $instance->pushHandler(($this->privates['monolog.handler.business_event_handler_buffer'] ?? $this->getMonolog_Handler_BusinessEventHandlerBufferService()));
  13261.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  13262.         $instance->pushHandler(($this->privates['Shopware\\Core\\Framework\\Log\\Monolog\\ExcludeFlowEventHandler'] ?? $this->getExcludeFlowEventHandlerService()));
  13263.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  13264.         return $instance;
  13265.     }
  13266.     /**
  13267.      * Gets the public 'newsletter_recipient.repository' shared service.
  13268.      *
  13269.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  13270.      */
  13271.     protected function getNewsletterRecipient_RepositoryService()
  13272.     {
  13273.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  13274.         if (isset($this->services['newsletter_recipient.repository'])) {
  13275.             return $this->services['newsletter_recipient.repository'];
  13276.         }
  13277.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  13278.         if (isset($this->services['newsletter_recipient.repository'])) {
  13279.             return $this->services['newsletter_recipient.repository'];
  13280.         }
  13281.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  13282.         if (isset($this->services['newsletter_recipient.repository'])) {
  13283.             return $this->services['newsletter_recipient.repository'];
  13284.         }
  13285.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  13286.         if (isset($this->services['newsletter_recipient.repository'])) {
  13287.             return $this->services['newsletter_recipient.repository'];
  13288.         }
  13289.         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())));
  13290.     }
  13291.     /**
  13292.      * Gets the public 'newsletter_recipient_tag.repository' shared service.
  13293.      *
  13294.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  13295.      */
  13296.     protected function getNewsletterRecipientTag_RepositoryService()
  13297.     {
  13298.         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())));
  13299.     }
  13300.     /**
  13301.      * Gets the public 'notification.repository' shared service.
  13302.      *
  13303.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  13304.      */
  13305.     protected function getNotification_RepositoryService()
  13306.     {
  13307.         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())));
  13308.     }
  13309.     /**
  13310.      * Gets the public 'number_range.repository' shared service.
  13311.      *
  13312.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  13313.      */
  13314.     protected function getNumberRange_RepositoryService()
  13315.     {
  13316.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  13317.         if (isset($this->services['number_range.repository'])) {
  13318.             return $this->services['number_range.repository'];
  13319.         }
  13320.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  13321.         if (isset($this->services['number_range.repository'])) {
  13322.             return $this->services['number_range.repository'];
  13323.         }
  13324.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  13325.         if (isset($this->services['number_range.repository'])) {
  13326.             return $this->services['number_range.repository'];
  13327.         }
  13328.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  13329.         if (isset($this->services['number_range.repository'])) {
  13330.             return $this->services['number_range.repository'];
  13331.         }
  13332.         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())));
  13333.     }
  13334.     /**
  13335.      * Gets the public 'number_range_sales_channel.repository' shared service.
  13336.      *
  13337.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  13338.      */
  13339.     protected function getNumberRangeSalesChannel_RepositoryService()
  13340.     {
  13341.         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())));
  13342.     }
  13343.     /**
  13344.      * Gets the public 'number_range_state.repository' shared service.
  13345.      *
  13346.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  13347.      */
  13348.     protected function getNumberRangeState_RepositoryService()
  13349.     {
  13350.         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())));
  13351.     }
  13352.     /**
  13353.      * Gets the public 'number_range_translation.repository' shared service.
  13354.      *
  13355.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  13356.      */
  13357.     protected function getNumberRangeTranslation_RepositoryService()
  13358.     {
  13359.         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())));
  13360.     }
  13361.     /**
  13362.      * Gets the public 'number_range_type.repository' shared service.
  13363.      *
  13364.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  13365.      */
  13366.     protected function getNumberRangeType_RepositoryService()
  13367.     {
  13368.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  13369.         if (isset($this->services['number_range_type.repository'])) {
  13370.             return $this->services['number_range_type.repository'];
  13371.         }
  13372.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  13373.         if (isset($this->services['number_range_type.repository'])) {
  13374.             return $this->services['number_range_type.repository'];
  13375.         }
  13376.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  13377.         if (isset($this->services['number_range_type.repository'])) {
  13378.             return $this->services['number_range_type.repository'];
  13379.         }
  13380.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  13381.         if (isset($this->services['number_range_type.repository'])) {
  13382.             return $this->services['number_range_type.repository'];
  13383.         }
  13384.         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())));
  13385.     }
  13386.     /**
  13387.      * Gets the public 'number_range_type_translation.repository' shared service.
  13388.      *
  13389.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  13390.      */
  13391.     protected function getNumberRangeTypeTranslation_RepositoryService()
  13392.     {
  13393.         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())));
  13394.     }
  13395.     /**
  13396.      * Gets the public 'order.repository' shared service.
  13397.      *
  13398.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  13399.      */
  13400.     protected function getOrder_RepositoryService()
  13401.     {
  13402.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  13403.         if (isset($this->services['order.repository'])) {
  13404.             return $this->services['order.repository'];
  13405.         }
  13406.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  13407.         if (isset($this->services['order.repository'])) {
  13408.             return $this->services['order.repository'];
  13409.         }
  13410.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  13411.         if (isset($this->services['order.repository'])) {
  13412.             return $this->services['order.repository'];
  13413.         }
  13414.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  13415.         if (isset($this->services['order.repository'])) {
  13416.             return $this->services['order.repository'];
  13417.         }
  13418.         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())));
  13419.     }
  13420.     /**
  13421.      * Gets the public 'order_address.repository' shared service.
  13422.      *
  13423.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  13424.      */
  13425.     protected function getOrderAddress_RepositoryService()
  13426.     {
  13427.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  13428.         if (isset($this->services['order_address.repository'])) {
  13429.             return $this->services['order_address.repository'];
  13430.         }
  13431.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  13432.         if (isset($this->services['order_address.repository'])) {
  13433.             return $this->services['order_address.repository'];
  13434.         }
  13435.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  13436.         if (isset($this->services['order_address.repository'])) {
  13437.             return $this->services['order_address.repository'];
  13438.         }
  13439.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  13440.         if (isset($this->services['order_address.repository'])) {
  13441.             return $this->services['order_address.repository'];
  13442.         }
  13443.         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())));
  13444.     }
  13445.     /**
  13446.      * Gets the public 'order_customer.repository' shared service.
  13447.      *
  13448.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  13449.      */
  13450.     protected function getOrderCustomer_RepositoryService()
  13451.     {
  13452.         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())));
  13453.     }
  13454.     /**
  13455.      * Gets the public 'order_delivery.repository' shared service.
  13456.      *
  13457.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  13458.      */
  13459.     protected function getOrderDelivery_RepositoryService()
  13460.     {
  13461.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  13462.         if (isset($this->services['order_delivery.repository'])) {
  13463.             return $this->services['order_delivery.repository'];
  13464.         }
  13465.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  13466.         if (isset($this->services['order_delivery.repository'])) {
  13467.             return $this->services['order_delivery.repository'];
  13468.         }
  13469.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  13470.         if (isset($this->services['order_delivery.repository'])) {
  13471.             return $this->services['order_delivery.repository'];
  13472.         }
  13473.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  13474.         if (isset($this->services['order_delivery.repository'])) {
  13475.             return $this->services['order_delivery.repository'];
  13476.         }
  13477.         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())));
  13478.     }
  13479.     /**
  13480.      * Gets the public 'order_delivery_position.repository' shared service.
  13481.      *
  13482.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  13483.      */
  13484.     protected function getOrderDeliveryPosition_RepositoryService()
  13485.     {
  13486.         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())));
  13487.     }
  13488.     /**
  13489.      * Gets the public 'order_line_item.repository' shared service.
  13490.      *
  13491.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  13492.      */
  13493.     protected function getOrderLineItem_RepositoryService()
  13494.     {
  13495.         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()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  13496.     }
  13497.     /**
  13498.      * Gets the public 'order_line_item_download.repository' shared service.
  13499.      *
  13500.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  13501.      */
  13502.     protected function getOrderLineItemDownload_RepositoryService()
  13503.     {
  13504.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  13505.         if (isset($this->services['order_line_item_download.repository'])) {
  13506.             return $this->services['order_line_item_download.repository'];
  13507.         }
  13508.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  13509.         if (isset($this->services['order_line_item_download.repository'])) {
  13510.             return $this->services['order_line_item_download.repository'];
  13511.         }
  13512.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  13513.         if (isset($this->services['order_line_item_download.repository'])) {
  13514.             return $this->services['order_line_item_download.repository'];
  13515.         }
  13516.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  13517.         if (isset($this->services['order_line_item_download.repository'])) {
  13518.             return $this->services['order_line_item_download.repository'];
  13519.         }
  13520.         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())));
  13521.     }
  13522.     /**
  13523.      * Gets the public 'order_tag.repository' shared service.
  13524.      *
  13525.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  13526.      */
  13527.     protected function getOrderTag_RepositoryService()
  13528.     {
  13529.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  13530.         if (isset($this->services['order_tag.repository'])) {
  13531.             return $this->services['order_tag.repository'];
  13532.         }
  13533.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  13534.         if (isset($this->services['order_tag.repository'])) {
  13535.             return $this->services['order_tag.repository'];
  13536.         }
  13537.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  13538.         if (isset($this->services['order_tag.repository'])) {
  13539.             return $this->services['order_tag.repository'];
  13540.         }
  13541.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  13542.         if (isset($this->services['order_tag.repository'])) {
  13543.             return $this->services['order_tag.repository'];
  13544.         }
  13545.         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())));
  13546.     }
  13547.     /**
  13548.      * Gets the public 'order_transaction.repository' shared service.
  13549.      *
  13550.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  13551.      */
  13552.     protected function getOrderTransaction_RepositoryService()
  13553.     {
  13554.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  13555.         if (isset($this->services['order_transaction.repository'])) {
  13556.             return $this->services['order_transaction.repository'];
  13557.         }
  13558.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  13559.         if (isset($this->services['order_transaction.repository'])) {
  13560.             return $this->services['order_transaction.repository'];
  13561.         }
  13562.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  13563.         if (isset($this->services['order_transaction.repository'])) {
  13564.             return $this->services['order_transaction.repository'];
  13565.         }
  13566.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  13567.         if (isset($this->services['order_transaction.repository'])) {
  13568.             return $this->services['order_transaction.repository'];
  13569.         }
  13570.         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())));
  13571.     }
  13572.     /**
  13573.      * Gets the public 'order_transaction_capture.repository' shared service.
  13574.      *
  13575.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  13576.      */
  13577.     protected function getOrderTransactionCapture_RepositoryService()
  13578.     {
  13579.         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())));
  13580.     }
  13581.     /**
  13582.      * Gets the public 'order_transaction_capture_refund.repository' shared service.
  13583.      *
  13584.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  13585.      */
  13586.     protected function getOrderTransactionCaptureRefund_RepositoryService()
  13587.     {
  13588.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  13589.         if (isset($this->services['order_transaction_capture_refund.repository'])) {
  13590.             return $this->services['order_transaction_capture_refund.repository'];
  13591.         }
  13592.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  13593.         if (isset($this->services['order_transaction_capture_refund.repository'])) {
  13594.             return $this->services['order_transaction_capture_refund.repository'];
  13595.         }
  13596.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  13597.         if (isset($this->services['order_transaction_capture_refund.repository'])) {
  13598.             return $this->services['order_transaction_capture_refund.repository'];
  13599.         }
  13600.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  13601.         if (isset($this->services['order_transaction_capture_refund.repository'])) {
  13602.             return $this->services['order_transaction_capture_refund.repository'];
  13603.         }
  13604.         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())));
  13605.     }
  13606.     /**
  13607.      * Gets the public 'order_transaction_capture_refund_position.repository' shared service.
  13608.      *
  13609.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  13610.      */
  13611.     protected function getOrderTransactionCaptureRefundPosition_RepositoryService()
  13612.     {
  13613.         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())));
  13614.     }
  13615.     /**
  13616.      * Gets the public 'payment_method.repository' shared service.
  13617.      *
  13618.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  13619.      */
  13620.     protected function getPaymentMethod_RepositoryService()
  13621.     {
  13622.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  13623.         if (isset($this->services['payment_method.repository'])) {
  13624.             return $this->services['payment_method.repository'];
  13625.         }
  13626.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  13627.         if (isset($this->services['payment_method.repository'])) {
  13628.             return $this->services['payment_method.repository'];
  13629.         }
  13630.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  13631.         if (isset($this->services['payment_method.repository'])) {
  13632.             return $this->services['payment_method.repository'];
  13633.         }
  13634.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  13635.         if (isset($this->services['payment_method.repository'])) {
  13636.             return $this->services['payment_method.repository'];
  13637.         }
  13638.         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()))));
  13639.     }
  13640.     /**
  13641.      * Gets the public 'payment_method_translation.repository' shared service.
  13642.      *
  13643.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  13644.      */
  13645.     protected function getPaymentMethodTranslation_RepositoryService()
  13646.     {
  13647.         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())));
  13648.     }
  13649.     /**
  13650.      * Gets the public 'plugin.repository' shared service.
  13651.      *
  13652.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  13653.      */
  13654.     protected function getPlugin_RepositoryService()
  13655.     {
  13656.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  13657.         if (isset($this->services['plugin.repository'])) {
  13658.             return $this->services['plugin.repository'];
  13659.         }
  13660.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  13661.         if (isset($this->services['plugin.repository'])) {
  13662.             return $this->services['plugin.repository'];
  13663.         }
  13664.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  13665.         if (isset($this->services['plugin.repository'])) {
  13666.             return $this->services['plugin.repository'];
  13667.         }
  13668.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  13669.         if (isset($this->services['plugin.repository'])) {
  13670.             return $this->services['plugin.repository'];
  13671.         }
  13672.         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())));
  13673.     }
  13674.     /**
  13675.      * Gets the public 'plugin_translation.repository' shared service.
  13676.      *
  13677.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  13678.      */
  13679.     protected function getPluginTranslation_RepositoryService()
  13680.     {
  13681.         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())));
  13682.     }
  13683.     /**
  13684.      * Gets the public 'product.repository' shared service.
  13685.      *
  13686.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  13687.      */
  13688.     protected function getProduct_RepositoryService()
  13689.     {
  13690.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  13691.         if (isset($this->services['product.repository'])) {
  13692.             return $this->services['product.repository'];
  13693.         }
  13694.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  13695.         if (isset($this->services['product.repository'])) {
  13696.             return $this->services['product.repository'];
  13697.         }
  13698.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  13699.         if (isset($this->services['product.repository'])) {
  13700.             return $this->services['product.repository'];
  13701.         }
  13702.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  13703.         if (isset($this->services['product.repository'])) {
  13704.             return $this->services['product.repository'];
  13705.         }
  13706.         $e = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService());
  13707.         $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);
  13708.         $f->setEntityLoadedEventFactory($e);
  13709.         return $this->services['product.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator($f);
  13710.     }
  13711.     /**
  13712.      * Gets the public 'product_category.repository' shared service.
  13713.      *
  13714.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  13715.      */
  13716.     protected function getProductCategory_RepositoryService()
  13717.     {
  13718.         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())));
  13719.     }
  13720.     /**
  13721.      * Gets the public 'product_category_tree.repository' shared service.
  13722.      *
  13723.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  13724.      */
  13725.     protected function getProductCategoryTree_RepositoryService()
  13726.     {
  13727.         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())));
  13728.     }
  13729.     /**
  13730.      * Gets the public 'product_configurator_setting.repository' shared service.
  13731.      *
  13732.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  13733.      */
  13734.     protected function getProductConfiguratorSetting_RepositoryService()
  13735.     {
  13736.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  13737.         if (isset($this->services['product_configurator_setting.repository'])) {
  13738.             return $this->services['product_configurator_setting.repository'];
  13739.         }
  13740.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  13741.         if (isset($this->services['product_configurator_setting.repository'])) {
  13742.             return $this->services['product_configurator_setting.repository'];
  13743.         }
  13744.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  13745.         if (isset($this->services['product_configurator_setting.repository'])) {
  13746.             return $this->services['product_configurator_setting.repository'];
  13747.         }
  13748.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  13749.         if (isset($this->services['product_configurator_setting.repository'])) {
  13750.             return $this->services['product_configurator_setting.repository'];
  13751.         }
  13752.         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())));
  13753.     }
  13754.     /**
  13755.      * Gets the public 'product_cross_selling.repository' shared service.
  13756.      *
  13757.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  13758.      */
  13759.     protected function getProductCrossSelling_RepositoryService()
  13760.     {
  13761.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  13762.         if (isset($this->services['product_cross_selling.repository'])) {
  13763.             return $this->services['product_cross_selling.repository'];
  13764.         }
  13765.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  13766.         if (isset($this->services['product_cross_selling.repository'])) {
  13767.             return $this->services['product_cross_selling.repository'];
  13768.         }
  13769.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  13770.         if (isset($this->services['product_cross_selling.repository'])) {
  13771.             return $this->services['product_cross_selling.repository'];
  13772.         }
  13773.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  13774.         if (isset($this->services['product_cross_selling.repository'])) {
  13775.             return $this->services['product_cross_selling.repository'];
  13776.         }
  13777.         return $this->services['product_cross_selling.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductCrossSelling\\ProductCrossSellingDefinition'] ?? $this->getProductCrossSellingDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), $a$b$c$d, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  13778.     }
  13779.     /**
  13780.      * Gets the public 'product_cross_selling_assigned_products.repository' shared service.
  13781.      *
  13782.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  13783.      */
  13784.     protected function getProductCrossSellingAssignedProducts_RepositoryService()
  13785.     {
  13786.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  13787.         if (isset($this->services['product_cross_selling_assigned_products.repository'])) {
  13788.             return $this->services['product_cross_selling_assigned_products.repository'];
  13789.         }
  13790.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  13791.         if (isset($this->services['product_cross_selling_assigned_products.repository'])) {
  13792.             return $this->services['product_cross_selling_assigned_products.repository'];
  13793.         }
  13794.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  13795.         if (isset($this->services['product_cross_selling_assigned_products.repository'])) {
  13796.             return $this->services['product_cross_selling_assigned_products.repository'];
  13797.         }
  13798.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  13799.         if (isset($this->services['product_cross_selling_assigned_products.repository'])) {
  13800.             return $this->services['product_cross_selling_assigned_products.repository'];
  13801.         }
  13802.         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())));
  13803.     }
  13804.     /**
  13805.      * Gets the public 'product_cross_selling_translation.repository' shared service.
  13806.      *
  13807.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  13808.      */
  13809.     protected function getProductCrossSellingTranslation_RepositoryService()
  13810.     {
  13811.         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())));
  13812.     }
  13813.     /**
  13814.      * Gets the public 'product_custom_field_set.repository' shared service.
  13815.      *
  13816.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  13817.      */
  13818.     protected function getProductCustomFieldSet_RepositoryService()
  13819.     {
  13820.         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())));
  13821.     }
  13822.     /**
  13823.      * Gets the public 'product_download.repository' shared service.
  13824.      *
  13825.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  13826.      */
  13827.     protected function getProductDownload_RepositoryService()
  13828.     {
  13829.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  13830.         if (isset($this->services['product_download.repository'])) {
  13831.             return $this->services['product_download.repository'];
  13832.         }
  13833.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  13834.         if (isset($this->services['product_download.repository'])) {
  13835.             return $this->services['product_download.repository'];
  13836.         }
  13837.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  13838.         if (isset($this->services['product_download.repository'])) {
  13839.             return $this->services['product_download.repository'];
  13840.         }
  13841.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  13842.         if (isset($this->services['product_download.repository'])) {
  13843.             return $this->services['product_download.repository'];
  13844.         }
  13845.         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())));
  13846.     }
  13847.     /**
  13848.      * Gets the public 'product_export.repository' shared service.
  13849.      *
  13850.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  13851.      */
  13852.     protected function getProductExport_RepositoryService()
  13853.     {
  13854.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  13855.         if (isset($this->services['product_export.repository'])) {
  13856.             return $this->services['product_export.repository'];
  13857.         }
  13858.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  13859.         if (isset($this->services['product_export.repository'])) {
  13860.             return $this->services['product_export.repository'];
  13861.         }
  13862.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  13863.         if (isset($this->services['product_export.repository'])) {
  13864.             return $this->services['product_export.repository'];
  13865.         }
  13866.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  13867.         if (isset($this->services['product_export.repository'])) {
  13868.             return $this->services['product_export.repository'];
  13869.         }
  13870.         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())));
  13871.     }
  13872.     /**
  13873.      * Gets the public 'product_feature_set.repository' shared service.
  13874.      *
  13875.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  13876.      */
  13877.     protected function getProductFeatureSet_RepositoryService()
  13878.     {
  13879.         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())));
  13880.     }
  13881.     /**
  13882.      * Gets the public 'product_feature_set_translation.repository' shared service.
  13883.      *
  13884.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  13885.      */
  13886.     protected function getProductFeatureSetTranslation_RepositoryService()
  13887.     {
  13888.         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())));
  13889.     }
  13890.     /**
  13891.      * Gets the public 'product_keyword_dictionary.repository' shared service.
  13892.      *
  13893.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  13894.      */
  13895.     protected function getProductKeywordDictionary_RepositoryService()
  13896.     {
  13897.         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())));
  13898.     }
  13899.     /**
  13900.      * Gets the public 'product_manufacturer.repository' shared service.
  13901.      *
  13902.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  13903.      */
  13904.     protected function getProductManufacturer_RepositoryService()
  13905.     {
  13906.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  13907.         if (isset($this->services['product_manufacturer.repository'])) {
  13908.             return $this->services['product_manufacturer.repository'];
  13909.         }
  13910.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  13911.         if (isset($this->services['product_manufacturer.repository'])) {
  13912.             return $this->services['product_manufacturer.repository'];
  13913.         }
  13914.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  13915.         if (isset($this->services['product_manufacturer.repository'])) {
  13916.             return $this->services['product_manufacturer.repository'];
  13917.         }
  13918.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  13919.         if (isset($this->services['product_manufacturer.repository'])) {
  13920.             return $this->services['product_manufacturer.repository'];
  13921.         }
  13922.         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())));
  13923.     }
  13924.     /**
  13925.      * Gets the public 'product_manufacturer_translation.repository' shared service.
  13926.      *
  13927.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  13928.      */
  13929.     protected function getProductManufacturerTranslation_RepositoryService()
  13930.     {
  13931.         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())));
  13932.     }
  13933.     /**
  13934.      * Gets the public 'product_media.repository' shared service.
  13935.      *
  13936.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  13937.      */
  13938.     protected function getProductMedia_RepositoryService()
  13939.     {
  13940.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  13941.         if (isset($this->services['product_media.repository'])) {
  13942.             return $this->services['product_media.repository'];
  13943.         }
  13944.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  13945.         if (isset($this->services['product_media.repository'])) {
  13946.             return $this->services['product_media.repository'];
  13947.         }
  13948.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  13949.         if (isset($this->services['product_media.repository'])) {
  13950.             return $this->services['product_media.repository'];
  13951.         }
  13952.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  13953.         if (isset($this->services['product_media.repository'])) {
  13954.             return $this->services['product_media.repository'];
  13955.         }
  13956.         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())));
  13957.     }
  13958.     /**
  13959.      * Gets the public 'product_option.repository' shared service.
  13960.      *
  13961.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  13962.      */
  13963.     protected function getProductOption_RepositoryService()
  13964.     {
  13965.         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())));
  13966.     }
  13967.     /**
  13968.      * Gets the public 'product_price.repository' shared service.
  13969.      *
  13970.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  13971.      */
  13972.     protected function getProductPrice_RepositoryService()
  13973.     {
  13974.         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())));
  13975.     }
  13976.     /**
  13977.      * Gets the public 'product_property.repository' shared service.
  13978.      *
  13979.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  13980.      */
  13981.     protected function getProductProperty_RepositoryService()
  13982.     {
  13983.         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())));
  13984.     }
  13985.     /**
  13986.      * Gets the public 'product_review.repository' shared service.
  13987.      *
  13988.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  13989.      */
  13990.     protected function getProductReview_RepositoryService()
  13991.     {
  13992.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  13993.         if (isset($this->services['product_review.repository'])) {
  13994.             return $this->services['product_review.repository'];
  13995.         }
  13996.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  13997.         if (isset($this->services['product_review.repository'])) {
  13998.             return $this->services['product_review.repository'];
  13999.         }
  14000.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  14001.         if (isset($this->services['product_review.repository'])) {
  14002.             return $this->services['product_review.repository'];
  14003.         }
  14004.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  14005.         if (isset($this->services['product_review.repository'])) {
  14006.             return $this->services['product_review.repository'];
  14007.         }
  14008.         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())));
  14009.     }
  14010.     /**
  14011.      * Gets the public 'product_search_config.repository' shared service.
  14012.      *
  14013.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  14014.      */
  14015.     protected function getProductSearchConfig_RepositoryService()
  14016.     {
  14017.         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())));
  14018.     }
  14019.     /**
  14020.      * Gets the public 'product_search_config_field.repository' shared service.
  14021.      *
  14022.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  14023.      */
  14024.     protected function getProductSearchConfigField_RepositoryService()
  14025.     {
  14026.         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())));
  14027.     }
  14028.     /**
  14029.      * Gets the public 'product_search_keyword.repository' shared service.
  14030.      *
  14031.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  14032.      */
  14033.     protected function getProductSearchKeyword_RepositoryService()
  14034.     {
  14035.         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())));
  14036.     }
  14037.     /**
  14038.      * Gets the public 'product_sorting.repository' shared service.
  14039.      *
  14040.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  14041.      */
  14042.     protected function getProductSorting_RepositoryService()
  14043.     {
  14044.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  14045.         if (isset($this->services['product_sorting.repository'])) {
  14046.             return $this->services['product_sorting.repository'];
  14047.         }
  14048.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  14049.         if (isset($this->services['product_sorting.repository'])) {
  14050.             return $this->services['product_sorting.repository'];
  14051.         }
  14052.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  14053.         if (isset($this->services['product_sorting.repository'])) {
  14054.             return $this->services['product_sorting.repository'];
  14055.         }
  14056.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  14057.         if (isset($this->services['product_sorting.repository'])) {
  14058.             return $this->services['product_sorting.repository'];
  14059.         }
  14060.         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())));
  14061.     }
  14062.     /**
  14063.      * Gets the public 'product_sorting_translation.repository' shared service.
  14064.      *
  14065.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  14066.      */
  14067.     protected function getProductSortingTranslation_RepositoryService()
  14068.     {
  14069.         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())));
  14070.     }
  14071.     /**
  14072.      * Gets the public 'product_stream.repository' shared service.
  14073.      *
  14074.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  14075.      */
  14076.     protected function getProductStream_RepositoryService()
  14077.     {
  14078.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  14079.         if (isset($this->services['product_stream.repository'])) {
  14080.             return $this->services['product_stream.repository'];
  14081.         }
  14082.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  14083.         if (isset($this->services['product_stream.repository'])) {
  14084.             return $this->services['product_stream.repository'];
  14085.         }
  14086.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  14087.         if (isset($this->services['product_stream.repository'])) {
  14088.             return $this->services['product_stream.repository'];
  14089.         }
  14090.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  14091.         if (isset($this->services['product_stream.repository'])) {
  14092.             return $this->services['product_stream.repository'];
  14093.         }
  14094.         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())));
  14095.     }
  14096.     /**
  14097.      * Gets the public 'product_stream_filter.repository' shared service.
  14098.      *
  14099.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  14100.      */
  14101.     protected function getProductStreamFilter_RepositoryService()
  14102.     {
  14103.         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())));
  14104.     }
  14105.     /**
  14106.      * Gets the public 'product_stream_mapping.repository' shared service.
  14107.      *
  14108.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  14109.      */
  14110.     protected function getProductStreamMapping_RepositoryService()
  14111.     {
  14112.         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())));
  14113.     }
  14114.     /**
  14115.      * Gets the public 'product_stream_translation.repository' shared service.
  14116.      *
  14117.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  14118.      */
  14119.     protected function getProductStreamTranslation_RepositoryService()
  14120.     {
  14121.         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())));
  14122.     }
  14123.     /**
  14124.      * Gets the public 'product_tag.repository' shared service.
  14125.      *
  14126.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  14127.      */
  14128.     protected function getProductTag_RepositoryService()
  14129.     {
  14130.         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())));
  14131.     }
  14132.     /**
  14133.      * Gets the public 'product_translation.repository' shared service.
  14134.      *
  14135.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  14136.      */
  14137.     protected function getProductTranslation_RepositoryService()
  14138.     {
  14139.         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())));
  14140.     }
  14141.     /**
  14142.      * Gets the public 'product_visibility.repository' shared service.
  14143.      *
  14144.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  14145.      */
  14146.     protected function getProductVisibility_RepositoryService()
  14147.     {
  14148.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  14149.         if (isset($this->services['product_visibility.repository'])) {
  14150.             return $this->services['product_visibility.repository'];
  14151.         }
  14152.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  14153.         if (isset($this->services['product_visibility.repository'])) {
  14154.             return $this->services['product_visibility.repository'];
  14155.         }
  14156.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  14157.         if (isset($this->services['product_visibility.repository'])) {
  14158.             return $this->services['product_visibility.repository'];
  14159.         }
  14160.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  14161.         if (isset($this->services['product_visibility.repository'])) {
  14162.             return $this->services['product_visibility.repository'];
  14163.         }
  14164.         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())));
  14165.     }
  14166.     /**
  14167.      * Gets the public 'profiling.filesystem.private' shared service.
  14168.      *
  14169.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  14170.      */
  14171.     protected function getProfiling_Filesystem_PrivateService()
  14172.     {
  14173.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  14174.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  14175.         return $this->services['profiling.filesystem.private'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.private'] ?? $this->getShopware_Filesystem_PrivateService()), 'plugins/profiling');
  14176.     }
  14177.     /**
  14178.      * Gets the public 'profiling.filesystem.public' shared service.
  14179.      *
  14180.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  14181.      */
  14182.     protected function getProfiling_Filesystem_PublicService()
  14183.     {
  14184.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  14185.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  14186.         return $this->services['profiling.filesystem.public'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.public'] ?? $this->getShopware_Filesystem_PublicService()), 'plugins/profiling');
  14187.     }
  14188.     /**
  14189.      * Gets the public 'promotion.repository' shared service.
  14190.      *
  14191.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  14192.      */
  14193.     protected function getPromotion_RepositoryService()
  14194.     {
  14195.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  14196.         if (isset($this->services['promotion.repository'])) {
  14197.             return $this->services['promotion.repository'];
  14198.         }
  14199.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  14200.         if (isset($this->services['promotion.repository'])) {
  14201.             return $this->services['promotion.repository'];
  14202.         }
  14203.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  14204.         if (isset($this->services['promotion.repository'])) {
  14205.             return $this->services['promotion.repository'];
  14206.         }
  14207.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  14208.         if (isset($this->services['promotion.repository'])) {
  14209.             return $this->services['promotion.repository'];
  14210.         }
  14211.         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())));
  14212.     }
  14213.     /**
  14214.      * Gets the public 'promotion_cart_rule.repository' shared service.
  14215.      *
  14216.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  14217.      */
  14218.     protected function getPromotionCartRule_RepositoryService()
  14219.     {
  14220.         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())));
  14221.     }
  14222.     /**
  14223.      * Gets the public 'promotion_discount.repository' shared service.
  14224.      *
  14225.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  14226.      */
  14227.     protected function getPromotionDiscount_RepositoryService()
  14228.     {
  14229.         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())));
  14230.     }
  14231.     /**
  14232.      * Gets the public 'promotion_discount_prices.repository' shared service.
  14233.      *
  14234.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  14235.      */
  14236.     protected function getPromotionDiscountPrices_RepositoryService()
  14237.     {
  14238.         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())));
  14239.     }
  14240.     /**
  14241.      * Gets the public 'promotion_discount_rule.repository' shared service.
  14242.      *
  14243.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  14244.      */
  14245.     protected function getPromotionDiscountRule_RepositoryService()
  14246.     {
  14247.         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())));
  14248.     }
  14249.     /**
  14250.      * Gets the public 'promotion_individual_code.repository' shared service.
  14251.      *
  14252.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  14253.      */
  14254.     protected function getPromotionIndividualCode_RepositoryService()
  14255.     {
  14256.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  14257.         if (isset($this->services['promotion_individual_code.repository'])) {
  14258.             return $this->services['promotion_individual_code.repository'];
  14259.         }
  14260.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  14261.         if (isset($this->services['promotion_individual_code.repository'])) {
  14262.             return $this->services['promotion_individual_code.repository'];
  14263.         }
  14264.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  14265.         if (isset($this->services['promotion_individual_code.repository'])) {
  14266.             return $this->services['promotion_individual_code.repository'];
  14267.         }
  14268.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  14269.         if (isset($this->services['promotion_individual_code.repository'])) {
  14270.             return $this->services['promotion_individual_code.repository'];
  14271.         }
  14272.         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())));
  14273.     }
  14274.     /**
  14275.      * Gets the public 'promotion_order_rule.repository' shared service.
  14276.      *
  14277.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  14278.      */
  14279.     protected function getPromotionOrderRule_RepositoryService()
  14280.     {
  14281.         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())));
  14282.     }
  14283.     /**
  14284.      * Gets the public 'promotion_persona_customer.repository' shared service.
  14285.      *
  14286.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  14287.      */
  14288.     protected function getPromotionPersonaCustomer_RepositoryService()
  14289.     {
  14290.         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())));
  14291.     }
  14292.     /**
  14293.      * Gets the public 'promotion_persona_rule.repository' shared service.
  14294.      *
  14295.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  14296.      */
  14297.     protected function getPromotionPersonaRule_RepositoryService()
  14298.     {
  14299.         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())));
  14300.     }
  14301.     /**
  14302.      * Gets the public 'promotion_sales_channel.repository' shared service.
  14303.      *
  14304.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  14305.      */
  14306.     protected function getPromotionSalesChannel_RepositoryService()
  14307.     {
  14308.         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())));
  14309.     }
  14310.     /**
  14311.      * Gets the public 'promotion_setgroup.repository' shared service.
  14312.      *
  14313.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  14314.      */
  14315.     protected function getPromotionSetgroup_RepositoryService()
  14316.     {
  14317.         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())));
  14318.     }
  14319.     /**
  14320.      * Gets the public 'promotion_setgroup_rule.repository' shared service.
  14321.      *
  14322.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  14323.      */
  14324.     protected function getPromotionSetgroupRule_RepositoryService()
  14325.     {
  14326.         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())));
  14327.     }
  14328.     /**
  14329.      * Gets the public 'promotion_translation.repository' shared service.
  14330.      *
  14331.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  14332.      */
  14333.     protected function getPromotionTranslation_RepositoryService()
  14334.     {
  14335.         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())));
  14336.     }
  14337.     /**
  14338.      * Gets the public 'property_group.repository' shared service.
  14339.      *
  14340.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  14341.      */
  14342.     protected function getPropertyGroup_RepositoryService()
  14343.     {
  14344.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  14345.         if (isset($this->services['property_group.repository'])) {
  14346.             return $this->services['property_group.repository'];
  14347.         }
  14348.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  14349.         if (isset($this->services['property_group.repository'])) {
  14350.             return $this->services['property_group.repository'];
  14351.         }
  14352.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  14353.         if (isset($this->services['property_group.repository'])) {
  14354.             return $this->services['property_group.repository'];
  14355.         }
  14356.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  14357.         if (isset($this->services['property_group.repository'])) {
  14358.             return $this->services['property_group.repository'];
  14359.         }
  14360.         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())));
  14361.     }
  14362.     /**
  14363.      * Gets the public 'property_group_option.repository' shared service.
  14364.      *
  14365.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  14366.      */
  14367.     protected function getPropertyGroupOption_RepositoryService()
  14368.     {
  14369.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  14370.         if (isset($this->services['property_group_option.repository'])) {
  14371.             return $this->services['property_group_option.repository'];
  14372.         }
  14373.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  14374.         if (isset($this->services['property_group_option.repository'])) {
  14375.             return $this->services['property_group_option.repository'];
  14376.         }
  14377.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  14378.         if (isset($this->services['property_group_option.repository'])) {
  14379.             return $this->services['property_group_option.repository'];
  14380.         }
  14381.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  14382.         if (isset($this->services['property_group_option.repository'])) {
  14383.             return $this->services['property_group_option.repository'];
  14384.         }
  14385.         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())));
  14386.     }
  14387.     /**
  14388.      * Gets the public 'property_group_option_translation.repository' shared service.
  14389.      *
  14390.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  14391.      */
  14392.     protected function getPropertyGroupOptionTranslation_RepositoryService()
  14393.     {
  14394.         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())));
  14395.     }
  14396.     /**
  14397.      * Gets the public 'property_group_translation.repository' shared service.
  14398.      *
  14399.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  14400.      */
  14401.     protected function getPropertyGroupTranslation_RepositoryService()
  14402.     {
  14403.         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())));
  14404.     }
  14405.     /**
  14406.      * Gets the public 'request_stack' shared service.
  14407.      *
  14408.      * @return \Symfony\Component\HttpFoundation\RequestStack
  14409.      */
  14410.     protected function getRequestStackService()
  14411.     {
  14412.         return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
  14413.     }
  14414.     /**
  14415.      * Gets the public 'router' shared autowired service.
  14416.      *
  14417.      * @return \Shopware\Storefront\Framework\Routing\Router
  14418.      */
  14419.     protected function getRouterService()
  14420.     {
  14421.         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())));
  14422.     }
  14423.     /**
  14424.      * Gets the public 'routing.loader' shared service.
  14425.      *
  14426.      * @return \Symfony\Bundle\FrameworkBundle\Routing\DelegatingLoader
  14427.      */
  14428.     protected function getRouting_LoaderService()
  14429.     {
  14430.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderInterface.php';
  14431.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/Loader.php';
  14432.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/DelegatingLoader.php';
  14433.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/DelegatingLoader.php';
  14434.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderResolverInterface.php';
  14435.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderResolver.php';
  14436.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/Route/ApiRouteLoader.php';
  14437.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/FileLoader.php';
  14438.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/Configurator/Traits/HostTrait.php';
  14439.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/Configurator/Traits/LocalizedRouteTrait.php';
  14440.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/Configurator/Traits/PrefixTrait.php';
  14441.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/XmlFileLoader.php';
  14442.         include_once \dirname(__DIR__4).'/vendor/symfony/config/FileLocatorInterface.php';
  14443.         include_once \dirname(__DIR__4).'/vendor/symfony/config/FileLocator.php';
  14444.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Config/FileLocator.php';
  14445.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/YamlFileLoader.php';
  14446.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/PhpFileLoader.php';
  14447.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/GlobFileLoader.php';
  14448.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/DirectoryLoader.php';
  14449.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/ObjectLoader.php';
  14450.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/ContainerLoader.php';
  14451.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/AnnotationClassLoader.php';
  14452.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/AnnotatedRouteControllerLoader.php';
  14453.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/AnnotationFileLoader.php';
  14454.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/AnnotationDirectoryLoader.php';
  14455.         $a = new \Symfony\Component\Config\Loader\LoaderResolver();
  14456.         $b = new \Symfony\Component\HttpKernel\Config\FileLocator(($this->services['kernel'] ?? $this->get('kernel'1)));
  14457.         $c = new \Symfony\Bundle\FrameworkBundle\Routing\AnnotatedRouteControllerLoader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), 'dev');
  14458.         $a->addLoader(new \Shopware\Core\Framework\Api\Route\ApiRouteLoader(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService())));
  14459.         $a->addLoader(new \Symfony\Component\Routing\Loader\XmlFileLoader($b'dev'));
  14460.         $a->addLoader(new \Symfony\Component\Routing\Loader\YamlFileLoader($b'dev'));
  14461.         $a->addLoader(new \Symfony\Component\Routing\Loader\PhpFileLoader($b'dev'));
  14462.         $a->addLoader(new \Symfony\Component\Routing\Loader\GlobFileLoader($b'dev'));
  14463.         $a->addLoader(new \Symfony\Component\Routing\Loader\DirectoryLoader($b'dev'));
  14464.         $a->addLoader(new \Symfony\Component\Routing\Loader\ContainerLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  14465.             'kernel' => ['services''kernel''getKernelService'false],
  14466.         ], [
  14467.             'kernel' => 'Shopware\\Core\\Kernel',
  14468.         ]), 'dev'));
  14469.         $a->addLoader($c);
  14470.         $a->addLoader(new \Symfony\Component\Routing\Loader\AnnotationDirectoryLoader($b$c));
  14471.         $a->addLoader(new \Symfony\Component\Routing\Loader\AnnotationFileLoader($b$c));
  14472.         return $this->services['routing.loader'] = new \Symfony\Bundle\FrameworkBundle\Routing\DelegatingLoader($a, ['utf8' => true], []);
  14473.     }
  14474.     /**
  14475.      * Gets the public 'rule.repository' shared service.
  14476.      *
  14477.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  14478.      */
  14479.     protected function getRule_RepositoryService()
  14480.     {
  14481.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  14482.         if (isset($this->services['rule.repository'])) {
  14483.             return $this->services['rule.repository'];
  14484.         }
  14485.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  14486.         if (isset($this->services['rule.repository'])) {
  14487.             return $this->services['rule.repository'];
  14488.         }
  14489.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  14490.         if (isset($this->services['rule.repository'])) {
  14491.             return $this->services['rule.repository'];
  14492.         }
  14493.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  14494.         if (isset($this->services['rule.repository'])) {
  14495.             return $this->services['rule.repository'];
  14496.         }
  14497.         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())));
  14498.     }
  14499.     /**
  14500.      * Gets the public 'rule_condition.repository' shared service.
  14501.      *
  14502.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  14503.      */
  14504.     protected function getRuleCondition_RepositoryService()
  14505.     {
  14506.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  14507.         if (isset($this->services['rule_condition.repository'])) {
  14508.             return $this->services['rule_condition.repository'];
  14509.         }
  14510.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  14511.         if (isset($this->services['rule_condition.repository'])) {
  14512.             return $this->services['rule_condition.repository'];
  14513.         }
  14514.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  14515.         if (isset($this->services['rule_condition.repository'])) {
  14516.             return $this->services['rule_condition.repository'];
  14517.         }
  14518.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  14519.         if (isset($this->services['rule_condition.repository'])) {
  14520.             return $this->services['rule_condition.repository'];
  14521.         }
  14522.         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())));
  14523.     }
  14524.     /**
  14525.      * Gets the public 'rule_tag.repository' shared service.
  14526.      *
  14527.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  14528.      */
  14529.     protected function getRuleTag_RepositoryService()
  14530.     {
  14531.         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())));
  14532.     }
  14533.     /**
  14534.      * Gets the public 'sales_channel.category.repository' shared service.
  14535.      *
  14536.      * @return \Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository
  14537.      */
  14538.     protected function getSalesChannel_Category_RepositoryService()
  14539.     {
  14540.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  14541.         if (isset($this->services['sales_channel.category.repository'])) {
  14542.             return $this->services['sales_channel.category.repository'];
  14543.         }
  14544.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  14545.         if (isset($this->services['sales_channel.category.repository'])) {
  14546.             return $this->services['sales_channel.category.repository'];
  14547.         }
  14548.         $c = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  14549.         if (isset($this->services['sales_channel.category.repository'])) {
  14550.             return $this->services['sales_channel.category.repository'];
  14551.         }
  14552.         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()));
  14553.     }
  14554.     /**
  14555.      * Gets the public 'sales_channel.country.repository' shared service.
  14556.      *
  14557.      * @return \Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository
  14558.      */
  14559.     protected function getSalesChannel_Country_RepositoryService()
  14560.     {
  14561.         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()));
  14562.     }
  14563.     /**
  14564.      * Gets the public 'sales_channel.country_state.repository' shared service.
  14565.      *
  14566.      * @return \Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository
  14567.      */
  14568.     protected function getSalesChannel_CountryState_RepositoryService()
  14569.     {
  14570.         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()));
  14571.     }
  14572.     /**
  14573.      * Gets the public 'sales_channel.currency.repository' shared service.
  14574.      *
  14575.      * @return \Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository
  14576.      */
  14577.     protected function getSalesChannel_Currency_RepositoryService()
  14578.     {
  14579.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  14580.         if (isset($this->services['sales_channel.currency.repository'])) {
  14581.             return $this->services['sales_channel.currency.repository'];
  14582.         }
  14583.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  14584.         if (isset($this->services['sales_channel.currency.repository'])) {
  14585.             return $this->services['sales_channel.currency.repository'];
  14586.         }
  14587.         $c = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  14588.         if (isset($this->services['sales_channel.currency.repository'])) {
  14589.             return $this->services['sales_channel.currency.repository'];
  14590.         }
  14591.         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()));
  14592.     }
  14593.     /**
  14594.      * Gets the public 'sales_channel.landing_page.repository' shared service.
  14595.      *
  14596.      * @return \Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository
  14597.      */
  14598.     protected function getSalesChannel_LandingPage_RepositoryService()
  14599.     {
  14600.         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()));
  14601.     }
  14602.     /**
  14603.      * Gets the public 'sales_channel.language.repository' shared service.
  14604.      *
  14605.      * @return \Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository
  14606.      */
  14607.     protected function getSalesChannel_Language_RepositoryService()
  14608.     {
  14609.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  14610.         if (isset($this->services['sales_channel.language.repository'])) {
  14611.             return $this->services['sales_channel.language.repository'];
  14612.         }
  14613.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  14614.         if (isset($this->services['sales_channel.language.repository'])) {
  14615.             return $this->services['sales_channel.language.repository'];
  14616.         }
  14617.         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, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), $b, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  14618.     }
  14619.     /**
  14620.      * Gets the public 'sales_channel.main_category.repository' shared service.
  14621.      *
  14622.      * @return \Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository
  14623.      */
  14624.     protected function getSalesChannel_MainCategory_RepositoryService()
  14625.     {
  14626.         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()));
  14627.     }
  14628.     /**
  14629.      * Gets the public 'sales_channel.newsletter_recipient.repository' shared service.
  14630.      *
  14631.      * @return \Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository
  14632.      */
  14633.     protected function getSalesChannel_NewsletterRecipient_RepositoryService()
  14634.     {
  14635.         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()));
  14636.     }
  14637.     /**
  14638.      * Gets the public 'sales_channel.payment_method.repository' shared service.
  14639.      *
  14640.      * @return \Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository
  14641.      */
  14642.     protected function getSalesChannel_PaymentMethod_RepositoryService()
  14643.     {
  14644.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  14645.         if (isset($this->services['sales_channel.payment_method.repository'])) {
  14646.             return $this->services['sales_channel.payment_method.repository'];
  14647.         }
  14648.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  14649.         if (isset($this->services['sales_channel.payment_method.repository'])) {
  14650.             return $this->services['sales_channel.payment_method.repository'];
  14651.         }
  14652.         $c = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  14653.         if (isset($this->services['sales_channel.payment_method.repository'])) {
  14654.             return $this->services['sales_channel.payment_method.repository'];
  14655.         }
  14656.         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()));
  14657.     }
  14658.     /**
  14659.      * Gets the public 'sales_channel.product.repository' shared service.
  14660.      *
  14661.      * @return \Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository
  14662.      */
  14663.     protected function getSalesChannel_Product_RepositoryService()
  14664.     {
  14665.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  14666.         if (isset($this->services['sales_channel.product.repository'])) {
  14667.             return $this->services['sales_channel.product.repository'];
  14668.         }
  14669.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  14670.         if (isset($this->services['sales_channel.product.repository'])) {
  14671.             return $this->services['sales_channel.product.repository'];
  14672.         }
  14673.         $c = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  14674.         if (isset($this->services['sales_channel.product.repository'])) {
  14675.             return $this->services['sales_channel.product.repository'];
  14676.         }
  14677.         return $this->services['sales_channel.product.repository'] = 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()));
  14678.     }
  14679.     /**
  14680.      * Gets the public 'sales_channel.repository' shared service.
  14681.      *
  14682.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  14683.      */
  14684.     protected function getSalesChannel_RepositoryService()
  14685.     {
  14686.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  14687.         if (isset($this->services['sales_channel.repository'])) {
  14688.             return $this->services['sales_channel.repository'];
  14689.         }
  14690.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  14691.         if (isset($this->services['sales_channel.repository'])) {
  14692.             return $this->services['sales_channel.repository'];
  14693.         }
  14694.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  14695.         if (isset($this->services['sales_channel.repository'])) {
  14696.             return $this->services['sales_channel.repository'];
  14697.         }
  14698.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  14699.         if (isset($this->services['sales_channel.repository'])) {
  14700.             return $this->services['sales_channel.repository'];
  14701.         }
  14702.         return $this->services['sales_channel.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\System\\SalesChannel\\SalesChannelDefinition'] ?? $this->getSalesChannelDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), $a$b$c$d, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  14703.     }
  14704.     /**
  14705.      * Gets the public 'sales_channel.salutation.repository' shared service.
  14706.      *
  14707.      * @return \Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository
  14708.      */
  14709.     protected function getSalesChannel_Salutation_RepositoryService()
  14710.     {
  14711.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  14712.         if (isset($this->services['sales_channel.salutation.repository'])) {
  14713.             return $this->services['sales_channel.salutation.repository'];
  14714.         }
  14715.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  14716.         if (isset($this->services['sales_channel.salutation.repository'])) {
  14717.             return $this->services['sales_channel.salutation.repository'];
  14718.         }
  14719.         $c = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  14720.         if (isset($this->services['sales_channel.salutation.repository'])) {
  14721.             return $this->services['sales_channel.salutation.repository'];
  14722.         }
  14723.         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()));
  14724.     }
  14725.     /**
  14726.      * Gets the public 'sales_channel.seo_url.repository' shared service.
  14727.      *
  14728.      * @return \Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository
  14729.      */
  14730.     protected function getSalesChannel_SeoUrl_RepositoryService()
  14731.     {
  14732.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  14733.         if (isset($this->services['sales_channel.seo_url.repository'])) {
  14734.             return $this->services['sales_channel.seo_url.repository'];
  14735.         }
  14736.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  14737.         if (isset($this->services['sales_channel.seo_url.repository'])) {
  14738.             return $this->services['sales_channel.seo_url.repository'];
  14739.         }
  14740.         $c = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  14741.         if (isset($this->services['sales_channel.seo_url.repository'])) {
  14742.             return $this->services['sales_channel.seo_url.repository'];
  14743.         }
  14744.         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()));
  14745.     }
  14746.     /**
  14747.      * Gets the public 'sales_channel.shipping_method.repository' shared service.
  14748.      *
  14749.      * @return \Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository
  14750.      */
  14751.     protected function getSalesChannel_ShippingMethod_RepositoryService()
  14752.     {
  14753.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  14754.         if (isset($this->services['sales_channel.shipping_method.repository'])) {
  14755.             return $this->services['sales_channel.shipping_method.repository'];
  14756.         }
  14757.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  14758.         if (isset($this->services['sales_channel.shipping_method.repository'])) {
  14759.             return $this->services['sales_channel.shipping_method.repository'];
  14760.         }
  14761.         $c = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  14762.         if (isset($this->services['sales_channel.shipping_method.repository'])) {
  14763.             return $this->services['sales_channel.shipping_method.repository'];
  14764.         }
  14765.         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()));
  14766.     }
  14767.     /**
  14768.      * Gets the public 'sales_channel_analytics.repository' shared service.
  14769.      *
  14770.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  14771.      */
  14772.     protected function getSalesChannelAnalytics_RepositoryService()
  14773.     {
  14774.         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())));
  14775.     }
  14776.     /**
  14777.      * Gets the public 'sales_channel_country.repository' shared service.
  14778.      *
  14779.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  14780.      */
  14781.     protected function getSalesChannelCountry_RepositoryService()
  14782.     {
  14783.         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())));
  14784.     }
  14785.     /**
  14786.      * Gets the public 'sales_channel_currency.repository' shared service.
  14787.      *
  14788.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  14789.      */
  14790.     protected function getSalesChannelCurrency_RepositoryService()
  14791.     {
  14792.         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())));
  14793.     }
  14794.     /**
  14795.      * Gets the public 'sales_channel_definition.Shopware\Administration\Notification\NotificationDefinition' shared service.
  14796.      *
  14797.      * @return \Shopware\Administration\Notification\NotificationDefinition
  14798.      */
  14799.     protected function getNotificationDefinition2Service()
  14800.     {
  14801.         include_once \dirname(__DIR__4).'/vendor/shopware/administration/Notification/NotificationDefinition.php';
  14802.         $this->services['sales_channel_definition.Shopware\\Administration\\Notification\\NotificationDefinition'] = $instance = new \Shopware\Administration\Notification\NotificationDefinition();
  14803.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  14804.         return $instance;
  14805.     }
  14806.     /**
  14807.      * Gets the public 'sales_channel_definition.Shopware\Administration\Snippet\AppAdministrationSnippetDefinition' shared service.
  14808.      *
  14809.      * @return \Shopware\Administration\Snippet\AppAdministrationSnippetDefinition
  14810.      */
  14811.     protected function getAppAdministrationSnippetDefinition2Service()
  14812.     {
  14813.         include_once \dirname(__DIR__4).'/vendor/shopware/administration/Snippet/AppAdministrationSnippetDefinition.php';
  14814.         $this->services['sales_channel_definition.Shopware\\Administration\\Snippet\\AppAdministrationSnippetDefinition'] = $instance = new \Shopware\Administration\Snippet\AppAdministrationSnippetDefinition();
  14815.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  14816.         return $instance;
  14817.     }
  14818.     /**
  14819.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Customer\Aggregate\CustomerAddress\CustomerAddressDefinition' shared service.
  14820.      *
  14821.      * @return \Shopware\Core\Checkout\Customer\Aggregate\CustomerAddress\CustomerAddressDefinition
  14822.      */
  14823.     protected function getCustomerAddressDefinition2Service()
  14824.     {
  14825.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerAddress\\CustomerAddressDefinition'] = $instance = new \Shopware\Core\Checkout\Customer\Aggregate\CustomerAddress\CustomerAddressDefinition();
  14826.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  14827.         return $instance;
  14828.     }
  14829.     /**
  14830.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Customer\Aggregate\CustomerGroupRegistrationSalesChannel\CustomerGroupRegistrationSalesChannelDefinition' shared service.
  14831.      *
  14832.      * @return \Shopware\Core\Checkout\Customer\Aggregate\CustomerGroupRegistrationSalesChannel\CustomerGroupRegistrationSalesChannelDefinition
  14833.      */
  14834.     protected function getCustomerGroupRegistrationSalesChannelDefinition2Service()
  14835.     {
  14836.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/Aggregate/CustomerGroupRegistrationSalesChannel/CustomerGroupRegistrationSalesChannelDefinition.php';
  14837.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerGroupRegistrationSalesChannel\\CustomerGroupRegistrationSalesChannelDefinition'] = $instance = new \Shopware\Core\Checkout\Customer\Aggregate\CustomerGroupRegistrationSalesChannel\CustomerGroupRegistrationSalesChannelDefinition();
  14838.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  14839.         return $instance;
  14840.     }
  14841.     /**
  14842.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Customer\Aggregate\CustomerGroupTranslation\CustomerGroupTranslationDefinition' shared service.
  14843.      *
  14844.      * @return \Shopware\Core\Checkout\Customer\Aggregate\CustomerGroupTranslation\CustomerGroupTranslationDefinition
  14845.      */
  14846.     protected function getCustomerGroupTranslationDefinition2Service()
  14847.     {
  14848.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  14849.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/Aggregate/CustomerGroupTranslation/CustomerGroupTranslationDefinition.php';
  14850.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerGroupTranslation\\CustomerGroupTranslationDefinition'] = $instance = new \Shopware\Core\Checkout\Customer\Aggregate\CustomerGroupTranslation\CustomerGroupTranslationDefinition();
  14851.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  14852.         return $instance;
  14853.     }
  14854.     /**
  14855.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Customer\Aggregate\CustomerGroup\CustomerGroupDefinition' shared service.
  14856.      *
  14857.      * @return \Shopware\Core\Checkout\Customer\Aggregate\CustomerGroup\CustomerGroupDefinition
  14858.      */
  14859.     protected function getCustomerGroupDefinition2Service()
  14860.     {
  14861.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerGroup\\CustomerGroupDefinition'] = $instance = new \Shopware\Core\Checkout\Customer\Aggregate\CustomerGroup\CustomerGroupDefinition();
  14862.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  14863.         return $instance;
  14864.     }
  14865.     /**
  14866.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Customer\Aggregate\CustomerRecovery\CustomerRecoveryDefinition' shared service.
  14867.      *
  14868.      * @return \Shopware\Core\Checkout\Customer\Aggregate\CustomerRecovery\CustomerRecoveryDefinition
  14869.      */
  14870.     protected function getCustomerRecoveryDefinition2Service()
  14871.     {
  14872.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/Aggregate/CustomerRecovery/CustomerRecoveryDefinition.php';
  14873.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerRecovery\\CustomerRecoveryDefinition'] = $instance = new \Shopware\Core\Checkout\Customer\Aggregate\CustomerRecovery\CustomerRecoveryDefinition();
  14874.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  14875.         return $instance;
  14876.     }
  14877.     /**
  14878.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Customer\Aggregate\CustomerTag\CustomerTagDefinition' shared service.
  14879.      *
  14880.      * @return \Shopware\Core\Checkout\Customer\Aggregate\CustomerTag\CustomerTagDefinition
  14881.      */
  14882.     protected function getCustomerTagDefinition2Service()
  14883.     {
  14884.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/Aggregate/CustomerTag/CustomerTagDefinition.php';
  14885.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerTag\\CustomerTagDefinition'] = $instance = new \Shopware\Core\Checkout\Customer\Aggregate\CustomerTag\CustomerTagDefinition();
  14886.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  14887.         return $instance;
  14888.     }
  14889.     /**
  14890.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Customer\Aggregate\CustomerWishlistProduct\CustomerWishlistProductDefinition' shared service.
  14891.      *
  14892.      * @return \Shopware\Core\Checkout\Customer\Aggregate\CustomerWishlistProduct\CustomerWishlistProductDefinition
  14893.      */
  14894.     protected function getCustomerWishlistProductDefinition2Service()
  14895.     {
  14896.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/Aggregate/CustomerWishlistProduct/CustomerWishlistProductDefinition.php';
  14897.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerWishlistProduct\\CustomerWishlistProductDefinition'] = $instance = new \Shopware\Core\Checkout\Customer\Aggregate\CustomerWishlistProduct\CustomerWishlistProductDefinition();
  14898.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  14899.         return $instance;
  14900.     }
  14901.     /**
  14902.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Customer\Aggregate\CustomerWishlist\CustomerWishlistDefinition' shared service.
  14903.      *
  14904.      * @return \Shopware\Core\Checkout\Customer\Aggregate\CustomerWishlist\CustomerWishlistDefinition
  14905.      */
  14906.     protected function getCustomerWishlistDefinition2Service()
  14907.     {
  14908.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/Aggregate/CustomerWishlist/CustomerWishlistDefinition.php';
  14909.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerWishlist\\CustomerWishlistDefinition'] = $instance = new \Shopware\Core\Checkout\Customer\Aggregate\CustomerWishlist\CustomerWishlistDefinition();
  14910.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  14911.         return $instance;
  14912.     }
  14913.     /**
  14914.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Customer\CustomerDefinition' shared service.
  14915.      *
  14916.      * @return \Shopware\Core\Checkout\Customer\CustomerDefinition
  14917.      */
  14918.     protected function getCustomerDefinition2Service()
  14919.     {
  14920.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Customer\\CustomerDefinition'] = $instance = new \Shopware\Core\Checkout\Customer\CustomerDefinition();
  14921.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  14922.         return $instance;
  14923.     }
  14924.     /**
  14925.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Document\Aggregate\DocumentBaseConfigSalesChannel\DocumentBaseConfigSalesChannelDefinition' shared service.
  14926.      *
  14927.      * @return \Shopware\Core\Checkout\Document\Aggregate\DocumentBaseConfigSalesChannel\DocumentBaseConfigSalesChannelDefinition
  14928.      */
  14929.     protected function getDocumentBaseConfigSalesChannelDefinition2Service()
  14930.     {
  14931.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Document/Aggregate/DocumentBaseConfigSalesChannel/DocumentBaseConfigSalesChannelDefinition.php';
  14932.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Document\\Aggregate\\DocumentBaseConfigSalesChannel\\DocumentBaseConfigSalesChannelDefinition'] = $instance = new \Shopware\Core\Checkout\Document\Aggregate\DocumentBaseConfigSalesChannel\DocumentBaseConfigSalesChannelDefinition();
  14933.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  14934.         return $instance;
  14935.     }
  14936.     /**
  14937.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Document\Aggregate\DocumentBaseConfig\DocumentBaseConfigDefinition' shared service.
  14938.      *
  14939.      * @return \Shopware\Core\Checkout\Document\Aggregate\DocumentBaseConfig\DocumentBaseConfigDefinition
  14940.      */
  14941.     protected function getDocumentBaseConfigDefinition2Service()
  14942.     {
  14943.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Document/Aggregate/DocumentBaseConfig/DocumentBaseConfigDefinition.php';
  14944.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Document\\Aggregate\\DocumentBaseConfig\\DocumentBaseConfigDefinition'] = $instance = new \Shopware\Core\Checkout\Document\Aggregate\DocumentBaseConfig\DocumentBaseConfigDefinition();
  14945.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  14946.         return $instance;
  14947.     }
  14948.     /**
  14949.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Document\Aggregate\DocumentTypeTranslation\DocumentTypeTranslationDefinition' shared service.
  14950.      *
  14951.      * @return \Shopware\Core\Checkout\Document\Aggregate\DocumentTypeTranslation\DocumentTypeTranslationDefinition
  14952.      */
  14953.     protected function getDocumentTypeTranslationDefinition2Service()
  14954.     {
  14955.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  14956.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Document/Aggregate/DocumentTypeTranslation/DocumentTypeTranslationDefinition.php';
  14957.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Document\\Aggregate\\DocumentTypeTranslation\\DocumentTypeTranslationDefinition'] = $instance = new \Shopware\Core\Checkout\Document\Aggregate\DocumentTypeTranslation\DocumentTypeTranslationDefinition();
  14958.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  14959.         return $instance;
  14960.     }
  14961.     /**
  14962.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Document\Aggregate\DocumentType\DocumentTypeDefinition' shared service.
  14963.      *
  14964.      * @return \Shopware\Core\Checkout\Document\Aggregate\DocumentType\DocumentTypeDefinition
  14965.      */
  14966.     protected function getDocumentTypeDefinition2Service()
  14967.     {
  14968.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Document/Aggregate/DocumentType/DocumentTypeDefinition.php';
  14969.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Document\\Aggregate\\DocumentType\\DocumentTypeDefinition'] = $instance = new \Shopware\Core\Checkout\Document\Aggregate\DocumentType\DocumentTypeDefinition();
  14970.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  14971.         return $instance;
  14972.     }
  14973.     /**
  14974.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Document\DocumentDefinition' shared service.
  14975.      *
  14976.      * @return \Shopware\Core\Checkout\Document\DocumentDefinition
  14977.      */
  14978.     protected function getDocumentDefinition2Service()
  14979.     {
  14980.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Document/DocumentDefinition.php';
  14981.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Document\\DocumentDefinition'] = $instance = new \Shopware\Core\Checkout\Document\DocumentDefinition();
  14982.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  14983.         return $instance;
  14984.     }
  14985.     /**
  14986.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Order\Aggregate\OrderAddress\OrderAddressDefinition' shared service.
  14987.      *
  14988.      * @return \Shopware\Core\Checkout\Order\Aggregate\OrderAddress\OrderAddressDefinition
  14989.      */
  14990.     protected function getOrderAddressDefinition2Service()
  14991.     {
  14992.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderAddress\\OrderAddressDefinition'] = $instance = new \Shopware\Core\Checkout\Order\Aggregate\OrderAddress\OrderAddressDefinition();
  14993.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  14994.         return $instance;
  14995.     }
  14996.     /**
  14997.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Order\Aggregate\OrderCustomer\OrderCustomerDefinition' shared service.
  14998.      *
  14999.      * @return \Shopware\Core\Checkout\Order\Aggregate\OrderCustomer\OrderCustomerDefinition
  15000.      */
  15001.     protected function getOrderCustomerDefinition2Service()
  15002.     {
  15003.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Order/Aggregate/OrderCustomer/OrderCustomerDefinition.php';
  15004.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderCustomer\\OrderCustomerDefinition'] = $instance = new \Shopware\Core\Checkout\Order\Aggregate\OrderCustomer\OrderCustomerDefinition();
  15005.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  15006.         return $instance;
  15007.     }
  15008.     /**
  15009.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Order\Aggregate\OrderDeliveryPosition\OrderDeliveryPositionDefinition' shared service.
  15010.      *
  15011.      * @return \Shopware\Core\Checkout\Order\Aggregate\OrderDeliveryPosition\OrderDeliveryPositionDefinition
  15012.      */
  15013.     protected function getOrderDeliveryPositionDefinition2Service()
  15014.     {
  15015.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Order/Aggregate/OrderDeliveryPosition/OrderDeliveryPositionDefinition.php';
  15016.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderDeliveryPosition\\OrderDeliveryPositionDefinition'] = $instance = new \Shopware\Core\Checkout\Order\Aggregate\OrderDeliveryPosition\OrderDeliveryPositionDefinition();
  15017.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  15018.         return $instance;
  15019.     }
  15020.     /**
  15021.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Order\Aggregate\OrderDelivery\OrderDeliveryDefinition' shared service.
  15022.      *
  15023.      * @return \Shopware\Core\Checkout\Order\Aggregate\OrderDelivery\OrderDeliveryDefinition
  15024.      */
  15025.     protected function getOrderDeliveryDefinition2Service()
  15026.     {
  15027.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Order/Aggregate/OrderDelivery/OrderDeliveryDefinition.php';
  15028.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderDelivery\\OrderDeliveryDefinition'] = $instance = new \Shopware\Core\Checkout\Order\Aggregate\OrderDelivery\OrderDeliveryDefinition();
  15029.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  15030.         return $instance;
  15031.     }
  15032.     /**
  15033.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Order\Aggregate\OrderLineItemDownload\OrderLineItemDownloadDefinition' shared service.
  15034.      *
  15035.      * @return \Shopware\Core\Checkout\Order\Aggregate\OrderLineItemDownload\OrderLineItemDownloadDefinition
  15036.      */
  15037.     protected function getOrderLineItemDownloadDefinition2Service()
  15038.     {
  15039.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Order/Aggregate/OrderLineItemDownload/OrderLineItemDownloadDefinition.php';
  15040.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderLineItemDownload\\OrderLineItemDownloadDefinition'] = $instance = new \Shopware\Core\Checkout\Order\Aggregate\OrderLineItemDownload\OrderLineItemDownloadDefinition();
  15041.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  15042.         return $instance;
  15043.     }
  15044.     /**
  15045.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Order\Aggregate\OrderLineItem\OrderLineItemDefinition' shared service.
  15046.      *
  15047.      * @return \Shopware\Core\Checkout\Order\Aggregate\OrderLineItem\OrderLineItemDefinition
  15048.      */
  15049.     protected function getOrderLineItemDefinition2Service()
  15050.     {
  15051.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Order/Aggregate/OrderLineItem/OrderLineItemDefinition.php';
  15052.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderLineItem\\OrderLineItemDefinition'] = $instance = new \Shopware\Core\Checkout\Order\Aggregate\OrderLineItem\OrderLineItemDefinition();
  15053.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  15054.         return $instance;
  15055.     }
  15056.     /**
  15057.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Order\Aggregate\OrderTag\OrderTagDefinition' shared service.
  15058.      *
  15059.      * @return \Shopware\Core\Checkout\Order\Aggregate\OrderTag\OrderTagDefinition
  15060.      */
  15061.     protected function getOrderTagDefinition2Service()
  15062.     {
  15063.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Order/Aggregate/OrderTag/OrderTagDefinition.php';
  15064.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTag\\OrderTagDefinition'] = $instance = new \Shopware\Core\Checkout\Order\Aggregate\OrderTag\OrderTagDefinition();
  15065.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  15066.         return $instance;
  15067.     }
  15068.     /**
  15069.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Order\Aggregate\OrderTransactionCaptureRefundPosition\OrderTransactionCaptureRefundPositionDefinition' shared service.
  15070.      *
  15071.      * @return \Shopware\Core\Checkout\Order\Aggregate\OrderTransactionCaptureRefundPosition\OrderTransactionCaptureRefundPositionDefinition
  15072.      */
  15073.     protected function getOrderTransactionCaptureRefundPositionDefinition2Service()
  15074.     {
  15075.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Order/Aggregate/OrderTransactionCaptureRefundPosition/OrderTransactionCaptureRefundPositionDefinition.php';
  15076.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransactionCaptureRefundPosition\\OrderTransactionCaptureRefundPositionDefinition'] = $instance = new \Shopware\Core\Checkout\Order\Aggregate\OrderTransactionCaptureRefundPosition\OrderTransactionCaptureRefundPositionDefinition();
  15077.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  15078.         return $instance;
  15079.     }
  15080.     /**
  15081.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Order\Aggregate\OrderTransactionCaptureRefund\OrderTransactionCaptureRefundDefinition' shared service.
  15082.      *
  15083.      * @return \Shopware\Core\Checkout\Order\Aggregate\OrderTransactionCaptureRefund\OrderTransactionCaptureRefundDefinition
  15084.      */
  15085.     protected function getOrderTransactionCaptureRefundDefinition2Service()
  15086.     {
  15087.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Order/Aggregate/OrderTransactionCaptureRefund/OrderTransactionCaptureRefundDefinition.php';
  15088.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransactionCaptureRefund\\OrderTransactionCaptureRefundDefinition'] = $instance = new \Shopware\Core\Checkout\Order\Aggregate\OrderTransactionCaptureRefund\OrderTransactionCaptureRefundDefinition();
  15089.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  15090.         return $instance;
  15091.     }
  15092.     /**
  15093.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Order\Aggregate\OrderTransactionCapture\OrderTransactionCaptureDefinition' shared service.
  15094.      *
  15095.      * @return \Shopware\Core\Checkout\Order\Aggregate\OrderTransactionCapture\OrderTransactionCaptureDefinition
  15096.      */
  15097.     protected function getOrderTransactionCaptureDefinition2Service()
  15098.     {
  15099.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Order/Aggregate/OrderTransactionCapture/OrderTransactionCaptureDefinition.php';
  15100.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransactionCapture\\OrderTransactionCaptureDefinition'] = $instance = new \Shopware\Core\Checkout\Order\Aggregate\OrderTransactionCapture\OrderTransactionCaptureDefinition();
  15101.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  15102.         return $instance;
  15103.     }
  15104.     /**
  15105.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Order\Aggregate\OrderTransaction\OrderTransactionDefinition' shared service.
  15106.      *
  15107.      * @return \Shopware\Core\Checkout\Order\Aggregate\OrderTransaction\OrderTransactionDefinition
  15108.      */
  15109.     protected function getOrderTransactionDefinition2Service()
  15110.     {
  15111.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Order/Aggregate/OrderTransaction/OrderTransactionDefinition.php';
  15112.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransaction\\OrderTransactionDefinition'] = $instance = new \Shopware\Core\Checkout\Order\Aggregate\OrderTransaction\OrderTransactionDefinition();
  15113.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  15114.         return $instance;
  15115.     }
  15116.     /**
  15117.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Order\OrderDefinition' shared service.
  15118.      *
  15119.      * @return \Shopware\Core\Checkout\Order\OrderDefinition
  15120.      */
  15121.     protected function getOrderDefinition2Service()
  15122.     {
  15123.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Order\\OrderDefinition'] = $instance = new \Shopware\Core\Checkout\Order\OrderDefinition();
  15124.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  15125.         return $instance;
  15126.     }
  15127.     /**
  15128.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Payment\Aggregate\PaymentMethodTranslation\PaymentMethodTranslationDefinition' shared service.
  15129.      *
  15130.      * @return \Shopware\Core\Checkout\Payment\Aggregate\PaymentMethodTranslation\PaymentMethodTranslationDefinition
  15131.      */
  15132.     protected function getPaymentMethodTranslationDefinition2Service()
  15133.     {
  15134.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  15135.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Aggregate/PaymentMethodTranslation/PaymentMethodTranslationDefinition.php';
  15136.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Payment\\Aggregate\\PaymentMethodTranslation\\PaymentMethodTranslationDefinition'] = $instance = new \Shopware\Core\Checkout\Payment\Aggregate\PaymentMethodTranslation\PaymentMethodTranslationDefinition();
  15137.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  15138.         return $instance;
  15139.     }
  15140.     /**
  15141.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Promotion\Aggregate\PromotionCartRule\PromotionCartRuleDefinition' shared service.
  15142.      *
  15143.      * @return \Shopware\Core\Checkout\Promotion\Aggregate\PromotionCartRule\PromotionCartRuleDefinition
  15144.      */
  15145.     protected function getPromotionCartRuleDefinition2Service()
  15146.     {
  15147.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Aggregate/PromotionCartRule/PromotionCartRuleDefinition.php';
  15148.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionCartRule\\PromotionCartRuleDefinition'] = $instance = new \Shopware\Core\Checkout\Promotion\Aggregate\PromotionCartRule\PromotionCartRuleDefinition();
  15149.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  15150.         return $instance;
  15151.     }
  15152.     /**
  15153.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Promotion\Aggregate\PromotionDiscountPrice\PromotionDiscountPriceDefinition' shared service.
  15154.      *
  15155.      * @return \Shopware\Core\Checkout\Promotion\Aggregate\PromotionDiscountPrice\PromotionDiscountPriceDefinition
  15156.      */
  15157.     protected function getPromotionDiscountPriceDefinition2Service()
  15158.     {
  15159.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Aggregate/PromotionDiscountPrice/PromotionDiscountPriceDefinition.php';
  15160.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionDiscountPrice\\PromotionDiscountPriceDefinition'] = $instance = new \Shopware\Core\Checkout\Promotion\Aggregate\PromotionDiscountPrice\PromotionDiscountPriceDefinition();
  15161.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  15162.         return $instance;
  15163.     }
  15164.     /**
  15165.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Promotion\Aggregate\PromotionDiscountRule\PromotionDiscountRuleDefinition' shared service.
  15166.      *
  15167.      * @return \Shopware\Core\Checkout\Promotion\Aggregate\PromotionDiscountRule\PromotionDiscountRuleDefinition
  15168.      */
  15169.     protected function getPromotionDiscountRuleDefinition2Service()
  15170.     {
  15171.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Aggregate/PromotionDiscountRule/PromotionDiscountRuleDefinition.php';
  15172.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionDiscountRule\\PromotionDiscountRuleDefinition'] = $instance = new \Shopware\Core\Checkout\Promotion\Aggregate\PromotionDiscountRule\PromotionDiscountRuleDefinition();
  15173.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  15174.         return $instance;
  15175.     }
  15176.     /**
  15177.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Promotion\Aggregate\PromotionDiscount\PromotionDiscountDefinition' shared service.
  15178.      *
  15179.      * @return \Shopware\Core\Checkout\Promotion\Aggregate\PromotionDiscount\PromotionDiscountDefinition
  15180.      */
  15181.     protected function getPromotionDiscountDefinition2Service()
  15182.     {
  15183.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Aggregate/PromotionDiscount/PromotionDiscountDefinition.php';
  15184.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionDiscount\\PromotionDiscountDefinition'] = $instance = new \Shopware\Core\Checkout\Promotion\Aggregate\PromotionDiscount\PromotionDiscountDefinition();
  15185.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  15186.         return $instance;
  15187.     }
  15188.     /**
  15189.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Promotion\Aggregate\PromotionIndividualCode\PromotionIndividualCodeDefinition' shared service.
  15190.      *
  15191.      * @return \Shopware\Core\Checkout\Promotion\Aggregate\PromotionIndividualCode\PromotionIndividualCodeDefinition
  15192.      */
  15193.     protected function getPromotionIndividualCodeDefinition2Service()
  15194.     {
  15195.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Aggregate/PromotionIndividualCode/PromotionIndividualCodeDefinition.php';
  15196.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionIndividualCode\\PromotionIndividualCodeDefinition'] = $instance = new \Shopware\Core\Checkout\Promotion\Aggregate\PromotionIndividualCode\PromotionIndividualCodeDefinition();
  15197.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  15198.         return $instance;
  15199.     }
  15200.     /**
  15201.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Promotion\Aggregate\PromotionOrderRule\PromotionOrderRuleDefinition' shared service.
  15202.      *
  15203.      * @return \Shopware\Core\Checkout\Promotion\Aggregate\PromotionOrderRule\PromotionOrderRuleDefinition
  15204.      */
  15205.     protected function getPromotionOrderRuleDefinition2Service()
  15206.     {
  15207.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Aggregate/PromotionOrderRule/PromotionOrderRuleDefinition.php';
  15208.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionOrderRule\\PromotionOrderRuleDefinition'] = $instance = new \Shopware\Core\Checkout\Promotion\Aggregate\PromotionOrderRule\PromotionOrderRuleDefinition();
  15209.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  15210.         return $instance;
  15211.     }
  15212.     /**
  15213.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Promotion\Aggregate\PromotionPersonaCustomer\PromotionPersonaCustomerDefinition' shared service.
  15214.      *
  15215.      * @return \Shopware\Core\Checkout\Promotion\Aggregate\PromotionPersonaCustomer\PromotionPersonaCustomerDefinition
  15216.      */
  15217.     protected function getPromotionPersonaCustomerDefinition2Service()
  15218.     {
  15219.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Aggregate/PromotionPersonaCustomer/PromotionPersonaCustomerDefinition.php';
  15220.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionPersonaCustomer\\PromotionPersonaCustomerDefinition'] = $instance = new \Shopware\Core\Checkout\Promotion\Aggregate\PromotionPersonaCustomer\PromotionPersonaCustomerDefinition();
  15221.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  15222.         return $instance;
  15223.     }
  15224.     /**
  15225.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Promotion\Aggregate\PromotionPersonaRule\PromotionPersonaRuleDefinition' shared service.
  15226.      *
  15227.      * @return \Shopware\Core\Checkout\Promotion\Aggregate\PromotionPersonaRule\PromotionPersonaRuleDefinition
  15228.      */
  15229.     protected function getPromotionPersonaRuleDefinition2Service()
  15230.     {
  15231.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Aggregate/PromotionPersonaRule/PromotionPersonaRuleDefinition.php';
  15232.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionPersonaRule\\PromotionPersonaRuleDefinition'] = $instance = new \Shopware\Core\Checkout\Promotion\Aggregate\PromotionPersonaRule\PromotionPersonaRuleDefinition();
  15233.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  15234.         return $instance;
  15235.     }
  15236.     /**
  15237.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Promotion\Aggregate\PromotionSalesChannel\PromotionSalesChannelDefinition' shared service.
  15238.      *
  15239.      * @return \Shopware\Core\Checkout\Promotion\Aggregate\PromotionSalesChannel\PromotionSalesChannelDefinition
  15240.      */
  15241.     protected function getPromotionSalesChannelDefinition2Service()
  15242.     {
  15243.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Aggregate/PromotionSalesChannel/PromotionSalesChannelDefinition.php';
  15244.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionSalesChannel\\PromotionSalesChannelDefinition'] = $instance = new \Shopware\Core\Checkout\Promotion\Aggregate\PromotionSalesChannel\PromotionSalesChannelDefinition();
  15245.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  15246.         return $instance;
  15247.     }
  15248.     /**
  15249.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Promotion\Aggregate\PromotionSetGroupRule\PromotionSetGroupRuleDefinition' shared service.
  15250.      *
  15251.      * @return \Shopware\Core\Checkout\Promotion\Aggregate\PromotionSetGroupRule\PromotionSetGroupRuleDefinition
  15252.      */
  15253.     protected function getPromotionSetGroupRuleDefinition2Service()
  15254.     {
  15255.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Aggregate/PromotionSetGroupRule/PromotionSetGroupRuleDefinition.php';
  15256.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionSetGroupRule\\PromotionSetGroupRuleDefinition'] = $instance = new \Shopware\Core\Checkout\Promotion\Aggregate\PromotionSetGroupRule\PromotionSetGroupRuleDefinition();
  15257.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  15258.         return $instance;
  15259.     }
  15260.     /**
  15261.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Promotion\Aggregate\PromotionSetGroup\PromotionSetGroupDefinition' shared service.
  15262.      *
  15263.      * @return \Shopware\Core\Checkout\Promotion\Aggregate\PromotionSetGroup\PromotionSetGroupDefinition
  15264.      */
  15265.     protected function getPromotionSetGroupDefinition2Service()
  15266.     {
  15267.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Aggregate/PromotionSetGroup/PromotionSetGroupDefinition.php';
  15268.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionSetGroup\\PromotionSetGroupDefinition'] = $instance = new \Shopware\Core\Checkout\Promotion\Aggregate\PromotionSetGroup\PromotionSetGroupDefinition();
  15269.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  15270.         return $instance;
  15271.     }
  15272.     /**
  15273.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Promotion\Aggregate\PromotionTranslation\PromotionTranslationDefinition' shared service.
  15274.      *
  15275.      * @return \Shopware\Core\Checkout\Promotion\Aggregate\PromotionTranslation\PromotionTranslationDefinition
  15276.      */
  15277.     protected function getPromotionTranslationDefinition2Service()
  15278.     {
  15279.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  15280.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Aggregate/PromotionTranslation/PromotionTranslationDefinition.php';
  15281.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionTranslation\\PromotionTranslationDefinition'] = $instance = new \Shopware\Core\Checkout\Promotion\Aggregate\PromotionTranslation\PromotionTranslationDefinition();
  15282.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  15283.         return $instance;
  15284.     }
  15285.     /**
  15286.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Promotion\PromotionDefinition' shared service.
  15287.      *
  15288.      * @return \Shopware\Core\Checkout\Promotion\PromotionDefinition
  15289.      */
  15290.     protected function getPromotionDefinition2Service()
  15291.     {
  15292.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/PromotionDefinition.php';
  15293.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Promotion\\PromotionDefinition'] = $instance = new \Shopware\Core\Checkout\Promotion\PromotionDefinition();
  15294.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  15295.         return $instance;
  15296.     }
  15297.     /**
  15298.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Shipping\Aggregate\ShippingMethodPrice\ShippingMethodPriceDefinition' shared service.
  15299.      *
  15300.      * @return \Shopware\Core\Checkout\Shipping\Aggregate\ShippingMethodPrice\ShippingMethodPriceDefinition
  15301.      */
  15302.     protected function getShippingMethodPriceDefinition2Service()
  15303.     {
  15304.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Shipping/Aggregate/ShippingMethodPrice/ShippingMethodPriceDefinition.php';
  15305.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Shipping\\Aggregate\\ShippingMethodPrice\\ShippingMethodPriceDefinition'] = $instance = new \Shopware\Core\Checkout\Shipping\Aggregate\ShippingMethodPrice\ShippingMethodPriceDefinition();
  15306.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  15307.         return $instance;
  15308.     }
  15309.     /**
  15310.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Shipping\Aggregate\ShippingMethodTag\ShippingMethodTagDefinition' shared service.
  15311.      *
  15312.      * @return \Shopware\Core\Checkout\Shipping\Aggregate\ShippingMethodTag\ShippingMethodTagDefinition
  15313.      */
  15314.     protected function getShippingMethodTagDefinition2Service()
  15315.     {
  15316.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Shipping/Aggregate/ShippingMethodTag/ShippingMethodTagDefinition.php';
  15317.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Shipping\\Aggregate\\ShippingMethodTag\\ShippingMethodTagDefinition'] = $instance = new \Shopware\Core\Checkout\Shipping\Aggregate\ShippingMethodTag\ShippingMethodTagDefinition();
  15318.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  15319.         return $instance;
  15320.     }
  15321.     /**
  15322.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Shipping\Aggregate\ShippingMethodTranslation\ShippingMethodTranslationDefinition' shared service.
  15323.      *
  15324.      * @return \Shopware\Core\Checkout\Shipping\Aggregate\ShippingMethodTranslation\ShippingMethodTranslationDefinition
  15325.      */
  15326.     protected function getShippingMethodTranslationDefinition2Service()
  15327.     {
  15328.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  15329.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Shipping/Aggregate/ShippingMethodTranslation/ShippingMethodTranslationDefinition.php';
  15330.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Shipping\\Aggregate\\ShippingMethodTranslation\\ShippingMethodTranslationDefinition'] = $instance = new \Shopware\Core\Checkout\Shipping\Aggregate\ShippingMethodTranslation\ShippingMethodTranslationDefinition();
  15331.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  15332.         return $instance;
  15333.     }
  15334.     /**
  15335.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Category\Aggregate\CategoryTag\CategoryTagDefinition' shared service.
  15336.      *
  15337.      * @return \Shopware\Core\Content\Category\Aggregate\CategoryTag\CategoryTagDefinition
  15338.      */
  15339.     protected function getCategoryTagDefinition2Service()
  15340.     {
  15341.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Category/Aggregate/CategoryTag/CategoryTagDefinition.php';
  15342.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Category\\Aggregate\\CategoryTag\\CategoryTagDefinition'] = $instance = new \Shopware\Core\Content\Category\Aggregate\CategoryTag\CategoryTagDefinition();
  15343.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  15344.         return $instance;
  15345.     }
  15346.     /**
  15347.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Category\Aggregate\CategoryTranslation\CategoryTranslationDefinition' shared service.
  15348.      *
  15349.      * @return \Shopware\Core\Content\Category\Aggregate\CategoryTranslation\CategoryTranslationDefinition
  15350.      */
  15351.     protected function getCategoryTranslationDefinition2Service()
  15352.     {
  15353.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  15354.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Category/Aggregate/CategoryTranslation/CategoryTranslationDefinition.php';
  15355.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Category\\Aggregate\\CategoryTranslation\\CategoryTranslationDefinition'] = $instance = new \Shopware\Core\Content\Category\Aggregate\CategoryTranslation\CategoryTranslationDefinition();
  15356.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  15357.         return $instance;
  15358.     }
  15359.     /**
  15360.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Cms\Aggregate\CmsBlock\CmsBlockDefinition' shared service.
  15361.      *
  15362.      * @return \Shopware\Core\Content\Cms\Aggregate\CmsBlock\CmsBlockDefinition
  15363.      */
  15364.     protected function getCmsBlockDefinition2Service()
  15365.     {
  15366.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/Aggregate/CmsBlock/CmsBlockDefinition.php';
  15367.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Cms\\Aggregate\\CmsBlock\\CmsBlockDefinition'] = $instance = new \Shopware\Core\Content\Cms\Aggregate\CmsBlock\CmsBlockDefinition();
  15368.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  15369.         return $instance;
  15370.     }
  15371.     /**
  15372.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Cms\Aggregate\CmsPageTranslation\CmsPageTranslationDefinition' shared service.
  15373.      *
  15374.      * @return \Shopware\Core\Content\Cms\Aggregate\CmsPageTranslation\CmsPageTranslationDefinition
  15375.      */
  15376.     protected function getCmsPageTranslationDefinition2Service()
  15377.     {
  15378.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  15379.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/Aggregate/CmsPageTranslation/CmsPageTranslationDefinition.php';
  15380.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Cms\\Aggregate\\CmsPageTranslation\\CmsPageTranslationDefinition'] = $instance = new \Shopware\Core\Content\Cms\Aggregate\CmsPageTranslation\CmsPageTranslationDefinition();
  15381.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  15382.         return $instance;
  15383.     }
  15384.     /**
  15385.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Cms\Aggregate\CmsSection\CmsSectionDefinition' shared service.
  15386.      *
  15387.      * @return \Shopware\Core\Content\Cms\Aggregate\CmsSection\CmsSectionDefinition
  15388.      */
  15389.     protected function getCmsSectionDefinition2Service()
  15390.     {
  15391.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/Aggregate/CmsSection/CmsSectionDefinition.php';
  15392.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Cms\\Aggregate\\CmsSection\\CmsSectionDefinition'] = $instance = new \Shopware\Core\Content\Cms\Aggregate\CmsSection\CmsSectionDefinition();
  15393.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  15394.         return $instance;
  15395.     }
  15396.     /**
  15397.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Cms\Aggregate\CmsSlotTranslation\CmsSlotTranslationDefinition' shared service.
  15398.      *
  15399.      * @return \Shopware\Core\Content\Cms\Aggregate\CmsSlotTranslation\CmsSlotTranslationDefinition
  15400.      */
  15401.     protected function getCmsSlotTranslationDefinition2Service()
  15402.     {
  15403.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  15404.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/Aggregate/CmsSlotTranslation/CmsSlotTranslationDefinition.php';
  15405.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Cms\\Aggregate\\CmsSlotTranslation\\CmsSlotTranslationDefinition'] = $instance = new \Shopware\Core\Content\Cms\Aggregate\CmsSlotTranslation\CmsSlotTranslationDefinition();
  15406.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  15407.         return $instance;
  15408.     }
  15409.     /**
  15410.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Cms\Aggregate\CmsSlot\CmsSlotDefinition' shared service.
  15411.      *
  15412.      * @return \Shopware\Core\Content\Cms\Aggregate\CmsSlot\CmsSlotDefinition
  15413.      */
  15414.     protected function getCmsSlotDefinition2Service()
  15415.     {
  15416.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/Aggregate/CmsSlot/CmsSlotDefinition.php';
  15417.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Cms\\Aggregate\\CmsSlot\\CmsSlotDefinition'] = $instance = new \Shopware\Core\Content\Cms\Aggregate\CmsSlot\CmsSlotDefinition();
  15418.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  15419.         return $instance;
  15420.     }
  15421.     /**
  15422.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Cms\CmsPageDefinition' shared service.
  15423.      *
  15424.      * @return \Shopware\Core\Content\Cms\CmsPageDefinition
  15425.      */
  15426.     protected function getCmsPageDefinition2Service()
  15427.     {
  15428.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Cms\\CmsPageDefinition'] = $instance = new \Shopware\Core\Content\Cms\CmsPageDefinition();
  15429.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  15430.         return $instance;
  15431.     }
  15432.     /**
  15433.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Flow\Aggregate\FlowSequence\FlowSequenceDefinition' shared service.
  15434.      *
  15435.      * @return \Shopware\Core\Content\Flow\Aggregate\FlowSequence\FlowSequenceDefinition
  15436.      */
  15437.     protected function getFlowSequenceDefinition2Service()
  15438.     {
  15439.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Aggregate/FlowSequence/FlowSequenceDefinition.php';
  15440.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Flow\\Aggregate\\FlowSequence\\FlowSequenceDefinition'] = $instance = new \Shopware\Core\Content\Flow\Aggregate\FlowSequence\FlowSequenceDefinition();
  15441.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  15442.         return $instance;
  15443.     }
  15444.     /**
  15445.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Flow\Aggregate\FlowTemplate\FlowTemplateDefinition' shared service.
  15446.      *
  15447.      * @return \Shopware\Core\Content\Flow\Aggregate\FlowTemplate\FlowTemplateDefinition
  15448.      */
  15449.     protected function getFlowTemplateDefinition2Service()
  15450.     {
  15451.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Aggregate/FlowTemplate/FlowTemplateDefinition.php';
  15452.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Flow\\Aggregate\\FlowTemplate\\FlowTemplateDefinition'] = $instance = new \Shopware\Core\Content\Flow\Aggregate\FlowTemplate\FlowTemplateDefinition();
  15453.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  15454.         return $instance;
  15455.     }
  15456.     /**
  15457.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Flow\FlowDefinition' shared service.
  15458.      *
  15459.      * @return \Shopware\Core\Content\Flow\FlowDefinition
  15460.      */
  15461.     protected function getFlowDefinition2Service()
  15462.     {
  15463.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/FlowDefinition.php';
  15464.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Flow\\FlowDefinition'] = $instance = new \Shopware\Core\Content\Flow\FlowDefinition();
  15465.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  15466.         return $instance;
  15467.     }
  15468.     /**
  15469.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\ImportExport\Aggregate\ImportExportFile\ImportExportFileDefinition' shared service.
  15470.      *
  15471.      * @return \Shopware\Core\Content\ImportExport\Aggregate\ImportExportFile\ImportExportFileDefinition
  15472.      */
  15473.     protected function getImportExportFileDefinition2Service()
  15474.     {
  15475.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/Aggregate/ImportExportFile/ImportExportFileDefinition.php';
  15476.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\ImportExport\\Aggregate\\ImportExportFile\\ImportExportFileDefinition'] = $instance = new \Shopware\Core\Content\ImportExport\Aggregate\ImportExportFile\ImportExportFileDefinition();
  15477.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  15478.         return $instance;
  15479.     }
  15480.     /**
  15481.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\ImportExport\Aggregate\ImportExportLog\ImportExportLogDefinition' shared service.
  15482.      *
  15483.      * @return \Shopware\Core\Content\ImportExport\Aggregate\ImportExportLog\ImportExportLogDefinition
  15484.      */
  15485.     protected function getImportExportLogDefinition2Service()
  15486.     {
  15487.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/Aggregate/ImportExportLog/ImportExportLogDefinition.php';
  15488.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\ImportExport\\Aggregate\\ImportExportLog\\ImportExportLogDefinition'] = $instance = new \Shopware\Core\Content\ImportExport\Aggregate\ImportExportLog\ImportExportLogDefinition();
  15489.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  15490.         return $instance;
  15491.     }
  15492.     /**
  15493.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\ImportExport\ImportExportProfileDefinition' shared service.
  15494.      *
  15495.      * @return \Shopware\Core\Content\ImportExport\ImportExportProfileDefinition
  15496.      */
  15497.     protected function getImportExportProfileDefinition2Service()
  15498.     {
  15499.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/ImportExportProfileDefinition.php';
  15500.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\ImportExport\\ImportExportProfileDefinition'] = $instance = new \Shopware\Core\Content\ImportExport\ImportExportProfileDefinition();
  15501.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  15502.         return $instance;
  15503.     }
  15504.     /**
  15505.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\ImportExport\ImportExportProfileTranslationDefinition' shared service.
  15506.      *
  15507.      * @return \Shopware\Core\Content\ImportExport\ImportExportProfileTranslationDefinition
  15508.      */
  15509.     protected function getImportExportProfileTranslationDefinition2Service()
  15510.     {
  15511.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  15512.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/ImportExportProfileTranslationDefinition.php';
  15513.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\ImportExport\\ImportExportProfileTranslationDefinition'] = $instance = new \Shopware\Core\Content\ImportExport\ImportExportProfileTranslationDefinition();
  15514.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  15515.         return $instance;
  15516.     }
  15517.     /**
  15518.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\LandingPage\Aggregate\LandingPageSalesChannel\LandingPageSalesChannelDefinition' shared service.
  15519.      *
  15520.      * @return \Shopware\Core\Content\LandingPage\Aggregate\LandingPageSalesChannel\LandingPageSalesChannelDefinition
  15521.      */
  15522.     protected function getLandingPageSalesChannelDefinition2Service()
  15523.     {
  15524.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/LandingPage/Aggregate/LandingPageSalesChannel/LandingPageSalesChannelDefinition.php';
  15525.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\LandingPage\\Aggregate\\LandingPageSalesChannel\\LandingPageSalesChannelDefinition'] = $instance = new \Shopware\Core\Content\LandingPage\Aggregate\LandingPageSalesChannel\LandingPageSalesChannelDefinition();
  15526.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  15527.         return $instance;
  15528.     }
  15529.     /**
  15530.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\LandingPage\Aggregate\LandingPageTag\LandingPageTagDefinition' shared service.
  15531.      *
  15532.      * @return \Shopware\Core\Content\LandingPage\Aggregate\LandingPageTag\LandingPageTagDefinition
  15533.      */
  15534.     protected function getLandingPageTagDefinition2Service()
  15535.     {
  15536.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/LandingPage/Aggregate/LandingPageTag/LandingPageTagDefinition.php';
  15537.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\LandingPage\\Aggregate\\LandingPageTag\\LandingPageTagDefinition'] = $instance = new \Shopware\Core\Content\LandingPage\Aggregate\LandingPageTag\LandingPageTagDefinition();
  15538.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  15539.         return $instance;
  15540.     }
  15541.     /**
  15542.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\LandingPage\Aggregate\LandingPageTranslation\LandingPageTranslationDefinition' shared service.
  15543.      *
  15544.      * @return \Shopware\Core\Content\LandingPage\Aggregate\LandingPageTranslation\LandingPageTranslationDefinition
  15545.      */
  15546.     protected function getLandingPageTranslationDefinition2Service()
  15547.     {
  15548.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  15549.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/LandingPage/Aggregate/LandingPageTranslation/LandingPageTranslationDefinition.php';
  15550.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\LandingPage\\Aggregate\\LandingPageTranslation\\LandingPageTranslationDefinition'] = $instance = new \Shopware\Core\Content\LandingPage\Aggregate\LandingPageTranslation\LandingPageTranslationDefinition();
  15551.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  15552.         return $instance;
  15553.     }
  15554.     /**
  15555.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\MailTemplate\Aggregate\MailHeaderFooterTranslation\MailHeaderFooterTranslationDefinition' shared service.
  15556.      *
  15557.      * @return \Shopware\Core\Content\MailTemplate\Aggregate\MailHeaderFooterTranslation\MailHeaderFooterTranslationDefinition
  15558.      */
  15559.     protected function getMailHeaderFooterTranslationDefinition2Service()
  15560.     {
  15561.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  15562.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/MailTemplate/Aggregate/MailHeaderFooterTranslation/MailHeaderFooterTranslationDefinition.php';
  15563.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\MailTemplate\\Aggregate\\MailHeaderFooterTranslation\\MailHeaderFooterTranslationDefinition'] = $instance = new \Shopware\Core\Content\MailTemplate\Aggregate\MailHeaderFooterTranslation\MailHeaderFooterTranslationDefinition();
  15564.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  15565.         return $instance;
  15566.     }
  15567.     /**
  15568.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\MailTemplate\Aggregate\MailHeaderFooter\MailHeaderFooterDefinition' shared service.
  15569.      *
  15570.      * @return \Shopware\Core\Content\MailTemplate\Aggregate\MailHeaderFooter\MailHeaderFooterDefinition
  15571.      */
  15572.     protected function getMailHeaderFooterDefinition2Service()
  15573.     {
  15574.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/MailTemplate/Aggregate/MailHeaderFooter/MailHeaderFooterDefinition.php';
  15575.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\MailTemplate\\Aggregate\\MailHeaderFooter\\MailHeaderFooterDefinition'] = $instance = new \Shopware\Core\Content\MailTemplate\Aggregate\MailHeaderFooter\MailHeaderFooterDefinition();
  15576.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  15577.         return $instance;
  15578.     }
  15579.     /**
  15580.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\MailTemplate\Aggregate\MailTemplateMedia\MailTemplateMediaDefinition' shared service.
  15581.      *
  15582.      * @return \Shopware\Core\Content\MailTemplate\Aggregate\MailTemplateMedia\MailTemplateMediaDefinition
  15583.      */
  15584.     protected function getMailTemplateMediaDefinition2Service()
  15585.     {
  15586.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/MailTemplate/Aggregate/MailTemplateMedia/MailTemplateMediaDefinition.php';
  15587.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\MailTemplate\\Aggregate\\MailTemplateMedia\\MailTemplateMediaDefinition'] = $instance = new \Shopware\Core\Content\MailTemplate\Aggregate\MailTemplateMedia\MailTemplateMediaDefinition();
  15588.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  15589.         return $instance;
  15590.     }
  15591.     /**
  15592.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\MailTemplate\Aggregate\MailTemplateTranslation\MailTemplateTranslationDefinition' shared service.
  15593.      *
  15594.      * @return \Shopware\Core\Content\MailTemplate\Aggregate\MailTemplateTranslation\MailTemplateTranslationDefinition
  15595.      */
  15596.     protected function getMailTemplateTranslationDefinition2Service()
  15597.     {
  15598.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  15599.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/MailTemplate/Aggregate/MailTemplateTranslation/MailTemplateTranslationDefinition.php';
  15600.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\MailTemplate\\Aggregate\\MailTemplateTranslation\\MailTemplateTranslationDefinition'] = $instance = new \Shopware\Core\Content\MailTemplate\Aggregate\MailTemplateTranslation\MailTemplateTranslationDefinition();
  15601.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  15602.         return $instance;
  15603.     }
  15604.     /**
  15605.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\MailTemplate\Aggregate\MailTemplateTypeTranslation\MailTemplateTypeTranslationDefinition' shared service.
  15606.      *
  15607.      * @return \Shopware\Core\Content\MailTemplate\Aggregate\MailTemplateTypeTranslation\MailTemplateTypeTranslationDefinition
  15608.      */
  15609.     protected function getMailTemplateTypeTranslationDefinition2Service()
  15610.     {
  15611.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  15612.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/MailTemplate/Aggregate/MailTemplateTypeTranslation/MailTemplateTypeTranslationDefinition.php';
  15613.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\MailTemplate\\Aggregate\\MailTemplateTypeTranslation\\MailTemplateTypeTranslationDefinition'] = $instance = new \Shopware\Core\Content\MailTemplate\Aggregate\MailTemplateTypeTranslation\MailTemplateTypeTranslationDefinition();
  15614.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  15615.         return $instance;
  15616.     }
  15617.     /**
  15618.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\MailTemplate\Aggregate\MailTemplateType\MailTemplateTypeDefinition' shared service.
  15619.      *
  15620.      * @return \Shopware\Core\Content\MailTemplate\Aggregate\MailTemplateType\MailTemplateTypeDefinition
  15621.      */
  15622.     protected function getMailTemplateTypeDefinition2Service()
  15623.     {
  15624.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/MailTemplate/Aggregate/MailTemplateType/MailTemplateTypeDefinition.php';
  15625.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\MailTemplate\\Aggregate\\MailTemplateType\\MailTemplateTypeDefinition'] = $instance = new \Shopware\Core\Content\MailTemplate\Aggregate\MailTemplateType\MailTemplateTypeDefinition();
  15626.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  15627.         return $instance;
  15628.     }
  15629.     /**
  15630.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\MailTemplate\MailTemplateDefinition' shared service.
  15631.      *
  15632.      * @return \Shopware\Core\Content\MailTemplate\MailTemplateDefinition
  15633.      */
  15634.     protected function getMailTemplateDefinition2Service()
  15635.     {
  15636.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/MailTemplate/MailTemplateDefinition.php';
  15637.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\MailTemplate\\MailTemplateDefinition'] = $instance = new \Shopware\Core\Content\MailTemplate\MailTemplateDefinition();
  15638.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  15639.         return $instance;
  15640.     }
  15641.     /**
  15642.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Media\Aggregate\MediaDefaultFolder\MediaDefaultFolderDefinition' shared service.
  15643.      *
  15644.      * @return \Shopware\Core\Content\Media\Aggregate\MediaDefaultFolder\MediaDefaultFolderDefinition
  15645.      */
  15646.     protected function getMediaDefaultFolderDefinition2Service()
  15647.     {
  15648.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Aggregate/MediaDefaultFolder/MediaDefaultFolderDefinition.php';
  15649.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Media\\Aggregate\\MediaDefaultFolder\\MediaDefaultFolderDefinition'] = $instance = new \Shopware\Core\Content\Media\Aggregate\MediaDefaultFolder\MediaDefaultFolderDefinition();
  15650.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  15651.         return $instance;
  15652.     }
  15653.     /**
  15654.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Media\Aggregate\MediaFolderConfigurationMediaThumbnailSize\MediaFolderConfigurationMediaThumbnailSizeDefinition' shared service.
  15655.      *
  15656.      * @return \Shopware\Core\Content\Media\Aggregate\MediaFolderConfigurationMediaThumbnailSize\MediaFolderConfigurationMediaThumbnailSizeDefinition
  15657.      */
  15658.     protected function getMediaFolderConfigurationMediaThumbnailSizeDefinition2Service()
  15659.     {
  15660.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Aggregate/MediaFolderConfigurationMediaThumbnailSize/MediaFolderConfigurationMediaThumbnailSizeDefinition.php';
  15661.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Media\\Aggregate\\MediaFolderConfigurationMediaThumbnailSize\\MediaFolderConfigurationMediaThumbnailSizeDefinition'] = $instance = new \Shopware\Core\Content\Media\Aggregate\MediaFolderConfigurationMediaThumbnailSize\MediaFolderConfigurationMediaThumbnailSizeDefinition();
  15662.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  15663.         return $instance;
  15664.     }
  15665.     /**
  15666.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Media\Aggregate\MediaFolderConfiguration\MediaFolderConfigurationDefinition' shared service.
  15667.      *
  15668.      * @return \Shopware\Core\Content\Media\Aggregate\MediaFolderConfiguration\MediaFolderConfigurationDefinition
  15669.      */
  15670.     protected function getMediaFolderConfigurationDefinition2Service()
  15671.     {
  15672.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Aggregate/MediaFolderConfiguration/MediaFolderConfigurationDefinition.php';
  15673.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Media\\Aggregate\\MediaFolderConfiguration\\MediaFolderConfigurationDefinition'] = $instance = new \Shopware\Core\Content\Media\Aggregate\MediaFolderConfiguration\MediaFolderConfigurationDefinition();
  15674.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  15675.         return $instance;
  15676.     }
  15677.     /**
  15678.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Media\Aggregate\MediaFolder\MediaFolderDefinition' shared service.
  15679.      *
  15680.      * @return \Shopware\Core\Content\Media\Aggregate\MediaFolder\MediaFolderDefinition
  15681.      */
  15682.     protected function getMediaFolderDefinition2Service()
  15683.     {
  15684.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Aggregate/MediaFolder/MediaFolderDefinition.php';
  15685.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Media\\Aggregate\\MediaFolder\\MediaFolderDefinition'] = $instance = new \Shopware\Core\Content\Media\Aggregate\MediaFolder\MediaFolderDefinition();
  15686.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  15687.         return $instance;
  15688.     }
  15689.     /**
  15690.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Media\Aggregate\MediaTag\MediaTagDefinition' shared service.
  15691.      *
  15692.      * @return \Shopware\Core\Content\Media\Aggregate\MediaTag\MediaTagDefinition
  15693.      */
  15694.     protected function getMediaTagDefinition2Service()
  15695.     {
  15696.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Aggregate/MediaTag/MediaTagDefinition.php';
  15697.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Media\\Aggregate\\MediaTag\\MediaTagDefinition'] = $instance = new \Shopware\Core\Content\Media\Aggregate\MediaTag\MediaTagDefinition();
  15698.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  15699.         return $instance;
  15700.     }
  15701.     /**
  15702.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Media\Aggregate\MediaThumbnailSize\MediaThumbnailSizeDefinition' shared service.
  15703.      *
  15704.      * @return \Shopware\Core\Content\Media\Aggregate\MediaThumbnailSize\MediaThumbnailSizeDefinition
  15705.      */
  15706.     protected function getMediaThumbnailSizeDefinition2Service()
  15707.     {
  15708.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Aggregate/MediaThumbnailSize/MediaThumbnailSizeDefinition.php';
  15709.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnailSize\\MediaThumbnailSizeDefinition'] = $instance = new \Shopware\Core\Content\Media\Aggregate\MediaThumbnailSize\MediaThumbnailSizeDefinition();
  15710.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  15711.         return $instance;
  15712.     }
  15713.     /**
  15714.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Media\Aggregate\MediaThumbnail\MediaThumbnailDefinition' shared service.
  15715.      *
  15716.      * @return \Shopware\Core\Content\Media\Aggregate\MediaThumbnail\MediaThumbnailDefinition
  15717.      */
  15718.     protected function getMediaThumbnailDefinition2Service()
  15719.     {
  15720.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Aggregate/MediaThumbnail/MediaThumbnailDefinition.php';
  15721.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnail\\MediaThumbnailDefinition'] = $instance = new \Shopware\Core\Content\Media\Aggregate\MediaThumbnail\MediaThumbnailDefinition();
  15722.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  15723.         return $instance;
  15724.     }
  15725.     /**
  15726.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Media\Aggregate\MediaTranslation\MediaTranslationDefinition' shared service.
  15727.      *
  15728.      * @return \Shopware\Core\Content\Media\Aggregate\MediaTranslation\MediaTranslationDefinition
  15729.      */
  15730.     protected function getMediaTranslationDefinition2Service()
  15731.     {
  15732.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  15733.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Aggregate/MediaTranslation/MediaTranslationDefinition.php';
  15734.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Media\\Aggregate\\MediaTranslation\\MediaTranslationDefinition'] = $instance = new \Shopware\Core\Content\Media\Aggregate\MediaTranslation\MediaTranslationDefinition();
  15735.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  15736.         return $instance;
  15737.     }
  15738.     /**
  15739.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Media\MediaDefinition' shared service.
  15740.      *
  15741.      * @return \Shopware\Core\Content\Media\MediaDefinition
  15742.      */
  15743.     protected function getMediaDefinition2Service()
  15744.     {
  15745.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Media\\MediaDefinition'] = $instance = new \Shopware\Core\Content\Media\MediaDefinition();
  15746.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  15747.         return $instance;
  15748.     }
  15749.     /**
  15750.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Newsletter\Aggregate\NewsletterRecipientTag\NewsletterRecipientTagDefinition' shared service.
  15751.      *
  15752.      * @return \Shopware\Core\Content\Newsletter\Aggregate\NewsletterRecipientTag\NewsletterRecipientTagDefinition
  15753.      */
  15754.     protected function getNewsletterRecipientTagDefinition2Service()
  15755.     {
  15756.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Newsletter/Aggregate/NewsletterRecipientTag/NewsletterRecipientTagDefinition.php';
  15757.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Newsletter\\Aggregate\\NewsletterRecipientTag\\NewsletterRecipientTagDefinition'] = $instance = new \Shopware\Core\Content\Newsletter\Aggregate\NewsletterRecipientTag\NewsletterRecipientTagDefinition();
  15758.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  15759.         return $instance;
  15760.     }
  15761.     /**
  15762.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\ProductExport\ProductExportDefinition' shared service.
  15763.      *
  15764.      * @return \Shopware\Core\Content\ProductExport\ProductExportDefinition
  15765.      */
  15766.     protected function getProductExportDefinition2Service()
  15767.     {
  15768.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ProductExport/ProductExportDefinition.php';
  15769.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\ProductExport\\ProductExportDefinition'] = $instance = new \Shopware\Core\Content\ProductExport\ProductExportDefinition();
  15770.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  15771.         return $instance;
  15772.     }
  15773.     /**
  15774.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\ProductStream\Aggregate\ProductStreamFilter\ProductStreamFilterDefinition' shared service.
  15775.      *
  15776.      * @return \Shopware\Core\Content\ProductStream\Aggregate\ProductStreamFilter\ProductStreamFilterDefinition
  15777.      */
  15778.     protected function getProductStreamFilterDefinition2Service()
  15779.     {
  15780.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ProductStream/Aggregate/ProductStreamFilter/ProductStreamFilterDefinition.php';
  15781.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\ProductStream\\Aggregate\\ProductStreamFilter\\ProductStreamFilterDefinition'] = $instance = new \Shopware\Core\Content\ProductStream\Aggregate\ProductStreamFilter\ProductStreamFilterDefinition();
  15782.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  15783.         return $instance;
  15784.     }
  15785.     /**
  15786.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\ProductStream\Aggregate\ProductStreamTranslation\ProductStreamTranslationDefinition' shared service.
  15787.      *
  15788.      * @return \Shopware\Core\Content\ProductStream\Aggregate\ProductStreamTranslation\ProductStreamTranslationDefinition
  15789.      */
  15790.     protected function getProductStreamTranslationDefinition2Service()
  15791.     {
  15792.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  15793.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ProductStream/Aggregate/ProductStreamTranslation/ProductStreamTranslationDefinition.php';
  15794.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\ProductStream\\Aggregate\\ProductStreamTranslation\\ProductStreamTranslationDefinition'] = $instance = new \Shopware\Core\Content\ProductStream\Aggregate\ProductStreamTranslation\ProductStreamTranslationDefinition();
  15795.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  15796.         return $instance;
  15797.     }
  15798.     /**
  15799.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\ProductStream\ProductStreamDefinition' shared service.
  15800.      *
  15801.      * @return \Shopware\Core\Content\ProductStream\ProductStreamDefinition
  15802.      */
  15803.     protected function getProductStreamDefinition2Service()
  15804.     {
  15805.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ProductStream/ProductStreamDefinition.php';
  15806.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\ProductStream\\ProductStreamDefinition'] = $instance = new \Shopware\Core\Content\ProductStream\ProductStreamDefinition();
  15807.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  15808.         return $instance;
  15809.     }
  15810.     /**
  15811.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Product\Aggregate\ProductCategoryTree\ProductCategoryTreeDefinition' shared service.
  15812.      *
  15813.      * @return \Shopware\Core\Content\Product\Aggregate\ProductCategoryTree\ProductCategoryTreeDefinition
  15814.      */
  15815.     protected function getProductCategoryTreeDefinition2Service()
  15816.     {
  15817.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductCategoryTree/ProductCategoryTreeDefinition.php';
  15818.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductCategoryTree\\ProductCategoryTreeDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductCategoryTree\ProductCategoryTreeDefinition();
  15819.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  15820.         return $instance;
  15821.     }
  15822.     /**
  15823.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Product\Aggregate\ProductCategory\ProductCategoryDefinition' shared service.
  15824.      *
  15825.      * @return \Shopware\Core\Content\Product\Aggregate\ProductCategory\ProductCategoryDefinition
  15826.      */
  15827.     protected function getProductCategoryDefinition2Service()
  15828.     {
  15829.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductCategory/ProductCategoryDefinition.php';
  15830.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductCategory\\ProductCategoryDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductCategory\ProductCategoryDefinition();
  15831.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  15832.         return $instance;
  15833.     }
  15834.     /**
  15835.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Product\Aggregate\ProductConfiguratorSetting\ProductConfiguratorSettingDefinition' shared service.
  15836.      *
  15837.      * @return \Shopware\Core\Content\Product\Aggregate\ProductConfiguratorSetting\ProductConfiguratorSettingDefinition
  15838.      */
  15839.     protected function getProductConfiguratorSettingDefinition2Service()
  15840.     {
  15841.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductConfiguratorSetting/ProductConfiguratorSettingDefinition.php';
  15842.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductConfiguratorSetting\\ProductConfiguratorSettingDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductConfiguratorSetting\ProductConfiguratorSettingDefinition();
  15843.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  15844.         return $instance;
  15845.     }
  15846.     /**
  15847.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Product\Aggregate\ProductCrossSellingAssignedProducts\ProductCrossSellingAssignedProductsDefinition' shared service.
  15848.      *
  15849.      * @return \Shopware\Core\Content\Product\Aggregate\ProductCrossSellingAssignedProducts\ProductCrossSellingAssignedProductsDefinition
  15850.      */
  15851.     protected function getProductCrossSellingAssignedProductsDefinition2Service()
  15852.     {
  15853.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductCrossSellingAssignedProducts/ProductCrossSellingAssignedProductsDefinition.php';
  15854.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductCrossSellingAssignedProducts\\ProductCrossSellingAssignedProductsDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductCrossSellingAssignedProducts\ProductCrossSellingAssignedProductsDefinition();
  15855.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  15856.         return $instance;
  15857.     }
  15858.     /**
  15859.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Product\Aggregate\ProductCrossSellingTranslation\ProductCrossSellingTranslationDefinition' shared service.
  15860.      *
  15861.      * @return \Shopware\Core\Content\Product\Aggregate\ProductCrossSellingTranslation\ProductCrossSellingTranslationDefinition
  15862.      */
  15863.     protected function getProductCrossSellingTranslationDefinition2Service()
  15864.     {
  15865.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  15866.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductCrossSellingTranslation/ProductCrossSellingTranslationDefinition.php';
  15867.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductCrossSellingTranslation\\ProductCrossSellingTranslationDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductCrossSellingTranslation\ProductCrossSellingTranslationDefinition();
  15868.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  15869.         return $instance;
  15870.     }
  15871.     /**
  15872.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Product\Aggregate\ProductCrossSelling\ProductCrossSellingDefinition' shared service.
  15873.      *
  15874.      * @return \Shopware\Core\Content\Product\Aggregate\ProductCrossSelling\ProductCrossSellingDefinition
  15875.      */
  15876.     protected function getProductCrossSellingDefinition2Service()
  15877.     {
  15878.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductCrossSelling/ProductCrossSellingDefinition.php';
  15879.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductCrossSelling\\ProductCrossSellingDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductCrossSelling\ProductCrossSellingDefinition();
  15880.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  15881.         return $instance;
  15882.     }
  15883.     /**
  15884.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Product\Aggregate\ProductCustomFieldSet\ProductCustomFieldSetDefinition' shared service.
  15885.      *
  15886.      * @return \Shopware\Core\Content\Product\Aggregate\ProductCustomFieldSet\ProductCustomFieldSetDefinition
  15887.      */
  15888.     protected function getProductCustomFieldSetDefinition2Service()
  15889.     {
  15890.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductCustomFieldSet/ProductCustomFieldSetDefinition.php';
  15891.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductCustomFieldSet\\ProductCustomFieldSetDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductCustomFieldSet\ProductCustomFieldSetDefinition();
  15892.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  15893.         return $instance;
  15894.     }
  15895.     /**
  15896.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Product\Aggregate\ProductDownload\ProductDownloadDefinition' shared service.
  15897.      *
  15898.      * @return \Shopware\Core\Content\Product\Aggregate\ProductDownload\ProductDownloadDefinition
  15899.      */
  15900.     protected function getProductDownloadDefinition2Service()
  15901.     {
  15902.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductDownload\\ProductDownloadDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductDownload\ProductDownloadDefinition();
  15903.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  15904.         return $instance;
  15905.     }
  15906.     /**
  15907.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Product\Aggregate\ProductFeatureSetTranslation\ProductFeatureSetTranslationDefinition' shared service.
  15908.      *
  15909.      * @return \Shopware\Core\Content\Product\Aggregate\ProductFeatureSetTranslation\ProductFeatureSetTranslationDefinition
  15910.      */
  15911.     protected function getProductFeatureSetTranslationDefinition2Service()
  15912.     {
  15913.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  15914.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductFeatureSetTranslation/ProductFeatureSetTranslationDefinition.php';
  15915.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductFeatureSetTranslation\\ProductFeatureSetTranslationDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductFeatureSetTranslation\ProductFeatureSetTranslationDefinition();
  15916.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  15917.         return $instance;
  15918.     }
  15919.     /**
  15920.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Product\Aggregate\ProductFeatureSet\ProductFeatureSetDefinition' shared service.
  15921.      *
  15922.      * @return \Shopware\Core\Content\Product\Aggregate\ProductFeatureSet\ProductFeatureSetDefinition
  15923.      */
  15924.     protected function getProductFeatureSetDefinition2Service()
  15925.     {
  15926.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductFeatureSet/ProductFeatureSetDefinition.php';
  15927.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductFeatureSet\\ProductFeatureSetDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductFeatureSet\ProductFeatureSetDefinition();
  15928.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  15929.         return $instance;
  15930.     }
  15931.     /**
  15932.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Product\Aggregate\ProductKeywordDictionary\ProductKeywordDictionaryDefinition' shared service.
  15933.      *
  15934.      * @return \Shopware\Core\Content\Product\Aggregate\ProductKeywordDictionary\ProductKeywordDictionaryDefinition
  15935.      */
  15936.     protected function getProductKeywordDictionaryDefinition2Service()
  15937.     {
  15938.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductKeywordDictionary/ProductKeywordDictionaryDefinition.php';
  15939.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductKeywordDictionary\\ProductKeywordDictionaryDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductKeywordDictionary\ProductKeywordDictionaryDefinition();
  15940.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  15941.         return $instance;
  15942.     }
  15943.     /**
  15944.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Product\Aggregate\ProductManufacturerTranslation\ProductManufacturerTranslationDefinition' shared service.
  15945.      *
  15946.      * @return \Shopware\Core\Content\Product\Aggregate\ProductManufacturerTranslation\ProductManufacturerTranslationDefinition
  15947.      */
  15948.     protected function getProductManufacturerTranslationDefinition2Service()
  15949.     {
  15950.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  15951.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductManufacturerTranslation/ProductManufacturerTranslationDefinition.php';
  15952.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductManufacturerTranslation\\ProductManufacturerTranslationDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductManufacturerTranslation\ProductManufacturerTranslationDefinition();
  15953.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  15954.         return $instance;
  15955.     }
  15956.     /**
  15957.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Product\Aggregate\ProductManufacturer\ProductManufacturerDefinition' shared service.
  15958.      *
  15959.      * @return \Shopware\Core\Content\Product\Aggregate\ProductManufacturer\ProductManufacturerDefinition
  15960.      */
  15961.     protected function getProductManufacturerDefinition2Service()
  15962.     {
  15963.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductManufacturer/ProductManufacturerDefinition.php';
  15964.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductManufacturer\\ProductManufacturerDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductManufacturer\ProductManufacturerDefinition();
  15965.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  15966.         return $instance;
  15967.     }
  15968.     /**
  15969.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Product\Aggregate\ProductMedia\ProductMediaDefinition' shared service.
  15970.      *
  15971.      * @return \Shopware\Core\Content\Product\Aggregate\ProductMedia\ProductMediaDefinition
  15972.      */
  15973.     protected function getProductMediaDefinition2Service()
  15974.     {
  15975.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductMedia/ProductMediaDefinition.php';
  15976.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductMedia\\ProductMediaDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductMedia\ProductMediaDefinition();
  15977.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  15978.         return $instance;
  15979.     }
  15980.     /**
  15981.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Product\Aggregate\ProductOption\ProductOptionDefinition' shared service.
  15982.      *
  15983.      * @return \Shopware\Core\Content\Product\Aggregate\ProductOption\ProductOptionDefinition
  15984.      */
  15985.     protected function getProductOptionDefinition2Service()
  15986.     {
  15987.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductOption/ProductOptionDefinition.php';
  15988.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductOption\\ProductOptionDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductOption\ProductOptionDefinition();
  15989.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  15990.         return $instance;
  15991.     }
  15992.     /**
  15993.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Product\Aggregate\ProductPrice\ProductPriceDefinition' shared service.
  15994.      *
  15995.      * @return \Shopware\Core\Content\Product\Aggregate\ProductPrice\ProductPriceDefinition
  15996.      */
  15997.     protected function getProductPriceDefinition2Service()
  15998.     {
  15999.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductPrice/ProductPriceDefinition.php';
  16000.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductPrice\\ProductPriceDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductPrice\ProductPriceDefinition();
  16001.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  16002.         return $instance;
  16003.     }
  16004.     /**
  16005.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Product\Aggregate\ProductProperty\ProductPropertyDefinition' shared service.
  16006.      *
  16007.      * @return \Shopware\Core\Content\Product\Aggregate\ProductProperty\ProductPropertyDefinition
  16008.      */
  16009.     protected function getProductPropertyDefinition2Service()
  16010.     {
  16011.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductProperty/ProductPropertyDefinition.php';
  16012.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductProperty\\ProductPropertyDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductProperty\ProductPropertyDefinition();
  16013.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  16014.         return $instance;
  16015.     }
  16016.     /**
  16017.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Product\Aggregate\ProductReview\ProductReviewDefinition' shared service.
  16018.      *
  16019.      * @return \Shopware\Core\Content\Product\Aggregate\ProductReview\ProductReviewDefinition
  16020.      */
  16021.     protected function getProductReviewDefinition2Service()
  16022.     {
  16023.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductReview/ProductReviewDefinition.php';
  16024.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductReview\\ProductReviewDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductReview\ProductReviewDefinition();
  16025.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  16026.         return $instance;
  16027.     }
  16028.     /**
  16029.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Product\Aggregate\ProductSearchConfigField\ProductSearchConfigFieldDefinition' shared service.
  16030.      *
  16031.      * @return \Shopware\Core\Content\Product\Aggregate\ProductSearchConfigField\ProductSearchConfigFieldDefinition
  16032.      */
  16033.     protected function getProductSearchConfigFieldDefinition2Service()
  16034.     {
  16035.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductSearchConfigField/ProductSearchConfigFieldDefinition.php';
  16036.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductSearchConfigField\\ProductSearchConfigFieldDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductSearchConfigField\ProductSearchConfigFieldDefinition();
  16037.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  16038.         return $instance;
  16039.     }
  16040.     /**
  16041.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Product\Aggregate\ProductSearchConfig\ProductSearchConfigDefinition' shared service.
  16042.      *
  16043.      * @return \Shopware\Core\Content\Product\Aggregate\ProductSearchConfig\ProductSearchConfigDefinition
  16044.      */
  16045.     protected function getProductSearchConfigDefinition2Service()
  16046.     {
  16047.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductSearchConfig/ProductSearchConfigDefinition.php';
  16048.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductSearchConfig\\ProductSearchConfigDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductSearchConfig\ProductSearchConfigDefinition();
  16049.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  16050.         return $instance;
  16051.     }
  16052.     /**
  16053.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Product\Aggregate\ProductSearchKeyword\ProductSearchKeywordDefinition' shared service.
  16054.      *
  16055.      * @return \Shopware\Core\Content\Product\Aggregate\ProductSearchKeyword\ProductSearchKeywordDefinition
  16056.      */
  16057.     protected function getProductSearchKeywordDefinition2Service()
  16058.     {
  16059.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductSearchKeyword/ProductSearchKeywordDefinition.php';
  16060.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductSearchKeyword\\ProductSearchKeywordDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductSearchKeyword\ProductSearchKeywordDefinition();
  16061.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  16062.         return $instance;
  16063.     }
  16064.     /**
  16065.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Product\Aggregate\ProductStreamMapping\ProductStreamMappingDefinition' shared service.
  16066.      *
  16067.      * @return \Shopware\Core\Content\Product\Aggregate\ProductStreamMapping\ProductStreamMappingDefinition
  16068.      */
  16069.     protected function getProductStreamMappingDefinition2Service()
  16070.     {
  16071.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductStreamMapping/ProductStreamMappingDefinition.php';
  16072.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductStreamMapping\\ProductStreamMappingDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductStreamMapping\ProductStreamMappingDefinition();
  16073.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  16074.         return $instance;
  16075.     }
  16076.     /**
  16077.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Product\Aggregate\ProductTag\ProductTagDefinition' shared service.
  16078.      *
  16079.      * @return \Shopware\Core\Content\Product\Aggregate\ProductTag\ProductTagDefinition
  16080.      */
  16081.     protected function getProductTagDefinition2Service()
  16082.     {
  16083.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductTag/ProductTagDefinition.php';
  16084.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductTag\\ProductTagDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductTag\ProductTagDefinition();
  16085.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  16086.         return $instance;
  16087.     }
  16088.     /**
  16089.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Product\Aggregate\ProductTranslation\ProductTranslationDefinition' shared service.
  16090.      *
  16091.      * @return \Shopware\Core\Content\Product\Aggregate\ProductTranslation\ProductTranslationDefinition
  16092.      */
  16093.     protected function getProductTranslationDefinition2Service()
  16094.     {
  16095.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  16096.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductTranslation/ProductTranslationDefinition.php';
  16097.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductTranslation\\ProductTranslationDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductTranslation\ProductTranslationDefinition();
  16098.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  16099.         return $instance;
  16100.     }
  16101.     /**
  16102.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Product\Aggregate\ProductVisibility\ProductVisibilityDefinition' shared service.
  16103.      *
  16104.      * @return \Shopware\Core\Content\Product\Aggregate\ProductVisibility\ProductVisibilityDefinition
  16105.      */
  16106.     protected function getProductVisibilityDefinition2Service()
  16107.     {
  16108.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductVisibility/ProductVisibilityDefinition.php';
  16109.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductVisibility\\ProductVisibilityDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductVisibility\ProductVisibilityDefinition();
  16110.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  16111.         return $instance;
  16112.     }
  16113.     /**
  16114.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Product\SalesChannel\Sorting\ProductSortingDefinition' shared service.
  16115.      *
  16116.      * @return \Shopware\Core\Content\Product\SalesChannel\Sorting\ProductSortingDefinition
  16117.      */
  16118.     protected function getProductSortingDefinition2Service()
  16119.     {
  16120.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/Sorting/ProductSortingDefinition.php';
  16121.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Product\\SalesChannel\\Sorting\\ProductSortingDefinition'] = $instance = new \Shopware\Core\Content\Product\SalesChannel\Sorting\ProductSortingDefinition();
  16122.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  16123.         return $instance;
  16124.     }
  16125.     /**
  16126.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Product\SalesChannel\Sorting\ProductSortingTranslationDefinition' shared service.
  16127.      *
  16128.      * @return \Shopware\Core\Content\Product\SalesChannel\Sorting\ProductSortingTranslationDefinition
  16129.      */
  16130.     protected function getProductSortingTranslationDefinition2Service()
  16131.     {
  16132.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  16133.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/Sorting/ProductSortingTranslationDefinition.php';
  16134.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Product\\SalesChannel\\Sorting\\ProductSortingTranslationDefinition'] = $instance = new \Shopware\Core\Content\Product\SalesChannel\Sorting\ProductSortingTranslationDefinition();
  16135.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  16136.         return $instance;
  16137.     }
  16138.     /**
  16139.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Property\Aggregate\PropertyGroupOptionTranslation\PropertyGroupOptionTranslationDefinition' shared service.
  16140.      *
  16141.      * @return \Shopware\Core\Content\Property\Aggregate\PropertyGroupOptionTranslation\PropertyGroupOptionTranslationDefinition
  16142.      */
  16143.     protected function getPropertyGroupOptionTranslationDefinition2Service()
  16144.     {
  16145.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  16146.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Property/Aggregate/PropertyGroupOptionTranslation/PropertyGroupOptionTranslationDefinition.php';
  16147.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Property\\Aggregate\\PropertyGroupOptionTranslation\\PropertyGroupOptionTranslationDefinition'] = $instance = new \Shopware\Core\Content\Property\Aggregate\PropertyGroupOptionTranslation\PropertyGroupOptionTranslationDefinition();
  16148.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  16149.         return $instance;
  16150.     }
  16151.     /**
  16152.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Property\Aggregate\PropertyGroupOption\PropertyGroupOptionDefinition' shared service.
  16153.      *
  16154.      * @return \Shopware\Core\Content\Property\Aggregate\PropertyGroupOption\PropertyGroupOptionDefinition
  16155.      */
  16156.     protected function getPropertyGroupOptionDefinition2Service()
  16157.     {
  16158.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Property/Aggregate/PropertyGroupOption/PropertyGroupOptionDefinition.php';
  16159.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Property\\Aggregate\\PropertyGroupOption\\PropertyGroupOptionDefinition'] = $instance = new \Shopware\Core\Content\Property\Aggregate\PropertyGroupOption\PropertyGroupOptionDefinition();
  16160.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  16161.         return $instance;
  16162.     }
  16163.     /**
  16164.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Property\Aggregate\PropertyGroupTranslation\PropertyGroupTranslationDefinition' shared service.
  16165.      *
  16166.      * @return \Shopware\Core\Content\Property\Aggregate\PropertyGroupTranslation\PropertyGroupTranslationDefinition
  16167.      */
  16168.     protected function getPropertyGroupTranslationDefinition2Service()
  16169.     {
  16170.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  16171.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Property/Aggregate/PropertyGroupTranslation/PropertyGroupTranslationDefinition.php';
  16172.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Property\\Aggregate\\PropertyGroupTranslation\\PropertyGroupTranslationDefinition'] = $instance = new \Shopware\Core\Content\Property\Aggregate\PropertyGroupTranslation\PropertyGroupTranslationDefinition();
  16173.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  16174.         return $instance;
  16175.     }
  16176.     /**
  16177.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Property\PropertyGroupDefinition' shared service.
  16178.      *
  16179.      * @return \Shopware\Core\Content\Property\PropertyGroupDefinition
  16180.      */
  16181.     protected function getPropertyGroupDefinition2Service()
  16182.     {
  16183.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Property/PropertyGroupDefinition.php';
  16184.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Property\\PropertyGroupDefinition'] = $instance = new \Shopware\Core\Content\Property\PropertyGroupDefinition();
  16185.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  16186.         return $instance;
  16187.     }
  16188.     /**
  16189.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Rule\Aggregate\RuleCondition\RuleConditionDefinition' shared service.
  16190.      *
  16191.      * @return \Shopware\Core\Content\Rule\Aggregate\RuleCondition\RuleConditionDefinition
  16192.      */
  16193.     protected function getRuleConditionDefinition2Service()
  16194.     {
  16195.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Rule/Aggregate/RuleCondition/RuleConditionDefinition.php';
  16196.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Rule\\Aggregate\\RuleCondition\\RuleConditionDefinition'] = $instance = new \Shopware\Core\Content\Rule\Aggregate\RuleCondition\RuleConditionDefinition();
  16197.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  16198.         return $instance;
  16199.     }
  16200.     /**
  16201.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Rule\Aggregate\RuleTag\RuleTagDefinition' shared service.
  16202.      *
  16203.      * @return \Shopware\Core\Content\Rule\Aggregate\RuleTag\RuleTagDefinition
  16204.      */
  16205.     protected function getRuleTagDefinition2Service()
  16206.     {
  16207.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Rule/Aggregate/RuleTag/RuleTagDefinition.php';
  16208.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Rule\\Aggregate\\RuleTag\\RuleTagDefinition'] = $instance = new \Shopware\Core\Content\Rule\Aggregate\RuleTag\RuleTagDefinition();
  16209.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  16210.         return $instance;
  16211.     }
  16212.     /**
  16213.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Rule\RuleDefinition' shared service.
  16214.      *
  16215.      * @return \Shopware\Core\Content\Rule\RuleDefinition
  16216.      */
  16217.     protected function getRuleDefinition2Service()
  16218.     {
  16219.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Rule\\RuleDefinition'] = $instance = new \Shopware\Core\Content\Rule\RuleDefinition();
  16220.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  16221.         return $instance;
  16222.     }
  16223.     /**
  16224.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Seo\SeoUrlTemplate\SeoUrlTemplateDefinition' shared service.
  16225.      *
  16226.      * @return \Shopware\Core\Content\Seo\SeoUrlTemplate\SeoUrlTemplateDefinition
  16227.      */
  16228.     protected function getSeoUrlTemplateDefinition2Service()
  16229.     {
  16230.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Seo/SeoUrlTemplate/SeoUrlTemplateDefinition.php';
  16231.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Seo\\SeoUrlTemplate\\SeoUrlTemplateDefinition'] = $instance = new \Shopware\Core\Content\Seo\SeoUrlTemplate\SeoUrlTemplateDefinition();
  16232.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  16233.         return $instance;
  16234.     }
  16235.     /**
  16236.      * Gets the public 'sales_channel_definition.Shopware\Core\Framework\Api\Acl\Role\AclRoleDefinition' shared service.
  16237.      *
  16238.      * @return \Shopware\Core\Framework\Api\Acl\Role\AclRoleDefinition
  16239.      */
  16240.     protected function getAclRoleDefinition2Service()
  16241.     {
  16242.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/Acl/Role/AclRoleDefinition.php';
  16243.         $this->services['sales_channel_definition.Shopware\\Core\\Framework\\Api\\Acl\\Role\\AclRoleDefinition'] = $instance = new \Shopware\Core\Framework\Api\Acl\Role\AclRoleDefinition();
  16244.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  16245.         return $instance;
  16246.     }
  16247.     /**
  16248.      * Gets the public 'sales_channel_definition.Shopware\Core\Framework\Api\Acl\Role\AclUserRoleDefinition' shared service.
  16249.      *
  16250.      * @return \Shopware\Core\Framework\Api\Acl\Role\AclUserRoleDefinition
  16251.      */
  16252.     protected function getAclUserRoleDefinition2Service()
  16253.     {
  16254.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/Acl/Role/AclUserRoleDefinition.php';
  16255.         $this->services['sales_channel_definition.Shopware\\Core\\Framework\\Api\\Acl\\Role\\AclUserRoleDefinition'] = $instance = new \Shopware\Core\Framework\Api\Acl\Role\AclUserRoleDefinition();
  16256.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  16257.         return $instance;
  16258.     }
  16259.     /**
  16260.      * Gets the public 'sales_channel_definition.Shopware\Core\Framework\App\Aggregate\ActionButtonTranslation\ActionButtonTranslationDefinition' shared service.
  16261.      *
  16262.      * @return \Shopware\Core\Framework\App\Aggregate\ActionButtonTranslation\ActionButtonTranslationDefinition
  16263.      */
  16264.     protected function getActionButtonTranslationDefinition2Service()
  16265.     {
  16266.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  16267.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Aggregate/ActionButtonTranslation/ActionButtonTranslationDefinition.php';
  16268.         $this->services['sales_channel_definition.Shopware\\Core\\Framework\\App\\Aggregate\\ActionButtonTranslation\\ActionButtonTranslationDefinition'] = $instance = new \Shopware\Core\Framework\App\Aggregate\ActionButtonTranslation\ActionButtonTranslationDefinition();
  16269.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  16270.         return $instance;
  16271.     }
  16272.     /**
  16273.      * Gets the public 'sales_channel_definition.Shopware\Core\Framework\App\Aggregate\ActionButton\ActionButtonDefinition' shared service.
  16274.      *
  16275.      * @return \Shopware\Core\Framework\App\Aggregate\ActionButton\ActionButtonDefinition
  16276.      */
  16277.     protected function getActionButtonDefinition2Service()
  16278.     {
  16279.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Aggregate/ActionButton/ActionButtonDefinition.php';
  16280.         $this->services['sales_channel_definition.Shopware\\Core\\Framework\\App\\Aggregate\\ActionButton\\ActionButtonDefinition'] = $instance = new \Shopware\Core\Framework\App\Aggregate\ActionButton\ActionButtonDefinition();
  16281.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  16282.         return $instance;
  16283.     }
  16284.     /**
  16285.      * Gets the public 'sales_channel_definition.Shopware\Core\Framework\App\Aggregate\AppPaymentMethod\AppPaymentMethodDefinition' shared service.
  16286.      *
  16287.      * @return \Shopware\Core\Framework\App\Aggregate\AppPaymentMethod\AppPaymentMethodDefinition
  16288.      */
  16289.     protected function getAppPaymentMethodDefinition2Service()
  16290.     {
  16291.         $this->services['sales_channel_definition.Shopware\\Core\\Framework\\App\\Aggregate\\AppPaymentMethod\\AppPaymentMethodDefinition'] = $instance = new \Shopware\Core\Framework\App\Aggregate\AppPaymentMethod\AppPaymentMethodDefinition();
  16292.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  16293.         return $instance;
  16294.     }
  16295.     /**
  16296.      * Gets the public 'sales_channel_definition.Shopware\Core\Framework\App\Aggregate\AppScriptConditionTranslation\AppScriptConditionTranslationDefinition' shared service.
  16297.      *
  16298.      * @return \Shopware\Core\Framework\App\Aggregate\AppScriptConditionTranslation\AppScriptConditionTranslationDefinition
  16299.      */
  16300.     protected function getAppScriptConditionTranslationDefinition2Service()
  16301.     {
  16302.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  16303.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Aggregate/AppScriptConditionTranslation/AppScriptConditionTranslationDefinition.php';
  16304.         $this->services['sales_channel_definition.Shopware\\Core\\Framework\\App\\Aggregate\\AppScriptConditionTranslation\\AppScriptConditionTranslationDefinition'] = $instance = new \Shopware\Core\Framework\App\Aggregate\AppScriptConditionTranslation\AppScriptConditionTranslationDefinition();
  16305.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  16306.         return $instance;
  16307.     }
  16308.     /**
  16309.      * Gets the public 'sales_channel_definition.Shopware\Core\Framework\App\Aggregate\AppScriptCondition\AppScriptConditionDefinition' shared service.
  16310.      *
  16311.      * @return \Shopware\Core\Framework\App\Aggregate\AppScriptCondition\AppScriptConditionDefinition
  16312.      */
  16313.     protected function getAppScriptConditionDefinition2Service()
  16314.     {
  16315.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Aggregate/AppScriptCondition/AppScriptConditionDefinition.php';
  16316.         $this->services['sales_channel_definition.Shopware\\Core\\Framework\\App\\Aggregate\\AppScriptCondition\\AppScriptConditionDefinition'] = $instance = new \Shopware\Core\Framework\App\Aggregate\AppScriptCondition\AppScriptConditionDefinition();
  16317.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  16318.         return $instance;
  16319.     }
  16320.     /**
  16321.      * Gets the public 'sales_channel_definition.Shopware\Core\Framework\App\Aggregate\AppTranslation\AppTranslationDefinition' shared service.
  16322.      *
  16323.      * @return \Shopware\Core\Framework\App\Aggregate\AppTranslation\AppTranslationDefinition
  16324.      */
  16325.     protected function getAppTranslationDefinition2Service()
  16326.     {
  16327.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  16328.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Aggregate/AppTranslation/AppTranslationDefinition.php';
  16329.         $this->services['sales_channel_definition.Shopware\\Core\\Framework\\App\\Aggregate\\AppTranslation\\AppTranslationDefinition'] = $instance = new \Shopware\Core\Framework\App\Aggregate\AppTranslation\AppTranslationDefinition();
  16330.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  16331.         return $instance;
  16332.     }
  16333.     /**
  16334.      * Gets the public 'sales_channel_definition.Shopware\Core\Framework\App\Aggregate\CmsBlockTranslation\AppCmsBlockTranslationDefinition' shared service.
  16335.      *
  16336.      * @return \Shopware\Core\Framework\App\Aggregate\CmsBlockTranslation\AppCmsBlockTranslationDefinition
  16337.      */
  16338.     protected function getAppCmsBlockTranslationDefinition2Service()
  16339.     {
  16340.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  16341.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Aggregate/CmsBlockTranslation/AppCmsBlockTranslationDefinition.php';
  16342.         $this->services['sales_channel_definition.Shopware\\Core\\Framework\\App\\Aggregate\\CmsBlockTranslation\\AppCmsBlockTranslationDefinition'] = $instance = new \Shopware\Core\Framework\App\Aggregate\CmsBlockTranslation\AppCmsBlockTranslationDefinition();
  16343.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  16344.         return $instance;
  16345.     }
  16346.     /**
  16347.      * Gets the public 'sales_channel_definition.Shopware\Core\Framework\App\Aggregate\CmsBlock\AppCmsBlockDefinition' shared service.
  16348.      *
  16349.      * @return \Shopware\Core\Framework\App\Aggregate\CmsBlock\AppCmsBlockDefinition
  16350.      */
  16351.     protected function getAppCmsBlockDefinition2Service()
  16352.     {
  16353.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Aggregate/CmsBlock/AppCmsBlockDefinition.php';
  16354.         $this->services['sales_channel_definition.Shopware\\Core\\Framework\\App\\Aggregate\\CmsBlock\\AppCmsBlockDefinition'] = $instance = new \Shopware\Core\Framework\App\Aggregate\CmsBlock\AppCmsBlockDefinition();
  16355.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  16356.         return $instance;
  16357.     }
  16358.     /**
  16359.      * Gets the public 'sales_channel_definition.Shopware\Core\Framework\App\Aggregate\FlowActionTranslation\AppFlowActionTranslationDefinition' shared service.
  16360.      *
  16361.      * @return \Shopware\Core\Framework\App\Aggregate\FlowActionTranslation\AppFlowActionTranslationDefinition
  16362.      */
  16363.     protected function getAppFlowActionTranslationDefinition2Service()
  16364.     {
  16365.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  16366.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Aggregate/FlowActionTranslation/AppFlowActionTranslationDefinition.php';
  16367.         $this->services['sales_channel_definition.Shopware\\Core\\Framework\\App\\Aggregate\\FlowActionTranslation\\AppFlowActionTranslationDefinition'] = $instance = new \Shopware\Core\Framework\App\Aggregate\FlowActionTranslation\AppFlowActionTranslationDefinition();
  16368.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  16369.         return $instance;
  16370.     }
  16371.     /**
  16372.      * Gets the public 'sales_channel_definition.Shopware\Core\Framework\App\Aggregate\FlowAction\AppFlowActionDefinition' shared service.
  16373.      *
  16374.      * @return \Shopware\Core\Framework\App\Aggregate\FlowAction\AppFlowActionDefinition
  16375.      */
  16376.     protected function getAppFlowActionDefinition2Service()
  16377.     {
  16378.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Aggregate/FlowAction/AppFlowActionDefinition.php';
  16379.         $this->services['sales_channel_definition.Shopware\\Core\\Framework\\App\\Aggregate\\FlowAction\\AppFlowActionDefinition'] = $instance = new \Shopware\Core\Framework\App\Aggregate\FlowAction\AppFlowActionDefinition();
  16380.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  16381.         return $instance;
  16382.     }
  16383.     /**
  16384.      * Gets the public 'sales_channel_definition.Shopware\Core\Framework\App\AppDefinition' shared service.
  16385.      *
  16386.      * @return \Shopware\Core\Framework\App\AppDefinition
  16387.      */
  16388.     protected function getAppDefinition2Service()
  16389.     {
  16390.         $this->services['sales_channel_definition.Shopware\\Core\\Framework\\App\\AppDefinition'] = $instance = new \Shopware\Core\Framework\App\AppDefinition();
  16391.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  16392.         return $instance;
  16393.     }
  16394.     /**
  16395.      * Gets the public 'sales_channel_definition.Shopware\Core\Framework\App\Template\TemplateDefinition' shared service.
  16396.      *
  16397.      * @return \Shopware\Core\Framework\App\Template\TemplateDefinition
  16398.      */
  16399.     protected function getTemplateDefinition2Service()
  16400.     {
  16401.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Template/TemplateDefinition.php';
  16402.         $this->services['sales_channel_definition.Shopware\\Core\\Framework\\App\\Template\\TemplateDefinition'] = $instance = new \Shopware\Core\Framework\App\Template\TemplateDefinition();
  16403.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  16404.         return $instance;
  16405.     }
  16406.     /**
  16407.      * Gets the public 'sales_channel_definition.Shopware\Core\Framework\DataAbstractionLayer\Version\Aggregate\VersionCommitData\VersionCommitDataDefinition' shared service.
  16408.      *
  16409.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Version\Aggregate\VersionCommitData\VersionCommitDataDefinition
  16410.      */
  16411.     protected function getVersionCommitDataDefinition2Service()
  16412.     {
  16413.         $this->services['sales_channel_definition.Shopware\\Core\\Framework\\DataAbstractionLayer\\Version\\Aggregate\\VersionCommitData\\VersionCommitDataDefinition'] = $instance = new \Shopware\Core\Framework\DataAbstractionLayer\Version\Aggregate\VersionCommitData\VersionCommitDataDefinition();
  16414.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  16415.         return $instance;
  16416.     }
  16417.     /**
  16418.      * Gets the public 'sales_channel_definition.Shopware\Core\Framework\DataAbstractionLayer\Version\Aggregate\VersionCommit\VersionCommitDefinition' shared service.
  16419.      *
  16420.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Version\Aggregate\VersionCommit\VersionCommitDefinition
  16421.      */
  16422.     protected function getVersionCommitDefinition2Service()
  16423.     {
  16424.         $this->services['sales_channel_definition.Shopware\\Core\\Framework\\DataAbstractionLayer\\Version\\Aggregate\\VersionCommit\\VersionCommitDefinition'] = $instance = new \Shopware\Core\Framework\DataAbstractionLayer\Version\Aggregate\VersionCommit\VersionCommitDefinition();
  16425.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  16426.         return $instance;
  16427.     }
  16428.     /**
  16429.      * Gets the public 'sales_channel_definition.Shopware\Core\Framework\DataAbstractionLayer\Version\VersionDefinition' shared service.
  16430.      *
  16431.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Version\VersionDefinition
  16432.      */
  16433.     protected function getVersionDefinition2Service()
  16434.     {
  16435.         $this->services['sales_channel_definition.Shopware\\Core\\Framework\\DataAbstractionLayer\\Version\\VersionDefinition'] = $instance = new \Shopware\Core\Framework\DataAbstractionLayer\Version\VersionDefinition();
  16436.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  16437.         return $instance;
  16438.     }
  16439.     /**
  16440.      * Gets the public 'sales_channel_definition.Shopware\Core\Framework\Event\EventAction\Aggregate\EventActionRule\EventActionRuleDefinition' shared service.
  16441.      *
  16442.      * @return \Shopware\Core\Framework\Event\EventAction\Aggregate\EventActionRule\EventActionRuleDefinition
  16443.      */
  16444.     protected function getEventActionRuleDefinition2Service()
  16445.     {
  16446.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Event/EventAction/Aggregate/EventActionRule/EventActionRuleDefinition.php';
  16447.         $this->services['sales_channel_definition.Shopware\\Core\\Framework\\Event\\EventAction\\Aggregate\\EventActionRule\\EventActionRuleDefinition'] = $instance = new \Shopware\Core\Framework\Event\EventAction\Aggregate\EventActionRule\EventActionRuleDefinition();
  16448.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  16449.         return $instance;
  16450.     }
  16451.     /**
  16452.      * Gets the public 'sales_channel_definition.Shopware\Core\Framework\Event\EventAction\Aggregate\EventActionSalesChannel\EventActionSalesChannelDefinition' shared service.
  16453.      *
  16454.      * @return \Shopware\Core\Framework\Event\EventAction\Aggregate\EventActionSalesChannel\EventActionSalesChannelDefinition
  16455.      */
  16456.     protected function getEventActionSalesChannelDefinition2Service()
  16457.     {
  16458.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Event/EventAction/Aggregate/EventActionSalesChannel/EventActionSalesChannelDefinition.php';
  16459.         $this->services['sales_channel_definition.Shopware\\Core\\Framework\\Event\\EventAction\\Aggregate\\EventActionSalesChannel\\EventActionSalesChannelDefinition'] = $instance = new \Shopware\Core\Framework\Event\EventAction\Aggregate\EventActionSalesChannel\EventActionSalesChannelDefinition();
  16460.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  16461.         return $instance;
  16462.     }
  16463.     /**
  16464.      * Gets the public 'sales_channel_definition.Shopware\Core\Framework\Event\EventAction\EventActionDefinition' shared service.
  16465.      *
  16466.      * @return \Shopware\Core\Framework\Event\EventAction\EventActionDefinition
  16467.      */
  16468.     protected function getEventActionDefinition2Service()
  16469.     {
  16470.         $this->services['sales_channel_definition.Shopware\\Core\\Framework\\Event\\EventAction\\EventActionDefinition'] = $instance = new \Shopware\Core\Framework\Event\EventAction\EventActionDefinition();
  16471.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  16472.         return $instance;
  16473.     }
  16474.     /**
  16475.      * Gets the public 'sales_channel_definition.Shopware\Core\Framework\Log\LogEntryDefinition' shared service.
  16476.      *
  16477.      * @return \Shopware\Core\Framework\Log\LogEntryDefinition
  16478.      */
  16479.     protected function getLogEntryDefinition2Service()
  16480.     {
  16481.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Log/LogEntryDefinition.php';
  16482.         $this->services['sales_channel_definition.Shopware\\Core\\Framework\\Log\\LogEntryDefinition'] = $instance = new \Shopware\Core\Framework\Log\LogEntryDefinition();
  16483.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  16484.         return $instance;
  16485.     }
  16486.     /**
  16487.      * Gets the public 'sales_channel_definition.Shopware\Core\Framework\MessageQueue\DeadMessage\DeadMessageDefinition' shared service.
  16488.      *
  16489.      * @return \Shopware\Core\Framework\MessageQueue\DeadMessage\DeadMessageDefinition
  16490.      */
  16491.     protected function getDeadMessageDefinition2Service()
  16492.     {
  16493.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/MessageQueue/DeadMessage/DeadMessageDefinition.php';
  16494.         $this->services['sales_channel_definition.Shopware\\Core\\Framework\\MessageQueue\\DeadMessage\\DeadMessageDefinition'] = $instance = new \Shopware\Core\Framework\MessageQueue\DeadMessage\DeadMessageDefinition();
  16495.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  16496.         return $instance;
  16497.     }
  16498.     /**
  16499.      * Gets the public 'sales_channel_definition.Shopware\Core\Framework\MessageQueue\MessageQueueStatsDefinition' shared service.
  16500.      *
  16501.      * @return \Shopware\Core\Framework\MessageQueue\MessageQueueStatsDefinition
  16502.      */
  16503.     protected function getMessageQueueStatsDefinition2Service()
  16504.     {
  16505.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/MessageQueue/MessageQueueStatsDefinition.php';
  16506.         $this->services['sales_channel_definition.Shopware\\Core\\Framework\\MessageQueue\\MessageQueueStatsDefinition'] = $instance = new \Shopware\Core\Framework\MessageQueue\MessageQueueStatsDefinition();
  16507.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  16508.         return $instance;
  16509.     }
  16510.     /**
  16511.      * Gets the public 'sales_channel_definition.Shopware\Core\Framework\MessageQueue\ScheduledTask\ScheduledTaskDefinition' shared service.
  16512.      *
  16513.      * @return \Shopware\Core\Framework\MessageQueue\ScheduledTask\ScheduledTaskDefinition
  16514.      */
  16515.     protected function getScheduledTaskDefinition2Service()
  16516.     {
  16517.         $this->services['sales_channel_definition.Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\ScheduledTaskDefinition'] = $instance = new \Shopware\Core\Framework\MessageQueue\ScheduledTask\ScheduledTaskDefinition();
  16518.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  16519.         return $instance;
  16520.     }
  16521.     /**
  16522.      * Gets the public 'sales_channel_definition.Shopware\Core\Framework\Plugin\Aggregate\PluginTranslation\PluginTranslationDefinition' shared service.
  16523.      *
  16524.      * @return \Shopware\Core\Framework\Plugin\Aggregate\PluginTranslation\PluginTranslationDefinition
  16525.      */
  16526.     protected function getPluginTranslationDefinition2Service()
  16527.     {
  16528.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  16529.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin/Aggregate/PluginTranslation/PluginTranslationDefinition.php';
  16530.         $this->services['sales_channel_definition.Shopware\\Core\\Framework\\Plugin\\Aggregate\\PluginTranslation\\PluginTranslationDefinition'] = $instance = new \Shopware\Core\Framework\Plugin\Aggregate\PluginTranslation\PluginTranslationDefinition();
  16531.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  16532.         return $instance;
  16533.     }
  16534.     /**
  16535.      * Gets the public 'sales_channel_definition.Shopware\Core\Framework\Plugin\PluginDefinition' shared service.
  16536.      *
  16537.      * @return \Shopware\Core\Framework\Plugin\PluginDefinition
  16538.      */
  16539.     protected function getPluginDefinition2Service()
  16540.     {
  16541.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin/PluginDefinition.php';
  16542.         $this->services['sales_channel_definition.Shopware\\Core\\Framework\\Plugin\\PluginDefinition'] = $instance = new \Shopware\Core\Framework\Plugin\PluginDefinition();
  16543.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  16544.         return $instance;
  16545.     }
  16546.     /**
  16547.      * Gets the public 'sales_channel_definition.Shopware\Core\Framework\Script\ScriptDefinition' shared service.
  16548.      *
  16549.      * @return \Shopware\Core\Framework\Script\ScriptDefinition
  16550.      */
  16551.     protected function getScriptDefinition2Service()
  16552.     {
  16553.         $this->services['sales_channel_definition.Shopware\\Core\\Framework\\Script\\ScriptDefinition'] = $instance = new \Shopware\Core\Framework\Script\ScriptDefinition();
  16554.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  16555.         return $instance;
  16556.     }
  16557.     /**
  16558.      * Gets the public 'sales_channel_definition.Shopware\Core\Framework\Webhook\EventLog\WebhookEventLogDefinition' shared service.
  16559.      *
  16560.      * @return \Shopware\Core\Framework\Webhook\EventLog\WebhookEventLogDefinition
  16561.      */
  16562.     protected function getWebhookEventLogDefinition2Service()
  16563.     {
  16564.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Webhook/EventLog/WebhookEventLogDefinition.php';
  16565.         $this->services['sales_channel_definition.Shopware\\Core\\Framework\\Webhook\\EventLog\\WebhookEventLogDefinition'] = $instance = new \Shopware\Core\Framework\Webhook\EventLog\WebhookEventLogDefinition();
  16566.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  16567.         return $instance;
  16568.     }
  16569.     /**
  16570.      * Gets the public 'sales_channel_definition.Shopware\Core\Framework\Webhook\WebhookDefinition' shared service.
  16571.      *
  16572.      * @return \Shopware\Core\Framework\Webhook\WebhookDefinition
  16573.      */
  16574.     protected function getWebhookDefinition2Service()
  16575.     {
  16576.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Webhook/WebhookDefinition.php';
  16577.         $this->services['sales_channel_definition.Shopware\\Core\\Framework\\Webhook\\WebhookDefinition'] = $instance = new \Shopware\Core\Framework\Webhook\WebhookDefinition();
  16578.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  16579.         return $instance;
  16580.     }
  16581.     /**
  16582.      * Gets the public 'sales_channel_definition.Shopware\Core\System\Country\Aggregate\CountryStateTranslation\CountryStateTranslationDefinition' shared service.
  16583.      *
  16584.      * @return \Shopware\Core\System\Country\Aggregate\CountryStateTranslation\CountryStateTranslationDefinition
  16585.      */
  16586.     protected function getCountryStateTranslationDefinition2Service()
  16587.     {
  16588.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  16589.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Country/Aggregate/CountryStateTranslation/CountryStateTranslationDefinition.php';
  16590.         $this->services['sales_channel_definition.Shopware\\Core\\System\\Country\\Aggregate\\CountryStateTranslation\\CountryStateTranslationDefinition'] = $instance = new \Shopware\Core\System\Country\Aggregate\CountryStateTranslation\CountryStateTranslationDefinition();
  16591.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  16592.         return $instance;
  16593.     }
  16594.     /**
  16595.      * Gets the public 'sales_channel_definition.Shopware\Core\System\Country\Aggregate\CountryTranslation\CountryTranslationDefinition' shared service.
  16596.      *
  16597.      * @return \Shopware\Core\System\Country\Aggregate\CountryTranslation\CountryTranslationDefinition
  16598.      */
  16599.     protected function getCountryTranslationDefinition2Service()
  16600.     {
  16601.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  16602.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Country/Aggregate/CountryTranslation/CountryTranslationDefinition.php';
  16603.         $this->services['sales_channel_definition.Shopware\\Core\\System\\Country\\Aggregate\\CountryTranslation\\CountryTranslationDefinition'] = $instance = new \Shopware\Core\System\Country\Aggregate\CountryTranslation\CountryTranslationDefinition();
  16604.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  16605.         return $instance;
  16606.     }
  16607.     /**
  16608.      * Gets the public 'sales_channel_definition.Shopware\Core\System\Currency\Aggregate\CurrencyCountryRounding\CurrencyCountryRoundingDefinition' shared service.
  16609.      *
  16610.      * @return \Shopware\Core\System\Currency\Aggregate\CurrencyCountryRounding\CurrencyCountryRoundingDefinition
  16611.      */
  16612.     protected function getCurrencyCountryRoundingDefinition2Service()
  16613.     {
  16614.         $this->services['sales_channel_definition.Shopware\\Core\\System\\Currency\\Aggregate\\CurrencyCountryRounding\\CurrencyCountryRoundingDefinition'] = $instance = new \Shopware\Core\System\Currency\Aggregate\CurrencyCountryRounding\CurrencyCountryRoundingDefinition();
  16615.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  16616.         return $instance;
  16617.     }
  16618.     /**
  16619.      * Gets the public 'sales_channel_definition.Shopware\Core\System\Currency\Aggregate\CurrencyTranslation\CurrencyTranslationDefinition' shared service.
  16620.      *
  16621.      * @return \Shopware\Core\System\Currency\Aggregate\CurrencyTranslation\CurrencyTranslationDefinition
  16622.      */
  16623.     protected function getCurrencyTranslationDefinition2Service()
  16624.     {
  16625.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  16626.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Currency/Aggregate/CurrencyTranslation/CurrencyTranslationDefinition.php';
  16627.         $this->services['sales_channel_definition.Shopware\\Core\\System\\Currency\\Aggregate\\CurrencyTranslation\\CurrencyTranslationDefinition'] = $instance = new \Shopware\Core\System\Currency\Aggregate\CurrencyTranslation\CurrencyTranslationDefinition();
  16628.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  16629.         return $instance;
  16630.     }
  16631.     /**
  16632.      * Gets the public 'sales_channel_definition.Shopware\Core\System\CustomEntity\CustomEntityDefinition' shared service.
  16633.      *
  16634.      * @return \Shopware\Core\System\CustomEntity\CustomEntityDefinition
  16635.      */
  16636.     protected function getCustomEntityDefinition2Service()
  16637.     {
  16638.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/CustomEntity/CustomEntityDefinition.php';
  16639.         $this->services['sales_channel_definition.Shopware\\Core\\System\\CustomEntity\\CustomEntityDefinition'] = $instance = new \Shopware\Core\System\CustomEntity\CustomEntityDefinition();
  16640.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  16641.         return $instance;
  16642.     }
  16643.     /**
  16644.      * Gets the public 'sales_channel_definition.Shopware\Core\System\CustomField\Aggregate\CustomFieldSetRelation\CustomFieldSetRelationDefinition' shared service.
  16645.      *
  16646.      * @return \Shopware\Core\System\CustomField\Aggregate\CustomFieldSetRelation\CustomFieldSetRelationDefinition
  16647.      */
  16648.     protected function getCustomFieldSetRelationDefinition2Service()
  16649.     {
  16650.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/CustomField/Aggregate/CustomFieldSetRelation/CustomFieldSetRelationDefinition.php';
  16651.         $this->services['sales_channel_definition.Shopware\\Core\\System\\CustomField\\Aggregate\\CustomFieldSetRelation\\CustomFieldSetRelationDefinition'] = $instance = new \Shopware\Core\System\CustomField\Aggregate\CustomFieldSetRelation\CustomFieldSetRelationDefinition();
  16652.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  16653.         return $instance;
  16654.     }
  16655.     /**
  16656.      * Gets the public 'sales_channel_definition.Shopware\Core\System\CustomField\Aggregate\CustomFieldSet\CustomFieldSetDefinition' shared service.
  16657.      *
  16658.      * @return \Shopware\Core\System\CustomField\Aggregate\CustomFieldSet\CustomFieldSetDefinition
  16659.      */
  16660.     protected function getCustomFieldSetDefinition2Service()
  16661.     {
  16662.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/CustomField/Aggregate/CustomFieldSet/CustomFieldSetDefinition.php';
  16663.         $this->services['sales_channel_definition.Shopware\\Core\\System\\CustomField\\Aggregate\\CustomFieldSet\\CustomFieldSetDefinition'] = $instance = new \Shopware\Core\System\CustomField\Aggregate\CustomFieldSet\CustomFieldSetDefinition();
  16664.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  16665.         return $instance;
  16666.     }
  16667.     /**
  16668.      * Gets the public 'sales_channel_definition.Shopware\Core\System\CustomField\CustomFieldDefinition' shared service.
  16669.      *
  16670.      * @return \Shopware\Core\System\CustomField\CustomFieldDefinition
  16671.      */
  16672.     protected function getCustomFieldDefinition2Service()
  16673.     {
  16674.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/CustomField/CustomFieldDefinition.php';
  16675.         $this->services['sales_channel_definition.Shopware\\Core\\System\\CustomField\\CustomFieldDefinition'] = $instance = new \Shopware\Core\System\CustomField\CustomFieldDefinition();
  16676.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  16677.         return $instance;
  16678.     }
  16679.     /**
  16680.      * Gets the public 'sales_channel_definition.Shopware\Core\System\DeliveryTime\Aggregate\DeliveryTimeTranslation\DeliveryTimeTranslationDefinition' shared service.
  16681.      *
  16682.      * @return \Shopware\Core\System\DeliveryTime\Aggregate\DeliveryTimeTranslation\DeliveryTimeTranslationDefinition
  16683.      */
  16684.     protected function getDeliveryTimeTranslationDefinition2Service()
  16685.     {
  16686.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  16687.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/DeliveryTime/Aggregate/DeliveryTimeTranslation/DeliveryTimeTranslationDefinition.php';
  16688.         $this->services['sales_channel_definition.Shopware\\Core\\System\\DeliveryTime\\Aggregate\\DeliveryTimeTranslation\\DeliveryTimeTranslationDefinition'] = $instance = new \Shopware\Core\System\DeliveryTime\Aggregate\DeliveryTimeTranslation\DeliveryTimeTranslationDefinition();
  16689.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  16690.         return $instance;
  16691.     }
  16692.     /**
  16693.      * Gets the public 'sales_channel_definition.Shopware\Core\System\DeliveryTime\DeliveryTimeDefinition' shared service.
  16694.      *
  16695.      * @return \Shopware\Core\System\DeliveryTime\DeliveryTimeDefinition
  16696.      */
  16697.     protected function getDeliveryTimeDefinition2Service()
  16698.     {
  16699.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/DeliveryTime/DeliveryTimeDefinition.php';
  16700.         $this->services['sales_channel_definition.Shopware\\Core\\System\\DeliveryTime\\DeliveryTimeDefinition'] = $instance = new \Shopware\Core\System\DeliveryTime\DeliveryTimeDefinition();
  16701.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  16702.         return $instance;
  16703.     }
  16704.     /**
  16705.      * Gets the public 'sales_channel_definition.Shopware\Core\System\Integration\Aggregate\IntegrationRole\IntegrationRoleDefinition' shared service.
  16706.      *
  16707.      * @return \Shopware\Core\System\Integration\Aggregate\IntegrationRole\IntegrationRoleDefinition
  16708.      */
  16709.     protected function getIntegrationRoleDefinition2Service()
  16710.     {
  16711.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Integration/Aggregate/IntegrationRole/IntegrationRoleDefinition.php';
  16712.         $this->services['sales_channel_definition.Shopware\\Core\\System\\Integration\\Aggregate\\IntegrationRole\\IntegrationRoleDefinition'] = $instance = new \Shopware\Core\System\Integration\Aggregate\IntegrationRole\IntegrationRoleDefinition();
  16713.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  16714.         return $instance;
  16715.     }
  16716.     /**
  16717.      * Gets the public 'sales_channel_definition.Shopware\Core\System\Integration\IntegrationDefinition' shared service.
  16718.      *
  16719.      * @return \Shopware\Core\System\Integration\IntegrationDefinition
  16720.      */
  16721.     protected function getIntegrationDefinition2Service()
  16722.     {
  16723.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Integration/IntegrationDefinition.php';
  16724.         $this->services['sales_channel_definition.Shopware\\Core\\System\\Integration\\IntegrationDefinition'] = $instance = new \Shopware\Core\System\Integration\IntegrationDefinition();
  16725.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  16726.         return $instance;
  16727.     }
  16728.     /**
  16729.      * Gets the public 'sales_channel_definition.Shopware\Core\System\Locale\Aggregate\LocaleTranslation\LocaleTranslationDefinition' shared service.
  16730.      *
  16731.      * @return \Shopware\Core\System\Locale\Aggregate\LocaleTranslation\LocaleTranslationDefinition
  16732.      */
  16733.     protected function getLocaleTranslationDefinition2Service()
  16734.     {
  16735.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  16736.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Locale/Aggregate/LocaleTranslation/LocaleTranslationDefinition.php';
  16737.         $this->services['sales_channel_definition.Shopware\\Core\\System\\Locale\\Aggregate\\LocaleTranslation\\LocaleTranslationDefinition'] = $instance = new \Shopware\Core\System\Locale\Aggregate\LocaleTranslation\LocaleTranslationDefinition();
  16738.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  16739.         return $instance;
  16740.     }
  16741.     /**
  16742.      * Gets the public 'sales_channel_definition.Shopware\Core\System\Locale\LocaleDefinition' shared service.
  16743.      *
  16744.      * @return \Shopware\Core\System\Locale\LocaleDefinition
  16745.      */
  16746.     protected function getLocaleDefinition2Service()
  16747.     {
  16748.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Locale/LocaleDefinition.php';
  16749.         $this->services['sales_channel_definition.Shopware\\Core\\System\\Locale\\LocaleDefinition'] = $instance = new \Shopware\Core\System\Locale\LocaleDefinition();
  16750.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  16751.         return $instance;
  16752.     }
  16753.     /**
  16754.      * Gets the public 'sales_channel_definition.Shopware\Core\System\NumberRange\Aggregate\NumberRangeSalesChannel\NumberRangeSalesChannelDefinition' shared service.
  16755.      *
  16756.      * @return \Shopware\Core\System\NumberRange\Aggregate\NumberRangeSalesChannel\NumberRangeSalesChannelDefinition
  16757.      */
  16758.     protected function getNumberRangeSalesChannelDefinition2Service()
  16759.     {
  16760.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/NumberRange/Aggregate/NumberRangeSalesChannel/NumberRangeSalesChannelDefinition.php';
  16761.         $this->services['sales_channel_definition.Shopware\\Core\\System\\NumberRange\\Aggregate\\NumberRangeSalesChannel\\NumberRangeSalesChannelDefinition'] = $instance = new \Shopware\Core\System\NumberRange\Aggregate\NumberRangeSalesChannel\NumberRangeSalesChannelDefinition();
  16762.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  16763.         return $instance;
  16764.     }
  16765.     /**
  16766.      * Gets the public 'sales_channel_definition.Shopware\Core\System\NumberRange\Aggregate\NumberRangeState\NumberRangeStateDefinition' shared service.
  16767.      *
  16768.      * @return \Shopware\Core\System\NumberRange\Aggregate\NumberRangeState\NumberRangeStateDefinition
  16769.      */
  16770.     protected function getNumberRangeStateDefinition2Service()
  16771.     {
  16772.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/NumberRange/Aggregate/NumberRangeState/NumberRangeStateDefinition.php';
  16773.         $this->services['sales_channel_definition.Shopware\\Core\\System\\NumberRange\\Aggregate\\NumberRangeState\\NumberRangeStateDefinition'] = $instance = new \Shopware\Core\System\NumberRange\Aggregate\NumberRangeState\NumberRangeStateDefinition();
  16774.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  16775.         return $instance;
  16776.     }
  16777.     /**
  16778.      * Gets the public 'sales_channel_definition.Shopware\Core\System\NumberRange\Aggregate\NumberRangeTranslation\NumberRangeTranslationDefinition' shared service.
  16779.      *
  16780.      * @return \Shopware\Core\System\NumberRange\Aggregate\NumberRangeTranslation\NumberRangeTranslationDefinition
  16781.      */
  16782.     protected function getNumberRangeTranslationDefinition2Service()
  16783.     {
  16784.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  16785.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/NumberRange/Aggregate/NumberRangeTranslation/NumberRangeTranslationDefinition.php';
  16786.         $this->services['sales_channel_definition.Shopware\\Core\\System\\NumberRange\\Aggregate\\NumberRangeTranslation\\NumberRangeTranslationDefinition'] = $instance = new \Shopware\Core\System\NumberRange\Aggregate\NumberRangeTranslation\NumberRangeTranslationDefinition();
  16787.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  16788.         return $instance;
  16789.     }
  16790.     /**
  16791.      * Gets the public 'sales_channel_definition.Shopware\Core\System\NumberRange\Aggregate\NumberRangeTypeTranslation\NumberRangeTypeTranslationDefinition' shared service.
  16792.      *
  16793.      * @return \Shopware\Core\System\NumberRange\Aggregate\NumberRangeTypeTranslation\NumberRangeTypeTranslationDefinition
  16794.      */
  16795.     protected function getNumberRangeTypeTranslationDefinition2Service()
  16796.     {
  16797.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  16798.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/NumberRange/Aggregate/NumberRangeTypeTranslation/NumberRangeTypeTranslationDefinition.php';
  16799.         $this->services['sales_channel_definition.Shopware\\Core\\System\\NumberRange\\Aggregate\\NumberRangeTypeTranslation\\NumberRangeTypeTranslationDefinition'] = $instance = new \Shopware\Core\System\NumberRange\Aggregate\NumberRangeTypeTranslation\NumberRangeTypeTranslationDefinition();
  16800.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  16801.         return $instance;
  16802.     }
  16803.     /**
  16804.      * Gets the public 'sales_channel_definition.Shopware\Core\System\NumberRange\Aggregate\NumberRangeType\NumberRangeTypeDefinition' shared service.
  16805.      *
  16806.      * @return \Shopware\Core\System\NumberRange\Aggregate\NumberRangeType\NumberRangeTypeDefinition
  16807.      */
  16808.     protected function getNumberRangeTypeDefinition2Service()
  16809.     {
  16810.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/NumberRange/Aggregate/NumberRangeType/NumberRangeTypeDefinition.php';
  16811.         $this->services['sales_channel_definition.Shopware\\Core\\System\\NumberRange\\Aggregate\\NumberRangeType\\NumberRangeTypeDefinition'] = $instance = new \Shopware\Core\System\NumberRange\Aggregate\NumberRangeType\NumberRangeTypeDefinition();
  16812.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  16813.         return $instance;
  16814.     }
  16815.     /**
  16816.      * Gets the public 'sales_channel_definition.Shopware\Core\System\NumberRange\NumberRangeDefinition' shared service.
  16817.      *
  16818.      * @return \Shopware\Core\System\NumberRange\NumberRangeDefinition
  16819.      */
  16820.     protected function getNumberRangeDefinition2Service()
  16821.     {
  16822.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/NumberRange/NumberRangeDefinition.php';
  16823.         $this->services['sales_channel_definition.Shopware\\Core\\System\\NumberRange\\NumberRangeDefinition'] = $instance = new \Shopware\Core\System\NumberRange\NumberRangeDefinition();
  16824.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  16825.         return $instance;
  16826.     }
  16827.     /**
  16828.      * Gets the public 'sales_channel_definition.Shopware\Core\System\SalesChannel\Aggregate\SalesChannelAnalytics\SalesChannelAnalyticsDefinition' shared service.
  16829.      *
  16830.      * @return \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelAnalytics\SalesChannelAnalyticsDefinition
  16831.      */
  16832.     protected function getSalesChannelAnalyticsDefinition2Service()
  16833.     {
  16834.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/Aggregate/SalesChannelAnalytics/SalesChannelAnalyticsDefinition.php';
  16835.         $this->services['sales_channel_definition.Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelAnalytics\\SalesChannelAnalyticsDefinition'] = $instance = new \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelAnalytics\SalesChannelAnalyticsDefinition();
  16836.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  16837.         return $instance;
  16838.     }
  16839.     /**
  16840.      * Gets the public 'sales_channel_definition.Shopware\Core\System\SalesChannel\Aggregate\SalesChannelCountry\SalesChannelCountryDefinition' shared service.
  16841.      *
  16842.      * @return \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelCountry\SalesChannelCountryDefinition
  16843.      */
  16844.     protected function getSalesChannelCountryDefinition3Service()
  16845.     {
  16846.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/Aggregate/SalesChannelCountry/SalesChannelCountryDefinition.php';
  16847.         $this->services['sales_channel_definition.Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelCountry\\SalesChannelCountryDefinition'] = $instance = new \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelCountry\SalesChannelCountryDefinition();
  16848.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  16849.         return $instance;
  16850.     }
  16851.     /**
  16852.      * Gets the public 'sales_channel_definition.Shopware\Core\System\SalesChannel\Aggregate\SalesChannelCurrency\SalesChannelCurrencyDefinition' shared service.
  16853.      *
  16854.      * @return \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelCurrency\SalesChannelCurrencyDefinition
  16855.      */
  16856.     protected function getSalesChannelCurrencyDefinition3Service()
  16857.     {
  16858.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/Aggregate/SalesChannelCurrency/SalesChannelCurrencyDefinition.php';
  16859.         $this->services['sales_channel_definition.Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelCurrency\\SalesChannelCurrencyDefinition'] = $instance = new \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelCurrency\SalesChannelCurrencyDefinition();
  16860.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  16861.         return $instance;
  16862.     }
  16863.     /**
  16864.      * Gets the public 'sales_channel_definition.Shopware\Core\System\SalesChannel\Aggregate\SalesChannelDomain\SalesChannelDomainDefinition' shared service.
  16865.      *
  16866.      * @return \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelDomain\SalesChannelDomainDefinition
  16867.      */
  16868.     protected function getSalesChannelDomainDefinition2Service()
  16869.     {
  16870.         $this->services['sales_channel_definition.Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelDomain\\SalesChannelDomainDefinition'] = $instance = new \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelDomain\SalesChannelDomainDefinition();
  16871.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  16872.         return $instance;
  16873.     }
  16874.     /**
  16875.      * Gets the public 'sales_channel_definition.Shopware\Core\System\SalesChannel\Aggregate\SalesChannelLanguage\SalesChannelLanguageDefinition' shared service.
  16876.      *
  16877.      * @return \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelLanguage\SalesChannelLanguageDefinition
  16878.      */
  16879.     protected function getSalesChannelLanguageDefinition3Service()
  16880.     {
  16881.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/Aggregate/SalesChannelLanguage/SalesChannelLanguageDefinition.php';
  16882.         $this->services['sales_channel_definition.Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelLanguage\\SalesChannelLanguageDefinition'] = $instance = new \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelLanguage\SalesChannelLanguageDefinition();
  16883.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  16884.         return $instance;
  16885.     }
  16886.     /**
  16887.      * Gets the public 'sales_channel_definition.Shopware\Core\System\SalesChannel\Aggregate\SalesChannelPaymentMethod\SalesChannelPaymentMethodDefinition' shared service.
  16888.      *
  16889.      * @return \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelPaymentMethod\SalesChannelPaymentMethodDefinition
  16890.      */
  16891.     protected function getSalesChannelPaymentMethodDefinition3Service()
  16892.     {
  16893.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/Aggregate/SalesChannelPaymentMethod/SalesChannelPaymentMethodDefinition.php';
  16894.         $this->services['sales_channel_definition.Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelPaymentMethod\\SalesChannelPaymentMethodDefinition'] = $instance = new \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelPaymentMethod\SalesChannelPaymentMethodDefinition();
  16895.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  16896.         return $instance;
  16897.     }
  16898.     /**
  16899.      * Gets the public 'sales_channel_definition.Shopware\Core\System\SalesChannel\Aggregate\SalesChannelShippingMethod\SalesChannelShippingMethodDefinition' shared service.
  16900.      *
  16901.      * @return \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelShippingMethod\SalesChannelShippingMethodDefinition
  16902.      */
  16903.     protected function getSalesChannelShippingMethodDefinition3Service()
  16904.     {
  16905.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/Aggregate/SalesChannelShippingMethod/SalesChannelShippingMethodDefinition.php';
  16906.         $this->services['sales_channel_definition.Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelShippingMethod\\SalesChannelShippingMethodDefinition'] = $instance = new \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelShippingMethod\SalesChannelShippingMethodDefinition();
  16907.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  16908.         return $instance;
  16909.     }
  16910.     /**
  16911.      * Gets the public 'sales_channel_definition.Shopware\Core\System\SalesChannel\Aggregate\SalesChannelTranslation\SalesChannelTranslationDefinition' shared service.
  16912.      *
  16913.      * @return \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelTranslation\SalesChannelTranslationDefinition
  16914.      */
  16915.     protected function getSalesChannelTranslationDefinition2Service()
  16916.     {
  16917.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  16918.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/Aggregate/SalesChannelTranslation/SalesChannelTranslationDefinition.php';
  16919.         $this->services['sales_channel_definition.Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelTranslation\\SalesChannelTranslationDefinition'] = $instance = new \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelTranslation\SalesChannelTranslationDefinition();
  16920.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  16921.         return $instance;
  16922.     }
  16923.     /**
  16924.      * Gets the public 'sales_channel_definition.Shopware\Core\System\SalesChannel\Aggregate\SalesChannelTypeTranslation\SalesChannelTypeTranslationDefinition' shared service.
  16925.      *
  16926.      * @return \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelTypeTranslation\SalesChannelTypeTranslationDefinition
  16927.      */
  16928.     protected function getSalesChannelTypeTranslationDefinition2Service()
  16929.     {
  16930.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  16931.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/Aggregate/SalesChannelTypeTranslation/SalesChannelTypeTranslationDefinition.php';
  16932.         $this->services['sales_channel_definition.Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelTypeTranslation\\SalesChannelTypeTranslationDefinition'] = $instance = new \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelTypeTranslation\SalesChannelTypeTranslationDefinition();
  16933.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  16934.         return $instance;
  16935.     }
  16936.     /**
  16937.      * Gets the public 'sales_channel_definition.Shopware\Core\System\SalesChannel\Aggregate\SalesChannelType\SalesChannelTypeDefinition' shared service.
  16938.      *
  16939.      * @return \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelType\SalesChannelTypeDefinition
  16940.      */
  16941.     protected function getSalesChannelTypeDefinition2Service()
  16942.     {
  16943.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/Aggregate/SalesChannelType/SalesChannelTypeDefinition.php';
  16944.         $this->services['sales_channel_definition.Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelType\\SalesChannelTypeDefinition'] = $instance = new \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelType\SalesChannelTypeDefinition();
  16945.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  16946.         return $instance;
  16947.     }
  16948.     /**
  16949.      * Gets the public 'sales_channel_definition.Shopware\Core\System\SalesChannel\SalesChannelDefinition' shared service.
  16950.      *
  16951.      * @return \Shopware\Core\System\SalesChannel\SalesChannelDefinition
  16952.      */
  16953.     protected function getSalesChannelDefinition2Service()
  16954.     {
  16955.         $this->services['sales_channel_definition.Shopware\\Core\\System\\SalesChannel\\SalesChannelDefinition'] = $instance = new \Shopware\Core\System\SalesChannel\SalesChannelDefinition();
  16956.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  16957.         return $instance;
  16958.     }
  16959.     /**
  16960.      * Gets the public 'sales_channel_definition.Shopware\Core\System\Salutation\Aggregate\SalutationTranslation\SalutationTranslationDefinition' shared service.
  16961.      *
  16962.      * @return \Shopware\Core\System\Salutation\Aggregate\SalutationTranslation\SalutationTranslationDefinition
  16963.      */
  16964.     protected function getSalutationTranslationDefinition2Service()
  16965.     {
  16966.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  16967.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Salutation/Aggregate/SalutationTranslation/SalutationTranslationDefinition.php';
  16968.         $this->services['sales_channel_definition.Shopware\\Core\\System\\Salutation\\Aggregate\\SalutationTranslation\\SalutationTranslationDefinition'] = $instance = new \Shopware\Core\System\Salutation\Aggregate\SalutationTranslation\SalutationTranslationDefinition();
  16969.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  16970.         return $instance;
  16971.     }
  16972.     /**
  16973.      * Gets the public 'sales_channel_definition.Shopware\Core\System\Snippet\Aggregate\SnippetSet\SnippetSetDefinition' shared service.
  16974.      *
  16975.      * @return \Shopware\Core\System\Snippet\Aggregate\SnippetSet\SnippetSetDefinition
  16976.      */
  16977.     protected function getSnippetSetDefinition2Service()
  16978.     {
  16979.         $this->services['sales_channel_definition.Shopware\\Core\\System\\Snippet\\Aggregate\\SnippetSet\\SnippetSetDefinition'] = $instance = new \Shopware\Core\System\Snippet\Aggregate\SnippetSet\SnippetSetDefinition();
  16980.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  16981.         return $instance;
  16982.     }
  16983.     /**
  16984.      * Gets the public 'sales_channel_definition.Shopware\Core\System\Snippet\SnippetDefinition' shared service.
  16985.      *
  16986.      * @return \Shopware\Core\System\Snippet\SnippetDefinition
  16987.      */
  16988.     protected function getSnippetDefinition2Service()
  16989.     {
  16990.         $this->services['sales_channel_definition.Shopware\\Core\\System\\Snippet\\SnippetDefinition'] = $instance = new \Shopware\Core\System\Snippet\SnippetDefinition();
  16991.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  16992.         return $instance;
  16993.     }
  16994.     /**
  16995.      * Gets the public 'sales_channel_definition.Shopware\Core\System\StateMachine\Aggregation\StateMachineHistory\StateMachineHistoryDefinition' shared service.
  16996.      *
  16997.      * @return \Shopware\Core\System\StateMachine\Aggregation\StateMachineHistory\StateMachineHistoryDefinition
  16998.      */
  16999.     protected function getStateMachineHistoryDefinition2Service()
  17000.     {
  17001.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/StateMachine/Aggregation/StateMachineHistory/StateMachineHistoryDefinition.php';
  17002.         $this->services['sales_channel_definition.Shopware\\Core\\System\\StateMachine\\Aggregation\\StateMachineHistory\\StateMachineHistoryDefinition'] = $instance = new \Shopware\Core\System\StateMachine\Aggregation\StateMachineHistory\StateMachineHistoryDefinition();
  17003.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  17004.         return $instance;
  17005.     }
  17006.     /**
  17007.      * Gets the public 'sales_channel_definition.Shopware\Core\System\StateMachine\Aggregation\StateMachineState\StateMachineStateDefinition' shared service.
  17008.      *
  17009.      * @return \Shopware\Core\System\StateMachine\Aggregation\StateMachineState\StateMachineStateDefinition
  17010.      */
  17011.     protected function getStateMachineStateDefinition2Service()
  17012.     {
  17013.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/StateMachine/Aggregation/StateMachineState/StateMachineStateDefinition.php';
  17014.         $this->services['sales_channel_definition.Shopware\\Core\\System\\StateMachine\\Aggregation\\StateMachineState\\StateMachineStateDefinition'] = $instance = new \Shopware\Core\System\StateMachine\Aggregation\StateMachineState\StateMachineStateDefinition();
  17015.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  17016.         return $instance;
  17017.     }
  17018.     /**
  17019.      * Gets the public 'sales_channel_definition.Shopware\Core\System\StateMachine\Aggregation\StateMachineState\StateMachineStateTranslationDefinition' shared service.
  17020.      *
  17021.      * @return \Shopware\Core\System\StateMachine\Aggregation\StateMachineState\StateMachineStateTranslationDefinition
  17022.      */
  17023.     protected function getStateMachineStateTranslationDefinition2Service()
  17024.     {
  17025.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  17026.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/StateMachine/Aggregation/StateMachineState/StateMachineStateTranslationDefinition.php';
  17027.         $this->services['sales_channel_definition.Shopware\\Core\\System\\StateMachine\\Aggregation\\StateMachineState\\StateMachineStateTranslationDefinition'] = $instance = new \Shopware\Core\System\StateMachine\Aggregation\StateMachineState\StateMachineStateTranslationDefinition();
  17028.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  17029.         return $instance;
  17030.     }
  17031.     /**
  17032.      * Gets the public 'sales_channel_definition.Shopware\Core\System\StateMachine\Aggregation\StateMachineTransition\StateMachineTransitionDefinition' shared service.
  17033.      *
  17034.      * @return \Shopware\Core\System\StateMachine\Aggregation\StateMachineTransition\StateMachineTransitionDefinition
  17035.      */
  17036.     protected function getStateMachineTransitionDefinition2Service()
  17037.     {
  17038.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/StateMachine/Aggregation/StateMachineTransition/StateMachineTransitionDefinition.php';
  17039.         $this->services['sales_channel_definition.Shopware\\Core\\System\\StateMachine\\Aggregation\\StateMachineTransition\\StateMachineTransitionDefinition'] = $instance = new \Shopware\Core\System\StateMachine\Aggregation\StateMachineTransition\StateMachineTransitionDefinition();
  17040.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  17041.         return $instance;
  17042.     }
  17043.     /**
  17044.      * Gets the public 'sales_channel_definition.Shopware\Core\System\StateMachine\StateMachineDefinition' shared service.
  17045.      *
  17046.      * @return \Shopware\Core\System\StateMachine\StateMachineDefinition
  17047.      */
  17048.     protected function getStateMachineDefinition2Service()
  17049.     {
  17050.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/StateMachine/StateMachineDefinition.php';
  17051.         $this->services['sales_channel_definition.Shopware\\Core\\System\\StateMachine\\StateMachineDefinition'] = $instance = new \Shopware\Core\System\StateMachine\StateMachineDefinition();
  17052.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  17053.         return $instance;
  17054.     }
  17055.     /**
  17056.      * Gets the public 'sales_channel_definition.Shopware\Core\System\StateMachine\StateMachineTranslationDefinition' shared service.
  17057.      *
  17058.      * @return \Shopware\Core\System\StateMachine\StateMachineTranslationDefinition
  17059.      */
  17060.     protected function getStateMachineTranslationDefinition2Service()
  17061.     {
  17062.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  17063.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/StateMachine/StateMachineTranslationDefinition.php';
  17064.         $this->services['sales_channel_definition.Shopware\\Core\\System\\StateMachine\\StateMachineTranslationDefinition'] = $instance = new \Shopware\Core\System\StateMachine\StateMachineTranslationDefinition();
  17065.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  17066.         return $instance;
  17067.     }
  17068.     /**
  17069.      * Gets the public 'sales_channel_definition.Shopware\Core\System\SystemConfig\SystemConfigDefinition' shared service.
  17070.      *
  17071.      * @return \Shopware\Core\System\SystemConfig\SystemConfigDefinition
  17072.      */
  17073.     protected function getSystemConfigDefinition2Service()
  17074.     {
  17075.         $this->services['sales_channel_definition.Shopware\\Core\\System\\SystemConfig\\SystemConfigDefinition'] = $instance = new \Shopware\Core\System\SystemConfig\SystemConfigDefinition();
  17076.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  17077.         return $instance;
  17078.     }
  17079.     /**
  17080.      * Gets the public 'sales_channel_definition.Shopware\Core\System\Tag\TagDefinition' shared service.
  17081.      *
  17082.      * @return \Shopware\Core\System\Tag\TagDefinition
  17083.      */
  17084.     protected function getTagDefinition2Service()
  17085.     {
  17086.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Tag/TagDefinition.php';
  17087.         $this->services['sales_channel_definition.Shopware\\Core\\System\\Tag\\TagDefinition'] = $instance = new \Shopware\Core\System\Tag\TagDefinition();
  17088.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  17089.         return $instance;
  17090.     }
  17091.     /**
  17092.      * Gets the public 'sales_channel_definition.Shopware\Core\System\Tax\Aggregate\TaxRuleTypeTranslation\TaxRuleTypeTranslationDefinition' shared service.
  17093.      *
  17094.      * @return \Shopware\Core\System\Tax\Aggregate\TaxRuleTypeTranslation\TaxRuleTypeTranslationDefinition
  17095.      */
  17096.     protected function getTaxRuleTypeTranslationDefinition2Service()
  17097.     {
  17098.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  17099.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Tax/Aggregate/TaxRuleTypeTranslation/TaxRuleTypeTranslationDefinition.php';
  17100.         $this->services['sales_channel_definition.Shopware\\Core\\System\\Tax\\Aggregate\\TaxRuleTypeTranslation\\TaxRuleTypeTranslationDefinition'] = $instance = new \Shopware\Core\System\Tax\Aggregate\TaxRuleTypeTranslation\TaxRuleTypeTranslationDefinition();
  17101.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  17102.         return $instance;
  17103.     }
  17104.     /**
  17105.      * Gets the public 'sales_channel_definition.Shopware\Core\System\Tax\Aggregate\TaxRuleType\TaxRuleTypeDefinition' shared service.
  17106.      *
  17107.      * @return \Shopware\Core\System\Tax\Aggregate\TaxRuleType\TaxRuleTypeDefinition
  17108.      */
  17109.     protected function getTaxRuleTypeDefinition2Service()
  17110.     {
  17111.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Tax/Aggregate/TaxRuleType/TaxRuleTypeDefinition.php';
  17112.         $this->services['sales_channel_definition.Shopware\\Core\\System\\Tax\\Aggregate\\TaxRuleType\\TaxRuleTypeDefinition'] = $instance = new \Shopware\Core\System\Tax\Aggregate\TaxRuleType\TaxRuleTypeDefinition();
  17113.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  17114.         return $instance;
  17115.     }
  17116.     /**
  17117.      * Gets the public 'sales_channel_definition.Shopware\Core\System\Tax\Aggregate\TaxRule\TaxRuleDefinition' shared service.
  17118.      *
  17119.      * @return \Shopware\Core\System\Tax\Aggregate\TaxRule\TaxRuleDefinition
  17120.      */
  17121.     protected function getTaxRuleDefinition2Service()
  17122.     {
  17123.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Tax/Aggregate/TaxRule/TaxRuleDefinition.php';
  17124.         $this->services['sales_channel_definition.Shopware\\Core\\System\\Tax\\Aggregate\\TaxRule\\TaxRuleDefinition'] = $instance = new \Shopware\Core\System\Tax\Aggregate\TaxRule\TaxRuleDefinition();
  17125.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  17126.         return $instance;
  17127.     }
  17128.     /**
  17129.      * Gets the public 'sales_channel_definition.Shopware\Core\System\Tax\TaxDefinition' shared service.
  17130.      *
  17131.      * @return \Shopware\Core\System\Tax\TaxDefinition
  17132.      */
  17133.     protected function getTaxDefinition2Service()
  17134.     {
  17135.         $this->services['sales_channel_definition.Shopware\\Core\\System\\Tax\\TaxDefinition'] = $instance = new \Shopware\Core\System\Tax\TaxDefinition();
  17136.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  17137.         return $instance;
  17138.     }
  17139.     /**
  17140.      * Gets the public 'sales_channel_definition.Shopware\Core\System\Unit\Aggregate\UnitTranslation\UnitTranslationDefinition' shared service.
  17141.      *
  17142.      * @return \Shopware\Core\System\Unit\Aggregate\UnitTranslation\UnitTranslationDefinition
  17143.      */
  17144.     protected function getUnitTranslationDefinition2Service()
  17145.     {
  17146.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  17147.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Unit/Aggregate/UnitTranslation/UnitTranslationDefinition.php';
  17148.         $this->services['sales_channel_definition.Shopware\\Core\\System\\Unit\\Aggregate\\UnitTranslation\\UnitTranslationDefinition'] = $instance = new \Shopware\Core\System\Unit\Aggregate\UnitTranslation\UnitTranslationDefinition();
  17149.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  17150.         return $instance;
  17151.     }
  17152.     /**
  17153.      * Gets the public 'sales_channel_definition.Shopware\Core\System\Unit\UnitDefinition' shared service.
  17154.      *
  17155.      * @return \Shopware\Core\System\Unit\UnitDefinition
  17156.      */
  17157.     protected function getUnitDefinition2Service()
  17158.     {
  17159.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Unit/UnitDefinition.php';
  17160.         $this->services['sales_channel_definition.Shopware\\Core\\System\\Unit\\UnitDefinition'] = $instance = new \Shopware\Core\System\Unit\UnitDefinition();
  17161.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  17162.         return $instance;
  17163.     }
  17164.     /**
  17165.      * Gets the public 'sales_channel_definition.Shopware\Core\System\User\Aggregate\UserAccessKey\UserAccessKeyDefinition' shared service.
  17166.      *
  17167.      * @return \Shopware\Core\System\User\Aggregate\UserAccessKey\UserAccessKeyDefinition
  17168.      */
  17169.     protected function getUserAccessKeyDefinition2Service()
  17170.     {
  17171.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/User/Aggregate/UserAccessKey/UserAccessKeyDefinition.php';
  17172.         $this->services['sales_channel_definition.Shopware\\Core\\System\\User\\Aggregate\\UserAccessKey\\UserAccessKeyDefinition'] = $instance = new \Shopware\Core\System\User\Aggregate\UserAccessKey\UserAccessKeyDefinition();
  17173.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  17174.         return $instance;
  17175.     }
  17176.     /**
  17177.      * Gets the public 'sales_channel_definition.Shopware\Core\System\User\Aggregate\UserConfig\UserConfigDefinition' shared service.
  17178.      *
  17179.      * @return \Shopware\Core\System\User\Aggregate\UserConfig\UserConfigDefinition
  17180.      */
  17181.     protected function getUserConfigDefinition2Service()
  17182.     {
  17183.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/User/Aggregate/UserConfig/UserConfigDefinition.php';
  17184.         $this->services['sales_channel_definition.Shopware\\Core\\System\\User\\Aggregate\\UserConfig\\UserConfigDefinition'] = $instance = new \Shopware\Core\System\User\Aggregate\UserConfig\UserConfigDefinition();
  17185.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  17186.         return $instance;
  17187.     }
  17188.     /**
  17189.      * Gets the public 'sales_channel_definition.Shopware\Core\System\User\Aggregate\UserRecovery\UserRecoveryDefinition' shared service.
  17190.      *
  17191.      * @return \Shopware\Core\System\User\Aggregate\UserRecovery\UserRecoveryDefinition
  17192.      */
  17193.     protected function getUserRecoveryDefinition2Service()
  17194.     {
  17195.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/User/Aggregate/UserRecovery/UserRecoveryDefinition.php';
  17196.         $this->services['sales_channel_definition.Shopware\\Core\\System\\User\\Aggregate\\UserRecovery\\UserRecoveryDefinition'] = $instance = new \Shopware\Core\System\User\Aggregate\UserRecovery\UserRecoveryDefinition();
  17197.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  17198.         return $instance;
  17199.     }
  17200.     /**
  17201.      * Gets the public 'sales_channel_definition.Shopware\Core\System\User\UserDefinition' shared service.
  17202.      *
  17203.      * @return \Shopware\Core\System\User\UserDefinition
  17204.      */
  17205.     protected function getUserDefinition2Service()
  17206.     {
  17207.         $this->services['sales_channel_definition.Shopware\\Core\\System\\User\\UserDefinition'] = $instance = new \Shopware\Core\System\User\UserDefinition();
  17208.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  17209.         return $instance;
  17210.     }
  17211.     /**
  17212.      * Gets the public 'sales_channel_definition.Shopware\Storefront\Theme\Aggregate\ThemeChildDefinition' shared service.
  17213.      *
  17214.      * @return \Shopware\Storefront\Theme\Aggregate\ThemeChildDefinition
  17215.      */
  17216.     protected function getThemeChildDefinition2Service()
  17217.     {
  17218.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/Aggregate/ThemeChildDefinition.php';
  17219.         $this->services['sales_channel_definition.Shopware\\Storefront\\Theme\\Aggregate\\ThemeChildDefinition'] = $instance = new \Shopware\Storefront\Theme\Aggregate\ThemeChildDefinition();
  17220.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  17221.         return $instance;
  17222.     }
  17223.     /**
  17224.      * Gets the public 'sales_channel_definition.Shopware\Storefront\Theme\Aggregate\ThemeMediaDefinition' shared service.
  17225.      *
  17226.      * @return \Shopware\Storefront\Theme\Aggregate\ThemeMediaDefinition
  17227.      */
  17228.     protected function getThemeMediaDefinition2Service()
  17229.     {
  17230.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/Aggregate/ThemeMediaDefinition.php';
  17231.         $this->services['sales_channel_definition.Shopware\\Storefront\\Theme\\Aggregate\\ThemeMediaDefinition'] = $instance = new \Shopware\Storefront\Theme\Aggregate\ThemeMediaDefinition();
  17232.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  17233.         return $instance;
  17234.     }
  17235.     /**
  17236.      * Gets the public 'sales_channel_definition.Shopware\Storefront\Theme\Aggregate\ThemeSalesChannelDefinition' shared service.
  17237.      *
  17238.      * @return \Shopware\Storefront\Theme\Aggregate\ThemeSalesChannelDefinition
  17239.      */
  17240.     protected function getThemeSalesChannelDefinition2Service()
  17241.     {
  17242.         $this->services['sales_channel_definition.Shopware\\Storefront\\Theme\\Aggregate\\ThemeSalesChannelDefinition'] = $instance = new \Shopware\Storefront\Theme\Aggregate\ThemeSalesChannelDefinition();
  17243.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  17244.         return $instance;
  17245.     }
  17246.     /**
  17247.      * Gets the public 'sales_channel_definition.Shopware\Storefront\Theme\Aggregate\ThemeTranslationDefinition' shared service.
  17248.      *
  17249.      * @return \Shopware\Storefront\Theme\Aggregate\ThemeTranslationDefinition
  17250.      */
  17251.     protected function getThemeTranslationDefinition2Service()
  17252.     {
  17253.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  17254.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/Aggregate/ThemeTranslationDefinition.php';
  17255.         $this->services['sales_channel_definition.Shopware\\Storefront\\Theme\\Aggregate\\ThemeTranslationDefinition'] = $instance = new \Shopware\Storefront\Theme\Aggregate\ThemeTranslationDefinition();
  17256.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  17257.         return $instance;
  17258.     }
  17259.     /**
  17260.      * Gets the public 'sales_channel_definition.Shopware\Storefront\Theme\ThemeDefinition' shared service.
  17261.      *
  17262.      * @return \Shopware\Storefront\Theme\ThemeDefinition
  17263.      */
  17264.     protected function getThemeDefinition2Service()
  17265.     {
  17266.         $this->services['sales_channel_definition.Shopware\\Storefront\\Theme\\ThemeDefinition'] = $instance = new \Shopware\Storefront\Theme\ThemeDefinition();
  17267.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  17268.         return $instance;
  17269.     }
  17270.     /**
  17271.      * Gets the public 'sales_channel_definition.SwagMigrationAssistant\Migration\Connection\SwagMigrationConnectionDefinition' shared service.
  17272.      *
  17273.      * @return \SwagMigrationAssistant\Migration\Connection\SwagMigrationConnectionDefinition
  17274.      */
  17275.     protected function getSwagMigrationConnectionDefinition2Service()
  17276.     {
  17277.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Connection/SwagMigrationConnectionDefinition.php';
  17278.         $this->services['sales_channel_definition.SwagMigrationAssistant\\Migration\\Connection\\SwagMigrationConnectionDefinition'] = $instance = new \SwagMigrationAssistant\Migration\Connection\SwagMigrationConnectionDefinition();
  17279.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  17280.         return $instance;
  17281.     }
  17282.     /**
  17283.      * Gets the public 'sales_channel_definition.SwagMigrationAssistant\Migration\Data\SwagMigrationDataDefinition' shared service.
  17284.      *
  17285.      * @return \SwagMigrationAssistant\Migration\Data\SwagMigrationDataDefinition
  17286.      */
  17287.     protected function getSwagMigrationDataDefinition2Service()
  17288.     {
  17289.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Data/SwagMigrationDataDefinition.php';
  17290.         $this->services['sales_channel_definition.SwagMigrationAssistant\\Migration\\Data\\SwagMigrationDataDefinition'] = $instance = new \SwagMigrationAssistant\Migration\Data\SwagMigrationDataDefinition();
  17291.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  17292.         return $instance;
  17293.     }
  17294.     /**
  17295.      * Gets the public 'sales_channel_definition.SwagMigrationAssistant\Migration\Logging\SwagMigrationLoggingDefinition' shared service.
  17296.      *
  17297.      * @return \SwagMigrationAssistant\Migration\Logging\SwagMigrationLoggingDefinition
  17298.      */
  17299.     protected function getSwagMigrationLoggingDefinition2Service()
  17300.     {
  17301.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Logging/SwagMigrationLoggingDefinition.php';
  17302.         $this->services['sales_channel_definition.SwagMigrationAssistant\\Migration\\Logging\\SwagMigrationLoggingDefinition'] = $instance = new \SwagMigrationAssistant\Migration\Logging\SwagMigrationLoggingDefinition();
  17303.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  17304.         return $instance;
  17305.     }
  17306.     /**
  17307.      * Gets the public 'sales_channel_definition.SwagMigrationAssistant\Migration\Mapping\SwagMigrationMappingDefinition' shared service.
  17308.      *
  17309.      * @return \SwagMigrationAssistant\Migration\Mapping\SwagMigrationMappingDefinition
  17310.      */
  17311.     protected function getSwagMigrationMappingDefinition2Service()
  17312.     {
  17313.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Mapping/SwagMigrationMappingDefinition.php';
  17314.         $this->services['sales_channel_definition.SwagMigrationAssistant\\Migration\\Mapping\\SwagMigrationMappingDefinition'] = $instance = new \SwagMigrationAssistant\Migration\Mapping\SwagMigrationMappingDefinition();
  17315.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  17316.         return $instance;
  17317.     }
  17318.     /**
  17319.      * Gets the public 'sales_channel_definition.SwagMigrationAssistant\Migration\Media\SwagMigrationMediaFileDefinition' shared service.
  17320.      *
  17321.      * @return \SwagMigrationAssistant\Migration\Media\SwagMigrationMediaFileDefinition
  17322.      */
  17323.     protected function getSwagMigrationMediaFileDefinition2Service()
  17324.     {
  17325.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Media/SwagMigrationMediaFileDefinition.php';
  17326.         $this->services['sales_channel_definition.SwagMigrationAssistant\\Migration\\Media\\SwagMigrationMediaFileDefinition'] = $instance = new \SwagMigrationAssistant\Migration\Media\SwagMigrationMediaFileDefinition();
  17327.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  17328.         return $instance;
  17329.     }
  17330.     /**
  17331.      * Gets the public 'sales_channel_definition.SwagMigrationAssistant\Migration\Run\SwagMigrationRunDefinition' shared service.
  17332.      *
  17333.      * @return \SwagMigrationAssistant\Migration\Run\SwagMigrationRunDefinition
  17334.      */
  17335.     protected function getSwagMigrationRunDefinition2Service()
  17336.     {
  17337.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Run/SwagMigrationRunDefinition.php';
  17338.         $this->services['sales_channel_definition.SwagMigrationAssistant\\Migration\\Run\\SwagMigrationRunDefinition'] = $instance = new \SwagMigrationAssistant\Migration\Run\SwagMigrationRunDefinition();
  17339.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  17340.         return $instance;
  17341.     }
  17342.     /**
  17343.      * Gets the public 'sales_channel_definition.SwagMigrationAssistant\Migration\Setting\GeneralSettingDefinition' shared service.
  17344.      *
  17345.      * @return \SwagMigrationAssistant\Migration\Setting\GeneralSettingDefinition
  17346.      */
  17347.     protected function getGeneralSettingDefinition2Service()
  17348.     {
  17349.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Setting/GeneralSettingDefinition.php';
  17350.         $this->services['sales_channel_definition.SwagMigrationAssistant\\Migration\\Setting\\GeneralSettingDefinition'] = $instance = new \SwagMigrationAssistant\Migration\Setting\GeneralSettingDefinition();
  17351.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  17352.         return $instance;
  17353.     }
  17354.     /**
  17355.      * Gets the public 'sales_channel_definition.Swag\LanguagePack\PackLanguage\PackLanguageDefinition' shared service.
  17356.      *
  17357.      * @return \Swag\LanguagePack\PackLanguage\PackLanguageDefinition
  17358.      */
  17359.     protected function getPackLanguageDefinition2Service()
  17360.     {
  17361.         include_once \dirname(__DIR__4).'/custom/plugins/SwagLanguagePack/src/PackLanguage/PackLanguageDefinition.php';
  17362.         $this->services['sales_channel_definition.Swag\\LanguagePack\\PackLanguage\\PackLanguageDefinition'] = $instance = new \Swag\LanguagePack\PackLanguage\PackLanguageDefinition();
  17363.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  17364.         return $instance;
  17365.     }
  17366.     /**
  17367.      * Gets the public 'sales_channel_domain.repository' shared service.
  17368.      *
  17369.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  17370.      */
  17371.     protected function getSalesChannelDomain_RepositoryService()
  17372.     {
  17373.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  17374.         if (isset($this->services['sales_channel_domain.repository'])) {
  17375.             return $this->services['sales_channel_domain.repository'];
  17376.         }
  17377.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  17378.         if (isset($this->services['sales_channel_domain.repository'])) {
  17379.             return $this->services['sales_channel_domain.repository'];
  17380.         }
  17381.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  17382.         if (isset($this->services['sales_channel_domain.repository'])) {
  17383.             return $this->services['sales_channel_domain.repository'];
  17384.         }
  17385.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  17386.         if (isset($this->services['sales_channel_domain.repository'])) {
  17387.             return $this->services['sales_channel_domain.repository'];
  17388.         }
  17389.         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())));
  17390.     }
  17391.     /**
  17392.      * Gets the public 'sales_channel_language.repository' shared service.
  17393.      *
  17394.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  17395.      */
  17396.     protected function getSalesChannelLanguage_RepositoryService()
  17397.     {
  17398.         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())));
  17399.     }
  17400.     /**
  17401.      * Gets the public 'sales_channel_payment_method.repository' shared service.
  17402.      *
  17403.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  17404.      */
  17405.     protected function getSalesChannelPaymentMethod_RepositoryService()
  17406.     {
  17407.         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())));
  17408.     }
  17409.     /**
  17410.      * Gets the public 'sales_channel_shipping_method.repository' shared service.
  17411.      *
  17412.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  17413.      */
  17414.     protected function getSalesChannelShippingMethod_RepositoryService()
  17415.     {
  17416.         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())));
  17417.     }
  17418.     /**
  17419.      * Gets the public 'sales_channel_translation.repository' shared service.
  17420.      *
  17421.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  17422.      */
  17423.     protected function getSalesChannelTranslation_RepositoryService()
  17424.     {
  17425.         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())));
  17426.     }
  17427.     /**
  17428.      * Gets the public 'sales_channel_type.repository' shared service.
  17429.      *
  17430.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  17431.      */
  17432.     protected function getSalesChannelType_RepositoryService()
  17433.     {
  17434.         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())));
  17435.     }
  17436.     /**
  17437.      * Gets the public 'sales_channel_type_translation.repository' shared service.
  17438.      *
  17439.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  17440.      */
  17441.     protected function getSalesChannelTypeTranslation_RepositoryService()
  17442.     {
  17443.         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())));
  17444.     }
  17445.     /**
  17446.      * Gets the public 'salutation.repository' shared service.
  17447.      *
  17448.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  17449.      */
  17450.     protected function getSalutation_RepositoryService()
  17451.     {
  17452.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  17453.         if (isset($this->services['salutation.repository'])) {
  17454.             return $this->services['salutation.repository'];
  17455.         }
  17456.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  17457.         if (isset($this->services['salutation.repository'])) {
  17458.             return $this->services['salutation.repository'];
  17459.         }
  17460.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  17461.         if (isset($this->services['salutation.repository'])) {
  17462.             return $this->services['salutation.repository'];
  17463.         }
  17464.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  17465.         if (isset($this->services['salutation.repository'])) {
  17466.             return $this->services['salutation.repository'];
  17467.         }
  17468.         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())));
  17469.     }
  17470.     /**
  17471.      * Gets the public 'salutation_translation.repository' shared service.
  17472.      *
  17473.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  17474.      */
  17475.     protected function getSalutationTranslation_RepositoryService()
  17476.     {
  17477.         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())));
  17478.     }
  17479.     /**
  17480.      * Gets the public 'scheduled_task.repository' shared service.
  17481.      *
  17482.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  17483.      */
  17484.     protected function getScheduledTask_RepositoryService()
  17485.     {
  17486.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  17487.         if (isset($this->services['scheduled_task.repository'])) {
  17488.             return $this->services['scheduled_task.repository'];
  17489.         }
  17490.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  17491.         if (isset($this->services['scheduled_task.repository'])) {
  17492.             return $this->services['scheduled_task.repository'];
  17493.         }
  17494.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  17495.         if (isset($this->services['scheduled_task.repository'])) {
  17496.             return $this->services['scheduled_task.repository'];
  17497.         }
  17498.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  17499.         if (isset($this->services['scheduled_task.repository'])) {
  17500.             return $this->services['scheduled_task.repository'];
  17501.         }
  17502.         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())));
  17503.     }
  17504.     /**
  17505.      * Gets the public 'script.repository' shared service.
  17506.      *
  17507.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  17508.      */
  17509.     protected function getScript_RepositoryService()
  17510.     {
  17511.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  17512.         if (isset($this->services['script.repository'])) {
  17513.             return $this->services['script.repository'];
  17514.         }
  17515.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  17516.         if (isset($this->services['script.repository'])) {
  17517.             return $this->services['script.repository'];
  17518.         }
  17519.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  17520.         if (isset($this->services['script.repository'])) {
  17521.             return $this->services['script.repository'];
  17522.         }
  17523.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  17524.         if (isset($this->services['script.repository'])) {
  17525.             return $this->services['script.repository'];
  17526.         }
  17527.         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())));
  17528.     }
  17529.     /**
  17530.      * Gets the public 'seo_url.repository' shared service.
  17531.      *
  17532.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  17533.      */
  17534.     protected function getSeoUrl_RepositoryService()
  17535.     {
  17536.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  17537.         if (isset($this->services['seo_url.repository'])) {
  17538.             return $this->services['seo_url.repository'];
  17539.         }
  17540.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  17541.         if (isset($this->services['seo_url.repository'])) {
  17542.             return $this->services['seo_url.repository'];
  17543.         }
  17544.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  17545.         if (isset($this->services['seo_url.repository'])) {
  17546.             return $this->services['seo_url.repository'];
  17547.         }
  17548.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  17549.         if (isset($this->services['seo_url.repository'])) {
  17550.             return $this->services['seo_url.repository'];
  17551.         }
  17552.         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())));
  17553.     }
  17554.     /**
  17555.      * Gets the public 'seo_url_template.repository' shared service.
  17556.      *
  17557.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  17558.      */
  17559.     protected function getSeoUrlTemplate_RepositoryService()
  17560.     {
  17561.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  17562.         if (isset($this->services['seo_url_template.repository'])) {
  17563.             return $this->services['seo_url_template.repository'];
  17564.         }
  17565.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  17566.         if (isset($this->services['seo_url_template.repository'])) {
  17567.             return $this->services['seo_url_template.repository'];
  17568.         }
  17569.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  17570.         if (isset($this->services['seo_url_template.repository'])) {
  17571.             return $this->services['seo_url_template.repository'];
  17572.         }
  17573.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  17574.         if (isset($this->services['seo_url_template.repository'])) {
  17575.             return $this->services['seo_url_template.repository'];
  17576.         }
  17577.         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())));
  17578.     }
  17579.     /**
  17580.      * Gets the public 'services_resetter' shared service.
  17581.      *
  17582.      * @return \Symfony\Component\HttpKernel\DependencyInjection\ServicesResetter
  17583.      */
  17584.     protected function getServicesResetterService()
  17585.     {
  17586.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DependencyInjection/ServicesResetter.php';
  17587.         return $this->services['services_resetter'] = new \Symfony\Component\HttpKernel\DependencyInjection\ServicesResetter(new RewindableGenerator(function () {
  17588.             if (isset($this->services['Shopware\\Core\\Framework\\Adapter\\Twig\\TemplateFinder'])) {
  17589.                 yield 'Shopware\\Core\\Framework\\Adapter\\Twig\\TemplateFinder' => ($this->services['Shopware\\Core\\Framework\\Adapter\\Twig\\TemplateFinder'] ?? null);
  17590.             }
  17591.             if (isset($this->privates['Shopware\\Core\\Framework\\Adapter\\Twig\\EntityTemplateLoader'])) {
  17592.                 yield 'Shopware\\Core\\Framework\\Adapter\\Twig\\EntityTemplateLoader' => ($this->privates['Shopware\\Core\\Framework\\Adapter\\Twig\\EntityTemplateLoader'] ?? null);
  17593.             }
  17594.             if (isset($this->privates['Shopware\\Core\\Framework\\App\\ActiveAppsLoader'])) {
  17595.                 yield 'Shopware\\Core\\Framework\\App\\ActiveAppsLoader' => ($this->privates['Shopware\\Core\\Framework\\App\\ActiveAppsLoader'] ?? null);
  17596.             }
  17597.             if (isset($this->privates['Shopware\\Core\\System\\CustomField\\CustomFieldService'])) {
  17598.                 yield 'Shopware\\Core\\System\\CustomField\\CustomFieldService' => ($this->privates['Shopware\\Core\\System\\CustomField\\CustomFieldService'] ?? null);
  17599.             }
  17600.             if (isset($this->privates['Shopware\\Core\\Framework\\Script\\Debugging\\ScriptTraces'])) {
  17601.                 yield 'Shopware\\Core\\Framework\\Script\\Debugging\\ScriptTraces' => ($this->privates['Shopware\\Core\\Framework\\Script\\Debugging\\ScriptTraces'] ?? null);
  17602.             }
  17603.             if (isset($this->privates['Shopware\\Core\\Framework\\Webhook\\WebhookCacheClearer'])) {
  17604.                 yield 'Shopware\\Core\\Framework\\Webhook\\WebhookCacheClearer' => ($this->privates['Shopware\\Core\\Framework\\Webhook\\WebhookCacheClearer'] ?? null);
  17605.             }
  17606.             if (false) {
  17607.                 yield 'shopware.increment.gateway.array' => null;
  17608.             }
  17609.             if (isset($this->privates['Shopware\\Core\\System\\SalesChannel\\StoreApiCustomFieldMapper'])) {
  17610.                 yield 'Shopware\\Core\\System\\SalesChannel\\StoreApiCustomFieldMapper' => ($this->privates['Shopware\\Core\\System\\SalesChannel\\StoreApiCustomFieldMapper'] ?? null);
  17611.             }
  17612.             if (isset($this->privates['Shopware\\Core\\System\\Locale\\LanguageLocaleCodeProvider'])) {
  17613.                 yield 'Shopware\\Core\\System\\Locale\\LanguageLocaleCodeProvider' => ($this->privates['Shopware\\Core\\System\\Locale\\LanguageLocaleCodeProvider'] ?? null);
  17614.             }
  17615.             if (isset($this->privates['Shopware\\Core\\System\\StateMachine\\Loader\\InitialStateIdLoader'])) {
  17616.                 yield 'Shopware\\Core\\System\\StateMachine\\Loader\\InitialStateIdLoader' => ($this->privates['Shopware\\Core\\System\\StateMachine\\Loader\\InitialStateIdLoader'] ?? null);
  17617.             }
  17618.             if (isset($this->privates['Shopware\\Core\\System\\SystemConfig\\Store\\MemoizedSystemConfigStore'])) {
  17619.                 yield 'Shopware\\Core\\System\\SystemConfig\\Store\\MemoizedSystemConfigStore' => ($this->privates['Shopware\\Core\\System\\SystemConfig\\Store\\MemoizedSystemConfigStore'] ?? null);
  17620.             }
  17621.             if (isset($this->privates['Shopware\\Core\\Content\\Media\\Pathname\\UrlGeneratorInterface'])) {
  17622.                 yield 'Shopware\\Core\\Content\\Media\\Pathname\\UrlGeneratorInterface' => ($this->privates['Shopware\\Core\\Content\\Media\\Pathname\\UrlGeneratorInterface'] ?? null);
  17623.             }
  17624.             if (isset($this->privates['Shopware\\Core\\Content\\Product\\SalesChannel\\Price\\ProductPriceCalculator'])) {
  17625.                 yield 'Shopware\\Core\\Content\\Product\\SalesChannel\\Price\\ProductPriceCalculator' => ($this->privates['Shopware\\Core\\Content\\Product\\SalesChannel\\Price\\ProductPriceCalculator'] ?? null);
  17626.             }
  17627.             if (isset($this->privates['Shopware\\Elasticsearch\\Product\\SearchKeywordReplacement'])) {
  17628.                 yield 'Shopware\\Core\\Content\\Product\\DataAbstractionLayer\\SearchKeywordUpdater' => ($this->privates['Shopware\\Elasticsearch\\Product\\SearchKeywordReplacement'] ?? null);
  17629.             }
  17630.             if (isset($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\Term\\Filter\\TokenFilter'])) {
  17631.                 yield 'Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\Term\\Filter\\TokenFilter' => ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\Term\\Filter\\TokenFilter'] ?? null);
  17632.             }
  17633.             if (isset($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\MediaSerializer'])) {
  17634.                 yield 'Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\MediaSerializer' => ($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\MediaSerializer'] ?? null);
  17635.             }
  17636.             if (isset($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\SalutationSerializer'])) {
  17637.                 yield 'Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\SalutationSerializer' => ($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\SalutationSerializer'] ?? null);
  17638.             }
  17639.             if (isset($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\CountrySerializer'])) {
  17640.                 yield 'Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\CountrySerializer' => ($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\CountrySerializer'] ?? null);
  17641.             }
  17642.             if (isset($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\LanguageSerializer'])) {
  17643.                 yield 'Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\LanguageSerializer' => ($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\LanguageSerializer'] ?? null);
  17644.             }
  17645.             if (isset($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\CustomerSerializer'])) {
  17646.                 yield 'Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\CustomerSerializer' => ($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\CustomerSerializer'] ?? null);
  17647.             }
  17648.             if (isset($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\PromotionIndividualCodeSerializer'])) {
  17649.                 yield 'Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\PromotionIndividualCodeSerializer' => ($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\PromotionIndividualCodeSerializer'] ?? null);
  17650.             }
  17651.             if (isset($this->privates['Shopware\\Core\\Content\\ImportExport\\Event\\Subscriber\\ProductCategoryPathsSubscriber'])) {
  17652.                 yield 'Shopware\\Core\\Content\\ImportExport\\Event\\Subscriber\\ProductCategoryPathsSubscriber' => ($this->privates['Shopware\\Core\\Content\\ImportExport\\Event\\Subscriber\\ProductCategoryPathsSubscriber'] ?? null);
  17653.             }
  17654.             if (isset($this->privates['Shopware\\Core\\Content\\ImportExport\\Event\\Subscriber\\ProductVariantsSubscriber'])) {
  17655.                 yield 'Shopware\\Core\\Content\\ImportExport\\Event\\Subscriber\\ProductVariantsSubscriber' => ($this->privates['Shopware\\Core\\Content\\ImportExport\\Event\\Subscriber\\ProductVariantsSubscriber'] ?? null);
  17656.             }
  17657.             if (isset($this->services['Shopware\\Core\\Content\\Flow\\Dispatching\\CachedFlowLoader'])) {
  17658.                 yield 'Shopware\\Core\\Content\\Flow\\Dispatching\\CachedFlowLoader' => ($this->services['Shopware\\Core\\Content\\Flow\\Dispatching\\CachedFlowLoader'] ?? null);
  17659.             }
  17660.             if (isset($this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'])) {
  17661.                 yield 'Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService' => ($this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'] ?? null);
  17662.             }
  17663.             if (isset($this->privates['Shopware\\Core\\Checkout\\Cart\\Address\\AddressValidator'])) {
  17664.                 yield 'Shopware\\Core\\Checkout\\Cart\\Address\\AddressValidator' => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Address\\AddressValidator'] ?? null);
  17665.             }
  17666.             if (isset($this->privates['Shopware\\Core\\Checkout\\Cart\\CartRuleLoader'])) {
  17667.                 yield 'Shopware\\Core\\Checkout\\Cart\\CartRuleLoader' => ($this->privates['Shopware\\Core\\Checkout\\Cart\\CartRuleLoader'] ?? null);
  17668.             }
  17669.             if (isset($this->privates['Shopware\\Core\\Checkout\\Cart\\Facade\\CartFacadeHelper'])) {
  17670.                 yield 'Shopware\\Core\\Checkout\\Cart\\Facade\\CartFacadeHelper' => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Facade\\CartFacadeHelper'] ?? null);
  17671.             }
  17672.             if (isset($this->privates['Shopware\\Storefront\\Framework\\Csrf\\CsrfRouteListener'])) {
  17673.                 yield 'Shopware\\Storefront\\Framework\\Csrf\\CsrfRouteListener' => ($this->privates['Shopware\\Storefront\\Framework\\Csrf\\CsrfRouteListener'] ?? null);
  17674.             }
  17675.             if (isset($this->services['Shopware\\Storefront\\Theme\\StorefrontPluginRegistry'])) {
  17676.                 yield 'Shopware\\Storefront\\Theme\\StorefrontPluginRegistry' => ($this->services['Shopware\\Storefront\\Theme\\StorefrontPluginRegistry'] ?? null);
  17677.             }
  17678.             if (isset($this->privates['Shopware\\Storefront\\Theme\\Twig\\ThemeNamespaceHierarchyBuilder'])) {
  17679.                 yield 'Shopware\\Storefront\\Theme\\Twig\\ThemeNamespaceHierarchyBuilder' => ($this->privates['Shopware\\Storefront\\Theme\\Twig\\ThemeNamespaceHierarchyBuilder'] ?? null);
  17680.             }
  17681.             if (isset($this->services['Shopware\\Storefront\\Theme\\SalesChannelThemeLoader'])) {
  17682.                 yield 'Shopware\\Storefront\\Theme\\SalesChannelThemeLoader' => ($this->services['Shopware\\Storefront\\Theme\\SalesChannelThemeLoader'] ?? null);
  17683.             }
  17684.             if (isset($this->services['cache.app'])) {
  17685.                 yield 'cache.app' => ($this->services['cache.app'] ?? null);
  17686.             }
  17687.             if (isset($this->services['cache.system'])) {
  17688.                 yield 'cache.system' => ($this->services['cache.system'] ?? null);
  17689.             }
  17690.             if (isset($this->privates['cache.validator'])) {
  17691.                 yield 'cache.validator' => ($this->privates['cache.validator'] ?? null);
  17692.             }
  17693.             if (isset($this->privates['cache.serializer'])) {
  17694.                 yield 'cache.serializer' => ($this->privates['cache.serializer'] ?? null);
  17695.             }
  17696.             if (isset($this->privates['cache.annotations'])) {
  17697.                 yield 'cache.annotations' => ($this->privates['cache.annotations'] ?? null);
  17698.             }
  17699.             if (isset($this->privates['cache.property_info'])) {
  17700.                 yield 'cache.property_info' => ($this->privates['cache.property_info'] ?? null);
  17701.             }
  17702.             if (isset($this->privates['cache.messenger.restart_workers_signal'])) {
  17703.                 yield 'cache.messenger.restart_workers_signal' => ($this->privates['cache.messenger.restart_workers_signal'] ?? null);
  17704.             }
  17705.             if (isset($this->privates['mailer.message_logger_listener'])) {
  17706.                 yield 'mailer.message_logger_listener' => ($this->privates['mailer.message_logger_listener'] ?? null);
  17707.             }
  17708.             if (isset($this->privates['debug.stopwatch'])) {
  17709.                 yield 'debug.stopwatch' => ($this->privates['debug.stopwatch'] ?? null);
  17710.             }
  17711.             if (isset($this->services['event_dispatcher'])) {
  17712.                 yield 'debug.event_dispatcher' => ($this->services['event_dispatcher'] ?? null);
  17713.             }
  17714.             if (isset($this->privates['cache.rate_limiter'])) {
  17715.                 yield 'cache.rate_limiter' => ($this->privates['cache.rate_limiter'] ?? null);
  17716.             }
  17717.             if (isset($this->privates['.cache.object.inner'])) {
  17718.                 yield '.cache.object.inner' => ($this->privates['.cache.object.inner'] ?? null);
  17719.             }
  17720.             if (isset($this->privates['.cache.http.inner'])) {
  17721.                 yield '.cache.http.inner' => ($this->privates['.cache.http.inner'] ?? null);
  17722.             }
  17723.             if (isset($this->privates['cache.tags'])) {
  17724.                 yield 'cache.tags' => ($this->privates['cache.tags'] ?? null);
  17725.             }
  17726.             if (isset($this->privates['session_listener'])) {
  17727.                 yield 'session_listener' => ($this->privates['session_listener'] ?? null);
  17728.             }
  17729.             if (isset($this->services['cache.validator_expression_language'])) {
  17730.                 yield 'cache.validator_expression_language' => ($this->services['cache.validator_expression_language'] ?? null);
  17731.             }
  17732.             if (isset($this->privates['messenger.transport.in_memory.factory'])) {
  17733.                 yield 'messenger.transport.in_memory.factory' => ($this->privates['messenger.transport.in_memory.factory'] ?? null);
  17734.             }
  17735.             if (isset($this->services['.container.private.profiler'])) {
  17736.                 yield 'profiler' => ($this->services['.container.private.profiler'] ?? null);
  17737.             }
  17738.             if (isset($this->privates['debug.validator'])) {
  17739.                 yield 'debug.validator' => ($this->privates['debug.validator'] ?? null);
  17740.             }
  17741.             if (isset($this->privates['Shopware\\Core\\Framework\\Log\\Monolog\\ExcludeFlowEventHandler'])) {
  17742.                 yield 'monolog.handler.main' => ($this->privates['Shopware\\Core\\Framework\\Log\\Monolog\\ExcludeFlowEventHandler'] ?? null);
  17743.             }
  17744.             if (isset($this->privates['monolog.handler.console'])) {
  17745.                 yield 'monolog.handler.console' => ($this->privates['monolog.handler.console'] ?? null);
  17746.             }
  17747.             if (isset($this->privates['monolog.handler.business_event_handler_buffer'])) {
  17748.                 yield 'monolog.handler.business_event_handler_buffer' => ($this->privates['monolog.handler.business_event_handler_buffer'] ?? null);
  17749.             }
  17750.         }, function () {
  17751.             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']));
  17752.         }), ['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']]);
  17753.     }
  17754.     /**
  17755.      * Gets the public 'shipping_method.repository' shared service.
  17756.      *
  17757.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  17758.      */
  17759.     protected function getShippingMethod_RepositoryService()
  17760.     {
  17761.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  17762.         if (isset($this->services['shipping_method.repository'])) {
  17763.             return $this->services['shipping_method.repository'];
  17764.         }
  17765.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  17766.         if (isset($this->services['shipping_method.repository'])) {
  17767.             return $this->services['shipping_method.repository'];
  17768.         }
  17769.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  17770.         if (isset($this->services['shipping_method.repository'])) {
  17771.             return $this->services['shipping_method.repository'];
  17772.         }
  17773.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  17774.         if (isset($this->services['shipping_method.repository'])) {
  17775.             return $this->services['shipping_method.repository'];
  17776.         }
  17777.         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())));
  17778.     }
  17779.     /**
  17780.      * Gets the public 'shipping_method_price.repository' shared service.
  17781.      *
  17782.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  17783.      */
  17784.     protected function getShippingMethodPrice_RepositoryService()
  17785.     {
  17786.         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())));
  17787.     }
  17788.     /**
  17789.      * Gets the public 'shipping_method_tag.repository' shared service.
  17790.      *
  17791.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  17792.      */
  17793.     protected function getShippingMethodTag_RepositoryService()
  17794.     {
  17795.         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())));
  17796.     }
  17797.     /**
  17798.      * Gets the public 'shipping_method_translation.repository' shared service.
  17799.      *
  17800.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  17801.      */
  17802.     protected function getShippingMethodTranslation_RepositoryService()
  17803.     {
  17804.         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())));
  17805.     }
  17806.     /**
  17807.      * Gets the public 'shopware.filesystem.asset' shared service.
  17808.      *
  17809.      * @return \League\Flysystem\FilesystemInterface
  17810.      */
  17811.     protected function getShopware_Filesystem_AssetService()
  17812.     {
  17813.         return $this->services['shopware.filesystem.asset'] = ($this->privates['Shopware\\Core\\Framework\\Adapter\\Filesystem\\FilesystemFactory'] ?? $this->getFilesystemFactoryService())->factory($this->parameters['shopware.filesystem.asset']);
  17814.     }
  17815.     /**
  17816.      * Gets the public 'shopware.filesystem.private' shared service.
  17817.      *
  17818.      * @return \League\Flysystem\FilesystemInterface
  17819.      */
  17820.     protected function getShopware_Filesystem_PrivateService()
  17821.     {
  17822.         return $this->services['shopware.filesystem.private'] = ($this->privates['Shopware\\Core\\Framework\\Adapter\\Filesystem\\FilesystemFactory'] ?? $this->getFilesystemFactoryService())->factory($this->parameters['shopware.filesystem.private']);
  17823.     }
  17824.     /**
  17825.      * Gets the public 'shopware.filesystem.public' shared service.
  17826.      *
  17827.      * @return \League\Flysystem\FilesystemInterface
  17828.      */
  17829.     protected function getShopware_Filesystem_PublicService()
  17830.     {
  17831.         return $this->services['shopware.filesystem.public'] = ($this->privates['Shopware\\Core\\Framework\\Adapter\\Filesystem\\FilesystemFactory'] ?? $this->getFilesystemFactoryService())->factory($this->parameters['shopware.filesystem.public']);
  17832.     }
  17833.     /**
  17834.      * Gets the public 'shopware.filesystem.sitemap' shared service.
  17835.      *
  17836.      * @return \League\Flysystem\FilesystemInterface
  17837.      */
  17838.     protected function getShopware_Filesystem_SitemapService()
  17839.     {
  17840.         return $this->services['shopware.filesystem.sitemap'] = ($this->privates['Shopware\\Core\\Framework\\Adapter\\Filesystem\\FilesystemFactory'] ?? $this->getFilesystemFactoryService())->factory($this->parameters['shopware.filesystem.sitemap']);
  17841.     }
  17842.     /**
  17843.      * Gets the public 'shopware.filesystem.temp' shared service.
  17844.      *
  17845.      * @return \League\Flysystem\FilesystemInterface
  17846.      */
  17847.     protected function getShopware_Filesystem_TempService()
  17848.     {
  17849.         return $this->services['shopware.filesystem.temp'] = ($this->privates['Shopware\\Core\\Framework\\Adapter\\Filesystem\\FilesystemFactory'] ?? $this->getFilesystemFactoryService())->factory($this->parameters['shopware.filesystem.temp']);
  17850.     }
  17851.     /**
  17852.      * Gets the public 'shopware.filesystem.theme' shared service.
  17853.      *
  17854.      * @return \League\Flysystem\FilesystemInterface
  17855.      */
  17856.     protected function getShopware_Filesystem_ThemeService()
  17857.     {
  17858.         return $this->services['shopware.filesystem.theme'] = ($this->privates['Shopware\\Core\\Framework\\Adapter\\Filesystem\\FilesystemFactory'] ?? $this->getFilesystemFactoryService())->factory($this->parameters['shopware.filesystem.theme']);
  17859.     }
  17860.     /**
  17861.      * Gets the public 'shopware.increment.gateway.registry' shared service.
  17862.      *
  17863.      * @return \Shopware\Core\Framework\Increment\IncrementGatewayRegistry
  17864.      */
  17865.     protected function getShopware_Increment_Gateway_RegistryService()
  17866.     {
  17867.         return $this->services['shopware.increment.gateway.registry'] = new \Shopware\Core\Framework\Increment\IncrementGatewayRegistry(new RewindableGenerator(function () {
  17868.             yield => ($this->privates['shopware.increment.user_activity.gateway.mysql'] ?? $this->getShopware_Increment_UserActivity_Gateway_MysqlService());
  17869.             yield => ($this->privates['shopware.increment.message_queue.gateway.mysql'] ?? $this->getShopware_Increment_MessageQueue_Gateway_MysqlService());
  17870.         }, 2));
  17871.     }
  17872.     /**
  17873.      * Gets the public 'shopware.store_client' shared service.
  17874.      *
  17875.      * @return \GuzzleHttp\Client
  17876.      */
  17877.     protected function getShopware_StoreClientService($lazyLoad true)
  17878.     {
  17879.         if ($lazyLoad) {
  17880.             return $this->services['shopware.store_client'] = $this->createProxy('Client_b190fb5', function () {
  17881.                 return \Client_b190fb5::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  17882.                     $wrappedInstance $this->getShopware_StoreClientService(false);
  17883.                     $proxy->setProxyInitializer(null);
  17884.                     return true;
  17885.                 });
  17886.             });
  17887.         }
  17888.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Store/Services/StoreClientFactory.php';
  17889.         return (new \Shopware\Core\Framework\Store\Services\StoreClientFactory(($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService()), new RewindableGenerator(function () {
  17890.             yield => ($this->services['Shopware\\Core\\Framework\\Store\\Services\\VerifyResponseSignatureMiddleware'] ?? $this->getVerifyResponseSignatureMiddlewareService());
  17891.             yield => ($this->services['Shopware\\Core\\Framework\\Store\\Services\\StoreSessionExpiredMiddleware'] ?? $this->getStoreSessionExpiredMiddlewareService());
  17892.             yield => ($this->services['Shopware\\Core\\Framework\\Store\\Services\\ShopSecretInvalidMiddleware'] ?? $this->getShopSecretInvalidMiddlewareService());
  17893.         }, 3)))->create();
  17894.     }
  17895.     /**
  17896.      * Gets the public 'snippet.repository' shared service.
  17897.      *
  17898.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  17899.      */
  17900.     protected function getSnippet_RepositoryService()
  17901.     {
  17902.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  17903.         if (isset($this->services['snippet.repository'])) {
  17904.             return $this->services['snippet.repository'];
  17905.         }
  17906.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  17907.         if (isset($this->services['snippet.repository'])) {
  17908.             return $this->services['snippet.repository'];
  17909.         }
  17910.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  17911.         if (isset($this->services['snippet.repository'])) {
  17912.             return $this->services['snippet.repository'];
  17913.         }
  17914.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  17915.         if (isset($this->services['snippet.repository'])) {
  17916.             return $this->services['snippet.repository'];
  17917.         }
  17918.         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())));
  17919.     }
  17920.     /**
  17921.      * Gets the public 'snippet_set.repository' shared service.
  17922.      *
  17923.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  17924.      */
  17925.     protected function getSnippetSet_RepositoryService()
  17926.     {
  17927.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  17928.         if (isset($this->services['snippet_set.repository'])) {
  17929.             return $this->services['snippet_set.repository'];
  17930.         }
  17931.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  17932.         if (isset($this->services['snippet_set.repository'])) {
  17933.             return $this->services['snippet_set.repository'];
  17934.         }
  17935.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  17936.         if (isset($this->services['snippet_set.repository'])) {
  17937.             return $this->services['snippet_set.repository'];
  17938.         }
  17939.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  17940.         if (isset($this->services['snippet_set.repository'])) {
  17941.             return $this->services['snippet_set.repository'];
  17942.         }
  17943.         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())));
  17944.     }
  17945.     /**
  17946.      * Gets the public 'state_machine.repository' shared service.
  17947.      *
  17948.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  17949.      */
  17950.     protected function getStateMachine_RepositoryService()
  17951.     {
  17952.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  17953.         if (isset($this->services['state_machine.repository'])) {
  17954.             return $this->services['state_machine.repository'];
  17955.         }
  17956.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  17957.         if (isset($this->services['state_machine.repository'])) {
  17958.             return $this->services['state_machine.repository'];
  17959.         }
  17960.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  17961.         if (isset($this->services['state_machine.repository'])) {
  17962.             return $this->services['state_machine.repository'];
  17963.         }
  17964.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  17965.         if (isset($this->services['state_machine.repository'])) {
  17966.             return $this->services['state_machine.repository'];
  17967.         }
  17968.         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())));
  17969.     }
  17970.     /**
  17971.      * Gets the public 'state_machine_history.repository' shared service.
  17972.      *
  17973.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  17974.      */
  17975.     protected function getStateMachineHistory_RepositoryService()
  17976.     {
  17977.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  17978.         if (isset($this->services['state_machine_history.repository'])) {
  17979.             return $this->services['state_machine_history.repository'];
  17980.         }
  17981.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  17982.         if (isset($this->services['state_machine_history.repository'])) {
  17983.             return $this->services['state_machine_history.repository'];
  17984.         }
  17985.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  17986.         if (isset($this->services['state_machine_history.repository'])) {
  17987.             return $this->services['state_machine_history.repository'];
  17988.         }
  17989.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  17990.         if (isset($this->services['state_machine_history.repository'])) {
  17991.             return $this->services['state_machine_history.repository'];
  17992.         }
  17993.         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())));
  17994.     }
  17995.     /**
  17996.      * Gets the public 'state_machine_state.repository' shared service.
  17997.      *
  17998.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  17999.      */
  18000.     protected function getStateMachineState_RepositoryService()
  18001.     {
  18002.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  18003.         if (isset($this->services['state_machine_state.repository'])) {
  18004.             return $this->services['state_machine_state.repository'];
  18005.         }
  18006.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  18007.         if (isset($this->services['state_machine_state.repository'])) {
  18008.             return $this->services['state_machine_state.repository'];
  18009.         }
  18010.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  18011.         if (isset($this->services['state_machine_state.repository'])) {
  18012.             return $this->services['state_machine_state.repository'];
  18013.         }
  18014.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  18015.         if (isset($this->services['state_machine_state.repository'])) {
  18016.             return $this->services['state_machine_state.repository'];
  18017.         }
  18018.         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())));
  18019.     }
  18020.     /**
  18021.      * Gets the public 'state_machine_state_translation.repository' shared service.
  18022.      *
  18023.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  18024.      */
  18025.     protected function getStateMachineStateTranslation_RepositoryService()
  18026.     {
  18027.         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())));
  18028.     }
  18029.     /**
  18030.      * Gets the public 'state_machine_transition.repository' shared service.
  18031.      *
  18032.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  18033.      */
  18034.     protected function getStateMachineTransition_RepositoryService()
  18035.     {
  18036.         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())));
  18037.     }
  18038.     /**
  18039.      * Gets the public 'state_machine_translation.repository' shared service.
  18040.      *
  18041.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  18042.      */
  18043.     protected function getStateMachineTranslation_RepositoryService()
  18044.     {
  18045.         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())));
  18046.     }
  18047.     /**
  18048.      * Gets the public 'storefront.filesystem.private' shared service.
  18049.      *
  18050.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  18051.      */
  18052.     protected function getStorefront_Filesystem_PrivateService()
  18053.     {
  18054.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  18055.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  18056.         return $this->services['storefront.filesystem.private'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.private'] ?? $this->getShopware_Filesystem_PrivateService()), 'plugins/storefront');
  18057.     }
  18058.     /**
  18059.      * Gets the public 'storefront.filesystem.public' shared service.
  18060.      *
  18061.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  18062.      */
  18063.     protected function getStorefront_Filesystem_PublicService()
  18064.     {
  18065.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  18066.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  18067.         return $this->services['storefront.filesystem.public'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.public'] ?? $this->getShopware_Filesystem_PublicService()), 'plugins/storefront');
  18068.     }
  18069.     /**
  18070.      * Gets the public 'swag_extension_store.filesystem.private' shared service.
  18071.      *
  18072.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  18073.      */
  18074.     protected function getSwagExtensionStore_Filesystem_PrivateService()
  18075.     {
  18076.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  18077.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  18078.         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');
  18079.     }
  18080.     /**
  18081.      * Gets the public 'swag_extension_store.filesystem.public' shared service.
  18082.      *
  18083.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  18084.      */
  18085.     protected function getSwagExtensionStore_Filesystem_PublicService()
  18086.     {
  18087.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  18088.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  18089.         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');
  18090.     }
  18091.     /**
  18092.      * Gets the public 'swag_language_pack.filesystem.private' shared service.
  18093.      *
  18094.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  18095.      */
  18096.     protected function getSwagLanguagePack_Filesystem_PrivateService()
  18097.     {
  18098.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  18099.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  18100.         return $this->services['swag_language_pack.filesystem.private'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.private'] ?? $this->getShopware_Filesystem_PrivateService()), 'plugins/swag_language_pack');
  18101.     }
  18102.     /**
  18103.      * Gets the public 'swag_language_pack.filesystem.public' shared service.
  18104.      *
  18105.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  18106.      */
  18107.     protected function getSwagLanguagePack_Filesystem_PublicService()
  18108.     {
  18109.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  18110.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  18111.         return $this->services['swag_language_pack.filesystem.public'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.public'] ?? $this->getShopware_Filesystem_PublicService()), 'plugins/swag_language_pack');
  18112.     }
  18113.     /**
  18114.      * Gets the public 'swag_language_pack_language.repository' shared service.
  18115.      *
  18116.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  18117.      */
  18118.     protected function getSwagLanguagePackLanguage_RepositoryService()
  18119.     {
  18120.         include_once \dirname(__DIR__4).'/custom/plugins/SwagLanguagePack/src/Core/Content/PackLanguageRepositoryDecorator.php';
  18121.         return $this->services['swag_language_pack_language.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Swag\LanguagePack\Core\Content\PackLanguageRepositoryDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Swag\\LanguagePack\\PackLanguage\\PackLanguageDefinition'] ?? $this->getPackLanguageDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()))));
  18122.     }
  18123.     /**
  18124.      * Gets the public 'swag_migration_assistant.filesystem.private' shared service.
  18125.      *
  18126.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  18127.      */
  18128.     protected function getSwagMigrationAssistant_Filesystem_PrivateService()
  18129.     {
  18130.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  18131.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  18132.         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');
  18133.     }
  18134.     /**
  18135.      * Gets the public 'swag_migration_assistant.filesystem.public' shared service.
  18136.      *
  18137.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  18138.      */
  18139.     protected function getSwagMigrationAssistant_Filesystem_PublicService()
  18140.     {
  18141.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  18142.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  18143.         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');
  18144.     }
  18145.     /**
  18146.      * Gets the public 'swag_migration_connection.repository' shared service.
  18147.      *
  18148.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  18149.      */
  18150.     protected function getSwagMigrationConnection_RepositoryService()
  18151.     {
  18152.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  18153.         if (isset($this->services['swag_migration_connection.repository'])) {
  18154.             return $this->services['swag_migration_connection.repository'];
  18155.         }
  18156.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  18157.         if (isset($this->services['swag_migration_connection.repository'])) {
  18158.             return $this->services['swag_migration_connection.repository'];
  18159.         }
  18160.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  18161.         if (isset($this->services['swag_migration_connection.repository'])) {
  18162.             return $this->services['swag_migration_connection.repository'];
  18163.         }
  18164.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  18165.         if (isset($this->services['swag_migration_connection.repository'])) {
  18166.             return $this->services['swag_migration_connection.repository'];
  18167.         }
  18168.         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())));
  18169.     }
  18170.     /**
  18171.      * Gets the public 'swag_migration_data.repository' shared service.
  18172.      *
  18173.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  18174.      */
  18175.     protected function getSwagMigrationData_RepositoryService()
  18176.     {
  18177.         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())));
  18178.     }
  18179.     /**
  18180.      * Gets the public 'swag_migration_general_setting.repository' shared service.
  18181.      *
  18182.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  18183.      */
  18184.     protected function getSwagMigrationGeneralSetting_RepositoryService()
  18185.     {
  18186.         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())));
  18187.     }
  18188.     /**
  18189.      * Gets the public 'swag_migration_logging.repository' shared service.
  18190.      *
  18191.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  18192.      */
  18193.     protected function getSwagMigrationLogging_RepositoryService()
  18194.     {
  18195.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  18196.         if (isset($this->services['swag_migration_logging.repository'])) {
  18197.             return $this->services['swag_migration_logging.repository'];
  18198.         }
  18199.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  18200.         if (isset($this->services['swag_migration_logging.repository'])) {
  18201.             return $this->services['swag_migration_logging.repository'];
  18202.         }
  18203.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  18204.         if (isset($this->services['swag_migration_logging.repository'])) {
  18205.             return $this->services['swag_migration_logging.repository'];
  18206.         }
  18207.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  18208.         if (isset($this->services['swag_migration_logging.repository'])) {
  18209.             return $this->services['swag_migration_logging.repository'];
  18210.         }
  18211.         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())));
  18212.     }
  18213.     /**
  18214.      * Gets the public 'swag_migration_mapping.repository' shared service.
  18215.      *
  18216.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  18217.      */
  18218.     protected function getSwagMigrationMapping_RepositoryService()
  18219.     {
  18220.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  18221.         if (isset($this->services['swag_migration_mapping.repository'])) {
  18222.             return $this->services['swag_migration_mapping.repository'];
  18223.         }
  18224.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  18225.         if (isset($this->services['swag_migration_mapping.repository'])) {
  18226.             return $this->services['swag_migration_mapping.repository'];
  18227.         }
  18228.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  18229.         if (isset($this->services['swag_migration_mapping.repository'])) {
  18230.             return $this->services['swag_migration_mapping.repository'];
  18231.         }
  18232.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  18233.         if (isset($this->services['swag_migration_mapping.repository'])) {
  18234.             return $this->services['swag_migration_mapping.repository'];
  18235.         }
  18236.         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())));
  18237.     }
  18238.     /**
  18239.      * Gets the public 'swag_migration_media_file.repository' shared service.
  18240.      *
  18241.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  18242.      */
  18243.     protected function getSwagMigrationMediaFile_RepositoryService()
  18244.     {
  18245.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  18246.         if (isset($this->services['swag_migration_media_file.repository'])) {
  18247.             return $this->services['swag_migration_media_file.repository'];
  18248.         }
  18249.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  18250.         if (isset($this->services['swag_migration_media_file.repository'])) {
  18251.             return $this->services['swag_migration_media_file.repository'];
  18252.         }
  18253.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  18254.         if (isset($this->services['swag_migration_media_file.repository'])) {
  18255.             return $this->services['swag_migration_media_file.repository'];
  18256.         }
  18257.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  18258.         if (isset($this->services['swag_migration_media_file.repository'])) {
  18259.             return $this->services['swag_migration_media_file.repository'];
  18260.         }
  18261.         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())));
  18262.     }
  18263.     /**
  18264.      * Gets the public 'swag_migration_run.repository' shared service.
  18265.      *
  18266.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  18267.      */
  18268.     protected function getSwagMigrationRun_RepositoryService()
  18269.     {
  18270.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  18271.         if (isset($this->services['swag_migration_run.repository'])) {
  18272.             return $this->services['swag_migration_run.repository'];
  18273.         }
  18274.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  18275.         if (isset($this->services['swag_migration_run.repository'])) {
  18276.             return $this->services['swag_migration_run.repository'];
  18277.         }
  18278.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  18279.         if (isset($this->services['swag_migration_run.repository'])) {
  18280.             return $this->services['swag_migration_run.repository'];
  18281.         }
  18282.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  18283.         if (isset($this->services['swag_migration_run.repository'])) {
  18284.             return $this->services['swag_migration_run.repository'];
  18285.         }
  18286.         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())));
  18287.     }
  18288.     /**
  18289.      * Gets the public 'system.filesystem.private' shared service.
  18290.      *
  18291.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  18292.      */
  18293.     protected function getSystem_Filesystem_PrivateService()
  18294.     {
  18295.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  18296.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  18297.         return $this->services['system.filesystem.private'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.private'] ?? $this->getShopware_Filesystem_PrivateService()), 'plugins/system');
  18298.     }
  18299.     /**
  18300.      * Gets the public 'system.filesystem.public' shared service.
  18301.      *
  18302.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  18303.      */
  18304.     protected function getSystem_Filesystem_PublicService()
  18305.     {
  18306.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  18307.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  18308.         return $this->services['system.filesystem.public'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.public'] ?? $this->getShopware_Filesystem_PublicService()), 'plugins/system');
  18309.     }
  18310.     /**
  18311.      * Gets the public 'system_config.repository' shared service.
  18312.      *
  18313.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  18314.      */
  18315.     protected function getSystemConfig_RepositoryService()
  18316.     {
  18317.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  18318.         if (isset($this->services['system_config.repository'])) {
  18319.             return $this->services['system_config.repository'];
  18320.         }
  18321.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  18322.         if (isset($this->services['system_config.repository'])) {
  18323.             return $this->services['system_config.repository'];
  18324.         }
  18325.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  18326.         if (isset($this->services['system_config.repository'])) {
  18327.             return $this->services['system_config.repository'];
  18328.         }
  18329.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  18330.         if (isset($this->services['system_config.repository'])) {
  18331.             return $this->services['system_config.repository'];
  18332.         }
  18333.         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())));
  18334.     }
  18335.     /**
  18336.      * Gets the public 'tag.repository' shared service.
  18337.      *
  18338.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  18339.      */
  18340.     protected function getTag_RepositoryService()
  18341.     {
  18342.         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())));
  18343.     }
  18344.     /**
  18345.      * Gets the public 'tax.repository' shared service.
  18346.      *
  18347.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  18348.      */
  18349.     protected function getTax_RepositoryService()
  18350.     {
  18351.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  18352.         if (isset($this->services['tax.repository'])) {
  18353.             return $this->services['tax.repository'];
  18354.         }
  18355.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  18356.         if (isset($this->services['tax.repository'])) {
  18357.             return $this->services['tax.repository'];
  18358.         }
  18359.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  18360.         if (isset($this->services['tax.repository'])) {
  18361.             return $this->services['tax.repository'];
  18362.         }
  18363.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  18364.         if (isset($this->services['tax.repository'])) {
  18365.             return $this->services['tax.repository'];
  18366.         }
  18367.         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())));
  18368.     }
  18369.     /**
  18370.      * Gets the public 'tax_rule.repository' shared service.
  18371.      *
  18372.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  18373.      */
  18374.     protected function getTaxRule_RepositoryService()
  18375.     {
  18376.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  18377.         if (isset($this->services['tax_rule.repository'])) {
  18378.             return $this->services['tax_rule.repository'];
  18379.         }
  18380.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  18381.         if (isset($this->services['tax_rule.repository'])) {
  18382.             return $this->services['tax_rule.repository'];
  18383.         }
  18384.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  18385.         if (isset($this->services['tax_rule.repository'])) {
  18386.             return $this->services['tax_rule.repository'];
  18387.         }
  18388.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  18389.         if (isset($this->services['tax_rule.repository'])) {
  18390.             return $this->services['tax_rule.repository'];
  18391.         }
  18392.         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())));
  18393.     }
  18394.     /**
  18395.      * Gets the public 'tax_rule_type.repository' shared service.
  18396.      *
  18397.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  18398.      */
  18399.     protected function getTaxRuleType_RepositoryService()
  18400.     {
  18401.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  18402.         if (isset($this->services['tax_rule_type.repository'])) {
  18403.             return $this->services['tax_rule_type.repository'];
  18404.         }
  18405.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  18406.         if (isset($this->services['tax_rule_type.repository'])) {
  18407.             return $this->services['tax_rule_type.repository'];
  18408.         }
  18409.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  18410.         if (isset($this->services['tax_rule_type.repository'])) {
  18411.             return $this->services['tax_rule_type.repository'];
  18412.         }
  18413.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  18414.         if (isset($this->services['tax_rule_type.repository'])) {
  18415.             return $this->services['tax_rule_type.repository'];
  18416.         }
  18417.         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())));
  18418.     }
  18419.     /**
  18420.      * Gets the public 'tax_rule_type_translation.repository' shared service.
  18421.      *
  18422.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  18423.      */
  18424.     protected function getTaxRuleTypeTranslation_RepositoryService()
  18425.     {
  18426.         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())));
  18427.     }
  18428.     /**
  18429.      * Gets the public 'theme.repository' shared service.
  18430.      *
  18431.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  18432.      */
  18433.     protected function getTheme_RepositoryService()
  18434.     {
  18435.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  18436.         if (isset($this->services['theme.repository'])) {
  18437.             return $this->services['theme.repository'];
  18438.         }
  18439.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  18440.         if (isset($this->services['theme.repository'])) {
  18441.             return $this->services['theme.repository'];
  18442.         }
  18443.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  18444.         if (isset($this->services['theme.repository'])) {
  18445.             return $this->services['theme.repository'];
  18446.         }
  18447.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  18448.         if (isset($this->services['theme.repository'])) {
  18449.             return $this->services['theme.repository'];
  18450.         }
  18451.         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())));
  18452.     }
  18453.     /**
  18454.      * Gets the public 'theme_child.repository' shared service.
  18455.      *
  18456.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  18457.      */
  18458.     protected function getThemeChild_RepositoryService()
  18459.     {
  18460.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  18461.         if (isset($this->services['theme_child.repository'])) {
  18462.             return $this->services['theme_child.repository'];
  18463.         }
  18464.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  18465.         if (isset($this->services['theme_child.repository'])) {
  18466.             return $this->services['theme_child.repository'];
  18467.         }
  18468.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  18469.         if (isset($this->services['theme_child.repository'])) {
  18470.             return $this->services['theme_child.repository'];
  18471.         }
  18472.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  18473.         if (isset($this->services['theme_child.repository'])) {
  18474.             return $this->services['theme_child.repository'];
  18475.         }
  18476.         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())));
  18477.     }
  18478.     /**
  18479.      * Gets the public 'theme_media.repository' shared service.
  18480.      *
  18481.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  18482.      */
  18483.     protected function getThemeMedia_RepositoryService()
  18484.     {
  18485.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  18486.         if (isset($this->services['theme_media.repository'])) {
  18487.             return $this->services['theme_media.repository'];
  18488.         }
  18489.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  18490.         if (isset($this->services['theme_media.repository'])) {
  18491.             return $this->services['theme_media.repository'];
  18492.         }
  18493.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  18494.         if (isset($this->services['theme_media.repository'])) {
  18495.             return $this->services['theme_media.repository'];
  18496.         }
  18497.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  18498.         if (isset($this->services['theme_media.repository'])) {
  18499.             return $this->services['theme_media.repository'];
  18500.         }
  18501.         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())));
  18502.     }
  18503.     /**
  18504.      * Gets the public 'theme_sales_channel.repository' shared service.
  18505.      *
  18506.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  18507.      */
  18508.     protected function getThemeSalesChannel_RepositoryService()
  18509.     {
  18510.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  18511.         if (isset($this->services['theme_sales_channel.repository'])) {
  18512.             return $this->services['theme_sales_channel.repository'];
  18513.         }
  18514.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  18515.         if (isset($this->services['theme_sales_channel.repository'])) {
  18516.             return $this->services['theme_sales_channel.repository'];
  18517.         }
  18518.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  18519.         if (isset($this->services['theme_sales_channel.repository'])) {
  18520.             return $this->services['theme_sales_channel.repository'];
  18521.         }
  18522.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  18523.         if (isset($this->services['theme_sales_channel.repository'])) {
  18524.             return $this->services['theme_sales_channel.repository'];
  18525.         }
  18526.         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())));
  18527.     }
  18528.     /**
  18529.      * Gets the public 'theme_translation.repository' shared service.
  18530.      *
  18531.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  18532.      */
  18533.     protected function getThemeTranslation_RepositoryService()
  18534.     {
  18535.         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())));
  18536.     }
  18537.     /**
  18538.      * Gets the public 'translator' shared service.
  18539.      *
  18540.      * @return \Symfony\Component\Translation\DataCollectorTranslator
  18541.      */
  18542.     protected function getTranslatorService()
  18543.     {
  18544.         $a = ($this->privates['Shopware\\Core\\Framework\\Adapter\\Translation\\Translator'] ?? $this->getTranslator2Service());
  18545.         if (isset($this->services['translator'])) {
  18546.             return $this->services['translator'];
  18547.         }
  18548.         return $this->services['translator'] = new \Symfony\Component\Translation\DataCollectorTranslator($a);
  18549.     }
  18550.     /**
  18551.      * Gets the public 'unit.repository' shared service.
  18552.      *
  18553.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  18554.      */
  18555.     protected function getUnit_RepositoryService()
  18556.     {
  18557.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  18558.         if (isset($this->services['unit.repository'])) {
  18559.             return $this->services['unit.repository'];
  18560.         }
  18561.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  18562.         if (isset($this->services['unit.repository'])) {
  18563.             return $this->services['unit.repository'];
  18564.         }
  18565.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  18566.         if (isset($this->services['unit.repository'])) {
  18567.             return $this->services['unit.repository'];
  18568.         }
  18569.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  18570.         if (isset($this->services['unit.repository'])) {
  18571.             return $this->services['unit.repository'];
  18572.         }
  18573.         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())));
  18574.     }
  18575.     /**
  18576.      * Gets the public 'unit_translation.repository' shared service.
  18577.      *
  18578.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  18579.      */
  18580.     protected function getUnitTranslation_RepositoryService()
  18581.     {
  18582.         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())));
  18583.     }
  18584.     /**
  18585.      * Gets the public 'user.repository' shared service.
  18586.      *
  18587.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  18588.      */
  18589.     protected function getUser_RepositoryService()
  18590.     {
  18591.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  18592.         if (isset($this->services['user.repository'])) {
  18593.             return $this->services['user.repository'];
  18594.         }
  18595.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  18596.         if (isset($this->services['user.repository'])) {
  18597.             return $this->services['user.repository'];
  18598.         }
  18599.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  18600.         if (isset($this->services['user.repository'])) {
  18601.             return $this->services['user.repository'];
  18602.         }
  18603.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  18604.         if (isset($this->services['user.repository'])) {
  18605.             return $this->services['user.repository'];
  18606.         }
  18607.         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())));
  18608.     }
  18609.     /**
  18610.      * Gets the public 'user_access_key.repository' shared service.
  18611.      *
  18612.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  18613.      */
  18614.     protected function getUserAccessKey_RepositoryService()
  18615.     {
  18616.         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())));
  18617.     }
  18618.     /**
  18619.      * Gets the public 'user_config.repository' shared service.
  18620.      *
  18621.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  18622.      */
  18623.     protected function getUserConfig_RepositoryService()
  18624.     {
  18625.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  18626.         if (isset($this->services['user_config.repository'])) {
  18627.             return $this->services['user_config.repository'];
  18628.         }
  18629.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  18630.         if (isset($this->services['user_config.repository'])) {
  18631.             return $this->services['user_config.repository'];
  18632.         }
  18633.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  18634.         if (isset($this->services['user_config.repository'])) {
  18635.             return $this->services['user_config.repository'];
  18636.         }
  18637.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  18638.         if (isset($this->services['user_config.repository'])) {
  18639.             return $this->services['user_config.repository'];
  18640.         }
  18641.         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())));
  18642.     }
  18643.     /**
  18644.      * Gets the public 'user_recovery.repository' shared service.
  18645.      *
  18646.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  18647.      */
  18648.     protected function getUserRecovery_RepositoryService()
  18649.     {
  18650.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  18651.         if (isset($this->services['user_recovery.repository'])) {
  18652.             return $this->services['user_recovery.repository'];
  18653.         }
  18654.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  18655.         if (isset($this->services['user_recovery.repository'])) {
  18656.             return $this->services['user_recovery.repository'];
  18657.         }
  18658.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  18659.         if (isset($this->services['user_recovery.repository'])) {
  18660.             return $this->services['user_recovery.repository'];
  18661.         }
  18662.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  18663.         if (isset($this->services['user_recovery.repository'])) {
  18664.             return $this->services['user_recovery.repository'];
  18665.         }
  18666.         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())));
  18667.     }
  18668.     /**
  18669.      * Gets the public 'var_dumper.cloner' shared service.
  18670.      *
  18671.      * @return \Symfony\Component\VarDumper\Cloner\VarCloner
  18672.      */
  18673.     protected function getVarDumper_ClonerService()
  18674.     {
  18675.         $this->services['var_dumper.cloner'] = $instance = new \Symfony\Component\VarDumper\Cloner\VarCloner();
  18676.         $instance->setMaxItems(2500);
  18677.         $instance->setMinDepth(1);
  18678.         $instance->setMaxString(-1);
  18679.         $instance->addCasters(['Closure' => 'Symfony\\Component\\VarDumper\\Caster\\ReflectionCaster::unsetClosureFileInfo']);
  18680.         return $instance;
  18681.     }
  18682.     /**
  18683.      * Gets the public 'version.repository' shared service.
  18684.      *
  18685.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  18686.      */
  18687.     protected function getVersion_RepositoryService()
  18688.     {
  18689.         return $this->services['version.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Version\\VersionDefinition'] ?? $this->getVersionDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  18690.     }
  18691.     /**
  18692.      * Gets the public 'version_commit.repository' shared service.
  18693.      *
  18694.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  18695.      */
  18696.     protected function getVersionCommit_RepositoryService()
  18697.     {
  18698.         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())));
  18699.     }
  18700.     /**
  18701.      * Gets the public 'version_commit_data.repository' shared service.
  18702.      *
  18703.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  18704.      */
  18705.     protected function getVersionCommitData_RepositoryService()
  18706.     {
  18707.         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())));
  18708.     }
  18709.     /**
  18710.      * Gets the public 'web_profiler.controller.exception_panel' shared service.
  18711.      *
  18712.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\ExceptionPanelController
  18713.      */
  18714.     protected function getWebProfiler_Controller_ExceptionPanelService()
  18715.     {
  18716.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Controller/ExceptionPanelController.php';
  18717.         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()));
  18718.     }
  18719.     /**
  18720.      * Gets the public 'web_profiler.controller.profiler' shared service.
  18721.      *
  18722.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\ProfilerController
  18723.      */
  18724.     protected function getWebProfiler_Controller_ProfilerService()
  18725.     {
  18726.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php';
  18727.         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));
  18728.     }
  18729.     /**
  18730.      * Gets the public 'web_profiler.controller.router' shared service.
  18731.      *
  18732.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\RouterController
  18733.      */
  18734.     protected function getWebProfiler_Controller_RouterService()
  18735.     {
  18736.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Controller/RouterController.php';
  18737.         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 () {
  18738.             return new \EmptyIterator();
  18739.         }, 0));
  18740.     }
  18741.     /**
  18742.      * Gets the public 'webhook.repository' shared service.
  18743.      *
  18744.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  18745.      */
  18746.     protected function getWebhook_RepositoryService()
  18747.     {
  18748.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  18749.         if (isset($this->services['webhook.repository'])) {
  18750.             return $this->services['webhook.repository'];
  18751.         }
  18752.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  18753.         if (isset($this->services['webhook.repository'])) {
  18754.             return $this->services['webhook.repository'];
  18755.         }
  18756.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  18757.         if (isset($this->services['webhook.repository'])) {
  18758.             return $this->services['webhook.repository'];
  18759.         }
  18760.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  18761.         if (isset($this->services['webhook.repository'])) {
  18762.             return $this->services['webhook.repository'];
  18763.         }
  18764.         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())));
  18765.     }
  18766.     /**
  18767.      * Gets the public 'webhook_event_log.repository' shared service.
  18768.      *
  18769.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  18770.      */
  18771.     protected function getWebhookEventLog_RepositoryService()
  18772.     {
  18773.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  18774.         if (isset($this->services['webhook_event_log.repository'])) {
  18775.             return $this->services['webhook_event_log.repository'];
  18776.         }
  18777.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  18778.         if (isset($this->services['webhook_event_log.repository'])) {
  18779.             return $this->services['webhook_event_log.repository'];
  18780.         }
  18781.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  18782.         if (isset($this->services['webhook_event_log.repository'])) {
  18783.             return $this->services['webhook_event_log.repository'];
  18784.         }
  18785.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  18786.         if (isset($this->services['webhook_event_log.repository'])) {
  18787.             return $this->services['webhook_event_log.repository'];
  18788.         }
  18789.         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())));
  18790.     }
  18791.     /**
  18792.      * Gets the private '.Shopware\Core\Maintenance\SalesChannel\Command\SalesChannelUpdateDomainCommand.lazy' shared service.
  18793.      *
  18794.      * @return \Symfony\Component\Console\Command\LazyCommand
  18795.      */
  18796.     protected function getSalesChannelUpdateDomainCommand_LazyService()
  18797.     {
  18798.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  18799.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  18800.         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 {
  18801.             return ($this->privates['Shopware\\Core\\Maintenance\\SalesChannel\\Command\\SalesChannelUpdateDomainCommand'] ?? $this->getSalesChannelUpdateDomainCommandService());
  18802.         });
  18803.     }
  18804.     /**
  18805.      * Gets the private '.Shopware\Elasticsearch\Framework\Command\ElasticsearchAdminIndexingCommand.lazy' shared service.
  18806.      *
  18807.      * @return \Symfony\Component\Console\Command\LazyCommand
  18808.      */
  18809.     protected function getElasticsearchAdminIndexingCommand_LazyService()
  18810.     {
  18811.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  18812.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  18813.         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 {
  18814.             return ($this->privates['Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchAdminIndexingCommand'] ?? $this->getElasticsearchAdminIndexingCommandService());
  18815.         });
  18816.     }
  18817.     /**
  18818.      * Gets the private '.Shopware\Elasticsearch\Framework\Command\ElasticsearchAdminResetCommand.lazy' shared service.
  18819.      *
  18820.      * @return \Symfony\Component\Console\Command\LazyCommand
  18821.      */
  18822.     protected function getElasticsearchAdminResetCommand_LazyService()
  18823.     {
  18824.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  18825.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  18826.         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 {
  18827.             return ($this->privates['Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchAdminResetCommand'] ?? $this->getElasticsearchAdminResetCommandService());
  18828.         });
  18829.     }
  18830.     /**
  18831.      * Gets the private '.Shopware\Elasticsearch\Framework\Command\ElasticsearchAdminTestCommand.lazy' shared service.
  18832.      *
  18833.      * @return \Symfony\Component\Console\Command\LazyCommand
  18834.      */
  18835.     protected function getElasticsearchAdminTestCommand_LazyService()
  18836.     {
  18837.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  18838.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  18839.         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 {
  18840.             return ($this->privates['Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchAdminTestCommand'] ?? $this->getElasticsearchAdminTestCommandService());
  18841.         });
  18842.     }
  18843.     /**
  18844.      * Gets the private '.Symfony\Component\Dotenv\Command\DotenvDumpCommand.lazy' shared service.
  18845.      *
  18846.      * @return \Symfony\Component\Console\Command\LazyCommand
  18847.      */
  18848.     protected function getDotenvDumpCommand_LazyService()
  18849.     {
  18850.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  18851.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  18852.         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 {
  18853.             return ($this->privates['Symfony\\Component\\Dotenv\\Command\\DotenvDumpCommand'] ?? $this->getDotenvDumpCommandService());
  18854.         });
  18855.     }
  18856.     /**
  18857.      * Gets the private '.cache.http.inner' shared service.
  18858.      *
  18859.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  18860.      */
  18861.     protected function get_Cache_Http_InnerService()
  18862.     {
  18863.         $a = new \Symfony\Component\Cache\Adapter\ArrayAdapter(172800);
  18864.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  18865.         return $this->privates['.cache.http.inner'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  18866.     }
  18867.     /**
  18868.      * Gets the private '.cache.object.inner' shared service.
  18869.      *
  18870.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  18871.      */
  18872.     protected function get_Cache_Object_InnerService()
  18873.     {
  18874.         $a = new \Symfony\Component\Cache\Adapter\ArrayAdapter(172800);
  18875.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  18876.         return $this->privates['.cache.object.inner'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  18877.     }
  18878.     /**
  18879.      * Gets the private '.console.command.about.lazy' shared service.
  18880.      *
  18881.      * @return \Symfony\Component\Console\Command\LazyCommand
  18882.      */
  18883.     protected function get_Console_Command_About_LazyService()
  18884.     {
  18885.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  18886.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  18887.         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 {
  18888.             return ($this->privates['console.command.about'] ?? $this->getConsole_Command_AboutService());
  18889.         });
  18890.     }
  18891.     /**
  18892.      * Gets the private '.console.command.cache_clear.lazy' shared service.
  18893.      *
  18894.      * @return \Symfony\Component\Console\Command\LazyCommand
  18895.      */
  18896.     protected function get_Console_Command_CacheClear_LazyService()
  18897.     {
  18898.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  18899.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  18900.         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 {
  18901.             return ($this->privates['console.command.cache_clear'] ?? $this->getConsole_Command_CacheClearService());
  18902.         });
  18903.     }
  18904.     /**
  18905.      * Gets the private '.console.command.cache_pool_clear.lazy' shared service.
  18906.      *
  18907.      * @return \Symfony\Component\Console\Command\LazyCommand
  18908.      */
  18909.     protected function get_Console_Command_CachePoolClear_LazyService()
  18910.     {
  18911.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  18912.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  18913.         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 {
  18914.             return ($this->privates['console.command.cache_pool_clear'] ?? $this->getConsole_Command_CachePoolClearService());
  18915.         });
  18916.     }
  18917.     /**
  18918.      * Gets the private '.console.command.cache_pool_delete.lazy' shared service.
  18919.      *
  18920.      * @return \Symfony\Component\Console\Command\LazyCommand
  18921.      */
  18922.     protected function get_Console_Command_CachePoolDelete_LazyService()
  18923.     {
  18924.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  18925.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  18926.         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 {
  18927.             return ($this->privates['console.command.cache_pool_delete'] ?? $this->getConsole_Command_CachePoolDeleteService());
  18928.         });
  18929.     }
  18930.     /**
  18931.      * Gets the private '.console.command.cache_pool_list.lazy' shared service.
  18932.      *
  18933.      * @return \Symfony\Component\Console\Command\LazyCommand
  18934.      */
  18935.     protected function get_Console_Command_CachePoolList_LazyService()
  18936.     {
  18937.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  18938.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  18939.         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 {
  18940.             return ($this->privates['console.command.cache_pool_list'] ?? $this->getConsole_Command_CachePoolListService());
  18941.         });
  18942.     }
  18943.     /**
  18944.      * Gets the private '.console.command.cache_pool_prune.lazy' shared service.
  18945.      *
  18946.      * @return \Symfony\Component\Console\Command\LazyCommand
  18947.      */
  18948.     protected function get_Console_Command_CachePoolPrune_LazyService()
  18949.     {
  18950.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  18951.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  18952.         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 {
  18953.             return ($this->privates['console.command.cache_pool_prune'] ?? $this->getConsole_Command_CachePoolPruneService());
  18954.         });
  18955.     }
  18956.     /**
  18957.      * Gets the private '.console.command.cache_warmup.lazy' shared service.
  18958.      *
  18959.      * @return \Symfony\Component\Console\Command\LazyCommand
  18960.      */
  18961.     protected function get_Console_Command_CacheWarmup_LazyService()
  18962.     {
  18963.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  18964.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  18965.         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 {
  18966.             return ($this->privates['console.command.cache_warmup'] ?? $this->getConsole_Command_CacheWarmupService());
  18967.         });
  18968.     }
  18969.     /**
  18970.      * Gets the private '.console.command.config_debug.lazy' shared service.
  18971.      *
  18972.      * @return \Symfony\Component\Console\Command\LazyCommand
  18973.      */
  18974.     protected function get_Console_Command_ConfigDebug_LazyService()
  18975.     {
  18976.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  18977.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  18978.         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 {
  18979.             return ($this->privates['console.command.config_debug'] ?? $this->getConsole_Command_ConfigDebugService());
  18980.         });
  18981.     }
  18982.     /**
  18983.      * Gets the private '.console.command.config_dump_reference.lazy' shared service.
  18984.      *
  18985.      * @return \Symfony\Component\Console\Command\LazyCommand
  18986.      */
  18987.     protected function get_Console_Command_ConfigDumpReference_LazyService()
  18988.     {
  18989.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  18990.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  18991.         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 {
  18992.             return ($this->privates['console.command.config_dump_reference'] ?? $this->getConsole_Command_ConfigDumpReferenceService());
  18993.         });
  18994.     }
  18995.     /**
  18996.      * Gets the private '.console.command.container_debug.lazy' shared service.
  18997.      *
  18998.      * @return \Symfony\Component\Console\Command\LazyCommand
  18999.      */
  19000.     protected function get_Console_Command_ContainerDebug_LazyService()
  19001.     {
  19002.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19003.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  19004.         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 {
  19005.             return ($this->privates['console.command.container_debug'] ?? $this->getConsole_Command_ContainerDebugService());
  19006.         });
  19007.     }
  19008.     /**
  19009.      * Gets the private '.console.command.container_lint.lazy' shared service.
  19010.      *
  19011.      * @return \Symfony\Component\Console\Command\LazyCommand
  19012.      */
  19013.     protected function get_Console_Command_ContainerLint_LazyService()
  19014.     {
  19015.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19016.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  19017.         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 {
  19018.             return ($this->privates['console.command.container_lint'] ?? $this->getConsole_Command_ContainerLintService());
  19019.         });
  19020.     }
  19021.     /**
  19022.      * Gets the private '.console.command.debug_autowiring.lazy' shared service.
  19023.      *
  19024.      * @return \Symfony\Component\Console\Command\LazyCommand
  19025.      */
  19026.     protected function get_Console_Command_DebugAutowiring_LazyService()
  19027.     {
  19028.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19029.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  19030.         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 {
  19031.             return ($this->privates['console.command.debug_autowiring'] ?? $this->getConsole_Command_DebugAutowiringService());
  19032.         });
  19033.     }
  19034.     /**
  19035.      * Gets the private '.console.command.dotenv_debug.lazy' shared service.
  19036.      *
  19037.      * @return \Symfony\Component\Console\Command\LazyCommand
  19038.      */
  19039.     protected function get_Console_Command_DotenvDebug_LazyService()
  19040.     {
  19041.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19042.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  19043.         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 {
  19044.             return ($this->privates['console.command.dotenv_debug'] ?? $this->getConsole_Command_DotenvDebugService());
  19045.         });
  19046.     }
  19047.     /**
  19048.      * Gets the private '.console.command.event_dispatcher_debug.lazy' shared service.
  19049.      *
  19050.      * @return \Symfony\Component\Console\Command\LazyCommand
  19051.      */
  19052.     protected function get_Console_Command_EventDispatcherDebug_LazyService()
  19053.     {
  19054.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19055.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  19056.         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 {
  19057.             return ($this->privates['console.command.event_dispatcher_debug'] ?? $this->getConsole_Command_EventDispatcherDebugService());
  19058.         });
  19059.     }
  19060.     /**
  19061.      * Gets the private '.console.command.messenger_consume_messages.lazy' shared service.
  19062.      *
  19063.      * @return \Symfony\Component\Console\Command\LazyCommand
  19064.      */
  19065.     protected function get_Console_Command_MessengerConsumeMessages_LazyService()
  19066.     {
  19067.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19068.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  19069.         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 {
  19070.             return ($this->privates['console.command.messenger_consume_messages'] ?? $this->getConsole_Command_MessengerConsumeMessagesService());
  19071.         });
  19072.     }
  19073.     /**
  19074.      * Gets the private '.console.command.messenger_debug.lazy' shared service.
  19075.      *
  19076.      * @return \Symfony\Component\Console\Command\LazyCommand
  19077.      */
  19078.     protected function get_Console_Command_MessengerDebug_LazyService()
  19079.     {
  19080.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19081.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  19082.         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 {
  19083.             return ($this->privates['console.command.messenger_debug'] ?? $this->getConsole_Command_MessengerDebugService());
  19084.         });
  19085.     }
  19086.     /**
  19087.      * Gets the private '.console.command.messenger_setup_transports.lazy' shared service.
  19088.      *
  19089.      * @return \Symfony\Component\Console\Command\LazyCommand
  19090.      */
  19091.     protected function get_Console_Command_MessengerSetupTransports_LazyService()
  19092.     {
  19093.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19094.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  19095.         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 {
  19096.             return ($this->privates['console.command.messenger_setup_transports'] ?? $this->getConsole_Command_MessengerSetupTransportsService());
  19097.         });
  19098.     }
  19099.     /**
  19100.      * Gets the private '.console.command.messenger_stop_workers.lazy' shared service.
  19101.      *
  19102.      * @return \Symfony\Component\Console\Command\LazyCommand
  19103.      */
  19104.     protected function get_Console_Command_MessengerStopWorkers_LazyService()
  19105.     {
  19106.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19107.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  19108.         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 {
  19109.             return ($this->privates['console.command.messenger_stop_workers'] ?? $this->getConsole_Command_MessengerStopWorkersService());
  19110.         });
  19111.     }
  19112.     /**
  19113.      * Gets the private '.console.command.router_debug.lazy' shared service.
  19114.      *
  19115.      * @return \Symfony\Component\Console\Command\LazyCommand
  19116.      */
  19117.     protected function get_Console_Command_RouterDebug_LazyService()
  19118.     {
  19119.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19120.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  19121.         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 {
  19122.             return ($this->privates['console.command.router_debug'] ?? $this->getConsole_Command_RouterDebugService());
  19123.         });
  19124.     }
  19125.     /**
  19126.      * Gets the private '.console.command.router_match.lazy' shared service.
  19127.      *
  19128.      * @return \Symfony\Component\Console\Command\LazyCommand
  19129.      */
  19130.     protected function get_Console_Command_RouterMatch_LazyService()
  19131.     {
  19132.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19133.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  19134.         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 {
  19135.             return ($this->privates['console.command.router_match'] ?? $this->getConsole_Command_RouterMatchService());
  19136.         });
  19137.     }
  19138.     /**
  19139.      * Gets the private '.console.command.secrets_decrypt_to_local.lazy' shared service.
  19140.      *
  19141.      * @return \Symfony\Component\Console\Command\LazyCommand
  19142.      */
  19143.     protected function get_Console_Command_SecretsDecryptToLocal_LazyService()
  19144.     {
  19145.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19146.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  19147.         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 {
  19148.             return ($this->privates['console.command.secrets_decrypt_to_local'] ?? $this->getConsole_Command_SecretsDecryptToLocalService());
  19149.         });
  19150.     }
  19151.     /**
  19152.      * Gets the private '.console.command.secrets_encrypt_from_local.lazy' shared service.
  19153.      *
  19154.      * @return \Symfony\Component\Console\Command\LazyCommand
  19155.      */
  19156.     protected function get_Console_Command_SecretsEncryptFromLocal_LazyService()
  19157.     {
  19158.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19159.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  19160.         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 {
  19161.             return ($this->privates['console.command.secrets_encrypt_from_local'] ?? $this->getConsole_Command_SecretsEncryptFromLocalService());
  19162.         });
  19163.     }
  19164.     /**
  19165.      * Gets the private '.console.command.secrets_generate_key.lazy' shared service.
  19166.      *
  19167.      * @return \Symfony\Component\Console\Command\LazyCommand
  19168.      */
  19169.     protected function get_Console_Command_SecretsGenerateKey_LazyService()
  19170.     {
  19171.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19172.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  19173.         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 {
  19174.             return ($this->privates['console.command.secrets_generate_key'] ?? $this->getConsole_Command_SecretsGenerateKeyService());
  19175.         });
  19176.     }
  19177.     /**
  19178.      * Gets the private '.console.command.secrets_list.lazy' shared service.
  19179.      *
  19180.      * @return \Symfony\Component\Console\Command\LazyCommand
  19181.      */
  19182.     protected function get_Console_Command_SecretsList_LazyService()
  19183.     {
  19184.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19185.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  19186.         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 {
  19187.             return ($this->privates['console.command.secrets_list'] ?? $this->getConsole_Command_SecretsListService());
  19188.         });
  19189.     }
  19190.     /**
  19191.      * Gets the private '.console.command.secrets_remove.lazy' shared service.
  19192.      *
  19193.      * @return \Symfony\Component\Console\Command\LazyCommand
  19194.      */
  19195.     protected function get_Console_Command_SecretsRemove_LazyService()
  19196.     {
  19197.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19198.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  19199.         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 {
  19200.             return ($this->privates['console.command.secrets_remove'] ?? $this->getConsole_Command_SecretsRemoveService());
  19201.         });
  19202.     }
  19203.     /**
  19204.      * Gets the private '.console.command.secrets_set.lazy' shared service.
  19205.      *
  19206.      * @return \Symfony\Component\Console\Command\LazyCommand
  19207.      */
  19208.     protected function get_Console_Command_SecretsSet_LazyService()
  19209.     {
  19210.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19211.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  19212.         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 {
  19213.             return ($this->privates['console.command.secrets_set'] ?? $this->getConsole_Command_SecretsSetService());
  19214.         });
  19215.     }
  19216.     /**
  19217.      * Gets the private '.console.command.translation_debug.lazy' shared service.
  19218.      *
  19219.      * @return \Symfony\Component\Console\Command\LazyCommand
  19220.      */
  19221.     protected function get_Console_Command_TranslationDebug_LazyService()
  19222.     {
  19223.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19224.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  19225.         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 {
  19226.             return ($this->privates['console.command.translation_debug'] ?? $this->getConsole_Command_TranslationDebugService());
  19227.         });
  19228.     }
  19229.     /**
  19230.      * Gets the private '.console.command.translation_extract.lazy' shared service.
  19231.      *
  19232.      * @return \Symfony\Component\Console\Command\LazyCommand
  19233.      */
  19234.     protected function get_Console_Command_TranslationExtract_LazyService()
  19235.     {
  19236.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19237.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  19238.         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 {
  19239.             return ($this->privates['console.command.translation_extract'] ?? $this->getConsole_Command_TranslationExtractService());
  19240.         });
  19241.     }
  19242.     /**
  19243.      * Gets the private '.console.command.translation_pull.lazy' shared service.
  19244.      *
  19245.      * @return \Symfony\Component\Console\Command\LazyCommand
  19246.      */
  19247.     protected function get_Console_Command_TranslationPull_LazyService()
  19248.     {
  19249.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19250.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  19251.         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 {
  19252.             return ($this->privates['console.command.translation_pull'] ?? $this->getConsole_Command_TranslationPullService());
  19253.         });
  19254.     }
  19255.     /**
  19256.      * Gets the private '.console.command.translation_push.lazy' shared service.
  19257.      *
  19258.      * @return \Symfony\Component\Console\Command\LazyCommand
  19259.      */
  19260.     protected function get_Console_Command_TranslationPush_LazyService()
  19261.     {
  19262.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19263.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  19264.         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 {
  19265.             return ($this->privates['console.command.translation_push'] ?? $this->getConsole_Command_TranslationPushService());
  19266.         });
  19267.     }
  19268.     /**
  19269.      * Gets the private '.console.command.validator_debug.lazy' shared service.
  19270.      *
  19271.      * @return \Symfony\Component\Console\Command\LazyCommand
  19272.      */
  19273.     protected function get_Console_Command_ValidatorDebug_LazyService()
  19274.     {
  19275.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19276.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  19277.         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 {
  19278.             return ($this->privates['console.command.validator_debug'] ?? $this->getConsole_Command_ValidatorDebugService());
  19279.         });
  19280.     }
  19281.     /**
  19282.      * Gets the private '.console.command.xliff_lint.lazy' shared service.
  19283.      *
  19284.      * @return \Symfony\Component\Console\Command\LazyCommand
  19285.      */
  19286.     protected function get_Console_Command_XliffLint_LazyService()
  19287.     {
  19288.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19289.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  19290.         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 {
  19291.             return ($this->privates['console.command.xliff_lint'] ?? $this->getConsole_Command_XliffLintService());
  19292.         });
  19293.     }
  19294.     /**
  19295.      * Gets the private '.console.command.yaml_lint.lazy' shared service.
  19296.      *
  19297.      * @return \Symfony\Component\Console\Command\LazyCommand
  19298.      */
  19299.     protected function get_Console_Command_YamlLint_LazyService()
  19300.     {
  19301.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19302.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  19303.         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 {
  19304.             return ($this->privates['console.command.yaml_lint'] ?? $this->getConsole_Command_YamlLintService());
  19305.         });
  19306.     }
  19307.     /**
  19308.      * Gets the private '.errored..service_locator.KfbR3DY.Symfony\Component\Config\Loader\LoaderInterface' shared service.
  19309.      *
  19310.      * @return \Symfony\Component\Config\Loader\LoaderInterface
  19311.      */
  19312.     protected function getLoaderInterfaceService()
  19313.     {
  19314.         $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".');
  19315.     }
  19316.     /**
  19317.      * Gets the private '.errored..service_locator.Q1m2WkM.Shopware\Core\Framework\Validation\DataBag\RequestDataBag' shared service.
  19318.      *
  19319.      * @return \Shopware\Core\Framework\Validation\DataBag\RequestDataBag
  19320.      */
  19321.     protected function getRequestDataBagService()
  19322.     {
  19323.         $this->throw('Cannot autowire service ".service_locator.Q1m2WkM": it references class "Shopware\\Core\\Framework\\Validation\\DataBag\\RequestDataBag" but no such service exists.');
  19324.     }
  19325.     /**
  19326.      * Gets the private '.messenger.handler_descriptor.2yo6BZJ' shared service.
  19327.      *
  19328.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  19329.      */
  19330.     protected function get_Messenger_HandlerDescriptor_2yo6BZJService()
  19331.     {
  19332.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  19333.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Indexing\\EntityIndexerRegistry'] ?? $this->getEntityIndexerRegistryService());
  19334.         if (isset($this->privates['.messenger.handler_descriptor.2yo6BZJ'])) {
  19335.             return $this->privates['.messenger.handler_descriptor.2yo6BZJ'];
  19336.         }
  19337.         return $this->privates['.messenger.handler_descriptor.2yo6BZJ'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor($a, []);
  19338.     }
  19339.     /**
  19340.      * Gets the private '.messenger.handler_descriptor.3.rzR14' shared service.
  19341.      *
  19342.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  19343.      */
  19344.     protected function get_Messenger_HandlerDescriptor_3_RzR14Service()
  19345.     {
  19346.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  19347.         return $this->privates['.messenger.handler_descriptor.3.rzR14'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->privates['Shopware\\Core\\Content\\ImportExport\\Message\\DeleteFileHandler'] ?? $this->getDeleteFileHandlerService()), []);
  19348.     }
  19349.     /**
  19350.      * Gets the private '.messenger.handler_descriptor.4htA3jl' shared service.
  19351.      *
  19352.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  19353.      */
  19354.     protected function get_Messenger_HandlerDescriptor_4htA3jlService()
  19355.     {
  19356.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  19357.         $a = ($this->privates['Shopware\\Core\\Content\\ProductExport\\ScheduledTask\\ProductExportPartialGenerationHandler'] ?? $this->getProductExportPartialGenerationHandlerService());
  19358.         if (isset($this->privates['.messenger.handler_descriptor.4htA3jl'])) {
  19359.             return $this->privates['.messenger.handler_descriptor.4htA3jl'];
  19360.         }
  19361.         return $this->privates['.messenger.handler_descriptor.4htA3jl'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor($a, []);
  19362.     }
  19363.     /**
  19364.      * Gets the private '.messenger.handler_descriptor.6XWr01B' shared service.
  19365.      *
  19366.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  19367.      */
  19368.     protected function get_Messenger_HandlerDescriptor_6XWr01BService()
  19369.     {
  19370.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  19371.         return $this->privates['.messenger.handler_descriptor.6XWr01B'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->privates['Shopware\\Core\\Framework\\MessageQueue\\Handler\\SleepTaskHandler'] ?? $this->getSleepTaskHandlerService()), []);
  19372.     }
  19373.     /**
  19374.      * Gets the private '.messenger.handler_descriptor.6a6vTR.' shared service.
  19375.      *
  19376.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  19377.      */
  19378.     protected function get_Messenger_HandlerDescriptor_6a6vTR_Service()
  19379.     {
  19380.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  19381.         $a = ($this->privates['Shopware\\Core\\Content\\Media\\Message\\GenerateThumbnailsHandler'] ?? $this->getGenerateThumbnailsHandlerService());
  19382.         if (isset($this->privates['.messenger.handler_descriptor.6a6vTR.'])) {
  19383.             return $this->privates['.messenger.handler_descriptor.6a6vTR.'];
  19384.         }
  19385.         return $this->privates['.messenger.handler_descriptor.6a6vTR.'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor($a, []);
  19386.     }
  19387.     /**
  19388.      * Gets the private '.messenger.handler_descriptor.6kBcctU' shared service.
  19389.      *
  19390.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  19391.      */
  19392.     protected function get_Messenger_HandlerDescriptor_6kBcctUService()
  19393.     {
  19394.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  19395.         return $this->privates['.messenger.handler_descriptor.6kBcctU'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->privates['Shopware\\Core\\Content\\Newsletter\\ScheduledTask\\NewsletterRecipientTaskHandler'] ?? $this->getNewsletterRecipientTaskHandlerService()), []);
  19396.     }
  19397.     /**
  19398.      * Gets the private '.messenger.handler_descriptor.88lOdtC' shared service.
  19399.      *
  19400.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  19401.      */
  19402.     protected function get_Messenger_HandlerDescriptor_88lOdtCService()
  19403.     {
  19404.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  19405.         $a = ($this->privates['Shopware\\Core\\Content\\Media\\Message\\GenerateThumbnailsHandler'] ?? $this->getGenerateThumbnailsHandlerService());
  19406.         if (isset($this->privates['.messenger.handler_descriptor.88lOdtC'])) {
  19407.             return $this->privates['.messenger.handler_descriptor.88lOdtC'];
  19408.         }
  19409.         return $this->privates['.messenger.handler_descriptor.88lOdtC'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor($a, []);
  19410.     }
  19411.     /**
  19412.      * Gets the private '.messenger.handler_descriptor.9FtfQXI' shared service.
  19413.      *
  19414.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  19415.      */
  19416.     protected function get_Messenger_HandlerDescriptor_9FtfQXIService()
  19417.     {
  19418.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  19419.         return $this->privates['.messenger.handler_descriptor.9FtfQXI'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->privates['Shopware\\Storefront\\Framework\\Cache\\CacheWarmer\\CacheWarmerTaskHandler'] ?? $this->getCacheWarmerTaskHandlerService()), []);
  19420.     }
  19421.     /**
  19422.      * Gets the private '.messenger.handler_descriptor.9zA2HRZ' shared service.
  19423.      *
  19424.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  19425.      */
  19426.     protected function get_Messenger_HandlerDescriptor_9zA2HRZService()
  19427.     {
  19428.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  19429.         $a = ($this->privates['Shopware\\Elasticsearch\\Framework\\Indexing\\ElasticsearchIndexer'] ?? $this->getElasticsearchIndexerService());
  19430.         if (isset($this->privates['.messenger.handler_descriptor.9zA2HRZ'])) {
  19431.             return $this->privates['.messenger.handler_descriptor.9zA2HRZ'];
  19432.         }
  19433.         return $this->privates['.messenger.handler_descriptor.9zA2HRZ'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor($a, []);
  19434.     }
  19435.     /**
  19436.      * Gets the private '.messenger.handler_descriptor.BzkW.st' shared service.
  19437.      *
  19438.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  19439.      */
  19440.     protected function get_Messenger_HandlerDescriptor_BzkW_StService()
  19441.     {
  19442.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  19443.         $a = ($this->privates['Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\RequeueDeadMessagesHandler'] ?? $this->getRequeueDeadMessagesHandlerService());
  19444.         if (isset($this->privates['.messenger.handler_descriptor.BzkW.st'])) {
  19445.             return $this->privates['.messenger.handler_descriptor.BzkW.st'];
  19446.         }
  19447.         return $this->privates['.messenger.handler_descriptor.BzkW.st'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor($a, []);
  19448.     }
  19449.     /**
  19450.      * Gets the private '.messenger.handler_descriptor.D8Msq11' shared service.
  19451.      *
  19452.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  19453.      */
  19454.     protected function get_Messenger_HandlerDescriptor_D8Msq11Service()
  19455.     {
  19456.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  19457.         return $this->privates['.messenger.handler_descriptor.D8Msq11'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->privates['Shopware\\Core\\Checkout\\Cart\\Cleanup\\CleanupCartTaskHandler'] ?? $this->getCleanupCartTaskHandlerService()), []);
  19458.     }
  19459.     /**
  19460.      * Gets the private '.messenger.handler_descriptor.NsPWeMd' shared service.
  19461.      *
  19462.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  19463.      */
  19464.     protected function get_Messenger_HandlerDescriptor_NsPWeMdService()
  19465.     {
  19466.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  19467.         $a = ($this->privates['SwagMigrationAssistant\\Migration\\MessageQueue\\Handler\\CleanupMigrationHandler'] ?? $this->getCleanupMigrationHandlerService());
  19468.         if (isset($this->privates['.messenger.handler_descriptor.NsPWeMd'])) {
  19469.             return $this->privates['.messenger.handler_descriptor.NsPWeMd'];
  19470.         }
  19471.         return $this->privates['.messenger.handler_descriptor.NsPWeMd'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor($a, []);
  19472.     }
  19473.     /**
  19474.      * Gets the private '.messenger.handler_descriptor.RWDR7vF' shared service.
  19475.      *
  19476.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  19477.      */
  19478.     protected function get_Messenger_HandlerDescriptor_RWDR7vFService()
  19479.     {
  19480.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  19481.         $a = ($this->privates['Shopware\\Core\\Content\\Sitemap\\ScheduledTask\\SitemapGenerateTaskHandler'] ?? $this->getSitemapGenerateTaskHandlerService());
  19482.         if (isset($this->privates['.messenger.handler_descriptor.RWDR7vF'])) {
  19483.             return $this->privates['.messenger.handler_descriptor.RWDR7vF'];
  19484.         }
  19485.         return $this->privates['.messenger.handler_descriptor.RWDR7vF'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor($a, []);
  19486.     }
  19487.     /**
  19488.      * Gets the private '.messenger.handler_descriptor.RaXVyBY' shared service.
  19489.      *
  19490.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  19491.      */
  19492.     protected function get_Messenger_HandlerDescriptor_RaXVyBYService()
  19493.     {
  19494.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  19495.         $a = ($this->services['Shopware\\Elasticsearch\\Framework\\Indexing\\CreateAliasTaskHandler'] ?? $this->getCreateAliasTaskHandlerService());
  19496.         if (isset($this->privates['.messenger.handler_descriptor.RaXVyBY'])) {
  19497.             return $this->privates['.messenger.handler_descriptor.RaXVyBY'];
  19498.         }
  19499.         return $this->privates['.messenger.handler_descriptor.RaXVyBY'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor($a, []);
  19500.     }
  19501.     /**
  19502.      * Gets the private '.messenger.handler_descriptor.Sx4TzkJ' shared service.
  19503.      *
  19504.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  19505.      */
  19506.     protected function get_Messenger_HandlerDescriptor_Sx4TzkJService()
  19507.     {
  19508.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  19509.         $a = ($this->services['Shopware\\Core\\Content\\ImportExport\\Message\\ImportExportHandler'] ?? $this->getImportExportHandlerService());
  19510.         if (isset($this->privates['.messenger.handler_descriptor.Sx4TzkJ'])) {
  19511.             return $this->privates['.messenger.handler_descriptor.Sx4TzkJ'];
  19512.         }
  19513.         return $this->privates['.messenger.handler_descriptor.Sx4TzkJ'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor($a, []);
  19514.     }
  19515.     /**
  19516.      * Gets the private '.messenger.handler_descriptor.TaMu3bd' shared service.
  19517.      *
  19518.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  19519.      */
  19520.     protected function get_Messenger_HandlerDescriptor_TaMu3bdService()
  19521.     {
  19522.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  19523.         return $this->privates['.messenger.handler_descriptor.TaMu3bd'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->privates['Shopware\\Core\\Content\\Media\\Message\\DeleteFileHandler'] ?? $this->getDeleteFileHandler2Service()), []);
  19524.     }
  19525.     /**
  19526.      * Gets the private '.messenger.handler_descriptor.W5d8anj' shared service.
  19527.      *
  19528.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  19529.      */
  19530.     protected function get_Messenger_HandlerDescriptor_W5d8anjService()
  19531.     {
  19532.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  19533.         $a = ($this->privates['Shopware\\Core\\Framework\\MessageQueue\\Handler\\EncryptedMessageHandler'] ?? $this->getEncryptedMessageHandlerService());
  19534.         if (isset($this->privates['.messenger.handler_descriptor.W5d8anj'])) {
  19535.             return $this->privates['.messenger.handler_descriptor.W5d8anj'];
  19536.         }
  19537.         return $this->privates['.messenger.handler_descriptor.W5d8anj'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor($a, []);
  19538.     }
  19539.     /**
  19540.      * Gets the private '.messenger.handler_descriptor.Z5qzcmD' shared service.
  19541.      *
  19542.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  19543.      */
  19544.     protected function get_Messenger_HandlerDescriptor_Z5qzcmDService()
  19545.     {
  19546.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  19547.         $a = ($this->privates['Shopware\\Core\\Framework\\Webhook\\Handler\\WebhookEventMessageHandler'] ?? $this->getWebhookEventMessageHandlerService());
  19548.         if (isset($this->privates['.messenger.handler_descriptor.Z5qzcmD'])) {
  19549.             return $this->privates['.messenger.handler_descriptor.Z5qzcmD'];
  19550.         }
  19551.         return $this->privates['.messenger.handler_descriptor.Z5qzcmD'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor($a, []);
  19552.     }
  19553.     /**
  19554.      * Gets the private '.messenger.handler_descriptor.ZFmY.qW' shared service.
  19555.      *
  19556.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  19557.      */
  19558.     protected function get_Messenger_HandlerDescriptor_ZFmY_QWService()
  19559.     {
  19560.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  19561.         $a = ($this->privates['Shopware\\Elasticsearch\\Framework\\Indexing\\ElasticsearchIndexer'] ?? $this->getElasticsearchIndexerService());
  19562.         if (isset($this->privates['.messenger.handler_descriptor.ZFmY.qW'])) {
  19563.             return $this->privates['.messenger.handler_descriptor.ZFmY.qW'];
  19564.         }
  19565.         return $this->privates['.messenger.handler_descriptor.ZFmY.qW'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor($a, []);
  19566.     }
  19567.     /**
  19568.      * Gets the private '.messenger.handler_descriptor._mx1WXF' shared service.
  19569.      *
  19570.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  19571.      */
  19572.     protected function get_Messenger_HandlerDescriptor_Mx1WXFService()
  19573.     {
  19574.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  19575.         return $this->privates['.messenger.handler_descriptor._mx1WXF'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\Cleanup\\CleanupSalesChannelContextTaskHandler'] ?? $this->getCleanupSalesChannelContextTaskHandlerService()), []);
  19576.     }
  19577.     /**
  19578.      * Gets the private '.messenger.handler_descriptor.aM76mVQ' shared service.
  19579.      *
  19580.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  19581.      */
  19582.     protected function get_Messenger_HandlerDescriptor_AM76mVQService()
  19583.     {
  19584.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  19585.         $a = ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\InvalidateCacheTaskHandler'] ?? $this->getInvalidateCacheTaskHandlerService());
  19586.         if (isset($this->privates['.messenger.handler_descriptor.aM76mVQ'])) {
  19587.             return $this->privates['.messenger.handler_descriptor.aM76mVQ'];
  19588.         }
  19589.         return $this->privates['.messenger.handler_descriptor.aM76mVQ'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor($a, []);
  19590.     }
  19591.     /**
  19592.      * Gets the private '.messenger.handler_descriptor.bD1J5H6' shared service.
  19593.      *
  19594.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  19595.      */
  19596.     protected function get_Messenger_HandlerDescriptor_BD1J5H6Service()
  19597.     {
  19598.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  19599.         $a = ($this->privates['Shopware\\Core\\Framework\\App\\ScheduledTask\\DeleteCascadeAppsHandler'] ?? $this->getDeleteCascadeAppsHandlerService());
  19600.         if (isset($this->privates['.messenger.handler_descriptor.bD1J5H6'])) {
  19601.             return $this->privates['.messenger.handler_descriptor.bD1J5H6'];
  19602.         }
  19603.         return $this->privates['.messenger.handler_descriptor.bD1J5H6'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor($a, []);
  19604.     }
  19605.     /**
  19606.      * Gets the private '.messenger.handler_descriptor.blq.UUc' shared service.
  19607.      *
  19608.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  19609.      */
  19610.     protected function get_Messenger_HandlerDescriptor_Blq_UUcService()
  19611.     {
  19612.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  19613.         $a = ($this->privates['Shopware\\Elasticsearch\\Admin\\AdminSearchRegistry'] ?? $this->getAdminSearchRegistryService());
  19614.         if (isset($this->privates['.messenger.handler_descriptor.blq.UUc'])) {
  19615.             return $this->privates['.messenger.handler_descriptor.blq.UUc'];
  19616.         }
  19617.         return $this->privates['.messenger.handler_descriptor.blq.UUc'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor($a, []);
  19618.     }
  19619.     /**
  19620.      * Gets the private '.messenger.handler_descriptor.dVP21hY' shared service.
  19621.      *
  19622.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  19623.      */
  19624.     protected function get_Messenger_HandlerDescriptor_DVP21hYService()
  19625.     {
  19626.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  19627.         return $this->privates['.messenger.handler_descriptor.dVP21hY'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->privates['Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\MessageQueue\\RegisterScheduledTaskHandler'] ?? $this->getRegisterScheduledTaskHandlerService()), []);
  19628.     }
  19629.     /**
  19630.      * Gets the private '.messenger.handler_descriptor.g5T3Vdz' shared service.
  19631.      *
  19632.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  19633.      */
  19634.     protected function get_Messenger_HandlerDescriptor_G5T3VdzService()
  19635.     {
  19636.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  19637.         $a = ($this->privates['mailer.messenger.message_handler'] ?? $this->getMailer_Messenger_MessageHandlerService());
  19638.         if (isset($this->privates['.messenger.handler_descriptor.g5T3Vdz'])) {
  19639.             return $this->privates['.messenger.handler_descriptor.g5T3Vdz'];
  19640.         }
  19641.         return $this->privates['.messenger.handler_descriptor.g5T3Vdz'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor($a, []);
  19642.     }
  19643.     /**
  19644.      * Gets the private '.messenger.handler_descriptor.goUFZIo' shared service.
  19645.      *
  19646.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  19647.      */
  19648.     protected function get_Messenger_HandlerDescriptor_GoUFZIoService()
  19649.     {
  19650.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  19651.         $a = ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\Message\\CleanupOldCacheFoldersHandler'] ?? $this->getCleanupOldCacheFoldersHandlerService());
  19652.         if (isset($this->privates['.messenger.handler_descriptor.goUFZIo'])) {
  19653.             return $this->privates['.messenger.handler_descriptor.goUFZIo'];
  19654.         }
  19655.         return $this->privates['.messenger.handler_descriptor.goUFZIo'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor($a, []);
  19656.     }
  19657.     /**
  19658.      * Gets the private '.messenger.handler_descriptor.h1gRAD1' shared service.
  19659.      *
  19660.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  19661.      */
  19662.     protected function get_Messenger_HandlerDescriptor_H1gRAD1Service()
  19663.     {
  19664.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  19665.         $a = ($this->privates['Shopware\\Core\\Framework\\Log\\ScheduledTask\\LogCleanupTaskHandler'] ?? $this->getLogCleanupTaskHandlerService());
  19666.         if (isset($this->privates['.messenger.handler_descriptor.h1gRAD1'])) {
  19667.             return $this->privates['.messenger.handler_descriptor.h1gRAD1'];
  19668.         }
  19669.         return $this->privates['.messenger.handler_descriptor.h1gRAD1'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor($a, []);
  19670.     }
  19671.     /**
  19672.      * Gets the private '.messenger.handler_descriptor.hq66vfV' shared service.
  19673.      *
  19674.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  19675.      */
  19676.     protected function get_Messenger_HandlerDescriptor_Hq66vfVService()
  19677.     {
  19678.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  19679.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Indexing\\EntityIndexerRegistry'] ?? $this->getEntityIndexerRegistryService());
  19680.         if (isset($this->privates['.messenger.handler_descriptor.hq66vfV'])) {
  19681.             return $this->privates['.messenger.handler_descriptor.hq66vfV'];
  19682.         }
  19683.         return $this->privates['.messenger.handler_descriptor.hq66vfV'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor($a, []);
  19684.     }
  19685.     /**
  19686.      * Gets the private '.messenger.handler_descriptor.n5_pcyU' shared service.
  19687.      *
  19688.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  19689.      */
  19690.     protected function get_Messenger_HandlerDescriptor_N5PcyUService()
  19691.     {
  19692.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  19693.         $a = ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Version\\Cleanup\\CleanupVersionTaskHandler'] ?? $this->getCleanupVersionTaskHandlerService());
  19694.         if (isset($this->privates['.messenger.handler_descriptor.n5_pcyU'])) {
  19695.             return $this->privates['.messenger.handler_descriptor.n5_pcyU'];
  19696.         }
  19697.         return $this->privates['.messenger.handler_descriptor.n5_pcyU'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor($a, []);
  19698.     }
  19699.     /**
  19700.      * Gets the private '.messenger.handler_descriptor.rvKU_JQ' shared service.
  19701.      *
  19702.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  19703.      */
  19704.     protected function get_Messenger_HandlerDescriptor_RvKUJQService()
  19705.     {
  19706.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  19707.         $a = ($this->privates['Shopware\\Core\\Framework\\MessageQueue\\Handler\\RetryMessageHandler'] ?? $this->getRetryMessageHandlerService());
  19708.         if (isset($this->privates['.messenger.handler_descriptor.rvKU_JQ'])) {
  19709.             return $this->privates['.messenger.handler_descriptor.rvKU_JQ'];
  19710.         }
  19711.         return $this->privates['.messenger.handler_descriptor.rvKU_JQ'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor($a, []);
  19712.     }
  19713.     /**
  19714.      * Gets the private '.messenger.handler_descriptor.uhLObtn' shared service.
  19715.      *
  19716.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  19717.      */
  19718.     protected function get_Messenger_HandlerDescriptor_UhLObtnService()
  19719.     {
  19720.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  19721.         $a = ($this->privates['SwagMigrationAssistant\\Migration\\MessageQueue\\Handler\\ProcessMediaHandler'] ?? $this->getProcessMediaHandlerService());
  19722.         if (isset($this->privates['.messenger.handler_descriptor.uhLObtn'])) {
  19723.             return $this->privates['.messenger.handler_descriptor.uhLObtn'];
  19724.         }
  19725.         return $this->privates['.messenger.handler_descriptor.uhLObtn'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor($a, []);
  19726.     }
  19727.     /**
  19728.      * Gets the private '.messenger.handler_descriptor.vN2QjSm' shared service.
  19729.      *
  19730.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  19731.      */
  19732.     protected function get_Messenger_HandlerDescriptor_VN2QjSmService()
  19733.     {
  19734.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  19735.         $a = ($this->privates['Shopware\\Core\\Framework\\App\\ScheduledTask\\UpdateAppsHandler'] ?? $this->getUpdateAppsHandlerService());
  19736.         if (isset($this->privates['.messenger.handler_descriptor.vN2QjSm'])) {
  19737.             return $this->privates['.messenger.handler_descriptor.vN2QjSm'];
  19738.         }
  19739.         return $this->privates['.messenger.handler_descriptor.vN2QjSm'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor($a, []);
  19740.     }
  19741.     /**
  19742.      * Gets the private '.messenger.handler_descriptor.vhvNn_P' shared service.
  19743.      *
  19744.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  19745.      */
  19746.     protected function get_Messenger_HandlerDescriptor_VhvNnPService()
  19747.     {
  19748.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  19749.         return $this->privates['.messenger.handler_descriptor.vhvNn_P'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->privates['Shopware\\Core\\Content\\Product\\Cleanup\\CleanupProductKeywordDictionaryTaskHandler'] ?? $this->getCleanupProductKeywordDictionaryTaskHandlerService()), []);
  19750.     }
  19751.     /**
  19752.      * Gets the private '.messenger.handler_descriptor.wUKKx8c' shared service.
  19753.      *
  19754.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  19755.      */
  19756.     protected function get_Messenger_HandlerDescriptor_WUKKx8cService()
  19757.     {
  19758.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  19759.         $a = ($this->privates['Shopware\\Core\\Content\\Product\\Cleanup\\CleanupUnusedDownloadMediaTaskHandler'] ?? $this->getCleanupUnusedDownloadMediaTaskHandlerService());
  19760.         if (isset($this->privates['.messenger.handler_descriptor.wUKKx8c'])) {
  19761.             return $this->privates['.messenger.handler_descriptor.wUKKx8c'];
  19762.         }
  19763.         return $this->privates['.messenger.handler_descriptor.wUKKx8c'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor($a, []);
  19764.     }
  19765.     /**
  19766.      * Gets the private '.messenger.handler_descriptor.wYSIMNj' shared service.
  19767.      *
  19768.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  19769.      */
  19770.     protected function get_Messenger_HandlerDescriptor_WYSIMNjService()
  19771.     {
  19772.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  19773.         $a = ($this->privates['Shopware\\Core\\Content\\ProductExport\\ScheduledTask\\ProductExportGenerateTaskHandler'] ?? $this->getProductExportGenerateTaskHandlerService());
  19774.         if (isset($this->privates['.messenger.handler_descriptor.wYSIMNj'])) {
  19775.             return $this->privates['.messenger.handler_descriptor.wYSIMNj'];
  19776.         }
  19777.         return $this->privates['.messenger.handler_descriptor.wYSIMNj'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor($a, []);
  19778.     }
  19779.     /**
  19780.      * Gets the private '.messenger.handler_descriptor.yKXilMm' shared service.
  19781.      *
  19782.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  19783.      */
  19784.     protected function get_Messenger_HandlerDescriptor_YKXilMmService()
  19785.     {
  19786.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  19787.         return $this->privates['.messenger.handler_descriptor.yKXilMm'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->privates['Shopware\\Core\\Content\\ImportExport\\ScheduledTask\\CleanupImportExportFileTaskHandler'] ?? $this->getCleanupImportExportFileTaskHandlerService()), []);
  19788.     }
  19789.     /**
  19790.      * Gets the private '.messenger.handler_descriptor.z290ooz' shared service.
  19791.      *
  19792.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  19793.      */
  19794.     protected function get_Messenger_HandlerDescriptor_Z290oozService()
  19795.     {
  19796.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  19797.         $a = ($this->privates['Shopware\\Core\\Content\\Sitemap\\ScheduledTask\\SitemapGenerateTaskHandler'] ?? $this->getSitemapGenerateTaskHandlerService());
  19798.         if (isset($this->privates['.messenger.handler_descriptor.z290ooz'])) {
  19799.             return $this->privates['.messenger.handler_descriptor.z290ooz'];
  19800.         }
  19801.         return $this->privates['.messenger.handler_descriptor.z290ooz'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor($a, []);
  19802.     }
  19803.     /**
  19804.      * Gets the private '.messenger.handler_descriptor.zfOhFjq' shared service.
  19805.      *
  19806.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  19807.      */
  19808.     protected function get_Messenger_HandlerDescriptor_ZfOhFjqService()
  19809.     {
  19810.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  19811.         return $this->privates['.messenger.handler_descriptor.zfOhFjq'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->privates['Shopware\\Core\\Content\\ProductStream\\ScheduledTask\\UpdateProductStreamMappingTaskHandler'] ?? $this->getUpdateProductStreamMappingTaskHandlerService()), []);
  19812.     }
  19813.     /**
  19814.      * Gets the private '.monolog.command.server_log.lazy' shared service.
  19815.      *
  19816.      * @return \Symfony\Component\Console\Command\LazyCommand
  19817.      */
  19818.     protected function get_Monolog_Command_ServerLog_LazyService()
  19819.     {
  19820.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19821.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  19822.         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 {
  19823.             return ($this->privates['monolog.command.server_log'] ?? $this->getMonolog_Command_ServerLogService());
  19824.         });
  19825.     }
  19826.     /**
  19827.      * Gets the private '.service_locator.KfbR3DY' shared service.
  19828.      *
  19829.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  19830.      */
  19831.     protected function get_ServiceLocator_KfbR3DYService()
  19832.     {
  19833.         return $this->privates['.service_locator.KfbR3DY'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  19834.             '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".'],
  19835.         ], [
  19836.             'loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  19837.         ]);
  19838.     }
  19839.     /**
  19840.      * Gets the private '.service_locator.N1ijGuF' shared service.
  19841.      *
  19842.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  19843.      */
  19844.     protected function get_ServiceLocator_N1ijGuFService()
  19845.     {
  19846.         return $this->privates['.service_locator.N1ijGuF'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  19847.             'pluginLoader' => ['services''Shopware\\Core\\Framework\\Plugin\\KernelPluginLoader\\KernelPluginLoader''getKernelPluginLoaderService'false],
  19848.         ], [
  19849.             'pluginLoader' => 'Shopware\\Core\\Framework\\Plugin\\KernelPluginLoader\\KernelPluginLoader',
  19850.         ]);
  19851.     }
  19852.     /**
  19853.      * Gets the private '.service_locator.Q1m2WkM' shared service.
  19854.      *
  19855.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  19856.      */
  19857.     protected function get_ServiceLocator_Q1m2WkMService()
  19858.     {
  19859.         return $this->privates['.service_locator.Q1m2WkM'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  19860.             '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.'],
  19861.         ], [
  19862.             'dataBag' => 'Shopware\\Core\\Framework\\Validation\\DataBag\\RequestDataBag',
  19863.         ]);
  19864.     }
  19865.     /**
  19866.      * Gets the private '.service_locator.ltYzMMM' shared service.
  19867.      *
  19868.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  19869.      */
  19870.     protected function get_ServiceLocator_LtYzMMMService()
  19871.     {
  19872.         return $this->privates['.service_locator.ltYzMMM'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  19873.             'default' => ['privates''messenger.transport.default''getMessenger_Transport_DefaultService'false],
  19874.             'messenger.transport.default' => ['privates''messenger.transport.default''getMessenger_Transport_DefaultService'false],
  19875.         ], [
  19876.             'default' => '?',
  19877.             'messenger.transport.default' => '?',
  19878.         ]);
  19879.     }
  19880.     /**
  19881.      * Gets the private '.service_locator.u1UoOa0' shared service.
  19882.      *
  19883.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  19884.      */
  19885.     protected function get_ServiceLocator_U1UoOa0Service()
  19886.     {
  19887.         return $this->privates['.service_locator.u1UoOa0'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  19888.             'Shopware\\Core\\Framework\\Api\\Controller\\CacheController::index' => ['privates''.service_locator.Q1m2WkM''get_ServiceLocator_Q1m2WkMService'false],
  19889.             'kernel::loadRoutes' => ['privates''.service_locator.KfbR3DY''get_ServiceLocator_KfbR3DYService'false],
  19890.             'kernel::reboot' => ['privates''.service_locator.N1ijGuF''get_ServiceLocator_N1ijGuFService'false],
  19891.             'kernel::registerContainerConfiguration' => ['privates''.service_locator.KfbR3DY''get_ServiceLocator_KfbR3DYService'false],
  19892.             'Shopware\\Core\\Framework\\Api\\Controller\\CacheController:index' => ['privates''.service_locator.Q1m2WkM''get_ServiceLocator_Q1m2WkMService'false],
  19893.             'kernel:loadRoutes' => ['privates''.service_locator.KfbR3DY''get_ServiceLocator_KfbR3DYService'false],
  19894.             'kernel:reboot' => ['privates''.service_locator.N1ijGuF''get_ServiceLocator_N1ijGuFService'false],
  19895.             'kernel:registerContainerConfiguration' => ['privates''.service_locator.KfbR3DY''get_ServiceLocator_KfbR3DYService'false],
  19896.         ], [
  19897.             'Shopware\\Core\\Framework\\Api\\Controller\\CacheController::index' => '?',
  19898.             'kernel::loadRoutes' => '?',
  19899.             'kernel::reboot' => '?',
  19900.             'kernel::registerContainerConfiguration' => '?',
  19901.             'Shopware\\Core\\Framework\\Api\\Controller\\CacheController:index' => '?',
  19902.             'kernel:loadRoutes' => '?',
  19903.             'kernel:reboot' => '?',
  19904.             'kernel:registerContainerConfiguration' => '?',
  19905.         ]);
  19906.     }
  19907.     /**
  19908.      * Gets the private '.session.deprecated' shared service.
  19909.      *
  19910.      * @return \Symfony\Component\HttpFoundation\Session\SessionInterface
  19911.      */
  19912.     protected function get_Session_DeprecatedService()
  19913.     {
  19914.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionInterface.php';
  19915.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Session/DeprecatedSessionFactory.php';
  19916.         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();
  19917.     }
  19918.     /**
  19919.      * Gets the private '.twig.command.debug.lazy' shared service.
  19920.      *
  19921.      * @return \Symfony\Component\Console\Command\LazyCommand
  19922.      */
  19923.     protected function get_Twig_Command_Debug_LazyService()
  19924.     {
  19925.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19926.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  19927.         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 {
  19928.             return ($this->privates['twig.command.debug'] ?? $this->getTwig_Command_DebugService());
  19929.         });
  19930.     }
  19931.     /**
  19932.      * Gets the private '.twig.command.lint.lazy' shared service.
  19933.      *
  19934.      * @return \Symfony\Component\Console\Command\LazyCommand
  19935.      */
  19936.     protected function get_Twig_Command_Lint_LazyService()
  19937.     {
  19938.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19939.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  19940.         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 {
  19941.             return ($this->privates['twig.command.lint'] ?? $this->getTwig_Command_LintService());
  19942.         });
  19943.     }
  19944.     /**
  19945.      * Gets the private '.var_dumper.command.server_dump.lazy' shared service.
  19946.      *
  19947.      * @return \Symfony\Component\Console\Command\LazyCommand
  19948.      */
  19949.     protected function get_VarDumper_Command_ServerDump_LazyService()
  19950.     {
  19951.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19952.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  19953.         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 {
  19954.             return ($this->privates['var_dumper.command.server_dump'] ?? $this->getVarDumper_Command_ServerDumpService());
  19955.         });
  19956.     }
  19957.     /**
  19958.      * Gets the private 'Shopware\Administration\System\SalesChannel\Subscriber\SalesChannelUserConfigSubscriber' shared service.
  19959.      *
  19960.      * @return \Shopware\Administration\System\SalesChannel\Subscriber\SalesChannelUserConfigSubscriber
  19961.      */
  19962.     protected function getSalesChannelUserConfigSubscriberService()
  19963.     {
  19964.         include_once \dirname(__DIR__4).'/vendor/shopware/administration/System/SalesChannel/Subscriber/SalesChannelUserConfigSubscriber.php';
  19965.         $a = ($this->services['user_config.repository'] ?? $this->getUserConfig_RepositoryService());
  19966.         if (isset($this->privates['Shopware\\Administration\\System\\SalesChannel\\Subscriber\\SalesChannelUserConfigSubscriber'])) {
  19967.             return $this->privates['Shopware\\Administration\\System\\SalesChannel\\Subscriber\\SalesChannelUserConfigSubscriber'];
  19968.         }
  19969.         return $this->privates['Shopware\\Administration\\System\\SalesChannel\\Subscriber\\SalesChannelUserConfigSubscriber'] = new \Shopware\Administration\System\SalesChannel\Subscriber\SalesChannelUserConfigSubscriber($a);
  19970.     }
  19971.     /**
  19972.      * Gets the private 'Shopware\Core\Checkout\Cart\Address\AddressValidator' shared service.
  19973.      *
  19974.      * @return \Shopware\Core\Checkout\Cart\Address\AddressValidator
  19975.      */
  19976.     protected function getAddressValidatorService()
  19977.     {
  19978.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/CartValidatorInterface.php';
  19979.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/Address/AddressValidator.php';
  19980.         $a = ($this->services['country.repository'] ?? $this->getCountry_RepositoryService());
  19981.         if (isset($this->privates['Shopware\\Core\\Checkout\\Cart\\Address\\AddressValidator'])) {
  19982.             return $this->privates['Shopware\\Core\\Checkout\\Cart\\Address\\AddressValidator'];
  19983.         }
  19984.         return $this->privates['Shopware\\Core\\Checkout\\Cart\\Address\\AddressValidator'] = new \Shopware\Core\Checkout\Cart\Address\AddressValidator($a);
  19985.     }
  19986.     /**
  19987.      * Gets the private 'Shopware\Core\Checkout\Cart\CachedRuleLoader' shared service.
  19988.      *
  19989.      * @return \Shopware\Core\Checkout\Cart\CachedRuleLoader
  19990.      */
  19991.     protected function getCachedRuleLoaderService()
  19992.     {
  19993.         $a = ($this->services['rule.repository'] ?? $this->getRule_RepositoryService());
  19994.         if (isset($this->privates['Shopware\\Core\\Checkout\\Cart\\CachedRuleLoader'])) {
  19995.             return $this->privates['Shopware\\Core\\Checkout\\Cart\\CachedRuleLoader'];
  19996.         }
  19997.         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()));
  19998.     }
  19999.     /**
  20000.      * Gets the private 'Shopware\Core\Checkout\Cart\CartCalculator' shared service.
  20001.      *
  20002.      * @return \Shopware\Core\Checkout\Cart\CartCalculator
  20003.      */
  20004.     protected function getCartCalculatorService()
  20005.     {
  20006.         $a = ($this->privates['Shopware\\Core\\Checkout\\Cart\\CartRuleLoader'] ?? $this->getCartRuleLoaderService());
  20007.         if (isset($this->privates['Shopware\\Core\\Checkout\\Cart\\CartCalculator'])) {
  20008.             return $this->privates['Shopware\\Core\\Checkout\\Cart\\CartCalculator'];
  20009.         }
  20010.         return $this->privates['Shopware\\Core\\Checkout\\Cart\\CartCalculator'] = new \Shopware\Core\Checkout\Cart\CartCalculator($a);
  20011.     }
  20012.     /**
  20013.      * Gets the private 'Shopware\Core\Checkout\Cart\CartPersister' shared service.
  20014.      *
  20015.      * @return \Shopware\Core\Checkout\Cart\CartPersister
  20016.      */
  20017.     protected function getCartPersisterService()
  20018.     {
  20019.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  20020.         if (isset($this->privates['Shopware\\Core\\Checkout\\Cart\\CartPersister'])) {
  20021.             return $this->privates['Shopware\\Core\\Checkout\\Cart\\CartPersister'];
  20022.         }
  20023.         $b = ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService());
  20024.         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);
  20025.     }
  20026.     /**
  20027.      * Gets the private 'Shopware\Core\Checkout\Cart\CartRuleLoader' shared service.
  20028.      *
  20029.      * @return \Shopware\Core\Checkout\Cart\CartRuleLoader
  20030.      */
  20031.     protected function getCartRuleLoaderService()
  20032.     {
  20033.         $a = ($this->privates['Shopware\\Core\\Checkout\\Cart\\CartPersister'] ?? $this->getCartPersisterService());
  20034.         if (isset($this->privates['Shopware\\Core\\Checkout\\Cart\\CartRuleLoader'])) {
  20035.             return $this->privates['Shopware\\Core\\Checkout\\Cart\\CartRuleLoader'];
  20036.         }
  20037.         $b = ($this->privates['Shopware\\Core\\Checkout\\Cart\\Processor'] ?? $this->getProcessorService());
  20038.         if (isset($this->privates['Shopware\\Core\\Checkout\\Cart\\CartRuleLoader'])) {
  20039.             return $this->privates['Shopware\\Core\\Checkout\\Cart\\CartRuleLoader'];
  20040.         }
  20041.         $c = ($this->privates['Shopware\\Core\\Checkout\\Cart\\CachedRuleLoader'] ?? $this->getCachedRuleLoaderService());
  20042.         if (isset($this->privates['Shopware\\Core\\Checkout\\Cart\\CartRuleLoader'])) {
  20043.             return $this->privates['Shopware\\Core\\Checkout\\Cart\\CartRuleLoader'];
  20044.         }
  20045.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  20046.         if (isset($this->privates['Shopware\\Core\\Checkout\\Cart\\CartRuleLoader'])) {
  20047.             return $this->privates['Shopware\\Core\\Checkout\\Cart\\CartRuleLoader'];
  20048.         }
  20049.         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);
  20050.     }
  20051.     /**
  20052.      * Gets the private 'Shopware\Core\Checkout\Cart\Cleanup\CleanupCartTaskHandler' shared service.
  20053.      *
  20054.      * @return \Shopware\Core\Checkout\Cart\Cleanup\CleanupCartTaskHandler
  20055.      */
  20056.     protected function getCleanupCartTaskHandlerService()
  20057.     {
  20058.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/Cleanup/CleanupCartTaskHandler.php';
  20059.         $a = ($this->services['scheduled_task.repository'] ?? $this->getScheduledTask_RepositoryService());
  20060.         if (isset($this->privates['Shopware\\Core\\Checkout\\Cart\\Cleanup\\CleanupCartTaskHandler'])) {
  20061.             return $this->privates['Shopware\\Core\\Checkout\\Cart\\Cleanup\\CleanupCartTaskHandler'];
  20062.         }
  20063.         return $this->privates['Shopware\\Core\\Checkout\\Cart\\Cleanup\\CleanupCartTaskHandler'] = new \Shopware\Core\Checkout\Cart\Cleanup\CleanupCartTaskHandler($a, ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()), 120);
  20064.     }
  20065.     /**
  20066.      * Gets the private 'Shopware\Core\Checkout\Cart\Command\CartMigrateCommand' shared service.
  20067.      *
  20068.      * @return \Shopware\Core\Checkout\Cart\Command\CartMigrateCommand
  20069.      */
  20070.     protected function getCartMigrateCommandService()
  20071.     {
  20072.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  20073.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Command/ConsoleProgressTrait.php';
  20074.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/Command/CartMigrateCommand.php';
  20075.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Cache/RedisConnectionFactory.php';
  20076.         $this->privates['Shopware\\Core\\Checkout\\Cart\\Command\\CartMigrateCommand'] = $instance = new \Shopware\Core\Checkout\Cart\Command\CartMigrateCommand(NULL, ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()), false120, new \Shopware\Core\Framework\Adapter\Cache\RedisConnectionFactory($this->getEnv('REDIS_PREFIX')));
  20077.         $instance->setName('cart:migrate');
  20078.         return $instance;
  20079.     }
  20080.     /**
  20081.      * Gets the private 'Shopware\Core\Checkout\Cart\CreditCartProcessor' shared service.
  20082.      *
  20083.      * @return \Shopware\Core\Checkout\Cart\CreditCartProcessor
  20084.      */
  20085.     protected function getCreditCartProcessorService()
  20086.     {
  20087.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/CartProcessorInterface.php';
  20088.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/CreditCartProcessor.php';
  20089.         return $this->privates['Shopware\\Core\\Checkout\\Cart\\CreditCartProcessor'] = new \Shopware\Core\Checkout\Cart\CreditCartProcessor(($this->privates['Shopware\\Core\\Checkout\\Cart\\Price\\AbsolutePriceCalculator'] ?? $this->getAbsolutePriceCalculatorService()));
  20090.     }
  20091.     /**
  20092.      * Gets the private 'Shopware\Core\Checkout\Cart\CustomCartProcessor' shared service.
  20093.      *
  20094.      * @return \Shopware\Core\Checkout\Cart\CustomCartProcessor
  20095.      */
  20096.     protected function getCustomCartProcessorService()
  20097.     {
  20098.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/CartProcessorInterface.php';
  20099.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/CartDataCollectorInterface.php';
  20100.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/CustomCartProcessor.php';
  20101.         return $this->privates['Shopware\\Core\\Checkout\\Cart\\CustomCartProcessor'] = new \Shopware\Core\Checkout\Cart\CustomCartProcessor(($this->privates['Shopware\\Core\\Checkout\\Cart\\Price\\QuantityPriceCalculator'] ?? $this->getQuantityPriceCalculatorService()));
  20102.     }
  20103.     /**
  20104.      * Gets the private 'Shopware\Core\Checkout\Cart\Delivery\DeliveryProcessor' shared service.
  20105.      *
  20106.      * @return \Shopware\Core\Checkout\Cart\Delivery\DeliveryProcessor
  20107.      */
  20108.     protected function getDeliveryProcessorService()
  20109.     {
  20110.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/CartProcessorInterface.php';
  20111.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/CartDataCollectorInterface.php';
  20112.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/Delivery/DeliveryProcessor.php';
  20113.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/Delivery/DeliveryCalculator.php';
  20114.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/Delivery/DeliveryBuilder.php';
  20115.         $a = ($this->services['shipping_method.repository'] ?? $this->getShippingMethod_RepositoryService());
  20116.         if (isset($this->privates['Shopware\\Core\\Checkout\\Cart\\Delivery\\DeliveryProcessor'])) {
  20117.             return $this->privates['Shopware\\Core\\Checkout\\Cart\\Delivery\\DeliveryProcessor'];
  20118.         }
  20119.         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);
  20120.     }
  20121.     /**
  20122.      * Gets the private 'Shopware\Core\Checkout\Cart\Facade\CartFacadeHelper' shared service.
  20123.      *
  20124.      * @return \Shopware\Core\Checkout\Cart\Facade\CartFacadeHelper
  20125.      */
  20126.     protected function getCartFacadeHelperService()
  20127.     {
  20128.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/Facade/CartFacadeHelper.php';
  20129.         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()));
  20130.     }
  20131.     /**
  20132.      * Gets the private 'Shopware\Core\Checkout\Cart\LineItemFactoryHandler\CreditLineItemFactory' shared service.
  20133.      *
  20134.      * @return \Shopware\Core\Checkout\Cart\LineItemFactoryHandler\CreditLineItemFactory
  20135.      */
  20136.     protected function getCreditLineItemFactoryService()
  20137.     {
  20138.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/LineItemFactoryHandler/LineItemFactoryInterface.php';
  20139.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/LineItemFactoryHandler/CreditLineItemFactory.php';
  20140.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/PriceDefinitionFactory.php';
  20141.         $a = ($this->services['media.repository'] ?? $this->getMedia_RepositoryService());
  20142.         if (isset($this->privates['Shopware\\Core\\Checkout\\Cart\\LineItemFactoryHandler\\CreditLineItemFactory'])) {
  20143.             return $this->privates['Shopware\\Core\\Checkout\\Cart\\LineItemFactoryHandler\\CreditLineItemFactory'];
  20144.         }
  20145.         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);
  20146.     }
  20147.     /**
  20148.      * Gets the private 'Shopware\Core\Checkout\Cart\LineItemFactoryHandler\CustomLineItemFactory' shared service.
  20149.      *
  20150.      * @return \Shopware\Core\Checkout\Cart\LineItemFactoryHandler\CustomLineItemFactory
  20151.      */
  20152.     protected function getCustomLineItemFactoryService()
  20153.     {
  20154.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/LineItemFactoryHandler/LineItemFactoryInterface.php';
  20155.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/LineItemFactoryHandler/CustomLineItemFactory.php';
  20156.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/PriceDefinitionFactory.php';
  20157.         $a = ($this->services['media.repository'] ?? $this->getMedia_RepositoryService());
  20158.         if (isset($this->privates['Shopware\\Core\\Checkout\\Cart\\LineItemFactoryHandler\\CustomLineItemFactory'])) {
  20159.             return $this->privates['Shopware\\Core\\Checkout\\Cart\\LineItemFactoryHandler\\CustomLineItemFactory'];
  20160.         }
  20161.         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);
  20162.     }
  20163.     /**
  20164.      * Gets the private 'Shopware\Core\Checkout\Cart\LineItemFactoryHandler\ProductLineItemFactory' shared service.
  20165.      *
  20166.      * @return \Shopware\Core\Checkout\Cart\LineItemFactoryHandler\ProductLineItemFactory
  20167.      */
  20168.     protected function getProductLineItemFactoryService()
  20169.     {
  20170.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/LineItemFactoryHandler/LineItemFactoryInterface.php';
  20171.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/LineItemFactoryHandler/ProductLineItemFactory.php';
  20172.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/PriceDefinitionFactory.php';
  20173.         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())));
  20174.     }
  20175.     /**
  20176.      * Gets the private 'Shopware\Core\Checkout\Cart\LineItemFactoryRegistry' shared service.
  20177.      *
  20178.      * @return \Shopware\Core\Checkout\Cart\LineItemFactoryRegistry
  20179.      */
  20180.     protected function getLineItemFactoryRegistryService()
  20181.     {
  20182.         $a = ($this->privates['Shopware\\Core\\Framework\\Validation\\DataValidator'] ?? $this->getDataValidatorService());
  20183.         if (isset($this->privates['Shopware\\Core\\Checkout\\Cart\\LineItemFactoryRegistry'])) {
  20184.             return $this->privates['Shopware\\Core\\Checkout\\Cart\\LineItemFactoryRegistry'];
  20185.         }
  20186.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  20187.         if (isset($this->privates['Shopware\\Core\\Checkout\\Cart\\LineItemFactoryRegistry'])) {
  20188.             return $this->privates['Shopware\\Core\\Checkout\\Cart\\LineItemFactoryRegistry'];
  20189.         }
  20190.         return $this->privates['Shopware\\Core\\Checkout\\Cart\\LineItemFactoryRegistry'] = new \Shopware\Core\Checkout\Cart\LineItemFactoryRegistry(new RewindableGenerator(function () {
  20191.             yield => ($this->privates['Shopware\\Core\\Checkout\\Cart\\LineItemFactoryHandler\\ProductLineItemFactory'] ?? $this->getProductLineItemFactoryService());
  20192.             yield => ($this->privates['Shopware\\Core\\Checkout\\Cart\\LineItemFactoryHandler\\PromotionLineItemFactory'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\LineItemFactoryHandler\\PromotionLineItemFactory'] = new \Shopware\Core\Checkout\Cart\LineItemFactoryHandler\PromotionLineItemFactory()));
  20193.             yield => ($this->privates['Shopware\\Core\\Checkout\\Cart\\LineItemFactoryHandler\\CreditLineItemFactory'] ?? $this->getCreditLineItemFactoryService());
  20194.             yield => ($this->privates['Shopware\\Core\\Checkout\\Cart\\LineItemFactoryHandler\\CustomLineItemFactory'] ?? $this->getCustomLineItemFactoryService());
  20195.         }, 4), $a$b);
  20196.     }
  20197.     /**
  20198.      * Gets the private 'Shopware\Core\Checkout\Cart\LineItem\Group\LineItemGroupBuilder' shared service.
  20199.      *
  20200.      * @return \Shopware\Core\Checkout\Cart\LineItem\Group\LineItemGroupBuilder
  20201.      */
  20202.     protected function getLineItemGroupBuilderService()
  20203.     {
  20204.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/LineItem/Group/LineItemGroupBuilder.php';
  20205.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/LineItem/Group/LineItemGroupRuleMatcherInterface.php';
  20206.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/LineItem/Group/RulesMatcher/AnyRuleMatcher.php';
  20207.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/LineItem/Group/RulesMatcher/AbstractAnyRuleLineItemMatcher.php';
  20208.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/LineItem/Group/RulesMatcher/AnyRuleLineItemMatcher.php';
  20209.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/LineItem/Group/AbstractProductLineItemProvider.php';
  20210.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/LineItem/Group/ProductLineItemProvider.php';
  20211.         return $this->privates['Shopware\\Core\\Checkout\\Cart\\LineItem\\Group\\LineItemGroupBuilder'] = new \Shopware\Core\Checkout\Cart\LineItem\Group\LineItemGroupBuilder(($this->privates['Shopware\\Core\\Checkout\\Cart\\LineItem\\Group\\LineItemGroupServiceRegistry'] ?? $this->getLineItemGroupServiceRegistryService()), new \Shopware\Core\Checkout\Cart\LineItem\Group\RulesMatcher\AnyRuleMatcher(new \Shopware\Core\Checkout\Cart\LineItem\Group\RulesMatcher\AnyRuleLineItemMatcher()), ($this->privates['Shopware\\Core\\Checkout\\Cart\\LineItem\\LineItemQuantitySplitter'] ?? $this->getLineItemQuantitySplitterService()), new \Shopware\Core\Checkout\Cart\LineItem\Group\ProductLineItemProvider());
  20212.     }
  20213.     /**
  20214.      * Gets the private 'Shopware\Core\Checkout\Cart\LineItem\Group\LineItemGroupServiceRegistry' shared service.
  20215.      *
  20216.      * @return \Shopware\Core\Checkout\Cart\LineItem\Group\LineItemGroupServiceRegistry
  20217.      */
  20218.     protected function getLineItemGroupServiceRegistryService()
  20219.     {
  20220.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/LineItem/Group/LineItemGroupServiceRegistry.php';
  20221.         return $this->privates['Shopware\\Core\\Checkout\\Cart\\LineItem\\Group\\LineItemGroupServiceRegistry'] = new \Shopware\Core\Checkout\Cart\LineItem\Group\LineItemGroupServiceRegistry(new RewindableGenerator(function () {
  20222.             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()));
  20223.             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()));
  20224.             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()));
  20225.         }, 3), new RewindableGenerator(function () {
  20226.             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()));
  20227.             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()));
  20228.         }, 2));
  20229.     }
  20230.     /**
  20231.      * Gets the private 'Shopware\Core\Checkout\Cart\LineItem\LineItemQuantitySplitter' shared service.
  20232.      *
  20233.      * @return \Shopware\Core\Checkout\Cart\LineItem\LineItemQuantitySplitter
  20234.      */
  20235.     protected function getLineItemQuantitySplitterService()
  20236.     {
  20237.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/LineItem/LineItemQuantitySplitter.php';
  20238.         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()));
  20239.     }
  20240.     /**
  20241.      * Gets the private 'Shopware\Core\Checkout\Cart\Order\OrderConverter' shared service.
  20242.      *
  20243.      * @return \Shopware\Core\Checkout\Cart\Order\OrderConverter
  20244.      */
  20245.     protected function getOrderConverterService()
  20246.     {
  20247.         $a = ($this->services['customer.repository'] ?? $this->getCustomer_RepositoryService());
  20248.         if (isset($this->privates['Shopware\\Core\\Checkout\\Cart\\Order\\OrderConverter'])) {
  20249.             return $this->privates['Shopware\\Core\\Checkout\\Cart\\Order\\OrderConverter'];
  20250.         }
  20251.         $b = ($this->services['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextFactory'] ?? $this->getSalesChannelContextFactoryService());
  20252.         if (isset($this->privates['Shopware\\Core\\Checkout\\Cart\\Order\\OrderConverter'])) {
  20253.             return $this->privates['Shopware\\Core\\Checkout\\Cart\\Order\\OrderConverter'];
  20254.         }
  20255.         $c = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  20256.         if (isset($this->privates['Shopware\\Core\\Checkout\\Cart\\Order\\OrderConverter'])) {
  20257.             return $this->privates['Shopware\\Core\\Checkout\\Cart\\Order\\OrderConverter'];
  20258.         }
  20259.         $d = ($this->services['Shopware\\Core\\System\\NumberRange\\ValueGenerator\\NumberRangeValueGeneratorInterface'] ?? $this->getNumberRangeValueGeneratorInterfaceService());
  20260.         if (isset($this->privates['Shopware\\Core\\Checkout\\Cart\\Order\\OrderConverter'])) {
  20261.             return $this->privates['Shopware\\Core\\Checkout\\Cart\\Order\\OrderConverter'];
  20262.         }
  20263.         $e = ($this->services['order_address.repository'] ?? $this->getOrderAddress_RepositoryService());
  20264.         if (isset($this->privates['Shopware\\Core\\Checkout\\Cart\\Order\\OrderConverter'])) {
  20265.             return $this->privates['Shopware\\Core\\Checkout\\Cart\\Order\\OrderConverter'];
  20266.         }
  20267.         $f = ($this->services['product_download.repository'] ?? $this->getProductDownload_RepositoryService());
  20268.         if (isset($this->privates['Shopware\\Core\\Checkout\\Cart\\Order\\OrderConverter'])) {
  20269.             return $this->privates['Shopware\\Core\\Checkout\\Cart\\Order\\OrderConverter'];
  20270.         }
  20271.         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));
  20272.     }
  20273.     /**
  20274.      * Gets the private 'Shopware\Core\Checkout\Cart\Price\AbsolutePriceCalculator' shared service.
  20275.      *
  20276.      * @return \Shopware\Core\Checkout\Cart\Price\AbsolutePriceCalculator
  20277.      */
  20278.     protected function getAbsolutePriceCalculatorService()
  20279.     {
  20280.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/Price/AbsolutePriceCalculator.php';
  20281.         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())));
  20282.     }
  20283.     /**
  20284.      * Gets the private 'Shopware\Core\Checkout\Cart\Price\AmountCalculator' shared service.
  20285.      *
  20286.      * @return \Shopware\Core\Checkout\Cart\Price\AmountCalculator
  20287.      */
  20288.     protected function getAmountCalculatorService()
  20289.     {
  20290.         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())));
  20291.     }
  20292.     /**
  20293.      * Gets the private 'Shopware\Core\Checkout\Cart\Price\CurrencyPriceCalculator' shared service.
  20294.      *
  20295.      * @return \Shopware\Core\Checkout\Cart\Price\CurrencyPriceCalculator
  20296.      */
  20297.     protected function getCurrencyPriceCalculatorService()
  20298.     {
  20299.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/Price/CurrencyPriceCalculator.php';
  20300.         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())));
  20301.     }
  20302.     /**
  20303.      * Gets the private 'Shopware\Core\Checkout\Cart\Price\GrossPriceCalculator' shared service.
  20304.      *
  20305.      * @return \Shopware\Core\Checkout\Cart\Price\GrossPriceCalculator
  20306.      */
  20307.     protected function getGrossPriceCalculatorService()
  20308.     {
  20309.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/Price/GrossPriceCalculator.php';
  20310.         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())));
  20311.     }
  20312.     /**
  20313.      * Gets the private 'Shopware\Core\Checkout\Cart\Price\NetPriceCalculator' shared service.
  20314.      *
  20315.      * @return \Shopware\Core\Checkout\Cart\Price\NetPriceCalculator
  20316.      */
  20317.     protected function getNetPriceCalculatorService()
  20318.     {
  20319.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/Price/NetPriceCalculator.php';
  20320.         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())));
  20321.     }
  20322.     /**
  20323.      * Gets the private 'Shopware\Core\Checkout\Cart\Price\PercentagePriceCalculator' shared service.
  20324.      *
  20325.      * @return \Shopware\Core\Checkout\Cart\Price\PercentagePriceCalculator
  20326.      */
  20327.     protected function getPercentagePriceCalculatorService()
  20328.     {
  20329.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/Price/PercentagePriceCalculator.php';
  20330.         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())));
  20331.     }
  20332.     /**
  20333.      * Gets the private 'Shopware\Core\Checkout\Cart\Price\QuantityPriceCalculator' shared service.
  20334.      *
  20335.      * @return \Shopware\Core\Checkout\Cart\Price\QuantityPriceCalculator
  20336.      */
  20337.     protected function getQuantityPriceCalculatorService()
  20338.     {
  20339.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/Price/QuantityPriceCalculator.php';
  20340.         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()));
  20341.     }
  20342.     /**
  20343.      * Gets the private 'Shopware\Core\Checkout\Cart\Processor' shared service.
  20344.      *
  20345.      * @return \Shopware\Core\Checkout\Cart\Processor
  20346.      */
  20347.     protected function getProcessorService()
  20348.     {
  20349.         $a = ($this->services['Shopware\\Core\\Framework\\Script\\Execution\\ScriptExecutor'] ?? $this->getScriptExecutorService());
  20350.         if (isset($this->privates['Shopware\\Core\\Checkout\\Cart\\Processor'])) {
  20351.             return $this->privates['Shopware\\Core\\Checkout\\Cart\\Processor'];
  20352.         }
  20353.         return $this->privates['Shopware\\Core\\Checkout\\Cart\\Processor'] = new \Shopware\Core\Checkout\Cart\Processor(new \Shopware\Core\Checkout\Cart\Validator(new RewindableGenerator(function () {
  20354.             yield => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Delivery\\DeliveryValidator'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Delivery\\DeliveryValidator'] = new \Shopware\Core\Checkout\Cart\Delivery\DeliveryValidator()));
  20355.             yield => ($this->privates['Shopware\\Core\\Checkout\\Cart\\LineItem\\LineItemValidator'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\LineItem\\LineItemValidator'] = new \Shopware\Core\Checkout\Cart\LineItem\LineItemValidator()));
  20356.             yield => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Address\\AddressValidator'] ?? $this->getAddressValidatorService());
  20357.             yield => ($this->privates['Shopware\\Core\\Content\\Product\\Cart\\ProductLineItemValidator'] ?? ($this->privates['Shopware\\Core\\Content\\Product\\Cart\\ProductLineItemValidator'] = new \Shopware\Core\Content\Product\Cart\ProductLineItemValidator()));
  20358.             yield => ($this->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentMethodValidator'] ?? ($this->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentMethodValidator'] = new \Shopware\Core\Checkout\Payment\Cart\PaymentMethodValidator()));
  20359.         }, 5)), ($this->privates['Shopware\\Core\\Checkout\\Cart\\Price\\AmountCalculator'] ?? $this->getAmountCalculatorService()), new \Shopware\Core\Checkout\Cart\Transaction\TransactionProcessor(), new RewindableGenerator(function () {
  20360.             yield => ($this->privates['Shopware\\Core\\Content\\Product\\Cart\\ProductCartProcessor'] ?? $this->getProductCartProcessorService());
  20361.             yield => ($this->privates['Shopware\\Core\\Checkout\\Promotion\\Cart\\PromotionProcessor'] ?? $this->getPromotionProcessorService());
  20362.             yield => ($this->privates['Shopware\\Core\\Checkout\\Cart\\CustomCartProcessor'] ?? $this->getCustomCartProcessorService());
  20363.             yield => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Processor\\ContainerCartProcessor'] ?? $this->getContainerCartProcessorService());
  20364.             yield => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Processor\\DiscountCartProcessor'] ?? $this->getDiscountCartProcessorService());
  20365.             yield => ($this->privates['Shopware\\Core\\Checkout\\Cart\\CreditCartProcessor'] ?? $this->getCreditCartProcessorService());
  20366.             yield => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Delivery\\DeliveryProcessor'] ?? $this->getDeliveryProcessorService());
  20367.             yield => ($this->privates['Shopware\\Core\\Checkout\\Promotion\\Cart\\PromotionDeliveryProcessor'] ?? $this->getPromotionDeliveryProcessorService());
  20368.         }, 8), new RewindableGenerator(function () {
  20369.             yield => ($this->privates['Shopware\\Core\\Content\\Product\\Cart\\ProductCartProcessor'] ?? $this->getProductCartProcessorService());
  20370.             yield => ($this->privates['Shopware\\Core\\Checkout\\Promotion\\Cart\\PromotionCollector'] ?? $this->getPromotionCollectorService());
  20371.             yield => ($this->privates['Shopware\\Core\\Checkout\\Cart\\CustomCartProcessor'] ?? $this->getCustomCartProcessorService());
  20372.             yield => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Delivery\\DeliveryProcessor'] ?? $this->getDeliveryProcessorService());
  20373.         }, 4), $a);
  20374.     }
  20375.     /**
  20376.      * Gets the private 'Shopware\Core\Checkout\Cart\Processor\ContainerCartProcessor' shared service.
  20377.      *
  20378.      * @return \Shopware\Core\Checkout\Cart\Processor\ContainerCartProcessor
  20379.      */
  20380.     protected function getContainerCartProcessorService()
  20381.     {
  20382.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/CartProcessorInterface.php';
  20383.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/Processor/ContainerCartProcessor.php';
  20384.         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()));
  20385.     }
  20386.     /**
  20387.      * Gets the private 'Shopware\Core\Checkout\Cart\Processor\DiscountCartProcessor' shared service.
  20388.      *
  20389.      * @return \Shopware\Core\Checkout\Cart\Processor\DiscountCartProcessor
  20390.      */
  20391.     protected function getDiscountCartProcessorService()
  20392.     {
  20393.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/CartProcessorInterface.php';
  20394.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/Processor/DiscountCartProcessor.php';
  20395.         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()));
  20396.     }
  20397.     /**
  20398.      * Gets the private 'Shopware\Core\Checkout\Customer\Command\DeleteUnusedGuestCustomersCommand' shared service.
  20399.      *
  20400.      * @return \Shopware\Core\Checkout\Customer\Command\DeleteUnusedGuestCustomersCommand
  20401.      */
  20402.     protected function getDeleteUnusedGuestCustomersCommandService()
  20403.     {
  20404.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  20405.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/Command/DeleteUnusedGuestCustomersCommand.php';
  20406.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/DeleteUnusedGuestCustomerService.php';
  20407.         $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())));
  20408.         $instance->setName('customer:delete-unused-guests');
  20409.         return $instance;
  20410.     }
  20411.     /**
  20412.      * Gets the private 'Shopware\Core\Checkout\Customer\Password\LegacyPasswordVerifier' shared service.
  20413.      *
  20414.      * @return \Shopware\Core\Checkout\Customer\Password\LegacyPasswordVerifier
  20415.      */
  20416.     protected function getLegacyPasswordVerifierService()
  20417.     {
  20418.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/Password/LegacyPasswordVerifier.php';
  20419.         return $this->privates['Shopware\\Core\\Checkout\\Customer\\Password\\LegacyPasswordVerifier'] = new \Shopware\Core\Checkout\Customer\Password\LegacyPasswordVerifier(new RewindableGenerator(function () {
  20420.             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()));
  20421.             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()));
  20422.         }, 2));
  20423.     }
  20424.     /**
  20425.      * Gets the private 'Shopware\Core\Checkout\Customer\SalesChannel\AccountService' shared service.
  20426.      *
  20427.      * @return \Shopware\Core\Checkout\Customer\SalesChannel\AccountService
  20428.      */
  20429.     protected function getAccountServiceService()
  20430.     {
  20431.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/AccountService.php';
  20432.         $a = ($this->services['customer.repository'] ?? $this->getCustomer_RepositoryService());
  20433.         if (isset($this->privates['Shopware\\Core\\Checkout\\Customer\\SalesChannel\\AccountService'])) {
  20434.             return $this->privates['Shopware\\Core\\Checkout\\Customer\\SalesChannel\\AccountService'];
  20435.         }
  20436.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  20437.         if (isset($this->privates['Shopware\\Core\\Checkout\\Customer\\SalesChannel\\AccountService'])) {
  20438.             return $this->privates['Shopware\\Core\\Checkout\\Customer\\SalesChannel\\AccountService'];
  20439.         }
  20440.         $c = ($this->services['Shopware\\Core\\Checkout\\Customer\\SalesChannel\\SwitchDefaultAddressRoute'] ?? $this->getSwitchDefaultAddressRouteService());
  20441.         if (isset($this->privates['Shopware\\Core\\Checkout\\Customer\\SalesChannel\\AccountService'])) {
  20442.             return $this->privates['Shopware\\Core\\Checkout\\Customer\\SalesChannel\\AccountService'];
  20443.         }
  20444.         $d = ($this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\CartRestorer'] ?? $this->getCartRestorerService());
  20445.         if (isset($this->privates['Shopware\\Core\\Checkout\\Customer\\SalesChannel\\AccountService'])) {
  20446.             return $this->privates['Shopware\\Core\\Checkout\\Customer\\SalesChannel\\AccountService'];
  20447.         }
  20448.         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);
  20449.     }
  20450.     /**
  20451.      * Gets the private 'Shopware\Core\Checkout\Customer\Subscriber\CustomerBeforeDeleteSubscriber' shared service.
  20452.      *
  20453.      * @return \Shopware\Core\Checkout\Customer\Subscriber\CustomerBeforeDeleteSubscriber
  20454.      */
  20455.     protected function getCustomerBeforeDeleteSubscriberService()
  20456.     {
  20457.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/Subscriber/CustomerBeforeDeleteSubscriber.php';
  20458.         $a = ($this->services['customer.repository'] ?? $this->getCustomer_RepositoryService());
  20459.         if (isset($this->privates['Shopware\\Core\\Checkout\\Customer\\Subscriber\\CustomerBeforeDeleteSubscriber'])) {
  20460.             return $this->privates['Shopware\\Core\\Checkout\\Customer\\Subscriber\\CustomerBeforeDeleteSubscriber'];
  20461.         }
  20462.         $b = ($this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextService'] ?? $this->getSalesChannelContextServiceService());
  20463.         if (isset($this->privates['Shopware\\Core\\Checkout\\Customer\\Subscriber\\CustomerBeforeDeleteSubscriber'])) {
  20464.             return $this->privates['Shopware\\Core\\Checkout\\Customer\\Subscriber\\CustomerBeforeDeleteSubscriber'];
  20465.         }
  20466.         $c = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  20467.         if (isset($this->privates['Shopware\\Core\\Checkout\\Customer\\Subscriber\\CustomerBeforeDeleteSubscriber'])) {
  20468.             return $this->privates['Shopware\\Core\\Checkout\\Customer\\Subscriber\\CustomerBeforeDeleteSubscriber'];
  20469.         }
  20470.         return $this->privates['Shopware\\Core\\Checkout\\Customer\\Subscriber\\CustomerBeforeDeleteSubscriber'] = new \Shopware\Core\Checkout\Customer\Subscriber\CustomerBeforeDeleteSubscriber($a$b$c);
  20471.     }
  20472.     /**
  20473.      * Gets the private 'Shopware\Core\Checkout\Customer\Subscriber\CustomerChangePasswordSubscriber' shared service.
  20474.      *
  20475.      * @return \Shopware\Core\Checkout\Customer\Subscriber\CustomerChangePasswordSubscriber
  20476.      */
  20477.     protected function getCustomerChangePasswordSubscriberService()
  20478.     {
  20479.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/Subscriber/CustomerChangePasswordSubscriber.php';
  20480.         return $this->privates['Shopware\\Core\\Checkout\\Customer\\Subscriber\\CustomerChangePasswordSubscriber'] = new \Shopware\Core\Checkout\Customer\Subscriber\CustomerChangePasswordSubscriber(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  20481.     }
  20482.     /**
  20483.      * Gets the private 'Shopware\Core\Checkout\Customer\Subscriber\CustomerDefaultSalutationSubscriber' shared service.
  20484.      *
  20485.      * @return \Shopware\Core\Checkout\Customer\Subscriber\CustomerDefaultSalutationSubscriber
  20486.      */
  20487.     protected function getCustomerDefaultSalutationSubscriberService()
  20488.     {
  20489.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/Subscriber/CustomerDefaultSalutationSubscriber.php';
  20490.         $a = ($this->services['salutation.repository'] ?? $this->getSalutation_RepositoryService());
  20491.         if (isset($this->privates['Shopware\\Core\\Checkout\\Customer\\Subscriber\\CustomerDefaultSalutationSubscriber'])) {
  20492.             return $this->privates['Shopware\\Core\\Checkout\\Customer\\Subscriber\\CustomerDefaultSalutationSubscriber'];
  20493.         }
  20494.         return $this->privates['Shopware\\Core\\Checkout\\Customer\\Subscriber\\CustomerDefaultSalutationSubscriber'] = new \Shopware\Core\Checkout\Customer\Subscriber\CustomerDefaultSalutationSubscriber($a);
  20495.     }
  20496.     /**
  20497.      * Gets the private 'Shopware\Core\Checkout\Customer\Subscriber\CustomerFlowEventsSubscriber' shared service.
  20498.      *
  20499.      * @return \Shopware\Core\Checkout\Customer\Subscriber\CustomerFlowEventsSubscriber
  20500.      */
  20501.     protected function getCustomerFlowEventsSubscriberService()
  20502.     {
  20503.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/Subscriber/CustomerFlowEventsSubscriber.php';
  20504.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  20505.         if (isset($this->privates['Shopware\\Core\\Checkout\\Customer\\Subscriber\\CustomerFlowEventsSubscriber'])) {
  20506.             return $this->privates['Shopware\\Core\\Checkout\\Customer\\Subscriber\\CustomerFlowEventsSubscriber'];
  20507.         }
  20508.         $b = ($this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextRestorer'] ?? $this->getSalesChannelContextRestorerService());
  20509.         if (isset($this->privates['Shopware\\Core\\Checkout\\Customer\\Subscriber\\CustomerFlowEventsSubscriber'])) {
  20510.             return $this->privates['Shopware\\Core\\Checkout\\Customer\\Subscriber\\CustomerFlowEventsSubscriber'];
  20511.         }
  20512.         return $this->privates['Shopware\\Core\\Checkout\\Customer\\Subscriber\\CustomerFlowEventsSubscriber'] = new \Shopware\Core\Checkout\Customer\Subscriber\CustomerFlowEventsSubscriber($a$b);
  20513.     }
  20514.     /**
  20515.      * Gets the private 'Shopware\Core\Checkout\Customer\Subscriber\CustomerGroupSubscriber' shared service.
  20516.      *
  20517.      * @return \Shopware\Core\Checkout\Customer\Subscriber\CustomerGroupSubscriber
  20518.      */
  20519.     protected function getCustomerGroupSubscriberService()
  20520.     {
  20521.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/Subscriber/CustomerGroupSubscriber.php';
  20522.         $a = ($this->services['customer_group.repository'] ?? $this->getCustomerGroup_RepositoryService());
  20523.         if (isset($this->privates['Shopware\\Core\\Checkout\\Customer\\Subscriber\\CustomerGroupSubscriber'])) {
  20524.             return $this->privates['Shopware\\Core\\Checkout\\Customer\\Subscriber\\CustomerGroupSubscriber'];
  20525.         }
  20526.         $b = ($this->services['seo_url.repository'] ?? $this->getSeoUrl_RepositoryService());
  20527.         if (isset($this->privates['Shopware\\Core\\Checkout\\Customer\\Subscriber\\CustomerGroupSubscriber'])) {
  20528.             return $this->privates['Shopware\\Core\\Checkout\\Customer\\Subscriber\\CustomerGroupSubscriber'];
  20529.         }
  20530.         $c = ($this->services['language.repository'] ?? $this->getLanguage_RepositoryService());
  20531.         if (isset($this->privates['Shopware\\Core\\Checkout\\Customer\\Subscriber\\CustomerGroupSubscriber'])) {
  20532.             return $this->privates['Shopware\\Core\\Checkout\\Customer\\Subscriber\\CustomerGroupSubscriber'];
  20533.         }
  20534.         $d = ($this->privates['Shopware\\Core\\Content\\Seo\\SeoUrlPersister'] ?? $this->getSeoUrlPersisterService());
  20535.         if (isset($this->privates['Shopware\\Core\\Checkout\\Customer\\Subscriber\\CustomerGroupSubscriber'])) {
  20536.             return $this->privates['Shopware\\Core\\Checkout\\Customer\\Subscriber\\CustomerGroupSubscriber'];
  20537.         }
  20538.         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()));
  20539.     }
  20540.     /**
  20541.      * Gets the private 'Shopware\Core\Checkout\Customer\Subscriber\CustomerMetaFieldSubscriber' shared service.
  20542.      *
  20543.      * @return \Shopware\Core\Checkout\Customer\Subscriber\CustomerMetaFieldSubscriber
  20544.      */
  20545.     protected function getCustomerMetaFieldSubscriberService()
  20546.     {
  20547.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/Subscriber/CustomerMetaFieldSubscriber.php';
  20548.         return $this->privates['Shopware\\Core\\Checkout\\Customer\\Subscriber\\CustomerMetaFieldSubscriber'] = new \Shopware\Core\Checkout\Customer\Subscriber\CustomerMetaFieldSubscriber(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  20549.     }
  20550.     /**
  20551.      * Gets the private 'Shopware\Core\Checkout\Customer\Subscriber\CustomerRemoteAddressSubscriber' shared service.
  20552.      *
  20553.      * @return \Shopware\Core\Checkout\Customer\Subscriber\CustomerRemoteAddressSubscriber
  20554.      */
  20555.     protected function getCustomerRemoteAddressSubscriberService()
  20556.     {
  20557.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/Subscriber/CustomerRemoteAddressSubscriber.php';
  20558.         $a = ($this->services['customer.repository'] ?? $this->getCustomer_RepositoryService());
  20559.         if (isset($this->privates['Shopware\\Core\\Checkout\\Customer\\Subscriber\\CustomerRemoteAddressSubscriber'])) {
  20560.             return $this->privates['Shopware\\Core\\Checkout\\Customer\\Subscriber\\CustomerRemoteAddressSubscriber'];
  20561.         }
  20562.         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())));
  20563.     }
  20564.     /**
  20565.      * Gets the private 'Shopware\Core\Checkout\Customer\Subscriber\CustomerTokenSubscriber' shared service.
  20566.      *
  20567.      * @return \Shopware\Core\Checkout\Customer\Subscriber\CustomerTokenSubscriber
  20568.      */
  20569.     protected function getCustomerTokenSubscriberService()
  20570.     {
  20571.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/Subscriber/CustomerTokenSubscriber.php';
  20572.         $a = ($this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextPersister'] ?? $this->getSalesChannelContextPersisterService());
  20573.         if (isset($this->privates['Shopware\\Core\\Checkout\\Customer\\Subscriber\\CustomerTokenSubscriber'])) {
  20574.             return $this->privates['Shopware\\Core\\Checkout\\Customer\\Subscriber\\CustomerTokenSubscriber'];
  20575.         }
  20576.         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())));
  20577.     }
  20578.     /**
  20579.      * Gets the private 'Shopware\Core\Checkout\Customer\Validation\AddressValidationFactory' shared service.
  20580.      *
  20581.      * @return \Shopware\Core\Checkout\Customer\Validation\AddressValidationFactory
  20582.      */
  20583.     protected function getAddressValidationFactoryService()
  20584.     {
  20585.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Validation/DataValidationFactoryInterface.php';
  20586.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/Validation/AddressValidationFactory.php';
  20587.         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()));
  20588.     }
  20589.     /**
  20590.      * Gets the private 'Shopware\Core\Checkout\Customer\Validation\Constraint\CustomerEmailUniqueValidator' shared service.
  20591.      *
  20592.      * @return \Shopware\Core\Checkout\Customer\Validation\Constraint\CustomerEmailUniqueValidator
  20593.      */
  20594.     protected function getCustomerEmailUniqueValidatorService()
  20595.     {
  20596.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  20597.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  20598.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/Validation/Constraint/CustomerEmailUniqueValidator.php';
  20599.         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()));
  20600.     }
  20601.     /**
  20602.      * Gets the private 'Shopware\Core\Checkout\Customer\Validation\Constraint\CustomerPasswordMatchesValidator' shared service.
  20603.      *
  20604.      * @return \Shopware\Core\Checkout\Customer\Validation\Constraint\CustomerPasswordMatchesValidator
  20605.      */
  20606.     protected function getCustomerPasswordMatchesValidatorService()
  20607.     {
  20608.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  20609.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  20610.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/Validation/Constraint/CustomerPasswordMatchesValidator.php';
  20611.         $a = ($this->privates['Shopware\\Core\\Checkout\\Customer\\SalesChannel\\AccountService'] ?? $this->getAccountServiceService());
  20612.         if (isset($this->privates['Shopware\\Core\\Checkout\\Customer\\Validation\\Constraint\\CustomerPasswordMatchesValidator'])) {
  20613.             return $this->privates['Shopware\\Core\\Checkout\\Customer\\Validation\\Constraint\\CustomerPasswordMatchesValidator'];
  20614.         }
  20615.         return $this->privates['Shopware\\Core\\Checkout\\Customer\\Validation\\Constraint\\CustomerPasswordMatchesValidator'] = new \Shopware\Core\Checkout\Customer\Validation\Constraint\CustomerPasswordMatchesValidator($a);
  20616.     }
  20617.     /**
  20618.      * Gets the private 'Shopware\Core\Checkout\Customer\Validation\Constraint\CustomerVatIdentificationValidator' shared service.
  20619.      *
  20620.      * @return \Shopware\Core\Checkout\Customer\Validation\Constraint\CustomerVatIdentificationValidator
  20621.      */
  20622.     protected function getCustomerVatIdentificationValidatorService()
  20623.     {
  20624.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  20625.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  20626.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/Validation/Constraint/CustomerVatIdentificationValidator.php';
  20627.         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()));
  20628.     }
  20629.     /**
  20630.      * Gets the private 'Shopware\Core\Checkout\Customer\Validation\Constraint\CustomerZipCodeValidator' shared service.
  20631.      *
  20632.      * @return \Shopware\Core\Checkout\Customer\Validation\Constraint\CustomerZipCodeValidator
  20633.      */
  20634.     protected function getCustomerZipCodeValidatorService()
  20635.     {
  20636.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  20637.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  20638.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/Validation/Constraint/CustomerZipCodeValidator.php';
  20639.         $a = ($this->services['country.repository'] ?? $this->getCountry_RepositoryService());
  20640.         if (isset($this->privates['Shopware\\Core\\Checkout\\Customer\\Validation\\Constraint\\CustomerZipCodeValidator'])) {
  20641.             return $this->privates['Shopware\\Core\\Checkout\\Customer\\Validation\\Constraint\\CustomerZipCodeValidator'];
  20642.         }
  20643.         return $this->privates['Shopware\\Core\\Checkout\\Customer\\Validation\\Constraint\\CustomerZipCodeValidator'] = new \Shopware\Core\Checkout\Customer\Validation\Constraint\CustomerZipCodeValidator($a);
  20644.     }
  20645.     /**
  20646.      * Gets the private 'Shopware\Core\Checkout\Customer\Validation\CustomerProfileValidationFactory' shared service.
  20647.      *
  20648.      * @return \Shopware\Core\Checkout\Customer\Validation\CustomerProfileValidationFactory
  20649.      */
  20650.     protected function getCustomerProfileValidationFactoryService()
  20651.     {
  20652.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Validation/DataValidationFactoryInterface.php';
  20653.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/Validation/CustomerProfileValidationFactory.php';
  20654.         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()));
  20655.     }
  20656.     /**
  20657.      * Gets the private 'Shopware\Core\Checkout\Document\DocumentGenerator\CreditNoteGenerator' shared service.
  20658.      *
  20659.      * @return \Shopware\Core\Checkout\Document\DocumentGenerator\CreditNoteGenerator
  20660.      */
  20661.     protected function getCreditNoteGeneratorService()
  20662.     {
  20663.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Document/DocumentGenerator/DocumentGeneratorInterface.php';
  20664.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Document/DocumentGenerator/CreditNoteGenerator.php';
  20665.         $a = ($this->privates['Shopware\\Core\\Checkout\\Document\\Twig\\DocumentTemplateRenderer'] ?? $this->getDocumentTemplateRendererService());
  20666.         if (isset($this->privates['Shopware\\Core\\Checkout\\Document\\DocumentGenerator\\CreditNoteGenerator'])) {
  20667.             return $this->privates['Shopware\\Core\\Checkout\\Document\\DocumentGenerator\\CreditNoteGenerator'];
  20668.         }
  20669.         return $this->privates['Shopware\\Core\\Checkout\\Document\\DocumentGenerator\\CreditNoteGenerator'] = new \Shopware\Core\Checkout\Document\DocumentGenerator\CreditNoteGenerator($a, \dirname(__DIR__4));
  20670.     }
  20671.     /**
  20672.      * Gets the private 'Shopware\Core\Checkout\Document\DocumentGenerator\DeliveryNoteGenerator' shared service.
  20673.      *
  20674.      * @return \Shopware\Core\Checkout\Document\DocumentGenerator\DeliveryNoteGenerator
  20675.      */
  20676.     protected function getDeliveryNoteGeneratorService()
  20677.     {
  20678.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Document/DocumentGenerator/DocumentGeneratorInterface.php';
  20679.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Document/DocumentGenerator/DeliveryNoteGenerator.php';
  20680.         $a = ($this->privates['Shopware\\Core\\Checkout\\Document\\Twig\\DocumentTemplateRenderer'] ?? $this->getDocumentTemplateRendererService());
  20681.         if (isset($this->privates['Shopware\\Core\\Checkout\\Document\\DocumentGenerator\\DeliveryNoteGenerator'])) {
  20682.             return $this->privates['Shopware\\Core\\Checkout\\Document\\DocumentGenerator\\DeliveryNoteGenerator'];
  20683.         }
  20684.         return $this->privates['Shopware\\Core\\Checkout\\Document\\DocumentGenerator\\DeliveryNoteGenerator'] = new \Shopware\Core\Checkout\Document\DocumentGenerator\DeliveryNoteGenerator($a, \dirname(__DIR__4));
  20685.     }
  20686.     /**
  20687.      * Gets the private 'Shopware\Core\Checkout\Document\DocumentGenerator\DocumentGeneratorRegistry' shared service.
  20688.      *
  20689.      * @return \Shopware\Core\Checkout\Document\DocumentGenerator\DocumentGeneratorRegistry
  20690.      */
  20691.     protected function getDocumentGeneratorRegistryService()
  20692.     {
  20693.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Document/DocumentGenerator/DocumentGeneratorRegistry.php';
  20694.         return $this->privates['Shopware\\Core\\Checkout\\Document\\DocumentGenerator\\DocumentGeneratorRegistry'] = new \Shopware\Core\Checkout\Document\DocumentGenerator\DocumentGeneratorRegistry(new RewindableGenerator(function () {
  20695.             yield => ($this->privates['Shopware\\Core\\Checkout\\Document\\DocumentGenerator\\InvoiceGenerator'] ?? $this->getInvoiceGeneratorService());
  20696.             yield => ($this->privates['Shopware\\Core\\Checkout\\Document\\DocumentGenerator\\DeliveryNoteGenerator'] ?? $this->getDeliveryNoteGeneratorService());
  20697.             yield => ($this->privates['Shopware\\Core\\Checkout\\Document\\DocumentGenerator\\StornoGenerator'] ?? $this->getStornoGeneratorService());
  20698.             yield => ($this->privates['Shopware\\Core\\Checkout\\Document\\DocumentGenerator\\CreditNoteGenerator'] ?? $this->getCreditNoteGeneratorService());
  20699.         }, 4));
  20700.     }
  20701.     /**
  20702.      * Gets the private 'Shopware\Core\Checkout\Document\DocumentGenerator\InvoiceGenerator' shared service.
  20703.      *
  20704.      * @return \Shopware\Core\Checkout\Document\DocumentGenerator\InvoiceGenerator
  20705.      */
  20706.     protected function getInvoiceGeneratorService()
  20707.     {
  20708.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Document/DocumentGenerator/DocumentGeneratorInterface.php';
  20709.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Document/DocumentGenerator/InvoiceGenerator.php';
  20710.         $a = ($this->privates['Shopware\\Core\\Checkout\\Document\\Twig\\DocumentTemplateRenderer'] ?? $this->getDocumentTemplateRendererService());
  20711.         if (isset($this->privates['Shopware\\Core\\Checkout\\Document\\DocumentGenerator\\InvoiceGenerator'])) {
  20712.             return $this->privates['Shopware\\Core\\Checkout\\Document\\DocumentGenerator\\InvoiceGenerator'];
  20713.         }
  20714.         return $this->privates['Shopware\\Core\\Checkout\\Document\\DocumentGenerator\\InvoiceGenerator'] = new \Shopware\Core\Checkout\Document\DocumentGenerator\InvoiceGenerator($a, \dirname(__DIR__4));
  20715.     }
  20716.     /**
  20717.      * Gets the private 'Shopware\Core\Checkout\Document\DocumentGenerator\StornoGenerator' shared service.
  20718.      *
  20719.      * @return \Shopware\Core\Checkout\Document\DocumentGenerator\StornoGenerator
  20720.      */
  20721.     protected function getStornoGeneratorService()
  20722.     {
  20723.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Document/DocumentGenerator/DocumentGeneratorInterface.php';
  20724.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Document/DocumentGenerator/StornoGenerator.php';
  20725.         $a = ($this->privates['Shopware\\Core\\Checkout\\Document\\Twig\\DocumentTemplateRenderer'] ?? $this->getDocumentTemplateRendererService());
  20726.         if (isset($this->privates['Shopware\\Core\\Checkout\\Document\\DocumentGenerator\\StornoGenerator'])) {
  20727.             return $this->privates['Shopware\\Core\\Checkout\\Document\\DocumentGenerator\\StornoGenerator'];
  20728.         }
  20729.         return $this->privates['Shopware\\Core\\Checkout\\Document\\DocumentGenerator\\StornoGenerator'] = new \Shopware\Core\Checkout\Document\DocumentGenerator\StornoGenerator($a, \dirname(__DIR__4));
  20730.     }
  20731.     /**
  20732.      * Gets the private 'Shopware\Core\Checkout\Document\DocumentService' shared service.
  20733.      *
  20734.      * @return \Shopware\Core\Checkout\Document\DocumentService
  20735.      */
  20736.     protected function getDocumentServiceService()
  20737.     {
  20738.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Document/DocumentService.php';
  20739.         $a = ($this->privates['Shopware\\Core\\Checkout\\Document\\DocumentGenerator\\DocumentGeneratorRegistry'] ?? $this->getDocumentGeneratorRegistryService());
  20740.         if (isset($this->privates['Shopware\\Core\\Checkout\\Document\\DocumentService'])) {
  20741.             return $this->privates['Shopware\\Core\\Checkout\\Document\\DocumentService'];
  20742.         }
  20743.         $b = ($this->services['order.repository'] ?? $this->getOrder_RepositoryService());
  20744.         if (isset($this->privates['Shopware\\Core\\Checkout\\Document\\DocumentService'])) {
  20745.             return $this->privates['Shopware\\Core\\Checkout\\Document\\DocumentService'];
  20746.         }
  20747.         $c = ($this->services['document.repository'] ?? $this->getDocument_RepositoryService());
  20748.         if (isset($this->privates['Shopware\\Core\\Checkout\\Document\\DocumentService'])) {
  20749.             return $this->privates['Shopware\\Core\\Checkout\\Document\\DocumentService'];
  20750.         }
  20751.         $d = ($this->services['document_type.repository'] ?? $this->getDocumentType_RepositoryService());
  20752.         if (isset($this->privates['Shopware\\Core\\Checkout\\Document\\DocumentService'])) {
  20753.             return $this->privates['Shopware\\Core\\Checkout\\Document\\DocumentService'];
  20754.         }
  20755.         $e = ($this->services['document_base_config.repository'] ?? $this->getDocumentBaseConfig_RepositoryService());
  20756.         if (isset($this->privates['Shopware\\Core\\Checkout\\Document\\DocumentService'])) {
  20757.             return $this->privates['Shopware\\Core\\Checkout\\Document\\DocumentService'];
  20758.         }
  20759.         $f = ($this->privates['Shopware\\Core\\Content\\Media\\MediaService'] ?? $this->getMediaServiceService());
  20760.         if (isset($this->privates['Shopware\\Core\\Checkout\\Document\\DocumentService'])) {
  20761.             return $this->privates['Shopware\\Core\\Checkout\\Document\\DocumentService'];
  20762.         }
  20763.         $g = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  20764.         if (isset($this->privates['Shopware\\Core\\Checkout\\Document\\DocumentService'])) {
  20765.             return $this->privates['Shopware\\Core\\Checkout\\Document\\DocumentService'];
  20766.         }
  20767.         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);
  20768.     }
  20769.     /**
  20770.      * Gets the private 'Shopware\Core\Checkout\Document\FileGenerator\FileGeneratorRegistry' shared service.
  20771.      *
  20772.      * @return \Shopware\Core\Checkout\Document\FileGenerator\FileGeneratorRegistry
  20773.      */
  20774.     protected function getFileGeneratorRegistryService()
  20775.     {
  20776.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Document/FileGenerator/FileGeneratorRegistry.php';
  20777.         return $this->privates['Shopware\\Core\\Checkout\\Document\\FileGenerator\\FileGeneratorRegistry'] = new \Shopware\Core\Checkout\Document\FileGenerator\FileGeneratorRegistry(new RewindableGenerator(function () {
  20778.             yield => ($this->privates['Shopware\\Core\\Checkout\\Document\\FileGenerator\\PdfGenerator'] ?? $this->getPdfGeneratorService());
  20779.         }, 1));
  20780.     }
  20781.     /**
  20782.      * Gets the private 'Shopware\Core\Checkout\Document\FileGenerator\PdfGenerator' shared service.
  20783.      *
  20784.      * @return \Shopware\Core\Checkout\Document\FileGenerator\PdfGenerator
  20785.      */
  20786.     protected function getPdfGeneratorService()
  20787.     {
  20788.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Document/FileGenerator/FileGeneratorInterface.php';
  20789.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Document/FileGenerator/PdfGenerator.php';
  20790.         return $this->privates['Shopware\\Core\\Checkout\\Document\\FileGenerator\\PdfGenerator'] = new \Shopware\Core\Checkout\Document\FileGenerator\PdfGenerator($this->parameters['shopware.dompdf.options']);
  20791.     }
  20792.     /**
  20793.      * Gets the private 'Shopware\Core\Checkout\Document\Renderer\CreditNoteRenderer' shared service.
  20794.      *
  20795.      * @return \Shopware\Core\Checkout\Document\Renderer\CreditNoteRenderer
  20796.      */
  20797.     protected function getCreditNoteRendererService()
  20798.     {
  20799.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Document/Renderer/AbstractDocumentRenderer.php';
  20800.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Document/Renderer/CreditNoteRenderer.php';
  20801.         $a = ($this->services['order.repository'] ?? $this->getOrder_RepositoryService());
  20802.         if (isset($this->privates['Shopware\\Core\\Checkout\\Document\\Renderer\\CreditNoteRenderer'])) {
  20803.             return $this->privates['Shopware\\Core\\Checkout\\Document\\Renderer\\CreditNoteRenderer'];
  20804.         }
  20805.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  20806.         if (isset($this->privates['Shopware\\Core\\Checkout\\Document\\Renderer\\CreditNoteRenderer'])) {
  20807.             return $this->privates['Shopware\\Core\\Checkout\\Document\\Renderer\\CreditNoteRenderer'];
  20808.         }
  20809.         $c = ($this->privates['Shopware\\Core\\Checkout\\Document\\Twig\\DocumentTemplateRenderer'] ?? $this->getDocumentTemplateRendererService());
  20810.         if (isset($this->privates['Shopware\\Core\\Checkout\\Document\\Renderer\\CreditNoteRenderer'])) {
  20811.             return $this->privates['Shopware\\Core\\Checkout\\Document\\Renderer\\CreditNoteRenderer'];
  20812.         }
  20813.         $d = ($this->services['Shopware\\Core\\System\\NumberRange\\ValueGenerator\\NumberRangeValueGeneratorInterface'] ?? $this->getNumberRangeValueGeneratorInterfaceService());
  20814.         if (isset($this->privates['Shopware\\Core\\Checkout\\Document\\Renderer\\CreditNoteRenderer'])) {
  20815.             return $this->privates['Shopware\\Core\\Checkout\\Document\\Renderer\\CreditNoteRenderer'];
  20816.         }
  20817.         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()));
  20818.     }
  20819.     /**
  20820.      * Gets the private 'Shopware\Core\Checkout\Document\Renderer\DeliveryNoteRenderer' shared service.
  20821.      *
  20822.      * @return \Shopware\Core\Checkout\Document\Renderer\DeliveryNoteRenderer
  20823.      */
  20824.     protected function getDeliveryNoteRendererService()
  20825.     {
  20826.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Document/Renderer/AbstractDocumentRenderer.php';
  20827.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Document/Renderer/DeliveryNoteRenderer.php';
  20828.         $a = ($this->services['order.repository'] ?? $this->getOrder_RepositoryService());
  20829.         if (isset($this->privates['Shopware\\Core\\Checkout\\Document\\Renderer\\DeliveryNoteRenderer'])) {
  20830.             return $this->privates['Shopware\\Core\\Checkout\\Document\\Renderer\\DeliveryNoteRenderer'];
  20831.         }
  20832.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  20833.         if (isset($this->privates['Shopware\\Core\\Checkout\\Document\\Renderer\\DeliveryNoteRenderer'])) {
  20834.             return $this->privates['Shopware\\Core\\Checkout\\Document\\Renderer\\DeliveryNoteRenderer'];
  20835.         }
  20836.         $c = ($this->privates['Shopware\\Core\\Checkout\\Document\\Twig\\DocumentTemplateRenderer'] ?? $this->getDocumentTemplateRendererService());
  20837.         if (isset($this->privates['Shopware\\Core\\Checkout\\Document\\Renderer\\DeliveryNoteRenderer'])) {
  20838.             return $this->privates['Shopware\\Core\\Checkout\\Document\\Renderer\\DeliveryNoteRenderer'];
  20839.         }
  20840.         $d = ($this->services['Shopware\\Core\\System\\NumberRange\\ValueGenerator\\NumberRangeValueGeneratorInterface'] ?? $this->getNumberRangeValueGeneratorInterfaceService());
  20841.         if (isset($this->privates['Shopware\\Core\\Checkout\\Document\\Renderer\\DeliveryNoteRenderer'])) {
  20842.             return $this->privates['Shopware\\Core\\Checkout\\Document\\Renderer\\DeliveryNoteRenderer'];
  20843.         }
  20844.         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()));
  20845.     }
  20846.     /**
  20847.      * Gets the private 'Shopware\Core\Checkout\Document\Renderer\InvoiceRenderer' shared service.
  20848.      *
  20849.      * @return \Shopware\Core\Checkout\Document\Renderer\InvoiceRenderer
  20850.      */
  20851.     protected function getInvoiceRendererService()
  20852.     {
  20853.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Document/Renderer/AbstractDocumentRenderer.php';
  20854.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Document/Renderer/InvoiceRenderer.php';
  20855.         $a = ($this->services['order.repository'] ?? $this->getOrder_RepositoryService());
  20856.         if (isset($this->privates['Shopware\\Core\\Checkout\\Document\\Renderer\\InvoiceRenderer'])) {
  20857.             return $this->privates['Shopware\\Core\\Checkout\\Document\\Renderer\\InvoiceRenderer'];
  20858.         }
  20859.         $b = ($this->privates['Shopware\\Core\\Checkout\\Document\\Service\\DocumentConfigLoader'] ?? $this->getDocumentConfigLoaderService());
  20860.         if (isset($this->privates['Shopware\\Core\\Checkout\\Document\\Renderer\\InvoiceRenderer'])) {
  20861.             return $this->privates['Shopware\\Core\\Checkout\\Document\\Renderer\\InvoiceRenderer'];
  20862.         }
  20863.         $c = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  20864.         if (isset($this->privates['Shopware\\Core\\Checkout\\Document\\Renderer\\InvoiceRenderer'])) {
  20865.             return $this->privates['Shopware\\Core\\Checkout\\Document\\Renderer\\InvoiceRenderer'];
  20866.         }
  20867.         $d = ($this->privates['Shopware\\Core\\Checkout\\Document\\Twig\\DocumentTemplateRenderer'] ?? $this->getDocumentTemplateRendererService());
  20868.         if (isset($this->privates['Shopware\\Core\\Checkout\\Document\\Renderer\\InvoiceRenderer'])) {
  20869.             return $this->privates['Shopware\\Core\\Checkout\\Document\\Renderer\\InvoiceRenderer'];
  20870.         }
  20871.         $e = ($this->services['Shopware\\Core\\System\\NumberRange\\ValueGenerator\\NumberRangeValueGeneratorInterface'] ?? $this->getNumberRangeValueGeneratorInterfaceService());
  20872.         if (isset($this->privates['Shopware\\Core\\Checkout\\Document\\Renderer\\InvoiceRenderer'])) {
  20873.             return $this->privates['Shopware\\Core\\Checkout\\Document\\Renderer\\InvoiceRenderer'];
  20874.         }
  20875.         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()));
  20876.     }
  20877.     /**
  20878.      * Gets the private 'Shopware\Core\Checkout\Document\Renderer\StornoRenderer' shared service.
  20879.      *
  20880.      * @return \Shopware\Core\Checkout\Document\Renderer\StornoRenderer
  20881.      */
  20882.     protected function getStornoRendererService()
  20883.     {
  20884.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Document/Renderer/AbstractDocumentRenderer.php';
  20885.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Document/Renderer/StornoRenderer.php';
  20886.         $a = ($this->services['order.repository'] ?? $this->getOrder_RepositoryService());
  20887.         if (isset($this->privates['Shopware\\Core\\Checkout\\Document\\Renderer\\StornoRenderer'])) {
  20888.             return $this->privates['Shopware\\Core\\Checkout\\Document\\Renderer\\StornoRenderer'];
  20889.         }
  20890.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  20891.         if (isset($this->privates['Shopware\\Core\\Checkout\\Document\\Renderer\\StornoRenderer'])) {
  20892.             return $this->privates['Shopware\\Core\\Checkout\\Document\\Renderer\\StornoRenderer'];
  20893.         }
  20894.         $c = ($this->privates['Shopware\\Core\\Checkout\\Document\\Twig\\DocumentTemplateRenderer'] ?? $this->getDocumentTemplateRendererService());
  20895.         if (isset($this->privates['Shopware\\Core\\Checkout\\Document\\Renderer\\StornoRenderer'])) {
  20896.             return $this->privates['Shopware\\Core\\Checkout\\Document\\Renderer\\StornoRenderer'];
  20897.         }
  20898.         $d = ($this->services['Shopware\\Core\\System\\NumberRange\\ValueGenerator\\NumberRangeValueGeneratorInterface'] ?? $this->getNumberRangeValueGeneratorInterfaceService());
  20899.         if (isset($this->privates['Shopware\\Core\\Checkout\\Document\\Renderer\\StornoRenderer'])) {
  20900.             return $this->privates['Shopware\\Core\\Checkout\\Document\\Renderer\\StornoRenderer'];
  20901.         }
  20902.         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()));
  20903.     }
  20904.     /**
  20905.      * Gets the private 'Shopware\Core\Checkout\Document\Service\DocumentConfigLoader' shared service.
  20906.      *
  20907.      * @return \Shopware\Core\Checkout\Document\Service\DocumentConfigLoader
  20908.      */
  20909.     protected function getDocumentConfigLoaderService()
  20910.     {
  20911.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Document/Service/DocumentConfigLoader.php';
  20912.         $a = ($this->services['document_base_config.repository'] ?? $this->getDocumentBaseConfig_RepositoryService());
  20913.         if (isset($this->privates['Shopware\\Core\\Checkout\\Document\\Service\\DocumentConfigLoader'])) {
  20914.             return $this->privates['Shopware\\Core\\Checkout\\Document\\Service\\DocumentConfigLoader'];
  20915.         }
  20916.         return $this->privates['Shopware\\Core\\Checkout\\Document\\Service\\DocumentConfigLoader'] = new \Shopware\Core\Checkout\Document\Service\DocumentConfigLoader($a);
  20917.     }
  20918.     /**
  20919.      * Gets the private 'Shopware\Core\Checkout\Document\Service\DocumentGenerator' shared service.
  20920.      *
  20921.      * @return \Shopware\Core\Checkout\Document\Service\DocumentGenerator
  20922.      */
  20923.     protected function getDocumentGeneratorService()
  20924.     {
  20925.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Document/Service/DocumentGenerator.php';
  20926.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Document/Renderer/DocumentRendererRegistry.php';
  20927.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Document/Service/PdfRenderer.php';
  20928.         $a = ($this->privates['Shopware\\Core\\Content\\Media\\MediaService'] ?? $this->getMediaServiceService());
  20929.         if (isset($this->privates['Shopware\\Core\\Checkout\\Document\\Service\\DocumentGenerator'])) {
  20930.             return $this->privates['Shopware\\Core\\Checkout\\Document\\Service\\DocumentGenerator'];
  20931.         }
  20932.         $b = ($this->services['document.repository'] ?? $this->getDocument_RepositoryService());
  20933.         if (isset($this->privates['Shopware\\Core\\Checkout\\Document\\Service\\DocumentGenerator'])) {
  20934.             return $this->privates['Shopware\\Core\\Checkout\\Document\\Service\\DocumentGenerator'];
  20935.         }
  20936.         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 () {
  20937.             yield => ($this->privates['Shopware\\Core\\Checkout\\Document\\Renderer\\InvoiceRenderer'] ?? $this->getInvoiceRendererService());
  20938.             yield => ($this->privates['Shopware\\Core\\Checkout\\Document\\Renderer\\DeliveryNoteRenderer'] ?? $this->getDeliveryNoteRendererService());
  20939.             yield => ($this->privates['Shopware\\Core\\Checkout\\Document\\Renderer\\StornoRenderer'] ?? $this->getStornoRendererService());
  20940.             yield => ($this->privates['Shopware\\Core\\Checkout\\Document\\Renderer\\CreditNoteRenderer'] ?? $this->getCreditNoteRendererService());
  20941.         }, 4)), new \Shopware\Core\Checkout\Document\Service\PdfRenderer($this->parameters['shopware.dompdf.options']), $a$b, ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  20942.     }
  20943.     /**
  20944.      * Gets the private 'Shopware\Core\Checkout\Document\Service\ReferenceInvoiceLoader' shared service.
  20945.      *
  20946.      * @return \Shopware\Core\Checkout\Document\Service\ReferenceInvoiceLoader
  20947.      */
  20948.     protected function getReferenceInvoiceLoaderService()
  20949.     {
  20950.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Document/Service/ReferenceInvoiceLoader.php';
  20951.         return $this->privates['Shopware\\Core\\Checkout\\Document\\Service\\ReferenceInvoiceLoader'] = new \Shopware\Core\Checkout\Document\Service\ReferenceInvoiceLoader(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  20952.     }
  20953.     /**
  20954.      * Gets the private 'Shopware\Core\Checkout\Document\Twig\DocumentTemplateRenderer' shared service.
  20955.      *
  20956.      * @return \Shopware\Core\Checkout\Document\Twig\DocumentTemplateRenderer
  20957.      */
  20958.     protected function getDocumentTemplateRendererService()
  20959.     {
  20960.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Document/Twig/DocumentTemplateRenderer.php';
  20961.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  20962.         if (isset($this->privates['Shopware\\Core\\Checkout\\Document\\Twig\\DocumentTemplateRenderer'])) {
  20963.             return $this->privates['Shopware\\Core\\Checkout\\Document\\Twig\\DocumentTemplateRenderer'];
  20964.         }
  20965.         $b = ($this->privates['Shopware\\Core\\Framework\\Adapter\\Translation\\Translator'] ?? $this->getTranslator2Service());
  20966.         if (isset($this->privates['Shopware\\Core\\Checkout\\Document\\Twig\\DocumentTemplateRenderer'])) {
  20967.             return $this->privates['Shopware\\Core\\Checkout\\Document\\Twig\\DocumentTemplateRenderer'];
  20968.         }
  20969.         $c = ($this->services['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextFactory'] ?? $this->getSalesChannelContextFactoryService());
  20970.         if (isset($this->privates['Shopware\\Core\\Checkout\\Document\\Twig\\DocumentTemplateRenderer'])) {
  20971.             return $this->privates['Shopware\\Core\\Checkout\\Document\\Twig\\DocumentTemplateRenderer'];
  20972.         }
  20973.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  20974.         if (isset($this->privates['Shopware\\Core\\Checkout\\Document\\Twig\\DocumentTemplateRenderer'])) {
  20975.             return $this->privates['Shopware\\Core\\Checkout\\Document\\Twig\\DocumentTemplateRenderer'];
  20976.         }
  20977.         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);
  20978.     }
  20979.     /**
  20980.      * Gets the private 'Shopware\Core\Checkout\Order\Aggregate\OrderTransaction\OrderTransactionStateHandler' shared service.
  20981.      *
  20982.      * @return \Shopware\Core\Checkout\Order\Aggregate\OrderTransaction\OrderTransactionStateHandler
  20983.      */
  20984.     protected function getOrderTransactionStateHandlerService()
  20985.     {
  20986.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Order/Aggregate/OrderTransaction/OrderTransactionStateHandler.php';
  20987.         $a = ($this->privates['Shopware\\Core\\System\\StateMachine\\StateMachineRegistry'] ?? $this->getStateMachineRegistryService());
  20988.         if (isset($this->privates['Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransaction\\OrderTransactionStateHandler'])) {
  20989.             return $this->privates['Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransaction\\OrderTransactionStateHandler'];
  20990.         }
  20991.         return $this->privates['Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransaction\\OrderTransactionStateHandler'] = new \Shopware\Core\Checkout\Order\Aggregate\OrderTransaction\OrderTransactionStateHandler($a);
  20992.     }
  20993.     /**
  20994.      * Gets the private 'Shopware\Core\Checkout\Order\Listener\OrderStateChangeEventListener' shared service.
  20995.      *
  20996.      * @return \Shopware\Core\Checkout\Order\Listener\OrderStateChangeEventListener
  20997.      */
  20998.     protected function getOrderStateChangeEventListenerService()
  20999.     {
  21000.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Order/Listener/OrderStateChangeEventListener.php';
  21001.         $a = ($this->services['order.repository'] ?? $this->getOrder_RepositoryService());
  21002.         if (isset($this->privates['Shopware\\Core\\Checkout\\Order\\Listener\\OrderStateChangeEventListener'])) {
  21003.             return $this->privates['Shopware\\Core\\Checkout\\Order\\Listener\\OrderStateChangeEventListener'];
  21004.         }
  21005.         $b = ($this->services['order_transaction.repository'] ?? $this->getOrderTransaction_RepositoryService());
  21006.         if (isset($this->privates['Shopware\\Core\\Checkout\\Order\\Listener\\OrderStateChangeEventListener'])) {
  21007.             return $this->privates['Shopware\\Core\\Checkout\\Order\\Listener\\OrderStateChangeEventListener'];
  21008.         }
  21009.         $c = ($this->services['order_delivery.repository'] ?? $this->getOrderDelivery_RepositoryService());
  21010.         if (isset($this->privates['Shopware\\Core\\Checkout\\Order\\Listener\\OrderStateChangeEventListener'])) {
  21011.             return $this->privates['Shopware\\Core\\Checkout\\Order\\Listener\\OrderStateChangeEventListener'];
  21012.         }
  21013.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  21014.         if (isset($this->privates['Shopware\\Core\\Checkout\\Order\\Listener\\OrderStateChangeEventListener'])) {
  21015.             return $this->privates['Shopware\\Core\\Checkout\\Order\\Listener\\OrderStateChangeEventListener'];
  21016.         }
  21017.         $e = ($this->privates['Shopware\\Core\\Framework\\Event\\BusinessEventCollector'] ?? $this->getBusinessEventCollectorService());
  21018.         if (isset($this->privates['Shopware\\Core\\Checkout\\Order\\Listener\\OrderStateChangeEventListener'])) {
  21019.             return $this->privates['Shopware\\Core\\Checkout\\Order\\Listener\\OrderStateChangeEventListener'];
  21020.         }
  21021.         $f = ($this->services['state_machine_state.repository'] ?? $this->getStateMachineState_RepositoryService());
  21022.         if (isset($this->privates['Shopware\\Core\\Checkout\\Order\\Listener\\OrderStateChangeEventListener'])) {
  21023.             return $this->privates['Shopware\\Core\\Checkout\\Order\\Listener\\OrderStateChangeEventListener'];
  21024.         }
  21025.         return $this->privates['Shopware\\Core\\Checkout\\Order\\Listener\\OrderStateChangeEventListener'] = new \Shopware\Core\Checkout\Order\Listener\OrderStateChangeEventListener($a$b$c$d$e$f);
  21026.     }
  21027.     /**
  21028.      * Gets the private 'Shopware\Core\Checkout\Order\SalesChannel\OrderService' shared service.
  21029.      *
  21030.      * @return \Shopware\Core\Checkout\Order\SalesChannel\OrderService
  21031.      */
  21032.     protected function getOrderServiceService()
  21033.     {
  21034.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Order/SalesChannel/OrderService.php';
  21035.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Validation/DataValidationFactoryInterface.php';
  21036.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Order/Validation/OrderValidationFactory.php';
  21037.         $a = ($this->privates['Shopware\\Core\\Framework\\Validation\\DataValidator'] ?? $this->getDataValidatorService());
  21038.         if (isset($this->privates['Shopware\\Core\\Checkout\\Order\\SalesChannel\\OrderService'])) {
  21039.             return $this->privates['Shopware\\Core\\Checkout\\Order\\SalesChannel\\OrderService'];
  21040.         }
  21041.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  21042.         if (isset($this->privates['Shopware\\Core\\Checkout\\Order\\SalesChannel\\OrderService'])) {
  21043.             return $this->privates['Shopware\\Core\\Checkout\\Order\\SalesChannel\\OrderService'];
  21044.         }
  21045.         $c = ($this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'] ?? $this->getCartServiceService());
  21046.         if (isset($this->privates['Shopware\\Core\\Checkout\\Order\\SalesChannel\\OrderService'])) {
  21047.             return $this->privates['Shopware\\Core\\Checkout\\Order\\SalesChannel\\OrderService'];
  21048.         }
  21049.         $d = ($this->services['payment_method.repository'] ?? $this->getPaymentMethod_RepositoryService());
  21050.         if (isset($this->privates['Shopware\\Core\\Checkout\\Order\\SalesChannel\\OrderService'])) {
  21051.             return $this->privates['Shopware\\Core\\Checkout\\Order\\SalesChannel\\OrderService'];
  21052.         }
  21053.         $e = ($this->privates['Shopware\\Core\\System\\StateMachine\\StateMachineRegistry'] ?? $this->getStateMachineRegistryService());
  21054.         if (isset($this->privates['Shopware\\Core\\Checkout\\Order\\SalesChannel\\OrderService'])) {
  21055.             return $this->privates['Shopware\\Core\\Checkout\\Order\\SalesChannel\\OrderService'];
  21056.         }
  21057.         $f = ($this->services['order.repository'] ?? $this->getOrder_RepositoryService());
  21058.         if (isset($this->privates['Shopware\\Core\\Checkout\\Order\\SalesChannel\\OrderService'])) {
  21059.             return $this->privates['Shopware\\Core\\Checkout\\Order\\SalesChannel\\OrderService'];
  21060.         }
  21061.         $g = ($this->services['mail_template.repository'] ?? $this->getMailTemplate_RepositoryService());
  21062.         if (isset($this->privates['Shopware\\Core\\Checkout\\Order\\SalesChannel\\OrderService'])) {
  21063.             return $this->privates['Shopware\\Core\\Checkout\\Order\\SalesChannel\\OrderService'];
  21064.         }
  21065.         $h = ($this->services['document.repository'] ?? $this->getDocument_RepositoryService());
  21066.         if (isset($this->privates['Shopware\\Core\\Checkout\\Order\\SalesChannel\\OrderService'])) {
  21067.             return $this->privates['Shopware\\Core\\Checkout\\Order\\SalesChannel\\OrderService'];
  21068.         }
  21069.         $i = ($this->privates['Shopware\\Core\\Content\\Mail\\Service\\MailService'] ?? $this->getMailServiceService());
  21070.         if (isset($this->privates['Shopware\\Core\\Checkout\\Order\\SalesChannel\\OrderService'])) {
  21071.             return $this->privates['Shopware\\Core\\Checkout\\Order\\SalesChannel\\OrderService'];
  21072.         }
  21073.         $j = ($this->privates['Shopware\\Core\\Checkout\\Document\\DocumentService'] ?? $this->getDocumentServiceService());
  21074.         if (isset($this->privates['Shopware\\Core\\Checkout\\Order\\SalesChannel\\OrderService'])) {
  21075.             return $this->privates['Shopware\\Core\\Checkout\\Order\\SalesChannel\\OrderService'];
  21076.         }
  21077.         $k = ($this->services['sales_channel.repository'] ?? $this->getSalesChannel_RepositoryService());
  21078.         if (isset($this->privates['Shopware\\Core\\Checkout\\Order\\SalesChannel\\OrderService'])) {
  21079.             return $this->privates['Shopware\\Core\\Checkout\\Order\\SalesChannel\\OrderService'];
  21080.         }
  21081.         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);
  21082.     }
  21083.     /**
  21084.      * Gets the private 'Shopware\Core\Checkout\Payment\Cart\PaymentHandler\CashPayment' shared service.
  21085.      *
  21086.      * @return \Shopware\Core\Checkout\Payment\Cart\PaymentHandler\CashPayment
  21087.      */
  21088.     protected function getCashPaymentService()
  21089.     {
  21090.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PaymentHandlerInterface.php';
  21091.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/SynchronousPaymentHandlerInterface.php';
  21092.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/DefaultPayment.php';
  21093.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/CashPayment.php';
  21094.         $a = ($this->privates['Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransaction\\OrderTransactionStateHandler'] ?? $this->getOrderTransactionStateHandlerService());
  21095.         if (isset($this->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\CashPayment'])) {
  21096.             return $this->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\CashPayment'];
  21097.         }
  21098.         return $this->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\CashPayment'] = new \Shopware\Core\Checkout\Payment\Cart\PaymentHandler\CashPayment($a);
  21099.     }
  21100.     /**
  21101.      * Gets the private 'Shopware\Core\Checkout\Payment\Cart\PaymentHandler\DebitPayment' shared service.
  21102.      *
  21103.      * @return \Shopware\Core\Checkout\Payment\Cart\PaymentHandler\DebitPayment
  21104.      */
  21105.     protected function getDebitPaymentService()
  21106.     {
  21107.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PaymentHandlerInterface.php';
  21108.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/SynchronousPaymentHandlerInterface.php';
  21109.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/DefaultPayment.php';
  21110.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/DebitPayment.php';
  21111.         $a = ($this->privates['Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransaction\\OrderTransactionStateHandler'] ?? $this->getOrderTransactionStateHandlerService());
  21112.         if (isset($this->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\DebitPayment'])) {
  21113.             return $this->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\DebitPayment'];
  21114.         }
  21115.         return $this->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\DebitPayment'] = new \Shopware\Core\Checkout\Payment\Cart\PaymentHandler\DebitPayment($a);
  21116.     }
  21117.     /**
  21118.      * Gets the private 'Shopware\Core\Checkout\Payment\Cart\PaymentHandler\DefaultPayment' shared service.
  21119.      *
  21120.      * @return \Shopware\Core\Checkout\Payment\Cart\PaymentHandler\DefaultPayment
  21121.      */
  21122.     protected function getDefaultPaymentService()
  21123.     {
  21124.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PaymentHandlerInterface.php';
  21125.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/SynchronousPaymentHandlerInterface.php';
  21126.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/DefaultPayment.php';
  21127.         $a = ($this->privates['Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransaction\\OrderTransactionStateHandler'] ?? $this->getOrderTransactionStateHandlerService());
  21128.         if (isset($this->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\DefaultPayment'])) {
  21129.             return $this->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\DefaultPayment'];
  21130.         }
  21131.         return $this->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\DefaultPayment'] = new \Shopware\Core\Checkout\Payment\Cart\PaymentHandler\DefaultPayment($a);
  21132.     }
  21133.     /**
  21134.      * Gets the private 'Shopware\Core\Checkout\Payment\Cart\PaymentHandler\InvoicePayment' shared service.
  21135.      *
  21136.      * @return \Shopware\Core\Checkout\Payment\Cart\PaymentHandler\InvoicePayment
  21137.      */
  21138.     protected function getInvoicePaymentService()
  21139.     {
  21140.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PaymentHandlerInterface.php';
  21141.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/SynchronousPaymentHandlerInterface.php';
  21142.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/DefaultPayment.php';
  21143.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/InvoicePayment.php';
  21144.         $a = ($this->privates['Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransaction\\OrderTransactionStateHandler'] ?? $this->getOrderTransactionStateHandlerService());
  21145.         if (isset($this->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\InvoicePayment'])) {
  21146.             return $this->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\InvoicePayment'];
  21147.         }
  21148.         return $this->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\InvoicePayment'] = new \Shopware\Core\Checkout\Payment\Cart\PaymentHandler\InvoicePayment($a);
  21149.     }
  21150.     /**
  21151.      * Gets the private 'Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PaymentHandlerRegistry' shared service.
  21152.      *
  21153.      * @return \Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PaymentHandlerRegistry
  21154.      */
  21155.     protected function getPaymentHandlerRegistryService()
  21156.     {
  21157.         $a = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  21158.             'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler' => ['privates''Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler''getAppPaymentHandlerService'false],
  21159.         ], [
  21160.             'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler' => 'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler',
  21161.         ]);
  21162.         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, [
  21163.             'Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\CashPayment' => ['privates''Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\CashPayment''getCashPaymentService'false],
  21164.             'Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\DebitPayment' => ['privates''Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\DebitPayment''getDebitPaymentService'false],
  21165.             'Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\DefaultPayment' => ['privates''Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\DefaultPayment''getDefaultPaymentService'false],
  21166.             'Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\InvoicePayment' => ['privates''Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\InvoicePayment''getInvoicePaymentService'false],
  21167.             'Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PrePayment' => ['privates''Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PrePayment''getPrePaymentService'false],
  21168.             'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppSyncPaymentHandler' => ['privates''Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppSyncPaymentHandler''getAppSyncPaymentHandlerService'false],
  21169.         ], [
  21170.             'Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\CashPayment' => 'Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\CashPayment',
  21171.             'Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\DebitPayment' => 'Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\DebitPayment',
  21172.             'Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\DefaultPayment' => 'Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\DefaultPayment',
  21173.             'Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\InvoicePayment' => 'Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\InvoicePayment',
  21174.             'Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PrePayment' => 'Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PrePayment',
  21175.             'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppSyncPaymentHandler' => 'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppSyncPaymentHandler',
  21176.         ]), new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  21177.             'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppAsyncPaymentHandler' => ['privates''Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppAsyncPaymentHandler''getAppAsyncPaymentHandlerService'false],
  21178.         ], [
  21179.             'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppAsyncPaymentHandler' => 'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppAsyncPaymentHandler',
  21180.         ]), $a$a, ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  21181.     }
  21182.     /**
  21183.      * Gets the private 'Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PrePayment' shared service.
  21184.      *
  21185.      * @return \Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PrePayment
  21186.      */
  21187.     protected function getPrePaymentService()
  21188.     {
  21189.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PaymentHandlerInterface.php';
  21190.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/SynchronousPaymentHandlerInterface.php';
  21191.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/DefaultPayment.php';
  21192.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PrePayment.php';
  21193.         $a = ($this->privates['Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransaction\\OrderTransactionStateHandler'] ?? $this->getOrderTransactionStateHandlerService());
  21194.         if (isset($this->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PrePayment'])) {
  21195.             return $this->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PrePayment'];
  21196.         }
  21197.         return $this->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PrePayment'] = new \Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PrePayment($a);
  21198.     }
  21199.     /**
  21200.      * Gets the private 'Shopware\Core\Checkout\Payment\Cart\Token\JWTFactoryV2' shared service.
  21201.      *
  21202.      * @return \Shopware\Core\Checkout\Payment\Cart\Token\JWTFactoryV2
  21203.      */
  21204.     protected function getJWTFactoryV2Service()
  21205.     {
  21206.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/Token/TokenFactoryInterfaceV2.php';
  21207.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/Token/JWTFactoryV2.php';
  21208.         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()));
  21209.     }
  21210.     /**
  21211.      * Gets the private 'Shopware\Core\Checkout\Payment\DataAbstractionLayer\PaymentMethodIndexer' shared service.
  21212.      *
  21213.      * @return \Shopware\Core\Checkout\Payment\DataAbstractionLayer\PaymentMethodIndexer
  21214.      */
  21215.     protected function getPaymentMethodIndexerService()
  21216.     {
  21217.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Indexing/EntityIndexer.php';
  21218.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/DataAbstractionLayer/PaymentMethodIndexer.php';
  21219.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/DataAbstractionLayer/PaymentDistinguishableNameGenerator.php';
  21220.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  21221.         if (isset($this->privates['Shopware\\Core\\Checkout\\Payment\\DataAbstractionLayer\\PaymentMethodIndexer'])) {
  21222.             return $this->privates['Shopware\\Core\\Checkout\\Payment\\DataAbstractionLayer\\PaymentMethodIndexer'];
  21223.         }
  21224.         $b = ($this->services['payment_method.repository'] ?? $this->getPaymentMethod_RepositoryService());
  21225.         if (isset($this->privates['Shopware\\Core\\Checkout\\Payment\\DataAbstractionLayer\\PaymentMethodIndexer'])) {
  21226.             return $this->privates['Shopware\\Core\\Checkout\\Payment\\DataAbstractionLayer\\PaymentMethodIndexer'];
  21227.         }
  21228.         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));
  21229.     }
  21230.     /**
  21231.      * Gets the private 'Shopware\Core\Checkout\Payment\DataAbstractionLayer\PaymentMethodValidator' shared service.
  21232.      *
  21233.      * @return \Shopware\Core\Checkout\Payment\DataAbstractionLayer\PaymentMethodValidator
  21234.      */
  21235.     protected function getPaymentMethodValidator2Service()
  21236.     {
  21237.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/DataAbstractionLayer/PaymentMethodValidator.php';
  21238.         return $this->privates['Shopware\\Core\\Checkout\\Payment\\DataAbstractionLayer\\PaymentMethodValidator'] = new \Shopware\Core\Checkout\Payment\DataAbstractionLayer\PaymentMethodValidator(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  21239.     }
  21240.     /**
  21241.      * Gets the private 'Shopware\Core\Checkout\Payment\PaymentService' shared service.
  21242.      *
  21243.      * @return \Shopware\Core\Checkout\Payment\PaymentService
  21244.      */
  21245.     protected function getPaymentServiceService()
  21246.     {
  21247.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/PaymentService.php';
  21248.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentTransactionChainProcessor.php';
  21249.         $a = ($this->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\Token\\JWTFactoryV2'] ?? $this->getJWTFactoryV2Service());
  21250.         $b = ($this->services['order.repository'] ?? $this->getOrder_RepositoryService());
  21251.         $c = ($this->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] ?? $this->getPaymentHandlerRegistryService());
  21252.         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()));
  21253.     }
  21254.     /**
  21255.      * Gets the private 'Shopware\Core\Checkout\Promotion\Cart\Discount\Filter\FilterServiceRegistry' shared service.
  21256.      *
  21257.      * @return \Shopware\Core\Checkout\Promotion\Cart\Discount\Filter\FilterServiceRegistry
  21258.      */
  21259.     protected function getFilterServiceRegistryService()
  21260.     {
  21261.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Cart/Discount/Filter/FilterServiceRegistry.php';
  21262.         return $this->privates['Shopware\\Core\\Checkout\\Promotion\\Cart\\Discount\\Filter\\FilterServiceRegistry'] = new \Shopware\Core\Checkout\Promotion\Cart\Discount\Filter\FilterServiceRegistry(new RewindableGenerator(function () {
  21263.             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()));
  21264.             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()));
  21265.         }, 2), new RewindableGenerator(function () {
  21266.             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()));
  21267.             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()));
  21268.         }, 2));
  21269.     }
  21270.     /**
  21271.      * Gets the private 'Shopware\Core\Checkout\Promotion\Cart\PromotionCollector' shared service.
  21272.      *
  21273.      * @return \Shopware\Core\Checkout\Promotion\Cart\PromotionCollector
  21274.      */
  21275.     protected function getPromotionCollectorService()
  21276.     {
  21277.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/CartDataCollectorInterface.php';
  21278.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Cart/PromotionCartInformationTrait.php';
  21279.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Cart/PromotionCollector.php';
  21280.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Gateway/PromotionGatewayInterface.php';
  21281.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Gateway/PromotionGateway.php';
  21282.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Service/PromotionDateTimeServiceInterface.php';
  21283.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Service/PromotionDateTimeService.php';
  21284.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Cart/PromotionItemBuilder.php';
  21285.         $a = ($this->services['promotion.repository'] ?? $this->getPromotion_RepositoryService());
  21286.         if (isset($this->privates['Shopware\\Core\\Checkout\\Promotion\\Cart\\PromotionCollector'])) {
  21287.             return $this->privates['Shopware\\Core\\Checkout\\Promotion\\Cart\\PromotionCollector'];
  21288.         }
  21289.         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()));
  21290.     }
  21291.     /**
  21292.      * Gets the private 'Shopware\Core\Checkout\Promotion\Cart\PromotionDeliveryProcessor' shared service.
  21293.      *
  21294.      * @return \Shopware\Core\Checkout\Promotion\Cart\PromotionDeliveryProcessor
  21295.      */
  21296.     protected function getPromotionDeliveryProcessorService()
  21297.     {
  21298.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/CartProcessorInterface.php';
  21299.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Cart/PromotionDeliveryProcessor.php';
  21300.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Cart/PromotionCartInformationTrait.php';
  21301.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Cart/PromotionDeliveryCalculator.php';
  21302.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Cart/PromotionItemBuilder.php';
  21303.         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()));
  21304.     }
  21305.     /**
  21306.      * Gets the private 'Shopware\Core\Checkout\Promotion\Cart\PromotionProcessor' shared service.
  21307.      *
  21308.      * @return \Shopware\Core\Checkout\Promotion\Cart\PromotionProcessor
  21309.      */
  21310.     protected function getPromotionProcessorService()
  21311.     {
  21312.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/CartProcessorInterface.php';
  21313.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Cart/PromotionProcessor.php';
  21314.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Cart/PromotionCartInformationTrait.php';
  21315.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Cart/PromotionCalculator.php';
  21316.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Cart/Discount/Composition/DiscountCompositionBuilder.php';
  21317.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Cart/Discount/Filter/PackageFilter.php';
  21318.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Cart/Discount/Filter/AdvancedPackageFilter.php';
  21319.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Cart/Discount/Filter/AdvancedPackagePicker.php';
  21320.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Cart/Discount/Filter/SetGroupScopeFilter.php';
  21321.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Cart/Discount/Filter/AdvancedPackageRules.php';
  21322.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Cart/Discount/DiscountPackager.php';
  21323.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Cart/Discount/ScopePackager/CartScopeDiscountPackager.php';
  21324.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Cart/Discount/ScopePackager/SetGroupScopeDiscountPackager.php';
  21325.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Cart/Discount/ScopePackager/SetScopeDiscountPackager.php';
  21326.         $a = ($this->privates['Shopware\\Core\\Checkout\\Cart\\LineItem\\Group\\LineItemGroupBuilder'] ?? $this->getLineItemGroupBuilderService());
  21327.         $b = ($this->privates['Shopware\\Core\\Checkout\\Promotion\\Cart\\Discount\\Filter\\FilterServiceRegistry'] ?? $this->getFilterServiceRegistryService());
  21328.         return $this->privates['Shopware\\Core\\Checkout\\Promotion\\Cart\\PromotionProcessor'] = new \Shopware\Core\Checkout\Promotion\Cart\PromotionProcessor(new \Shopware\Core\Checkout\Promotion\Cart\PromotionCalculator(($this->privates['Shopware\\Core\\Checkout\\Cart\\Price\\AmountCalculator'] ?? $this->getAmountCalculatorService()), ($this->privates['Shopware\\Core\\Checkout\\Cart\\Price\\AbsolutePriceCalculator'] ?? $this->getAbsolutePriceCalculatorService()), $a, new \Shopware\Core\Checkout\Promotion\Cart\Discount\Composition\DiscountCompositionBuilder(), new \Shopware\Core\Checkout\Promotion\Cart\Discount\Filter\AdvancedPackageFilter($b), new \Shopware\Core\Checkout\Promotion\Cart\Discount\Filter\AdvancedPackagePicker($b), new \Shopware\Core\Checkout\Promotion\Cart\Discount\Filter\AdvancedPackageRules(), ($this->privates['Shopware\\Core\\Checkout\\Cart\\LineItem\\LineItemQuantitySplitter'] ?? $this->getLineItemQuantitySplitterService()), ($this->privates['Shopware\\Core\\Checkout\\Cart\\Price\\PercentagePriceCalculator'] ?? $this->getPercentagePriceCalculatorService()), new \Shopware\Core\Checkout\Promotion\Cart\Discount\ScopePackager\CartScopeDiscountPackager(), new \Shopware\Core\Checkout\Promotion\Cart\Discount\ScopePackager\SetGroupScopeDiscountPackager($a), new \Shopware\Core\Checkout\Promotion\Cart\Discount\ScopePackager\SetScopeDiscountPackager($a)), $a);
  21329.     }
  21330.     /**
  21331.      * Gets the private 'Shopware\Core\Checkout\Promotion\DataAbstractionLayer\PromotionIndexer' shared service.
  21332.      *
  21333.      * @return \Shopware\Core\Checkout\Promotion\DataAbstractionLayer\PromotionIndexer
  21334.      */
  21335.     protected function getPromotionIndexerService()
  21336.     {
  21337.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Indexing/EntityIndexer.php';
  21338.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/DataAbstractionLayer/PromotionIndexer.php';
  21339.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/DataAbstractionLayer/PromotionExclusionUpdater.php';
  21340.         $a = ($this->services['promotion.repository'] ?? $this->getPromotion_RepositoryService());
  21341.         if (isset($this->privates['Shopware\\Core\\Checkout\\Promotion\\DataAbstractionLayer\\PromotionIndexer'])) {
  21342.             return $this->privates['Shopware\\Core\\Checkout\\Promotion\\DataAbstractionLayer\\PromotionIndexer'];
  21343.         }
  21344.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  21345.         if (isset($this->privates['Shopware\\Core\\Checkout\\Promotion\\DataAbstractionLayer\\PromotionIndexer'])) {
  21346.             return $this->privates['Shopware\\Core\\Checkout\\Promotion\\DataAbstractionLayer\\PromotionIndexer'];
  21347.         }
  21348.         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);
  21349.     }
  21350.     /**
  21351.      * Gets the private 'Shopware\Core\Checkout\Promotion\DataAbstractionLayer\PromotionRedemptionUpdater' shared service.
  21352.      *
  21353.      * @return \Shopware\Core\Checkout\Promotion\DataAbstractionLayer\PromotionRedemptionUpdater
  21354.      */
  21355.     protected function getPromotionRedemptionUpdaterService()
  21356.     {
  21357.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/DataAbstractionLayer/PromotionRedemptionUpdater.php';
  21358.         return $this->privates['Shopware\\Core\\Checkout\\Promotion\\DataAbstractionLayer\\PromotionRedemptionUpdater'] = new \Shopware\Core\Checkout\Promotion\DataAbstractionLayer\PromotionRedemptionUpdater(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  21359.     }
  21360.     /**
  21361.      * Gets the private 'Shopware\Core\Checkout\Promotion\Subscriber\PromotionIndividualCodeRedeemer' shared service.
  21362.      *
  21363.      * @return \Shopware\Core\Checkout\Promotion\Subscriber\PromotionIndividualCodeRedeemer
  21364.      */
  21365.     protected function getPromotionIndividualCodeRedeemerService()
  21366.     {
  21367.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Subscriber/PromotionIndividualCodeRedeemer.php';
  21368.         $a = ($this->services['promotion_individual_code.repository'] ?? $this->getPromotionIndividualCode_RepositoryService());
  21369.         if (isset($this->privates['Shopware\\Core\\Checkout\\Promotion\\Subscriber\\PromotionIndividualCodeRedeemer'])) {
  21370.             return $this->privates['Shopware\\Core\\Checkout\\Promotion\\Subscriber\\PromotionIndividualCodeRedeemer'];
  21371.         }
  21372.         return $this->privates['Shopware\\Core\\Checkout\\Promotion\\Subscriber\\PromotionIndividualCodeRedeemer'] = new \Shopware\Core\Checkout\Promotion\Subscriber\PromotionIndividualCodeRedeemer($a);
  21373.     }
  21374.     /**
  21375.      * Gets the private 'Shopware\Core\Checkout\Promotion\Subscriber\Storefront\StorefrontCartSubscriber' shared service.
  21376.      *
  21377.      * @return \Shopware\Core\Checkout\Promotion\Subscriber\Storefront\StorefrontCartSubscriber
  21378.      */
  21379.     protected function getStorefrontCartSubscriberService()
  21380.     {
  21381.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Subscriber/Storefront/StorefrontCartSubscriber.php';
  21382.         $a = ($this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'] ?? $this->getCartServiceService());
  21383.         if (isset($this->privates['Shopware\\Core\\Checkout\\Promotion\\Subscriber\\Storefront\\StorefrontCartSubscriber'])) {
  21384.             return $this->privates['Shopware\\Core\\Checkout\\Promotion\\Subscriber\\Storefront\\StorefrontCartSubscriber'];
  21385.         }
  21386.         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())));
  21387.     }
  21388.     /**
  21389.      * Gets the private 'Shopware\Core\Checkout\Promotion\Validator\PromotionValidator' shared service.
  21390.      *
  21391.      * @return \Shopware\Core\Checkout\Promotion\Validator\PromotionValidator
  21392.      */
  21393.     protected function getPromotionValidatorService()
  21394.     {
  21395.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Validator/PromotionValidator.php';
  21396.         return $this->privates['Shopware\\Core\\Checkout\\Promotion\\Validator\\PromotionValidator'] = new \Shopware\Core\Checkout\Promotion\Validator\PromotionValidator(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  21397.     }
  21398.     /**
  21399.      * Gets the private 'Shopware\Core\Checkout\Shipping\Validator\ShippingMethodValidator' shared service.
  21400.      *
  21401.      * @return \Shopware\Core\Checkout\Shipping\Validator\ShippingMethodValidator
  21402.      */
  21403.     protected function getShippingMethodValidatorService()
  21404.     {
  21405.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Shipping/Validator/ShippingMethodValidator.php';
  21406.         return $this->privates['Shopware\\Core\\Checkout\\Shipping\\Validator\\ShippingMethodValidator'] = new \Shopware\Core\Checkout\Shipping\Validator\ShippingMethodValidator(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  21407.     }
  21408.     /**
  21409.      * Gets the private 'Shopware\Core\Content\Category\DataAbstractionLayer\CategoryIndexer' shared service.
  21410.      *
  21411.      * @return \Shopware\Core\Content\Category\DataAbstractionLayer\CategoryIndexer
  21412.      */
  21413.     protected function getCategoryIndexerService()
  21414.     {
  21415.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Indexing/EntityIndexer.php';
  21416.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Category/DataAbstractionLayer/CategoryIndexer.php';
  21417.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Category/DataAbstractionLayer/CategoryBreadcrumbUpdater.php';
  21418.         $a = ($this->services['category.repository'] ?? $this->getCategory_RepositoryService());
  21419.         if (isset($this->privates['Shopware\\Core\\Content\\Category\\DataAbstractionLayer\\CategoryIndexer'])) {
  21420.             return $this->privates['Shopware\\Core\\Content\\Category\\DataAbstractionLayer\\CategoryIndexer'];
  21421.         }
  21422.         $b = ($this->services['language.repository'] ?? $this->getLanguage_RepositoryService());
  21423.         if (isset($this->privates['Shopware\\Core\\Content\\Category\\DataAbstractionLayer\\CategoryIndexer'])) {
  21424.             return $this->privates['Shopware\\Core\\Content\\Category\\DataAbstractionLayer\\CategoryIndexer'];
  21425.         }
  21426.         $c = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  21427.         if (isset($this->privates['Shopware\\Core\\Content\\Category\\DataAbstractionLayer\\CategoryIndexer'])) {
  21428.             return $this->privates['Shopware\\Core\\Content\\Category\\DataAbstractionLayer\\CategoryIndexer'];
  21429.         }
  21430.         $d = ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService());
  21431.         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);
  21432.     }
  21433.     /**
  21434.      * Gets the private 'Shopware\Core\Content\Category\Service\CategoryBreadcrumbBuilder' shared service.
  21435.      *
  21436.      * @return \Shopware\Core\Content\Category\Service\CategoryBreadcrumbBuilder
  21437.      */
  21438.     protected function getCategoryBreadcrumbBuilderService()
  21439.     {
  21440.         $a = ($this->services['category.repository'] ?? $this->getCategory_RepositoryService());
  21441.         if (isset($this->privates['Shopware\\Core\\Content\\Category\\Service\\CategoryBreadcrumbBuilder'])) {
  21442.             return $this->privates['Shopware\\Core\\Content\\Category\\Service\\CategoryBreadcrumbBuilder'];
  21443.         }
  21444.         return $this->privates['Shopware\\Core\\Content\\Category\\Service\\CategoryBreadcrumbBuilder'] = new \Shopware\Core\Content\Category\Service\CategoryBreadcrumbBuilder($a);
  21445.     }
  21446.     /**
  21447.      * Gets the private 'Shopware\Core\Content\Category\Service\NavigationLoader' shared service.
  21448.      *
  21449.      * @return \Shopware\Core\Content\Category\Service\NavigationLoader
  21450.      */
  21451.     protected function getNavigationLoaderService()
  21452.     {
  21453.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  21454.         if (isset($this->privates['Shopware\\Core\\Content\\Category\\Service\\NavigationLoader'])) {
  21455.             return $this->privates['Shopware\\Core\\Content\\Category\\Service\\NavigationLoader'];
  21456.         }
  21457.         $b = ($this->services['Shopware\\Core\\Content\\Category\\SalesChannel\\TreeBuildingNavigationRoute'] ?? $this->getTreeBuildingNavigationRouteService());
  21458.         if (isset($this->privates['Shopware\\Core\\Content\\Category\\Service\\NavigationLoader'])) {
  21459.             return $this->privates['Shopware\\Core\\Content\\Category\\Service\\NavigationLoader'];
  21460.         }
  21461.         return $this->privates['Shopware\\Core\\Content\\Category\\Service\\NavigationLoader'] = new \Shopware\Core\Content\Category\Service\NavigationLoader($a$b);
  21462.     }
  21463.     /**
  21464.      * Gets the private 'Shopware\Core\Content\Category\Subscriber\CategorySubscriber' shared service.
  21465.      *
  21466.      * @return \Shopware\Core\Content\Category\Subscriber\CategorySubscriber
  21467.      */
  21468.     protected function getCategorySubscriberService()
  21469.     {
  21470.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Category/Subscriber/CategorySubscriber.php';
  21471.         $a = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  21472.         if (isset($this->privates['Shopware\\Core\\Content\\Category\\Subscriber\\CategorySubscriber'])) {
  21473.             return $this->privates['Shopware\\Core\\Content\\Category\\Subscriber\\CategorySubscriber'];
  21474.         }
  21475.         return $this->privates['Shopware\\Core\\Content\\Category\\Subscriber\\CategorySubscriber'] = new \Shopware\Core\Content\Category\Subscriber\CategorySubscriber($a);
  21476.     }
  21477.     /**
  21478.      * Gets the private 'Shopware\Core\Content\Category\Validation\EntryPointValidator' shared service.
  21479.      *
  21480.      * @return \Shopware\Core\Content\Category\Validation\EntryPointValidator
  21481.      */
  21482.     protected function getEntryPointValidatorService()
  21483.     {
  21484.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Category/Validation/EntryPointValidator.php';
  21485.         return $this->privates['Shopware\\Core\\Content\\Category\\Validation\\EntryPointValidator'] = new \Shopware\Core\Content\Category\Validation\EntryPointValidator(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  21486.     }
  21487.     /**
  21488.      * Gets the private 'Shopware\Core\Content\Cms\DataResolver\Element\FormCmsElementResolver' shared service.
  21489.      *
  21490.      * @return \Shopware\Core\Content\Cms\DataResolver\Element\FormCmsElementResolver
  21491.      */
  21492.     protected function getFormCmsElementResolverService()
  21493.     {
  21494.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/DataResolver/Element/CmsElementResolverInterface.php';
  21495.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/DataResolver/Element/AbstractCmsElementResolver.php';
  21496.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/DataResolver/Element/FormCmsElementResolver.php';
  21497.         $a = ($this->services['Shopware\\Core\\System\\Salutation\\SalesChannel\\CachedSalutationRoute'] ?? $this->getCachedSalutationRouteService());
  21498.         if (isset($this->privates['Shopware\\Core\\Content\\Cms\\DataResolver\\Element\\FormCmsElementResolver'])) {
  21499.             return $this->privates['Shopware\\Core\\Content\\Cms\\DataResolver\\Element\\FormCmsElementResolver'];
  21500.         }
  21501.         return $this->privates['Shopware\\Core\\Content\\Cms\\DataResolver\\Element\\FormCmsElementResolver'] = new \Shopware\Core\Content\Cms\DataResolver\Element\FormCmsElementResolver($a);
  21502.     }
  21503.     /**
  21504.      * Gets the private 'Shopware\Core\Content\Cms\DataResolver\Element\TextCmsElementResolver' shared service.
  21505.      *
  21506.      * @return \Shopware\Core\Content\Cms\DataResolver\Element\TextCmsElementResolver
  21507.      */
  21508.     protected function getTextCmsElementResolverService()
  21509.     {
  21510.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/DataResolver/Element/CmsElementResolverInterface.php';
  21511.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/DataResolver/Element/AbstractCmsElementResolver.php';
  21512.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/DataResolver/Element/TextCmsElementResolver.php';
  21513.         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()));
  21514.     }
  21515.     /**
  21516.      * Gets the private 'Shopware\Core\Content\Cms\SalesChannel\SalesChannelCmsPageLoader' shared service.
  21517.      *
  21518.      * @return \Shopware\Core\Content\Cms\SalesChannel\SalesChannelCmsPageLoader
  21519.      */
  21520.     protected function getSalesChannelCmsPageLoaderService()
  21521.     {
  21522.         $a = ($this->services['cms_page.repository'] ?? $this->getCmsPage_RepositoryService());
  21523.         if (isset($this->privates['Shopware\\Core\\Content\\Cms\\SalesChannel\\SalesChannelCmsPageLoader'])) {
  21524.             return $this->privates['Shopware\\Core\\Content\\Cms\\SalesChannel\\SalesChannelCmsPageLoader'];
  21525.         }
  21526.         $b = ($this->services['Shopware\\Core\\Content\\Cms\\DataResolver\\CmsSlotsDataResolver'] ?? $this->getCmsSlotsDataResolverService());
  21527.         if (isset($this->privates['Shopware\\Core\\Content\\Cms\\SalesChannel\\SalesChannelCmsPageLoader'])) {
  21528.             return $this->privates['Shopware\\Core\\Content\\Cms\\SalesChannel\\SalesChannelCmsPageLoader'];
  21529.         }
  21530.         $c = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  21531.         if (isset($this->privates['Shopware\\Core\\Content\\Cms\\SalesChannel\\SalesChannelCmsPageLoader'])) {
  21532.             return $this->privates['Shopware\\Core\\Content\\Cms\\SalesChannel\\SalesChannelCmsPageLoader'];
  21533.         }
  21534.         return $this->privates['Shopware\\Core\\Content\\Cms\\SalesChannel\\SalesChannelCmsPageLoader'] = new \Shopware\Core\Content\Cms\SalesChannel\SalesChannelCmsPageLoader($a$b$c);
  21535.     }
  21536.     /**
  21537.      * Gets the private 'Shopware\Core\Content\Cms\Subscriber\CmsPageDefaultChangeSubscriber' shared service.
  21538.      *
  21539.      * @return \Shopware\Core\Content\Cms\Subscriber\CmsPageDefaultChangeSubscriber
  21540.      */
  21541.     protected function getCmsPageDefaultChangeSubscriberService()
  21542.     {
  21543.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/Subscriber/CmsPageDefaultChangeSubscriber.php';
  21544.         return $this->privates['Shopware\\Core\\Content\\Cms\\Subscriber\\CmsPageDefaultChangeSubscriber'] = new \Shopware\Core\Content\Cms\Subscriber\CmsPageDefaultChangeSubscriber(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  21545.     }
  21546.     /**
  21547.      * Gets the private 'Shopware\Core\Content\Flow\Api\FlowActionCollector' shared service.
  21548.      *
  21549.      * @return \Shopware\Core\Content\Flow\Api\FlowActionCollector
  21550.      */
  21551.     protected function getFlowActionCollectorService()
  21552.     {
  21553.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Api/FlowActionCollector.php';
  21554.         return $this->privates['Shopware\\Core\\Content\\Flow\\Api\\FlowActionCollector'] = new \Shopware\Core\Content\Flow\Api\FlowActionCollector(new RewindableGenerator(function () {
  21555.             yield => ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\AddOrderTagAction'] ?? $this->getAddOrderTagActionService());
  21556.             yield => ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\AddCustomerTagAction'] ?? $this->getAddCustomerTagActionService());
  21557.             yield => ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\RemoveOrderTagAction'] ?? $this->getRemoveOrderTagActionService());
  21558.             yield => ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\RemoveCustomerTagAction'] ?? $this->getRemoveCustomerTagActionService());
  21559.             yield => ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\ChangeCustomerGroupAction'] ?? $this->getChangeCustomerGroupActionService());
  21560.             yield => ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\ChangeCustomerStatusAction'] ?? $this->getChangeCustomerStatusActionService());
  21561.             yield => ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\GenerateDocumentAction'] ?? $this->getGenerateDocumentActionService());
  21562.             yield => ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\GrantDownloadAccessAction'] ?? $this->getGrantDownloadAccessActionService());
  21563.             yield => ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\SendMailAction'] ?? $this->getSendMailActionService());
  21564.             yield => ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\SetOrderStateAction'] ?? $this->getSetOrderStateActionService());
  21565.             yield 10 => ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\SetCustomerCustomFieldAction'] ?? $this->getSetCustomerCustomFieldActionService());
  21566.             yield 11 => ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\SetCustomerGroupCustomFieldAction'] ?? $this->getSetCustomerGroupCustomFieldActionService());
  21567.             yield 12 => ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\AddCustomerAffiliateAndCampaignCodeAction'] ?? $this->getAddCustomerAffiliateAndCampaignCodeActionService());
  21568.             yield 13 => ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\AddOrderAffiliateAndCampaignCodeAction'] ?? $this->getAddOrderAffiliateAndCampaignCodeActionService());
  21569.             yield 14 => ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\SetOrderCustomFieldAction'] ?? $this->getSetOrderCustomFieldActionService());
  21570.             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()));
  21571.         }, 16), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['app_flow_action.repository'] ?? $this->getAppFlowAction_RepositoryService()));
  21572.     }
  21573.     /**
  21574.      * Gets the private 'Shopware\Core\Content\Flow\Dispatching\Action\AddCustomerAffiliateAndCampaignCodeAction' shared service.
  21575.      *
  21576.      * @return \Shopware\Core\Content\Flow\Dispatching\Action\AddCustomerAffiliateAndCampaignCodeAction
  21577.      */
  21578.     protected function getAddCustomerAffiliateAndCampaignCodeActionService()
  21579.     {
  21580.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Action/FlowAction.php';
  21581.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/DelayableAction.php';
  21582.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Action/AddCustomerAffiliateAndCampaignCodeAction.php';
  21583.         $a = ($this->services['customer.repository'] ?? $this->getCustomer_RepositoryService());
  21584.         if (isset($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\AddCustomerAffiliateAndCampaignCodeAction'])) {
  21585.             return $this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\AddCustomerAffiliateAndCampaignCodeAction'];
  21586.         }
  21587.         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);
  21588.     }
  21589.     /**
  21590.      * Gets the private 'Shopware\Core\Content\Flow\Dispatching\Action\AddCustomerTagAction' shared service.
  21591.      *
  21592.      * @return \Shopware\Core\Content\Flow\Dispatching\Action\AddCustomerTagAction
  21593.      */
  21594.     protected function getAddCustomerTagActionService()
  21595.     {
  21596.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Action/FlowAction.php';
  21597.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/DelayableAction.php';
  21598.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Action/AddCustomerTagAction.php';
  21599.         $a = ($this->services['customer.repository'] ?? $this->getCustomer_RepositoryService());
  21600.         if (isset($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\AddCustomerTagAction'])) {
  21601.             return $this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\AddCustomerTagAction'];
  21602.         }
  21603.         return $this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\AddCustomerTagAction'] = new \Shopware\Core\Content\Flow\Dispatching\Action\AddCustomerTagAction($a);
  21604.     }
  21605.     /**
  21606.      * Gets the private 'Shopware\Core\Content\Flow\Dispatching\Action\AddOrderAffiliateAndCampaignCodeAction' shared service.
  21607.      *
  21608.      * @return \Shopware\Core\Content\Flow\Dispatching\Action\AddOrderAffiliateAndCampaignCodeAction
  21609.      */
  21610.     protected function getAddOrderAffiliateAndCampaignCodeActionService()
  21611.     {
  21612.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Action/FlowAction.php';
  21613.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/DelayableAction.php';
  21614.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Action/AddOrderAffiliateAndCampaignCodeAction.php';
  21615.         $a = ($this->services['order.repository'] ?? $this->getOrder_RepositoryService());
  21616.         if (isset($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\AddOrderAffiliateAndCampaignCodeAction'])) {
  21617.             return $this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\AddOrderAffiliateAndCampaignCodeAction'];
  21618.         }
  21619.         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);
  21620.     }
  21621.     /**
  21622.      * Gets the private 'Shopware\Core\Content\Flow\Dispatching\Action\AddOrderTagAction' shared service.
  21623.      *
  21624.      * @return \Shopware\Core\Content\Flow\Dispatching\Action\AddOrderTagAction
  21625.      */
  21626.     protected function getAddOrderTagActionService()
  21627.     {
  21628.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Action/FlowAction.php';
  21629.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/DelayableAction.php';
  21630.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Action/AddOrderTagAction.php';
  21631.         $a = ($this->services['order.repository'] ?? $this->getOrder_RepositoryService());
  21632.         if (isset($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\AddOrderTagAction'])) {
  21633.             return $this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\AddOrderTagAction'];
  21634.         }
  21635.         return $this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\AddOrderTagAction'] = new \Shopware\Core\Content\Flow\Dispatching\Action\AddOrderTagAction($a);
  21636.     }
  21637.     /**
  21638.      * Gets the private 'Shopware\Core\Content\Flow\Dispatching\Action\ChangeCustomerGroupAction' shared service.
  21639.      *
  21640.      * @return \Shopware\Core\Content\Flow\Dispatching\Action\ChangeCustomerGroupAction
  21641.      */
  21642.     protected function getChangeCustomerGroupActionService()
  21643.     {
  21644.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Action/FlowAction.php';
  21645.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/DelayableAction.php';
  21646.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Action/ChangeCustomerGroupAction.php';
  21647.         $a = ($this->services['customer.repository'] ?? $this->getCustomer_RepositoryService());
  21648.         if (isset($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\ChangeCustomerGroupAction'])) {
  21649.             return $this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\ChangeCustomerGroupAction'];
  21650.         }
  21651.         return $this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\ChangeCustomerGroupAction'] = new \Shopware\Core\Content\Flow\Dispatching\Action\ChangeCustomerGroupAction($a);
  21652.     }
  21653.     /**
  21654.      * Gets the private 'Shopware\Core\Content\Flow\Dispatching\Action\ChangeCustomerStatusAction' shared service.
  21655.      *
  21656.      * @return \Shopware\Core\Content\Flow\Dispatching\Action\ChangeCustomerStatusAction
  21657.      */
  21658.     protected function getChangeCustomerStatusActionService()
  21659.     {
  21660.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Action/FlowAction.php';
  21661.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/DelayableAction.php';
  21662.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Action/ChangeCustomerStatusAction.php';
  21663.         $a = ($this->services['customer.repository'] ?? $this->getCustomer_RepositoryService());
  21664.         if (isset($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\ChangeCustomerStatusAction'])) {
  21665.             return $this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\ChangeCustomerStatusAction'];
  21666.         }
  21667.         return $this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\ChangeCustomerStatusAction'] = new \Shopware\Core\Content\Flow\Dispatching\Action\ChangeCustomerStatusAction($a);
  21668.     }
  21669.     /**
  21670.      * Gets the private 'Shopware\Core\Content\Flow\Dispatching\Action\GenerateDocumentAction' shared service.
  21671.      *
  21672.      * @return \Shopware\Core\Content\Flow\Dispatching\Action\GenerateDocumentAction
  21673.      */
  21674.     protected function getGenerateDocumentActionService()
  21675.     {
  21676.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Action/FlowAction.php';
  21677.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/DelayableAction.php';
  21678.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Action/GenerateDocumentAction.php';
  21679.         $a = ($this->privates['Shopware\\Core\\Checkout\\Document\\DocumentService'] ?? $this->getDocumentServiceService());
  21680.         if (isset($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\GenerateDocumentAction'])) {
  21681.             return $this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\GenerateDocumentAction'];
  21682.         }
  21683.         $b = ($this->privates['Shopware\\Core\\Checkout\\Document\\Service\\DocumentGenerator'] ?? $this->getDocumentGeneratorService());
  21684.         if (isset($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\GenerateDocumentAction'])) {
  21685.             return $this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\GenerateDocumentAction'];
  21686.         }
  21687.         $c = ($this->services['Shopware\\Core\\System\\NumberRange\\ValueGenerator\\NumberRangeValueGeneratorInterface'] ?? $this->getNumberRangeValueGeneratorInterfaceService());
  21688.         if (isset($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\GenerateDocumentAction'])) {
  21689.             return $this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\GenerateDocumentAction'];
  21690.         }
  21691.         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()));
  21692.     }
  21693.     /**
  21694.      * Gets the private 'Shopware\Core\Content\Flow\Dispatching\Action\GrantDownloadAccessAction' shared service.
  21695.      *
  21696.      * @return \Shopware\Core\Content\Flow\Dispatching\Action\GrantDownloadAccessAction
  21697.      */
  21698.     protected function getGrantDownloadAccessActionService()
  21699.     {
  21700.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Action/FlowAction.php';
  21701.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Action/GrantDownloadAccessAction.php';
  21702.         $a = ($this->services['order_line_item_download.repository'] ?? $this->getOrderLineItemDownload_RepositoryService());
  21703.         if (isset($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\GrantDownloadAccessAction'])) {
  21704.             return $this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\GrantDownloadAccessAction'];
  21705.         }
  21706.         return $this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\GrantDownloadAccessAction'] = new \Shopware\Core\Content\Flow\Dispatching\Action\GrantDownloadAccessAction($a);
  21707.     }
  21708.     /**
  21709.      * Gets the private 'Shopware\Core\Content\Flow\Dispatching\Action\RemoveCustomerTagAction' shared service.
  21710.      *
  21711.      * @return \Shopware\Core\Content\Flow\Dispatching\Action\RemoveCustomerTagAction
  21712.      */
  21713.     protected function getRemoveCustomerTagActionService()
  21714.     {
  21715.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Action/FlowAction.php';
  21716.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/DelayableAction.php';
  21717.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Action/RemoveCustomerTagAction.php';
  21718.         $a = ($this->services['customer_tag.repository'] ?? $this->getCustomerTag_RepositoryService());
  21719.         if (isset($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\RemoveCustomerTagAction'])) {
  21720.             return $this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\RemoveCustomerTagAction'];
  21721.         }
  21722.         return $this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\RemoveCustomerTagAction'] = new \Shopware\Core\Content\Flow\Dispatching\Action\RemoveCustomerTagAction($a);
  21723.     }
  21724.     /**
  21725.      * Gets the private 'Shopware\Core\Content\Flow\Dispatching\Action\RemoveOrderTagAction' shared service.
  21726.      *
  21727.      * @return \Shopware\Core\Content\Flow\Dispatching\Action\RemoveOrderTagAction
  21728.      */
  21729.     protected function getRemoveOrderTagActionService()
  21730.     {
  21731.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Action/FlowAction.php';
  21732.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/DelayableAction.php';
  21733.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Action/RemoveOrderTagAction.php';
  21734.         $a = ($this->services['order_tag.repository'] ?? $this->getOrderTag_RepositoryService());
  21735.         if (isset($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\RemoveOrderTagAction'])) {
  21736.             return $this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\RemoveOrderTagAction'];
  21737.         }
  21738.         return $this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\RemoveOrderTagAction'] = new \Shopware\Core\Content\Flow\Dispatching\Action\RemoveOrderTagAction($a);
  21739.     }
  21740.     /**
  21741.      * Gets the private 'Shopware\Core\Content\Flow\Dispatching\Action\SendMailAction' shared service.
  21742.      *
  21743.      * @return \Shopware\Core\Content\Flow\Dispatching\Action\SendMailAction
  21744.      */
  21745.     protected function getSendMailActionService()
  21746.     {
  21747.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Action/FlowAction.php';
  21748.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/DelayableAction.php';
  21749.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Action/SendMailAction.php';
  21750.         $a = ($this->privates['Shopware\\Core\\Content\\Mail\\Service\\MailService'] ?? $this->getMailServiceService());
  21751.         if (isset($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\SendMailAction'])) {
  21752.             return $this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\SendMailAction'];
  21753.         }
  21754.         $b = ($this->services['mail_template.repository'] ?? $this->getMailTemplate_RepositoryService());
  21755.         if (isset($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\SendMailAction'])) {
  21756.             return $this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\SendMailAction'];
  21757.         }
  21758.         $c = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  21759.         if (isset($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\SendMailAction'])) {
  21760.             return $this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\SendMailAction'];
  21761.         }
  21762.         $d = ($this->services['mail_template_type.repository'] ?? $this->getMailTemplateType_RepositoryService());
  21763.         if (isset($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\SendMailAction'])) {
  21764.             return $this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\SendMailAction'];
  21765.         }
  21766.         $e = ($this->privates['Shopware\\Core\\Framework\\Adapter\\Translation\\Translator'] ?? $this->getTranslator2Service());
  21767.         if (isset($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\SendMailAction'])) {
  21768.             return $this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\SendMailAction'];
  21769.         }
  21770.         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);
  21771.     }
  21772.     /**
  21773.      * Gets the private 'Shopware\Core\Content\Flow\Dispatching\Action\SetCustomerCustomFieldAction' shared service.
  21774.      *
  21775.      * @return \Shopware\Core\Content\Flow\Dispatching\Action\SetCustomerCustomFieldAction
  21776.      */
  21777.     protected function getSetCustomerCustomFieldActionService()
  21778.     {
  21779.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Action/FlowAction.php';
  21780.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/DelayableAction.php';
  21781.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Action/CustomFieldActionTrait.php';
  21782.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Action/SetCustomerCustomFieldAction.php';
  21783.         $a = ($this->services['customer.repository'] ?? $this->getCustomer_RepositoryService());
  21784.         if (isset($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\SetCustomerCustomFieldAction'])) {
  21785.             return $this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\SetCustomerCustomFieldAction'];
  21786.         }
  21787.         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);
  21788.     }
  21789.     /**
  21790.      * Gets the private 'Shopware\Core\Content\Flow\Dispatching\Action\SetCustomerGroupCustomFieldAction' shared service.
  21791.      *
  21792.      * @return \Shopware\Core\Content\Flow\Dispatching\Action\SetCustomerGroupCustomFieldAction
  21793.      */
  21794.     protected function getSetCustomerGroupCustomFieldActionService()
  21795.     {
  21796.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Action/FlowAction.php';
  21797.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/DelayableAction.php';
  21798.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Action/CustomFieldActionTrait.php';
  21799.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Action/SetCustomerGroupCustomFieldAction.php';
  21800.         $a = ($this->services['customer_group.repository'] ?? $this->getCustomerGroup_RepositoryService());
  21801.         if (isset($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\SetCustomerGroupCustomFieldAction'])) {
  21802.             return $this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\SetCustomerGroupCustomFieldAction'];
  21803.         }
  21804.         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);
  21805.     }
  21806.     /**
  21807.      * Gets the private 'Shopware\Core\Content\Flow\Dispatching\Action\SetOrderCustomFieldAction' shared service.
  21808.      *
  21809.      * @return \Shopware\Core\Content\Flow\Dispatching\Action\SetOrderCustomFieldAction
  21810.      */
  21811.     protected function getSetOrderCustomFieldActionService()
  21812.     {
  21813.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Action/FlowAction.php';
  21814.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/DelayableAction.php';
  21815.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Action/CustomFieldActionTrait.php';
  21816.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Action/SetOrderCustomFieldAction.php';
  21817.         $a = ($this->services['order.repository'] ?? $this->getOrder_RepositoryService());
  21818.         if (isset($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\SetOrderCustomFieldAction'])) {
  21819.             return $this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\SetOrderCustomFieldAction'];
  21820.         }
  21821.         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);
  21822.     }
  21823.     /**
  21824.      * Gets the private 'Shopware\Core\Content\Flow\Dispatching\Action\SetOrderStateAction' shared service.
  21825.      *
  21826.      * @return \Shopware\Core\Content\Flow\Dispatching\Action\SetOrderStateAction
  21827.      */
  21828.     protected function getSetOrderStateActionService()
  21829.     {
  21830.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Action/FlowAction.php';
  21831.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/DelayableAction.php';
  21832.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Action/SetOrderStateAction.php';
  21833.         $a = ($this->privates['Shopware\\Core\\Checkout\\Order\\SalesChannel\\OrderService'] ?? $this->getOrderServiceService());
  21834.         if (isset($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\SetOrderStateAction'])) {
  21835.             return $this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\SetOrderStateAction'];
  21836.         }
  21837.         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);
  21838.     }
  21839.     /**
  21840.      * Gets the private 'Shopware\Core\Content\Flow\Dispatching\Storer\CustomerGroupStorer' shared service.
  21841.      *
  21842.      * @return \Shopware\Core\Content\Flow\Dispatching\Storer\CustomerGroupStorer
  21843.      */
  21844.     protected function getCustomerGroupStorerService()
  21845.     {
  21846.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Storer/FlowStorer.php';
  21847.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Storer/CustomerGroupStorer.php';
  21848.         $a = ($this->services['customer_group.repository'] ?? $this->getCustomerGroup_RepositoryService());
  21849.         if (isset($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Storer\\CustomerGroupStorer'])) {
  21850.             return $this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Storer\\CustomerGroupStorer'];
  21851.         }
  21852.         return $this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Storer\\CustomerGroupStorer'] = new \Shopware\Core\Content\Flow\Dispatching\Storer\CustomerGroupStorer($a);
  21853.     }
  21854.     /**
  21855.      * Gets the private 'Shopware\Core\Content\Flow\Dispatching\Storer\CustomerRecoveryStorer' shared service.
  21856.      *
  21857.      * @return \Shopware\Core\Content\Flow\Dispatching\Storer\CustomerRecoveryStorer
  21858.      */
  21859.     protected function getCustomerRecoveryStorerService()
  21860.     {
  21861.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Storer/FlowStorer.php';
  21862.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Storer/CustomerRecoveryStorer.php';
  21863.         $a = ($this->services['customer_recovery.repository'] ?? $this->getCustomerRecovery_RepositoryService());
  21864.         if (isset($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Storer\\CustomerRecoveryStorer'])) {
  21865.             return $this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Storer\\CustomerRecoveryStorer'];
  21866.         }
  21867.         return $this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Storer\\CustomerRecoveryStorer'] = new \Shopware\Core\Content\Flow\Dispatching\Storer\CustomerRecoveryStorer($a);
  21868.     }
  21869.     /**
  21870.      * Gets the private 'Shopware\Core\Content\Flow\Dispatching\Storer\CustomerStorer' shared service.
  21871.      *
  21872.      * @return \Shopware\Core\Content\Flow\Dispatching\Storer\CustomerStorer
  21873.      */
  21874.     protected function getCustomerStorerService()
  21875.     {
  21876.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Storer/FlowStorer.php';
  21877.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Storer/CustomerStorer.php';
  21878.         $a = ($this->services['customer.repository'] ?? $this->getCustomer_RepositoryService());
  21879.         if (isset($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Storer\\CustomerStorer'])) {
  21880.             return $this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Storer\\CustomerStorer'];
  21881.         }
  21882.         return $this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Storer\\CustomerStorer'] = new \Shopware\Core\Content\Flow\Dispatching\Storer\CustomerStorer($a);
  21883.     }
  21884.     /**
  21885.      * Gets the private 'Shopware\Core\Content\Flow\Dispatching\Storer\NewsletterRecipientStorer' shared service.
  21886.      *
  21887.      * @return \Shopware\Core\Content\Flow\Dispatching\Storer\NewsletterRecipientStorer
  21888.      */
  21889.     protected function getNewsletterRecipientStorerService()
  21890.     {
  21891.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Storer/FlowStorer.php';
  21892.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Storer/NewsletterRecipientStorer.php';
  21893.         $a = ($this->services['newsletter_recipient.repository'] ?? $this->getNewsletterRecipient_RepositoryService());
  21894.         if (isset($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Storer\\NewsletterRecipientStorer'])) {
  21895.             return $this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Storer\\NewsletterRecipientStorer'];
  21896.         }
  21897.         return $this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Storer\\NewsletterRecipientStorer'] = new \Shopware\Core\Content\Flow\Dispatching\Storer\NewsletterRecipientStorer($a);
  21898.     }
  21899.     /**
  21900.      * Gets the private 'Shopware\Core\Content\Flow\Dispatching\Storer\OrderStorer' shared service.
  21901.      *
  21902.      * @return \Shopware\Core\Content\Flow\Dispatching\Storer\OrderStorer
  21903.      */
  21904.     protected function getOrderStorerService()
  21905.     {
  21906.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Storer/FlowStorer.php';
  21907.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Storer/OrderStorer.php';
  21908.         $a = ($this->services['order.repository'] ?? $this->getOrder_RepositoryService());
  21909.         if (isset($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Storer\\OrderStorer'])) {
  21910.             return $this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Storer\\OrderStorer'];
  21911.         }
  21912.         return $this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Storer\\OrderStorer'] = new \Shopware\Core\Content\Flow\Dispatching\Storer\OrderStorer($a);
  21913.     }
  21914.     /**
  21915.      * Gets the private 'Shopware\Core\Content\Flow\Dispatching\Storer\OrderTransactionStorer' shared service.
  21916.      *
  21917.      * @return \Shopware\Core\Content\Flow\Dispatching\Storer\OrderTransactionStorer
  21918.      */
  21919.     protected function getOrderTransactionStorerService()
  21920.     {
  21921.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Storer/FlowStorer.php';
  21922.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Storer/OrderTransactionStorer.php';
  21923.         $a = ($this->services['order_transaction.repository'] ?? $this->getOrderTransaction_RepositoryService());
  21924.         if (isset($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Storer\\OrderTransactionStorer'])) {
  21925.             return $this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Storer\\OrderTransactionStorer'];
  21926.         }
  21927.         return $this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Storer\\OrderTransactionStorer'] = new \Shopware\Core\Content\Flow\Dispatching\Storer\OrderTransactionStorer($a);
  21928.     }
  21929.     /**
  21930.      * Gets the private 'Shopware\Core\Content\Flow\Dispatching\Storer\UserStorer' shared service.
  21931.      *
  21932.      * @return \Shopware\Core\Content\Flow\Dispatching\Storer\UserStorer
  21933.      */
  21934.     protected function getUserStorerService()
  21935.     {
  21936.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Storer/FlowStorer.php';
  21937.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Storer/UserStorer.php';
  21938.         $a = ($this->services['user_recovery.repository'] ?? $this->getUserRecovery_RepositoryService());
  21939.         if (isset($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Storer\\UserStorer'])) {
  21940.             return $this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Storer\\UserStorer'];
  21941.         }
  21942.         return $this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Storer\\UserStorer'] = new \Shopware\Core\Content\Flow\Dispatching\Storer\UserStorer($a);
  21943.     }
  21944.     /**
  21945.      * Gets the private 'Shopware\Core\Content\Flow\Indexing\FlowIndexer' shared service.
  21946.      *
  21947.      * @return \Shopware\Core\Content\Flow\Indexing\FlowIndexer
  21948.      */
  21949.     protected function getFlowIndexerService()
  21950.     {
  21951.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Indexing/EntityIndexer.php';
  21952.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Indexing/FlowIndexer.php';
  21953.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Indexing/FlowPayloadUpdater.php';
  21954.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/FlowBuilder.php';
  21955.         $a = ($this->services['flow.repository'] ?? $this->getFlow_RepositoryService());
  21956.         if (isset($this->privates['Shopware\\Core\\Content\\Flow\\Indexing\\FlowIndexer'])) {
  21957.             return $this->privates['Shopware\\Core\\Content\\Flow\\Indexing\\FlowIndexer'];
  21958.         }
  21959.         $b = ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidator'] ?? $this->getCacheInvalidatorService());
  21960.         if (isset($this->privates['Shopware\\Core\\Content\\Flow\\Indexing\\FlowIndexer'])) {
  21961.             return $this->privates['Shopware\\Core\\Content\\Flow\\Indexing\\FlowIndexer'];
  21962.         }
  21963.         $c = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  21964.         if (isset($this->privates['Shopware\\Core\\Content\\Flow\\Indexing\\FlowIndexer'])) {
  21965.             return $this->privates['Shopware\\Core\\Content\\Flow\\Indexing\\FlowIndexer'];
  21966.         }
  21967.         $d = ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService());
  21968.         if (isset($this->privates['Shopware\\Core\\Content\\Flow\\Indexing\\FlowIndexer'])) {
  21969.             return $this->privates['Shopware\\Core\\Content\\Flow\\Indexing\\FlowIndexer'];
  21970.         }
  21971.         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);
  21972.     }
  21973.     /**
  21974.      * Gets the private 'Shopware\Core\Content\ImportExport\Command\DeleteExpiredFilesCommand' shared service.
  21975.      *
  21976.      * @return \Shopware\Core\Content\ImportExport\Command\DeleteExpiredFilesCommand
  21977.      */
  21978.     protected function getDeleteExpiredFilesCommandService()
  21979.     {
  21980.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  21981.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/Command/DeleteExpiredFilesCommand.php';
  21982.         $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()));
  21983.         $instance->setName('import-export:delete-expired');
  21984.         return $instance;
  21985.     }
  21986.     /**
  21987.      * Gets the private 'Shopware\Core\Content\ImportExport\Command\ImportEntityCommand' shared service.
  21988.      *
  21989.      * @return \Shopware\Core\Content\ImportExport\Command\ImportEntityCommand
  21990.      */
  21991.     protected function getImportEntityCommandService()
  21992.     {
  21993.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  21994.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/Command/ImportEntityCommand.php';
  21995.         $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()));
  21996.         $instance->setName('import:entity');
  21997.         return $instance;
  21998.     }
  21999.     /**
  22000.      * Gets the private 'Shopware\Core\Content\ImportExport\DataAbstractionLayer\Serializer\Entity\CountrySerializer' shared service.
  22001.      *
  22002.      * @return \Shopware\Core\Content\ImportExport\DataAbstractionLayer\Serializer\Entity\CountrySerializer
  22003.      */
  22004.     protected function getCountrySerializerService()
  22005.     {
  22006.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/DataAbstractionLayer/Serializer/Entity/AbstractEntitySerializer.php';
  22007.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/DataAbstractionLayer/Serializer/Entity/EntitySerializer.php';
  22008.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/DataAbstractionLayer/Serializer/Entity/CountrySerializer.php';
  22009.         $a = ($this->services['country.repository'] ?? $this->getCountry_RepositoryService());
  22010.         if (isset($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\CountrySerializer'])) {
  22011.             return $this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\CountrySerializer'];
  22012.         }
  22013.         return $this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\CountrySerializer'] = new \Shopware\Core\Content\ImportExport\DataAbstractionLayer\Serializer\Entity\CountrySerializer($a);
  22014.     }
  22015.     /**
  22016.      * Gets the private 'Shopware\Core\Content\ImportExport\DataAbstractionLayer\Serializer\Entity\CustomerSerializer' shared service.
  22017.      *
  22018.      * @return \Shopware\Core\Content\ImportExport\DataAbstractionLayer\Serializer\Entity\CustomerSerializer
  22019.      */
  22020.     protected function getCustomerSerializerService()
  22021.     {
  22022.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/DataAbstractionLayer/Serializer/Entity/AbstractEntitySerializer.php';
  22023.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/DataAbstractionLayer/Serializer/Entity/EntitySerializer.php';
  22024.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/DataAbstractionLayer/Serializer/Entity/CustomerSerializer.php';
  22025.         $a = ($this->services['customer_group.repository'] ?? $this->getCustomerGroup_RepositoryService());
  22026.         if (isset($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\CustomerSerializer'])) {
  22027.             return $this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\CustomerSerializer'];
  22028.         }
  22029.         $b = ($this->services['payment_method.repository'] ?? $this->getPaymentMethod_RepositoryService());
  22030.         if (isset($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\CustomerSerializer'])) {
  22031.             return $this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\CustomerSerializer'];
  22032.         }
  22033.         $c = ($this->services['sales_channel.repository'] ?? $this->getSalesChannel_RepositoryService());
  22034.         if (isset($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\CustomerSerializer'])) {
  22035.             return $this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\CustomerSerializer'];
  22036.         }
  22037.         return $this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\CustomerSerializer'] = new \Shopware\Core\Content\ImportExport\DataAbstractionLayer\Serializer\Entity\CustomerSerializer($a$b$c);
  22038.     }
  22039.     /**
  22040.      * Gets the private 'Shopware\Core\Content\ImportExport\DataAbstractionLayer\Serializer\Entity\LanguageSerializer' shared service.
  22041.      *
  22042.      * @return \Shopware\Core\Content\ImportExport\DataAbstractionLayer\Serializer\Entity\LanguageSerializer
  22043.      */
  22044.     protected function getLanguageSerializerService()
  22045.     {
  22046.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/DataAbstractionLayer/Serializer/Entity/AbstractEntitySerializer.php';
  22047.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/DataAbstractionLayer/Serializer/Entity/EntitySerializer.php';
  22048.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/DataAbstractionLayer/Serializer/Entity/LanguageSerializer.php';
  22049.         $a = ($this->services['language.repository'] ?? $this->getLanguage_RepositoryService());
  22050.         if (isset($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\LanguageSerializer'])) {
  22051.             return $this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\LanguageSerializer'];
  22052.         }
  22053.         return $this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\LanguageSerializer'] = new \Shopware\Core\Content\ImportExport\DataAbstractionLayer\Serializer\Entity\LanguageSerializer($a);
  22054.     }
  22055.     /**
  22056.      * Gets the private 'Shopware\Core\Content\ImportExport\DataAbstractionLayer\Serializer\Entity\MediaSerializer' shared service.
  22057.      *
  22058.      * @return \Shopware\Core\Content\ImportExport\DataAbstractionLayer\Serializer\Entity\MediaSerializer
  22059.      */
  22060.     protected function getMediaSerializerService()
  22061.     {
  22062.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/DataAbstractionLayer/Serializer/Entity/AbstractEntitySerializer.php';
  22063.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/DataAbstractionLayer/Serializer/Entity/EntitySerializer.php';
  22064.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/DataAbstractionLayer/Serializer/Entity/MediaSerializer.php';
  22065.         $a = ($this->privates['Shopware\\Core\\Content\\Media\\MediaService'] ?? $this->getMediaServiceService());
  22066.         if (isset($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\MediaSerializer'])) {
  22067.             return $this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\MediaSerializer'];
  22068.         }
  22069.         $b = ($this->services['Shopware\\Core\\Content\\Media\\File\\FileSaver'] ?? $this->getFileSaverService());
  22070.         if (isset($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\MediaSerializer'])) {
  22071.             return $this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\MediaSerializer'];
  22072.         }
  22073.         $c = ($this->services['media_folder.repository'] ?? $this->getMediaFolder_RepositoryService());
  22074.         if (isset($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\MediaSerializer'])) {
  22075.             return $this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\MediaSerializer'];
  22076.         }
  22077.         $d = ($this->services['media.repository'] ?? $this->getMedia_RepositoryService());
  22078.         if (isset($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\MediaSerializer'])) {
  22079.             return $this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\MediaSerializer'];
  22080.         }
  22081.         return $this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\MediaSerializer'] = new \Shopware\Core\Content\ImportExport\DataAbstractionLayer\Serializer\Entity\MediaSerializer($a$b$c$d);
  22082.     }
  22083.     /**
  22084.      * Gets the private 'Shopware\Core\Content\ImportExport\DataAbstractionLayer\Serializer\Entity\ProductCrossSellingSerializer' shared service.
  22085.      *
  22086.      * @return \Shopware\Core\Content\ImportExport\DataAbstractionLayer\Serializer\Entity\ProductCrossSellingSerializer
  22087.      */
  22088.     protected function getProductCrossSellingSerializerService()
  22089.     {
  22090.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/DataAbstractionLayer/Serializer/Entity/AbstractEntitySerializer.php';
  22091.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/DataAbstractionLayer/Serializer/Entity/EntitySerializer.php';
  22092.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/DataAbstractionLayer/Serializer/Entity/ProductCrossSellingSerializer.php';
  22093.         $a = ($this->services['product_cross_selling_assigned_products.repository'] ?? $this->getProductCrossSellingAssignedProducts_RepositoryService());
  22094.         if (isset($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\ProductCrossSellingSerializer'])) {
  22095.             return $this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\ProductCrossSellingSerializer'];
  22096.         }
  22097.         return $this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\ProductCrossSellingSerializer'] = new \Shopware\Core\Content\ImportExport\DataAbstractionLayer\Serializer\Entity\ProductCrossSellingSerializer($a);
  22098.     }
  22099.     /**
  22100.      * Gets the private 'Shopware\Core\Content\ImportExport\DataAbstractionLayer\Serializer\Entity\ProductSerializer' shared service.
  22101.      *
  22102.      * @return \Shopware\Core\Content\ImportExport\DataAbstractionLayer\Serializer\Entity\ProductSerializer
  22103.      */
  22104.     protected function getProductSerializerService()
  22105.     {
  22106.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/DataAbstractionLayer/Serializer/Entity/AbstractEntitySerializer.php';
  22107.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/DataAbstractionLayer/Serializer/Entity/EntitySerializer.php';
  22108.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/DataAbstractionLayer/Serializer/Entity/ProductSerializer.php';
  22109.         $a = ($this->services['product_visibility.repository'] ?? $this->getProductVisibility_RepositoryService());
  22110.         if (isset($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\ProductSerializer'])) {
  22111.             return $this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\ProductSerializer'];
  22112.         }
  22113.         $b = ($this->services['sales_channel.repository'] ?? $this->getSalesChannel_RepositoryService());
  22114.         if (isset($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\ProductSerializer'])) {
  22115.             return $this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\ProductSerializer'];
  22116.         }
  22117.         $c = ($this->services['product_media.repository'] ?? $this->getProductMedia_RepositoryService());
  22118.         if (isset($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\ProductSerializer'])) {
  22119.             return $this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\ProductSerializer'];
  22120.         }
  22121.         $d = ($this->services['product_configurator_setting.repository'] ?? $this->getProductConfiguratorSetting_RepositoryService());
  22122.         if (isset($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\ProductSerializer'])) {
  22123.             return $this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\ProductSerializer'];
  22124.         }
  22125.         return $this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\ProductSerializer'] = new \Shopware\Core\Content\ImportExport\DataAbstractionLayer\Serializer\Entity\ProductSerializer($a$b$c$d);
  22126.     }
  22127.     /**
  22128.      * Gets the private 'Shopware\Core\Content\ImportExport\DataAbstractionLayer\Serializer\Entity\PromotionIndividualCodeSerializer' shared service.
  22129.      *
  22130.      * @return \Shopware\Core\Content\ImportExport\DataAbstractionLayer\Serializer\Entity\PromotionIndividualCodeSerializer
  22131.      */
  22132.     protected function getPromotionIndividualCodeSerializerService()
  22133.     {
  22134.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/DataAbstractionLayer/Serializer/Entity/AbstractEntitySerializer.php';
  22135.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/DataAbstractionLayer/Serializer/Entity/EntitySerializer.php';
  22136.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/DataAbstractionLayer/Serializer/Entity/PromotionIndividualCodeSerializer.php';
  22137.         $a = ($this->services['promotion_individual_code.repository'] ?? $this->getPromotionIndividualCode_RepositoryService());
  22138.         if (isset($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\PromotionIndividualCodeSerializer'])) {
  22139.             return $this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\PromotionIndividualCodeSerializer'];
  22140.         }
  22141.         $b = ($this->services['promotion.repository'] ?? $this->getPromotion_RepositoryService());
  22142.         if (isset($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\PromotionIndividualCodeSerializer'])) {
  22143.             return $this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\PromotionIndividualCodeSerializer'];
  22144.         }
  22145.         return $this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\PromotionIndividualCodeSerializer'] = new \Shopware\Core\Content\ImportExport\DataAbstractionLayer\Serializer\Entity\PromotionIndividualCodeSerializer($a$b);
  22146.     }
  22147.     /**
  22148.      * Gets the private 'Shopware\Core\Content\ImportExport\DataAbstractionLayer\Serializer\Entity\SalutationSerializer' shared service.
  22149.      *
  22150.      * @return \Shopware\Core\Content\ImportExport\DataAbstractionLayer\Serializer\Entity\SalutationSerializer
  22151.      */
  22152.     protected function getSalutationSerializerService()
  22153.     {
  22154.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/DataAbstractionLayer/Serializer/Entity/AbstractEntitySerializer.php';
  22155.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/DataAbstractionLayer/Serializer/Entity/EntitySerializer.php';
  22156.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/DataAbstractionLayer/Serializer/Entity/SalutationSerializer.php';
  22157.         $a = ($this->services['salutation.repository'] ?? $this->getSalutation_RepositoryService());
  22158.         if (isset($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\SalutationSerializer'])) {
  22159.             return $this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\SalutationSerializer'];
  22160.         }
  22161.         return $this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\SalutationSerializer'] = new \Shopware\Core\Content\ImportExport\DataAbstractionLayer\Serializer\Entity\SalutationSerializer($a);
  22162.     }
  22163.     /**
  22164.      * Gets the private 'Shopware\Core\Content\ImportExport\DataAbstractionLayer\Serializer\Field\CustomFieldsSerializer' shared service.
  22165.      *
  22166.      * @return \Shopware\Core\Content\ImportExport\DataAbstractionLayer\Serializer\Field\CustomFieldsSerializer
  22167.      */
  22168.     protected function getCustomFieldsSerializer2Service()
  22169.     {
  22170.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/DataAbstractionLayer/Serializer/Field/AbstractFieldSerializer.php';
  22171.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/DataAbstractionLayer/Serializer/Field/FieldSerializer.php';
  22172.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/DataAbstractionLayer/Serializer/Field/CustomFieldsSerializer.php';
  22173.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\CustomFieldsSerializer'] ?? $this->getCustomFieldsSerializerService());
  22174.         if (isset($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Field\\CustomFieldsSerializer'])) {
  22175.             return $this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Field\\CustomFieldsSerializer'];
  22176.         }
  22177.         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()));
  22178.     }
  22179.     /**
  22180.      * Gets the private 'Shopware\Core\Content\ImportExport\DataAbstractionLayer\Serializer\Field\PriceSerializer' shared service.
  22181.      *
  22182.      * @return \Shopware\Core\Content\ImportExport\DataAbstractionLayer\Serializer\Field\PriceSerializer
  22183.      */
  22184.     protected function getPriceSerializerService()
  22185.     {
  22186.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/DataAbstractionLayer/Serializer/Field/AbstractFieldSerializer.php';
  22187.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/DataAbstractionLayer/Serializer/Field/FieldSerializer.php';
  22188.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/DataAbstractionLayer/Serializer/Field/PriceSerializer.php';
  22189.         $a = ($this->services['currency.repository'] ?? $this->getCurrency_RepositoryService());
  22190.         if (isset($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Field\\PriceSerializer'])) {
  22191.             return $this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Field\\PriceSerializer'];
  22192.         }
  22193.         return $this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Field\\PriceSerializer'] = new \Shopware\Core\Content\ImportExport\DataAbstractionLayer\Serializer\Field\PriceSerializer($a);
  22194.     }
  22195.     /**
  22196.      * Gets the private 'Shopware\Core\Content\ImportExport\DataAbstractionLayer\Serializer\Field\ToOneSerializer' shared service.
  22197.      *
  22198.      * @return \Shopware\Core\Content\ImportExport\DataAbstractionLayer\Serializer\Field\ToOneSerializer
  22199.      */
  22200.     protected function getToOneSerializerService()
  22201.     {
  22202.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/DataAbstractionLayer/Serializer/Field/AbstractFieldSerializer.php';
  22203.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/DataAbstractionLayer/Serializer/Field/FieldSerializer.php';
  22204.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/DataAbstractionLayer/Serializer/Field/ToOneSerializer.php';
  22205.         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()));
  22206.     }
  22207.     /**
  22208.      * Gets the private 'Shopware\Core\Content\ImportExport\DataAbstractionLayer\Serializer\Field\TranslationsSerializer' shared service.
  22209.      *
  22210.      * @return \Shopware\Core\Content\ImportExport\DataAbstractionLayer\Serializer\Field\TranslationsSerializer
  22211.      */
  22212.     protected function getTranslationsSerializerService()
  22213.     {
  22214.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/DataAbstractionLayer/Serializer/Field/AbstractFieldSerializer.php';
  22215.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/DataAbstractionLayer/Serializer/Field/FieldSerializer.php';
  22216.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/DataAbstractionLayer/Serializer/Field/TranslationsSerializer.php';
  22217.         $a = ($this->services['language.repository'] ?? $this->getLanguage_RepositoryService());
  22218.         if (isset($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Field\\TranslationsSerializer'])) {
  22219.             return $this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Field\\TranslationsSerializer'];
  22220.         }
  22221.         return $this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Field\\TranslationsSerializer'] = new \Shopware\Core\Content\ImportExport\DataAbstractionLayer\Serializer\Field\TranslationsSerializer($a);
  22222.     }
  22223.     /**
  22224.      * Gets the private 'Shopware\Core\Content\ImportExport\DataAbstractionLayer\Serializer\PrimaryKeyResolver' shared service.
  22225.      *
  22226.      * @return \Shopware\Core\Content\ImportExport\DataAbstractionLayer\Serializer\PrimaryKeyResolver
  22227.      */
  22228.     protected function getPrimaryKeyResolverService()
  22229.     {
  22230.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/DataAbstractionLayer/Serializer/PrimaryKeyResolver.php';
  22231.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/DataAbstractionLayer/Serializer/Field/AbstractFieldSerializer.php';
  22232.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/DataAbstractionLayer/Serializer/Field/FieldSerializer.php';
  22233.         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())));
  22234.     }
  22235.     /**
  22236.      * Gets the private 'Shopware\Core\Content\ImportExport\DataAbstractionLayer\SystemDefaultValidator' shared service.
  22237.      *
  22238.      * @return \Shopware\Core\Content\ImportExport\DataAbstractionLayer\SystemDefaultValidator
  22239.      */
  22240.     protected function getSystemDefaultValidatorService()
  22241.     {
  22242.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/DataAbstractionLayer/SystemDefaultValidator.php';
  22243.         return $this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\SystemDefaultValidator'] = new \Shopware\Core\Content\ImportExport\DataAbstractionLayer\SystemDefaultValidator(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  22244.     }
  22245.     /**
  22246.      * Gets the private 'Shopware\Core\Content\ImportExport\Event\Subscriber\FileDeletedSubscriber' shared service.
  22247.      *
  22248.      * @return \Shopware\Core\Content\ImportExport\Event\Subscriber\FileDeletedSubscriber
  22249.      */
  22250.     protected function getFileDeletedSubscriberService()
  22251.     {
  22252.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/Event/Subscriber/FileDeletedSubscriber.php';
  22253.         $a = ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService());
  22254.         if (isset($this->privates['Shopware\\Core\\Content\\ImportExport\\Event\\Subscriber\\FileDeletedSubscriber'])) {
  22255.             return $this->privates['Shopware\\Core\\Content\\ImportExport\\Event\\Subscriber\\FileDeletedSubscriber'];
  22256.         }
  22257.         return $this->privates['Shopware\\Core\\Content\\ImportExport\\Event\\Subscriber\\FileDeletedSubscriber'] = new \Shopware\Core\Content\ImportExport\Event\Subscriber\FileDeletedSubscriber($a);
  22258.     }
  22259.     /**
  22260.      * Gets the private 'Shopware\Core\Content\ImportExport\Event\Subscriber\ProductCategoryPathsSubscriber' shared service.
  22261.      *
  22262.      * @return \Shopware\Core\Content\ImportExport\Event\Subscriber\ProductCategoryPathsSubscriber
  22263.      */
  22264.     protected function getProductCategoryPathsSubscriberService()
  22265.     {
  22266.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/Event/Subscriber/ProductCategoryPathsSubscriber.php';
  22267.         $a = ($this->services['category.repository'] ?? $this->getCategory_RepositoryService());
  22268.         if (isset($this->privates['Shopware\\Core\\Content\\ImportExport\\Event\\Subscriber\\ProductCategoryPathsSubscriber'])) {
  22269.             return $this->privates['Shopware\\Core\\Content\\ImportExport\\Event\\Subscriber\\ProductCategoryPathsSubscriber'];
  22270.         }
  22271.         $b = ($this->services['Shopware\\Core\\Framework\\Api\\Sync\\SyncService'] ?? $this->getSyncServiceService());
  22272.         if (isset($this->privates['Shopware\\Core\\Content\\ImportExport\\Event\\Subscriber\\ProductCategoryPathsSubscriber'])) {
  22273.             return $this->privates['Shopware\\Core\\Content\\ImportExport\\Event\\Subscriber\\ProductCategoryPathsSubscriber'];
  22274.         }
  22275.         return $this->privates['Shopware\\Core\\Content\\ImportExport\\Event\\Subscriber\\ProductCategoryPathsSubscriber'] = new \Shopware\Core\Content\ImportExport\Event\Subscriber\ProductCategoryPathsSubscriber($a$b);
  22276.     }
  22277.     /**
  22278.      * Gets the private 'Shopware\Core\Content\ImportExport\Event\Subscriber\ProductVariantsSubscriber' shared service.
  22279.      *
  22280.      * @return \Shopware\Core\Content\ImportExport\Event\Subscriber\ProductVariantsSubscriber
  22281.      */
  22282.     protected function getProductVariantsSubscriberService()
  22283.     {
  22284.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/Event/Subscriber/ProductVariantsSubscriber.php';
  22285.         $a = ($this->services['Shopware\\Core\\Framework\\Api\\Sync\\SyncService'] ?? $this->getSyncServiceService());
  22286.         if (isset($this->privates['Shopware\\Core\\Content\\ImportExport\\Event\\Subscriber\\ProductVariantsSubscriber'])) {
  22287.             return $this->privates['Shopware\\Core\\Content\\ImportExport\\Event\\Subscriber\\ProductVariantsSubscriber'];
  22288.         }
  22289.         $b = ($this->services['property_group.repository'] ?? $this->getPropertyGroup_RepositoryService());
  22290.         if (isset($this->privates['Shopware\\Core\\Content\\ImportExport\\Event\\Subscriber\\ProductVariantsSubscriber'])) {
  22291.             return $this->privates['Shopware\\Core\\Content\\ImportExport\\Event\\Subscriber\\ProductVariantsSubscriber'];
  22292.         }
  22293.         $c = ($this->services['property_group_option.repository'] ?? $this->getPropertyGroupOption_RepositoryService());
  22294.         if (isset($this->privates['Shopware\\Core\\Content\\ImportExport\\Event\\Subscriber\\ProductVariantsSubscriber'])) {
  22295.             return $this->privates['Shopware\\Core\\Content\\ImportExport\\Event\\Subscriber\\ProductVariantsSubscriber'];
  22296.         }
  22297.         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);
  22298.     }
  22299.     /**
  22300.      * Gets the private 'Shopware\Core\Content\ImportExport\Message\DeleteFileHandler' shared service.
  22301.      *
  22302.      * @return \Shopware\Core\Content\ImportExport\Message\DeleteFileHandler
  22303.      */
  22304.     protected function getDeleteFileHandlerService()
  22305.     {
  22306.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/Message/DeleteFileHandler.php';
  22307.         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()));
  22308.     }
  22309.     /**
  22310.      * Gets the private 'Shopware\Core\Content\ImportExport\Processing\Pipe\PipeFactory' shared service.
  22311.      *
  22312.      * @return \Shopware\Core\Content\ImportExport\Processing\Pipe\PipeFactory
  22313.      */
  22314.     protected function getPipeFactoryService()
  22315.     {
  22316.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/Processing/Pipe/AbstractPipeFactory.php';
  22317.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/Processing/Pipe/PipeFactory.php';
  22318.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/DataAbstractionLayer/Serializer/SerializerRegistry.php';
  22319.         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 () {
  22320.             yield => ($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\MediaSerializer'] ?? $this->getMediaSerializerService());
  22321.             yield => ($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\SalutationSerializer'] ?? $this->getSalutationSerializerService());
  22322.             yield => ($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\CountrySerializer'] ?? $this->getCountrySerializerService());
  22323.             yield => ($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\LanguageSerializer'] ?? $this->getLanguageSerializerService());
  22324.             yield => ($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\CustomerSerializer'] ?? $this->getCustomerSerializerService());
  22325.             yield => ($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\PromotionIndividualCodeSerializer'] ?? $this->getPromotionIndividualCodeSerializerService());
  22326.             yield => ($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\ProductSerializer'] ?? $this->getProductSerializerService());
  22327.             yield => ($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\ProductCrossSellingSerializer'] ?? $this->getProductCrossSellingSerializerService());
  22328.             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()));
  22329.             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()));
  22330.         }, 10), new RewindableGenerator(function () {
  22331.             yield => ($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Field\\ToOneSerializer'] ?? $this->getToOneSerializerService());
  22332.             yield => ($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Field\\TranslationsSerializer'] ?? $this->getTranslationsSerializerService());
  22333.             yield => ($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Field\\PriceSerializer'] ?? $this->getPriceSerializerService());
  22334.             yield => ($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Field\\CustomFieldsSerializer'] ?? $this->getCustomFieldsSerializer2Service());
  22335.             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()));
  22336.         }, 5)), ($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\PrimaryKeyResolver'] ?? $this->getPrimaryKeyResolverService()));
  22337.     }
  22338.     /**
  22339.      * Gets the private 'Shopware\Core\Content\ImportExport\Processing\Writer\CsvFileWriterFactory' shared service.
  22340.      *
  22341.      * @return \Shopware\Core\Content\ImportExport\Processing\Writer\CsvFileWriterFactory
  22342.      */
  22343.     protected function getCsvFileWriterFactoryService()
  22344.     {
  22345.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/Processing/Writer/AbstractWriterFactory.php';
  22346.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/Processing/Writer/CsvFileWriterFactory.php';
  22347.         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()));
  22348.     }
  22349.     /**
  22350.      * Gets the private 'Shopware\Core\Content\ImportExport\ScheduledTask\CleanupImportExportFileTaskHandler' shared service.
  22351.      *
  22352.      * @return \Shopware\Core\Content\ImportExport\ScheduledTask\CleanupImportExportFileTaskHandler
  22353.      */
  22354.     protected function getCleanupImportExportFileTaskHandlerService()
  22355.     {
  22356.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/ScheduledTask/CleanupImportExportFileTaskHandler.php';
  22357.         $a = ($this->services['scheduled_task.repository'] ?? $this->getScheduledTask_RepositoryService());
  22358.         if (isset($this->privates['Shopware\\Core\\Content\\ImportExport\\ScheduledTask\\CleanupImportExportFileTaskHandler'])) {
  22359.             return $this->privates['Shopware\\Core\\Content\\ImportExport\\ScheduledTask\\CleanupImportExportFileTaskHandler'];
  22360.         }
  22361.         $b = ($this->privates['Shopware\\Core\\Content\\ImportExport\\Service\\DeleteExpiredFilesService'] ?? $this->getDeleteExpiredFilesServiceService());
  22362.         if (isset($this->privates['Shopware\\Core\\Content\\ImportExport\\ScheduledTask\\CleanupImportExportFileTaskHandler'])) {
  22363.             return $this->privates['Shopware\\Core\\Content\\ImportExport\\ScheduledTask\\CleanupImportExportFileTaskHandler'];
  22364.         }
  22365.         return $this->privates['Shopware\\Core\\Content\\ImportExport\\ScheduledTask\\CleanupImportExportFileTaskHandler'] = new \Shopware\Core\Content\ImportExport\ScheduledTask\CleanupImportExportFileTaskHandler($a$b);
  22366.     }
  22367.     /**
  22368.      * Gets the private 'Shopware\Core\Content\ImportExport\Service\DeleteExpiredFilesService' shared service.
  22369.      *
  22370.      * @return \Shopware\Core\Content\ImportExport\Service\DeleteExpiredFilesService
  22371.      */
  22372.     protected function getDeleteExpiredFilesServiceService()
  22373.     {
  22374.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/Service/DeleteExpiredFilesService.php';
  22375.         $a = ($this->services['import_export_file.repository'] ?? $this->getImportExportFile_RepositoryService());
  22376.         if (isset($this->privates['Shopware\\Core\\Content\\ImportExport\\Service\\DeleteExpiredFilesService'])) {
  22377.             return $this->privates['Shopware\\Core\\Content\\ImportExport\\Service\\DeleteExpiredFilesService'];
  22378.         }
  22379.         return $this->privates['Shopware\\Core\\Content\\ImportExport\\Service\\DeleteExpiredFilesService'] = new \Shopware\Core\Content\ImportExport\Service\DeleteExpiredFilesService($a);
  22380.     }
  22381.     /**
  22382.      * Gets the private 'Shopware\Core\Content\ImportExport\Service\FileService' shared service.
  22383.      *
  22384.      * @return \Shopware\Core\Content\ImportExport\Service\FileService
  22385.      */
  22386.     protected function getFileServiceService()
  22387.     {
  22388.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/Service/AbstractFileService.php';
  22389.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/Service/FileService.php';
  22390.         $a = ($this->services['import_export_file.repository'] ?? $this->getImportExportFile_RepositoryService());
  22391.         if (isset($this->privates['Shopware\\Core\\Content\\ImportExport\\Service\\FileService'])) {
  22392.             return $this->privates['Shopware\\Core\\Content\\ImportExport\\Service\\FileService'];
  22393.         }
  22394.         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);
  22395.     }
  22396.     /**
  22397.      * Gets the private 'Shopware\Core\Content\ImportExport\Service\ImportExportService' shared service.
  22398.      *
  22399.      * @return \Shopware\Core\Content\ImportExport\Service\ImportExportService
  22400.      */
  22401.     protected function getImportExportServiceService()
  22402.     {
  22403.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/Service/ImportExportService.php';
  22404.         $a = ($this->services['import_export_log.repository'] ?? $this->getImportExportLog_RepositoryService());
  22405.         if (isset($this->privates['Shopware\\Core\\Content\\ImportExport\\Service\\ImportExportService'])) {
  22406.             return $this->privates['Shopware\\Core\\Content\\ImportExport\\Service\\ImportExportService'];
  22407.         }
  22408.         $b = ($this->services['user.repository'] ?? $this->getUser_RepositoryService());
  22409.         if (isset($this->privates['Shopware\\Core\\Content\\ImportExport\\Service\\ImportExportService'])) {
  22410.             return $this->privates['Shopware\\Core\\Content\\ImportExport\\Service\\ImportExportService'];
  22411.         }
  22412.         $c = ($this->services['import_export_profile.repository'] ?? $this->getImportExportProfile_RepositoryService());
  22413.         if (isset($this->privates['Shopware\\Core\\Content\\ImportExport\\Service\\ImportExportService'])) {
  22414.             return $this->privates['Shopware\\Core\\Content\\ImportExport\\Service\\ImportExportService'];
  22415.         }
  22416.         $d = ($this->privates['Shopware\\Core\\Content\\ImportExport\\Service\\FileService'] ?? $this->getFileServiceService());
  22417.         if (isset($this->privates['Shopware\\Core\\Content\\ImportExport\\Service\\ImportExportService'])) {
  22418.             return $this->privates['Shopware\\Core\\Content\\ImportExport\\Service\\ImportExportService'];
  22419.         }
  22420.         return $this->privates['Shopware\\Core\\Content\\ImportExport\\Service\\ImportExportService'] = new \Shopware\Core\Content\ImportExport\Service\ImportExportService($a$b$c$d);
  22421.     }
  22422.     /**
  22423.      * Gets the private 'Shopware\Core\Content\LandingPage\DataAbstractionLayer\LandingPageIndexer' shared service.
  22424.      *
  22425.      * @return \Shopware\Core\Content\LandingPage\DataAbstractionLayer\LandingPageIndexer
  22426.      */
  22427.     protected function getLandingPageIndexerService()
  22428.     {
  22429.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Indexing/EntityIndexer.php';
  22430.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/LandingPage/DataAbstractionLayer/LandingPageIndexer.php';
  22431.         $a = ($this->services['landing_page.repository'] ?? $this->getLandingPage_RepositoryService());
  22432.         if (isset($this->privates['Shopware\\Core\\Content\\LandingPage\\DataAbstractionLayer\\LandingPageIndexer'])) {
  22433.             return $this->privates['Shopware\\Core\\Content\\LandingPage\\DataAbstractionLayer\\LandingPageIndexer'];
  22434.         }
  22435.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  22436.         if (isset($this->privates['Shopware\\Core\\Content\\LandingPage\\DataAbstractionLayer\\LandingPageIndexer'])) {
  22437.             return $this->privates['Shopware\\Core\\Content\\LandingPage\\DataAbstractionLayer\\LandingPageIndexer'];
  22438.         }
  22439.         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);
  22440.     }
  22441.     /**
  22442.      * Gets the private 'Shopware\Core\Content\LandingPage\LandingPageValidator' shared service.
  22443.      *
  22444.      * @return \Shopware\Core\Content\LandingPage\LandingPageValidator
  22445.      */
  22446.     protected function getLandingPageValidatorService()
  22447.     {
  22448.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/LandingPage/LandingPageValidator.php';
  22449.         $a = ($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService());
  22450.         if (isset($this->privates['Shopware\\Core\\Content\\LandingPage\\LandingPageValidator'])) {
  22451.             return $this->privates['Shopware\\Core\\Content\\LandingPage\\LandingPageValidator'];
  22452.         }
  22453.         return $this->privates['Shopware\\Core\\Content\\LandingPage\\LandingPageValidator'] = new \Shopware\Core\Content\LandingPage\LandingPageValidator($a);
  22454.     }
  22455.     /**
  22456.      * Gets the private 'Shopware\Core\Content\MailTemplate\Subscriber\MailSendSubscriber' shared service.
  22457.      *
  22458.      * @return \Shopware\Core\Content\MailTemplate\Subscriber\MailSendSubscriber
  22459.      */
  22460.     protected function getMailSendSubscriberService()
  22461.     {
  22462.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/MailTemplate/Subscriber/MailSendSubscriber.php';
  22463.         $a = ($this->privates['Shopware\\Core\\Content\\Mail\\Service\\MailService'] ?? $this->getMailServiceService());
  22464.         if (isset($this->privates['Shopware\\Core\\Content\\MailTemplate\\Subscriber\\MailSendSubscriber'])) {
  22465.             return $this->privates['Shopware\\Core\\Content\\MailTemplate\\Subscriber\\MailSendSubscriber'];
  22466.         }
  22467.         $b = ($this->services['mail_template.repository'] ?? $this->getMailTemplate_RepositoryService());
  22468.         if (isset($this->privates['Shopware\\Core\\Content\\MailTemplate\\Subscriber\\MailSendSubscriber'])) {
  22469.             return $this->privates['Shopware\\Core\\Content\\MailTemplate\\Subscriber\\MailSendSubscriber'];
  22470.         }
  22471.         $c = ($this->privates['Shopware\\Core\\Content\\Media\\MediaService'] ?? $this->getMediaServiceService());
  22472.         if (isset($this->privates['Shopware\\Core\\Content\\MailTemplate\\Subscriber\\MailSendSubscriber'])) {
  22473.             return $this->privates['Shopware\\Core\\Content\\MailTemplate\\Subscriber\\MailSendSubscriber'];
  22474.         }
  22475.         $d = ($this->services['media.repository'] ?? $this->getMedia_RepositoryService());
  22476.         if (isset($this->privates['Shopware\\Core\\Content\\MailTemplate\\Subscriber\\MailSendSubscriber'])) {
  22477.             return $this->privates['Shopware\\Core\\Content\\MailTemplate\\Subscriber\\MailSendSubscriber'];
  22478.         }
  22479.         $e = ($this->services['document.repository'] ?? $this->getDocument_RepositoryService());
  22480.         if (isset($this->privates['Shopware\\Core\\Content\\MailTemplate\\Subscriber\\MailSendSubscriber'])) {
  22481.             return $this->privates['Shopware\\Core\\Content\\MailTemplate\\Subscriber\\MailSendSubscriber'];
  22482.         }
  22483.         $f = ($this->privates['Shopware\\Core\\Checkout\\Document\\DocumentService'] ?? $this->getDocumentServiceService());
  22484.         if (isset($this->privates['Shopware\\Core\\Content\\MailTemplate\\Subscriber\\MailSendSubscriber'])) {
  22485.             return $this->privates['Shopware\\Core\\Content\\MailTemplate\\Subscriber\\MailSendSubscriber'];
  22486.         }
  22487.         $g = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  22488.         if (isset($this->privates['Shopware\\Core\\Content\\MailTemplate\\Subscriber\\MailSendSubscriber'])) {
  22489.             return $this->privates['Shopware\\Core\\Content\\MailTemplate\\Subscriber\\MailSendSubscriber'];
  22490.         }
  22491.         $h = ($this->services['mail_template_type.repository'] ?? $this->getMailTemplateType_RepositoryService());
  22492.         if (isset($this->privates['Shopware\\Core\\Content\\MailTemplate\\Subscriber\\MailSendSubscriber'])) {
  22493.             return $this->privates['Shopware\\Core\\Content\\MailTemplate\\Subscriber\\MailSendSubscriber'];
  22494.         }
  22495.         $i = ($this->privates['Shopware\\Core\\Framework\\Adapter\\Translation\\Translator'] ?? $this->getTranslator2Service());
  22496.         if (isset($this->privates['Shopware\\Core\\Content\\MailTemplate\\Subscriber\\MailSendSubscriber'])) {
  22497.             return $this->privates['Shopware\\Core\\Content\\MailTemplate\\Subscriber\\MailSendSubscriber'];
  22498.         }
  22499.         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()));
  22500.     }
  22501.     /**
  22502.      * Gets the private 'Shopware\Core\Content\Mail\Service\MailService' shared service.
  22503.      *
  22504.      * @return \Shopware\Core\Content\Mail\Service\MailService
  22505.      */
  22506.     protected function getMailServiceService()
  22507.     {
  22508.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Mail/Service/AbstractMailService.php';
  22509.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Mail/Service/MailService.php';
  22510.         $a = ($this->privates['Shopware\\Core\\Framework\\Validation\\DataValidator'] ?? $this->getDataValidatorService());
  22511.         if (isset($this->privates['Shopware\\Core\\Content\\Mail\\Service\\MailService'])) {
  22512.             return $this->privates['Shopware\\Core\\Content\\Mail\\Service\\MailService'];
  22513.         }
  22514.         $b = ($this->privates['Shopware\\Core\\Framework\\Adapter\\Twig\\StringTemplateRenderer'] ?? $this->getStringTemplateRendererService());
  22515.         if (isset($this->privates['Shopware\\Core\\Content\\Mail\\Service\\MailService'])) {
  22516.             return $this->privates['Shopware\\Core\\Content\\Mail\\Service\\MailService'];
  22517.         }
  22518.         $c = ($this->services['Shopware\\Core\\Content\\Mail\\Service\\MailFactory'] ?? $this->getMailFactoryService());
  22519.         if (isset($this->privates['Shopware\\Core\\Content\\Mail\\Service\\MailService'])) {
  22520.             return $this->privates['Shopware\\Core\\Content\\Mail\\Service\\MailService'];
  22521.         }
  22522.         $d = ($this->services['Shopware\\Core\\Content\\Mail\\Service\\MailSender'] ?? $this->getMailSenderService());
  22523.         if (isset($this->privates['Shopware\\Core\\Content\\Mail\\Service\\MailService'])) {
  22524.             return $this->privates['Shopware\\Core\\Content\\Mail\\Service\\MailService'];
  22525.         }
  22526.         $e = ($this->privates['Shopware\\Core\\Content\\Media\\DataAbstractionLayer\\MediaRepositoryDecorator'] ?? $this->getMediaRepositoryDecoratorService());
  22527.         if (isset($this->privates['Shopware\\Core\\Content\\Mail\\Service\\MailService'])) {
  22528.             return $this->privates['Shopware\\Core\\Content\\Mail\\Service\\MailService'];
  22529.         }
  22530.         $f = ($this->services['sales_channel.repository'] ?? $this->getSalesChannel_RepositoryService());
  22531.         if (isset($this->privates['Shopware\\Core\\Content\\Mail\\Service\\MailService'])) {
  22532.             return $this->privates['Shopware\\Core\\Content\\Mail\\Service\\MailService'];
  22533.         }
  22534.         $g = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  22535.         if (isset($this->privates['Shopware\\Core\\Content\\Mail\\Service\\MailService'])) {
  22536.             return $this->privates['Shopware\\Core\\Content\\Mail\\Service\\MailService'];
  22537.         }
  22538.         $h = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  22539.         if (isset($this->privates['Shopware\\Core\\Content\\Mail\\Service\\MailService'])) {
  22540.             return $this->privates['Shopware\\Core\\Content\\Mail\\Service\\MailService'];
  22541.         }
  22542.         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()));
  22543.     }
  22544.     /**
  22545.      * Gets the private 'Shopware\Core\Content\Media\Cms\ImageCmsElementResolver' shared service.
  22546.      *
  22547.      * @return \Shopware\Core\Content\Media\Cms\ImageCmsElementResolver
  22548.      */
  22549.     protected function getImageCmsElementResolverService()
  22550.     {
  22551.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/DataResolver/Element/CmsElementResolverInterface.php';
  22552.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/DataResolver/Element/AbstractCmsElementResolver.php';
  22553.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Cms/ImageCmsElementResolver.php';
  22554.         $a = ($this->privates['Shopware\\Storefront\\Page\\Cms\\DefaultMediaResolver'] ?? $this->getDefaultMediaResolverService());
  22555.         if (isset($this->privates['Shopware\\Core\\Content\\Media\\Cms\\ImageCmsElementResolver'])) {
  22556.             return $this->privates['Shopware\\Core\\Content\\Media\\Cms\\ImageCmsElementResolver'];
  22557.         }
  22558.         return $this->privates['Shopware\\Core\\Content\\Media\\Cms\\ImageCmsElementResolver'] = new \Shopware\Core\Content\Media\Cms\ImageCmsElementResolver($a);
  22559.     }
  22560.     /**
  22561.      * Gets the private 'Shopware\Core\Content\Media\Cms\Type\ImageGalleryTypeDataResolver' shared service.
  22562.      *
  22563.      * @return \Shopware\Core\Content\Media\Cms\Type\ImageGalleryTypeDataResolver
  22564.      */
  22565.     protected function getImageGalleryTypeDataResolverService()
  22566.     {
  22567.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/DataResolver/Element/CmsElementResolverInterface.php';
  22568.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/DataResolver/Element/AbstractCmsElementResolver.php';
  22569.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Cms/Type/ImageSliderTypeDataResolver.php';
  22570.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Cms/Type/ImageGalleryTypeDataResolver.php';
  22571.         return $this->privates['Shopware\\Core\\Content\\Media\\Cms\\Type\\ImageGalleryTypeDataResolver'] = new \Shopware\Core\Content\Media\Cms\Type\ImageGalleryTypeDataResolver(($this->privates['Shopware\\Storefront\\Page\\Cms\\DefaultMediaResolver'] ?? $this->getDefaultMediaResolverService()));
  22572.     }
  22573.     /**
  22574.      * Gets the private 'Shopware\Core\Content\Media\Cms\Type\ImageSliderTypeDataResolver' shared service.
  22575.      *
  22576.      * @return \Shopware\Core\Content\Media\Cms\Type\ImageSliderTypeDataResolver
  22577.      */
  22578.     protected function getImageSliderTypeDataResolverService()
  22579.     {
  22580.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/DataResolver/Element/CmsElementResolverInterface.php';
  22581.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/DataResolver/Element/AbstractCmsElementResolver.php';
  22582.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Cms/Type/ImageSliderTypeDataResolver.php';
  22583.         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()));
  22584.     }
  22585.     /**
  22586.      * Gets the private 'Shopware\Core\Content\Media\Commands\DeleteNotUsedMediaCommand' shared service.
  22587.      *
  22588.      * @return \Shopware\Core\Content\Media\Commands\DeleteNotUsedMediaCommand
  22589.      */
  22590.     protected function getDeleteNotUsedMediaCommandService()
  22591.     {
  22592.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  22593.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Commands/DeleteNotUsedMediaCommand.php';
  22594.         $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()));
  22595.         $instance->setName('media:delete-unused');
  22596.         return $instance;
  22597.     }
  22598.     /**
  22599.      * Gets the private 'Shopware\Core\Content\Media\Commands\GenerateMediaTypesCommand' shared service.
  22600.      *
  22601.      * @return \Shopware\Core\Content\Media\Commands\GenerateMediaTypesCommand
  22602.      */
  22603.     protected function getGenerateMediaTypesCommandService()
  22604.     {
  22605.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  22606.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Commands/GenerateMediaTypesCommand.php';
  22607.         $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()));
  22608.         $instance->setName('media:generate-media-types');
  22609.         return $instance;
  22610.     }
  22611.     /**
  22612.      * Gets the private 'Shopware\Core\Content\Media\Commands\GenerateThumbnailsCommand' shared service.
  22613.      *
  22614.      * @return \Shopware\Core\Content\Media\Commands\GenerateThumbnailsCommand
  22615.      */
  22616.     protected function getGenerateThumbnailsCommandService()
  22617.     {
  22618.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  22619.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Commands/GenerateThumbnailsCommand.php';
  22620.         $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()));
  22621.         $instance->setName('media:generate-thumbnails');
  22622.         return $instance;
  22623.     }
  22624.     /**
  22625.      * Gets the private 'Shopware\Core\Content\Media\DataAbstractionLayer\MediaFolderConfigurationIndexer' shared service.
  22626.      *
  22627.      * @return \Shopware\Core\Content\Media\DataAbstractionLayer\MediaFolderConfigurationIndexer
  22628.      */
  22629.     protected function getMediaFolderConfigurationIndexerService()
  22630.     {
  22631.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Indexing/EntityIndexer.php';
  22632.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/DataAbstractionLayer/MediaFolderConfigurationIndexer.php';
  22633.         $a = ($this->services['media_folder_configuration.repository'] ?? $this->getMediaFolderConfiguration_RepositoryService());
  22634.         if (isset($this->privates['Shopware\\Core\\Content\\Media\\DataAbstractionLayer\\MediaFolderConfigurationIndexer'])) {
  22635.             return $this->privates['Shopware\\Core\\Content\\Media\\DataAbstractionLayer\\MediaFolderConfigurationIndexer'];
  22636.         }
  22637.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  22638.         if (isset($this->privates['Shopware\\Core\\Content\\Media\\DataAbstractionLayer\\MediaFolderConfigurationIndexer'])) {
  22639.             return $this->privates['Shopware\\Core\\Content\\Media\\DataAbstractionLayer\\MediaFolderConfigurationIndexer'];
  22640.         }
  22641.         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);
  22642.     }
  22643.     /**
  22644.      * Gets the private 'Shopware\Core\Content\Media\DataAbstractionLayer\MediaFolderIndexer' shared service.
  22645.      *
  22646.      * @return \Shopware\Core\Content\Media\DataAbstractionLayer\MediaFolderIndexer
  22647.      */
  22648.     protected function getMediaFolderIndexerService()
  22649.     {
  22650.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Indexing/EntityIndexer.php';
  22651.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/DataAbstractionLayer/MediaFolderIndexer.php';
  22652.         $a = ($this->services['media_folder.repository'] ?? $this->getMediaFolder_RepositoryService());
  22653.         if (isset($this->privates['Shopware\\Core\\Content\\Media\\DataAbstractionLayer\\MediaFolderIndexer'])) {
  22654.             return $this->privates['Shopware\\Core\\Content\\Media\\DataAbstractionLayer\\MediaFolderIndexer'];
  22655.         }
  22656.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  22657.         if (isset($this->privates['Shopware\\Core\\Content\\Media\\DataAbstractionLayer\\MediaFolderIndexer'])) {
  22658.             return $this->privates['Shopware\\Core\\Content\\Media\\DataAbstractionLayer\\MediaFolderIndexer'];
  22659.         }
  22660.         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()));
  22661.     }
  22662.     /**
  22663.      * Gets the private 'Shopware\Core\Content\Media\DataAbstractionLayer\MediaIndexer' shared service.
  22664.      *
  22665.      * @return \Shopware\Core\Content\Media\DataAbstractionLayer\MediaIndexer
  22666.      */
  22667.     protected function getMediaIndexerService()
  22668.     {
  22669.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Indexing/EntityIndexer.php';
  22670.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/DataAbstractionLayer/MediaIndexer.php';
  22671.         $a = ($this->services['media.repository'] ?? $this->getMedia_RepositoryService());
  22672.         if (isset($this->privates['Shopware\\Core\\Content\\Media\\DataAbstractionLayer\\MediaIndexer'])) {
  22673.             return $this->privates['Shopware\\Core\\Content\\Media\\DataAbstractionLayer\\MediaIndexer'];
  22674.         }
  22675.         $b = ($this->services['media_thumbnail.repository'] ?? $this->getMediaThumbnail_RepositoryService());
  22676.         if (isset($this->privates['Shopware\\Core\\Content\\Media\\DataAbstractionLayer\\MediaIndexer'])) {
  22677.             return $this->privates['Shopware\\Core\\Content\\Media\\DataAbstractionLayer\\MediaIndexer'];
  22678.         }
  22679.         $c = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  22680.         if (isset($this->privates['Shopware\\Core\\Content\\Media\\DataAbstractionLayer\\MediaIndexer'])) {
  22681.             return $this->privates['Shopware\\Core\\Content\\Media\\DataAbstractionLayer\\MediaIndexer'];
  22682.         }
  22683.         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);
  22684.     }
  22685.     /**
  22686.      * Gets the private 'Shopware\Core\Content\Media\DataAbstractionLayer\MediaRepositoryDecorator' shared service.
  22687.      *
  22688.      * @return \Shopware\Core\Content\Media\DataAbstractionLayer\MediaRepositoryDecorator
  22689.      */
  22690.     protected function getMediaRepositoryDecoratorService()
  22691.     {
  22692.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  22693.         if (isset($this->privates['Shopware\\Core\\Content\\Media\\DataAbstractionLayer\\MediaRepositoryDecorator'])) {
  22694.             return $this->privates['Shopware\\Core\\Content\\Media\\DataAbstractionLayer\\MediaRepositoryDecorator'];
  22695.         }
  22696.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  22697.         if (isset($this->privates['Shopware\\Core\\Content\\Media\\DataAbstractionLayer\\MediaRepositoryDecorator'])) {
  22698.             return $this->privates['Shopware\\Core\\Content\\Media\\DataAbstractionLayer\\MediaRepositoryDecorator'];
  22699.         }
  22700.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  22701.         if (isset($this->privates['Shopware\\Core\\Content\\Media\\DataAbstractionLayer\\MediaRepositoryDecorator'])) {
  22702.             return $this->privates['Shopware\\Core\\Content\\Media\\DataAbstractionLayer\\MediaRepositoryDecorator'];
  22703.         }
  22704.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  22705.         if (isset($this->privates['Shopware\\Core\\Content\\Media\\DataAbstractionLayer\\MediaRepositoryDecorator'])) {
  22706.             return $this->privates['Shopware\\Core\\Content\\Media\\DataAbstractionLayer\\MediaRepositoryDecorator'];
  22707.         }
  22708.         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())));
  22709.     }
  22710.     /**
  22711.      * Gets the private 'Shopware\Core\Content\Media\DataAbstractionLayer\MediaThumbnailRepositoryDecorator' shared service.
  22712.      *
  22713.      * @return \Shopware\Core\Content\Media\DataAbstractionLayer\MediaThumbnailRepositoryDecorator
  22714.      */
  22715.     protected function getMediaThumbnailRepositoryDecoratorService()
  22716.     {
  22717.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/DataAbstractionLayer/MediaThumbnailRepositoryDecorator.php';
  22718.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  22719.         if (isset($this->privates['Shopware\\Core\\Content\\Media\\DataAbstractionLayer\\MediaThumbnailRepositoryDecorator'])) {
  22720.             return $this->privates['Shopware\\Core\\Content\\Media\\DataAbstractionLayer\\MediaThumbnailRepositoryDecorator'];
  22721.         }
  22722.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  22723.         if (isset($this->privates['Shopware\\Core\\Content\\Media\\DataAbstractionLayer\\MediaThumbnailRepositoryDecorator'])) {
  22724.             return $this->privates['Shopware\\Core\\Content\\Media\\DataAbstractionLayer\\MediaThumbnailRepositoryDecorator'];
  22725.         }
  22726.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  22727.         if (isset($this->privates['Shopware\\Core\\Content\\Media\\DataAbstractionLayer\\MediaThumbnailRepositoryDecorator'])) {
  22728.             return $this->privates['Shopware\\Core\\Content\\Media\\DataAbstractionLayer\\MediaThumbnailRepositoryDecorator'];
  22729.         }
  22730.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  22731.         if (isset($this->privates['Shopware\\Core\\Content\\Media\\DataAbstractionLayer\\MediaThumbnailRepositoryDecorator'])) {
  22732.             return $this->privates['Shopware\\Core\\Content\\Media\\DataAbstractionLayer\\MediaThumbnailRepositoryDecorator'];
  22733.         }
  22734.         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())));
  22735.     }
  22736.     /**
  22737.      * Gets the private 'Shopware\Core\Content\Media\DeleteNotUsedMediaService' shared service.
  22738.      *
  22739.      * @return \Shopware\Core\Content\Media\DeleteNotUsedMediaService
  22740.      */
  22741.     protected function getDeleteNotUsedMediaServiceService()
  22742.     {
  22743.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/DeleteNotUsedMediaService.php';
  22744.         $a = ($this->services['media.repository'] ?? $this->getMedia_RepositoryService());
  22745.         if (isset($this->privates['Shopware\\Core\\Content\\Media\\DeleteNotUsedMediaService'])) {
  22746.             return $this->privates['Shopware\\Core\\Content\\Media\\DeleteNotUsedMediaService'];
  22747.         }
  22748.         $b = ($this->services['media_default_folder.repository'] ?? $this->getMediaDefaultFolder_RepositoryService());
  22749.         if (isset($this->privates['Shopware\\Core\\Content\\Media\\DeleteNotUsedMediaService'])) {
  22750.             return $this->privates['Shopware\\Core\\Content\\Media\\DeleteNotUsedMediaService'];
  22751.         }
  22752.         return $this->privates['Shopware\\Core\\Content\\Media\\DeleteNotUsedMediaService'] = new \Shopware\Core\Content\Media\DeleteNotUsedMediaService($a$b);
  22753.     }
  22754.     /**
  22755.      * Gets the private 'Shopware\Core\Content\Media\File\FileNameProvider' shared service.
  22756.      *
  22757.      * @return \Shopware\Core\Content\Media\File\WindowsStyleFileNameProvider
  22758.      */
  22759.     protected function getFileNameProviderService()
  22760.     {
  22761.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/File/FileNameProvider.php';
  22762.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/File/WindowsStyleFileNameProvider.php';
  22763.         $a = ($this->services['media.repository'] ?? $this->getMedia_RepositoryService());
  22764.         if (isset($this->privates['Shopware\\Core\\Content\\Media\\File\\FileNameProvider'])) {
  22765.             return $this->privates['Shopware\\Core\\Content\\Media\\File\\FileNameProvider'];
  22766.         }
  22767.         return $this->privates['Shopware\\Core\\Content\\Media\\File\\FileNameProvider'] = new \Shopware\Core\Content\Media\File\WindowsStyleFileNameProvider($a);
  22768.     }
  22769.     /**
  22770.      * Gets the private 'Shopware\Core\Content\Media\MediaService' shared service.
  22771.      *
  22772.      * @return \Shopware\Core\Content\Media\MediaService
  22773.      */
  22774.     protected function getMediaServiceService()
  22775.     {
  22776.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/MediaService.php';
  22777.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/File/FileLoader.php';
  22778.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/File/FileFetcher.php';
  22779.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/File/FileUrlValidatorInterface.php';
  22780.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/File/FileUrlValidator.php';
  22781.         $a = ($this->services['media.repository'] ?? $this->getMedia_RepositoryService());
  22782.         if (isset($this->privates['Shopware\\Core\\Content\\Media\\MediaService'])) {
  22783.             return $this->privates['Shopware\\Core\\Content\\Media\\MediaService'];
  22784.         }
  22785.         $b = ($this->services['media_folder.repository'] ?? $this->getMediaFolder_RepositoryService());
  22786.         if (isset($this->privates['Shopware\\Core\\Content\\Media\\MediaService'])) {
  22787.             return $this->privates['Shopware\\Core\\Content\\Media\\MediaService'];
  22788.         }
  22789.         $c = ($this->services['Shopware\\Core\\Content\\Media\\File\\FileSaver'] ?? $this->getFileSaverService());
  22790.         if (isset($this->privates['Shopware\\Core\\Content\\Media\\MediaService'])) {
  22791.             return $this->privates['Shopware\\Core\\Content\\Media\\MediaService'];
  22792.         }
  22793.         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));
  22794.     }
  22795.     /**
  22796.      * Gets the private 'Shopware\Core\Content\Media\Message\DeleteFileHandler' shared service.
  22797.      *
  22798.      * @return \Shopware\Core\Content\Media\Message\DeleteFileHandler
  22799.      */
  22800.     protected function getDeleteFileHandler2Service()
  22801.     {
  22802.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Message/DeleteFileHandler.php';
  22803.         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()));
  22804.     }
  22805.     /**
  22806.      * Gets the private 'Shopware\Core\Content\Media\Message\GenerateThumbnailsHandler' shared service.
  22807.      *
  22808.      * @return \Shopware\Core\Content\Media\Message\GenerateThumbnailsHandler
  22809.      */
  22810.     protected function getGenerateThumbnailsHandlerService()
  22811.     {
  22812.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Message/GenerateThumbnailsHandler.php';
  22813.         $a = ($this->privates['Shopware\\Core\\Content\\Media\\Thumbnail\\ThumbnailService'] ?? $this->getThumbnailServiceService());
  22814.         if (isset($this->privates['Shopware\\Core\\Content\\Media\\Message\\GenerateThumbnailsHandler'])) {
  22815.             return $this->privates['Shopware\\Core\\Content\\Media\\Message\\GenerateThumbnailsHandler'];
  22816.         }
  22817.         $b = ($this->services['media.repository'] ?? $this->getMedia_RepositoryService());
  22818.         if (isset($this->privates['Shopware\\Core\\Content\\Media\\Message\\GenerateThumbnailsHandler'])) {
  22819.             return $this->privates['Shopware\\Core\\Content\\Media\\Message\\GenerateThumbnailsHandler'];
  22820.         }
  22821.         return $this->privates['Shopware\\Core\\Content\\Media\\Message\\GenerateThumbnailsHandler'] = new \Shopware\Core\Content\Media\Message\GenerateThumbnailsHandler($a$b);
  22822.     }
  22823.     /**
  22824.      * Gets the private 'Shopware\Core\Content\Media\Pathname\PathnameStrategy\FilenamePathnameStrategy' shared service.
  22825.      *
  22826.      * @return \Shopware\Core\Content\Media\Pathname\PathnameStrategy\FilenamePathnameStrategy
  22827.      */
  22828.     protected function getFilenamePathnameStrategyService()
  22829.     {
  22830.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Pathname/PathnameStrategy/PathnameStrategyInterface.php';
  22831.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Pathname/PathnameStrategy/AbstractPathNameStrategy.php';
  22832.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Pathname/PathnameStrategy/FilenamePathnameStrategy.php';
  22833.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Pathname/PathnameStrategy/PlainPathnameStrategy.php';
  22834.         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())));
  22835.     }
  22836.     /**
  22837.      * Gets the private 'Shopware\Core\Content\Media\Pathname\PathnameStrategy\IdPathnameStrategy' shared service.
  22838.      *
  22839.      * @return \Shopware\Core\Content\Media\Pathname\PathnameStrategy\IdPathnameStrategy
  22840.      */
  22841.     protected function getIdPathnameStrategyService()
  22842.     {
  22843.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Pathname/PathnameStrategy/PathnameStrategyInterface.php';
  22844.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Pathname/PathnameStrategy/AbstractPathNameStrategy.php';
  22845.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Pathname/PathnameStrategy/IdPathnameStrategy.php';
  22846.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Pathname/PathnameStrategy/PlainPathnameStrategy.php';
  22847.         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())));
  22848.     }
  22849.     /**
  22850.      * Gets the private 'Shopware\Core\Content\Media\Pathname\PathnameStrategy\PhysicalFilenamePathnameStrategy' shared service.
  22851.      *
  22852.      * @return \Shopware\Core\Content\Media\Pathname\PathnameStrategy\PhysicalFilenamePathnameStrategy
  22853.      */
  22854.     protected function getPhysicalFilenamePathnameStrategyService()
  22855.     {
  22856.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Pathname/PathnameStrategy/PathnameStrategyInterface.php';
  22857.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Pathname/PathnameStrategy/AbstractPathNameStrategy.php';
  22858.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Pathname/PathnameStrategy/PhysicalFilenamePathnameStrategy.php';
  22859.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Pathname/PathnameStrategy/PlainPathnameStrategy.php';
  22860.         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())));
  22861.     }
  22862.     /**
  22863.      * Gets the private 'Shopware\Core\Content\Media\Pathname\UrlGeneratorInterface' shared service.
  22864.      *
  22865.      * @return \Shopware\Core\Content\Media\Pathname\UrlGenerator
  22866.      */
  22867.     protected function getUrlGeneratorInterfaceService()
  22868.     {
  22869.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Pathname/UrlGeneratorInterface.php';
  22870.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Pathname/UrlGenerator.php';
  22871.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Pathname/PathnameStrategy/PathnameStrategyInterface.php';
  22872.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Pathname/PathnameStrategy/StrategyFactory.php';
  22873.         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 () {
  22874.             yield => $this->getFilenamePathnameStrategyService();
  22875.             yield => $this->getPhysicalFilenamePathnameStrategyService();
  22876.             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()));
  22877.             yield => $this->getIdPathnameStrategyService();
  22878.         }, 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())), '');
  22879.     }
  22880.     /**
  22881.      * Gets the private 'Shopware\Core\Content\Media\Subscriber\MediaDeletionSubscriber' shared service.
  22882.      *
  22883.      * @return \Shopware\Core\Content\Media\Subscriber\MediaDeletionSubscriber
  22884.      */
  22885.     protected function getMediaDeletionSubscriberService()
  22886.     {
  22887.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Subscriber/MediaDeletionSubscriber.php';
  22888.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  22889.         if (isset($this->privates['Shopware\\Core\\Content\\Media\\Subscriber\\MediaDeletionSubscriber'])) {
  22890.             return $this->privates['Shopware\\Core\\Content\\Media\\Subscriber\\MediaDeletionSubscriber'];
  22891.         }
  22892.         $b = ($this->services['media_thumbnail.repository'] ?? $this->getMediaThumbnail_RepositoryService());
  22893.         if (isset($this->privates['Shopware\\Core\\Content\\Media\\Subscriber\\MediaDeletionSubscriber'])) {
  22894.             return $this->privates['Shopware\\Core\\Content\\Media\\Subscriber\\MediaDeletionSubscriber'];
  22895.         }
  22896.         $c = ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService());
  22897.         if (isset($this->privates['Shopware\\Core\\Content\\Media\\Subscriber\\MediaDeletionSubscriber'])) {
  22898.             return $this->privates['Shopware\\Core\\Content\\Media\\Subscriber\\MediaDeletionSubscriber'];
  22899.         }
  22900.         $d = ($this->services['media.repository'] ?? $this->getMedia_RepositoryService());
  22901.         if (isset($this->privates['Shopware\\Core\\Content\\Media\\Subscriber\\MediaDeletionSubscriber'])) {
  22902.             return $this->privates['Shopware\\Core\\Content\\Media\\Subscriber\\MediaDeletionSubscriber'];
  22903.         }
  22904.         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);
  22905.     }
  22906.     /**
  22907.      * Gets the private 'Shopware\Core\Content\Media\Subscriber\MediaLoadedSubscriber' shared service.
  22908.      *
  22909.      * @return \Shopware\Core\Content\Media\Subscriber\MediaLoadedSubscriber
  22910.      */
  22911.     protected function getMediaLoadedSubscriberService()
  22912.     {
  22913.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Subscriber/MediaLoadedSubscriber.php';
  22914.         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()));
  22915.     }
  22916.     /**
  22917.      * Gets the private 'Shopware\Core\Content\Media\Thumbnail\ThumbnailService' shared service.
  22918.      *
  22919.      * @return \Shopware\Core\Content\Media\Thumbnail\ThumbnailService
  22920.      */
  22921.     protected function getThumbnailServiceService()
  22922.     {
  22923.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Thumbnail/ThumbnailService.php';
  22924.         $a = ($this->services['media_thumbnail.repository'] ?? $this->getMediaThumbnail_RepositoryService());
  22925.         if (isset($this->privates['Shopware\\Core\\Content\\Media\\Thumbnail\\ThumbnailService'])) {
  22926.             return $this->privates['Shopware\\Core\\Content\\Media\\Thumbnail\\ThumbnailService'];
  22927.         }
  22928.         $b = ($this->services['media_folder.repository'] ?? $this->getMediaFolder_RepositoryService());
  22929.         if (isset($this->privates['Shopware\\Core\\Content\\Media\\Thumbnail\\ThumbnailService'])) {
  22930.             return $this->privates['Shopware\\Core\\Content\\Media\\Thumbnail\\ThumbnailService'];
  22931.         }
  22932.         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);
  22933.     }
  22934.     /**
  22935.      * Gets the private 'Shopware\Core\Content\Media\TypeDetector\TypeDetector' shared service.
  22936.      *
  22937.      * @return \Shopware\Core\Content\Media\TypeDetector\TypeDetector
  22938.      */
  22939.     protected function getTypeDetectorService()
  22940.     {
  22941.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/TypeDetector/TypeDetectorInterface.php';
  22942.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/TypeDetector/TypeDetector.php';
  22943.         return $this->privates['Shopware\\Core\\Content\\Media\\TypeDetector\\TypeDetector'] = new \Shopware\Core\Content\Media\TypeDetector\TypeDetector(new RewindableGenerator(function () {
  22944.             yield => ($this->privates['Shopware\\Core\\Content\\Media\\TypeDetector\\AudioTypeDetector'] ?? ($this->privates['Shopware\\Core\\Content\\Media\\TypeDetector\\AudioTypeDetector'] = new \Shopware\Core\Content\Media\TypeDetector\AudioTypeDetector()));
  22945.             yield => ($this->privates['Shopware\\Core\\Content\\Media\\TypeDetector\\DocumentTypeDetector'] ?? ($this->privates['Shopware\\Core\\Content\\Media\\TypeDetector\\DocumentTypeDetector'] = new \Shopware\Core\Content\Media\TypeDetector\DocumentTypeDetector()));
  22946.             yield => ($this->privates['Shopware\\Core\\Content\\Media\\TypeDetector\\ImageTypeDetector'] ?? ($this->privates['Shopware\\Core\\Content\\Media\\TypeDetector\\ImageTypeDetector'] = new \Shopware\Core\Content\Media\TypeDetector\ImageTypeDetector()));
  22947.             yield => ($this->privates['Shopware\\Core\\Content\\Media\\TypeDetector\\VideoTypeDetector'] ?? ($this->privates['Shopware\\Core\\Content\\Media\\TypeDetector\\VideoTypeDetector'] = new \Shopware\Core\Content\Media\TypeDetector\VideoTypeDetector()));
  22948.             yield => ($this->privates['Shopware\\Core\\Content\\Media\\TypeDetector\\DefaultTypeDetector'] ?? ($this->privates['Shopware\\Core\\Content\\Media\\TypeDetector\\DefaultTypeDetector'] = new \Shopware\Core\Content\Media\TypeDetector\DefaultTypeDetector()));
  22949.         }, 5));
  22950.     }
  22951.     /**
  22952.      * Gets the private 'Shopware\Core\Content\Newsletter\DataAbstractionLayer\Indexing\CustomerNewsletterSalesChannelsUpdater' shared service.
  22953.      *
  22954.      * @return \Shopware\Core\Content\Newsletter\DataAbstractionLayer\Indexing\CustomerNewsletterSalesChannelsUpdater
  22955.      */
  22956.     protected function getCustomerNewsletterSalesChannelsUpdaterService()
  22957.     {
  22958.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Newsletter/DataAbstractionLayer/Indexing/CustomerNewsletterSalesChannelsUpdater.php';
  22959.         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()));
  22960.     }
  22961.     /**
  22962.      * Gets the private 'Shopware\Core\Content\Newsletter\DataAbstractionLayer\NewsletterRecipientIndexer' shared service.
  22963.      *
  22964.      * @return \Shopware\Core\Content\Newsletter\DataAbstractionLayer\NewsletterRecipientIndexer
  22965.      */
  22966.     protected function getNewsletterRecipientIndexerService()
  22967.     {
  22968.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Indexing/EntityIndexer.php';
  22969.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Newsletter/DataAbstractionLayer/NewsletterRecipientIndexer.php';
  22970.         $a = ($this->services['newsletter_recipient.repository'] ?? $this->getNewsletterRecipient_RepositoryService());
  22971.         if (isset($this->privates['Shopware\\Core\\Content\\Newsletter\\DataAbstractionLayer\\NewsletterRecipientIndexer'])) {
  22972.             return $this->privates['Shopware\\Core\\Content\\Newsletter\\DataAbstractionLayer\\NewsletterRecipientIndexer'];
  22973.         }
  22974.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  22975.         if (isset($this->privates['Shopware\\Core\\Content\\Newsletter\\DataAbstractionLayer\\NewsletterRecipientIndexer'])) {
  22976.             return $this->privates['Shopware\\Core\\Content\\Newsletter\\DataAbstractionLayer\\NewsletterRecipientIndexer'];
  22977.         }
  22978.         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);
  22979.     }
  22980.     /**
  22981.      * Gets the private 'Shopware\Core\Content\Newsletter\Event\Subscriber\NewsletterRecipientDeletedSubscriber' shared service.
  22982.      *
  22983.      * @return \Shopware\Core\Content\Newsletter\Event\Subscriber\NewsletterRecipientDeletedSubscriber
  22984.      */
  22985.     protected function getNewsletterRecipientDeletedSubscriberService()
  22986.     {
  22987.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Newsletter/Event/Subscriber/NewsletterRecipientDeletedSubscriber.php';
  22988.         $a = ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService());
  22989.         if (isset($this->privates['Shopware\\Core\\Content\\Newsletter\\Event\\Subscriber\\NewsletterRecipientDeletedSubscriber'])) {
  22990.             return $this->privates['Shopware\\Core\\Content\\Newsletter\\Event\\Subscriber\\NewsletterRecipientDeletedSubscriber'];
  22991.         }
  22992.         return $this->privates['Shopware\\Core\\Content\\Newsletter\\Event\\Subscriber\\NewsletterRecipientDeletedSubscriber'] = new \Shopware\Core\Content\Newsletter\Event\Subscriber\NewsletterRecipientDeletedSubscriber($a);
  22993.     }
  22994.     /**
  22995.      * Gets the private 'Shopware\Core\Content\Newsletter\ScheduledTask\NewsletterRecipientTaskHandler' shared service.
  22996.      *
  22997.      * @return \Shopware\Core\Content\Newsletter\ScheduledTask\NewsletterRecipientTaskHandler
  22998.      */
  22999.     protected function getNewsletterRecipientTaskHandlerService()
  23000.     {
  23001.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Newsletter/ScheduledTask/NewsletterRecipientTaskHandler.php';
  23002.         $a = ($this->services['scheduled_task.repository'] ?? $this->getScheduledTask_RepositoryService());
  23003.         if (isset($this->privates['Shopware\\Core\\Content\\Newsletter\\ScheduledTask\\NewsletterRecipientTaskHandler'])) {
  23004.             return $this->privates['Shopware\\Core\\Content\\Newsletter\\ScheduledTask\\NewsletterRecipientTaskHandler'];
  23005.         }
  23006.         $b = ($this->services['newsletter_recipient.repository'] ?? $this->getNewsletterRecipient_RepositoryService());
  23007.         if (isset($this->privates['Shopware\\Core\\Content\\Newsletter\\ScheduledTask\\NewsletterRecipientTaskHandler'])) {
  23008.             return $this->privates['Shopware\\Core\\Content\\Newsletter\\ScheduledTask\\NewsletterRecipientTaskHandler'];
  23009.         }
  23010.         return $this->privates['Shopware\\Core\\Content\\Newsletter\\ScheduledTask\\NewsletterRecipientTaskHandler'] = new \Shopware\Core\Content\Newsletter\ScheduledTask\NewsletterRecipientTaskHandler($a$b);
  23011.     }
  23012.     /**
  23013.      * Gets the private 'Shopware\Core\Content\ProductExport\Command\ProductExportGenerateCommand' shared service.
  23014.      *
  23015.      * @return \Shopware\Core\Content\ProductExport\Command\ProductExportGenerateCommand
  23016.      */
  23017.     protected function getProductExportGenerateCommandService()
  23018.     {
  23019.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  23020.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ProductExport/Command/ProductExportGenerateCommand.php';
  23021.         $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()));
  23022.         $instance->setName('product-export:generate');
  23023.         return $instance;
  23024.     }
  23025.     /**
  23026.      * Gets the private 'Shopware\Core\Content\ProductExport\EventListener\ProductExportEventListener' shared service.
  23027.      *
  23028.      * @return \Shopware\Core\Content\ProductExport\EventListener\ProductExportEventListener
  23029.      */
  23030.     protected function getProductExportEventListenerService()
  23031.     {
  23032.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ProductExport/EventListener/ProductExportEventListener.php';
  23033.         $a = ($this->services['product_export.repository'] ?? $this->getProductExport_RepositoryService());
  23034.         if (isset($this->privates['Shopware\\Core\\Content\\ProductExport\\EventListener\\ProductExportEventListener'])) {
  23035.             return $this->privates['Shopware\\Core\\Content\\ProductExport\\EventListener\\ProductExportEventListener'];
  23036.         }
  23037.         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()));
  23038.     }
  23039.     /**
  23040.      * Gets the private 'Shopware\Core\Content\ProductExport\ScheduledTask\ProductExportGenerateTaskHandler' shared service.
  23041.      *
  23042.      * @return \Shopware\Core\Content\ProductExport\ScheduledTask\ProductExportGenerateTaskHandler
  23043.      */
  23044.     protected function getProductExportGenerateTaskHandlerService()
  23045.     {
  23046.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ProductExport/ScheduledTask/ProductExportGenerateTaskHandler.php';
  23047.         $a = ($this->services['scheduled_task.repository'] ?? $this->getScheduledTask_RepositoryService());
  23048.         if (isset($this->privates['Shopware\\Core\\Content\\ProductExport\\ScheduledTask\\ProductExportGenerateTaskHandler'])) {
  23049.             return $this->privates['Shopware\\Core\\Content\\ProductExport\\ScheduledTask\\ProductExportGenerateTaskHandler'];
  23050.         }
  23051.         $b = ($this->services['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextFactory'] ?? $this->getSalesChannelContextFactoryService());
  23052.         if (isset($this->privates['Shopware\\Core\\Content\\ProductExport\\ScheduledTask\\ProductExportGenerateTaskHandler'])) {
  23053.             return $this->privates['Shopware\\Core\\Content\\ProductExport\\ScheduledTask\\ProductExportGenerateTaskHandler'];
  23054.         }
  23055.         $c = ($this->services['sales_channel.repository'] ?? $this->getSalesChannel_RepositoryService());
  23056.         if (isset($this->privates['Shopware\\Core\\Content\\ProductExport\\ScheduledTask\\ProductExportGenerateTaskHandler'])) {
  23057.             return $this->privates['Shopware\\Core\\Content\\ProductExport\\ScheduledTask\\ProductExportGenerateTaskHandler'];
  23058.         }
  23059.         $d = ($this->services['product_export.repository'] ?? $this->getProductExport_RepositoryService());
  23060.         if (isset($this->privates['Shopware\\Core\\Content\\ProductExport\\ScheduledTask\\ProductExportGenerateTaskHandler'])) {
  23061.             return $this->privates['Shopware\\Core\\Content\\ProductExport\\ScheduledTask\\ProductExportGenerateTaskHandler'];
  23062.         }
  23063.         $e = ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService());
  23064.         if (isset($this->privates['Shopware\\Core\\Content\\ProductExport\\ScheduledTask\\ProductExportGenerateTaskHandler'])) {
  23065.             return $this->privates['Shopware\\Core\\Content\\ProductExport\\ScheduledTask\\ProductExportGenerateTaskHandler'];
  23066.         }
  23067.         return $this->privates['Shopware\\Core\\Content\\ProductExport\\ScheduledTask\\ProductExportGenerateTaskHandler'] = new \Shopware\Core\Content\ProductExport\ScheduledTask\ProductExportGenerateTaskHandler($a$b$c$d$e);
  23068.     }
  23069.     /**
  23070.      * Gets the private 'Shopware\Core\Content\ProductExport\ScheduledTask\ProductExportPartialGenerationHandler' shared service.
  23071.      *
  23072.      * @return \Shopware\Core\Content\ProductExport\ScheduledTask\ProductExportPartialGenerationHandler
  23073.      */
  23074.     protected function getProductExportPartialGenerationHandlerService()
  23075.     {
  23076.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ProductExport/ScheduledTask/ProductExportPartialGenerationHandler.php';
  23077.         $a = ($this->services['Shopware\\Core\\Content\\ProductExport\\Service\\ProductExportGenerator'] ?? $this->getProductExportGeneratorService());
  23078.         if (isset($this->privates['Shopware\\Core\\Content\\ProductExport\\ScheduledTask\\ProductExportPartialGenerationHandler'])) {
  23079.             return $this->privates['Shopware\\Core\\Content\\ProductExport\\ScheduledTask\\ProductExportPartialGenerationHandler'];
  23080.         }
  23081.         $b = ($this->services['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextFactory'] ?? $this->getSalesChannelContextFactoryService());
  23082.         if (isset($this->privates['Shopware\\Core\\Content\\ProductExport\\ScheduledTask\\ProductExportPartialGenerationHandler'])) {
  23083.             return $this->privates['Shopware\\Core\\Content\\ProductExport\\ScheduledTask\\ProductExportPartialGenerationHandler'];
  23084.         }
  23085.         $c = ($this->services['product_export.repository'] ?? $this->getProductExport_RepositoryService());
  23086.         if (isset($this->privates['Shopware\\Core\\Content\\ProductExport\\ScheduledTask\\ProductExportPartialGenerationHandler'])) {
  23087.             return $this->privates['Shopware\\Core\\Content\\ProductExport\\ScheduledTask\\ProductExportPartialGenerationHandler'];
  23088.         }
  23089.         $d = ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService());
  23090.         if (isset($this->privates['Shopware\\Core\\Content\\ProductExport\\ScheduledTask\\ProductExportPartialGenerationHandler'])) {
  23091.             return $this->privates['Shopware\\Core\\Content\\ProductExport\\ScheduledTask\\ProductExportPartialGenerationHandler'];
  23092.         }
  23093.         $e = ($this->privates['Shopware\\Core\\Content\\ProductExport\\Service\\ProductExportRenderer'] ?? $this->getProductExportRendererService());
  23094.         if (isset($this->privates['Shopware\\Core\\Content\\ProductExport\\ScheduledTask\\ProductExportPartialGenerationHandler'])) {
  23095.             return $this->privates['Shopware\\Core\\Content\\ProductExport\\ScheduledTask\\ProductExportPartialGenerationHandler'];
  23096.         }
  23097.         $f = ($this->privates['Shopware\\Core\\Framework\\Adapter\\Translation\\Translator'] ?? $this->getTranslator2Service());
  23098.         if (isset($this->privates['Shopware\\Core\\Content\\ProductExport\\ScheduledTask\\ProductExportPartialGenerationHandler'])) {
  23099.             return $this->privates['Shopware\\Core\\Content\\ProductExport\\ScheduledTask\\ProductExportPartialGenerationHandler'];
  23100.         }
  23101.         $g = ($this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextService'] ?? $this->getSalesChannelContextServiceService());
  23102.         if (isset($this->privates['Shopware\\Core\\Content\\ProductExport\\ScheduledTask\\ProductExportPartialGenerationHandler'])) {
  23103.             return $this->privates['Shopware\\Core\\Content\\ProductExport\\ScheduledTask\\ProductExportPartialGenerationHandler'];
  23104.         }
  23105.         $h = ($this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextPersister'] ?? $this->getSalesChannelContextPersisterService());
  23106.         if (isset($this->privates['Shopware\\Core\\Content\\ProductExport\\ScheduledTask\\ProductExportPartialGenerationHandler'])) {
  23107.             return $this->privates['Shopware\\Core\\Content\\ProductExport\\ScheduledTask\\ProductExportPartialGenerationHandler'];
  23108.         }
  23109.         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()));
  23110.     }
  23111.     /**
  23112.      * Gets the private 'Shopware\Core\Content\ProductExport\Service\ProductExportFileHandler' shared service.
  23113.      *
  23114.      * @return \Shopware\Core\Content\ProductExport\Service\ProductExportFileHandler
  23115.      */
  23116.     protected function getProductExportFileHandlerService()
  23117.     {
  23118.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ProductExport/Service/ProductExportFileHandlerInterface.php';
  23119.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ProductExport/Service/ProductExportFileHandler.php';
  23120.         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');
  23121.     }
  23122.     /**
  23123.      * Gets the private 'Shopware\Core\Content\ProductExport\Service\ProductExportRenderer' shared service.
  23124.      *
  23125.      * @return \Shopware\Core\Content\ProductExport\Service\ProductExportRenderer
  23126.      */
  23127.     protected function getProductExportRendererService()
  23128.     {
  23129.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ProductExport/Service/ProductExportRendererInterface.php';
  23130.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ProductExport/Service/ProductExportRenderer.php';
  23131.         $a = ($this->privates['Shopware\\Core\\Framework\\Adapter\\Twig\\StringTemplateRenderer'] ?? $this->getStringTemplateRendererService());
  23132.         if (isset($this->privates['Shopware\\Core\\Content\\ProductExport\\Service\\ProductExportRenderer'])) {
  23133.             return $this->privates['Shopware\\Core\\Content\\ProductExport\\Service\\ProductExportRenderer'];
  23134.         }
  23135.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  23136.         if (isset($this->privates['Shopware\\Core\\Content\\ProductExport\\Service\\ProductExportRenderer'])) {
  23137.             return $this->privates['Shopware\\Core\\Content\\ProductExport\\Service\\ProductExportRenderer'];
  23138.         }
  23139.         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()));
  23140.     }
  23141.     /**
  23142.      * Gets the private 'Shopware\Core\Content\ProductStream\DataAbstractionLayer\ProductStreamIndexer' shared service.
  23143.      *
  23144.      * @return \Shopware\Core\Content\ProductStream\DataAbstractionLayer\ProductStreamIndexer
  23145.      */
  23146.     protected function getProductStreamIndexerService()
  23147.     {
  23148.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Indexing/EntityIndexer.php';
  23149.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ProductStream/DataAbstractionLayer/ProductStreamIndexer.php';
  23150.         $a = ($this->services['product_stream.repository'] ?? $this->getProductStream_RepositoryService());
  23151.         if (isset($this->privates['Shopware\\Core\\Content\\ProductStream\\DataAbstractionLayer\\ProductStreamIndexer'])) {
  23152.             return $this->privates['Shopware\\Core\\Content\\ProductStream\\DataAbstractionLayer\\ProductStreamIndexer'];
  23153.         }
  23154.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  23155.         if (isset($this->privates['Shopware\\Core\\Content\\ProductStream\\DataAbstractionLayer\\ProductStreamIndexer'])) {
  23156.             return $this->privates['Shopware\\Core\\Content\\ProductStream\\DataAbstractionLayer\\ProductStreamIndexer'];
  23157.         }
  23158.         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);
  23159.     }
  23160.     /**
  23161.      * Gets the private 'Shopware\Core\Content\ProductStream\ScheduledTask\UpdateProductStreamMappingTaskHandler' shared service.
  23162.      *
  23163.      * @return \Shopware\Core\Content\ProductStream\ScheduledTask\UpdateProductStreamMappingTaskHandler
  23164.      */
  23165.     protected function getUpdateProductStreamMappingTaskHandlerService()
  23166.     {
  23167.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ProductStream/ScheduledTask/UpdateProductStreamMappingTaskHandler.php';
  23168.         $a = ($this->services['scheduled_task.repository'] ?? $this->getScheduledTask_RepositoryService());
  23169.         if (isset($this->privates['Shopware\\Core\\Content\\ProductStream\\ScheduledTask\\UpdateProductStreamMappingTaskHandler'])) {
  23170.             return $this->privates['Shopware\\Core\\Content\\ProductStream\\ScheduledTask\\UpdateProductStreamMappingTaskHandler'];
  23171.         }
  23172.         $b = ($this->services['product_stream.repository'] ?? $this->getProductStream_RepositoryService());
  23173.         if (isset($this->privates['Shopware\\Core\\Content\\ProductStream\\ScheduledTask\\UpdateProductStreamMappingTaskHandler'])) {
  23174.             return $this->privates['Shopware\\Core\\Content\\ProductStream\\ScheduledTask\\UpdateProductStreamMappingTaskHandler'];
  23175.         }
  23176.         return $this->privates['Shopware\\Core\\Content\\ProductStream\\ScheduledTask\\UpdateProductStreamMappingTaskHandler'] = new \Shopware\Core\Content\ProductStream\ScheduledTask\UpdateProductStreamMappingTaskHandler($a$b);
  23177.     }
  23178.     /**
  23179.      * Gets the private 'Shopware\Core\Content\Product\Cart\ProductCartProcessor' shared service.
  23180.      *
  23181.      * @return \Shopware\Core\Content\Product\Cart\ProductCartProcessor
  23182.      */
  23183.     protected function getProductCartProcessorService()
  23184.     {
  23185.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/CartProcessorInterface.php';
  23186.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/CartDataCollectorInterface.php';
  23187.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Cart/ProductCartProcessor.php';
  23188.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Cart/ProductGatewayInterface.php';
  23189.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Cart/ProductGateway.php';
  23190.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Cart/ProductFeatureBuilder.php';
  23191.         $a = ($this->services['sales_channel.product.repository'] ?? $this->getSalesChannel_Product_RepositoryService());
  23192.         if (isset($this->privates['Shopware\\Core\\Content\\Product\\Cart\\ProductCartProcessor'])) {
  23193.             return $this->privates['Shopware\\Core\\Content\\Product\\Cart\\ProductCartProcessor'];
  23194.         }
  23195.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  23196.         if (isset($this->privates['Shopware\\Core\\Content\\Product\\Cart\\ProductCartProcessor'])) {
  23197.             return $this->privates['Shopware\\Core\\Content\\Product\\Cart\\ProductCartProcessor'];
  23198.         }
  23199.         $c = ($this->services['custom_field.repository'] ?? $this->getCustomField_RepositoryService());
  23200.         if (isset($this->privates['Shopware\\Core\\Content\\Product\\Cart\\ProductCartProcessor'])) {
  23201.             return $this->privates['Shopware\\Core\\Content\\Product\\Cart\\ProductCartProcessor'];
  23202.         }
  23203.         $d = ($this->privates['Shopware\\Core\\Content\\Product\\SalesChannel\\Price\\ProductPriceCalculator'] ?? $this->getProductPriceCalculatorService());
  23204.         if (isset($this->privates['Shopware\\Core\\Content\\Product\\Cart\\ProductCartProcessor'])) {
  23205.             return $this->privates['Shopware\\Core\\Content\\Product\\Cart\\ProductCartProcessor'];
  23206.         }
  23207.         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()));
  23208.     }
  23209.     /**
  23210.      * Gets the private 'Shopware\Core\Content\Product\Cart\ProductLineItemCommandValidator' shared service.
  23211.      *
  23212.      * @return \Shopware\Core\Content\Product\Cart\ProductLineItemCommandValidator
  23213.      */
  23214.     protected function getProductLineItemCommandValidatorService()
  23215.     {
  23216.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Cart/ProductLineItemCommandValidator.php';
  23217.         return $this->privates['Shopware\\Core\\Content\\Product\\Cart\\ProductLineItemCommandValidator'] = new \Shopware\Core\Content\Product\Cart\ProductLineItemCommandValidator(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  23218.     }
  23219.     /**
  23220.      * Gets the private 'Shopware\Core\Content\Product\Cleanup\CleanupProductKeywordDictionaryTaskHandler' shared service.
  23221.      *
  23222.      * @return \Shopware\Core\Content\Product\Cleanup\CleanupProductKeywordDictionaryTaskHandler
  23223.      */
  23224.     protected function getCleanupProductKeywordDictionaryTaskHandlerService()
  23225.     {
  23226.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Cleanup/CleanupProductKeywordDictionaryTaskHandler.php';
  23227.         $a = ($this->services['scheduled_task.repository'] ?? $this->getScheduledTask_RepositoryService());
  23228.         if (isset($this->privates['Shopware\\Core\\Content\\Product\\Cleanup\\CleanupProductKeywordDictionaryTaskHandler'])) {
  23229.             return $this->privates['Shopware\\Core\\Content\\Product\\Cleanup\\CleanupProductKeywordDictionaryTaskHandler'];
  23230.         }
  23231.         return $this->privates['Shopware\\Core\\Content\\Product\\Cleanup\\CleanupProductKeywordDictionaryTaskHandler'] = new \Shopware\Core\Content\Product\Cleanup\CleanupProductKeywordDictionaryTaskHandler($a, ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  23232.     }
  23233.     /**
  23234.      * Gets the private 'Shopware\Core\Content\Product\Cleanup\CleanupUnusedDownloadMediaTaskHandler' shared service.
  23235.      *
  23236.      * @return \Shopware\Core\Content\Product\Cleanup\CleanupUnusedDownloadMediaTaskHandler
  23237.      */
  23238.     protected function getCleanupUnusedDownloadMediaTaskHandlerService()
  23239.     {
  23240.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Cleanup/CleanupUnusedDownloadMediaTaskHandler.php';
  23241.         $a = ($this->services['scheduled_task.repository'] ?? $this->getScheduledTask_RepositoryService());
  23242.         if (isset($this->privates['Shopware\\Core\\Content\\Product\\Cleanup\\CleanupUnusedDownloadMediaTaskHandler'])) {
  23243.             return $this->privates['Shopware\\Core\\Content\\Product\\Cleanup\\CleanupUnusedDownloadMediaTaskHandler'];
  23244.         }
  23245.         $b = ($this->privates['Shopware\\Core\\Content\\Media\\DeleteNotUsedMediaService'] ?? $this->getDeleteNotUsedMediaServiceService());
  23246.         if (isset($this->privates['Shopware\\Core\\Content\\Product\\Cleanup\\CleanupUnusedDownloadMediaTaskHandler'])) {
  23247.             return $this->privates['Shopware\\Core\\Content\\Product\\Cleanup\\CleanupUnusedDownloadMediaTaskHandler'];
  23248.         }
  23249.         return $this->privates['Shopware\\Core\\Content\\Product\\Cleanup\\CleanupUnusedDownloadMediaTaskHandler'] = new \Shopware\Core\Content\Product\Cleanup\CleanupUnusedDownloadMediaTaskHandler($a$b);
  23250.     }
  23251.     /**
  23252.      * Gets the private 'Shopware\Core\Content\Product\Cms\BuyBoxCmsElementResolver' shared service.
  23253.      *
  23254.      * @return \Shopware\Core\Content\Product\Cms\BuyBoxCmsElementResolver
  23255.      */
  23256.     protected function getBuyBoxCmsElementResolverService()
  23257.     {
  23258.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/DataResolver/Element/CmsElementResolverInterface.php';
  23259.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/DataResolver/Element/AbstractCmsElementResolver.php';
  23260.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Cms/AbstractProductDetailCmsElementResolver.php';
  23261.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Cms/BuyBoxCmsElementResolver.php';
  23262.         $a = ($this->privates['Shopware\\Storefront\\Page\\Product\\Configurator\\ProductPageConfiguratorLoader'] ?? $this->getProductPageConfiguratorLoaderService());
  23263.         if (isset($this->privates['Shopware\\Core\\Content\\Product\\Cms\\BuyBoxCmsElementResolver'])) {
  23264.             return $this->privates['Shopware\\Core\\Content\\Product\\Cms\\BuyBoxCmsElementResolver'];
  23265.         }
  23266.         $b = ($this->services['product_review.repository'] ?? $this->getProductReview_RepositoryService());
  23267.         if (isset($this->privates['Shopware\\Core\\Content\\Product\\Cms\\BuyBoxCmsElementResolver'])) {
  23268.             return $this->privates['Shopware\\Core\\Content\\Product\\Cms\\BuyBoxCmsElementResolver'];
  23269.         }
  23270.         return $this->privates['Shopware\\Core\\Content\\Product\\Cms\\BuyBoxCmsElementResolver'] = new \Shopware\Core\Content\Product\Cms\BuyBoxCmsElementResolver($a$b);
  23271.     }
  23272.     /**
  23273.      * Gets the private 'Shopware\Core\Content\Product\Cms\CrossSellingCmsElementResolver' shared service.
  23274.      *
  23275.      * @return \Shopware\Core\Content\Product\Cms\CrossSellingCmsElementResolver
  23276.      */
  23277.     protected function getCrossSellingCmsElementResolverService()
  23278.     {
  23279.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/DataResolver/Element/CmsElementResolverInterface.php';
  23280.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/DataResolver/Element/AbstractCmsElementResolver.php';
  23281.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Cms/AbstractProductDetailCmsElementResolver.php';
  23282.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Cms/CrossSellingCmsElementResolver.php';
  23283.         $a = ($this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\CrossSelling\\CachedProductCrossSellingRoute'] ?? $this->getCachedProductCrossSellingRouteService());
  23284.         if (isset($this->privates['Shopware\\Core\\Content\\Product\\Cms\\CrossSellingCmsElementResolver'])) {
  23285.             return $this->privates['Shopware\\Core\\Content\\Product\\Cms\\CrossSellingCmsElementResolver'];
  23286.         }
  23287.         return $this->privates['Shopware\\Core\\Content\\Product\\Cms\\CrossSellingCmsElementResolver'] = new \Shopware\Core\Content\Product\Cms\CrossSellingCmsElementResolver($a);
  23288.     }
  23289.     /**
  23290.      * Gets the private 'Shopware\Core\Content\Product\Cms\ProductBoxCmsElementResolver' shared service.
  23291.      *
  23292.      * @return \Shopware\Core\Content\Product\Cms\ProductBoxCmsElementResolver
  23293.      */
  23294.     protected function getProductBoxCmsElementResolverService()
  23295.     {
  23296.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/DataResolver/Element/CmsElementResolverInterface.php';
  23297.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/DataResolver/Element/AbstractCmsElementResolver.php';
  23298.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Cms/ProductBoxCmsElementResolver.php';
  23299.         $a = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  23300.         if (isset($this->privates['Shopware\\Core\\Content\\Product\\Cms\\ProductBoxCmsElementResolver'])) {
  23301.             return $this->privates['Shopware\\Core\\Content\\Product\\Cms\\ProductBoxCmsElementResolver'];
  23302.         }
  23303.         return $this->privates['Shopware\\Core\\Content\\Product\\Cms\\ProductBoxCmsElementResolver'] = new \Shopware\Core\Content\Product\Cms\ProductBoxCmsElementResolver($a);
  23304.     }
  23305.     /**
  23306.      * Gets the private 'Shopware\Core\Content\Product\Cms\ProductDescriptionReviewsCmsElementResolver' shared service.
  23307.      *
  23308.      * @return \Shopware\Core\Content\Product\Cms\ProductDescriptionReviewsCmsElementResolver
  23309.      */
  23310.     protected function getProductDescriptionReviewsCmsElementResolverService()
  23311.     {
  23312.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/DataResolver/Element/CmsElementResolverInterface.php';
  23313.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/DataResolver/Element/AbstractCmsElementResolver.php';
  23314.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Cms/AbstractProductDetailCmsElementResolver.php';
  23315.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Cms/ProductDescriptionReviewsCmsElementResolver.php';
  23316.         $a = ($this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\Review\\CachedProductReviewRoute'] ?? $this->getCachedProductReviewRouteService());
  23317.         if (isset($this->privates['Shopware\\Core\\Content\\Product\\Cms\\ProductDescriptionReviewsCmsElementResolver'])) {
  23318.             return $this->privates['Shopware\\Core\\Content\\Product\\Cms\\ProductDescriptionReviewsCmsElementResolver'];
  23319.         }
  23320.         return $this->privates['Shopware\\Core\\Content\\Product\\Cms\\ProductDescriptionReviewsCmsElementResolver'] = new \Shopware\Core\Content\Product\Cms\ProductDescriptionReviewsCmsElementResolver($a);
  23321.     }
  23322.     /**
  23323.      * Gets the private 'Shopware\Core\Content\Product\Cms\ProductListingCmsElementResolver' shared service.
  23324.      *
  23325.      * @return \Shopware\Core\Content\Product\Cms\ProductListingCmsElementResolver
  23326.      */
  23327.     protected function getProductListingCmsElementResolverService()
  23328.     {
  23329.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/DataResolver/Element/CmsElementResolverInterface.php';
  23330.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/DataResolver/Element/AbstractCmsElementResolver.php';
  23331.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Cms/ProductListingCmsElementResolver.php';
  23332.         $a = ($this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\Listing\\ResolveCriteriaProductListingRoute'] ?? $this->getResolveCriteriaProductListingRouteService());
  23333.         if (isset($this->privates['Shopware\\Core\\Content\\Product\\Cms\\ProductListingCmsElementResolver'])) {
  23334.             return $this->privates['Shopware\\Core\\Content\\Product\\Cms\\ProductListingCmsElementResolver'];
  23335.         }
  23336.         return $this->privates['Shopware\\Core\\Content\\Product\\Cms\\ProductListingCmsElementResolver'] = new \Shopware\Core\Content\Product\Cms\ProductListingCmsElementResolver($a);
  23337.     }
  23338.     /**
  23339.      * Gets the private 'Shopware\Core\Content\Product\Cms\ProductSliderCmsElementResolver' shared service.
  23340.      *
  23341.      * @return \Shopware\Core\Content\Product\Cms\ProductSliderCmsElementResolver
  23342.      */
  23343.     protected function getProductSliderCmsElementResolverService()
  23344.     {
  23345.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/DataResolver/Element/CmsElementResolverInterface.php';
  23346.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/DataResolver/Element/AbstractCmsElementResolver.php';
  23347.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Cms/ProductSliderCmsElementResolver.php';
  23348.         $a = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  23349.         if (isset($this->privates['Shopware\\Core\\Content\\Product\\Cms\\ProductSliderCmsElementResolver'])) {
  23350.             return $this->privates['Shopware\\Core\\Content\\Product\\Cms\\ProductSliderCmsElementResolver'];
  23351.         }
  23352.         return $this->privates['Shopware\\Core\\Content\\Product\\Cms\\ProductSliderCmsElementResolver'] = new \Shopware\Core\Content\Product\Cms\ProductSliderCmsElementResolver(($this->services['Shopware\\Core\\Content\\ProductStream\\Service\\ProductStreamBuilder'] ?? $this->getProductStreamBuilderService()), $a);
  23353.     }
  23354.     /**
  23355.      * Gets the private 'Shopware\Core\Content\Product\DataAbstractionLayer\ProductIndexer' shared service.
  23356.      *
  23357.      * @return \Shopware\Core\Content\Product\DataAbstractionLayer\ProductIndexer
  23358.      */
  23359.     protected function getProductIndexerService()
  23360.     {
  23361.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Indexing/EntityIndexer.php';
  23362.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/DataAbstractionLayer/ProductIndexer.php';
  23363.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/DataAbstractionLayer/VariantListingUpdater.php';
  23364.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/DataAbstractionLayer/ProductCategoryDenormalizer.php';
  23365.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/DataAbstractionLayer/RatingAverageUpdater.php';
  23366.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/DataAbstractionLayer/CheapestPriceUpdater.php';
  23367.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/DataAbstractionLayer/AbstractCheapestPriceQuantitySelector.php';
  23368.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/DataAbstractionLayer/CheapestPriceQuantitySelector.php';
  23369.         $a = ($this->services['product.repository'] ?? $this->getProduct_RepositoryService());
  23370.         if (isset($this->privates['Shopware\\Core\\Content\\Product\\DataAbstractionLayer\\ProductIndexer'])) {
  23371.             return $this->privates['Shopware\\Core\\Content\\Product\\DataAbstractionLayer\\ProductIndexer'];
  23372.         }
  23373.         $b = ($this->privates['Shopware\\Elasticsearch\\Product\\SearchKeywordReplacement'] ?? $this->getSearchKeywordReplacementService());
  23374.         if (isset($this->privates['Shopware\\Core\\Content\\Product\\DataAbstractionLayer\\ProductIndexer'])) {
  23375.             return $this->privates['Shopware\\Core\\Content\\Product\\DataAbstractionLayer\\ProductIndexer'];
  23376.         }
  23377.         $c = ($this->privates['Shopware\\Core\\Content\\Product\\DataAbstractionLayer\\StockUpdater'] ?? $this->getStockUpdaterService());
  23378.         if (isset($this->privates['Shopware\\Core\\Content\\Product\\DataAbstractionLayer\\ProductIndexer'])) {
  23379.             return $this->privates['Shopware\\Core\\Content\\Product\\DataAbstractionLayer\\ProductIndexer'];
  23380.         }
  23381.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  23382.         if (isset($this->privates['Shopware\\Core\\Content\\Product\\DataAbstractionLayer\\ProductIndexer'])) {
  23383.             return $this->privates['Shopware\\Core\\Content\\Product\\DataAbstractionLayer\\ProductIndexer'];
  23384.         }
  23385.         $e = ($this->privates['Shopware\\Core\\Content\\Product\\DataAbstractionLayer\\ProductStreamUpdater'] ?? $this->getProductStreamUpdaterService());
  23386.         if (isset($this->privates['Shopware\\Core\\Content\\Product\\DataAbstractionLayer\\ProductIndexer'])) {
  23387.             return $this->privates['Shopware\\Core\\Content\\Product\\DataAbstractionLayer\\ProductIndexer'];
  23388.         }
  23389.         $f = ($this->privates['Shopware\\Core\\Content\\Product\\DataAbstractionLayer\\StatesUpdater'] ?? $this->getStatesUpdaterService());
  23390.         if (isset($this->privates['Shopware\\Core\\Content\\Product\\DataAbstractionLayer\\ProductIndexer'])) {
  23391.             return $this->privates['Shopware\\Core\\Content\\Product\\DataAbstractionLayer\\ProductIndexer'];
  23392.         }
  23393.         $g = ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService());
  23394.         if (isset($this->privates['Shopware\\Core\\Content\\Product\\DataAbstractionLayer\\ProductIndexer'])) {
  23395.             return $this->privates['Shopware\\Core\\Content\\Product\\DataAbstractionLayer\\ProductIndexer'];
  23396.         }
  23397.         $h = ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService());
  23398.         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);
  23399.     }
  23400.     /**
  23401.      * Gets the private 'Shopware\Core\Content\Product\DataAbstractionLayer\ProductStreamUpdater' shared service.
  23402.      *
  23403.      * @return \Shopware\Core\Content\Product\DataAbstractionLayer\ProductStreamUpdater
  23404.      */
  23405.     protected function getProductStreamUpdaterService()
  23406.     {
  23407.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Indexing/EntityIndexer.php';
  23408.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/DataAbstractionLayer/ProductStreamUpdater.php';
  23409.         $a = ($this->services['product.repository'] ?? $this->getProduct_RepositoryService());
  23410.         if (isset($this->privates['Shopware\\Core\\Content\\Product\\DataAbstractionLayer\\ProductStreamUpdater'])) {
  23411.             return $this->privates['Shopware\\Core\\Content\\Product\\DataAbstractionLayer\\ProductStreamUpdater'];
  23412.         }
  23413.         $b = ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService());
  23414.         if (isset($this->privates['Shopware\\Core\\Content\\Product\\DataAbstractionLayer\\ProductStreamUpdater'])) {
  23415.             return $this->privates['Shopware\\Core\\Content\\Product\\DataAbstractionLayer\\ProductStreamUpdater'];
  23416.         }
  23417.         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()));
  23418.     }
  23419.     /**
  23420.      * Gets the private 'Shopware\Core\Content\Product\DataAbstractionLayer\StatesUpdater' shared service.
  23421.      *
  23422.      * @return \Shopware\Core\Content\Product\DataAbstractionLayer\StatesUpdater
  23423.      */
  23424.     protected function getStatesUpdaterService()
  23425.     {
  23426.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/DataAbstractionLayer/StatesUpdater.php';
  23427.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  23428.         if (isset($this->privates['Shopware\\Core\\Content\\Product\\DataAbstractionLayer\\StatesUpdater'])) {
  23429.             return $this->privates['Shopware\\Core\\Content\\Product\\DataAbstractionLayer\\StatesUpdater'];
  23430.         }
  23431.         return $this->privates['Shopware\\Core\\Content\\Product\\DataAbstractionLayer\\StatesUpdater'] = new \Shopware\Core\Content\Product\DataAbstractionLayer\StatesUpdater(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()), $a);
  23432.     }
  23433.     /**
  23434.      * Gets the private 'Shopware\Core\Content\Product\DataAbstractionLayer\StockUpdater' shared service.
  23435.      *
  23436.      * @return \Shopware\Core\Content\Product\DataAbstractionLayer\StockUpdater
  23437.      */
  23438.     protected function getStockUpdaterService()
  23439.     {
  23440.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/DataAbstractionLayer/StockUpdater.php';
  23441.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/DataAbstractionLayer/StockUpdate/StockUpdateFilterProvider.php';
  23442.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  23443.         if (isset($this->privates['Shopware\\Core\\Content\\Product\\DataAbstractionLayer\\StockUpdater'])) {
  23444.             return $this->privates['Shopware\\Core\\Content\\Product\\DataAbstractionLayer\\StockUpdater'];
  23445.         }
  23446.         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 () {
  23447.             return new \EmptyIterator();
  23448.         }, 0)));
  23449.     }
  23450.     /**
  23451.      * Gets the private 'Shopware\Core\Content\Product\SalesChannel\Listing\ProductListingFeaturesSubscriber' shared service.
  23452.      *
  23453.      * @return \Shopware\Core\Content\Product\SalesChannel\Listing\ProductListingFeaturesSubscriber
  23454.      */
  23455.     protected function getProductListingFeaturesSubscriberService()
  23456.     {
  23457.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/Listing/ProductListingFeaturesSubscriber.php';
  23458.         $a = ($this->services['property_group_option.repository'] ?? $this->getPropertyGroupOption_RepositoryService());
  23459.         if (isset($this->privates['Shopware\\Core\\Content\\Product\\SalesChannel\\Listing\\ProductListingFeaturesSubscriber'])) {
  23460.             return $this->privates['Shopware\\Core\\Content\\Product\\SalesChannel\\Listing\\ProductListingFeaturesSubscriber'];
  23461.         }
  23462.         $b = ($this->services['product_sorting.repository'] ?? $this->getProductSorting_RepositoryService());
  23463.         if (isset($this->privates['Shopware\\Core\\Content\\Product\\SalesChannel\\Listing\\ProductListingFeaturesSubscriber'])) {
  23464.             return $this->privates['Shopware\\Core\\Content\\Product\\SalesChannel\\Listing\\ProductListingFeaturesSubscriber'];
  23465.         }
  23466.         $c = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  23467.         if (isset($this->privates['Shopware\\Core\\Content\\Product\\SalesChannel\\Listing\\ProductListingFeaturesSubscriber'])) {
  23468.             return $this->privates['Shopware\\Core\\Content\\Product\\SalesChannel\\Listing\\ProductListingFeaturesSubscriber'];
  23469.         }
  23470.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  23471.         if (isset($this->privates['Shopware\\Core\\Content\\Product\\SalesChannel\\Listing\\ProductListingFeaturesSubscriber'])) {
  23472.             return $this->privates['Shopware\\Core\\Content\\Product\\SalesChannel\\Listing\\ProductListingFeaturesSubscriber'];
  23473.         }
  23474.         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);
  23475.     }
  23476.     /**
  23477.      * Gets the private 'Shopware\Core\Content\Product\SalesChannel\Listing\ProductListingLoader' shared service.
  23478.      *
  23479.      * @return \Shopware\Core\Content\Product\SalesChannel\Listing\ProductListingLoader
  23480.      */
  23481.     protected function getProductListingLoaderService()
  23482.     {
  23483.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/Listing/ProductListingLoader.php';
  23484.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/AbstractProductCloseoutFilterFactory.php';
  23485.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/ProductCloseoutFilterFactory.php';
  23486.         $a = ($this->services['sales_channel.product.repository'] ?? $this->getSalesChannel_Product_RepositoryService());
  23487.         if (isset($this->privates['Shopware\\Core\\Content\\Product\\SalesChannel\\Listing\\ProductListingLoader'])) {
  23488.             return $this->privates['Shopware\\Core\\Content\\Product\\SalesChannel\\Listing\\ProductListingLoader'];
  23489.         }
  23490.         $b = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  23491.         if (isset($this->privates['Shopware\\Core\\Content\\Product\\SalesChannel\\Listing\\ProductListingLoader'])) {
  23492.             return $this->privates['Shopware\\Core\\Content\\Product\\SalesChannel\\Listing\\ProductListingLoader'];
  23493.         }
  23494.         $c = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  23495.         if (isset($this->privates['Shopware\\Core\\Content\\Product\\SalesChannel\\Listing\\ProductListingLoader'])) {
  23496.             return $this->privates['Shopware\\Core\\Content\\Product\\SalesChannel\\Listing\\ProductListingLoader'];
  23497.         }
  23498.         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())));
  23499.     }
  23500.     /**
  23501.      * Gets the private 'Shopware\Core\Content\Product\SalesChannel\Price\ProductPriceCalculator' shared service.
  23502.      *
  23503.      * @return \Shopware\Core\Content\Product\SalesChannel\Price\ProductPriceCalculator
  23504.      */
  23505.     protected function getProductPriceCalculatorService()
  23506.     {
  23507.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/Price/AbstractProductPriceCalculator.php';
  23508.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/Price/ProductPriceCalculator.php';
  23509.         $a = ($this->services['unit.repository'] ?? $this->getUnit_RepositoryService());
  23510.         if (isset($this->privates['Shopware\\Core\\Content\\Product\\SalesChannel\\Price\\ProductPriceCalculator'])) {
  23511.             return $this->privates['Shopware\\Core\\Content\\Product\\SalesChannel\\Price\\ProductPriceCalculator'];
  23512.         }
  23513.         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()));
  23514.     }
  23515.     /**
  23516.      * Gets the private 'Shopware\Core\Content\Product\Subscriber\ProductSubscriber' shared service.
  23517.      *
  23518.      * @return \Shopware\Core\Content\Product\Subscriber\ProductSubscriber
  23519.      */
  23520.     protected function getProductSubscriberService()
  23521.     {
  23522.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Subscriber/ProductSubscriber.php';
  23523.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/AbstractSalesChannelProductBuilder.php';
  23524.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannelProductBuilder.php';
  23525.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/AbstractPropertyGroupSorter.php';
  23526.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/PropertyGroupSorter.php';
  23527.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/AbstractProductMaxPurchaseCalculator.php';
  23528.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/ProductMaxPurchaseCalculator.php';
  23529.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/AbstractIsNewDetector.php';
  23530.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/IsNewDetector.php';
  23531.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/AbstractProductVariationBuilder.php';
  23532.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/ProductVariationBuilder.php';
  23533.         $a = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  23534.         if (isset($this->privates['Shopware\\Core\\Content\\Product\\Subscriber\\ProductSubscriber'])) {
  23535.             return $this->privates['Shopware\\Core\\Content\\Product\\Subscriber\\ProductSubscriber'];
  23536.         }
  23537.         $b = ($this->privates['Shopware\\Core\\Content\\Product\\SalesChannel\\Price\\ProductPriceCalculator'] ?? $this->getProductPriceCalculatorService());
  23538.         if (isset($this->privates['Shopware\\Core\\Content\\Product\\Subscriber\\ProductSubscriber'])) {
  23539.             return $this->privates['Shopware\\Core\\Content\\Product\\Subscriber\\ProductSubscriber'];
  23540.         }
  23541.         $c = new \Shopware\Core\Content\Product\PropertyGroupSorter();
  23542.         $d = new \Shopware\Core\Content\Product\ProductMaxPurchaseCalculator($a);
  23543.         $e = new \Shopware\Core\Content\Product\IsNewDetector($a);
  23544.         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);
  23545.     }
  23546.     /**
  23547.      * Gets the private 'Shopware\Core\Content\Rule\DataAbstractionLayer\RuleAreaUpdater' shared service.
  23548.      *
  23549.      * @return \Shopware\Core\Content\Rule\DataAbstractionLayer\RuleAreaUpdater
  23550.      */
  23551.     protected function getRuleAreaUpdaterService()
  23552.     {
  23553.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Rule/DataAbstractionLayer/RuleAreaUpdater.php';
  23554.         $a = ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidator'] ?? $this->getCacheInvalidatorService());
  23555.         if (isset($this->privates['Shopware\\Core\\Content\\Rule\\DataAbstractionLayer\\RuleAreaUpdater'])) {
  23556.             return $this->privates['Shopware\\Core\\Content\\Rule\\DataAbstractionLayer\\RuleAreaUpdater'];
  23557.         }
  23558.         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);
  23559.     }
  23560.     /**
  23561.      * Gets the private 'Shopware\Core\Content\Rule\DataAbstractionLayer\RuleIndexer' shared service.
  23562.      *
  23563.      * @return \Shopware\Core\Content\Rule\DataAbstractionLayer\RuleIndexer
  23564.      */
  23565.     protected function getRuleIndexerService()
  23566.     {
  23567.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Indexing/EntityIndexer.php';
  23568.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Rule/DataAbstractionLayer/RuleIndexer.php';
  23569.         $a = ($this->services['rule.repository'] ?? $this->getRule_RepositoryService());
  23570.         if (isset($this->privates['Shopware\\Core\\Content\\Rule\\DataAbstractionLayer\\RuleIndexer'])) {
  23571.             return $this->privates['Shopware\\Core\\Content\\Rule\\DataAbstractionLayer\\RuleIndexer'];
  23572.         }
  23573.         $b = ($this->privates['Shopware\\Core\\Content\\Rule\\DataAbstractionLayer\\RuleAreaUpdater'] ?? $this->getRuleAreaUpdaterService());
  23574.         if (isset($this->privates['Shopware\\Core\\Content\\Rule\\DataAbstractionLayer\\RuleIndexer'])) {
  23575.             return $this->privates['Shopware\\Core\\Content\\Rule\\DataAbstractionLayer\\RuleIndexer'];
  23576.         }
  23577.         $c = ($this->privates['Shopware\\Core\\Checkout\\Cart\\CartRuleLoader'] ?? $this->getCartRuleLoaderService());
  23578.         if (isset($this->privates['Shopware\\Core\\Content\\Rule\\DataAbstractionLayer\\RuleIndexer'])) {
  23579.             return $this->privates['Shopware\\Core\\Content\\Rule\\DataAbstractionLayer\\RuleIndexer'];
  23580.         }
  23581.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  23582.         if (isset($this->privates['Shopware\\Core\\Content\\Rule\\DataAbstractionLayer\\RuleIndexer'])) {
  23583.             return $this->privates['Shopware\\Core\\Content\\Rule\\DataAbstractionLayer\\RuleIndexer'];
  23584.         }
  23585.         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);
  23586.     }
  23587.     /**
  23588.      * Gets the private 'Shopware\Core\Content\Rule\DataAbstractionLayer\RulePayloadSubscriber' shared service.
  23589.      *
  23590.      * @return \Shopware\Core\Content\Rule\DataAbstractionLayer\RulePayloadSubscriber
  23591.      */
  23592.     protected function getRulePayloadSubscriberService()
  23593.     {
  23594.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Rule/DataAbstractionLayer/RulePayloadSubscriber.php';
  23595.         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);
  23596.     }
  23597.     /**
  23598.      * Gets the private 'Shopware\Core\Content\Rule\DataAbstractionLayer\RulePayloadUpdater' shared service.
  23599.      *
  23600.      * @return \Shopware\Core\Content\Rule\DataAbstractionLayer\RulePayloadUpdater
  23601.      */
  23602.     protected function getRulePayloadUpdaterService()
  23603.     {
  23604.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Rule/DataAbstractionLayer/RulePayloadUpdater.php';
  23605.         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()));
  23606.     }
  23607.     /**
  23608.      * Gets the private 'Shopware\Core\Content\Rule\RuleValidator' shared service.
  23609.      *
  23610.      * @return \Shopware\Core\Content\Rule\RuleValidator
  23611.      */
  23612.     protected function getRuleValidatorService()
  23613.     {
  23614.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Rule/RuleValidator.php';
  23615.         $a = ($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService());
  23616.         if (isset($this->privates['Shopware\\Core\\Content\\Rule\\RuleValidator'])) {
  23617.             return $this->privates['Shopware\\Core\\Content\\Rule\\RuleValidator'];
  23618.         }
  23619.         $b = ($this->services['rule_condition.repository'] ?? $this->getRuleCondition_RepositoryService());
  23620.         if (isset($this->privates['Shopware\\Core\\Content\\Rule\\RuleValidator'])) {
  23621.             return $this->privates['Shopware\\Core\\Content\\Rule\\RuleValidator'];
  23622.         }
  23623.         $c = ($this->services['app_script_condition.repository'] ?? $this->getAppScriptCondition_RepositoryService());
  23624.         if (isset($this->privates['Shopware\\Core\\Content\\Rule\\RuleValidator'])) {
  23625.             return $this->privates['Shopware\\Core\\Content\\Rule\\RuleValidator'];
  23626.         }
  23627.         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);
  23628.     }
  23629.     /**
  23630.      * Gets the private 'Shopware\Core\Content\Seo\SalesChannel\StoreApiSeoResolver' shared service.
  23631.      *
  23632.      * @return \Shopware\Core\Content\Seo\SalesChannel\StoreApiSeoResolver
  23633.      */
  23634.     protected function getStoreApiSeoResolverService()
  23635.     {
  23636.         $a = ($this->services['sales_channel.seo_url.repository'] ?? $this->getSalesChannel_SeoUrl_RepositoryService());
  23637.         if (isset($this->privates['Shopware\\Core\\Content\\Seo\\SalesChannel\\StoreApiSeoResolver'])) {
  23638.             return $this->privates['Shopware\\Core\\Content\\Seo\\SalesChannel\\StoreApiSeoResolver'];
  23639.         }
  23640.         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()));
  23641.     }
  23642.     /**
  23643.      * Gets the private 'Shopware\Core\Content\Seo\SeoUrlGenerator' shared service.
  23644.      *
  23645.      * @return \Shopware\Core\Content\Seo\SeoUrlGenerator
  23646.      */
  23647.     protected function getSeoUrlGeneratorService()
  23648.     {
  23649.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Seo/SeoUrlGenerator.php';
  23650.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Seo/SeoUrlTwigFactory.php';
  23651.         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 () {
  23652.             return new \EmptyIterator();
  23653.         }, 0)), ($this->privates['Shopware\\Core\\Framework\\Adapter\\Twig\\TwigVariableParser'] ?? $this->getTwigVariableParserService()));
  23654.     }
  23655.     /**
  23656.      * Gets the private 'Shopware\Core\Content\Seo\SeoUrlPersister' shared service.
  23657.      *
  23658.      * @return \Shopware\Core\Content\Seo\SeoUrlPersister
  23659.      */
  23660.     protected function getSeoUrlPersisterService()
  23661.     {
  23662.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Seo/SeoUrlPersister.php';
  23663.         $a = ($this->services['seo_url.repository'] ?? $this->getSeoUrl_RepositoryService());
  23664.         if (isset($this->privates['Shopware\\Core\\Content\\Seo\\SeoUrlPersister'])) {
  23665.             return $this->privates['Shopware\\Core\\Content\\Seo\\SeoUrlPersister'];
  23666.         }
  23667.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  23668.         if (isset($this->privates['Shopware\\Core\\Content\\Seo\\SeoUrlPersister'])) {
  23669.             return $this->privates['Shopware\\Core\\Content\\Seo\\SeoUrlPersister'];
  23670.         }
  23671.         return $this->privates['Shopware\\Core\\Content\\Seo\\SeoUrlPersister'] = new \Shopware\Core\Content\Seo\SeoUrlPersister(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()), $a$b);
  23672.     }
  23673.     /**
  23674.      * Gets the private 'Shopware\Core\Content\Seo\SeoUrlRoute\SeoUrlRouteRegistry' shared service.
  23675.      *
  23676.      * @return \Shopware\Core\Content\Seo\SeoUrlRoute\SeoUrlRouteRegistry
  23677.      */
  23678.     protected function getSeoUrlRouteRegistryService()
  23679.     {
  23680.         return $this->privates['Shopware\\Core\\Content\\Seo\\SeoUrlRoute\\SeoUrlRouteRegistry'] = new \Shopware\Core\Content\Seo\SeoUrlRoute\SeoUrlRouteRegistry(new RewindableGenerator(function () {
  23681.             yield => ($this->privates['Shopware\\Storefront\\Framework\\Seo\\SeoUrlRoute\\ProductPageSeoUrlRoute'] ?? $this->getProductPageSeoUrlRouteService());
  23682.             yield => ($this->privates['Shopware\\Storefront\\Framework\\Seo\\SeoUrlRoute\\NavigationPageSeoUrlRoute'] ?? $this->getNavigationPageSeoUrlRouteService());
  23683.             yield => ($this->privates['Shopware\\Storefront\\Framework\\Seo\\SeoUrlRoute\\LandingPageSeoUrlRoute'] ?? $this->getLandingPageSeoUrlRouteService());
  23684.         }, 3));
  23685.     }
  23686.     /**
  23687.      * Gets the private 'Shopware\Core\Content\Sitemap\Commands\SitemapGenerateCommand' shared service.
  23688.      *
  23689.      * @return \Shopware\Core\Content\Sitemap\Commands\SitemapGenerateCommand
  23690.      */
  23691.     protected function getSitemapGenerateCommandService()
  23692.     {
  23693.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  23694.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Sitemap/Commands/SitemapGenerateCommand.php';
  23695.         $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()));
  23696.         $instance->setName('sitemap:generate');
  23697.         return $instance;
  23698.     }
  23699.     /**
  23700.      * Gets the private 'Shopware\Core\Content\Sitemap\ConfigHandler\File' shared service.
  23701.      *
  23702.      * @return \Shopware\Core\Content\Sitemap\ConfigHandler\File
  23703.      */
  23704.     protected function getFileService()
  23705.     {
  23706.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Sitemap/ConfigHandler/ConfigHandlerInterface.php';
  23707.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Sitemap/ConfigHandler/File.php';
  23708.         return $this->privates['Shopware\\Core\\Content\\Sitemap\\ConfigHandler\\File'] = new \Shopware\Core\Content\Sitemap\ConfigHandler\File($this->parameters['shopware.sitemap']);
  23709.     }
  23710.     /**
  23711.      * Gets the private 'Shopware\Core\Content\Sitemap\Provider\CategoryUrlProvider' shared service.
  23712.      *
  23713.      * @return \Shopware\Core\Content\Sitemap\Provider\CategoryUrlProvider
  23714.      */
  23715.     protected function getCategoryUrlProviderService()
  23716.     {
  23717.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Sitemap/Provider/UrlProviderInterface.php';
  23718.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Sitemap/Provider/AbstractUrlProvider.php';
  23719.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Sitemap/Provider/CategoryUrlProvider.php';
  23720.         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->getCategoryDefinitionService()), ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Dbal\\Common\\IteratorFactory'] ?? $this->getIteratorFactoryService()), ($this->services['router'] ?? $this->getRouterService()));
  23721.     }
  23722.     /**
  23723.      * Gets the private 'Shopware\Core\Content\Sitemap\Provider\CustomUrlProvider' shared service.
  23724.      *
  23725.      * @return \Shopware\Core\Content\Sitemap\Provider\CustomUrlProvider
  23726.      */
  23727.     protected function getCustomUrlProviderService()
  23728.     {
  23729.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Sitemap/Provider/UrlProviderInterface.php';
  23730.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Sitemap/Provider/AbstractUrlProvider.php';
  23731.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Sitemap/Provider/CustomUrlProvider.php';
  23732.         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()));
  23733.     }
  23734.     /**
  23735.      * Gets the private 'Shopware\Core\Content\Sitemap\Provider\ProductUrlProvider' shared service.
  23736.      *
  23737.      * @return \Shopware\Core\Content\Sitemap\Provider\ProductUrlProvider
  23738.      */
  23739.     protected function getProductUrlProviderService()
  23740.     {
  23741.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Sitemap/Provider/UrlProviderInterface.php';
  23742.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Sitemap/Provider/AbstractUrlProvider.php';
  23743.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Sitemap/Provider/ProductUrlProvider.php';
  23744.         $a = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  23745.         if (isset($this->privates['Shopware\\Core\\Content\\Sitemap\\Provider\\ProductUrlProvider'])) {
  23746.             return $this->privates['Shopware\\Core\\Content\\Sitemap\\Provider\\ProductUrlProvider'];
  23747.         }
  23748.         return $this->privates['Shopware\\Core\\Content\\Sitemap\\Provider\\ProductUrlProvider'] = 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()), $a);
  23749.     }
  23750.     /**
  23751.      * Gets the private 'Shopware\Core\Content\Sitemap\ScheduledTask\SitemapGenerateTaskHandler' shared service.
  23752.      *
  23753.      * @return \Shopware\Core\Content\Sitemap\ScheduledTask\SitemapGenerateTaskHandler
  23754.      */
  23755.     protected function getSitemapGenerateTaskHandlerService()
  23756.     {
  23757.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Sitemap/ScheduledTask/SitemapGenerateTaskHandler.php';
  23758.         $a = ($this->services['scheduled_task.repository'] ?? $this->getScheduledTask_RepositoryService());
  23759.         if (isset($this->privates['Shopware\\Core\\Content\\Sitemap\\ScheduledTask\\SitemapGenerateTaskHandler'])) {
  23760.             return $this->privates['Shopware\\Core\\Content\\Sitemap\\ScheduledTask\\SitemapGenerateTaskHandler'];
  23761.         }
  23762.         $b = ($this->services['sales_channel.repository'] ?? $this->getSalesChannel_RepositoryService());
  23763.         if (isset($this->privates['Shopware\\Core\\Content\\Sitemap\\ScheduledTask\\SitemapGenerateTaskHandler'])) {
  23764.             return $this->privates['Shopware\\Core\\Content\\Sitemap\\ScheduledTask\\SitemapGenerateTaskHandler'];
  23765.         }
  23766.         $c = ($this->services['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextFactory'] ?? $this->getSalesChannelContextFactoryService());
  23767.         if (isset($this->privates['Shopware\\Core\\Content\\Sitemap\\ScheduledTask\\SitemapGenerateTaskHandler'])) {
  23768.             return $this->privates['Shopware\\Core\\Content\\Sitemap\\ScheduledTask\\SitemapGenerateTaskHandler'];
  23769.         }
  23770.         $d = ($this->privates['Shopware\\Core\\Content\\Sitemap\\Service\\SitemapExporter'] ?? $this->getSitemapExporterService());
  23771.         if (isset($this->privates['Shopware\\Core\\Content\\Sitemap\\ScheduledTask\\SitemapGenerateTaskHandler'])) {
  23772.             return $this->privates['Shopware\\Core\\Content\\Sitemap\\ScheduledTask\\SitemapGenerateTaskHandler'];
  23773.         }
  23774.         $e = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  23775.         if (isset($this->privates['Shopware\\Core\\Content\\Sitemap\\ScheduledTask\\SitemapGenerateTaskHandler'])) {
  23776.             return $this->privates['Shopware\\Core\\Content\\Sitemap\\ScheduledTask\\SitemapGenerateTaskHandler'];
  23777.         }
  23778.         $f = ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService());
  23779.         if (isset($this->privates['Shopware\\Core\\Content\\Sitemap\\ScheduledTask\\SitemapGenerateTaskHandler'])) {
  23780.             return $this->privates['Shopware\\Core\\Content\\Sitemap\\ScheduledTask\\SitemapGenerateTaskHandler'];
  23781.         }
  23782.         $g = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  23783.         if (isset($this->privates['Shopware\\Core\\Content\\Sitemap\\ScheduledTask\\SitemapGenerateTaskHandler'])) {
  23784.             return $this->privates['Shopware\\Core\\Content\\Sitemap\\ScheduledTask\\SitemapGenerateTaskHandler'];
  23785.         }
  23786.         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);
  23787.     }
  23788.     /**
  23789.      * Gets the private 'Shopware\Core\Content\Sitemap\Service\ConfigHandler' shared service.
  23790.      *
  23791.      * @return \Shopware\Core\Content\Sitemap\Service\ConfigHandler
  23792.      */
  23793.     protected function getConfigHandlerService()
  23794.     {
  23795.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Sitemap/Service/ConfigHandler.php';
  23796.         return $this->privates['Shopware\\Core\\Content\\Sitemap\\Service\\ConfigHandler'] = new \Shopware\Core\Content\Sitemap\Service\ConfigHandler(new RewindableGenerator(function () {
  23797.             yield => ($this->privates['Shopware\\Core\\Content\\Sitemap\\ConfigHandler\\File'] ?? $this->getFileService());
  23798.         }, 1));
  23799.     }
  23800.     /**
  23801.      * Gets the private 'Shopware\Core\Content\Sitemap\Service\SitemapExporter' shared service.
  23802.      *
  23803.      * @return \Shopware\Core\Content\Sitemap\Service\SitemapExporter
  23804.      */
  23805.     protected function getSitemapExporterService()
  23806.     {
  23807.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Sitemap/Service/SitemapExporterInterface.php';
  23808.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Sitemap/Service/SitemapExporter.php';
  23809.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Sitemap/Service/SitemapHandleFactoryInterface.php';
  23810.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Sitemap/Service/SitemapHandleFactory.php';
  23811.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  23812.         if (isset($this->privates['Shopware\\Core\\Content\\Sitemap\\Service\\SitemapExporter'])) {
  23813.             return $this->privates['Shopware\\Core\\Content\\Sitemap\\Service\\SitemapExporter'];
  23814.         }
  23815.         return $this->privates['Shopware\\Core\\Content\\Sitemap\\Service\\SitemapExporter'] = new \Shopware\Core\Content\Sitemap\Service\SitemapExporter(new RewindableGenerator(function () {
  23816.             yield => ($this->privates['Shopware\\Core\\Content\\Sitemap\\Provider\\HomeUrlProvider'] ?? ($this->privates['Shopware\\Core\\Content\\Sitemap\\Provider\\HomeUrlProvider'] = new \Shopware\Core\Content\Sitemap\Provider\HomeUrlProvider()));
  23817.             yield => ($this->privates['Shopware\\Core\\Content\\Sitemap\\Provider\\CategoryUrlProvider'] ?? $this->getCategoryUrlProviderService());
  23818.             yield => ($this->privates['Shopware\\Core\\Content\\Sitemap\\Provider\\CustomUrlProvider'] ?? $this->getCustomUrlProviderService());
  23819.             yield => ($this->privates['Shopware\\Core\\Content\\Sitemap\\Provider\\ProductUrlProvider'] ?? $this->getProductUrlProviderService());
  23820.         }, 4), ($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);
  23821.     }
  23822.     /**
  23823.      * Gets the private 'Shopware\Core\Framework\Adapter\Cache\CacheClearer' shared service.
  23824.      *
  23825.      * @return \Shopware\Core\Framework\Adapter\Cache\CacheClearer
  23826.      */
  23827.     protected function getCacheClearer2Service()
  23828.     {
  23829.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Cache/CacheClearer.php';
  23830.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  23831.         $a = ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService());
  23832.         if (isset($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheClearer'])) {
  23833.             return $this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheClearer'];
  23834.         }
  23835.         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);
  23836.     }
  23837.     /**
  23838.      * Gets the private 'Shopware\Core\Framework\Adapter\Cache\CacheDecorator' shared service.
  23839.      *
  23840.      * @return \Shopware\Core\Framework\Adapter\Cache\CacheDecorator
  23841.      */
  23842.     protected function getCacheDecoratorService()
  23843.     {
  23844.         $a = new \Symfony\Component\Cache\Adapter\TagAwareAdapter(($this->privates['.cache.object.inner'] ?? $this->get_Cache_Object_InnerService()), ($this->privates['cache.tags'] ?? $this->getCache_TagsService()));
  23845.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  23846.         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())));
  23847.     }
  23848.     /**
  23849.      * Gets the private 'Shopware\Core\Framework\Adapter\Cache\CacheInvalidationSubscriber' shared service.
  23850.      *
  23851.      * @return \Shopware\Core\Framework\Adapter\Cache\CacheInvalidationSubscriber
  23852.      */
  23853.     protected function getCacheInvalidationSubscriberService()
  23854.     {
  23855.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Cache/CacheInvalidationSubscriber.php';
  23856.         $a = ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidator'] ?? $this->getCacheInvalidatorService());
  23857.         if (isset($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'])) {
  23858.             return $this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'];
  23859.         }
  23860.         return $this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] = new \Shopware\Core\Framework\Adapter\Cache\CacheInvalidationSubscriber($a, ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  23861.     }
  23862.     /**
  23863.      * Gets the private 'Shopware\Core\Framework\Adapter\Cache\CacheInvalidator' shared service.
  23864.      *
  23865.      * @return \Shopware\Core\Framework\Adapter\Cache\CacheInvalidator
  23866.      */
  23867.     protected function getCacheInvalidatorService()
  23868.     {
  23869.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  23870.         if (isset($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidator'])) {
  23871.             return $this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidator'];
  23872.         }
  23873.         $b = ($this->services['scheduled_task.repository'] ?? $this->getScheduledTask_RepositoryService());
  23874.         if (isset($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidator'])) {
  23875.             return $this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidator'];
  23876.         }
  23877.         $c = ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheDecorator'] ?? $this->getCacheDecoratorService());
  23878.         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);
  23879.     }
  23880.     /**
  23881.      * Gets the private 'Shopware\Core\Framework\Adapter\Cache\CacheStateSubscriber' shared service.
  23882.      *
  23883.      * @return \Shopware\Core\Framework\Adapter\Cache\CacheStateSubscriber
  23884.      */
  23885.     protected function getCacheStateSubscriberService()
  23886.     {
  23887.         $a = ($this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'] ?? $this->getCartServiceService());
  23888.         if (isset($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheStateSubscriber'])) {
  23889.             return $this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheStateSubscriber'];
  23890.         }
  23891.         return $this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheStateSubscriber'] = new \Shopware\Core\Framework\Adapter\Cache\CacheStateSubscriber($a);
  23892.     }
  23893.     /**
  23894.      * Gets the private 'Shopware\Core\Framework\Adapter\Cache\InvalidateCacheTaskHandler' shared service.
  23895.      *
  23896.      * @return \Shopware\Core\Framework\Adapter\Cache\InvalidateCacheTaskHandler
  23897.      */
  23898.     protected function getInvalidateCacheTaskHandlerService()
  23899.     {
  23900.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Cache/InvalidateCacheTaskHandler.php';
  23901.         $a = ($this->services['scheduled_task.repository'] ?? $this->getScheduledTask_RepositoryService());
  23902.         if (isset($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\InvalidateCacheTaskHandler'])) {
  23903.             return $this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\InvalidateCacheTaskHandler'];
  23904.         }
  23905.         $b = ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidator'] ?? $this->getCacheInvalidatorService());
  23906.         if (isset($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\InvalidateCacheTaskHandler'])) {
  23907.             return $this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\InvalidateCacheTaskHandler'];
  23908.         }
  23909.         return $this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\InvalidateCacheTaskHandler'] = new \Shopware\Core\Framework\Adapter\Cache\InvalidateCacheTaskHandler($a$b0);
  23910.     }
  23911.     /**
  23912.      * Gets the private 'Shopware\Core\Framework\Adapter\Cache\Message\CleanupOldCacheFoldersHandler' shared service.
  23913.      *
  23914.      * @return \Shopware\Core\Framework\Adapter\Cache\Message\CleanupOldCacheFoldersHandler
  23915.      */
  23916.     protected function getCleanupOldCacheFoldersHandlerService()
  23917.     {
  23918.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Cache/Message/CleanupOldCacheFoldersHandler.php';
  23919.         $a = ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheClearer'] ?? $this->getCacheClearer2Service());
  23920.         if (isset($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\Message\\CleanupOldCacheFoldersHandler'])) {
  23921.             return $this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\Message\\CleanupOldCacheFoldersHandler'];
  23922.         }
  23923.         return $this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\Message\\CleanupOldCacheFoldersHandler'] = new \Shopware\Core\Framework\Adapter\Cache\Message\CleanupOldCacheFoldersHandler($a);
  23924.     }
  23925.     /**
  23926.      * Gets the private 'Shopware\Core\Framework\Adapter\Cache\Script\ScriptCacheInvalidationSubscriber' shared service.
  23927.      *
  23928.      * @return \Shopware\Core\Framework\Adapter\Cache\Script\ScriptCacheInvalidationSubscriber
  23929.      */
  23930.     protected function getScriptCacheInvalidationSubscriberService()
  23931.     {
  23932.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Cache/Script/ScriptCacheInvalidationSubscriber.php';
  23933.         $a = ($this->services['Shopware\\Core\\Framework\\Script\\Execution\\ScriptExecutor'] ?? $this->getScriptExecutorService());
  23934.         if (isset($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\Script\\ScriptCacheInvalidationSubscriber'])) {
  23935.             return $this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\Script\\ScriptCacheInvalidationSubscriber'];
  23936.         }
  23937.         return $this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\Script\\ScriptCacheInvalidationSubscriber'] = new \Shopware\Core\Framework\Adapter\Cache\Script\ScriptCacheInvalidationSubscriber($a);
  23938.     }
  23939.     /**
  23940.      * Gets the private 'Shopware\Core\Framework\Adapter\Command\S3FilesystemVisibilityCommand' shared service.
  23941.      *
  23942.      * @return \Shopware\Core\Framework\Adapter\Command\S3FilesystemVisibilityCommand
  23943.      */
  23944.     protected function getS3FilesystemVisibilityCommandService()
  23945.     {
  23946.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  23947.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Command/S3FilesystemVisibilityCommand.php';
  23948.         $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()));
  23949.         $instance->setName('s3:set-visibility');
  23950.         return $instance;
  23951.     }
  23952.     /**
  23953.      * Gets the private 'Shopware\Core\Framework\Adapter\Filesystem\FilesystemFactory' shared service.
  23954.      *
  23955.      * @return \Shopware\Core\Framework\Adapter\Filesystem\FilesystemFactory
  23956.      */
  23957.     protected function getFilesystemFactoryService()
  23958.     {
  23959.         return $this->privates['Shopware\\Core\\Framework\\Adapter\\Filesystem\\FilesystemFactory'] = new \Shopware\Core\Framework\Adapter\Filesystem\FilesystemFactory(new RewindableGenerator(function () {
  23960.             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()));
  23961.             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()));
  23962.             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()));
  23963.         }, 3), new RewindableGenerator(function () {
  23964.             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()));
  23965.         }, 1));
  23966.     }
  23967.     /**
  23968.      * Gets the private 'Shopware\Core\Framework\Adapter\Translation\Translator' shared service.
  23969.      *
  23970.      * @return \Shopware\Core\Framework\Adapter\Translation\Translator
  23971.      */
  23972.     protected function getTranslator2Service()
  23973.     {
  23974.         $a = ($this->privates['Shopware\\Core\\System\\Snippet\\SnippetService'] ?? $this->getSnippetServiceService());
  23975.         if (isset($this->privates['Shopware\\Core\\Framework\\Adapter\\Translation\\Translator'])) {
  23976.             return $this->privates['Shopware\\Core\\Framework\\Adapter\\Translation\\Translator'];
  23977.         }
  23978.         $b = ($this->services['snippet_set.repository'] ?? $this->getSnippetSet_RepositoryService());
  23979.         if (isset($this->privates['Shopware\\Core\\Framework\\Adapter\\Translation\\Translator'])) {
  23980.             return $this->privates['Shopware\\Core\\Framework\\Adapter\\Translation\\Translator'];
  23981.         }
  23982.         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()));
  23983.     }
  23984.     /**
  23985.      * Gets the private 'Shopware\Core\Framework\Adapter\Translation\TranslatorCacheInvalidate' shared service.
  23986.      *
  23987.      * @return \Shopware\Core\Framework\Adapter\Translation\TranslatorCacheInvalidate
  23988.      */
  23989.     protected function getTranslatorCacheInvalidateService()
  23990.     {
  23991.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Translation/TranslatorCacheInvalidate.php';
  23992.         $a = ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidator'] ?? $this->getCacheInvalidatorService());
  23993.         if (isset($this->privates['Shopware\\Core\\Framework\\Adapter\\Translation\\TranslatorCacheInvalidate'])) {
  23994.             return $this->privates['Shopware\\Core\\Framework\\Adapter\\Translation\\TranslatorCacheInvalidate'];
  23995.         }
  23996.         return $this->privates['Shopware\\Core\\Framework\\Adapter\\Translation\\TranslatorCacheInvalidate'] = new \Shopware\Core\Framework\Adapter\Translation\TranslatorCacheInvalidate($a, ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  23997.     }
  23998.     /**
  23999.      * Gets the private 'Shopware\Core\Framework\Adapter\Twig\EntityTemplateLoader' shared service.
  24000.      *
  24001.      * @return \Shopware\Core\Framework\Adapter\Twig\EntityTemplateLoader
  24002.      */
  24003.     protected function getEntityTemplateLoaderService()
  24004.     {
  24005.         return $this->privates['Shopware\\Core\\Framework\\Adapter\\Twig\\EntityTemplateLoader'] = new \Shopware\Core\Framework\Adapter\Twig\EntityTemplateLoader(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()), 'dev');
  24006.     }
  24007.     /**
  24008.      * Gets the private 'Shopware\Core\Framework\Adapter\Twig\NamespaceHierarchy\BundleHierarchyBuilder' shared service.
  24009.      *
  24010.      * @return \Shopware\Core\Framework\Adapter\Twig\NamespaceHierarchy\BundleHierarchyBuilder
  24011.      */
  24012.     protected function getBundleHierarchyBuilderService()
  24013.     {
  24014.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Twig/NamespaceHierarchy/BundleHierarchyBuilder.php';
  24015.         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()));
  24016.     }
  24017.     /**
  24018.      * Gets the private 'Shopware\Core\Framework\Adapter\Twig\StringTemplateRenderer' shared service.
  24019.      *
  24020.      * @return \Shopware\Core\Framework\Adapter\Twig\StringTemplateRenderer
  24021.      */
  24022.     protected function getStringTemplateRendererService()
  24023.     {
  24024.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Twig/StringTemplateRenderer.php';
  24025.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  24026.         if (isset($this->privates['Shopware\\Core\\Framework\\Adapter\\Twig\\StringTemplateRenderer'])) {
  24027.             return $this->privates['Shopware\\Core\\Framework\\Adapter\\Twig\\StringTemplateRenderer'];
  24028.         }
  24029.         return $this->privates['Shopware\\Core\\Framework\\Adapter\\Twig\\StringTemplateRenderer'] = new \Shopware\Core\Framework\Adapter\Twig\StringTemplateRenderer($a$this->targetDir.'');
  24030.     }
  24031.     /**
  24032.      * Gets the private 'Shopware\Core\Framework\Adapter\Twig\TwigVariableParser' shared service.
  24033.      *
  24034.      * @return \Shopware\Core\Framework\Adapter\Twig\TwigVariableParser
  24035.      */
  24036.     protected function getTwigVariableParserService()
  24037.     {
  24038.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Twig/TwigVariableParser.php';
  24039.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  24040.         if (isset($this->privates['Shopware\\Core\\Framework\\Adapter\\Twig\\TwigVariableParser'])) {
  24041.             return $this->privates['Shopware\\Core\\Framework\\Adapter\\Twig\\TwigVariableParser'];
  24042.         }
  24043.         return $this->privates['Shopware\\Core\\Framework\\Adapter\\Twig\\TwigVariableParser'] = new \Shopware\Core\Framework\Adapter\Twig\TwigVariableParser($a);
  24044.     }
  24045.     /**
  24046.      * Gets the private 'Shopware\Core\Framework\Api\Acl\AclAnnotationValidator' shared service.
  24047.      *
  24048.      * @return \Shopware\Core\Framework\Api\Acl\AclAnnotationValidator
  24049.      */
  24050.     protected function getAclAnnotationValidatorService()
  24051.     {
  24052.         return $this->privates['Shopware\\Core\\Framework\\Api\\Acl\\AclAnnotationValidator'] = new \Shopware\Core\Framework\Api\Acl\AclAnnotationValidator(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  24053.     }
  24054.     /**
  24055.      * Gets the private 'Shopware\Core\Framework\Api\Acl\AclWriteValidator' shared service.
  24056.      *
  24057.      * @return \Shopware\Core\Framework\Api\Acl\AclWriteValidator
  24058.      */
  24059.     protected function getAclWriteValidatorService()
  24060.     {
  24061.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/Acl/AclWriteValidator.php';
  24062.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  24063.         if (isset($this->privates['Shopware\\Core\\Framework\\Api\\Acl\\AclWriteValidator'])) {
  24064.             return $this->privates['Shopware\\Core\\Framework\\Api\\Acl\\AclWriteValidator'];
  24065.         }
  24066.         return $this->privates['Shopware\\Core\\Framework\\Api\\Acl\\AclWriteValidator'] = new \Shopware\Core\Framework\Api\Acl\AclWriteValidator($a);
  24067.     }
  24068.     /**
  24069.      * Gets the private 'Shopware\Core\Framework\Api\ApiDefinition\DefinitionService' shared service.
  24070.      *
  24071.      * @return \Shopware\Core\Framework\Api\ApiDefinition\DefinitionService
  24072.      */
  24073.     protected function getDefinitionServiceService()
  24074.     {
  24075.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/ApiDefinition/DefinitionService.php';
  24076.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/ApiDefinition/ApiDefinitionGeneratorInterface.php';
  24077.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/ApiDefinition/Generator/StoreApiGenerator.php';
  24078.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/ApiDefinition/Generator/OpenApi/OpenApiSchemaBuilder.php';
  24079.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/ApiDefinition/Generator/OpenApi/OpenApiDefinitionSchemaBuilder.php';
  24080.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/ApiDefinition/Generator/OpenApi/OpenApiLoader.php';
  24081.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/ApiDefinition/Generator/BundleSchemaPathCollection.php';
  24082.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/ApiDefinition/Generator/OpenApi3Generator.php';
  24083.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/ApiDefinition/Generator/OpenApi/OpenApiPathBuilder.php';
  24084.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/ApiDefinition/Generator/EntitySchemaGenerator.php';
  24085.         $a = new \Shopware\Core\Framework\Api\ApiDefinition\Generator\OpenApi\OpenApiSchemaBuilder('6.4.20.2');
  24086.         $b = new \Shopware\Core\Framework\Api\ApiDefinition\Generator\OpenApi\OpenApiDefinitionSchemaBuilder();
  24087.         $c = new \Shopware\Core\Framework\Api\ApiDefinition\Generator\OpenApi\OpenApiLoader(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  24088.         $d = new \Shopware\Core\Framework\Api\ApiDefinition\Generator\BundleSchemaPathCollection(($this->privates['kernel.bundles'] ?? $this->getKernel_BundlesService()));
  24089.         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());
  24090.     }
  24091.     /**
  24092.      * Gets the private 'Shopware\Core\Framework\Api\Command\DumpClassSchemaCommand' shared service.
  24093.      *
  24094.      * @return \Shopware\Core\Framework\Api\Command\DumpClassSchemaCommand
  24095.      */
  24096.     protected function getDumpClassSchemaCommandService()
  24097.     {
  24098.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  24099.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/Command/DumpClassSchemaCommand.php';
  24100.         $this->privates['Shopware\\Core\\Framework\\Api\\Command\\DumpClassSchemaCommand'] = $instance = new \Shopware\Core\Framework\Api\Command\DumpClassSchemaCommand($this->parameters['kernel.bundles_metadata']);
  24101.         $instance->setName('framework:dump:class:schema');
  24102.         return $instance;
  24103.     }
  24104.     /**
  24105.      * Gets the private 'Shopware\Core\Framework\Api\Command\DumpSchemaCommand' shared service.
  24106.      *
  24107.      * @return \Shopware\Core\Framework\Api\Command\DumpSchemaCommand
  24108.      */
  24109.     protected function getDumpSchemaCommandService()
  24110.     {
  24111.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  24112.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/Command/DumpSchemaCommand.php';
  24113.         $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()));
  24114.         $instance->setName('framework:schema');
  24115.         return $instance;
  24116.     }
  24117.     /**
  24118.      * Gets the private 'Shopware\Core\Framework\Api\Converter\ApiVersionConverter' shared service.
  24119.      *
  24120.      * @return \Shopware\Core\Framework\Api\Converter\ApiVersionConverter
  24121.      */
  24122.     protected function getApiVersionConverterService()
  24123.     {
  24124.         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 () {
  24125.             return new \EmptyIterator();
  24126.         }, 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())))));
  24127.     }
  24128.     /**
  24129.      * Gets the private 'Shopware\Core\Framework\Api\EventListener\Authentication\ApiAuthenticationListener' shared service.
  24130.      *
  24131.      * @return \Shopware\Core\Framework\Api\EventListener\Authentication\ApiAuthenticationListener
  24132.      */
  24133.     protected function getApiAuthenticationListenerService()
  24134.     {
  24135.         $a = ($this->privates['Shopware\\Core\\Framework\\Api\\OAuth\\AccessTokenRepository'] ?? ($this->privates['Shopware\\Core\\Framework\\Api\\OAuth\\AccessTokenRepository'] = new \Shopware\Core\Framework\Api\OAuth\AccessTokenRepository()));
  24136.         $b = ($this->privates['shopware.public_key'] ?? ($this->privates['shopware.public_key'] = new \League\OAuth2\Server\CryptKey((\dirname(__DIR__4).'/config/jwt/public.pem'))));
  24137.         $c = new \League\OAuth2\Server\AuthorizationValidators\BearerTokenValidator($a);
  24138.         $c->setPublicKey($b);
  24139.         $d = ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService());
  24140.         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()));
  24141.     }
  24142.     /**
  24143.      * Gets the private 'Shopware\Core\Framework\Api\EventListener\Authentication\SalesChannelAuthenticationListener' shared service.
  24144.      *
  24145.      * @return \Shopware\Core\Framework\Api\EventListener\Authentication\SalesChannelAuthenticationListener
  24146.      */
  24147.     protected function getSalesChannelAuthenticationListenerService()
  24148.     {
  24149.         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()));
  24150.     }
  24151.     /**
  24152.      * Gets the private 'Shopware\Core\Framework\Api\EventListener\Authentication\UserCredentialsChangedSubscriber' shared service.
  24153.      *
  24154.      * @return \Shopware\Core\Framework\Api\EventListener\Authentication\UserCredentialsChangedSubscriber
  24155.      */
  24156.     protected function getUserCredentialsChangedSubscriberService()
  24157.     {
  24158.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/EventListener/Authentication/UserCredentialsChangedSubscriber.php';
  24159.         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()));
  24160.     }
  24161.     /**
  24162.      * Gets the private 'Shopware\Core\Framework\Api\EventListener\ExpectationSubscriber' shared service.
  24163.      *
  24164.      * @return \Shopware\Core\Framework\Api\EventListener\ExpectationSubscriber
  24165.      */
  24166.     protected function getExpectationSubscriberService()
  24167.     {
  24168.         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']);
  24169.     }
  24170.     /**
  24171.      * Gets the private 'Shopware\Core\Framework\Api\OAuth\RefreshTokenRepository' shared service.
  24172.      *
  24173.      * @return \Shopware\Core\Framework\Api\OAuth\RefreshTokenRepository
  24174.      */
  24175.     protected function getRefreshTokenRepositoryService()
  24176.     {
  24177.         return $this->privates['Shopware\\Core\\Framework\\Api\\OAuth\\RefreshTokenRepository'] = new \Shopware\Core\Framework\Api\OAuth\RefreshTokenRepository(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  24178.     }
  24179.     /**
  24180.      * Gets the private 'Shopware\Core\Framework\Api\Serializer\JsonEntityEncoder' shared service.
  24181.      *
  24182.      * @return \Shopware\Core\Framework\Api\Serializer\JsonEntityEncoder
  24183.      */
  24184.     protected function getJsonEntityEncoderService()
  24185.     {
  24186.         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()));
  24187.     }
  24188.     /**
  24189.      * Gets the private 'Shopware\Core\Framework\App\ActionButton\Executor' shared service.
  24190.      *
  24191.      * @return \Shopware\Core\Framework\App\ActionButton\Executor
  24192.      */
  24193.     protected function getExecutorService()
  24194.     {
  24195.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/ActionButton/Executor.php';
  24196.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/ActionButton/Response/ActionButtonResponseFactory.php';
  24197.         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 () {
  24198.             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()));
  24199.             yield => ($this->privates['Shopware\\Core\\Framework\\App\\ActionButton\\Response\\OpenModalResponseFactory'] ?? $this->getOpenModalResponseFactoryService());
  24200.             yield => ($this->privates['Shopware\\Core\\Framework\\App\\ActionButton\\Response\\OpenNewTabResponseFactory'] ?? $this->getOpenNewTabResponseFactoryService());
  24201.             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()));
  24202.         }, 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)));
  24203.     }
  24204.     /**
  24205.      * Gets the private 'Shopware\Core\Framework\App\ActionButton\Response\OpenModalResponseFactory' shared service.
  24206.      *
  24207.      * @return \Shopware\Core\Framework\App\ActionButton\Response\OpenModalResponseFactory
  24208.      */
  24209.     protected function getOpenModalResponseFactoryService()
  24210.     {
  24211.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/ActionButton/Response/ActionButtonResponseFactoryInterface.php';
  24212.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/ActionButton/Response/OpenModalResponseFactory.php';
  24213.         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()));
  24214.     }
  24215.     /**
  24216.      * Gets the private 'Shopware\Core\Framework\App\ActionButton\Response\OpenNewTabResponseFactory' shared service.
  24217.      *
  24218.      * @return \Shopware\Core\Framework\App\ActionButton\Response\OpenNewTabResponseFactory
  24219.      */
  24220.     protected function getOpenNewTabResponseFactoryService()
  24221.     {
  24222.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/ActionButton/Response/ActionButtonResponseFactoryInterface.php';
  24223.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/ActionButton/Response/OpenNewTabResponseFactory.php';
  24224.         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()));
  24225.     }
  24226.     /**
  24227.      * Gets the private 'Shopware\Core\Framework\App\ActiveAppsLoader' shared service.
  24228.      *
  24229.      * @return \Shopware\Core\Framework\App\ActiveAppsLoader
  24230.      */
  24231.     protected function getActiveAppsLoaderService()
  24232.     {
  24233.         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()));
  24234.     }
  24235.     /**
  24236.      * Gets the private 'Shopware\Core\Framework\App\AppStateService' shared service.
  24237.      *
  24238.      * @return \Shopware\Core\Framework\App\AppStateService
  24239.      */
  24240.     protected function getAppStateServiceService()
  24241.     {
  24242.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/AppStateService.php';
  24243.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Payment/PaymentMethodStateService.php';
  24244.         $a = ($this->services['app.repository'] ?? $this->getApp_RepositoryService());
  24245.         if (isset($this->privates['Shopware\\Core\\Framework\\App\\AppStateService'])) {
  24246.             return $this->privates['Shopware\\Core\\Framework\\App\\AppStateService'];
  24247.         }
  24248.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  24249.         if (isset($this->privates['Shopware\\Core\\Framework\\App\\AppStateService'])) {
  24250.             return $this->privates['Shopware\\Core\\Framework\\App\\AppStateService'];
  24251.         }
  24252.         $c = ($this->services['Shopware\\Core\\Framework\\App\\Template\\TemplateStateService'] ?? $this->getTemplateStateServiceService());
  24253.         if (isset($this->privates['Shopware\\Core\\Framework\\App\\AppStateService'])) {
  24254.             return $this->privates['Shopware\\Core\\Framework\\App\\AppStateService'];
  24255.         }
  24256.         $d = ($this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\Persister\\ScriptPersister'] ?? $this->getScriptPersisterService());
  24257.         if (isset($this->privates['Shopware\\Core\\Framework\\App\\AppStateService'])) {
  24258.             return $this->privates['Shopware\\Core\\Framework\\App\\AppStateService'];
  24259.         }
  24260.         $e = ($this->services['payment_method.repository'] ?? $this->getPaymentMethod_RepositoryService());
  24261.         if (isset($this->privates['Shopware\\Core\\Framework\\App\\AppStateService'])) {
  24262.             return $this->privates['Shopware\\Core\\Framework\\App\\AppStateService'];
  24263.         }
  24264.         $f = ($this->services['Shopware\\Core\\Framework\\Script\\Execution\\ScriptExecutor'] ?? $this->getScriptExecutorService());
  24265.         if (isset($this->privates['Shopware\\Core\\Framework\\App\\AppStateService'])) {
  24266.             return $this->privates['Shopware\\Core\\Framework\\App\\AppStateService'];
  24267.         }
  24268.         $g = ($this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\Persister\\RuleConditionPersister'] ?? $this->getRuleConditionPersisterService());
  24269.         if (isset($this->privates['Shopware\\Core\\Framework\\App\\AppStateService'])) {
  24270.             return $this->privates['Shopware\\Core\\Framework\\App\\AppStateService'];
  24271.         }
  24272.         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);
  24273.     }
  24274.     /**
  24275.      * Gets the private 'Shopware\Core\Framework\App\AppUrlChangeResolver\MoveShopPermanentlyStrategy' shared service.
  24276.      *
  24277.      * @return \Shopware\Core\Framework\App\AppUrlChangeResolver\MoveShopPermanentlyStrategy
  24278.      */
  24279.     protected function getMoveShopPermanentlyStrategyService()
  24280.     {
  24281.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/AppUrlChangeResolver/AbstractAppUrlChangeStrategy.php';
  24282.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/AppUrlChangeResolver/MoveShopPermanentlyStrategy.php';
  24283.         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()));
  24284.     }
  24285.     /**
  24286.      * Gets the private 'Shopware\Core\Framework\App\AppUrlChangeResolver\ReinstallAppsStrategy' shared service.
  24287.      *
  24288.      * @return \Shopware\Core\Framework\App\AppUrlChangeResolver\ReinstallAppsStrategy
  24289.      */
  24290.     protected function getReinstallAppsStrategyService()
  24291.     {
  24292.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/AppUrlChangeResolver/AbstractAppUrlChangeStrategy.php';
  24293.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/AppUrlChangeResolver/ReinstallAppsStrategy.php';
  24294.         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()));
  24295.     }
  24296.     /**
  24297.      * Gets the private 'Shopware\Core\Framework\App\AppUrlChangeResolver\UninstallAppsStrategy' shared service.
  24298.      *
  24299.      * @return \Shopware\Core\Framework\App\AppUrlChangeResolver\UninstallAppsStrategy
  24300.      */
  24301.     protected function getUninstallAppsStrategyService()
  24302.     {
  24303.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/AppUrlChangeResolver/AbstractAppUrlChangeStrategy.php';
  24304.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/AppUrlChangeResolver/UninstallAppsStrategy.php';
  24305.         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()));
  24306.     }
  24307.     /**
  24308.      * Gets the private 'Shopware\Core\Framework\App\Command\ActivateAppCommand' shared service.
  24309.      *
  24310.      * @return \Shopware\Core\Framework\App\Command\ActivateAppCommand
  24311.      */
  24312.     protected function getActivateAppCommandService()
  24313.     {
  24314.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  24315.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Command/AbstractAppActivationCommand.php';
  24316.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Command/ActivateAppCommand.php';
  24317.         $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()));
  24318.         $instance->setName('app:activate');
  24319.         return $instance;
  24320.     }
  24321.     /**
  24322.      * Gets the private 'Shopware\Core\Framework\App\Command\AppPrinter' shared service.
  24323.      *
  24324.      * @return \Shopware\Core\Framework\App\Command\AppPrinter
  24325.      */
  24326.     protected function getAppPrinterService()
  24327.     {
  24328.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Command/AppPrinter.php';
  24329.         return $this->privates['Shopware\\Core\\Framework\\App\\Command\\AppPrinter'] = new \Shopware\Core\Framework\App\Command\AppPrinter(($this->services['app.repository'] ?? $this->getApp_RepositoryService()));
  24330.     }
  24331.     /**
  24332.      * Gets the private 'Shopware\Core\Framework\App\Command\DeactivateAppCommand' shared service.
  24333.      *
  24334.      * @return \Shopware\Core\Framework\App\Command\DeactivateAppCommand
  24335.      */
  24336.     protected function getDeactivateAppCommandService()
  24337.     {
  24338.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  24339.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Command/AbstractAppActivationCommand.php';
  24340.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Command/DeactivateAppCommand.php';
  24341.         $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()));
  24342.         $instance->setName('app:deactivate');
  24343.         return $instance;
  24344.     }
  24345.     /**
  24346.      * Gets the private 'Shopware\Core\Framework\App\Command\InstallAppCommand' shared service.
  24347.      *
  24348.      * @return \Shopware\Core\Framework\App\Command\InstallAppCommand
  24349.      */
  24350.     protected function getInstallAppCommandService()
  24351.     {
  24352.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  24353.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Command/InstallAppCommand.php';
  24354.         $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()));
  24355.         $instance->setName('app:install');
  24356.         return $instance;
  24357.     }
  24358.     /**
  24359.      * Gets the private 'Shopware\Core\Framework\App\Command\RefreshAppCommand' shared service.
  24360.      *
  24361.      * @return \Shopware\Core\Framework\App\Command\RefreshAppCommand
  24362.      */
  24363.     protected function getRefreshAppCommandService()
  24364.     {
  24365.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  24366.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Command/RefreshAppCommand.php';
  24367.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/AppService.php';
  24368.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Lifecycle/AppLifecycleIterator.php';
  24369.         $a = ($this->services['app.repository'] ?? $this->getApp_RepositoryService());
  24370.         $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);
  24371.         $instance->setName('app:refresh');
  24372.         return $instance;
  24373.     }
  24374.     /**
  24375.      * Gets the private 'Shopware\Core\Framework\App\Command\ResolveAppUrlChangeCommand' shared service.
  24376.      *
  24377.      * @return \Shopware\Core\Framework\App\Command\ResolveAppUrlChangeCommand
  24378.      */
  24379.     protected function getResolveAppUrlChangeCommandService()
  24380.     {
  24381.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  24382.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Command/ResolveAppUrlChangeCommand.php';
  24383.         $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()));
  24384.         $instance->setName('app:url-change:resolve');
  24385.         return $instance;
  24386.     }
  24387.     /**
  24388.      * Gets the private 'Shopware\Core\Framework\App\Command\UninstallAppCommand' shared service.
  24389.      *
  24390.      * @return \Shopware\Core\Framework\App\Command\UninstallAppCommand
  24391.      */
  24392.     protected function getUninstallAppCommandService()
  24393.     {
  24394.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  24395.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Command/UninstallAppCommand.php';
  24396.         $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()));
  24397.         $instance->setName('app:uninstall');
  24398.         return $instance;
  24399.     }
  24400.     /**
  24401.      * Gets the private 'Shopware\Core\Framework\App\Command\ValidateAppCommand' shared service.
  24402.      *
  24403.      * @return \Shopware\Core\Framework\App\Command\ValidateAppCommand
  24404.      */
  24405.     protected function getValidateAppCommandService()
  24406.     {
  24407.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  24408.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Command/ValidateAppCommand.php';
  24409.         $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()));
  24410.         $instance->setName('app:validate');
  24411.         return $instance;
  24412.     }
  24413.     /**
  24414.      * Gets the private 'Shopware\Core\Framework\App\Delta\AppConfirmationDeltaProvider' shared service.
  24415.      *
  24416.      * @return \Shopware\Core\Framework\App\Delta\AppConfirmationDeltaProvider
  24417.      */
  24418.     protected function getAppConfirmationDeltaProviderService()
  24419.     {
  24420.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Delta/AppConfirmationDeltaProvider.php';
  24421.         return $this->privates['Shopware\\Core\\Framework\\App\\Delta\\AppConfirmationDeltaProvider'] = new \Shopware\Core\Framework\App\Delta\AppConfirmationDeltaProvider(new RewindableGenerator(function () {
  24422.             yield => ($this->privates['Shopware\\Core\\Framework\\App\\Delta\\PermissionsDeltaProvider'] ?? ($this->privates['Shopware\\Core\\Framework\\App\\Delta\\PermissionsDeltaProvider'] = new \Shopware\Core\Framework\App\Delta\PermissionsDeltaProvider()));
  24423.             yield => ($this->privates['Shopware\\Core\\Framework\\App\\Delta\\DomainsDeltaProvider'] ?? ($this->privates['Shopware\\Core\\Framework\\App\\Delta\\DomainsDeltaProvider'] = new \Shopware\Core\Framework\App\Delta\DomainsDeltaProvider()));
  24424.         }, 2));
  24425.     }
  24426.     /**
  24427.      * Gets the private 'Shopware\Core\Framework\App\Hmac\QuerySigner' shared service.
  24428.      *
  24429.      * @return \Shopware\Core\Framework\App\Hmac\QuerySigner
  24430.      */
  24431.     protected function getQuerySignerService()
  24432.     {
  24433.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Hmac/QuerySigner.php';
  24434.         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()));
  24435.     }
  24436.     /**
  24437.      * Gets the private 'Shopware\Core\Framework\App\Lifecycle\AppLifecycle' shared service.
  24438.      *
  24439.      * @return \Shopware\Core\Framework\App\Lifecycle\AppLifecycle
  24440.      */
  24441.     protected function getAppLifecycleService()
  24442.     {
  24443.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Lifecycle/AbstractAppLifecycle.php';
  24444.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Lifecycle/AppLifecycle.php';
  24445.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Lifecycle/Persister/PermissionPersister.php';
  24446.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Lifecycle/Persister/CustomFieldPersister.php';
  24447.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Lifecycle/Persister/ActionButtonPersister.php';
  24448.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Lifecycle/Persister/TemplatePersister.php';
  24449.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Template/AbstractTemplateLoader.php';
  24450.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/App/Template/IconTemplateLoader.php';
  24451.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Template/TemplateLoader.php';
  24452.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Lifecycle/Persister/WebhookPersister.php';
  24453.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Lifecycle/Persister/PaymentMethodPersister.php';
  24454.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Lifecycle/Persister/CmsBlockPersister.php';
  24455.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Cms/AbstractBlockTemplateLoader.php';
  24456.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Cms/BlockTemplateLoader.php';
  24457.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/CustomEntity/Schema/CustomEntityPersister.php';
  24458.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Lifecycle/Persister/FlowActionPersister.php';
  24459.         include_once \dirname(__DIR__4).'/vendor/shopware/administration/Snippet/AppAdministrationSnippetPersister.php';
  24460.         $a = ($this->services['app.repository'] ?? $this->getApp_RepositoryService());
  24461.         if (isset($this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\AppLifecycle'])) {
  24462.             return $this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\AppLifecycle'];
  24463.         }
  24464.         $b = ($this->services['custom_field_set.repository'] ?? $this->getCustomFieldSet_RepositoryService());
  24465.         if (isset($this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\AppLifecycle'])) {
  24466.             return $this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\AppLifecycle'];
  24467.         }
  24468.         $c = ($this->services['app_action_button.repository'] ?? $this->getAppActionButton_RepositoryService());
  24469.         if (isset($this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\AppLifecycle'])) {
  24470.             return $this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\AppLifecycle'];
  24471.         }
  24472.         $d = ($this->services['app_template.repository'] ?? $this->getAppTemplate_RepositoryService());
  24473.         if (isset($this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\AppLifecycle'])) {
  24474.             return $this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\AppLifecycle'];
  24475.         }
  24476.         $e = ($this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\Persister\\ScriptPersister'] ?? $this->getScriptPersisterService());
  24477.         if (isset($this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\AppLifecycle'])) {
  24478.             return $this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\AppLifecycle'];
  24479.         }
  24480.         $f = ($this->services['webhook.repository'] ?? $this->getWebhook_RepositoryService());
  24481.         if (isset($this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\AppLifecycle'])) {
  24482.             return $this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\AppLifecycle'];
  24483.         }
  24484.         $g = ($this->services['payment_method.repository'] ?? $this->getPaymentMethod_RepositoryService());
  24485.         if (isset($this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\AppLifecycle'])) {
  24486.             return $this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\AppLifecycle'];
  24487.         }
  24488.         $h = ($this->privates['Shopware\\Core\\Content\\Media\\MediaService'] ?? $this->getMediaServiceService());
  24489.         if (isset($this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\AppLifecycle'])) {
  24490.             return $this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\AppLifecycle'];
  24491.         }
  24492.         $i = ($this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\Persister\\RuleConditionPersister'] ?? $this->getRuleConditionPersisterService());
  24493.         if (isset($this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\AppLifecycle'])) {
  24494.             return $this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\AppLifecycle'];
  24495.         }
  24496.         $j = ($this->services['app_cms_block.repository'] ?? $this->getAppCmsBlock_RepositoryService());
  24497.         if (isset($this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\AppLifecycle'])) {
  24498.             return $this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\AppLifecycle'];
  24499.         }
  24500.         $k = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  24501.         if (isset($this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\AppLifecycle'])) {
  24502.             return $this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\AppLifecycle'];
  24503.         }
  24504.         $l = ($this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\Registration\\AppRegistrationService'] ?? $this->getAppRegistrationServiceService());
  24505.         if (isset($this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\AppLifecycle'])) {
  24506.             return $this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\AppLifecycle'];
  24507.         }
  24508.         $m = ($this->privates['Shopware\\Core\\Framework\\App\\AppStateService'] ?? $this->getAppStateServiceService());
  24509.         if (isset($this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\AppLifecycle'])) {
  24510.             return $this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\AppLifecycle'];
  24511.         }
  24512.         $n = ($this->services['language.repository'] ?? $this->getLanguage_RepositoryService());
  24513.         if (isset($this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\AppLifecycle'])) {
  24514.             return $this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\AppLifecycle'];
  24515.         }
  24516.         $o = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  24517.         if (isset($this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\AppLifecycle'])) {
  24518.             return $this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\AppLifecycle'];
  24519.         }
  24520.         $p = ($this->services['integration.repository'] ?? $this->getIntegration_RepositoryService());
  24521.         if (isset($this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\AppLifecycle'])) {
  24522.             return $this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\AppLifecycle'];
  24523.         }
  24524.         $q = ($this->services['acl_role.repository'] ?? $this->getAclRole_RepositoryService());
  24525.         if (isset($this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\AppLifecycle'])) {
  24526.             return $this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\AppLifecycle'];
  24527.         }
  24528.         $r = ($this->privates['Shopware\\Core\\Framework\\Plugin\\Util\\AssetService'] ?? $this->getAssetServiceService());
  24529.         if (isset($this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\AppLifecycle'])) {
  24530.             return $this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\AppLifecycle'];
  24531.         }
  24532.         $s = ($this->services['Shopware\\Core\\Framework\\Script\\Execution\\ScriptExecutor'] ?? $this->getScriptExecutorService());
  24533.         if (isset($this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\AppLifecycle'])) {
  24534.             return $this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\AppLifecycle'];
  24535.         }
  24536.         $t = ($this->services['app_flow_action.repository'] ?? $this->getAppFlowAction_RepositoryService());
  24537.         if (isset($this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\AppLifecycle'])) {
  24538.             return $this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\AppLifecycle'];
  24539.         }
  24540.         $u = ($this->services['app_administration_snippet.repository'] ?? $this->getAppAdministrationSnippet_RepositoryService());
  24541.         if (isset($this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\AppLifecycle'])) {
  24542.             return $this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\AppLifecycle'];
  24543.         }
  24544.         $v = ($this->services['locale.repository'] ?? $this->getLocale_RepositoryService());
  24545.         if (isset($this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\AppLifecycle'])) {
  24546.             return $this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\AppLifecycle'];
  24547.         }
  24548.         $w = ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService());
  24549.         $x = ($this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\AppLoader'] ?? $this->getAppLoaderService());
  24550.         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));
  24551.     }
  24552.     /**
  24553.      * Gets the private 'Shopware\Core\Framework\App\Lifecycle\AppLoader' shared service.
  24554.      *
  24555.      * @return \Shopware\Core\Framework\App\Lifecycle\AppLoader
  24556.      */
  24557.     protected function getAppLoaderService()
  24558.     {
  24559.         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());
  24560.     }
  24561.     /**
  24562.      * Gets the private 'Shopware\Core\Framework\App\Lifecycle\Persister\RuleConditionPersister' shared service.
  24563.      *
  24564.      * @return \Shopware\Core\Framework\App\Lifecycle\Persister\RuleConditionPersister
  24565.      */
  24566.     protected function getRuleConditionPersisterService()
  24567.     {
  24568.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Lifecycle/Persister/RuleConditionPersister.php';
  24569.         $a = ($this->services['app_script_condition.repository'] ?? $this->getAppScriptCondition_RepositoryService());
  24570.         if (isset($this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\Persister\\RuleConditionPersister'])) {
  24571.             return $this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\Persister\\RuleConditionPersister'];
  24572.         }
  24573.         $b = ($this->services['app.repository'] ?? $this->getApp_RepositoryService());
  24574.         if (isset($this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\Persister\\RuleConditionPersister'])) {
  24575.             return $this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\Persister\\RuleConditionPersister'];
  24576.         }
  24577.         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);
  24578.     }
  24579.     /**
  24580.      * Gets the private 'Shopware\Core\Framework\App\Lifecycle\Persister\ScriptPersister' shared service.
  24581.      *
  24582.      * @return \Shopware\Core\Framework\App\Lifecycle\Persister\ScriptPersister
  24583.      */
  24584.     protected function getScriptPersisterService()
  24585.     {
  24586.         $a = ($this->services['script.repository'] ?? $this->getScript_RepositoryService());
  24587.         if (isset($this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\Persister\\ScriptPersister'])) {
  24588.             return $this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\Persister\\ScriptPersister'];
  24589.         }
  24590.         $b = ($this->services['app.repository'] ?? $this->getApp_RepositoryService());
  24591.         if (isset($this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\Persister\\ScriptPersister'])) {
  24592.             return $this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\Persister\\ScriptPersister'];
  24593.         }
  24594.         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);
  24595.     }
  24596.     /**
  24597.      * Gets the private 'Shopware\Core\Framework\App\Lifecycle\Registration\AppRegistrationService' shared service.
  24598.      *
  24599.      * @return \Shopware\Core\Framework\App\Lifecycle\Registration\AppRegistrationService
  24600.      */
  24601.     protected function getAppRegistrationServiceService()
  24602.     {
  24603.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Lifecycle/Registration/AppRegistrationService.php';
  24604.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Lifecycle/Registration/HandshakeFactory.php';
  24605.         $a = ($this->services['Shopware\\Core\\Framework\\App\\ShopId\\ShopIdProvider'] ?? $this->getShopIdProviderService());
  24606.         if (isset($this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\Registration\\AppRegistrationService'])) {
  24607.             return $this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\Registration\\AppRegistrationService'];
  24608.         }
  24609.         $b = ($this->privates['shopware.app_system.guzzle'] ?? $this->getShopware_AppSystem_GuzzleService());
  24610.         if (isset($this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\Registration\\AppRegistrationService'])) {
  24611.             return $this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\Registration\\AppRegistrationService'];
  24612.         }
  24613.         $c = ($this->services['app.repository'] ?? $this->getApp_RepositoryService());
  24614.         if (isset($this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\Registration\\AppRegistrationService'])) {
  24615.             return $this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\Registration\\AppRegistrationService'];
  24616.         }
  24617.         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');
  24618.     }
  24619.     /**
  24620.      * Gets the private 'Shopware\Core\Framework\App\Payment\Handler\AppAsyncPaymentHandler' shared service.
  24621.      *
  24622.      * @return \Shopware\Core\Framework\App\Payment\Handler\AppAsyncPaymentHandler
  24623.      */
  24624.     protected function getAppAsyncPaymentHandlerService()
  24625.     {
  24626.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PaymentHandlerInterface.php';
  24627.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/RefundPaymentHandlerInterface.php';
  24628.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PreparedPaymentHandlerInterface.php';
  24629.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Payment/Handler/AppPaymentHandler.php';
  24630.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/AsynchronousPaymentHandlerInterface.php';
  24631.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Payment/Handler/AppAsyncPaymentHandler.php';
  24632.         $a = ($this->privates['Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransaction\\OrderTransactionStateHandler'] ?? $this->getOrderTransactionStateHandlerService());
  24633.         if (isset($this->privates['Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppAsyncPaymentHandler'])) {
  24634.             return $this->privates['Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppAsyncPaymentHandler'];
  24635.         }
  24636.         $b = ($this->privates['Shopware\\Core\\System\\StateMachine\\StateMachineRegistry'] ?? $this->getStateMachineRegistryService());
  24637.         if (isset($this->privates['Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppAsyncPaymentHandler'])) {
  24638.             return $this->privates['Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppAsyncPaymentHandler'];
  24639.         }
  24640.         $c = ($this->services['order_transaction_capture_refund.repository'] ?? $this->getOrderTransactionCaptureRefund_RepositoryService());
  24641.         if (isset($this->privates['Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppAsyncPaymentHandler'])) {
  24642.             return $this->privates['Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppAsyncPaymentHandler'];
  24643.         }
  24644.         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);
  24645.     }
  24646.     /**
  24647.      * Gets the private 'Shopware\Core\Framework\App\Payment\Handler\AppPaymentHandler' shared service.
  24648.      *
  24649.      * @return \Shopware\Core\Framework\App\Payment\Handler\AppPaymentHandler
  24650.      */
  24651.     protected function getAppPaymentHandlerService()
  24652.     {
  24653.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PaymentHandlerInterface.php';
  24654.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/RefundPaymentHandlerInterface.php';
  24655.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PreparedPaymentHandlerInterface.php';
  24656.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Payment/Handler/AppPaymentHandler.php';
  24657.         $a = ($this->privates['Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransaction\\OrderTransactionStateHandler'] ?? $this->getOrderTransactionStateHandlerService());
  24658.         if (isset($this->privates['Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler'])) {
  24659.             return $this->privates['Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler'];
  24660.         }
  24661.         $b = ($this->privates['Shopware\\Core\\System\\StateMachine\\StateMachineRegistry'] ?? $this->getStateMachineRegistryService());
  24662.         if (isset($this->privates['Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler'])) {
  24663.             return $this->privates['Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler'];
  24664.         }
  24665.         $c = ($this->services['order_transaction_capture_refund.repository'] ?? $this->getOrderTransactionCaptureRefund_RepositoryService());
  24666.         if (isset($this->privates['Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler'])) {
  24667.             return $this->privates['Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler'];
  24668.         }
  24669.         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);
  24670.     }
  24671.     /**
  24672.      * Gets the private 'Shopware\Core\Framework\App\Payment\Handler\AppSyncPaymentHandler' shared service.
  24673.      *
  24674.      * @return \Shopware\Core\Framework\App\Payment\Handler\AppSyncPaymentHandler
  24675.      */
  24676.     protected function getAppSyncPaymentHandlerService()
  24677.     {
  24678.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PaymentHandlerInterface.php';
  24679.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/RefundPaymentHandlerInterface.php';
  24680.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PreparedPaymentHandlerInterface.php';
  24681.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Payment/Handler/AppPaymentHandler.php';
  24682.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/SynchronousPaymentHandlerInterface.php';
  24683.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Payment/Handler/AppSyncPaymentHandler.php';
  24684.         $a = ($this->privates['Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransaction\\OrderTransactionStateHandler'] ?? $this->getOrderTransactionStateHandlerService());
  24685.         if (isset($this->privates['Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppSyncPaymentHandler'])) {
  24686.             return $this->privates['Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppSyncPaymentHandler'];
  24687.         }
  24688.         $b = ($this->privates['Shopware\\Core\\System\\StateMachine\\StateMachineRegistry'] ?? $this->getStateMachineRegistryService());
  24689.         if (isset($this->privates['Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppSyncPaymentHandler'])) {
  24690.             return $this->privates['Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppSyncPaymentHandler'];
  24691.         }
  24692.         $c = ($this->privates['Shopware\\Core\\Framework\\App\\Payment\\Payload\\PayloadService'] ?? $this->getPayloadServiceService());
  24693.         if (isset($this->privates['Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppSyncPaymentHandler'])) {
  24694.             return $this->privates['Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppSyncPaymentHandler'];
  24695.         }
  24696.         $d = ($this->services['order_transaction_capture_refund.repository'] ?? $this->getOrderTransactionCaptureRefund_RepositoryService());
  24697.         if (isset($this->privates['Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppSyncPaymentHandler'])) {
  24698.             return $this->privates['Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppSyncPaymentHandler'];
  24699.         }
  24700.         return $this->privates['Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppSyncPaymentHandler'] = new \Shopware\Core\Framework\App\Payment\Handler\AppSyncPaymentHandler($a$b$c$d);
  24701.     }
  24702.     /**
  24703.      * Gets the private 'Shopware\Core\Framework\App\Payment\Payload\PayloadService' shared service.
  24704.      *
  24705.      * @return \Shopware\Core\Framework\App\Payment\Payload\PayloadService
  24706.      */
  24707.     protected function getPayloadServiceService()
  24708.     {
  24709.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Payment/Payload/PayloadService.php';
  24710.         $a = ($this->privates['shopware.app_system.guzzle'] ?? $this->getShopware_AppSystem_GuzzleService());
  24711.         if (isset($this->privates['Shopware\\Core\\Framework\\App\\Payment\\Payload\\PayloadService'])) {
  24712.             return $this->privates['Shopware\\Core\\Framework\\App\\Payment\\Payload\\PayloadService'];
  24713.         }
  24714.         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'));
  24715.     }
  24716.     /**
  24717.      * Gets the private 'Shopware\Core\Framework\App\ScheduledTask\DeleteCascadeAppsHandler' shared service.
  24718.      *
  24719.      * @return \Shopware\Core\Framework\App\ScheduledTask\DeleteCascadeAppsHandler
  24720.      */
  24721.     protected function getDeleteCascadeAppsHandlerService()
  24722.     {
  24723.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/ScheduledTask/DeleteCascadeAppsHandler.php';
  24724.         $a = ($this->services['scheduled_task.repository'] ?? $this->getScheduledTask_RepositoryService());
  24725.         if (isset($this->privates['Shopware\\Core\\Framework\\App\\ScheduledTask\\DeleteCascadeAppsHandler'])) {
  24726.             return $this->privates['Shopware\\Core\\Framework\\App\\ScheduledTask\\DeleteCascadeAppsHandler'];
  24727.         }
  24728.         $b = ($this->services['acl_role.repository'] ?? $this->getAclRole_RepositoryService());
  24729.         if (isset($this->privates['Shopware\\Core\\Framework\\App\\ScheduledTask\\DeleteCascadeAppsHandler'])) {
  24730.             return $this->privates['Shopware\\Core\\Framework\\App\\ScheduledTask\\DeleteCascadeAppsHandler'];
  24731.         }
  24732.         $c = ($this->services['integration.repository'] ?? $this->getIntegration_RepositoryService());
  24733.         if (isset($this->privates['Shopware\\Core\\Framework\\App\\ScheduledTask\\DeleteCascadeAppsHandler'])) {
  24734.             return $this->privates['Shopware\\Core\\Framework\\App\\ScheduledTask\\DeleteCascadeAppsHandler'];
  24735.         }
  24736.         return $this->privates['Shopware\\Core\\Framework\\App\\ScheduledTask\\DeleteCascadeAppsHandler'] = new \Shopware\Core\Framework\App\ScheduledTask\DeleteCascadeAppsHandler($a$b$c);
  24737.     }
  24738.     /**
  24739.      * Gets the private 'Shopware\Core\Framework\App\ScheduledTask\UpdateAppsHandler' shared service.
  24740.      *
  24741.      * @return \Shopware\Core\Framework\App\ScheduledTask\UpdateAppsHandler
  24742.      */
  24743.     protected function getUpdateAppsHandlerService()
  24744.     {
  24745.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/ScheduledTask/UpdateAppsHandler.php';
  24746.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Lifecycle/Update/AbstractAppUpdater.php';
  24747.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Lifecycle/Update/AppUpdater.php';
  24748.         $a = ($this->services['scheduled_task.repository'] ?? $this->getScheduledTask_RepositoryService());
  24749.         if (isset($this->privates['Shopware\\Core\\Framework\\App\\ScheduledTask\\UpdateAppsHandler'])) {
  24750.             return $this->privates['Shopware\\Core\\Framework\\App\\ScheduledTask\\UpdateAppsHandler'];
  24751.         }
  24752.         $b = ($this->privates['Shopware\\Core\\Framework\\Store\\Services\\AbstractExtensionDataProvider'] ?? $this->getAbstractExtensionDataProviderService());
  24753.         if (isset($this->privates['Shopware\\Core\\Framework\\App\\ScheduledTask\\UpdateAppsHandler'])) {
  24754.             return $this->privates['Shopware\\Core\\Framework\\App\\ScheduledTask\\UpdateAppsHandler'];
  24755.         }
  24756.         $c = ($this->services['app.repository'] ?? $this->getApp_RepositoryService());
  24757.         if (isset($this->privates['Shopware\\Core\\Framework\\App\\ScheduledTask\\UpdateAppsHandler'])) {
  24758.             return $this->privates['Shopware\\Core\\Framework\\App\\ScheduledTask\\UpdateAppsHandler'];
  24759.         }
  24760.         $d = ($this->privates['Shopware\\Core\\Framework\\Store\\Services\\ExtensionDownloader'] ?? $this->getExtensionDownloaderService());
  24761.         if (isset($this->privates['Shopware\\Core\\Framework\\App\\ScheduledTask\\UpdateAppsHandler'])) {
  24762.             return $this->privates['Shopware\\Core\\Framework\\App\\ScheduledTask\\UpdateAppsHandler'];
  24763.         }
  24764.         $e = ($this->privates['Shopware\\Core\\Framework\\Store\\Services\\AbstractStoreAppLifecycleService'] ?? $this->getAbstractStoreAppLifecycleServiceService());
  24765.         if (isset($this->privates['Shopware\\Core\\Framework\\App\\ScheduledTask\\UpdateAppsHandler'])) {
  24766.             return $this->privates['Shopware\\Core\\Framework\\App\\ScheduledTask\\UpdateAppsHandler'];
  24767.         }
  24768.         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));
  24769.     }
  24770.     /**
  24771.      * Gets the private 'Shopware\Core\Framework\App\Subscriber\CustomFieldProtectionSubscriber' shared service.
  24772.      *
  24773.      * @return \Shopware\Core\Framework\App\Subscriber\CustomFieldProtectionSubscriber
  24774.      */
  24775.     protected function getCustomFieldProtectionSubscriberService()
  24776.     {
  24777.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Subscriber/CustomFieldProtectionSubscriber.php';
  24778.         return $this->privates['Shopware\\Core\\Framework\\App\\Subscriber\\CustomFieldProtectionSubscriber'] = new \Shopware\Core\Framework\App\Subscriber\CustomFieldProtectionSubscriber(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  24779.     }
  24780.     /**
  24781.      * Gets the private 'Shopware\Core\Framework\App\Validation\ConfigValidator' shared service.
  24782.      *
  24783.      * @return \Shopware\Core\Framework\App\Validation\ConfigValidator
  24784.      */
  24785.     protected function getConfigValidatorService()
  24786.     {
  24787.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Validation/AbstractManifestValidator.php';
  24788.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Validation/ConfigValidator.php';
  24789.         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())));
  24790.     }
  24791.     /**
  24792.      * Gets the private 'Shopware\Core\Framework\App\Validation\HookableValidator' shared service.
  24793.      *
  24794.      * @return \Shopware\Core\Framework\App\Validation\HookableValidator
  24795.      */
  24796.     protected function getHookableValidatorService()
  24797.     {
  24798.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Validation/AbstractManifestValidator.php';
  24799.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Validation/HookableValidator.php';
  24800.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Webhook/Hookable/HookableEventCollector.php';
  24801.         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())));
  24802.     }
  24803.     /**
  24804.      * Gets the private 'Shopware\Core\Framework\App\Validation\ManifestValidator' shared service.
  24805.      *
  24806.      * @return \Shopware\Core\Framework\App\Validation\ManifestValidator
  24807.      */
  24808.     protected function getManifestValidatorService()
  24809.     {
  24810.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Validation/ManifestValidator.php';
  24811.         return $this->privates['Shopware\\Core\\Framework\\App\\Validation\\ManifestValidator'] = new \Shopware\Core\Framework\App\Validation\ManifestValidator(new RewindableGenerator(function () {
  24812.             yield => ($this->privates['Shopware\\Core\\Framework\\App\\Validation\\TranslationValidator'] ?? ($this->privates['Shopware\\Core\\Framework\\App\\Validation\\TranslationValidator'] = new \Shopware\Core\Framework\App\Validation\TranslationValidator()));
  24813.             yield => ($this->privates['Shopware\\Core\\Framework\\App\\Validation\\AppNameValidator'] ?? ($this->privates['Shopware\\Core\\Framework\\App\\Validation\\AppNameValidator'] = new \Shopware\Core\Framework\App\Validation\AppNameValidator()));
  24814.             yield => ($this->privates['Shopware\\Core\\Framework\\App\\Validation\\ConfigValidator'] ?? $this->getConfigValidatorService());
  24815.             yield => ($this->privates['Shopware\\Core\\Framework\\App\\Validation\\HookableValidator'] ?? $this->getHookableValidatorService());
  24816.         }, 4));
  24817.     }
  24818.     /**
  24819.      * Gets the private 'Shopware\Core\Framework\Changelog\Command\ChangelogChangeCommand' shared service.
  24820.      *
  24821.      * @return \Shopware\Core\Framework\Changelog\Command\ChangelogChangeCommand
  24822.      */
  24823.     protected function getChangelogChangeCommandService()
  24824.     {
  24825.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  24826.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Changelog/Command/ChangelogChangeCommand.php';
  24827.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Changelog/Processor/ChangelogProcessor.php';
  24828.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Changelog/Processor/ChangelogReleaseExporter.php';
  24829.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Changelog/ChangelogParser.php';
  24830.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  24831.         $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']));
  24832.         $instance->setName('changelog:change');
  24833.         return $instance;
  24834.     }
  24835.     /**
  24836.      * Gets the private 'Shopware\Core\Framework\Changelog\Command\ChangelogCheckCommand' shared service.
  24837.      *
  24838.      * @return \Shopware\Core\Framework\Changelog\Command\ChangelogCheckCommand
  24839.      */
  24840.     protected function getChangelogCheckCommandService()
  24841.     {
  24842.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  24843.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Changelog/Command/ChangelogCheckCommand.php';
  24844.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Changelog/Processor/ChangelogProcessor.php';
  24845.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Changelog/Processor/ChangelogValidator.php';
  24846.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Changelog/ChangelogParser.php';
  24847.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  24848.         $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']));
  24849.         $instance->setName('changelog:check');
  24850.         return $instance;
  24851.     }
  24852.     /**
  24853.      * Gets the private 'Shopware\Core\Framework\Changelog\Command\ChangelogCreateCommand' shared service.
  24854.      *
  24855.      * @return \Shopware\Core\Framework\Changelog\Command\ChangelogCreateCommand
  24856.      */
  24857.     protected function getChangelogCreateCommandService()
  24858.     {
  24859.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  24860.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Changelog/Command/ChangelogCreateCommand.php';
  24861.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Changelog/Processor/ChangelogProcessor.php';
  24862.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Changelog/Processor/ChangelogGenerator.php';
  24863.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Changelog/ChangelogParser.php';
  24864.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  24865.         $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']));
  24866.         $instance->setName('changelog:create');
  24867.         return $instance;
  24868.     }
  24869.     /**
  24870.      * Gets the private 'Shopware\Core\Framework\Changelog\Command\ChangelogReleaseCommand' shared service.
  24871.      *
  24872.      * @return \Shopware\Core\Framework\Changelog\Command\ChangelogReleaseCommand
  24873.      */
  24874.     protected function getChangelogReleaseCommandService()
  24875.     {
  24876.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  24877.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Changelog/Command/ChangelogReleaseCommand.php';
  24878.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Changelog/Processor/ChangelogProcessor.php';
  24879.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Changelog/Processor/ChangelogReleaseCreator.php';
  24880.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Changelog/ChangelogParser.php';
  24881.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  24882.         $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']));
  24883.         $instance->setName('changelog:release');
  24884.         return $instance;
  24885.     }
  24886.     /**
  24887.      * Gets the private 'Shopware\Core\Framework\DataAbstractionLayer\Command\CreateEntitiesCommand' shared service.
  24888.      *
  24889.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Command\CreateEntitiesCommand
  24890.      */
  24891.     protected function getCreateEntitiesCommandService()
  24892.     {
  24893.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  24894.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Command/CreateEntitiesCommand.php';
  24895.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityGenerator.php';
  24896.         $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));
  24897.         $instance->setName('dal:create:entities');
  24898.         return $instance;
  24899.     }
  24900.     /**
  24901.      * Gets the private 'Shopware\Core\Framework\DataAbstractionLayer\Command\CreateHydratorCommand' shared service.
  24902.      *
  24903.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Command\CreateHydratorCommand
  24904.      */
  24905.     protected function getCreateHydratorCommandService()
  24906.     {
  24907.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  24908.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Command/CreateHydratorCommand.php';
  24909.         $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));
  24910.         $instance->setName('dal:create:hydrators');
  24911.         return $instance;
  24912.     }
  24913.     /**
  24914.      * Gets the private 'Shopware\Core\Framework\DataAbstractionLayer\Command\CreateSchemaCommand' shared service.
  24915.      *
  24916.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Command\CreateSchemaCommand
  24917.      */
  24918.     protected function getCreateSchemaCommandService()
  24919.     {
  24920.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  24921.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Command/CreateSchemaCommand.php';
  24922.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/SchemaGenerator.php';
  24923.         $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));
  24924.         $instance->setName('dal:create:schema');
  24925.         return $instance;
  24926.     }
  24927.     /**
  24928.      * Gets the private 'Shopware\Core\Framework\DataAbstractionLayer\Command\DataAbstractionLayerValidateCommand' shared service.
  24929.      *
  24930.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Command\DataAbstractionLayerValidateCommand
  24931.      */
  24932.     protected function getDataAbstractionLayerValidateCommandService()
  24933.     {
  24934.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  24935.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Command/DataAbstractionLayerValidateCommand.php';
  24936.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/DefinitionValidator.php';
  24937.         $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())));
  24938.         $instance->setName('dal:validate');
  24939.         return $instance;
  24940.     }
  24941.     /**
  24942.      * Gets the private 'Shopware\Core\Framework\DataAbstractionLayer\Command\RefreshIndexCommand' shared service.
  24943.      *
  24944.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Command\RefreshIndexCommand
  24945.      */
  24946.     protected function getRefreshIndexCommandService()
  24947.     {
  24948.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  24949.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Command/ConsoleProgressTrait.php';
  24950.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Command/RefreshIndexCommand.php';
  24951.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Indexing\\EntityIndexerRegistry'] ?? $this->getEntityIndexerRegistryService());
  24952.         if (isset($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Command\\RefreshIndexCommand'])) {
  24953.             return $this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Command\\RefreshIndexCommand'];
  24954.         }
  24955.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  24956.         if (isset($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Command\\RefreshIndexCommand'])) {
  24957.             return $this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Command\\RefreshIndexCommand'];
  24958.         }
  24959.         $this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Command\\RefreshIndexCommand'] = $instance = new \Shopware\Core\Framework\DataAbstractionLayer\Command\RefreshIndexCommand($a$b);
  24960.         $instance->setName('dal:refresh:index');
  24961.         return $instance;
  24962.     }
  24963.     /**
  24964.      * Gets the private 'Shopware\Core\Framework\DataAbstractionLayer\Dbal\Common\IteratorFactory' shared service.
  24965.      *
  24966.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Dbal\Common\IteratorFactory
  24967.      */
  24968.     protected function getIteratorFactoryService()
  24969.     {
  24970.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/Common/IteratorFactory.php';
  24971.         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()));
  24972.     }
  24973.     /**
  24974.      * Gets the private 'Shopware\Core\Framework\DataAbstractionLayer\Dbal\CriteriaQueryBuilder' shared service.
  24975.      *
  24976.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Dbal\CriteriaQueryBuilder
  24977.      */
  24978.     protected function getCriteriaQueryBuilderService()
  24979.     {
  24980.         $a = ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\Parser\\SqlQueryParser'] ?? $this->getSqlQueryParserService());
  24981.         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));
  24982.     }
  24983.     /**
  24984.      * Gets the private 'Shopware\Core\Framework\DataAbstractionLayer\Facade\AppContextCreator' shared service.
  24985.      *
  24986.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Facade\AppContextCreator
  24987.      */
  24988.     protected function getAppContextCreatorService()
  24989.     {
  24990.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Facade/AppContextCreator.php';
  24991.         return $this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Facade\\AppContextCreator'] = new \Shopware\Core\Framework\DataAbstractionLayer\Facade\AppContextCreator(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  24992.     }
  24993.     /**
  24994.      * Gets the private 'Shopware\Core\Framework\DataAbstractionLayer\Indexing\ChildCountUpdater' shared service.
  24995.      *
  24996.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Indexing\ChildCountUpdater
  24997.      */
  24998.     protected function getChildCountUpdaterService()
  24999.     {
  25000.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Indexing/ChildCountUpdater.php';
  25001.         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()));
  25002.     }
  25003.     /**
  25004.      * Gets the private 'Shopware\Core\Framework\DataAbstractionLayer\Indexing\InheritanceUpdater' shared service.
  25005.      *
  25006.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Indexing\InheritanceUpdater
  25007.      */
  25008.     protected function getInheritanceUpdaterService()
  25009.     {
  25010.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Indexing/InheritanceUpdater.php';
  25011.         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()));
  25012.     }
  25013.     /**
  25014.      * Gets the private 'Shopware\Core\Framework\DataAbstractionLayer\Indexing\ManyToManyIdFieldUpdater' shared service.
  25015.      *
  25016.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Indexing\ManyToManyIdFieldUpdater
  25017.      */
  25018.     protected function getManyToManyIdFieldUpdaterService()
  25019.     {
  25020.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Indexing/ManyToManyIdFieldUpdater.php';
  25021.         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()));
  25022.     }
  25023.     /**
  25024.      * Gets the private 'Shopware\Core\Framework\DataAbstractionLayer\Indexing\Subscriber\EntityIndexingSubscriber' shared service.
  25025.      *
  25026.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Indexing\Subscriber\EntityIndexingSubscriber
  25027.      */
  25028.     protected function getEntityIndexingSubscriberService()
  25029.     {
  25030.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Indexing/Subscriber/EntityIndexingSubscriber.php';
  25031.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Indexing\\EntityIndexerRegistry'] ?? $this->getEntityIndexerRegistryService());
  25032.         if (isset($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Indexing\\Subscriber\\EntityIndexingSubscriber'])) {
  25033.             return $this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Indexing\\Subscriber\\EntityIndexingSubscriber'];
  25034.         }
  25035.         return $this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Indexing\\Subscriber\\EntityIndexingSubscriber'] = new \Shopware\Core\Framework\DataAbstractionLayer\Indexing\Subscriber\EntityIndexingSubscriber($a);
  25036.     }
  25037.     /**
  25038.      * Gets the private 'Shopware\Core\Framework\DataAbstractionLayer\Indexing\Subscriber\RegisteredIndexerSubscriber' shared service.
  25039.      *
  25040.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Indexing\Subscriber\RegisteredIndexerSubscriber
  25041.      */
  25042.     protected function getRegisteredIndexerSubscriberService()
  25043.     {
  25044.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Indexing/Subscriber/RegisteredIndexerSubscriber.php';
  25045.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Indexing\\EntityIndexerRegistry'] ?? $this->getEntityIndexerRegistryService());
  25046.         if (isset($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Indexing\\Subscriber\\RegisteredIndexerSubscriber'])) {
  25047.             return $this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Indexing\\Subscriber\\RegisteredIndexerSubscriber'];
  25048.         }
  25049.         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);
  25050.     }
  25051.     /**
  25052.      * Gets the private 'Shopware\Core\Framework\DataAbstractionLayer\Indexing\TreeUpdater' shared service.
  25053.      *
  25054.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Indexing\TreeUpdater
  25055.      */
  25056.     protected function getTreeUpdaterService()
  25057.     {
  25058.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Indexing/TreeUpdater.php';
  25059.         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()));
  25060.     }
  25061.     /**
  25062.      * Gets the private 'Shopware\Core\Framework\DataAbstractionLayer\Search\ApiCriteriaValidator' shared service.
  25063.      *
  25064.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Search\ApiCriteriaValidator
  25065.      */
  25066.     protected function getApiCriteriaValidatorService()
  25067.     {
  25068.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Search/ApiCriteriaValidator.php';
  25069.         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()));
  25070.     }
  25071.     /**
  25072.      * Gets the private 'Shopware\Core\Framework\DataAbstractionLayer\Search\CompositeEntitySearcher' shared service.
  25073.      *
  25074.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Search\CompositeEntitySearcher
  25075.      */
  25076.     protected function getCompositeEntitySearcherService()
  25077.     {
  25078.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Search/CompositeEntitySearcher.php';
  25079.         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 () {
  25080.             yield => ($this->services['Shopware\\Core\\Content\\LandingPage\\LandingPageDefinition'] ?? $this->getLandingPageDefinitionService());
  25081.             yield => ($this->services['Shopware\\Core\\Checkout\\Order\\OrderDefinition'] ?? $this->getOrderDefinitionService());
  25082.             yield => ($this->services['Shopware\\Core\\Checkout\\Customer\\CustomerDefinition'] ?? $this->getCustomerDefinitionService());
  25083.             yield => ($this->services['Shopware\\Core\\Content\\Product\\ProductDefinition'] ?? $this->getProductDefinitionService());
  25084.             yield => ($this->services['Shopware\\Core\\Content\\Category\\CategoryDefinition'] ?? $this->getCategoryDefinitionService());
  25085.             yield => ($this->services['Shopware\\Core\\Content\\Media\\MediaDefinition'] ?? $this->getMediaDefinitionService());
  25086.             yield => ($this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductManufacturer\\ProductManufacturerDefinition'] ?? $this->getProductManufacturerDefinitionService());
  25087.             yield => ($this->services['Shopware\\Core\\System\\Tag\\TagDefinition'] ?? $this->getTagDefinitionService());
  25088.             yield => ($this->services['Shopware\\Core\\Content\\Cms\\CmsPageDefinition'] ?? $this->getCmsPageDefinitionService());
  25089.         }, 9));
  25090.     }
  25091.     /**
  25092.      * Gets the private 'Shopware\Core\Framework\DataAbstractionLayer\Search\CriteriaArrayConverter' shared service.
  25093.      *
  25094.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Search\CriteriaArrayConverter
  25095.      */
  25096.     protected function getCriteriaArrayConverterService()
  25097.     {
  25098.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Search/CriteriaArrayConverter.php';
  25099.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Search/Parser/AggregationParser.php';
  25100.         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())));
  25101.     }
  25102.     /**
  25103.      * Gets the private 'Shopware\Core\Framework\DataAbstractionLayer\Search\Parser\SqlQueryParser' shared service.
  25104.      *
  25105.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Search\Parser\SqlQueryParser
  25106.      */
  25107.     protected function getSqlQueryParserService()
  25108.     {
  25109.         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()));
  25110.     }
  25111.     /**
  25112.      * Gets the private 'Shopware\Core\Framework\DataAbstractionLayer\Search\RequestCriteriaBuilder' shared service.
  25113.      *
  25114.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Search\RequestCriteriaBuilder
  25115.      */
  25116.     protected function getRequestCriteriaBuilderService()
  25117.     {
  25118.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Search/RequestCriteriaBuilder.php';
  25119.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Search/Parser/AggregationParser.php';
  25120.         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);
  25121.     }
  25122.     /**
  25123.      * Gets the private 'Shopware\Core\Framework\DataAbstractionLayer\Search\Term\Filter\TokenFilter' shared service.
  25124.      *
  25125.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Search\Term\Filter\TokenFilter
  25126.      */
  25127.     protected function getTokenFilterService()
  25128.     {
  25129.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Search/Term/Filter/AbstractTokenFilter.php';
  25130.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Search/Term/Filter/TokenFilter.php';
  25131.         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()));
  25132.     }
  25133.     /**
  25134.      * Gets the private 'Shopware\Core\Framework\DataAbstractionLayer\Search\Term\SearchTermInterpreter' shared service.
  25135.      *
  25136.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Search\Term\SearchTermInterpreter
  25137.      */
  25138.     protected function getSearchTermInterpreterService()
  25139.     {
  25140.         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')))));
  25141.     }
  25142.     /**
  25143.      * Gets the private 'Shopware\Core\Framework\DataAbstractionLayer\Validation\EntityExistsValidator' shared service.
  25144.      *
  25145.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Validation\EntityExistsValidator
  25146.      */
  25147.     protected function getEntityExistsValidatorService()
  25148.     {
  25149.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  25150.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  25151.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Validation/EntityExistsValidator.php';
  25152.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  25153.         if (isset($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Validation\\EntityExistsValidator'])) {
  25154.             return $this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Validation\\EntityExistsValidator'];
  25155.         }
  25156.         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);
  25157.     }
  25158.     /**
  25159.      * Gets the private 'Shopware\Core\Framework\DataAbstractionLayer\Validation\EntityNotExistsValidator' shared service.
  25160.      *
  25161.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Validation\EntityNotExistsValidator
  25162.      */
  25163.     protected function getEntityNotExistsValidatorService()
  25164.     {
  25165.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  25166.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  25167.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Validation/EntityNotExistsValidator.php';
  25168.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  25169.         if (isset($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Validation\\EntityNotExistsValidator'])) {
  25170.             return $this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Validation\\EntityNotExistsValidator'];
  25171.         }
  25172.         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);
  25173.     }
  25174.     /**
  25175.      * Gets the private 'Shopware\Core\Framework\DataAbstractionLayer\Version\Cleanup\CleanupVersionTaskHandler' shared service.
  25176.      *
  25177.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Version\Cleanup\CleanupVersionTaskHandler
  25178.      */
  25179.     protected function getCleanupVersionTaskHandlerService()
  25180.     {
  25181.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Version/Cleanup/CleanupVersionTaskHandler.php';
  25182.         $a = ($this->services['scheduled_task.repository'] ?? $this->getScheduledTask_RepositoryService());
  25183.         if (isset($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Version\\Cleanup\\CleanupVersionTaskHandler'])) {
  25184.             return $this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Version\\Cleanup\\CleanupVersionTaskHandler'];
  25185.         }
  25186.         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);
  25187.     }
  25188.     /**
  25189.      * Gets the private 'Shopware\Core\Framework\DataAbstractionLayer\Write\Validation\LockValidator' shared service.
  25190.      *
  25191.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Write\Validation\LockValidator
  25192.      */
  25193.     protected function getLockValidatorService()
  25194.     {
  25195.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Write/Validation/LockValidator.php';
  25196.         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()));
  25197.     }
  25198.     /**
  25199.      * Gets the private 'Shopware\Core\Framework\DataAbstractionLayer\Write\WriteCommandExtractor' shared service.
  25200.      *
  25201.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Write\WriteCommandExtractor
  25202.      */
  25203.     protected function getWriteCommandExtractorService()
  25204.     {
  25205.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\EntityWriteGatewayInterface'] ?? $this->getEntityWriteGatewayInterfaceService());
  25206.         if (isset($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\WriteCommandExtractor'])) {
  25207.             return $this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\WriteCommandExtractor'];
  25208.         }
  25209.         return $this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\WriteCommandExtractor'] = new \Shopware\Core\Framework\DataAbstractionLayer\Write\WriteCommandExtractor($a, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  25210.     }
  25211.     /**
  25212.      * Gets the private 'Shopware\Core\Framework\Demodata\Command\DemodataCommand' shared service.
  25213.      *
  25214.      * @return \Shopware\Core\Framework\Demodata\Command\DemodataCommand
  25215.      */
  25216.     protected function getDemodataCommandService()
  25217.     {
  25218.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  25219.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Demodata/Command/DemodataCommand.php';
  25220.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Demodata/DemodataService.php';
  25221.         $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 () {
  25222.             yield => ($this->privates['Shopware\\Core\\Framework\\Demodata\\Generator\\RuleGenerator'] ?? $this->getRuleGeneratorService());
  25223.             yield => ($this->privates['Shopware\\Core\\Framework\\Demodata\\Generator\\CustomerGenerator'] ?? $this->getCustomerGeneratorService());
  25224.             yield => ($this->privates['Shopware\\Core\\Framework\\Demodata\\Generator\\PropertyGroupGenerator'] ?? $this->getPropertyGroupGeneratorService());
  25225.             yield => ($this->privates['Shopware\\Core\\Framework\\Demodata\\Generator\\CategoryGenerator'] ?? $this->getCategoryGeneratorService());
  25226.             yield => ($this->privates['Shopware\\Core\\Framework\\Demodata\\Generator\\ProductManufacturerGenerator'] ?? $this->getProductManufacturerGeneratorService());
  25227.             yield => ($this->privates['Shopware\\Core\\Framework\\Demodata\\Generator\\TagGenerator'] ?? $this->getTagGeneratorService());
  25228.             yield => ($this->privates['Shopware\\Core\\Framework\\Demodata\\Generator\\ProductReviewGenerator'] ?? $this->getProductReviewGeneratorService());
  25229.             yield => ($this->privates['Shopware\\Core\\Framework\\Demodata\\Generator\\ProductGenerator'] ?? $this->getProductGeneratorService());
  25230.             yield => ($this->privates['Shopware\\Core\\Framework\\Demodata\\Generator\\PromotionGenerator'] ?? $this->getPromotionGeneratorService());
  25231.             yield => ($this->privates['Shopware\\Core\\Framework\\Demodata\\Generator\\FlowGenerator'] ?? $this->getFlowGeneratorService());
  25232.             yield 10 => ($this->privates['Shopware\\Core\\Framework\\Demodata\\Generator\\MediaGenerator'] ?? $this->getMediaGeneratorService());
  25233.             yield 11 => ($this->privates['Shopware\\Core\\Framework\\Demodata\\Generator\\ProductStreamGenerator'] ?? $this->getProductStreamGeneratorService());
  25234.             yield 12 => ($this->privates['Shopware\\Core\\Framework\\Demodata\\Generator\\OrderGenerator'] ?? $this->getOrderGeneratorService());
  25235.             yield 13 => ($this->privates['Shopware\\Core\\Framework\\Demodata\\Generator\\CustomFieldGenerator'] ?? $this->getCustomFieldGeneratorService());
  25236.             yield 14 => ($this->privates['Shopware\\Core\\Framework\\Demodata\\Generator\\MailTemplateGenerator'] ?? $this->getMailTemplateGeneratorService());
  25237.             yield 15 => ($this->privates['Shopware\\Core\\Framework\\Demodata\\Generator\\MailHeaderFooterGenerator'] ?? $this->getMailHeaderFooterGeneratorService());
  25238.             yield 16 => ($this->privates['Shopware\\Core\\Framework\\Demodata\\Generator\\UserGenerator'] ?? $this->getUserGeneratorService());
  25239.         }, 17), \dirname(__DIR__4), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService())), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), 'dev');
  25240.         $instance->addDefault('rules'25);
  25241.         $instance->addOption('rules'NULL4'Rules count');
  25242.         $instance->addDefault('customers'60);
  25243.         $instance->addOption('customers'NULL4'Customers count');
  25244.         $instance->addDefault('properties'10);
  25245.         $instance->addOption('properties'NULL4'Property group count (option count rand(30-300))');
  25246.         $instance->addDefault('categories'10);
  25247.         $instance->addOption('categories'NULL4'Categories count');
  25248.         $instance->addDefault('manufacturers'60);
  25249.         $instance->addOption('manufacturers'NULL4'Manufacturers count');
  25250.         $instance->addDefault('tags'50);
  25251.         $instance->addOption('tags'NULL4'Tags count');
  25252.         $instance->addDefault('reviews'20);
  25253.         $instance->addOption('reviews'NULL4'Reviews count');
  25254.         $instance->addDefault('products'1000);
  25255.         $instance->addOption('products'NULL4'Products count');
  25256.         $instance->addDefault('promotions'50);
  25257.         $instance->addOption('promotions'NULL4'Promotions count');
  25258.         $instance->addDefault('flows'0);
  25259.         $instance->addOption('flows'NULL4'Flows count');
  25260.         $instance->addDefault('media'300);
  25261.         $instance->addOption('media'NULL4'Media count');
  25262.         $instance->addDefault('product-streams'10);
  25263.         $instance->addOption('product-streams'NULL4'Product-streams count');
  25264.         $instance->addDefault('orders'60);
  25265.         $instance->addOption('orders'NULL4'Orders count');
  25266.         $instance->addDefault('attribute-sets'4);
  25267.         $instance->addOption('attribute-sets'NULL4'CustomField set count');
  25268.         $instance->addDefault('mail-template'10);
  25269.         $instance->addOption('mail-template'NULL4'Mail-template count');
  25270.         $instance->addDefault('mail-header-footer'3);
  25271.         $instance->addOption('mail-header-footer'NULL4'Mail header/footer count');
  25272.         $instance->addDefault('users'0);
  25273.         $instance->addOption('users'NULL4'Users count');
  25274.         $instance->setName('framework:demodata');
  25275.         return $instance;
  25276.     }
  25277.     /**
  25278.      * Gets the private 'Shopware\Core\Framework\Demodata\Generator\CategoryGenerator' shared service.
  25279.      *
  25280.      * @return \Shopware\Core\Framework\Demodata\Generator\CategoryGenerator
  25281.      */
  25282.     protected function getCategoryGeneratorService()
  25283.     {
  25284.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Demodata/DemodataGeneratorInterface.php';
  25285.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Demodata/Generator/CategoryGenerator.php';
  25286.         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()));
  25287.     }
  25288.     /**
  25289.      * Gets the private 'Shopware\Core\Framework\Demodata\Generator\CustomFieldGenerator' shared service.
  25290.      *
  25291.      * @return \Shopware\Core\Framework\Demodata\Generator\CustomFieldGenerator
  25292.      */
  25293.     protected function getCustomFieldGeneratorService()
  25294.     {
  25295.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Demodata/DemodataGeneratorInterface.php';
  25296.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Demodata/Generator/CustomFieldGenerator.php';
  25297.         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()));
  25298.     }
  25299.     /**
  25300.      * Gets the private 'Shopware\Core\Framework\Demodata\Generator\CustomerGenerator' shared service.
  25301.      *
  25302.      * @return \Shopware\Core\Framework\Demodata\Generator\CustomerGenerator
  25303.      */
  25304.     protected function getCustomerGeneratorService()
  25305.     {
  25306.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Demodata/DemodataGeneratorInterface.php';
  25307.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Demodata/Generator/CustomerGenerator.php';
  25308.         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()));
  25309.     }
  25310.     /**
  25311.      * Gets the private 'Shopware\Core\Framework\Demodata\Generator\FlowGenerator' shared service.
  25312.      *
  25313.      * @return \Shopware\Core\Framework\Demodata\Generator\FlowGenerator
  25314.      */
  25315.     protected function getFlowGeneratorService()
  25316.     {
  25317.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Demodata/DemodataGeneratorInterface.php';
  25318.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Demodata/Generator/FlowGenerator.php';
  25319.         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()));
  25320.     }
  25321.     /**
  25322.      * Gets the private 'Shopware\Core\Framework\Demodata\Generator\MailHeaderFooterGenerator' shared service.
  25323.      *
  25324.      * @return \Shopware\Core\Framework\Demodata\Generator\MailHeaderFooterGenerator
  25325.      */
  25326.     protected function getMailHeaderFooterGeneratorService()
  25327.     {
  25328.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Demodata/DemodataGeneratorInterface.php';
  25329.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Demodata/Generator/MailHeaderFooterGenerator.php';
  25330.         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()));
  25331.     }
  25332.     /**
  25333.      * Gets the private 'Shopware\Core\Framework\Demodata\Generator\MailTemplateGenerator' shared service.
  25334.      *
  25335.      * @return \Shopware\Core\Framework\Demodata\Generator\MailTemplateGenerator
  25336.      */
  25337.     protected function getMailTemplateGeneratorService()
  25338.     {
  25339.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Demodata/DemodataGeneratorInterface.php';
  25340.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Demodata/Generator/MailTemplateGenerator.php';
  25341.         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()));
  25342.     }
  25343.     /**
  25344.      * Gets the private 'Shopware\Core\Framework\Demodata\Generator\MediaGenerator' shared service.
  25345.      *
  25346.      * @return \Shopware\Core\Framework\Demodata\Generator\MediaGenerator
  25347.      */
  25348.     protected function getMediaGeneratorService()
  25349.     {
  25350.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Demodata/DemodataGeneratorInterface.php';
  25351.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Demodata/Generator/MediaGenerator.php';
  25352.         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()));
  25353.     }
  25354.     /**
  25355.      * Gets the private 'Shopware\Core\Framework\Demodata\Generator\OrderGenerator' shared service.
  25356.      *
  25357.      * @return \Shopware\Core\Framework\Demodata\Generator\OrderGenerator
  25358.      */
  25359.     protected function getOrderGeneratorService()
  25360.     {
  25361.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Demodata/DemodataGeneratorInterface.php';
  25362.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Demodata/Generator/OrderGenerator.php';
  25363.         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()));
  25364.     }
  25365.     /**
  25366.      * Gets the private 'Shopware\Core\Framework\Demodata\Generator\ProductGenerator' shared service.
  25367.      *
  25368.      * @return \Shopware\Core\Framework\Demodata\Generator\ProductGenerator
  25369.      */
  25370.     protected function getProductGeneratorService()
  25371.     {
  25372.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Demodata/DemodataGeneratorInterface.php';
  25373.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Demodata/Generator/ProductGenerator.php';
  25374.         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()));
  25375.     }
  25376.     /**
  25377.      * Gets the private 'Shopware\Core\Framework\Demodata\Generator\ProductManufacturerGenerator' shared service.
  25378.      *
  25379.      * @return \Shopware\Core\Framework\Demodata\Generator\ProductManufacturerGenerator
  25380.      */
  25381.     protected function getProductManufacturerGeneratorService()
  25382.     {
  25383.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Demodata/DemodataGeneratorInterface.php';
  25384.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Demodata/Generator/ProductManufacturerGenerator.php';
  25385.         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()));
  25386.     }
  25387.     /**
  25388.      * Gets the private 'Shopware\Core\Framework\Demodata\Generator\ProductReviewGenerator' shared service.
  25389.      *
  25390.      * @return \Shopware\Core\Framework\Demodata\Generator\ProductReviewGenerator
  25391.      */
  25392.     protected function getProductReviewGeneratorService()
  25393.     {
  25394.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Demodata/DemodataGeneratorInterface.php';
  25395.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Demodata/Generator/ProductReviewGenerator.php';
  25396.         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()));
  25397.     }
  25398.     /**
  25399.      * Gets the private 'Shopware\Core\Framework\Demodata\Generator\ProductStreamGenerator' shared service.
  25400.      *
  25401.      * @return \Shopware\Core\Framework\Demodata\Generator\ProductStreamGenerator
  25402.      */
  25403.     protected function getProductStreamGeneratorService()
  25404.     {
  25405.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Demodata/DemodataGeneratorInterface.php';
  25406.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Demodata/Generator/ProductStreamGenerator.php';
  25407.         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()));
  25408.     }
  25409.     /**
  25410.      * Gets the private 'Shopware\Core\Framework\Demodata\Generator\PromotionGenerator' shared service.
  25411.      *
  25412.      * @return \Shopware\Core\Framework\Demodata\Generator\PromotionGenerator
  25413.      */
  25414.     protected function getPromotionGeneratorService()
  25415.     {
  25416.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Demodata/DemodataGeneratorInterface.php';
  25417.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Demodata/Generator/PromotionGenerator.php';
  25418.         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()));
  25419.     }
  25420.     /**
  25421.      * Gets the private 'Shopware\Core\Framework\Demodata\Generator\PropertyGroupGenerator' shared service.
  25422.      *
  25423.      * @return \Shopware\Core\Framework\Demodata\Generator\PropertyGroupGenerator
  25424.      */
  25425.     protected function getPropertyGroupGeneratorService()
  25426.     {
  25427.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Demodata/DemodataGeneratorInterface.php';
  25428.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Demodata/Generator/PropertyGroupGenerator.php';
  25429.         return $this->privates['Shopware\\Core\\Framework\\Demodata\\Generator\\PropertyGroupGenerator'] = new \Shopware\Core\Framework\Demodata\Generator\PropertyGroupGenerator(($this->services['property_group.repository'] ?? $this->getPropertyGroup_RepositoryService()));
  25430.     }
  25431.     /**
  25432.      * Gets the private 'Shopware\Core\Framework\Demodata\Generator\RuleGenerator' shared service.
  25433.      *
  25434.      * @return \Shopware\Core\Framework\Demodata\Generator\RuleGenerator
  25435.      */
  25436.     protected function getRuleGeneratorService()
  25437.     {
  25438.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Demodata/DemodataGeneratorInterface.php';
  25439.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Demodata/Generator/RuleGenerator.php';
  25440.         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()));
  25441.     }
  25442.     /**
  25443.      * Gets the private 'Shopware\Core\Framework\Demodata\Generator\TagGenerator' shared service.
  25444.      *
  25445.      * @return \Shopware\Core\Framework\Demodata\Generator\TagGenerator
  25446.      */
  25447.     protected function getTagGeneratorService()
  25448.     {
  25449.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Demodata/DemodataGeneratorInterface.php';
  25450.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Demodata/Generator/TagGenerator.php';
  25451.         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()));
  25452.     }
  25453.     /**
  25454.      * Gets the private 'Shopware\Core\Framework\Demodata\Generator\UserGenerator' shared service.
  25455.      *
  25456.      * @return \Shopware\Core\Framework\Demodata\Generator\UserGenerator
  25457.      */
  25458.     protected function getUserGeneratorService()
  25459.     {
  25460.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Demodata/DemodataGeneratorInterface.php';
  25461.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Demodata/Generator/UserGenerator.php';
  25462.         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()));
  25463.     }
  25464.     /**
  25465.      * Gets the private 'Shopware\Core\Framework\Demodata\PersonalData\CleanPersonalDataCommand' shared service.
  25466.      *
  25467.      * @return \Shopware\Core\Framework\Demodata\PersonalData\CleanPersonalDataCommand
  25468.      */
  25469.     protected function getCleanPersonalDataCommandService()
  25470.     {
  25471.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  25472.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Demodata/PersonalData/CleanPersonalDataCommand.php';
  25473.         $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()));
  25474.         $instance->setName('database:clean-personal-data');
  25475.         return $instance;
  25476.     }
  25477.     /**
  25478.      * Gets the private 'Shopware\Core\Framework\Event\BusinessEventCollector' shared service.
  25479.      *
  25480.      * @return \Shopware\Core\Framework\Event\BusinessEventCollector
  25481.      */
  25482.     protected function getBusinessEventCollectorService()
  25483.     {
  25484.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Event/BusinessEventCollector.php';
  25485.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  25486.         if (isset($this->privates['Shopware\\Core\\Framework\\Event\\BusinessEventCollector'])) {
  25487.             return $this->privates['Shopware\\Core\\Framework\\Event\\BusinessEventCollector'];
  25488.         }
  25489.         return $this->privates['Shopware\\Core\\Framework\\Event\\BusinessEventCollector'] = new \Shopware\Core\Framework\Event\BusinessEventCollector(($this->services['Shopware\\Core\\Framework\\Event\\BusinessEventRegistry'] ?? $this->getBusinessEventRegistryService()), $a);
  25490.     }
  25491.     /**
  25492.      * Gets the private 'Shopware\Core\Framework\Event\BusinessEventDispatcher' shared service.
  25493.      *
  25494.      * @return \Shopware\Core\Framework\Event\BusinessEventDispatcher
  25495.      */
  25496.     protected function getBusinessEventDispatcherService()
  25497.     {
  25498.         $a = ($this->privates['Shopware\\Core\\Framework\\Webhook\\WebhookDispatcher'] ?? $this->getWebhookDispatcherService());
  25499.         if (isset($this->privates['Shopware\\Core\\Framework\\Event\\BusinessEventDispatcher'])) {
  25500.             return $this->privates['Shopware\\Core\\Framework\\Event\\BusinessEventDispatcher'];
  25501.         }
  25502.         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()));
  25503.     }
  25504.     /**
  25505.      * Gets the private 'Shopware\Core\Framework\Event\Command\DebugDumpBusinessEventsCommand' shared service.
  25506.      *
  25507.      * @return \Shopware\Core\Framework\Event\Command\DebugDumpBusinessEventsCommand
  25508.      */
  25509.     protected function getDebugDumpBusinessEventsCommandService()
  25510.     {
  25511.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  25512.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Event/Command/DebugDumpBusinessEventsCommand.php';
  25513.         $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()));
  25514.         $instance->setName('debug:business-events');
  25515.         return $instance;
  25516.     }
  25517.     /**
  25518.      * Gets the private 'Shopware\Core\Framework\Event\EventAction\EventActionSubscriber' shared service.
  25519.      *
  25520.      * @return \Shopware\Core\Framework\Event\EventAction\EventActionSubscriber
  25521.      */
  25522.     protected function getEventActionSubscriberService()
  25523.     {
  25524.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Event/EventAction/EventActionSubscriber.php';
  25525.         return $this->privates['Shopware\\Core\\Framework\\Event\\EventAction\\EventActionSubscriber'] = new \Shopware\Core\Framework\Event\EventAction\EventActionSubscriber(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  25526.     }
  25527.     /**
  25528.      * Gets the private 'Shopware\Core\Framework\Feature\Command\FeatureDumpCommand' shared service.
  25529.      *
  25530.      * @return \Shopware\Core\Framework\Feature\Command\FeatureDumpCommand
  25531.      */
  25532.     protected function getFeatureDumpCommandService()
  25533.     {
  25534.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  25535.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Feature/Command/FeatureDumpCommand.php';
  25536.         $this->privates['Shopware\\Core\\Framework\\Feature\\Command\\FeatureDumpCommand'] = $instance = new \Shopware\Core\Framework\Feature\Command\FeatureDumpCommand(($this->services['kernel'] ?? $this->get('kernel'1)));
  25537.         $instance->setName('feature:dump');
  25538.         $instance->setAliases([=> 'administration:dump:features']);
  25539.         return $instance;
  25540.     }
  25541.     /**
  25542.      * Gets the private 'Shopware\Core\Framework\Log\LoggingService' shared service.
  25543.      *
  25544.      * @return \Shopware\Core\Framework\Log\LoggingService
  25545.      */
  25546.     protected function getLoggingServiceService()
  25547.     {
  25548.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Log/LoggingService.php';
  25549.         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()));
  25550.     }
  25551.     /**
  25552.      * Gets the private 'Shopware\Core\Framework\Log\Monolog\ExcludeFlowEventHandler' shared service.
  25553.      *
  25554.      * @return \Shopware\Core\Framework\Log\Monolog\ExcludeFlowEventHandler
  25555.      */
  25556.     protected function getExcludeFlowEventHandlerService()
  25557.     {
  25558.         $a = new \Monolog\Handler\StreamHandler((\dirname(__DIR__3).'/log/dev.log'), 100trueNULLfalse);
  25559.         $a->pushProcessor(new \Monolog\Processor\PsrLogMessageProcessor());
  25560.         return $this->privates['Shopware\\Core\\Framework\\Log\\Monolog\\ExcludeFlowEventHandler'] = new \Shopware\Core\Framework\Log\Monolog\ExcludeFlowEventHandler($a$this->parameters['shopware.logger.exclude_events']);
  25561.     }
  25562.     /**
  25563.      * Gets the private 'Shopware\Core\Framework\Log\ScheduledTask\LogCleanupTaskHandler' shared service.
  25564.      *
  25565.      * @return \Shopware\Core\Framework\Log\ScheduledTask\LogCleanupTaskHandler
  25566.      */
  25567.     protected function getLogCleanupTaskHandlerService()
  25568.     {
  25569.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Log/ScheduledTask/LogCleanupTaskHandler.php';
  25570.         $a = ($this->services['scheduled_task.repository'] ?? $this->getScheduledTask_RepositoryService());
  25571.         if (isset($this->privates['Shopware\\Core\\Framework\\Log\\ScheduledTask\\LogCleanupTaskHandler'])) {
  25572.             return $this->privates['Shopware\\Core\\Framework\\Log\\ScheduledTask\\LogCleanupTaskHandler'];
  25573.         }
  25574.         $b = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  25575.         if (isset($this->privates['Shopware\\Core\\Framework\\Log\\ScheduledTask\\LogCleanupTaskHandler'])) {
  25576.             return $this->privates['Shopware\\Core\\Framework\\Log\\ScheduledTask\\LogCleanupTaskHandler'];
  25577.         }
  25578.         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()));
  25579.     }
  25580.     /**
  25581.      * Gets the private 'Shopware\Core\Framework\MessageQueue\Command\DispatchSleepMessageCommand' shared service.
  25582.      *
  25583.      * @return \Shopware\Core\Framework\MessageQueue\Command\DispatchSleepMessageCommand
  25584.      */
  25585.     protected function getDispatchSleepMessageCommandService()
  25586.     {
  25587.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  25588.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Command/ConsoleProgressTrait.php';
  25589.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/MessageQueue/Command/DispatchSleepMessageCommand.php';
  25590.         $this->privates['Shopware\\Core\\Framework\\MessageQueue\\Command\\DispatchSleepMessageCommand'] = $instance = new \Shopware\Core\Framework\MessageQueue\Command\DispatchSleepMessageCommand(($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService()));
  25591.         $instance->setName('debug:messenger:dispatch-sleep');
  25592.         return $instance;
  25593.     }
  25594.     /**
  25595.      * Gets the private 'Shopware\Core\Framework\MessageQueue\Handler\EncryptedMessageHandler' shared service.
  25596.      *
  25597.      * @return \Shopware\Core\Framework\MessageQueue\Handler\EncryptedMessageHandler
  25598.      */
  25599.     protected function getEncryptedMessageHandlerService()
  25600.     {
  25601.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/MessageQueue/Handler/EncryptedMessageHandler.php';
  25602.         $a = ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService());
  25603.         if (isset($this->privates['Shopware\\Core\\Framework\\MessageQueue\\Handler\\EncryptedMessageHandler'])) {
  25604.             return $this->privates['Shopware\\Core\\Framework\\MessageQueue\\Handler\\EncryptedMessageHandler'];
  25605.         }
  25606.         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')))));
  25607.     }
  25608.     /**
  25609.      * Gets the private 'Shopware\Core\Framework\MessageQueue\Handler\RetryMessageHandler' shared service.
  25610.      *
  25611.      * @return \Shopware\Core\Framework\MessageQueue\Handler\RetryMessageHandler
  25612.      */
  25613.     protected function getRetryMessageHandlerService()
  25614.     {
  25615.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/MessageQueue/Handler/RetryMessageHandler.php';
  25616.         $a = ($this->services['dead_message.repository'] ?? $this->getDeadMessage_RepositoryService());
  25617.         if (isset($this->privates['Shopware\\Core\\Framework\\MessageQueue\\Handler\\RetryMessageHandler'])) {
  25618.             return $this->privates['Shopware\\Core\\Framework\\MessageQueue\\Handler\\RetryMessageHandler'];
  25619.         }
  25620.         return $this->privates['Shopware\\Core\\Framework\\MessageQueue\\Handler\\RetryMessageHandler'] = new \Shopware\Core\Framework\MessageQueue\Handler\RetryMessageHandler($a, new RewindableGenerator(function () {
  25621.             yield => ($this->privates['Shopware\\Core\\Framework\\Log\\ScheduledTask\\LogCleanupTaskHandler'] ?? $this->getLogCleanupTaskHandlerService());
  25622.             yield => ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\InvalidateCacheTaskHandler'] ?? $this->getInvalidateCacheTaskHandlerService());
  25623.             yield => ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\Message\\CleanupOldCacheFoldersHandler'] ?? $this->getCleanupOldCacheFoldersHandlerService());
  25624.             yield => ($this->privates['Shopware\\Core\\Content\\Media\\Message\\GenerateThumbnailsHandler'] ?? $this->getGenerateThumbnailsHandlerService());
  25625.             yield => ($this->privates['Shopware\\Core\\Framework\\App\\ScheduledTask\\UpdateAppsHandler'] ?? $this->getUpdateAppsHandlerService());
  25626.             yield => ($this->privates['Shopware\\Core\\Framework\\App\\ScheduledTask\\DeleteCascadeAppsHandler'] ?? $this->getDeleteCascadeAppsHandlerService());
  25627.             yield => ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Indexing\\EntityIndexerRegistry'] ?? $this->getEntityIndexerRegistryService());
  25628.             yield => ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Version\\Cleanup\\CleanupVersionTaskHandler'] ?? $this->getCleanupVersionTaskHandlerService());
  25629.             yield => ($this->privates['Shopware\\Core\\Framework\\MessageQueue\\Handler\\EncryptedMessageHandler'] ?? $this->getEncryptedMessageHandlerService());
  25630.             yield => ($this->privates['Shopware\\Core\\Framework\\MessageQueue\\Handler\\RetryMessageHandler'] ?? $this->getRetryMessageHandlerService());
  25631.             yield 10 => ($this->privates['Shopware\\Core\\Framework\\MessageQueue\\Handler\\SleepTaskHandler'] ?? $this->getSleepTaskHandlerService());
  25632.             yield 11 => ($this->privates['Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\RequeueDeadMessagesHandler'] ?? $this->getRequeueDeadMessagesHandlerService());
  25633.             yield 12 => ($this->privates['Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\MessageQueue\\RegisterScheduledTaskHandler'] ?? $this->getRegisterScheduledTaskHandlerService());
  25634.             yield 13 => ($this->privates['Shopware\\Core\\Framework\\Webhook\\Handler\\WebhookEventMessageHandler'] ?? $this->getWebhookEventMessageHandlerService());
  25635.             yield 14 => ($this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\Cleanup\\CleanupSalesChannelContextTaskHandler'] ?? $this->getCleanupSalesChannelContextTaskHandlerService());
  25636.             yield 15 => ($this->privates['Shopware\\Core\\Content\\Media\\Message\\DeleteFileHandler'] ?? $this->getDeleteFileHandler2Service());
  25637.             yield 16 => ($this->privates['Shopware\\Core\\Content\\Product\\Cleanup\\CleanupProductKeywordDictionaryTaskHandler'] ?? $this->getCleanupProductKeywordDictionaryTaskHandlerService());
  25638.             yield 17 => ($this->privates['Shopware\\Core\\Content\\Product\\Cleanup\\CleanupUnusedDownloadMediaTaskHandler'] ?? $this->getCleanupUnusedDownloadMediaTaskHandlerService());
  25639.             yield 18 => ($this->privates['Shopware\\Core\\Content\\Newsletter\\ScheduledTask\\NewsletterRecipientTaskHandler'] ?? $this->getNewsletterRecipientTaskHandlerService());
  25640.             yield 19 => ($this->privates['Shopware\\Core\\Content\\ProductStream\\ScheduledTask\\UpdateProductStreamMappingTaskHandler'] ?? $this->getUpdateProductStreamMappingTaskHandlerService());
  25641.             yield 20 => ($this->privates['Shopware\\Core\\Content\\ProductExport\\ScheduledTask\\ProductExportGenerateTaskHandler'] ?? $this->getProductExportGenerateTaskHandlerService());
  25642.             yield 21 => ($this->privates['Shopware\\Core\\Content\\ProductExport\\ScheduledTask\\ProductExportPartialGenerationHandler'] ?? $this->getProductExportPartialGenerationHandlerService());
  25643.             yield 22 => ($this->services['Shopware\\Core\\Content\\ImportExport\\Message\\ImportExportHandler'] ?? $this->getImportExportHandlerService());
  25644.             yield 23 => ($this->privates['Shopware\\Core\\Content\\ImportExport\\Message\\DeleteFileHandler'] ?? $this->getDeleteFileHandlerService());
  25645.             yield 24 => ($this->privates['Shopware\\Core\\Content\\ImportExport\\ScheduledTask\\CleanupImportExportFileTaskHandler'] ?? $this->getCleanupImportExportFileTaskHandlerService());
  25646.             yield 25 => ($this->privates['Shopware\\Core\\Content\\Sitemap\\ScheduledTask\\SitemapGenerateTaskHandler'] ?? $this->getSitemapGenerateTaskHandlerService());
  25647.             yield 26 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Cleanup\\CleanupCartTaskHandler'] ?? $this->getCleanupCartTaskHandlerService());
  25648.             yield 27 => ($this->privates['Shopware\\Storefront\\Framework\\Cache\\CacheWarmer\\CacheWarmerTaskHandler'] ?? $this->getCacheWarmerTaskHandlerService());
  25649.             yield 28 => ($this->services['Shopware\\Elasticsearch\\Framework\\Indexing\\CreateAliasTaskHandler'] ?? $this->getCreateAliasTaskHandlerService());
  25650.             yield 29 => ($this->privates['Shopware\\Elasticsearch\\Framework\\Indexing\\ElasticsearchIndexer'] ?? $this->getElasticsearchIndexerService());
  25651.             yield 30 => ($this->privates['Shopware\\Elasticsearch\\Admin\\AdminSearchRegistry'] ?? $this->getAdminSearchRegistryService());
  25652.             yield 31 => ($this->privates['SwagMigrationAssistant\\Migration\\MessageQueue\\Handler\\ProcessMediaHandler'] ?? $this->getProcessMediaHandlerService());
  25653.             yield 32 => ($this->privates['SwagMigrationAssistant\\Migration\\MessageQueue\\Handler\\CleanupMigrationHandler'] ?? $this->getCleanupMigrationHandlerService());
  25654.             yield 33 => ($this->privates['mailer.messenger.message_handler'] ?? $this->getMailer_Messenger_MessageHandlerService());
  25655.         }, 34), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  25656.     }
  25657.     /**
  25658.      * Gets the private 'Shopware\Core\Framework\MessageQueue\Handler\SleepTaskHandler' shared service.
  25659.      *
  25660.      * @return \Shopware\Core\Framework\MessageQueue\Handler\SleepTaskHandler
  25661.      */
  25662.     protected function getSleepTaskHandlerService()
  25663.     {
  25664.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/MessageQueue/Handler/SleepTaskHandler.php';
  25665.         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()));
  25666.     }
  25667.     /**
  25668.      * Gets the private 'Shopware\Core\Framework\MessageQueue\Middleware\RetryMiddleware' shared service.
  25669.      *
  25670.      * @return \Shopware\Core\Framework\MessageQueue\Middleware\RetryMiddleware
  25671.      */
  25672.     protected function getRetryMiddlewareService()
  25673.     {
  25674.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Middleware/MiddlewareInterface.php';
  25675.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/MessageQueue/Middleware/RetryMiddleware.php';
  25676.         $a = ($this->services['dead_message.repository'] ?? $this->getDeadMessage_RepositoryService());
  25677.         if (isset($this->privates['Shopware\\Core\\Framework\\MessageQueue\\Middleware\\RetryMiddleware'])) {
  25678.             return $this->privates['Shopware\\Core\\Framework\\MessageQueue\\Middleware\\RetryMiddleware'];
  25679.         }
  25680.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  25681.         if (isset($this->privates['Shopware\\Core\\Framework\\MessageQueue\\Middleware\\RetryMiddleware'])) {
  25682.             return $this->privates['Shopware\\Core\\Framework\\MessageQueue\\Middleware\\RetryMiddleware'];
  25683.         }
  25684.         return $this->privates['Shopware\\Core\\Framework\\MessageQueue\\Middleware\\RetryMiddleware'] = new \Shopware\Core\Framework\MessageQueue\Middleware\RetryMiddleware($a$b);
  25685.     }
  25686.     /**
  25687.      * Gets the private 'Shopware\Core\Framework\MessageQueue\ScheduledTask\Command\RegisterScheduledTasksCommand' shared service.
  25688.      *
  25689.      * @return \Shopware\Core\Framework\MessageQueue\ScheduledTask\Command\RegisterScheduledTasksCommand
  25690.      */
  25691.     protected function getRegisterScheduledTasksCommandService()
  25692.     {
  25693.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  25694.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/MessageQueue/ScheduledTask/Command/RegisterScheduledTasksCommand.php';
  25695.         $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()));
  25696.         $instance->setName('scheduled-task:register');
  25697.         return $instance;
  25698.     }
  25699.     /**
  25700.      * Gets the private 'Shopware\Core\Framework\MessageQueue\ScheduledTask\Command\ScheduledTaskRunner' shared service.
  25701.      *
  25702.      * @return \Shopware\Core\Framework\MessageQueue\ScheduledTask\Command\ScheduledTaskRunner
  25703.      */
  25704.     protected function getScheduledTaskRunnerService()
  25705.     {
  25706.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  25707.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/MessageQueue/ScheduledTask/Command/ScheduledTaskRunner.php';
  25708.         $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()));
  25709.         $instance->setName('scheduled-task:run');
  25710.         return $instance;
  25711.     }
  25712.     /**
  25713.      * Gets the private 'Shopware\Core\Framework\MessageQueue\ScheduledTask\MessageQueue\RegisterScheduledTaskHandler' shared service.
  25714.      *
  25715.      * @return \Shopware\Core\Framework\MessageQueue\ScheduledTask\MessageQueue\RegisterScheduledTaskHandler
  25716.      */
  25717.     protected function getRegisterScheduledTaskHandlerService()
  25718.     {
  25719.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/MessageQueue/ScheduledTask/MessageQueue/RegisterScheduledTaskHandler.php';
  25720.         $a = ($this->privates['Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\Registry\\TaskRegistry'] ?? $this->getTaskRegistryService());
  25721.         if (isset($this->privates['Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\MessageQueue\\RegisterScheduledTaskHandler'])) {
  25722.             return $this->privates['Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\MessageQueue\\RegisterScheduledTaskHandler'];
  25723.         }
  25724.         return $this->privates['Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\MessageQueue\\RegisterScheduledTaskHandler'] = new \Shopware\Core\Framework\MessageQueue\ScheduledTask\MessageQueue\RegisterScheduledTaskHandler($a);
  25725.     }
  25726.     /**
  25727.      * Gets the private 'Shopware\Core\Framework\MessageQueue\ScheduledTask\Registry\TaskRegistry' shared service.
  25728.      *
  25729.      * @return \Shopware\Core\Framework\MessageQueue\ScheduledTask\Registry\TaskRegistry
  25730.      */
  25731.     protected function getTaskRegistryService()
  25732.     {
  25733.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/MessageQueue/ScheduledTask/Registry/TaskRegistry.php';
  25734.         $a = ($this->services['scheduled_task.repository'] ?? $this->getScheduledTask_RepositoryService());
  25735.         if (isset($this->privates['Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\Registry\\TaskRegistry'])) {
  25736.             return $this->privates['Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\Registry\\TaskRegistry'];
  25737.         }
  25738.         return $this->privates['Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\Registry\\TaskRegistry'] = new \Shopware\Core\Framework\MessageQueue\ScheduledTask\Registry\TaskRegistry(new RewindableGenerator(function () {
  25739.             yield => ($this->privates['Shopware\\Core\\Framework\\Log\\ScheduledTask\\LogCleanupTask'] ?? ($this->privates['Shopware\\Core\\Framework\\Log\\ScheduledTask\\LogCleanupTask'] = new \Shopware\Core\Framework\Log\ScheduledTask\LogCleanupTask()));
  25740.             yield => ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\InvalidateCacheTask'] ?? ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\InvalidateCacheTask'] = new \Shopware\Core\Framework\Adapter\Cache\InvalidateCacheTask()));
  25741.             yield => ($this->privates['Shopware\\Core\\Framework\\App\\ScheduledTask\\UpdateAppsTask'] ?? ($this->privates['Shopware\\Core\\Framework\\App\\ScheduledTask\\UpdateAppsTask'] = new \Shopware\Core\Framework\App\ScheduledTask\UpdateAppsTask()));
  25742.             yield => ($this->privates['Shopware\\Core\\Framework\\App\\ScheduledTask\\DeleteCascadeAppsTask'] ?? ($this->privates['Shopware\\Core\\Framework\\App\\ScheduledTask\\DeleteCascadeAppsTask'] = new \Shopware\Core\Framework\App\ScheduledTask\DeleteCascadeAppsTask()));
  25743.             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()));
  25744.             yield => ($this->privates['Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\RequeueDeadMessagesTask'] ?? ($this->privates['Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\RequeueDeadMessagesTask'] = new \Shopware\Core\Framework\MessageQueue\ScheduledTask\RequeueDeadMessagesTask()));
  25745.             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()));
  25746.             yield => ($this->privates['Shopware\\Core\\Content\\Product\\Cleanup\\CleanupProductKeywordDictionaryTask'] ?? ($this->privates['Shopware\\Core\\Content\\Product\\Cleanup\\CleanupProductKeywordDictionaryTask'] = new \Shopware\Core\Content\Product\Cleanup\CleanupProductKeywordDictionaryTask()));
  25747.             yield => ($this->privates['Shopware\\Core\\Content\\Product\\Cleanup\\CleanupUnusedDownloadMediaTask'] ?? ($this->privates['Shopware\\Core\\Content\\Product\\Cleanup\\CleanupUnusedDownloadMediaTask'] = new \Shopware\Core\Content\Product\Cleanup\CleanupUnusedDownloadMediaTask()));
  25748.             yield => ($this->privates['Shopware\\Core\\Content\\Newsletter\\ScheduledTask\\NewsletterRecipientTask'] ?? ($this->privates['Shopware\\Core\\Content\\Newsletter\\ScheduledTask\\NewsletterRecipientTask'] = new \Shopware\Core\Content\Newsletter\ScheduledTask\NewsletterRecipientTask()));
  25749.             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()));
  25750.             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()));
  25751.             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()));
  25752.             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()));
  25753.             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()));
  25754.             yield 15 => ($this->privates['Shopware\\Elasticsearch\\Framework\\Indexing\\CreateAliasTask'] ?? ($this->privates['Shopware\\Elasticsearch\\Framework\\Indexing\\CreateAliasTask'] = new \Shopware\Elasticsearch\Framework\Indexing\CreateAliasTask()));
  25755.         }, 16), $a, ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))));
  25756.     }
  25757.     /**
  25758.      * Gets the private 'Shopware\Core\Framework\MessageQueue\ScheduledTask\RequeueDeadMessagesHandler' shared service.
  25759.      *
  25760.      * @return \Shopware\Core\Framework\MessageQueue\ScheduledTask\RequeueDeadMessagesHandler
  25761.      */
  25762.     protected function getRequeueDeadMessagesHandlerService()
  25763.     {
  25764.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/MessageQueue/ScheduledTask/RequeueDeadMessagesHandler.php';
  25765.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/MessageQueue/DeadMessage/RequeueDeadMessagesService.php';
  25766.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/MessageQueue/EncryptedBus.php';
  25767.         $a = ($this->services['scheduled_task.repository'] ?? $this->getScheduledTask_RepositoryService());
  25768.         if (isset($this->privates['Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\RequeueDeadMessagesHandler'])) {
  25769.             return $this->privates['Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\RequeueDeadMessagesHandler'];
  25770.         }
  25771.         $b = ($this->services['dead_message.repository'] ?? $this->getDeadMessage_RepositoryService());
  25772.         if (isset($this->privates['Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\RequeueDeadMessagesHandler'])) {
  25773.             return $this->privates['Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\RequeueDeadMessagesHandler'];
  25774.         }
  25775.         $c = ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService());
  25776.         if (isset($this->privates['Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\RequeueDeadMessagesHandler'])) {
  25777.             return $this->privates['Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\RequeueDeadMessagesHandler'];
  25778.         }
  25779.         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())));
  25780.     }
  25781.     /**
  25782.      * Gets the private 'Shopware\Core\Framework\MessageQueue\ScheduledTask\Scheduler\TaskScheduler' shared service.
  25783.      *
  25784.      * @return \Shopware\Core\Framework\MessageQueue\ScheduledTask\Scheduler\TaskScheduler
  25785.      */
  25786.     protected function getTaskSchedulerService()
  25787.     {
  25788.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/MessageQueue/ScheduledTask/Scheduler/TaskScheduler.php';
  25789.         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))));
  25790.     }
  25791.     /**
  25792.      * Gets the private 'Shopware\Core\Framework\MessageQueue\ScheduledTask\Subscriber\PluginLifecycleSubscriber' shared service.
  25793.      *
  25794.      * @return \Shopware\Core\Framework\MessageQueue\ScheduledTask\Subscriber\PluginLifecycleSubscriber
  25795.      */
  25796.     protected function getPluginLifecycleSubscriberService()
  25797.     {
  25798.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/MessageQueue/ScheduledTask/Subscriber/PluginLifecycleSubscriber.php';
  25799.         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()));
  25800.     }
  25801.     /**
  25802.      * Gets the private 'Shopware\Core\Framework\MessageQueue\ScheduledTask\Subscriber\UpdatePostFinishSubscriber' shared service.
  25803.      *
  25804.      * @return \Shopware\Core\Framework\MessageQueue\ScheduledTask\Subscriber\UpdatePostFinishSubscriber
  25805.      */
  25806.     protected function getUpdatePostFinishSubscriberService()
  25807.     {
  25808.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/MessageQueue/ScheduledTask/Subscriber/UpdatePostFinishSubscriber.php';
  25809.         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()));
  25810.     }
  25811.     /**
  25812.      * Gets the private 'Shopware\Core\Framework\MessageQueue\Subscriber\MessageFailedHandler' shared service.
  25813.      *
  25814.      * @return \Shopware\Core\Framework\MessageQueue\Subscriber\MessageFailedHandler
  25815.      */
  25816.     protected function getMessageFailedHandlerService()
  25817.     {
  25818.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/MessageQueue/Subscriber/MessageFailedHandler.php';
  25819.         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');
  25820.     }
  25821.     /**
  25822.      * Gets the private 'Shopware\Core\Framework\Migration\Command\CreateMigrationCommand' shared service.
  25823.      *
  25824.      * @return \Shopware\Core\Framework\Migration\Command\CreateMigrationCommand
  25825.      */
  25826.     protected function getCreateMigrationCommandService()
  25827.     {
  25828.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  25829.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Migration/Command/CreateMigrationCommand.php';
  25830.         $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');
  25831.         $instance->setName('database:create-migration');
  25832.         return $instance;
  25833.     }
  25834.     /**
  25835.      * Gets the private 'Shopware\Core\Framework\Migration\Command\MigrationCommand' shared service.
  25836.      *
  25837.      * @return \Shopware\Core\Framework\Migration\Command\MigrationCommand
  25838.      */
  25839.     protected function getMigrationCommandService()
  25840.     {
  25841.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  25842.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Migration/Command/MigrationCommand.php';
  25843.         $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');
  25844.         $instance->setName('database:migrate');
  25845.         return $instance;
  25846.     }
  25847.     /**
  25848.      * Gets the private 'Shopware\Core\Framework\Migration\Command\MigrationDestructiveCommand' shared service.
  25849.      *
  25850.      * @return \Shopware\Core\Framework\Migration\Command\MigrationDestructiveCommand
  25851.      */
  25852.     protected function getMigrationDestructiveCommandService()
  25853.     {
  25854.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  25855.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Migration/Command/MigrationCommand.php';
  25856.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Migration/Command/MigrationDestructiveCommand.php';
  25857.         $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');
  25858.         $instance->setName('database:migrate-destructive');
  25859.         return $instance;
  25860.     }
  25861.     /**
  25862.      * Gets the private 'Shopware\Core\Framework\Migration\Command\RefreshMigrationCommand' shared service.
  25863.      *
  25864.      * @return \Shopware\Core\Framework\Migration\Command\RefreshMigrationCommand
  25865.      */
  25866.     protected function getRefreshMigrationCommandService()
  25867.     {
  25868.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  25869.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Migration/Command/RefreshMigrationCommand.php';
  25870.         $this->privates['Shopware\\Core\\Framework\\Migration\\Command\\RefreshMigrationCommand'] = $instance = new \Shopware\Core\Framework\Migration\Command\RefreshMigrationCommand();
  25871.         $instance->setName('database:refresh-migration');
  25872.         return $instance;
  25873.     }
  25874.     /**
  25875.      * Gets the private 'Shopware\Core\Framework\Migration\MigrationSource.core.V6_3' shared service.
  25876.      *
  25877.      * @return \Shopware\Core\Framework\Migration\MigrationSource
  25878.      */
  25879.     protected function getMigrationSource_Core_V63Service()
  25880.     {
  25881.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Migration/MigrationSource.php';
  25882.         $this->privates['Shopware\\Core\\Framework\\Migration\\MigrationSource.core.V6_3'] = $instance = new \Shopware\Core\Framework\Migration\MigrationSource('core.V6_3');
  25883.         $instance->addDirectory((\dirname(__DIR__4).'/vendor/shopware/core/Migration/V6_3'), 'Shopware\\Core\\Migration\\V6_3');
  25884.         $instance->addReplacementPattern('#^(Shopware\\\\Core\\\\Migration\\\\)V6_3\\\\([^\\\\]*)$#''$1$2');
  25885.         $instance->addReplacementPattern('#^(Shopware\\\\Core\\\\Migration\\\\)V6_4\\\\([^\\\\]*)$#''$1$2');
  25886.         $instance->addDirectory((\dirname(__DIR__4).'/vendor/shopware/storefront/Migration/V6_3'), 'Shopware\\Storefront\\Migration\\V6_3');
  25887.         $instance->addReplacementPattern('#^(Shopware\\\\Storefront\\\\Migration\\\\)V6_3\\\\([^\\\\]*)$#''$1$2');
  25888.         $instance->addReplacementPattern('#^(Shopware\\\\Storefront\\\\Migration\\\\)V6_4\\\\([^\\\\]*)$#''$1$2');
  25889.         return $instance;
  25890.     }
  25891.     /**
  25892.      * Gets the private 'Shopware\Core\Framework\Migration\MigrationSource.core.V6_4' shared service.
  25893.      *
  25894.      * @return \Shopware\Core\Framework\Migration\MigrationSource
  25895.      */
  25896.     protected function getMigrationSource_Core_V64Service()
  25897.     {
  25898.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Migration/MigrationSource.php';
  25899.         $this->privates['Shopware\\Core\\Framework\\Migration\\MigrationSource.core.V6_4'] = $instance = new \Shopware\Core\Framework\Migration\MigrationSource('core.V6_4');
  25900.         $instance->addDirectory((\dirname(__DIR__4).'/vendor/shopware/core/Migration/V6_4'), 'Shopware\\Core\\Migration\\V6_4');
  25901.         $instance->addDirectory((\dirname(__DIR__4).'/vendor/shopware/administration/Migration/V6_4'), 'Shopware\\Administration\\Migration\\V6_4');
  25902.         $instance->addReplacementPattern('#^(Shopware\\\\Administration\\\\Migration\\\\)V6_4\\\\([^\\\\]*)$#''$1$2');
  25903.         $instance->addDirectory((\dirname(__DIR__4).'/vendor/shopware/storefront/Migration/V6_4'), 'Shopware\\Storefront\\Migration\\V6_4');
  25904.         return $instance;
  25905.     }
  25906.     /**
  25907.      * Gets the private 'Shopware\Core\Framework\Migration\MigrationSource.core.V6_5' shared service.
  25908.      *
  25909.      * @return \Shopware\Core\Framework\Migration\MigrationSource
  25910.      */
  25911.     protected function getMigrationSource_Core_V65Service()
  25912.     {
  25913.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Migration/MigrationSource.php';
  25914.         $this->privates['Shopware\\Core\\Framework\\Migration\\MigrationSource.core.V6_5'] = $instance = new \Shopware\Core\Framework\Migration\MigrationSource('core.V6_5');
  25915.         $instance->addDirectory((\dirname(__DIR__4).'/vendor/shopware/core/Migration/V6_5'), 'Shopware\\Core\\Migration\\V6_5');
  25916.         return $instance;
  25917.     }
  25918.     /**
  25919.      * Gets the private 'Shopware\Core\Framework\Plugin\Command\BundleDumpCommand' shared service.
  25920.      *
  25921.      * @return \Shopware\Core\Framework\Plugin\Command\BundleDumpCommand
  25922.      */
  25923.     protected function getBundleDumpCommandService()
  25924.     {
  25925.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  25926.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin/Command/BundleDumpCommand.php';
  25927.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin/BundleConfigGeneratorInterface.php';
  25928.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin/BundleConfigGenerator.php';
  25929.         $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));
  25930.         $instance->setName('bundle:dump');
  25931.         return $instance;
  25932.     }
  25933.     /**
  25934.      * Gets the private 'Shopware\Core\Framework\Plugin\Command\Lifecycle\PluginActivateCommand' shared service.
  25935.      *
  25936.      * @return \Shopware\Core\Framework\Plugin\Command\Lifecycle\PluginActivateCommand
  25937.      */
  25938.     protected function getPluginActivateCommandService()
  25939.     {
  25940.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  25941.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin/Command/Lifecycle/AbstractPluginLifecycleCommand.php';
  25942.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin/Command/Lifecycle/PluginActivateCommand.php';
  25943.         $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()));
  25944.         $instance->setName('plugin:activate');
  25945.         return $instance;
  25946.     }
  25947.     /**
  25948.      * Gets the private 'Shopware\Core\Framework\Plugin\Command\Lifecycle\PluginDeactivateCommand' shared service.
  25949.      *
  25950.      * @return \Shopware\Core\Framework\Plugin\Command\Lifecycle\PluginDeactivateCommand
  25951.      */
  25952.     protected function getPluginDeactivateCommandService()
  25953.     {
  25954.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  25955.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin/Command/Lifecycle/AbstractPluginLifecycleCommand.php';
  25956.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin/Command/Lifecycle/PluginDeactivateCommand.php';
  25957.         $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()));
  25958.         $instance->setName('plugin:deactivate');
  25959.         return $instance;
  25960.     }
  25961.     /**
  25962.      * Gets the private 'Shopware\Core\Framework\Plugin\Command\Lifecycle\PluginInstallCommand' shared service.
  25963.      *
  25964.      * @return \Shopware\Core\Framework\Plugin\Command\Lifecycle\PluginInstallCommand
  25965.      */
  25966.     protected function getPluginInstallCommandService()
  25967.     {
  25968.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  25969.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin/Command/Lifecycle/AbstractPluginLifecycleCommand.php';
  25970.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin/Command/Lifecycle/PluginInstallCommand.php';
  25971.         $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()));
  25972.         $instance->setName('plugin:install');
  25973.         return $instance;
  25974.     }
  25975.     /**
  25976.      * Gets the private 'Shopware\Core\Framework\Plugin\Command\Lifecycle\PluginUninstallCommand' shared service.
  25977.      *
  25978.      * @return \Shopware\Core\Framework\Plugin\Command\Lifecycle\PluginUninstallCommand
  25979.      */
  25980.     protected function getPluginUninstallCommandService()
  25981.     {
  25982.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  25983.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin/Command/Lifecycle/AbstractPluginLifecycleCommand.php';
  25984.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin/Command/Lifecycle/PluginUninstallCommand.php';
  25985.         $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()));
  25986.         $instance->setName('plugin:uninstall');
  25987.         return $instance;
  25988.     }
  25989.     /**
  25990.      * Gets the private 'Shopware\Core\Framework\Plugin\Command\Lifecycle\PluginUpdateCommand' shared service.
  25991.      *
  25992.      * @return \Shopware\Core\Framework\Plugin\Command\Lifecycle\PluginUpdateCommand
  25993.      */
  25994.     protected function getPluginUpdateCommandService()
  25995.     {
  25996.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  25997.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin/Command/Lifecycle/AbstractPluginLifecycleCommand.php';
  25998.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin/Command/Lifecycle/PluginUpdateCommand.php';
  25999.         $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()));
  26000.         $instance->setName('plugin:update');
  26001.         return $instance;
  26002.     }
  26003.     /**
  26004.      * Gets the private 'Shopware\Core\Framework\Plugin\Command\PluginCreateCommand' shared service.
  26005.      *
  26006.      * @return \Shopware\Core\Framework\Plugin\Command\PluginCreateCommand
  26007.      */
  26008.     protected function getPluginCreateCommandService()
  26009.     {
  26010.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  26011.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin/Command/PluginCreateCommand.php';
  26012.         $this->privates['Shopware\\Core\\Framework\\Plugin\\Command\\PluginCreateCommand'] = $instance = new \Shopware\Core\Framework\Plugin\Command\PluginCreateCommand(\dirname(__DIR__4));
  26013.         $instance->setName('plugin:create');
  26014.         return $instance;
  26015.     }
  26016.     /**
  26017.      * Gets the private 'Shopware\Core\Framework\Plugin\Command\PluginListCommand' shared service.
  26018.      *
  26019.      * @return \Shopware\Core\Framework\Plugin\Command\PluginListCommand
  26020.      */
  26021.     protected function getPluginListCommandService()
  26022.     {
  26023.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  26024.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin/Command/PluginListCommand.php';
  26025.         $this->privates['Shopware\\Core\\Framework\\Plugin\\Command\\PluginListCommand'] = $instance = new \Shopware\Core\Framework\Plugin\Command\PluginListCommand(($this->services['plugin.repository'] ?? $this->getPlugin_RepositoryService()));
  26026.         $instance->setName('plugin:list');
  26027.         return $instance;
  26028.     }
  26029.     /**
  26030.      * Gets the private 'Shopware\Core\Framework\Plugin\Command\PluginRefreshCommand' shared service.
  26031.      *
  26032.      * @return \Shopware\Core\Framework\Plugin\Command\PluginRefreshCommand
  26033.      */
  26034.     protected function getPluginRefreshCommandService()
  26035.     {
  26036.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  26037.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin/Command/PluginRefreshCommand.php';
  26038.         $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()));
  26039.         $instance->setName('plugin:refresh');
  26040.         return $instance;
  26041.     }
  26042.     /**
  26043.      * Gets the private 'Shopware\Core\Framework\Plugin\Command\PluginZipImportCommand' shared service.
  26044.      *
  26045.      * @return \Shopware\Core\Framework\Plugin\Command\PluginZipImportCommand
  26046.      */
  26047.     protected function getPluginZipImportCommandService()
  26048.     {
  26049.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  26050.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin/Command/PluginZipImportCommand.php';
  26051.         $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()));
  26052.         $instance->setName('plugin:zip-import');
  26053.         return $instance;
  26054.     }
  26055.     /**
  26056.      * Gets the private 'Shopware\Core\Framework\Plugin\Composer\CommandExecutor' shared service.
  26057.      *
  26058.      * @return \Shopware\Core\Framework\Plugin\Composer\CommandExecutor
  26059.      */
  26060.     protected function getCommandExecutorService($lazyLoad true)
  26061.     {
  26062.         if ($lazyLoad) {
  26063.             return $this->privates['Shopware\\Core\\Framework\\Plugin\\Composer\\CommandExecutor'] = $this->createProxy('CommandExecutor_2fbbc6d', function () {
  26064.                 return \CommandExecutor_2fbbc6d::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  26065.                     $wrappedInstance $this->getCommandExecutorService(false);
  26066.                     $proxy->setProxyInitializer(null);
  26067.                     return true;
  26068.                 });
  26069.             });
  26070.         }
  26071.         return new \Shopware\Core\Framework\Plugin\Composer\CommandExecutor(\dirname(__DIR__4));
  26072.     }
  26073.     /**
  26074.      * Gets the private 'Shopware\Core\Framework\Plugin\PluginLifecycleService' shared service.
  26075.      *
  26076.      * @return \Shopware\Core\Framework\Plugin\PluginLifecycleService
  26077.      */
  26078.     protected function getPluginLifecycleServiceService()
  26079.     {
  26080.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin/PluginLifecycleService.php';
  26081.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin/Requirement/RequirementsValidator.php';
  26082.         $a = ($this->services['plugin.repository'] ?? $this->getPlugin_RepositoryService());
  26083.         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()));
  26084.     }
  26085.     /**
  26086.      * Gets the private 'Shopware\Core\Framework\Plugin\PluginManagementService' shared service.
  26087.      *
  26088.      * @return \Shopware\Core\Framework\Plugin\PluginManagementService
  26089.      */
  26090.     protected function getPluginManagementServiceService()
  26091.     {
  26092.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin/PluginManagementService.php';
  26093.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin/PluginZipDetector.php';
  26094.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin/PluginExtractor.php';
  26095.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  26096.         $a = ($this->privates['Shopware\\Core\\Framework\\Plugin\\PluginService'] ?? $this->getPluginServiceService());
  26097.         if (isset($this->privates['Shopware\\Core\\Framework\\Plugin\\PluginManagementService'])) {
  26098.             return $this->privates['Shopware\\Core\\Framework\\Plugin\\PluginManagementService'];
  26099.         }
  26100.         $b = ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheClearer'] ?? $this->getCacheClearer2Service());
  26101.         if (isset($this->privates['Shopware\\Core\\Framework\\Plugin\\PluginManagementService'])) {
  26102.             return $this->privates['Shopware\\Core\\Framework\\Plugin\\PluginManagementService'];
  26103.         }
  26104.         $c = ($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem()));
  26105.         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());
  26106.     }
  26107.     /**
  26108.      * Gets the private 'Shopware\Core\Framework\Plugin\PluginService' shared service.
  26109.      *
  26110.      * @return \Shopware\Core\Framework\Plugin\PluginService
  26111.      */
  26112.     protected function getPluginServiceService()
  26113.     {
  26114.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin/PluginService.php';
  26115.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin/Changelog/ChangelogService.php';
  26116.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin/Changelog/ChangelogParser.php';
  26117.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin/Util/PluginFinder.php';
  26118.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin/Composer/PackageProvider.php';
  26119.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin/Util/VersionSanitizer.php';
  26120.         $a = ($this->services['plugin.repository'] ?? $this->getPlugin_RepositoryService());
  26121.         if (isset($this->privates['Shopware\\Core\\Framework\\Plugin\\PluginService'])) {
  26122.             return $this->privates['Shopware\\Core\\Framework\\Plugin\\PluginService'];
  26123.         }
  26124.         $b = ($this->services['language.repository'] ?? $this->getLanguage_RepositoryService());
  26125.         if (isset($this->privates['Shopware\\Core\\Framework\\Plugin\\PluginService'])) {
  26126.             return $this->privates['Shopware\\Core\\Framework\\Plugin\\PluginService'];
  26127.         }
  26128.         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());
  26129.     }
  26130.     /**
  26131.      * Gets the private 'Shopware\Core\Framework\Plugin\Subscriber\PluginAclPrivilegesSubscriber' shared service.
  26132.      *
  26133.      * @return \Shopware\Core\Framework\Plugin\Subscriber\PluginAclPrivilegesSubscriber
  26134.      */
  26135.     protected function getPluginAclPrivilegesSubscriberService()
  26136.     {
  26137.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin/Subscriber/PluginAclPrivilegesSubscriber.php';
  26138.         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()));
  26139.     }
  26140.     /**
  26141.      * Gets the private 'Shopware\Core\Framework\Plugin\Util\AssetService' shared service.
  26142.      *
  26143.      * @return \Shopware\Core\Framework\Plugin\Util\AssetService
  26144.      */
  26145.     protected function getAssetServiceService()
  26146.     {
  26147.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin/Util/AssetService.php';
  26148.         $a = ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidator'] ?? $this->getCacheInvalidatorService());
  26149.         if (isset($this->privates['Shopware\\Core\\Framework\\Plugin\\Util\\AssetService'])) {
  26150.             return $this->privates['Shopware\\Core\\Framework\\Plugin\\Util\\AssetService'];
  26151.         }
  26152.         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))));
  26153.     }
  26154.     /**
  26155.      * Gets the private 'Shopware\Core\Framework\Routing\ContextResolverListener' shared service.
  26156.      *
  26157.      * @return \Shopware\Core\Framework\Routing\ContextResolverListener
  26158.      */
  26159.     protected function getContextResolverListenerService()
  26160.     {
  26161.         $a = ($this->privates['Shopware\\Core\\Framework\\Routing\\SalesChannelRequestContextResolver'] ?? $this->getSalesChannelRequestContextResolverService());
  26162.         if (isset($this->privates['Shopware\\Core\\Framework\\Routing\\ContextResolverListener'])) {
  26163.             return $this->privates['Shopware\\Core\\Framework\\Routing\\ContextResolverListener'];
  26164.         }
  26165.         return $this->privates['Shopware\\Core\\Framework\\Routing\\ContextResolverListener'] = new \Shopware\Core\Framework\Routing\ContextResolverListener($a);
  26166.     }
  26167.     /**
  26168.      * Gets the private 'Shopware\Core\Framework\Routing\CoreSubscriber' shared service.
  26169.      *
  26170.      * @return \Shopware\Core\Framework\Routing\CoreSubscriber
  26171.      */
  26172.     protected function getCoreSubscriberService()
  26173.     {
  26174.         return $this->privates['Shopware\\Core\\Framework\\Routing\\CoreSubscriber'] = new \Shopware\Core\Framework\Routing\CoreSubscriber($this->parameters['shopware.security.csp_templates']);
  26175.     }
  26176.     /**
  26177.      * Gets the private 'Shopware\Core\Framework\Routing\RouteEventSubscriber' shared service.
  26178.      *
  26179.      * @return \Shopware\Core\Framework\Routing\RouteEventSubscriber
  26180.      */
  26181.     protected function getRouteEventSubscriberService()
  26182.     {
  26183.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  26184.         if (isset($this->privates['Shopware\\Core\\Framework\\Routing\\RouteEventSubscriber'])) {
  26185.             return $this->privates['Shopware\\Core\\Framework\\Routing\\RouteEventSubscriber'];
  26186.         }
  26187.         return $this->privates['Shopware\\Core\\Framework\\Routing\\RouteEventSubscriber'] = new \Shopware\Core\Framework\Routing\RouteEventSubscriber($a);
  26188.     }
  26189.     /**
  26190.      * Gets the private 'Shopware\Core\Framework\Routing\RouteScopeListener' shared service.
  26191.      *
  26192.      * @return \Shopware\Core\Framework\Routing\RouteScopeListener
  26193.      */
  26194.     protected function getRouteScopeListenerService()
  26195.     {
  26196.         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 () {
  26197.             yield => ($this->privates['Shopware\\Core\\Framework\\Routing\\SymfonyRouteScopeWhitelist'] ?? ($this->privates['Shopware\\Core\\Framework\\Routing\\SymfonyRouteScopeWhitelist'] = new \Shopware\Core\Framework\Routing\SymfonyRouteScopeWhitelist()));
  26198.             yield => ($this->privates['Shopware\\Core\\Framework\\Routing\\PaymentScopeWhitelist'] ?? ($this->privates['Shopware\\Core\\Framework\\Routing\\PaymentScopeWhitelist'] = new \Shopware\Core\Framework\Routing\PaymentScopeWhitelist()));
  26199.         }, 2));
  26200.     }
  26201.     /**
  26202.      * Gets the private 'Shopware\Core\Framework\Routing\RouteScopeRegistry' shared service.
  26203.      *
  26204.      * @return \Shopware\Core\Framework\Routing\RouteScopeRegistry
  26205.      */
  26206.     protected function getRouteScopeRegistryService()
  26207.     {
  26208.         return $this->privates['Shopware\\Core\\Framework\\Routing\\RouteScopeRegistry'] = new \Shopware\Core\Framework\Routing\RouteScopeRegistry(new RewindableGenerator(function () {
  26209.             yield => ($this->privates['Shopware\\Core\\Framework\\Routing\\RouteScope'] ?? ($this->privates['Shopware\\Core\\Framework\\Routing\\RouteScope'] = new \Shopware\Core\Framework\Routing\RouteScope()));
  26210.             yield => ($this->privates['Shopware\\Core\\Framework\\Routing\\ApiRouteScope'] ?? ($this->privates['Shopware\\Core\\Framework\\Routing\\ApiRouteScope'] = new \Shopware\Core\Framework\Routing\ApiRouteScope()));
  26211.             yield => ($this->privates['Shopware\\Core\\Framework\\Routing\\StoreApiRouteScope'] ?? ($this->privates['Shopware\\Core\\Framework\\Routing\\StoreApiRouteScope'] = new \Shopware\Core\Framework\Routing\StoreApiRouteScope()));
  26212.             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'))));
  26213.             yield => ($this->privates['Shopware\\Storefront\\Framework\\Routing\\StorefrontRouteScope'] ?? ($this->privates['Shopware\\Storefront\\Framework\\Routing\\StorefrontRouteScope'] = new \Shopware\Storefront\Framework\Routing\StorefrontRouteScope()));
  26214.         }, 5));
  26215.     }
  26216.     /**
  26217.      * Gets the private 'Shopware\Core\Framework\Routing\SalesChannelRequestContextResolver' shared service.
  26218.      *
  26219.      * @return \Shopware\Core\Framework\Routing\SalesChannelRequestContextResolver
  26220.      */
  26221.     protected function getSalesChannelRequestContextResolverService()
  26222.     {
  26223.         $a = ($this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextService'] ?? $this->getSalesChannelContextServiceService());
  26224.         if (isset($this->privates['Shopware\\Core\\Framework\\Routing\\SalesChannelRequestContextResolver'])) {
  26225.             return $this->privates['Shopware\\Core\\Framework\\Routing\\SalesChannelRequestContextResolver'];
  26226.         }
  26227.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  26228.         if (isset($this->privates['Shopware\\Core\\Framework\\Routing\\SalesChannelRequestContextResolver'])) {
  26229.             return $this->privates['Shopware\\Core\\Framework\\Routing\\SalesChannelRequestContextResolver'];
  26230.         }
  26231.         $c = ($this->privates['Shopware\\Core\\Framework\\Routing\\RouteScopeRegistry'] ?? $this->getRouteScopeRegistryService());
  26232.         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);
  26233.     }
  26234.     /**
  26235.      * Gets the private 'Shopware\Core\Framework\Rule\Collector\RuleConditionRegistry' shared service.
  26236.      *
  26237.      * @return \Shopware\Core\Framework\Rule\Collector\RuleConditionRegistry
  26238.      */
  26239.     protected function getRuleConditionRegistryService()
  26240.     {
  26241.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Rule/Collector/RuleConditionRegistry.php';
  26242.         return $this->privates['Shopware\\Core\\Framework\\Rule\\Collector\\RuleConditionRegistry'] = new \Shopware\Core\Framework\Rule\Collector\RuleConditionRegistry(new RewindableGenerator(function () {
  26243.             yield => ($this->privates['Shopware\\Core\\Framework\\Rule\\Container\\AndRule'] ?? ($this->privates['Shopware\\Core\\Framework\\Rule\\Container\\AndRule'] = new \Shopware\Core\Framework\Rule\Container\AndRule()));
  26244.             yield => ($this->privates['Shopware\\Core\\Framework\\Rule\\Container\\NotRule'] ?? ($this->privates['Shopware\\Core\\Framework\\Rule\\Container\\NotRule'] = new \Shopware\Core\Framework\Rule\Container\NotRule()));
  26245.             yield => ($this->privates['Shopware\\Core\\Framework\\Rule\\Container\\OrRule'] ?? ($this->privates['Shopware\\Core\\Framework\\Rule\\Container\\OrRule'] = new \Shopware\Core\Framework\Rule\Container\OrRule()));
  26246.             yield => ($this->privates['Shopware\\Core\\Framework\\Rule\\Container\\XorRule'] ?? ($this->privates['Shopware\\Core\\Framework\\Rule\\Container\\XorRule'] = new \Shopware\Core\Framework\Rule\Container\XorRule()));
  26247.             yield => ($this->privates['Shopware\\Core\\Framework\\Rule\\Container\\MatchAllLineItemsRule'] ?? ($this->privates['Shopware\\Core\\Framework\\Rule\\Container\\MatchAllLineItemsRule'] = new \Shopware\Core\Framework\Rule\Container\MatchAllLineItemsRule()));
  26248.             yield => ($this->privates['Shopware\\Core\\Framework\\Rule\\ScriptRule'] ?? ($this->privates['Shopware\\Core\\Framework\\Rule\\ScriptRule'] = new \Shopware\Core\Framework\Rule\ScriptRule()));
  26249.             yield => ($this->privates['Shopware\\Core\\Framework\\Rule\\DateRangeRule'] ?? ($this->privates['Shopware\\Core\\Framework\\Rule\\DateRangeRule'] = new \Shopware\Core\Framework\Rule\DateRangeRule()));
  26250.             yield => ($this->privates['Shopware\\Core\\Framework\\Rule\\SimpleRule'] ?? ($this->privates['Shopware\\Core\\Framework\\Rule\\SimpleRule'] = new \Shopware\Core\Framework\Rule\SimpleRule()));
  26251.             yield => ($this->privates['Shopware\\Core\\Framework\\Rule\\SalesChannelRule'] ?? ($this->privates['Shopware\\Core\\Framework\\Rule\\SalesChannelRule'] = new \Shopware\Core\Framework\Rule\SalesChannelRule()));
  26252.             yield => ($this->privates['Shopware\\Core\\Framework\\Rule\\TimeRangeRule'] ?? ($this->privates['Shopware\\Core\\Framework\\Rule\\TimeRangeRule'] = new \Shopware\Core\Framework\Rule\TimeRangeRule()));
  26253.             yield 10 => ($this->privates['Shopware\\Core\\Framework\\Rule\\WeekdayRule'] ?? ($this->privates['Shopware\\Core\\Framework\\Rule\\WeekdayRule'] = new \Shopware\Core\Framework\Rule\WeekdayRule()));
  26254.             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()));
  26255.             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()));
  26256.             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()));
  26257.             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()));
  26258.             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()));
  26259.             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()));
  26260.             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()));
  26261.             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()));
  26262.             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()));
  26263.             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()));
  26264.             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()));
  26265.             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()));
  26266.             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()));
  26267.             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()));
  26268.             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()));
  26269.             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()));
  26270.             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()));
  26271.             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()));
  26272.             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()));
  26273.             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()));
  26274.             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()));
  26275.             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()));
  26276.             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()));
  26277.             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()));
  26278.             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()));
  26279.             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()));
  26280.             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()));
  26281.             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()));
  26282.             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()));
  26283.             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()));
  26284.             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()));
  26285.             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()));
  26286.             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()));
  26287.             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()));
  26288.             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()));
  26289.             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()));
  26290.             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()));
  26291.             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()));
  26292.             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()));
  26293.             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()));
  26294.             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()));
  26295.             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()));
  26296.             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()));
  26297.             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()));
  26298.             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()));
  26299.             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()));
  26300.             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()));
  26301.             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()));
  26302.             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()));
  26303.             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()));
  26304.             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()));
  26305.             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()));
  26306.             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()));
  26307.             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()));
  26308.             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()));
  26309.             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()));
  26310.             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()));
  26311.             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()));
  26312.             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()));
  26313.             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()));
  26314.             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()));
  26315.             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()));
  26316.             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()));
  26317.             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()));
  26318.             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()));
  26319.             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()));
  26320.             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()));
  26321.             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()));
  26322.             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()));
  26323.             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()));
  26324.             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()));
  26325.             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()));
  26326.             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()));
  26327.             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()));
  26328.             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()));
  26329.             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()));
  26330.             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()));
  26331.             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()));
  26332.             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()));
  26333.             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()));
  26334.             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()));
  26335.         }, 92));
  26336.     }
  26337.     /**
  26338.      * Gets the private 'Shopware\Core\Framework\Script\Api\ScriptResponseEncoder' shared service.
  26339.      *
  26340.      * @return \Shopware\Core\Framework\Script\Api\ScriptResponseEncoder
  26341.      */
  26342.     protected function getScriptResponseEncoderService()
  26343.     {
  26344.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Script/Api/ScriptResponseEncoder.php';
  26345.         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()));
  26346.     }
  26347.     /**
  26348.      * Gets the private 'Shopware\Core\Framework\Script\Execution\ScriptLoader' shared service.
  26349.      *
  26350.      * @return \Shopware\Core\Framework\Script\Execution\ScriptLoader
  26351.      */
  26352.     protected function getScriptLoaderService()
  26353.     {
  26354.         $a = ($this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\Persister\\ScriptPersister'] ?? $this->getScriptPersisterService());
  26355.         if (isset($this->privates['Shopware\\Core\\Framework\\Script\\Execution\\ScriptLoader'])) {
  26356.             return $this->privates['Shopware\\Core\\Framework\\Script\\Execution\\ScriptLoader'];
  26357.         }
  26358.         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);
  26359.     }
  26360.     /**
  26361.      * Gets the private 'Shopware\Core\Framework\Store\Authentication\LocaleProvider' shared service.
  26362.      *
  26363.      * @return \Shopware\Core\Framework\Store\Authentication\LocaleProvider
  26364.      */
  26365.     protected function getLocaleProviderService()
  26366.     {
  26367.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Store/Authentication/LocaleProvider.php';
  26368.         $a = ($this->services['user.repository'] ?? $this->getUser_RepositoryService());
  26369.         if (isset($this->privates['Shopware\\Core\\Framework\\Store\\Authentication\\LocaleProvider'])) {
  26370.             return $this->privates['Shopware\\Core\\Framework\\Store\\Authentication\\LocaleProvider'];
  26371.         }
  26372.         return $this->privates['Shopware\\Core\\Framework\\Store\\Authentication\\LocaleProvider'] = new \Shopware\Core\Framework\Store\Authentication\LocaleProvider($a);
  26373.     }
  26374.     /**
  26375.      * Gets the private 'Shopware\Core\Framework\Store\Command\StoreDownloadCommand' shared service.
  26376.      *
  26377.      * @return \Shopware\Core\Framework\Store\Command\StoreDownloadCommand
  26378.      */
  26379.     protected function getStoreDownloadCommandService()
  26380.     {
  26381.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  26382.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Store/Command/StoreDownloadCommand.php';
  26383.         $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()));
  26384.         $instance->setName('store:download');
  26385.         return $instance;
  26386.     }
  26387.     /**
  26388.      * Gets the private 'Shopware\Core\Framework\Store\Command\StoreLoginCommand' shared service.
  26389.      *
  26390.      * @return \Shopware\Core\Framework\Store\Command\StoreLoginCommand
  26391.      */
  26392.     protected function getStoreLoginCommandService()
  26393.     {
  26394.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  26395.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Store/Command/StoreLoginCommand.php';
  26396.         $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()));
  26397.         $instance->setName('store:login');
  26398.         return $instance;
  26399.     }
  26400.     /**
  26401.      * Gets the private 'Shopware\Core\Framework\Store\Services\AbstractExtensionDataProvider' shared service.
  26402.      *
  26403.      * @return \Shopware\Core\Framework\Store\Services\ExtensionDataProvider
  26404.      */
  26405.     protected function getAbstractExtensionDataProviderService()
  26406.     {
  26407.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Store/Services/AbstractExtensionDataProvider.php';
  26408.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Store/Services/ExtensionDataProvider.php';
  26409.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Store/Services/ExtensionListingLoader.php';
  26410.         $a = ($this->privates['Shopware\\Core\\Framework\\Store\\Services\\ExtensionLoader'] ?? $this->getExtensionLoaderService());
  26411.         if (isset($this->privates['Shopware\\Core\\Framework\\Store\\Services\\AbstractExtensionDataProvider'])) {
  26412.             return $this->privates['Shopware\\Core\\Framework\\Store\\Services\\AbstractExtensionDataProvider'];
  26413.         }
  26414.         $b = ($this->services['app.repository'] ?? $this->getApp_RepositoryService());
  26415.         if (isset($this->privates['Shopware\\Core\\Framework\\Store\\Services\\AbstractExtensionDataProvider'])) {
  26416.             return $this->privates['Shopware\\Core\\Framework\\Store\\Services\\AbstractExtensionDataProvider'];
  26417.         }
  26418.         $c = ($this->services['plugin.repository'] ?? $this->getPlugin_RepositoryService());
  26419.         if (isset($this->privates['Shopware\\Core\\Framework\\Store\\Services\\AbstractExtensionDataProvider'])) {
  26420.             return $this->privates['Shopware\\Core\\Framework\\Store\\Services\\AbstractExtensionDataProvider'];
  26421.         }
  26422.         $d = ($this->privates['Shopware\\Core\\Framework\\Store\\Services\\StoreClient'] ?? $this->getStoreClientService());
  26423.         if (isset($this->privates['Shopware\\Core\\Framework\\Store\\Services\\AbstractExtensionDataProvider'])) {
  26424.             return $this->privates['Shopware\\Core\\Framework\\Store\\Services\\AbstractExtensionDataProvider'];
  26425.         }
  26426.         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));
  26427.     }
  26428.     /**
  26429.      * Gets the private 'Shopware\Core\Framework\Store\Services\AbstractStoreAppLifecycleService' shared service.
  26430.      *
  26431.      * @return \Shopware\Core\Framework\Store\Services\StoreAppLifecycleService
  26432.      */
  26433.     protected function getAbstractStoreAppLifecycleServiceService()
  26434.     {
  26435.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Store/Services/AbstractStoreAppLifecycleService.php';
  26436.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Store/Services/StoreAppLifecycleService.php';
  26437.         $a = ($this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\AppLifecycle'] ?? $this->getAppLifecycleService());
  26438.         if (isset($this->privates['Shopware\\Core\\Framework\\Store\\Services\\AbstractStoreAppLifecycleService'])) {
  26439.             return $this->privates['Shopware\\Core\\Framework\\Store\\Services\\AbstractStoreAppLifecycleService'];
  26440.         }
  26441.         $b = ($this->services['app.repository'] ?? $this->getApp_RepositoryService());
  26442.         if (isset($this->privates['Shopware\\Core\\Framework\\Store\\Services\\AbstractStoreAppLifecycleService'])) {
  26443.             return $this->privates['Shopware\\Core\\Framework\\Store\\Services\\AbstractStoreAppLifecycleService'];
  26444.         }
  26445.         $c = ($this->services['sales_channel.repository'] ?? $this->getSalesChannel_RepositoryService());
  26446.         if (isset($this->privates['Shopware\\Core\\Framework\\Store\\Services\\AbstractStoreAppLifecycleService'])) {
  26447.             return $this->privates['Shopware\\Core\\Framework\\Store\\Services\\AbstractStoreAppLifecycleService'];
  26448.         }
  26449.         $d = ($this->services['theme.repository'] ?? $this->getTheme_RepositoryService());
  26450.         if (isset($this->privates['Shopware\\Core\\Framework\\Store\\Services\\AbstractStoreAppLifecycleService'])) {
  26451.             return $this->privates['Shopware\\Core\\Framework\\Store\\Services\\AbstractStoreAppLifecycleService'];
  26452.         }
  26453.         $e = ($this->privates['Shopware\\Core\\Framework\\App\\AppStateService'] ?? $this->getAppStateServiceService());
  26454.         if (isset($this->privates['Shopware\\Core\\Framework\\Store\\Services\\AbstractStoreAppLifecycleService'])) {
  26455.             return $this->privates['Shopware\\Core\\Framework\\Store\\Services\\AbstractStoreAppLifecycleService'];
  26456.         }
  26457.         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()));
  26458.     }
  26459.     /**
  26460.      * Gets the private 'Shopware\Core\Framework\Store\Services\ExtensionDownloader' shared service.
  26461.      *
  26462.      * @return \Shopware\Core\Framework\Store\Services\ExtensionDownloader
  26463.      */
  26464.     protected function getExtensionDownloaderService()
  26465.     {
  26466.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Store/Services/ExtensionDownloader.php';
  26467.         $a = ($this->services['plugin.repository'] ?? $this->getPlugin_RepositoryService());
  26468.         if (isset($this->privates['Shopware\\Core\\Framework\\Store\\Services\\ExtensionDownloader'])) {
  26469.             return $this->privates['Shopware\\Core\\Framework\\Store\\Services\\ExtensionDownloader'];
  26470.         }
  26471.         $b = ($this->privates['Shopware\\Core\\Framework\\Plugin\\PluginManagementService'] ?? $this->getPluginManagementServiceService());
  26472.         if (isset($this->privates['Shopware\\Core\\Framework\\Store\\Services\\ExtensionDownloader'])) {
  26473.             return $this->privates['Shopware\\Core\\Framework\\Store\\Services\\ExtensionDownloader'];
  26474.         }
  26475.         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);
  26476.     }
  26477.     /**
  26478.      * Gets the private 'Shopware\Core\Framework\Store\Services\ExtensionLifecycleService' shared service.
  26479.      *
  26480.      * @return \Shopware\Core\Framework\Store\Services\ExtensionLifecycleService
  26481.      */
  26482.     protected function getExtensionLifecycleServiceService()
  26483.     {
  26484.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Store/Services/AbstractExtensionLifecycle.php';
  26485.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Store/Services/ExtensionLifecycleService.php';
  26486.         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()));
  26487.     }
  26488.     /**
  26489.      * Gets the private 'Shopware\Core\Framework\Store\Services\ExtensionLoader' shared service.
  26490.      *
  26491.      * @return \Shopware\Core\Framework\Store\Services\ExtensionLoader
  26492.      */
  26493.     protected function getExtensionLoaderService()
  26494.     {
  26495.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Store/Services/ExtensionLoader.php';
  26496.         $a = ($this->services['theme.repository'] ?? $this->getTheme_RepositoryService());
  26497.         if (isset($this->privates['Shopware\\Core\\Framework\\Store\\Services\\ExtensionLoader'])) {
  26498.             return $this->privates['Shopware\\Core\\Framework\\Store\\Services\\ExtensionLoader'];
  26499.         }
  26500.         $b = ($this->privates['Shopware\\Core\\System\\SystemConfig\\Service\\ConfigurationService'] ?? $this->getConfigurationServiceService());
  26501.         if (isset($this->privates['Shopware\\Core\\Framework\\Store\\Services\\ExtensionLoader'])) {
  26502.             return $this->privates['Shopware\\Core\\Framework\\Store\\Services\\ExtensionLoader'];
  26503.         }
  26504.         $c = ($this->privates['Shopware\\Core\\Framework\\Store\\Authentication\\LocaleProvider'] ?? $this->getLocaleProviderService());
  26505.         if (isset($this->privates['Shopware\\Core\\Framework\\Store\\Services\\ExtensionLoader'])) {
  26506.             return $this->privates['Shopware\\Core\\Framework\\Store\\Services\\ExtensionLoader'];
  26507.         }
  26508.         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()));
  26509.     }
  26510.     /**
  26511.      * Gets the private 'Shopware\Core\Framework\Store\Services\FirstRunWizardClient' shared service.
  26512.      *
  26513.      * @return \Shopware\Core\Framework\Store\Services\FirstRunWizardClient
  26514.      */
  26515.     protected function getFirstRunWizardClientService()
  26516.     {
  26517.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Store/Services/FirstRunWizardClient.php';
  26518.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Store/Authentication/AbstractStoreRequestOptionsProvider.php';
  26519.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Store/Authentication/FrwRequestOptionsProvider.php';
  26520.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Store/Services/InstanceService.php';
  26521.         $a = ($this->services['user_config.repository'] ?? $this->getUserConfig_RepositoryService());
  26522.         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()));
  26523.     }
  26524.     /**
  26525.      * Gets the private 'Shopware\Core\Framework\Store\Services\StoreClient' shared service.
  26526.      *
  26527.      * @return \Shopware\Core\Framework\Store\Services\StoreClient
  26528.      */
  26529.     protected function getStoreClientService()
  26530.     {
  26531.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Store/Services/StoreClient.php';
  26532.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Store/Services/InstanceService.php';
  26533.         $a = ($this->privates['Shopware\\Core\\Framework\\Store\\Services\\StoreService'] ?? $this->getStoreServiceService());
  26534.         if (isset($this->privates['Shopware\\Core\\Framework\\Store\\Services\\StoreClient'])) {
  26535.             return $this->privates['Shopware\\Core\\Framework\\Store\\Services\\StoreClient'];
  26536.         }
  26537.         $b = ($this->services['plugin.repository'] ?? $this->getPlugin_RepositoryService());
  26538.         if (isset($this->privates['Shopware\\Core\\Framework\\Store\\Services\\StoreClient'])) {
  26539.             return $this->privates['Shopware\\Core\\Framework\\Store\\Services\\StoreClient'];
  26540.         }
  26541.         $c = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  26542.         if (isset($this->privates['Shopware\\Core\\Framework\\Store\\Services\\StoreClient'])) {
  26543.             return $this->privates['Shopware\\Core\\Framework\\Store\\Services\\StoreClient'];
  26544.         }
  26545.         $d = ($this->services['Shopware\\Core\\Framework\\Store\\Authentication\\StoreRequestOptionsProvider'] ?? $this->getStoreRequestOptionsProviderService());
  26546.         if (isset($this->privates['Shopware\\Core\\Framework\\Store\\Services\\StoreClient'])) {
  26547.             return $this->privates['Shopware\\Core\\Framework\\Store\\Services\\StoreClient'];
  26548.         }
  26549.         $e = ($this->privates['Shopware\\Core\\Framework\\Store\\Services\\ExtensionLoader'] ?? $this->getExtensionLoaderService());
  26550.         if (isset($this->privates['Shopware\\Core\\Framework\\Store\\Services\\StoreClient'])) {
  26551.             return $this->privates['Shopware\\Core\\Framework\\Store\\Services\\StoreClient'];
  26552.         }
  26553.         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')))));
  26554.     }
  26555.     /**
  26556.      * Gets the private 'Shopware\Core\Framework\Store\Services\StoreService' shared service.
  26557.      *
  26558.      * @return \Shopware\Core\Framework\Store\Services\StoreService
  26559.      */
  26560.     protected function getStoreServiceService($lazyLoad true)
  26561.     {
  26562.         if ($lazyLoad) {
  26563.             return $this->privates['Shopware\\Core\\Framework\\Store\\Services\\StoreService'] = $this->createProxy('StoreService_93b91c4', function () {
  26564.                 return \StoreService_93b91c4::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  26565.                     $wrappedInstance $this->getStoreServiceService(false);
  26566.                     $proxy->setProxyInitializer(null);
  26567.                     return true;
  26568.                 });
  26569.             });
  26570.         }
  26571.         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()));
  26572.     }
  26573.     /**
  26574.      * Gets the private 'Shopware\Core\Framework\Store\Services\TrackingEventClient' shared service.
  26575.      *
  26576.      * @return \Shopware\Core\Framework\Store\Services\TrackingEventClient
  26577.      */
  26578.     protected function getTrackingEventClientService()
  26579.     {
  26580.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Store/Services/TrackingEventClient.php';
  26581.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Store/Services/InstanceService.php';
  26582.         $a = ($this->services['shopware.store_client'] ?? $this->getShopware_StoreClientService());
  26583.         if (isset($this->privates['Shopware\\Core\\Framework\\Store\\Services\\TrackingEventClient'])) {
  26584.             return $this->privates['Shopware\\Core\\Framework\\Store\\Services\\TrackingEventClient'];
  26585.         }
  26586.         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')))));
  26587.     }
  26588.     /**
  26589.      * Gets the private 'Shopware\Core\Framework\Store\Subscriber\LicenseHostChangedSubscriber' shared service.
  26590.      *
  26591.      * @return \Shopware\Core\Framework\Store\Subscriber\LicenseHostChangedSubscriber
  26592.      */
  26593.     protected function getLicenseHostChangedSubscriberService()
  26594.     {
  26595.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Store/Subscriber/LicenseHostChangedSubscriber.php';
  26596.         $a = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  26597.         if (isset($this->privates['Shopware\\Core\\Framework\\Store\\Subscriber\\LicenseHostChangedSubscriber'])) {
  26598.             return $this->privates['Shopware\\Core\\Framework\\Store\\Subscriber\\LicenseHostChangedSubscriber'];
  26599.         }
  26600.         return $this->privates['Shopware\\Core\\Framework\\Store\\Subscriber\\LicenseHostChangedSubscriber'] = new \Shopware\Core\Framework\Store\Subscriber\LicenseHostChangedSubscriber($a, ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  26601.     }
  26602.     /**
  26603.      * Gets the private 'Shopware\Core\Framework\Update\Checkers\LicenseCheck' shared service.
  26604.      *
  26605.      * @return \Shopware\Core\Framework\Update\Checkers\LicenseCheck
  26606.      */
  26607.     protected function getLicenseCheckService()
  26608.     {
  26609.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Update/Checkers/CheckerInterface.php';
  26610.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Update/Checkers/LicenseCheck.php';
  26611.         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()));
  26612.     }
  26613.     /**
  26614.      * Gets the private 'Shopware\Core\Framework\Update\Checkers\MysqlVersionCheck' shared service.
  26615.      *
  26616.      * @return \Shopware\Core\Framework\Update\Checkers\MysqlVersionCheck
  26617.      */
  26618.     protected function getMysqlVersionCheckService()
  26619.     {
  26620.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Update/Checkers/CheckerInterface.php';
  26621.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Update/Checkers/MysqlVersionCheck.php';
  26622.         return $this->privates['Shopware\\Core\\Framework\\Update\\Checkers\\MysqlVersionCheck'] = new \Shopware\Core\Framework\Update\Checkers\MysqlVersionCheck(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  26623.     }
  26624.     /**
  26625.      * Gets the private 'Shopware\Core\Framework\Update\Checkers\WriteableCheck' shared service.
  26626.      *
  26627.      * @return \Shopware\Core\Framework\Update\Checkers\WriteableCheck
  26628.      */
  26629.     protected function getWriteableCheckService()
  26630.     {
  26631.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Update/Checkers/CheckerInterface.php';
  26632.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Update/Checkers/WriteableCheck.php';
  26633.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Update/Services/Filesystem.php';
  26634.         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));
  26635.     }
  26636.     /**
  26637.      * Gets the private 'Shopware\Core\Framework\Validation\DataValidator' shared service.
  26638.      *
  26639.      * @return \Shopware\Core\Framework\Validation\DataValidator
  26640.      */
  26641.     protected function getDataValidatorService()
  26642.     {
  26643.         $a = ($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService());
  26644.         if (isset($this->privates['Shopware\\Core\\Framework\\Validation\\DataValidator'])) {
  26645.             return $this->privates['Shopware\\Core\\Framework\\Validation\\DataValidator'];
  26646.         }
  26647.         return $this->privates['Shopware\\Core\\Framework\\Validation\\DataValidator'] = new \Shopware\Core\Framework\Validation\DataValidator($a);
  26648.     }
  26649.     /**
  26650.      * Gets the private 'Shopware\Core\Framework\Webhook\BusinessEventEncoder' shared service.
  26651.      *
  26652.      * @return \Shopware\Core\Framework\Webhook\BusinessEventEncoder
  26653.      */
  26654.     protected function getBusinessEventEncoderService()
  26655.     {
  26656.         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()));
  26657.     }
  26658.     /**
  26659.      * Gets the private 'Shopware\Core\Framework\Webhook\Handler\WebhookEventMessageHandler' shared service.
  26660.      *
  26661.      * @return \Shopware\Core\Framework\Webhook\Handler\WebhookEventMessageHandler
  26662.      */
  26663.     protected function getWebhookEventMessageHandlerService()
  26664.     {
  26665.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Webhook/Handler/WebhookEventMessageHandler.php';
  26666.         $a = ($this->privates['shopware.app_system.guzzle'] ?? $this->getShopware_AppSystem_GuzzleService());
  26667.         if (isset($this->privates['Shopware\\Core\\Framework\\Webhook\\Handler\\WebhookEventMessageHandler'])) {
  26668.             return $this->privates['Shopware\\Core\\Framework\\Webhook\\Handler\\WebhookEventMessageHandler'];
  26669.         }
  26670.         $b = ($this->services['webhook.repository'] ?? $this->getWebhook_RepositoryService());
  26671.         if (isset($this->privates['Shopware\\Core\\Framework\\Webhook\\Handler\\WebhookEventMessageHandler'])) {
  26672.             return $this->privates['Shopware\\Core\\Framework\\Webhook\\Handler\\WebhookEventMessageHandler'];
  26673.         }
  26674.         $c = ($this->services['webhook_event_log.repository'] ?? $this->getWebhookEventLog_RepositoryService());
  26675.         if (isset($this->privates['Shopware\\Core\\Framework\\Webhook\\Handler\\WebhookEventMessageHandler'])) {
  26676.             return $this->privates['Shopware\\Core\\Framework\\Webhook\\Handler\\WebhookEventMessageHandler'];
  26677.         }
  26678.         return $this->privates['Shopware\\Core\\Framework\\Webhook\\Handler\\WebhookEventMessageHandler'] = new \Shopware\Core\Framework\Webhook\Handler\WebhookEventMessageHandler($a$b$c);
  26679.     }
  26680.     /**
  26681.      * Gets the private 'Shopware\Core\Framework\Webhook\Hookable\HookableEventFactory' shared service.
  26682.      *
  26683.      * @return \Shopware\Core\Framework\Webhook\Hookable\HookableEventFactory
  26684.      */
  26685.     protected function getHookableEventFactoryService($lazyLoad true)
  26686.     {
  26687.         if ($lazyLoad) {
  26688.             return $this->privates['Shopware\\Core\\Framework\\Webhook\\Hookable\\HookableEventFactory'] = $this->createProxy('HookableEventFactory_f62e15e', function () {
  26689.                 return \HookableEventFactory_f62e15e::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  26690.                     $wrappedInstance $this->getHookableEventFactoryService(false);
  26691.                     $proxy->setProxyInitializer(null);
  26692.                     return true;
  26693.                 });
  26694.             });
  26695.         }
  26696.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Webhook/Hookable/WriteResultMerger.php';
  26697.         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())));
  26698.     }
  26699.     /**
  26700.      * Gets the private 'Shopware\Core\Framework\Webhook\Subscriber\RetryWebhookMessageFailedSubscriber' shared service.
  26701.      *
  26702.      * @return \Shopware\Core\Framework\Webhook\Subscriber\RetryWebhookMessageFailedSubscriber
  26703.      */
  26704.     protected function getRetryWebhookMessageFailedSubscriberService()
  26705.     {
  26706.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Webhook/Subscriber/RetryWebhookMessageFailedSubscriber.php';
  26707.         $a = ($this->services['dead_message.repository'] ?? $this->getDeadMessage_RepositoryService());
  26708.         if (isset($this->privates['Shopware\\Core\\Framework\\Webhook\\Subscriber\\RetryWebhookMessageFailedSubscriber'])) {
  26709.             return $this->privates['Shopware\\Core\\Framework\\Webhook\\Subscriber\\RetryWebhookMessageFailedSubscriber'];
  26710.         }
  26711.         $b = ($this->services['webhook.repository'] ?? $this->getWebhook_RepositoryService());
  26712.         if (isset($this->privates['Shopware\\Core\\Framework\\Webhook\\Subscriber\\RetryWebhookMessageFailedSubscriber'])) {
  26713.             return $this->privates['Shopware\\Core\\Framework\\Webhook\\Subscriber\\RetryWebhookMessageFailedSubscriber'];
  26714.         }
  26715.         $c = ($this->services['webhook_event_log.repository'] ?? $this->getWebhookEventLog_RepositoryService());
  26716.         if (isset($this->privates['Shopware\\Core\\Framework\\Webhook\\Subscriber\\RetryWebhookMessageFailedSubscriber'])) {
  26717.             return $this->privates['Shopware\\Core\\Framework\\Webhook\\Subscriber\\RetryWebhookMessageFailedSubscriber'];
  26718.         }
  26719.         return $this->privates['Shopware\\Core\\Framework\\Webhook\\Subscriber\\RetryWebhookMessageFailedSubscriber'] = new \Shopware\Core\Framework\Webhook\Subscriber\RetryWebhookMessageFailedSubscriber($a$b$c);
  26720.     }
  26721.     /**
  26722.      * Gets the private 'Shopware\Core\Framework\Webhook\WebhookCacheClearer' shared service.
  26723.      *
  26724.      * @return \Shopware\Core\Framework\Webhook\WebhookCacheClearer
  26725.      */
  26726.     protected function getWebhookCacheClearerService()
  26727.     {
  26728.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Webhook/WebhookCacheClearer.php';
  26729.         $a = ($this->privates['Shopware\\Core\\Framework\\Webhook\\WebhookDispatcher'] ?? $this->getWebhookDispatcherService());
  26730.         if (isset($this->privates['Shopware\\Core\\Framework\\Webhook\\WebhookCacheClearer'])) {
  26731.             return $this->privates['Shopware\\Core\\Framework\\Webhook\\WebhookCacheClearer'];
  26732.         }
  26733.         return $this->privates['Shopware\\Core\\Framework\\Webhook\\WebhookCacheClearer'] = new \Shopware\Core\Framework\Webhook\WebhookCacheClearer($a);
  26734.     }
  26735.     /**
  26736.      * Gets the private 'Shopware\Core\Framework\Webhook\WebhookDispatcher' shared service.
  26737.      *
  26738.      * @return \Shopware\Core\Framework\Webhook\WebhookDispatcher
  26739.      */
  26740.     protected function getWebhookDispatcherService()
  26741.     {
  26742.         $a = ($this->services['Shopware\\Core\\Content\\Flow\\Dispatching\\FlowFactory'] ?? $this->getFlowFactoryService());
  26743.         if (isset($this->privates['Shopware\\Core\\Framework\\Webhook\\WebhookDispatcher'])) {
  26744.             return $this->privates['Shopware\\Core\\Framework\\Webhook\\WebhookDispatcher'];
  26745.         }
  26746.         $b = ($this->privates['shopware.app_system.guzzle'] ?? $this->getShopware_AppSystem_GuzzleService());
  26747.         if (isset($this->privates['Shopware\\Core\\Framework\\Webhook\\WebhookDispatcher'])) {
  26748.             return $this->privates['Shopware\\Core\\Framework\\Webhook\\WebhookDispatcher'];
  26749.         }
  26750.         $c = ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService());
  26751.         if (isset($this->privates['Shopware\\Core\\Framework\\Webhook\\WebhookDispatcher'])) {
  26752.             return $this->privates['Shopware\\Core\\Framework\\Webhook\\WebhookDispatcher'];
  26753.         }
  26754.         $d = new \Shopware\Core\Content\Flow\Dispatching\FlowDispatcher(new \Symfony\Component\EventDispatcher\EventDispatcher(), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), $a);
  26755.         $d->setContainer($this);
  26756.         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'$cfalse);
  26757.     }
  26758.     /**
  26759.      * Gets the private 'Shopware\Core\Maintenance\SalesChannel\Command\SalesChannelCreateCommand' shared autowired service.
  26760.      *
  26761.      * @return \Shopware\Core\Maintenance\SalesChannel\Command\SalesChannelCreateCommand
  26762.      */
  26763.     protected function getSalesChannelCreateCommandService()
  26764.     {
  26765.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  26766.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Maintenance/SalesChannel/Command/SalesChannelCreateCommand.php';
  26767.         $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()));
  26768.         $instance->setName('sales-channel:create');
  26769.         return $instance;
  26770.     }
  26771.     /**
  26772.      * Gets the private 'Shopware\Core\Maintenance\SalesChannel\Command\SalesChannelListCommand' shared autowired service.
  26773.      *
  26774.      * @return \Shopware\Core\Maintenance\SalesChannel\Command\SalesChannelListCommand
  26775.      */
  26776.     protected function getSalesChannelListCommandService()
  26777.     {
  26778.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  26779.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Maintenance/SalesChannel/Command/SalesChannelListCommand.php';
  26780.         $this->privates['Shopware\\Core\\Maintenance\\SalesChannel\\Command\\SalesChannelListCommand'] = $instance = new \Shopware\Core\Maintenance\SalesChannel\Command\SalesChannelListCommand(($this->services['sales_channel.repository'] ?? $this->getSalesChannel_RepositoryService()));
  26781.         $instance->setName('sales-channel:list');
  26782.         return $instance;
  26783.     }
  26784.     /**
  26785.      * Gets the private 'Shopware\Core\Maintenance\SalesChannel\Command\SalesChannelMaintenanceDisableCommand' shared autowired service.
  26786.      *
  26787.      * @return \Shopware\Core\Maintenance\SalesChannel\Command\SalesChannelMaintenanceDisableCommand
  26788.      */
  26789.     protected function getSalesChannelMaintenanceDisableCommandService()
  26790.     {
  26791.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  26792.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Maintenance/SalesChannel/Command/SalesChannelMaintenanceEnableCommand.php';
  26793.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Maintenance/SalesChannel/Command/SalesChannelMaintenanceDisableCommand.php';
  26794.         $this->privates['Shopware\\Core\\Maintenance\\SalesChannel\\Command\\SalesChannelMaintenanceDisableCommand'] = $instance = new \Shopware\Core\Maintenance\SalesChannel\Command\SalesChannelMaintenanceDisableCommand(($this->services['sales_channel.repository'] ?? $this->getSalesChannel_RepositoryService()));
  26795.         $instance->setName('sales-channel:maintenance:disable');
  26796.         return $instance;
  26797.     }
  26798.     /**
  26799.      * Gets the private 'Shopware\Core\Maintenance\SalesChannel\Command\SalesChannelMaintenanceEnableCommand' shared autowired service.
  26800.      *
  26801.      * @return \Shopware\Core\Maintenance\SalesChannel\Command\SalesChannelMaintenanceEnableCommand
  26802.      */
  26803.     protected function getSalesChannelMaintenanceEnableCommandService()
  26804.     {
  26805.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  26806.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Maintenance/SalesChannel/Command/SalesChannelMaintenanceEnableCommand.php';
  26807.         $this->privates['Shopware\\Core\\Maintenance\\SalesChannel\\Command\\SalesChannelMaintenanceEnableCommand'] = $instance = new \Shopware\Core\Maintenance\SalesChannel\Command\SalesChannelMaintenanceEnableCommand(($this->services['sales_channel.repository'] ?? $this->getSalesChannel_RepositoryService()));
  26808.         $instance->setName('sales-channel:maintenance:enable');
  26809.         return $instance;
  26810.     }
  26811.     /**
  26812.      * Gets the private 'Shopware\Core\Maintenance\SalesChannel\Command\SalesChannelUpdateDomainCommand' shared autowired service.
  26813.      *
  26814.      * @return \Shopware\Core\Maintenance\SalesChannel\Command\SalesChannelUpdateDomainCommand
  26815.      */
  26816.     protected function getSalesChannelUpdateDomainCommandService()
  26817.     {
  26818.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  26819.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Maintenance/SalesChannel/Command/SalesChannelUpdateDomainCommand.php';
  26820.         $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()));
  26821.         $instance->setName('sales-channel:update:domain');
  26822.         $instance->setDescription('Changes the domain of all sales channels');
  26823.         return $instance;
  26824.     }
  26825.     /**
  26826.      * Gets the private 'Shopware\Core\Maintenance\System\Command\SystemConfigureShopCommand' shared autowired service.
  26827.      *
  26828.      * @return \Shopware\Core\Maintenance\System\Command\SystemConfigureShopCommand
  26829.      */
  26830.     protected function getSystemConfigureShopCommandService()
  26831.     {
  26832.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  26833.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Maintenance/System/Command/SystemConfigureShopCommand.php';
  26834.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Maintenance/System/Service/ShopConfigurator.php';
  26835.         $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()));
  26836.         $instance->setName('system:configure-shop');
  26837.         return $instance;
  26838.     }
  26839.     /**
  26840.      * Gets the private 'Shopware\Core\Maintenance\System\Command\SystemGenerateAppSecretCommand' shared autowired service.
  26841.      *
  26842.      * @return \Shopware\Core\Maintenance\System\Command\SystemGenerateAppSecretCommand
  26843.      */
  26844.     protected function getSystemGenerateAppSecretCommandService()
  26845.     {
  26846.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  26847.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Maintenance/System/Command/SystemGenerateAppSecretCommand.php';
  26848.         $this->privates['Shopware\\Core\\Maintenance\\System\\Command\\SystemGenerateAppSecretCommand'] = $instance = new \Shopware\Core\Maintenance\System\Command\SystemGenerateAppSecretCommand();
  26849.         $instance->setName('system:generate-app-secret');
  26850.         return $instance;
  26851.     }
  26852.     /**
  26853.      * Gets the private 'Shopware\Core\Maintenance\System\Command\SystemGenerateJwtSecretCommand' shared autowired service.
  26854.      *
  26855.      * @return \Shopware\Core\Maintenance\System\Command\SystemGenerateJwtSecretCommand
  26856.      */
  26857.     protected function getSystemGenerateJwtSecretCommandService()
  26858.     {
  26859.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  26860.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Maintenance/System/Command/SystemGenerateJwtSecretCommand.php';
  26861.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Maintenance/System/Service/JwtCertificateGenerator.php';
  26862.         $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())));
  26863.         $instance->setName('system:generate-jwt-secret');
  26864.         return $instance;
  26865.     }
  26866.     /**
  26867.      * Gets the private 'Shopware\Core\Maintenance\System\Command\SystemInstallCommand' shared autowired service.
  26868.      *
  26869.      * @return \Shopware\Core\Maintenance\System\Command\SystemInstallCommand
  26870.      */
  26871.     protected function getSystemInstallCommandService()
  26872.     {
  26873.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  26874.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Maintenance/System/Command/SystemInstallCommand.php';
  26875.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Maintenance/System/Service/SetupDatabaseAdapter.php';
  26876.         $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());
  26877.         $instance->setName('system:install');
  26878.         return $instance;
  26879.     }
  26880.     /**
  26881.      * Gets the private 'Shopware\Core\Maintenance\System\Command\SystemSetupCommand' shared autowired service.
  26882.      *
  26883.      * @return \Shopware\Core\Maintenance\System\Command\SystemSetupCommand
  26884.      */
  26885.     protected function getSystemSetupCommandService()
  26886.     {
  26887.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  26888.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Maintenance/System/Command/SystemSetupCommand.php';
  26889.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Maintenance/System/Service/JwtCertificateGenerator.php';
  26890.         $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()));
  26891.         $instance->setName('system:setup');
  26892.         return $instance;
  26893.     }
  26894.     /**
  26895.      * Gets the private 'Shopware\Core\Maintenance\System\Command\SystemUpdateFinishCommand' shared autowired service.
  26896.      *
  26897.      * @return \Shopware\Core\Maintenance\System\Command\SystemUpdateFinishCommand
  26898.      */
  26899.     protected function getSystemUpdateFinishCommandService()
  26900.     {
  26901.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  26902.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Maintenance/System/Command/SystemUpdateFinishCommand.php';
  26903.         $this->privates['Shopware\\Core\\Maintenance\\System\\Command\\SystemUpdateFinishCommand'] = $instance = new \Shopware\Core\Maintenance\System\Command\SystemUpdateFinishCommand($this);
  26904.         $instance->setName('system:update:finish');
  26905.         return $instance;
  26906.     }
  26907.     /**
  26908.      * Gets the private 'Shopware\Core\Maintenance\System\Command\SystemUpdatePrepareCommand' shared autowired service.
  26909.      *
  26910.      * @return \Shopware\Core\Maintenance\System\Command\SystemUpdatePrepareCommand
  26911.      */
  26912.     protected function getSystemUpdatePrepareCommandService()
  26913.     {
  26914.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  26915.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Maintenance/System/Command/SystemUpdatePrepareCommand.php';
  26916.         $this->privates['Shopware\\Core\\Maintenance\\System\\Command\\SystemUpdatePrepareCommand'] = $instance = new \Shopware\Core\Maintenance\System\Command\SystemUpdatePrepareCommand($this);
  26917.         $instance->setName('system:update:prepare');
  26918.         return $instance;
  26919.     }
  26920.     /**
  26921.      * Gets the private 'Shopware\Core\Maintenance\User\Command\UserChangePasswordCommand' shared autowired service.
  26922.      *
  26923.      * @return \Shopware\Core\Maintenance\User\Command\UserChangePasswordCommand
  26924.      */
  26925.     protected function getUserChangePasswordCommandService()
  26926.     {
  26927.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  26928.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Maintenance/User/Command/UserChangePasswordCommand.php';
  26929.         $this->privates['Shopware\\Core\\Maintenance\\User\\Command\\UserChangePasswordCommand'] = $instance = new \Shopware\Core\Maintenance\User\Command\UserChangePasswordCommand(($this->services['user.repository'] ?? $this->getUser_RepositoryService()));
  26930.         $instance->setName('user:change-password');
  26931.         return $instance;
  26932.     }
  26933.     /**
  26934.      * Gets the private 'Shopware\Core\Maintenance\User\Command\UserCreateCommand' shared autowired service.
  26935.      *
  26936.      * @return \Shopware\Core\Maintenance\User\Command\UserCreateCommand
  26937.      */
  26938.     protected function getUserCreateCommandService()
  26939.     {
  26940.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  26941.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Maintenance/User/Command/UserCreateCommand.php';
  26942.         $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()));
  26943.         $instance->setName('user:create');
  26944.         return $instance;
  26945.     }
  26946.     /**
  26947.      * Gets the private 'Shopware\Core\Profiling\Integration\Stopwatch' shared service.
  26948.      *
  26949.      * @return \Shopware\Core\Profiling\Integration\Stopwatch
  26950.      */
  26951.     protected function getStopwatchService()
  26952.     {
  26953.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Profiling/Integration/ProfilerInterface.php';
  26954.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Profiling/Integration/Stopwatch.php';
  26955.         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))));
  26956.     }
  26957.     /**
  26958.      * Gets the private 'Shopware\Core\Profiling\Subscriber\ActiveRulesDataCollectorSubscriber' shared service.
  26959.      *
  26960.      * @return \Shopware\Core\Profiling\Subscriber\ActiveRulesDataCollectorSubscriber
  26961.      */
  26962.     protected function getActiveRulesDataCollectorSubscriberService()
  26963.     {
  26964.         $a = ($this->services['rule.repository'] ?? $this->getRule_RepositoryService());
  26965.         if (isset($this->privates['Shopware\\Core\\Profiling\\Subscriber\\ActiveRulesDataCollectorSubscriber'])) {
  26966.             return $this->privates['Shopware\\Core\\Profiling\\Subscriber\\ActiveRulesDataCollectorSubscriber'];
  26967.         }
  26968.         return $this->privates['Shopware\\Core\\Profiling\\Subscriber\\ActiveRulesDataCollectorSubscriber'] = new \Shopware\Core\Profiling\Subscriber\ActiveRulesDataCollectorSubscriber($a);
  26969.     }
  26970.     /**
  26971.      * Gets the private 'Shopware\Core\System\Country\CountryTaxFreeDeprecationUpdater' shared service.
  26972.      *
  26973.      * @return \Shopware\Core\System\Country\CountryTaxFreeDeprecationUpdater
  26974.      */
  26975.     protected function getCountryTaxFreeDeprecationUpdaterService()
  26976.     {
  26977.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Country/CountryTaxFreeDeprecationUpdater.php';
  26978.         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()));
  26979.     }
  26980.     /**
  26981.      * Gets the private 'Shopware\Core\System\CustomField\CustomFieldService' shared service.
  26982.      *
  26983.      * @return \Shopware\Core\System\CustomField\CustomFieldService
  26984.      */
  26985.     protected function getCustomFieldServiceService()
  26986.     {
  26987.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/CustomField/CustomFieldService.php';
  26988.         return $this->privates['Shopware\\Core\\System\\CustomField\\CustomFieldService'] = new \Shopware\Core\System\CustomField\CustomFieldService(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  26989.     }
  26990.     /**
  26991.      * Gets the private 'Shopware\Core\System\Language\CachedLanguageLoader' shared service.
  26992.      *
  26993.      * @return \Shopware\Core\System\Language\CachedLanguageLoader
  26994.      */
  26995.     protected function getCachedLanguageLoaderService()
  26996.     {
  26997.         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()));
  26998.     }
  26999.     /**
  27000.      * Gets the private 'Shopware\Core\System\Language\LanguageValidator' shared service.
  27001.      *
  27002.      * @return \Shopware\Core\System\Language\LanguageValidator
  27003.      */
  27004.     protected function getLanguageValidatorService()
  27005.     {
  27006.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Language/LanguageValidator.php';
  27007.         return $this->privates['Shopware\\Core\\System\\Language\\LanguageValidator'] = new \Shopware\Core\System\Language\LanguageValidator(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  27008.     }
  27009.     /**
  27010.      * Gets the private 'Shopware\Core\System\Locale\LanguageLocaleCodeProvider' shared service.
  27011.      *
  27012.      * @return \Shopware\Core\System\Locale\LanguageLocaleCodeProvider
  27013.      */
  27014.     protected function getLanguageLocaleCodeProviderService()
  27015.     {
  27016.         return $this->privates['Shopware\\Core\\System\\Locale\\LanguageLocaleCodeProvider'] = new \Shopware\Core\System\Locale\LanguageLocaleCodeProvider(($this->privates['Shopware\\Core\\System\\Language\\CachedLanguageLoader'] ?? $this->getCachedLanguageLoaderService()));
  27017.     }
  27018.     /**
  27019.      * Gets the private 'Shopware\Core\System\NumberRange\Command\MigrateIncrementStorageCommand' shared service.
  27020.      *
  27021.      * @return \Shopware\Core\System\NumberRange\Command\MigrateIncrementStorageCommand
  27022.      */
  27023.     protected function getMigrateIncrementStorageCommandService()
  27024.     {
  27025.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  27026.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/NumberRange/Command/MigrateIncrementStorageCommand.php';
  27027.         $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()));
  27028.         $instance->setName('number-range:migrate');
  27029.         return $instance;
  27030.     }
  27031.     /**
  27032.      * Gets the private 'Shopware\Core\System\NumberRange\ValueGenerator\Pattern\IncrementStorage\IncrementSqlStorage' shared service.
  27033.      *
  27034.      * @return \Shopware\Core\System\NumberRange\ValueGenerator\Pattern\IncrementStorage\IncrementSqlStorage
  27035.      */
  27036.     protected function getIncrementSqlStorageService()
  27037.     {
  27038.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/NumberRange/ValueGenerator/Pattern/IncrementStorage/AbstractIncrementStorage.php';
  27039.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/NumberRange/ValueGenerator/Pattern/IncrementStorage/IncrementStorageInterface.php';
  27040.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/NumberRange/ValueGenerator/Pattern/IncrementStorage/IncrementSqlStorage.php';
  27041.         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()));
  27042.     }
  27043.     /**
  27044.      * Gets the private 'Shopware\Core\System\NumberRange\ValueGenerator\Pattern\IncrementStorage\IncrementStorageRegistry' shared service.
  27045.      *
  27046.      * @return \Shopware\Core\System\NumberRange\ValueGenerator\Pattern\IncrementStorage\IncrementStorageRegistry
  27047.      */
  27048.     protected function getIncrementStorageRegistryService()
  27049.     {
  27050.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/NumberRange/ValueGenerator/Pattern/IncrementStorage/IncrementStorageRegistry.php';
  27051.         return $this->privates['Shopware\\Core\\System\\NumberRange\\ValueGenerator\\Pattern\\IncrementStorage\\IncrementStorageRegistry'] = new \Shopware\Core\System\NumberRange\ValueGenerator\Pattern\IncrementStorage\IncrementStorageRegistry(new RewindableGenerator(function () {
  27052.             yield 'SQL' => ($this->privates['Shopware\\Core\\System\\NumberRange\\ValueGenerator\\Pattern\\IncrementStorage\\IncrementSqlStorage'] ?? $this->getIncrementSqlStorageService());
  27053.         }, 1), 'SQL');
  27054.     }
  27055.     /**
  27056.      * Gets the private 'Shopware\Core\System\NumberRange\ValueGenerator\Pattern\ValueGeneratorPatternIncrement' shared service.
  27057.      *
  27058.      * @return \Shopware\Core\System\NumberRange\ValueGenerator\Pattern\ValueGeneratorPatternIncrement
  27059.      */
  27060.     protected function getValueGeneratorPatternIncrementService()
  27061.     {
  27062.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/NumberRange/ValueGenerator/Pattern/AbstractValueGenerator.php';
  27063.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/NumberRange/ValueGenerator/Pattern/ValueGeneratorPatternInterface.php';
  27064.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/NumberRange/ValueGenerator/Pattern/ValueGeneratorPatternIncrement.php';
  27065.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/NumberRange/ValueGenerator/Pattern/IncrementStorage/AbstractIncrementStorage.php';
  27066.         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());
  27067.     }
  27068.     /**
  27069.      * Gets the private 'Shopware\Core\System\SalesChannel\Api\StoreApiResponseListener' shared service.
  27070.      *
  27071.      * @return \Shopware\Core\System\SalesChannel\Api\StoreApiResponseListener
  27072.      */
  27073.     protected function getStoreApiResponseListenerService()
  27074.     {
  27075.         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()));
  27076.     }
  27077.     /**
  27078.      * Gets the private 'Shopware\Core\System\SalesChannel\Api\StructEncoder' shared service.
  27079.      *
  27080.      * @return \Shopware\Core\System\SalesChannel\Api\StructEncoder
  27081.      */
  27082.     protected function getStructEncoderService()
  27083.     {
  27084.         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()));
  27085.     }
  27086.     /**
  27087.      * Gets the private 'Shopware\Core\System\SalesChannel\Context\CartRestorer' shared service.
  27088.      *
  27089.      * @return \Shopware\Core\System\SalesChannel\Context\CartRestorer
  27090.      */
  27091.     protected function getCartRestorerService()
  27092.     {
  27093.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/Context/CartRestorer.php';
  27094.         $a = ($this->services['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextFactory'] ?? $this->getSalesChannelContextFactoryService());
  27095.         if (isset($this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\CartRestorer'])) {
  27096.             return $this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\CartRestorer'];
  27097.         }
  27098.         $b = ($this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextPersister'] ?? $this->getSalesChannelContextPersisterService());
  27099.         if (isset($this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\CartRestorer'])) {
  27100.             return $this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\CartRestorer'];
  27101.         }
  27102.         $c = ($this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'] ?? $this->getCartServiceService());
  27103.         if (isset($this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\CartRestorer'])) {
  27104.             return $this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\CartRestorer'];
  27105.         }
  27106.         $d = ($this->privates['Shopware\\Core\\Checkout\\Cart\\CartRuleLoader'] ?? $this->getCartRuleLoaderService());
  27107.         if (isset($this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\CartRestorer'])) {
  27108.             return $this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\CartRestorer'];
  27109.         }
  27110.         $e = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  27111.         if (isset($this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\CartRestorer'])) {
  27112.             return $this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\CartRestorer'];
  27113.         }
  27114.         return $this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\CartRestorer'] = new \Shopware\Core\System\SalesChannel\Context\CartRestorer($a$b$c$d$e);
  27115.     }
  27116.     /**
  27117.      * Gets the private 'Shopware\Core\System\SalesChannel\Context\Cleanup\CleanupSalesChannelContextTaskHandler' shared service.
  27118.      *
  27119.      * @return \Shopware\Core\System\SalesChannel\Context\Cleanup\CleanupSalesChannelContextTaskHandler
  27120.      */
  27121.     protected function getCleanupSalesChannelContextTaskHandlerService()
  27122.     {
  27123.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/Context/Cleanup/CleanupSalesChannelContextTaskHandler.php';
  27124.         $a = ($this->services['scheduled_task.repository'] ?? $this->getScheduledTask_RepositoryService());
  27125.         if (isset($this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\Cleanup\\CleanupSalesChannelContextTaskHandler'])) {
  27126.             return $this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\Cleanup\\CleanupSalesChannelContextTaskHandler'];
  27127.         }
  27128.         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);
  27129.     }
  27130.     /**
  27131.      * Gets the private 'Shopware\Core\System\SalesChannel\Context\SalesChannelContextPersister' shared service.
  27132.      *
  27133.      * @return \Shopware\Core\System\SalesChannel\Context\SalesChannelContextPersister
  27134.      */
  27135.     protected function getSalesChannelContextPersisterService()
  27136.     {
  27137.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  27138.         if (isset($this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextPersister'])) {
  27139.             return $this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextPersister'];
  27140.         }
  27141.         $b = ($this->privates['Shopware\\Core\\Checkout\\Cart\\CartPersister'] ?? $this->getCartPersisterService());
  27142.         if (isset($this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextPersister'])) {
  27143.             return $this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextPersister'];
  27144.         }
  27145.         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');
  27146.     }
  27147.     /**
  27148.      * Gets the private 'Shopware\Core\System\SalesChannel\Context\SalesChannelContextRestorer' shared service.
  27149.      *
  27150.      * @return \Shopware\Core\System\SalesChannel\Context\SalesChannelContextRestorer
  27151.      */
  27152.     protected function getSalesChannelContextRestorerService()
  27153.     {
  27154.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextRestorer.php';
  27155.         $a = ($this->services['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextFactory'] ?? $this->getSalesChannelContextFactoryService());
  27156.         if (isset($this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextRestorer'])) {
  27157.             return $this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextRestorer'];
  27158.         }
  27159.         $b = ($this->privates['Shopware\\Core\\Checkout\\Cart\\CartRuleLoader'] ?? $this->getCartRuleLoaderService());
  27160.         if (isset($this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextRestorer'])) {
  27161.             return $this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextRestorer'];
  27162.         }
  27163.         $c = ($this->privates['Shopware\\Core\\Checkout\\Cart\\Order\\OrderConverter'] ?? $this->getOrderConverterService());
  27164.         if (isset($this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextRestorer'])) {
  27165.             return $this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextRestorer'];
  27166.         }
  27167.         $d = ($this->services['order.repository'] ?? $this->getOrder_RepositoryService());
  27168.         if (isset($this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextRestorer'])) {
  27169.             return $this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextRestorer'];
  27170.         }
  27171.         $e = ($this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\CartRestorer'] ?? $this->getCartRestorerService());
  27172.         if (isset($this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextRestorer'])) {
  27173.             return $this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextRestorer'];
  27174.         }
  27175.         $f = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  27176.         if (isset($this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextRestorer'])) {
  27177.             return $this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextRestorer'];
  27178.         }
  27179.         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);
  27180.     }
  27181.     /**
  27182.      * Gets the private 'Shopware\Core\System\SalesChannel\Context\SalesChannelContextService' shared service.
  27183.      *
  27184.      * @return \Shopware\Core\System\SalesChannel\Context\SalesChannelContextService
  27185.      */
  27186.     protected function getSalesChannelContextServiceService()
  27187.     {
  27188.         $a = ($this->services['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextFactory'] ?? $this->getSalesChannelContextFactoryService());
  27189.         if (isset($this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextService'])) {
  27190.             return $this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextService'];
  27191.         }
  27192.         $b = ($this->privates['Shopware\\Core\\Checkout\\Cart\\CartRuleLoader'] ?? $this->getCartRuleLoaderService());
  27193.         if (isset($this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextService'])) {
  27194.             return $this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextService'];
  27195.         }
  27196.         $c = ($this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextPersister'] ?? $this->getSalesChannelContextPersisterService());
  27197.         if (isset($this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextService'])) {
  27198.             return $this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextService'];
  27199.         }
  27200.         $d = ($this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'] ?? $this->getCartServiceService());
  27201.         if (isset($this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextService'])) {
  27202.             return $this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextService'];
  27203.         }
  27204.         $e = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  27205.         if (isset($this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextService'])) {
  27206.             return $this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextService'];
  27207.         }
  27208.         return $this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextService'] = new \Shopware\Core\System\SalesChannel\Context\SalesChannelContextService($a$b$c$d$e);
  27209.     }
  27210.     /**
  27211.      * Gets the private 'Shopware\Core\System\SalesChannel\DataAbstractionLayer\SalesChannelIndexer' shared service.
  27212.      *
  27213.      * @return \Shopware\Core\System\SalesChannel\DataAbstractionLayer\SalesChannelIndexer
  27214.      */
  27215.     protected function getSalesChannelIndexerService()
  27216.     {
  27217.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Indexing/EntityIndexer.php';
  27218.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/DataAbstractionLayer/SalesChannelIndexer.php';
  27219.         $a = ($this->services['sales_channel.repository'] ?? $this->getSalesChannel_RepositoryService());
  27220.         if (isset($this->privates['Shopware\\Core\\System\\SalesChannel\\DataAbstractionLayer\\SalesChannelIndexer'])) {
  27221.             return $this->privates['Shopware\\Core\\System\\SalesChannel\\DataAbstractionLayer\\SalesChannelIndexer'];
  27222.         }
  27223.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  27224.         if (isset($this->privates['Shopware\\Core\\System\\SalesChannel\\DataAbstractionLayer\\SalesChannelIndexer'])) {
  27225.             return $this->privates['Shopware\\Core\\System\\SalesChannel\\DataAbstractionLayer\\SalesChannelIndexer'];
  27226.         }
  27227.         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()));
  27228.     }
  27229.     /**
  27230.      * Gets the private 'Shopware\Core\System\SalesChannel\StoreApiCustomFieldMapper' shared service.
  27231.      *
  27232.      * @return \Shopware\Core\System\SalesChannel\StoreApiCustomFieldMapper
  27233.      */
  27234.     protected function getStoreApiCustomFieldMapperService()
  27235.     {
  27236.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/StoreApiCustomFieldMapper.php';
  27237.         return $this->privates['Shopware\\Core\\System\\SalesChannel\\StoreApiCustomFieldMapper'] = new \Shopware\Core\System\SalesChannel\StoreApiCustomFieldMapper(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  27238.     }
  27239.     /**
  27240.      * Gets the private 'Shopware\Core\System\SalesChannel\Validation\SalesChannelValidator' shared service.
  27241.      *
  27242.      * @return \Shopware\Core\System\SalesChannel\Validation\SalesChannelValidator
  27243.      */
  27244.     protected function getSalesChannelValidatorService()
  27245.     {
  27246.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/Validation/SalesChannelValidator.php';
  27247.         return $this->privates['Shopware\\Core\\System\\SalesChannel\\Validation\\SalesChannelValidator'] = new \Shopware\Core\System\SalesChannel\Validation\SalesChannelValidator(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  27248.     }
  27249.     /**
  27250.      * Gets the private 'Shopware\Core\System\Snippet\Command\ValidateSnippetsCommand' shared service.
  27251.      *
  27252.      * @return \Shopware\Core\System\Snippet\Command\ValidateSnippetsCommand
  27253.      */
  27254.     protected function getValidateSnippetsCommandService()
  27255.     {
  27256.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  27257.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Snippet/Command/ValidateSnippetsCommand.php';
  27258.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Snippet/SnippetValidatorInterface.php';
  27259.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Snippet/SnippetValidator.php';
  27260.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Snippet/SnippetFileHandler.php';
  27261.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Snippet/SnippetFixer.php';
  27262.         $a = new \Shopware\Core\System\Snippet\SnippetFileHandler();
  27263.         $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));
  27264.         $instance->setName('snippets:validate');
  27265.         return $instance;
  27266.     }
  27267.     /**
  27268.      * Gets the private 'Shopware\Core\System\Snippet\SnippetService' shared service.
  27269.      *
  27270.      * @return \Shopware\Core\System\Snippet\SnippetService
  27271.      */
  27272.     protected function getSnippetServiceService()
  27273.     {
  27274.         $a = ($this->services['snippet.repository'] ?? $this->getSnippet_RepositoryService());
  27275.         if (isset($this->privates['Shopware\\Core\\System\\Snippet\\SnippetService'])) {
  27276.             return $this->privates['Shopware\\Core\\System\\Snippet\\SnippetService'];
  27277.         }
  27278.         $b = ($this->services['snippet_set.repository'] ?? $this->getSnippetSet_RepositoryService());
  27279.         if (isset($this->privates['Shopware\\Core\\System\\Snippet\\SnippetService'])) {
  27280.             return $this->privates['Shopware\\Core\\System\\Snippet\\SnippetService'];
  27281.         }
  27282.         $c = ($this->services['sales_channel_domain.repository'] ?? $this->getSalesChannelDomain_RepositoryService());
  27283.         if (isset($this->privates['Shopware\\Core\\System\\Snippet\\SnippetService'])) {
  27284.             return $this->privates['Shopware\\Core\\System\\Snippet\\SnippetService'];
  27285.         }
  27286.         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()));
  27287.     }
  27288.     /**
  27289.      * Gets the private 'Shopware\Core\System\Snippet\Subscriber\CustomFieldSubscriber' shared service.
  27290.      *
  27291.      * @return \Shopware\Core\System\Snippet\Subscriber\CustomFieldSubscriber
  27292.      */
  27293.     protected function getCustomFieldSubscriberService()
  27294.     {
  27295.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Snippet/Subscriber/CustomFieldSubscriber.php';
  27296.         return $this->privates['Shopware\\Core\\System\\Snippet\\Subscriber\\CustomFieldSubscriber'] = new \Shopware\Core\System\Snippet\Subscriber\CustomFieldSubscriber(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  27297.     }
  27298.     /**
  27299.      * Gets the private 'Shopware\Core\System\StateMachine\Command\WorkflowDumpCommand' shared service.
  27300.      *
  27301.      * @return \Shopware\Core\System\StateMachine\Command\WorkflowDumpCommand
  27302.      */
  27303.     protected function getWorkflowDumpCommandService()
  27304.     {
  27305.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  27306.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/StateMachine/Command/WorkflowDumpCommand.php';
  27307.         $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()));
  27308.         $instance->setName('state-machine:dump');
  27309.         return $instance;
  27310.     }
  27311.     /**
  27312.      * Gets the private 'Shopware\Core\System\StateMachine\Loader\InitialStateIdLoader' shared service.
  27313.      *
  27314.      * @return \Shopware\Core\System\StateMachine\Loader\InitialStateIdLoader
  27315.      */
  27316.     protected function getInitialStateIdLoaderService()
  27317.     {
  27318.         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()));
  27319.     }
  27320.     /**
  27321.      * Gets the private 'Shopware\Core\System\StateMachine\StateMachineRegistry' shared service.
  27322.      *
  27323.      * @return \Shopware\Core\System\StateMachine\StateMachineRegistry
  27324.      */
  27325.     protected function getStateMachineRegistryService()
  27326.     {
  27327.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/StateMachine/StateMachineRegistry.php';
  27328.         $a = ($this->services['state_machine.repository'] ?? $this->getStateMachine_RepositoryService());
  27329.         if (isset($this->privates['Shopware\\Core\\System\\StateMachine\\StateMachineRegistry'])) {
  27330.             return $this->privates['Shopware\\Core\\System\\StateMachine\\StateMachineRegistry'];
  27331.         }
  27332.         $b = ($this->services['state_machine_state.repository'] ?? $this->getStateMachineState_RepositoryService());
  27333.         if (isset($this->privates['Shopware\\Core\\System\\StateMachine\\StateMachineRegistry'])) {
  27334.             return $this->privates['Shopware\\Core\\System\\StateMachine\\StateMachineRegistry'];
  27335.         }
  27336.         $c = ($this->services['state_machine_history.repository'] ?? $this->getStateMachineHistory_RepositoryService());
  27337.         if (isset($this->privates['Shopware\\Core\\System\\StateMachine\\StateMachineRegistry'])) {
  27338.             return $this->privates['Shopware\\Core\\System\\StateMachine\\StateMachineRegistry'];
  27339.         }
  27340.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  27341.         if (isset($this->privates['Shopware\\Core\\System\\StateMachine\\StateMachineRegistry'])) {
  27342.             return $this->privates['Shopware\\Core\\System\\StateMachine\\StateMachineRegistry'];
  27343.         }
  27344.         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()));
  27345.     }
  27346.     /**
  27347.      * Gets the private 'Shopware\Core\System\SystemConfig\Command\ConfigGet' shared service.
  27348.      *
  27349.      * @return \Shopware\Core\System\SystemConfig\Command\ConfigGet
  27350.      */
  27351.     protected function getConfigGetService()
  27352.     {
  27353.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  27354.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SystemConfig/Command/ConfigGet.php';
  27355.         $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()));
  27356.         $instance->setName('system:config:get');
  27357.         return $instance;
  27358.     }
  27359.     /**
  27360.      * Gets the private 'Shopware\Core\System\SystemConfig\Command\ConfigSet' shared service.
  27361.      *
  27362.      * @return \Shopware\Core\System\SystemConfig\Command\ConfigSet
  27363.      */
  27364.     protected function getConfigSetService()
  27365.     {
  27366.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  27367.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SystemConfig/Command/ConfigSet.php';
  27368.         $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()));
  27369.         $instance->setName('system:config:set');
  27370.         return $instance;
  27371.     }
  27372.     /**
  27373.      * Gets the private 'Shopware\Core\System\SystemConfig\Service\ConfigurationService' shared service.
  27374.      *
  27375.      * @return \Shopware\Core\System\SystemConfig\Service\ConfigurationService
  27376.      */
  27377.     protected function getConfigurationServiceService()
  27378.     {
  27379.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SystemConfig/Service/ConfigurationService.php';
  27380.         $a = ($this->services['app.repository'] ?? $this->getApp_RepositoryService());
  27381.         if (isset($this->privates['Shopware\\Core\\System\\SystemConfig\\Service\\ConfigurationService'])) {
  27382.             return $this->privates['Shopware\\Core\\System\\SystemConfig\\Service\\ConfigurationService'];
  27383.         }
  27384.         $b = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  27385.         if (isset($this->privates['Shopware\\Core\\System\\SystemConfig\\Service\\ConfigurationService'])) {
  27386.             return $this->privates['Shopware\\Core\\System\\SystemConfig\\Service\\ConfigurationService'];
  27387.         }
  27388.         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);
  27389.     }
  27390.     /**
  27391.      * Gets the private 'Shopware\Elasticsearch\Admin\AdminSearchRegistry' shared service.
  27392.      *
  27393.      * @return \Shopware\Elasticsearch\Admin\AdminSearchRegistry
  27394.      */
  27395.     protected function getAdminSearchRegistryService()
  27396.     {
  27397.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Admin/AdminSearchRegistry.php';
  27398.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Admin/AdminElasticsearchHelper.php';
  27399.         $a = ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService());
  27400.         if (isset($this->privates['Shopware\\Elasticsearch\\Admin\\AdminSearchRegistry'])) {
  27401.             return $this->privates['Shopware\\Elasticsearch\\Admin\\AdminSearchRegistry'];
  27402.         }
  27403.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  27404.         if (isset($this->privates['Shopware\\Elasticsearch\\Admin\\AdminSearchRegistry'])) {
  27405.             return $this->privates['Shopware\\Elasticsearch\\Admin\\AdminSearchRegistry'];
  27406.         }
  27407.         return $this->privates['Shopware\\Elasticsearch\\Admin\\AdminSearchRegistry'] = new \Shopware\Elasticsearch\Admin\AdminSearchRegistry(new RewindableGenerator(function () {
  27408.             yield 'cms_page' => ($this->privates['Shopware\\Elasticsearch\\Admin\\Indexer\\CmsPageAdminSearchIndexer'] ?? $this->getCmsPageAdminSearchIndexerService());
  27409.             yield 'customer' => ($this->privates['Shopware\\Elasticsearch\\Admin\\Indexer\\CustomerAdminSearchIndexer'] ?? $this->getCustomerAdminSearchIndexerService());
  27410.             yield 'customer_group' => ($this->privates['Shopware\\Elasticsearch\\Admin\\Indexer\\CustomerGroupAdminSearchIndexer'] ?? $this->getCustomerGroupAdminSearchIndexerService());
  27411.             yield 'landing_page' => ($this->privates['Shopware\\Elasticsearch\\Admin\\Indexer\\LandingPageAdminSearchIndexer'] ?? $this->getLandingPageAdminSearchIndexerService());
  27412.             yield 'product_manufacturer' => ($this->privates['Shopware\\Elasticsearch\\Admin\\Indexer\\ManufacturerAdminSearchIndexer'] ?? $this->getManufacturerAdminSearchIndexerService());
  27413.             yield 'media' => ($this->privates['Shopware\\Elasticsearch\\Admin\\Indexer\\MediaAdminSearchIndexer'] ?? $this->getMediaAdminSearchIndexerService());
  27414.             yield 'order' => ($this->privates['Shopware\\Elasticsearch\\Admin\\Indexer\\OrderAdminSearchIndexer'] ?? $this->getOrderAdminSearchIndexerService());
  27415.             yield 'payment_method' => ($this->privates['Shopware\\Elasticsearch\\Admin\\Indexer\\PaymentMethodAdminSearchIndexer'] ?? $this->getPaymentMethodAdminSearchIndexerService());
  27416.             yield 'product' => ($this->privates['Shopware\\Elasticsearch\\Admin\\Indexer\\ProductAdminSearchIndexer'] ?? $this->getProductAdminSearchIndexerService());
  27417.             yield 'promotion' => ($this->privates['Shopware\\Elasticsearch\\Admin\\Indexer\\PromotionAdminSearchIndexer'] ?? $this->getPromotionAdminSearchIndexerService());
  27418.             yield 'property_group' => ($this->privates['Shopware\\Elasticsearch\\Admin\\Indexer\\PropertyGroupAdminSearchIndexer'] ?? $this->getPropertyGroupAdminSearchIndexerService());
  27419.             yield 'sales_channel' => ($this->privates['Shopware\\Elasticsearch\\Admin\\Indexer\\SalesChannelAdminSearchIndexer'] ?? $this->getSalesChannelAdminSearchIndexerService());
  27420.             yield 'shipping_method' => ($this->privates['Shopware\\Elasticsearch\\Admin\\Indexer\\ShippingMethodAdminSearchIndexer'] ?? $this->getShippingMethodAdminSearchIndexerService());
  27421.             yield 'category' => ($this->privates['Shopware\\Elasticsearch\\Admin\\Indexer\\CategoryAdminSearchIndexer'] ?? $this->getCategoryAdminSearchIndexerService());
  27422.             yield 'newsletter_recipient' => ($this->privates['Shopware\\Elasticsearch\\Admin\\Indexer\\NewsletterRecipientAdminSearchIndexer'] ?? $this->getNewsletterRecipientAdminSearchIndexerService());
  27423.             yield 'product_stream' => ($this->privates['Shopware\\Elasticsearch\\Admin\\Indexer\\ProductStreamAdminSearchIndexer'] ?? $this->getProductStreamAdminSearchIndexerService());
  27424.         }, 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']);
  27425.     }
  27426.     /**
  27427.      * Gets the private 'Shopware\Elasticsearch\Admin\AdminSearcher' shared service.
  27428.      *
  27429.      * @return \Shopware\Elasticsearch\Admin\AdminSearcher
  27430.      */
  27431.     protected function getAdminSearcherService()
  27432.     {
  27433.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Admin/AdminSearcher.php';
  27434.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Admin/AdminElasticsearchHelper.php';
  27435.         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')))));
  27436.     }
  27437.     /**
  27438.      * Gets the private 'Shopware\Elasticsearch\Admin\Indexer\CategoryAdminSearchIndexer' shared service.
  27439.      *
  27440.      * @return \Shopware\Elasticsearch\Admin\Indexer\CategoryAdminSearchIndexer
  27441.      */
  27442.     protected function getCategoryAdminSearchIndexerService()
  27443.     {
  27444.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Admin/Indexer/AbstractAdminIndexer.php';
  27445.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Admin/Indexer/CategoryAdminSearchIndexer.php';
  27446.         $a = ($this->services['category.repository'] ?? $this->getCategory_RepositoryService());
  27447.         if (isset($this->privates['Shopware\\Elasticsearch\\Admin\\Indexer\\CategoryAdminSearchIndexer'])) {
  27448.             return $this->privates['Shopware\\Elasticsearch\\Admin\\Indexer\\CategoryAdminSearchIndexer'];
  27449.         }
  27450.         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'));
  27451.     }
  27452.     /**
  27453.      * Gets the private 'Shopware\Elasticsearch\Admin\Indexer\CmsPageAdminSearchIndexer' shared service.
  27454.      *
  27455.      * @return \Shopware\Elasticsearch\Admin\Indexer\CmsPageAdminSearchIndexer
  27456.      */
  27457.     protected function getCmsPageAdminSearchIndexerService()
  27458.     {
  27459.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Admin/Indexer/AbstractAdminIndexer.php';
  27460.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Admin/Indexer/CmsPageAdminSearchIndexer.php';
  27461.         $a = ($this->services['cms_page.repository'] ?? $this->getCmsPage_RepositoryService());
  27462.         if (isset($this->privates['Shopware\\Elasticsearch\\Admin\\Indexer\\CmsPageAdminSearchIndexer'])) {
  27463.             return $this->privates['Shopware\\Elasticsearch\\Admin\\Indexer\\CmsPageAdminSearchIndexer'];
  27464.         }
  27465.         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'));
  27466.     }
  27467.     /**
  27468.      * Gets the private 'Shopware\Elasticsearch\Admin\Indexer\CustomerAdminSearchIndexer' shared service.
  27469.      *
  27470.      * @return \Shopware\Elasticsearch\Admin\Indexer\CustomerAdminSearchIndexer
  27471.      */
  27472.     protected function getCustomerAdminSearchIndexerService()
  27473.     {
  27474.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Admin/Indexer/AbstractAdminIndexer.php';
  27475.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Admin/Indexer/CustomerAdminSearchIndexer.php';
  27476.         $a = ($this->services['customer.repository'] ?? $this->getCustomer_RepositoryService());
  27477.         if (isset($this->privates['Shopware\\Elasticsearch\\Admin\\Indexer\\CustomerAdminSearchIndexer'])) {
  27478.             return $this->privates['Shopware\\Elasticsearch\\Admin\\Indexer\\CustomerAdminSearchIndexer'];
  27479.         }
  27480.         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'));
  27481.     }
  27482.     /**
  27483.      * Gets the private 'Shopware\Elasticsearch\Admin\Indexer\CustomerGroupAdminSearchIndexer' shared service.
  27484.      *
  27485.      * @return \Shopware\Elasticsearch\Admin\Indexer\CustomerGroupAdminSearchIndexer
  27486.      */
  27487.     protected function getCustomerGroupAdminSearchIndexerService()
  27488.     {
  27489.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Admin/Indexer/AbstractAdminIndexer.php';
  27490.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Admin/Indexer/CustomerGroupAdminSearchIndexer.php';
  27491.         $a = ($this->services['customer_group.repository'] ?? $this->getCustomerGroup_RepositoryService());
  27492.         if (isset($this->privates['Shopware\\Elasticsearch\\Admin\\Indexer\\CustomerGroupAdminSearchIndexer'])) {
  27493.             return $this->privates['Shopware\\Elasticsearch\\Admin\\Indexer\\CustomerGroupAdminSearchIndexer'];
  27494.         }
  27495.         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'));
  27496.     }
  27497.     /**
  27498.      * Gets the private 'Shopware\Elasticsearch\Admin\Indexer\LandingPageAdminSearchIndexer' shared service.
  27499.      *
  27500.      * @return \Shopware\Elasticsearch\Admin\Indexer\LandingPageAdminSearchIndexer
  27501.      */
  27502.     protected function getLandingPageAdminSearchIndexerService()
  27503.     {
  27504.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Admin/Indexer/AbstractAdminIndexer.php';
  27505.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Admin/Indexer/LandingPageAdminSearchIndexer.php';
  27506.         $a = ($this->services['landing_page.repository'] ?? $this->getLandingPage_RepositoryService());
  27507.         if (isset($this->privates['Shopware\\Elasticsearch\\Admin\\Indexer\\LandingPageAdminSearchIndexer'])) {
  27508.             return $this->privates['Shopware\\Elasticsearch\\Admin\\Indexer\\LandingPageAdminSearchIndexer'];
  27509.         }
  27510.         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'));
  27511.     }
  27512.     /**
  27513.      * Gets the private 'Shopware\Elasticsearch\Admin\Indexer\ManufacturerAdminSearchIndexer' shared service.
  27514.      *
  27515.      * @return \Shopware\Elasticsearch\Admin\Indexer\ManufacturerAdminSearchIndexer
  27516.      */
  27517.     protected function getManufacturerAdminSearchIndexerService()
  27518.     {
  27519.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Admin/Indexer/AbstractAdminIndexer.php';
  27520.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Admin/Indexer/ManufacturerAdminSearchIndexer.php';
  27521.         $a = ($this->services['product_manufacturer.repository'] ?? $this->getProductManufacturer_RepositoryService());
  27522.         if (isset($this->privates['Shopware\\Elasticsearch\\Admin\\Indexer\\ManufacturerAdminSearchIndexer'])) {
  27523.             return $this->privates['Shopware\\Elasticsearch\\Admin\\Indexer\\ManufacturerAdminSearchIndexer'];
  27524.         }
  27525.         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'));
  27526.     }
  27527.     /**
  27528.      * Gets the private 'Shopware\Elasticsearch\Admin\Indexer\MediaAdminSearchIndexer' shared service.
  27529.      *
  27530.      * @return \Shopware\Elasticsearch\Admin\Indexer\MediaAdminSearchIndexer
  27531.      */
  27532.     protected function getMediaAdminSearchIndexerService()
  27533.     {
  27534.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Admin/Indexer/AbstractAdminIndexer.php';
  27535.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Admin/Indexer/MediaAdminSearchIndexer.php';
  27536.         $a = ($this->services['media.repository'] ?? $this->getMedia_RepositoryService());
  27537.         if (isset($this->privates['Shopware\\Elasticsearch\\Admin\\Indexer\\MediaAdminSearchIndexer'])) {
  27538.             return $this->privates['Shopware\\Elasticsearch\\Admin\\Indexer\\MediaAdminSearchIndexer'];
  27539.         }
  27540.         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'));
  27541.     }
  27542.     /**
  27543.      * Gets the private 'Shopware\Elasticsearch\Admin\Indexer\NewsletterRecipientAdminSearchIndexer' shared service.
  27544.      *
  27545.      * @return \Shopware\Elasticsearch\Admin\Indexer\NewsletterRecipientAdminSearchIndexer
  27546.      */
  27547.     protected function getNewsletterRecipientAdminSearchIndexerService()
  27548.     {
  27549.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Admin/Indexer/AbstractAdminIndexer.php';
  27550.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Admin/Indexer/NewsletterRecipientAdminSearchIndexer.php';
  27551.         $a = ($this->services['newsletter_recipient.repository'] ?? $this->getNewsletterRecipient_RepositoryService());
  27552.         if (isset($this->privates['Shopware\\Elasticsearch\\Admin\\Indexer\\NewsletterRecipientAdminSearchIndexer'])) {
  27553.             return $this->privates['Shopware\\Elasticsearch\\Admin\\Indexer\\NewsletterRecipientAdminSearchIndexer'];
  27554.         }
  27555.         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'));
  27556.     }
  27557.     /**
  27558.      * Gets the private 'Shopware\Elasticsearch\Admin\Indexer\OrderAdminSearchIndexer' shared service.
  27559.      *
  27560.      * @return \Shopware\Elasticsearch\Admin\Indexer\OrderAdminSearchIndexer
  27561.      */
  27562.     protected function getOrderAdminSearchIndexerService()
  27563.     {
  27564.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Admin/Indexer/AbstractAdminIndexer.php';
  27565.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Admin/Indexer/OrderAdminSearchIndexer.php';
  27566.         $a = ($this->services['order.repository'] ?? $this->getOrder_RepositoryService());
  27567.         if (isset($this->privates['Shopware\\Elasticsearch\\Admin\\Indexer\\OrderAdminSearchIndexer'])) {
  27568.             return $this->privates['Shopware\\Elasticsearch\\Admin\\Indexer\\OrderAdminSearchIndexer'];
  27569.         }
  27570.         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'));
  27571.     }
  27572.     /**
  27573.      * Gets the private 'Shopware\Elasticsearch\Admin\Indexer\PaymentMethodAdminSearchIndexer' shared service.
  27574.      *
  27575.      * @return \Shopware\Elasticsearch\Admin\Indexer\PaymentMethodAdminSearchIndexer
  27576.      */
  27577.     protected function getPaymentMethodAdminSearchIndexerService()
  27578.     {
  27579.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Admin/Indexer/AbstractAdminIndexer.php';
  27580.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Admin/Indexer/PaymentMethodAdminSearchIndexer.php';
  27581.         $a = ($this->services['payment_method.repository'] ?? $this->getPaymentMethod_RepositoryService());
  27582.         if (isset($this->privates['Shopware\\Elasticsearch\\Admin\\Indexer\\PaymentMethodAdminSearchIndexer'])) {
  27583.             return $this->privates['Shopware\\Elasticsearch\\Admin\\Indexer\\PaymentMethodAdminSearchIndexer'];
  27584.         }
  27585.         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'));
  27586.     }
  27587.     /**
  27588.      * Gets the private 'Shopware\Elasticsearch\Admin\Indexer\ProductAdminSearchIndexer' shared service.
  27589.      *
  27590.      * @return \Shopware\Elasticsearch\Admin\Indexer\ProductAdminSearchIndexer
  27591.      */
  27592.     protected function getProductAdminSearchIndexerService()
  27593.     {
  27594.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Admin/Indexer/AbstractAdminIndexer.php';
  27595.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Admin/Indexer/ProductAdminSearchIndexer.php';
  27596.         $a = ($this->services['product.repository'] ?? $this->getProduct_RepositoryService());
  27597.         if (isset($this->privates['Shopware\\Elasticsearch\\Admin\\Indexer\\ProductAdminSearchIndexer'])) {
  27598.             return $this->privates['Shopware\\Elasticsearch\\Admin\\Indexer\\ProductAdminSearchIndexer'];
  27599.         }
  27600.         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'));
  27601.     }
  27602.     /**
  27603.      * Gets the private 'Shopware\Elasticsearch\Admin\Indexer\ProductStreamAdminSearchIndexer' shared service.
  27604.      *
  27605.      * @return \Shopware\Elasticsearch\Admin\Indexer\ProductStreamAdminSearchIndexer
  27606.      */
  27607.     protected function getProductStreamAdminSearchIndexerService()
  27608.     {
  27609.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Admin/Indexer/AbstractAdminIndexer.php';
  27610.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Admin/Indexer/ProductStreamAdminSearchIndexer.php';
  27611.         $a = ($this->services['product_stream.repository'] ?? $this->getProductStream_RepositoryService());
  27612.         if (isset($this->privates['Shopware\\Elasticsearch\\Admin\\Indexer\\ProductStreamAdminSearchIndexer'])) {
  27613.             return $this->privates['Shopware\\Elasticsearch\\Admin\\Indexer\\ProductStreamAdminSearchIndexer'];
  27614.         }
  27615.         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'));
  27616.     }
  27617.     /**
  27618.      * Gets the private 'Shopware\Elasticsearch\Admin\Indexer\PromotionAdminSearchIndexer' shared service.
  27619.      *
  27620.      * @return \Shopware\Elasticsearch\Admin\Indexer\PromotionAdminSearchIndexer
  27621.      */
  27622.     protected function getPromotionAdminSearchIndexerService()
  27623.     {
  27624.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Admin/Indexer/AbstractAdminIndexer.php';
  27625.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Admin/Indexer/PromotionAdminSearchIndexer.php';
  27626.         $a = ($this->services['promotion.repository'] ?? $this->getPromotion_RepositoryService());
  27627.         if (isset($this->privates['Shopware\\Elasticsearch\\Admin\\Indexer\\PromotionAdminSearchIndexer'])) {
  27628.             return $this->privates['Shopware\\Elasticsearch\\Admin\\Indexer\\PromotionAdminSearchIndexer'];
  27629.         }
  27630.         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'));
  27631.     }
  27632.     /**
  27633.      * Gets the private 'Shopware\Elasticsearch\Admin\Indexer\PropertyGroupAdminSearchIndexer' shared service.
  27634.      *
  27635.      * @return \Shopware\Elasticsearch\Admin\Indexer\PropertyGroupAdminSearchIndexer
  27636.      */
  27637.     protected function getPropertyGroupAdminSearchIndexerService()
  27638.     {
  27639.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Admin/Indexer/AbstractAdminIndexer.php';
  27640.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Admin/Indexer/PropertyGroupAdminSearchIndexer.php';
  27641.         $a = ($this->services['property_group.repository'] ?? $this->getPropertyGroup_RepositoryService());
  27642.         if (isset($this->privates['Shopware\\Elasticsearch\\Admin\\Indexer\\PropertyGroupAdminSearchIndexer'])) {
  27643.             return $this->privates['Shopware\\Elasticsearch\\Admin\\Indexer\\PropertyGroupAdminSearchIndexer'];
  27644.         }
  27645.         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'));
  27646.     }
  27647.     /**
  27648.      * Gets the private 'Shopware\Elasticsearch\Admin\Indexer\SalesChannelAdminSearchIndexer' shared service.
  27649.      *
  27650.      * @return \Shopware\Elasticsearch\Admin\Indexer\SalesChannelAdminSearchIndexer
  27651.      */
  27652.     protected function getSalesChannelAdminSearchIndexerService()
  27653.     {
  27654.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Admin/Indexer/AbstractAdminIndexer.php';
  27655.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Admin/Indexer/SalesChannelAdminSearchIndexer.php';
  27656.         $a = ($this->services['sales_channel.repository'] ?? $this->getSalesChannel_RepositoryService());
  27657.         if (isset($this->privates['Shopware\\Elasticsearch\\Admin\\Indexer\\SalesChannelAdminSearchIndexer'])) {
  27658.             return $this->privates['Shopware\\Elasticsearch\\Admin\\Indexer\\SalesChannelAdminSearchIndexer'];
  27659.         }
  27660.         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'));
  27661.     }
  27662.     /**
  27663.      * Gets the private 'Shopware\Elasticsearch\Admin\Indexer\ShippingMethodAdminSearchIndexer' shared service.
  27664.      *
  27665.      * @return \Shopware\Elasticsearch\Admin\Indexer\ShippingMethodAdminSearchIndexer
  27666.      */
  27667.     protected function getShippingMethodAdminSearchIndexerService()
  27668.     {
  27669.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Admin/Indexer/AbstractAdminIndexer.php';
  27670.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Admin/Indexer/ShippingMethodAdminSearchIndexer.php';
  27671.         $a = ($this->services['shipping_method.repository'] ?? $this->getShippingMethod_RepositoryService());
  27672.         if (isset($this->privates['Shopware\\Elasticsearch\\Admin\\Indexer\\ShippingMethodAdminSearchIndexer'])) {
  27673.             return $this->privates['Shopware\\Elasticsearch\\Admin\\Indexer\\ShippingMethodAdminSearchIndexer'];
  27674.         }
  27675.         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'));
  27676.     }
  27677.     /**
  27678.      * Gets the private 'Shopware\Elasticsearch\Admin\Subscriber\RefreshIndexSubscriber' shared service.
  27679.      *
  27680.      * @return \Shopware\Elasticsearch\Admin\Subscriber\RefreshIndexSubscriber
  27681.      */
  27682.     protected function getRefreshIndexSubscriberService()
  27683.     {
  27684.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Admin/Subscriber/RefreshIndexSubscriber.php';
  27685.         $a = ($this->privates['Shopware\\Elasticsearch\\Admin\\AdminSearchRegistry'] ?? $this->getAdminSearchRegistryService());
  27686.         if (isset($this->privates['Shopware\\Elasticsearch\\Admin\\Subscriber\\RefreshIndexSubscriber'])) {
  27687.             return $this->privates['Shopware\\Elasticsearch\\Admin\\Subscriber\\RefreshIndexSubscriber'];
  27688.         }
  27689.         return $this->privates['Shopware\\Elasticsearch\\Admin\\Subscriber\\RefreshIndexSubscriber'] = new \Shopware\Elasticsearch\Admin\Subscriber\RefreshIndexSubscriber($a);
  27690.     }
  27691.     /**
  27692.      * Gets the private 'Shopware\Elasticsearch\Framework\Command\ElasticsearchAdminIndexingCommand' shared service.
  27693.      *
  27694.      * @return \Shopware\Elasticsearch\Framework\Command\ElasticsearchAdminIndexingCommand
  27695.      */
  27696.     protected function getElasticsearchAdminIndexingCommandService()
  27697.     {
  27698.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  27699.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Command/ConsoleProgressTrait.php';
  27700.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Framework/Command/ElasticsearchAdminIndexingCommand.php';
  27701.         $a = ($this->privates['Shopware\\Elasticsearch\\Admin\\AdminSearchRegistry'] ?? $this->getAdminSearchRegistryService());
  27702.         if (isset($this->privates['Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchAdminIndexingCommand'])) {
  27703.             return $this->privates['Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchAdminIndexingCommand'];
  27704.         }
  27705.         $this->privates['Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchAdminIndexingCommand'] = $instance = new \Shopware\Elasticsearch\Framework\Command\ElasticsearchAdminIndexingCommand($a);
  27706.         $instance->setName('es:admin:index');
  27707.         $instance->setDescription('Index the elasticsearch for the admin search');
  27708.         return $instance;
  27709.     }
  27710.     /**
  27711.      * Gets the private 'Shopware\Elasticsearch\Framework\Command\ElasticsearchAdminResetCommand' shared service.
  27712.      *
  27713.      * @return \Shopware\Elasticsearch\Framework\Command\ElasticsearchAdminResetCommand
  27714.      */
  27715.     protected function getElasticsearchAdminResetCommandService()
  27716.     {
  27717.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  27718.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Framework/Command/ElasticsearchAdminResetCommand.php';
  27719.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Admin/AdminElasticsearchHelper.php';
  27720.         $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')))));
  27721.         $instance->setName('es:admin:reset');
  27722.         $instance->setDescription('Reset Admin Elasticsearch indexing');
  27723.         return $instance;
  27724.     }
  27725.     /**
  27726.      * Gets the private 'Shopware\Elasticsearch\Framework\Command\ElasticsearchAdminTestCommand' shared service.
  27727.      *
  27728.      * @return \Shopware\Elasticsearch\Framework\Command\ElasticsearchAdminTestCommand
  27729.      */
  27730.     protected function getElasticsearchAdminTestCommandService()
  27731.     {
  27732.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  27733.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Framework/Command/ElasticsearchAdminTestCommand.php';
  27734.         $this->privates['Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchAdminTestCommand'] = $instance = new \Shopware\Elasticsearch\Framework\Command\ElasticsearchAdminTestCommand(($this->privates['Shopware\\Elasticsearch\\Admin\\AdminSearcher'] ?? $this->getAdminSearcherService()));
  27735.         $instance->setName('es:admin:test');
  27736.         $instance->setDescription('Allows you to test the admin search index');
  27737.         return $instance;
  27738.     }
  27739.     /**
  27740.      * Gets the private 'Shopware\Elasticsearch\Framework\Command\ElasticsearchCleanIndicesCommand' shared service.
  27741.      *
  27742.      * @return \Shopware\Elasticsearch\Framework\Command\ElasticsearchCleanIndicesCommand
  27743.      */
  27744.     protected function getElasticsearchCleanIndicesCommandService()
  27745.     {
  27746.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  27747.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Framework/Command/ElasticsearchCleanIndicesCommand.php';
  27748.         $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()));
  27749.         $instance->setName('es:index:cleanup');
  27750.         return $instance;
  27751.     }
  27752.     /**
  27753.      * Gets the private 'Shopware\Elasticsearch\Framework\Command\ElasticsearchCreateAliasCommand' shared service.
  27754.      *
  27755.      * @return \Shopware\Elasticsearch\Framework\Command\ElasticsearchCreateAliasCommand
  27756.      */
  27757.     protected function getElasticsearchCreateAliasCommandService()
  27758.     {
  27759.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  27760.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Framework/Command/ElasticsearchCreateAliasCommand.php';
  27761.         $this->privates['Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchCreateAliasCommand'] = $instance = new \Shopware\Elasticsearch\Framework\Command\ElasticsearchCreateAliasCommand(($this->services['Shopware\\Elasticsearch\\Framework\\Indexing\\CreateAliasTaskHandler'] ?? $this->getCreateAliasTaskHandlerService()));
  27762.         $instance->setName('es:create:alias');
  27763.         return $instance;
  27764.     }
  27765.     /**
  27766.      * Gets the private 'Shopware\Elasticsearch\Framework\Command\ElasticsearchIndexingCommand' shared service.
  27767.      *
  27768.      * @return \Shopware\Elasticsearch\Framework\Command\ElasticsearchIndexingCommand
  27769.      */
  27770.     protected function getElasticsearchIndexingCommandService()
  27771.     {
  27772.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  27773.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Command/ConsoleProgressTrait.php';
  27774.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Framework/Command/ElasticsearchIndexingCommand.php';
  27775.         $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()));
  27776.         $instance->setName('es:index');
  27777.         return $instance;
  27778.     }
  27779.     /**
  27780.      * Gets the private 'Shopware\Elasticsearch\Framework\Command\ElasticsearchResetCommand' shared service.
  27781.      *
  27782.      * @return \Shopware\Elasticsearch\Framework\Command\ElasticsearchResetCommand
  27783.      */
  27784.     protected function getElasticsearchResetCommandService()
  27785.     {
  27786.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  27787.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Framework/Command/ElasticsearchResetCommand.php';
  27788.         $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()));
  27789.         $instance->setName('es:reset');
  27790.         return $instance;
  27791.     }
  27792.     /**
  27793.      * Gets the private 'Shopware\Elasticsearch\Framework\Command\ElasticsearchStatusCommand' shared service.
  27794.      *
  27795.      * @return \Shopware\Elasticsearch\Framework\Command\ElasticsearchStatusCommand
  27796.      */
  27797.     protected function getElasticsearchStatusCommandService()
  27798.     {
  27799.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  27800.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Command/ConsoleProgressTrait.php';
  27801.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Framework/Command/ElasticsearchStatusCommand.php';
  27802.         $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()));
  27803.         $instance->setName('es:status');
  27804.         return $instance;
  27805.     }
  27806.     /**
  27807.      * Gets the private 'Shopware\Elasticsearch\Framework\Command\ElasticsearchTestAnalyzerCommand' shared service.
  27808.      *
  27809.      * @return \Shopware\Elasticsearch\Framework\Command\ElasticsearchTestAnalyzerCommand
  27810.      */
  27811.     protected function getElasticsearchTestAnalyzerCommandService()
  27812.     {
  27813.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  27814.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Framework/Command/ElasticsearchTestAnalyzerCommand.php';
  27815.         $this->privates['Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchTestAnalyzerCommand'] = $instance = new \Shopware\Elasticsearch\Framework\Command\ElasticsearchTestAnalyzerCommand(($this->services['Elasticsearch\\Client'] ?? $this->getClientService()));
  27816.         $instance->setName('es:test:analyzer');
  27817.         return $instance;
  27818.     }
  27819.     /**
  27820.      * Gets the private 'Shopware\Elasticsearch\Framework\DataAbstractionLayer\CriteriaParser' shared service.
  27821.      *
  27822.      * @return \Shopware\Elasticsearch\Framework\DataAbstractionLayer\CriteriaParser
  27823.      */
  27824.     protected function getCriteriaParserService()
  27825.     {
  27826.         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())));
  27827.     }
  27828.     /**
  27829.      * Gets the private 'Shopware\Elasticsearch\Framework\ElasticsearchOutdatedIndexDetector' shared service.
  27830.      *
  27831.      * @return \Shopware\Elasticsearch\Framework\ElasticsearchOutdatedIndexDetector
  27832.      */
  27833.     protected function getElasticsearchOutdatedIndexDetectorService()
  27834.     {
  27835.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Framework/ElasticsearchOutdatedIndexDetector.php';
  27836.         $a = ($this->privates['Shopware\\Elasticsearch\\Framework\\ElasticsearchRegistry'] ?? $this->getElasticsearchRegistryService());
  27837.         if (isset($this->privates['Shopware\\Elasticsearch\\Framework\\ElasticsearchOutdatedIndexDetector'])) {
  27838.             return $this->privates['Shopware\\Elasticsearch\\Framework\\ElasticsearchOutdatedIndexDetector'];
  27839.         }
  27840.         $b = ($this->services['language.repository'] ?? $this->getLanguage_RepositoryService());
  27841.         if (isset($this->privates['Shopware\\Elasticsearch\\Framework\\ElasticsearchOutdatedIndexDetector'])) {
  27842.             return $this->privates['Shopware\\Elasticsearch\\Framework\\ElasticsearchOutdatedIndexDetector'];
  27843.         }
  27844.         $c = ($this->services['Shopware\\Elasticsearch\\Framework\\ElasticsearchHelper'] ?? $this->getElasticsearchHelperService());
  27845.         if (isset($this->privates['Shopware\\Elasticsearch\\Framework\\ElasticsearchOutdatedIndexDetector'])) {
  27846.             return $this->privates['Shopware\\Elasticsearch\\Framework\\ElasticsearchOutdatedIndexDetector'];
  27847.         }
  27848.         return $this->privates['Shopware\\Elasticsearch\\Framework\\ElasticsearchOutdatedIndexDetector'] = new \Shopware\Elasticsearch\Framework\ElasticsearchOutdatedIndexDetector(($this->services['Elasticsearch\\Client'] ?? $this->getClientService()), $a$b$c);
  27849.     }
  27850.     /**
  27851.      * Gets the private 'Shopware\Elasticsearch\Framework\ElasticsearchRegistry' shared service.
  27852.      *
  27853.      * @return \Shopware\Elasticsearch\Framework\ElasticsearchRegistry
  27854.      */
  27855.     protected function getElasticsearchRegistryService()
  27856.     {
  27857.         return $this->privates['Shopware\\Elasticsearch\\Framework\\ElasticsearchRegistry'] = new \Shopware\Elasticsearch\Framework\ElasticsearchRegistry(new RewindableGenerator(function () {
  27858.             yield => ($this->privates['Shopware\\Elasticsearch\\Product\\ElasticsearchProductDefinition'] ?? $this->getElasticsearchProductDefinitionService());
  27859.         }, 1));
  27860.     }
  27861.     /**
  27862.      * Gets the private 'Shopware\Elasticsearch\Framework\Indexing\ElasticsearchIndexer' shared service.
  27863.      *
  27864.      * @return \Shopware\Elasticsearch\Framework\Indexing\ElasticsearchIndexer
  27865.      */
  27866.     protected function getElasticsearchIndexerService()
  27867.     {
  27868.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Framework/Indexing/ElasticsearchIndexer.php';
  27869.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Framework/Indexing/IndexCreator.php';
  27870.         $a = ($this->services['Shopware\\Elasticsearch\\Framework\\ElasticsearchHelper'] ?? $this->getElasticsearchHelperService());
  27871.         if (isset($this->privates['Shopware\\Elasticsearch\\Framework\\Indexing\\ElasticsearchIndexer'])) {
  27872.             return $this->privates['Shopware\\Elasticsearch\\Framework\\Indexing\\ElasticsearchIndexer'];
  27873.         }
  27874.         $b = ($this->privates['Shopware\\Elasticsearch\\Framework\\ElasticsearchRegistry'] ?? $this->getElasticsearchRegistryService());
  27875.         if (isset($this->privates['Shopware\\Elasticsearch\\Framework\\Indexing\\ElasticsearchIndexer'])) {
  27876.             return $this->privates['Shopware\\Elasticsearch\\Framework\\Indexing\\ElasticsearchIndexer'];
  27877.         }
  27878.         $c = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  27879.         if (isset($this->privates['Shopware\\Elasticsearch\\Framework\\Indexing\\ElasticsearchIndexer'])) {
  27880.             return $this->privates['Shopware\\Elasticsearch\\Framework\\Indexing\\ElasticsearchIndexer'];
  27881.         }
  27882.         $d = ($this->services['currency.repository'] ?? $this->getCurrency_RepositoryService());
  27883.         if (isset($this->privates['Shopware\\Elasticsearch\\Framework\\Indexing\\ElasticsearchIndexer'])) {
  27884.             return $this->privates['Shopware\\Elasticsearch\\Framework\\Indexing\\ElasticsearchIndexer'];
  27885.         }
  27886.         $e = ($this->services['language.repository'] ?? $this->getLanguage_RepositoryService());
  27887.         if (isset($this->privates['Shopware\\Elasticsearch\\Framework\\Indexing\\ElasticsearchIndexer'])) {
  27888.             return $this->privates['Shopware\\Elasticsearch\\Framework\\Indexing\\ElasticsearchIndexer'];
  27889.         }
  27890.         $f = ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService());
  27891.         if (isset($this->privates['Shopware\\Elasticsearch\\Framework\\Indexing\\ElasticsearchIndexer'])) {
  27892.             return $this->privates['Shopware\\Elasticsearch\\Framework\\Indexing\\ElasticsearchIndexer'];
  27893.         }
  27894.         $g = ($this->services['Elasticsearch\\Client'] ?? $this->getClientService());
  27895.         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);
  27896.     }
  27897.     /**
  27898.      * Gets the private 'Shopware\Elasticsearch\Product\CustomFieldUpdater' shared service.
  27899.      *
  27900.      * @return \Shopware\Elasticsearch\Product\CustomFieldUpdater
  27901.      */
  27902.     protected function getCustomFieldUpdaterService()
  27903.     {
  27904.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Product/CustomFieldUpdater.php';
  27905.         $a = ($this->privates['Shopware\\Elasticsearch\\Framework\\ElasticsearchOutdatedIndexDetector'] ?? $this->getElasticsearchOutdatedIndexDetectorService());
  27906.         if (isset($this->privates['Shopware\\Elasticsearch\\Product\\CustomFieldUpdater'])) {
  27907.             return $this->privates['Shopware\\Elasticsearch\\Product\\CustomFieldUpdater'];
  27908.         }
  27909.         $b = ($this->services['Shopware\\Elasticsearch\\Framework\\ElasticsearchHelper'] ?? $this->getElasticsearchHelperService());
  27910.         if (isset($this->privates['Shopware\\Elasticsearch\\Product\\CustomFieldUpdater'])) {
  27911.             return $this->privates['Shopware\\Elasticsearch\\Product\\CustomFieldUpdater'];
  27912.         }
  27913.         return $this->privates['Shopware\\Elasticsearch\\Product\\CustomFieldUpdater'] = new \Shopware\Elasticsearch\Product\CustomFieldUpdater($a, ($this->services['Elasticsearch\\Client'] ?? $this->getClientService()), $b);
  27914.     }
  27915.     /**
  27916.      * Gets the private 'Shopware\Elasticsearch\Product\ElasticsearchProductDefinition' shared service.
  27917.      *
  27918.      * @return \Shopware\Elasticsearch\Product\ElasticsearchProductDefinition
  27919.      */
  27920.     protected function getElasticsearchProductDefinitionService()
  27921.     {
  27922.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Framework/AbstractElasticsearchDefinition.php';
  27923.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Product/ElasticsearchProductDefinition.php';
  27924.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Framework/Indexing/EntityMapper.php';
  27925.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Product/AbstractProductSearchQueryBuilder.php';
  27926.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Product/ProductSearchQueryBuilder.php';
  27927.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  27928.         if (isset($this->privates['Shopware\\Elasticsearch\\Product\\ElasticsearchProductDefinition'])) {
  27929.             return $this->privates['Shopware\\Elasticsearch\\Product\\ElasticsearchProductDefinition'];
  27930.         }
  27931.         $b = ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService());
  27932.         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())));
  27933.     }
  27934.     /**
  27935.      * Gets the private 'Shopware\Elasticsearch\Product\LanguageSubscriber' shared service.
  27936.      *
  27937.      * @return \Shopware\Elasticsearch\Product\LanguageSubscriber
  27938.      */
  27939.     protected function getLanguageSubscriberService()
  27940.     {
  27941.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Product/LanguageSubscriber.php';
  27942.         $a = ($this->services['Shopware\\Elasticsearch\\Framework\\ElasticsearchHelper'] ?? $this->getElasticsearchHelperService());
  27943.         if (isset($this->privates['Shopware\\Elasticsearch\\Product\\LanguageSubscriber'])) {
  27944.             return $this->privates['Shopware\\Elasticsearch\\Product\\LanguageSubscriber'];
  27945.         }
  27946.         $b = ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService());
  27947.         if (isset($this->privates['Shopware\\Elasticsearch\\Product\\LanguageSubscriber'])) {
  27948.             return $this->privates['Shopware\\Elasticsearch\\Product\\LanguageSubscriber'];
  27949.         }
  27950.         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);
  27951.     }
  27952.     /**
  27953.      * Gets the private 'Shopware\Elasticsearch\Product\ProductSearchBuilder' shared service.
  27954.      *
  27955.      * @return \Shopware\Elasticsearch\Product\ProductSearchBuilder
  27956.      */
  27957.     protected function getProductSearchBuilderService()
  27958.     {
  27959.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SearchKeyword/ProductSearchBuilderInterface.php';
  27960.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Product/ProductSearchBuilder.php';
  27961.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SearchKeyword/ProductSearchBuilder.php';
  27962.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SearchKeyword/ProductSearchTermInterpreterInterface.php';
  27963.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SearchKeyword/ProductSearchTermInterpreter.php';
  27964.         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()));
  27965.     }
  27966.     /**
  27967.      * Gets the private 'Shopware\Elasticsearch\Product\ProductUpdater' shared service.
  27968.      *
  27969.      * @return \Shopware\Elasticsearch\Product\ProductUpdater
  27970.      */
  27971.     protected function getProductUpdaterService()
  27972.     {
  27973.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Product/ProductUpdater.php';
  27974.         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()));
  27975.     }
  27976.     /**
  27977.      * Gets the private 'Shopware\Elasticsearch\Product\SearchKeywordReplacement' shared service.
  27978.      *
  27979.      * @return \Shopware\Elasticsearch\Product\SearchKeywordReplacement
  27980.      */
  27981.     protected function getSearchKeywordReplacementService()
  27982.     {
  27983.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/DataAbstractionLayer/SearchKeywordUpdater.php';
  27984.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Product/SearchKeywordReplacement.php';
  27985.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SearchKeyword/ProductSearchKeywordAnalyzerInterface.php';
  27986.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SearchKeyword/ProductSearchKeywordAnalyzer.php';
  27987.         $a = ($this->services['language.repository'] ?? $this->getLanguage_RepositoryService());
  27988.         if (isset($this->privates['Shopware\\Elasticsearch\\Product\\SearchKeywordReplacement'])) {
  27989.             return $this->privates['Shopware\\Elasticsearch\\Product\\SearchKeywordReplacement'];
  27990.         }
  27991.         $b = ($this->services['product.repository'] ?? $this->getProduct_RepositoryService());
  27992.         if (isset($this->privates['Shopware\\Elasticsearch\\Product\\SearchKeywordReplacement'])) {
  27993.             return $this->privates['Shopware\\Elasticsearch\\Product\\SearchKeywordReplacement'];
  27994.         }
  27995.         $c = ($this->services['Shopware\\Elasticsearch\\Framework\\ElasticsearchHelper'] ?? $this->getElasticsearchHelperService());
  27996.         if (isset($this->privates['Shopware\\Elasticsearch\\Product\\SearchKeywordReplacement'])) {
  27997.             return $this->privates['Shopware\\Elasticsearch\\Product\\SearchKeywordReplacement'];
  27998.         }
  27999.         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);
  28000.     }
  28001.     /**
  28002.      * Gets the private 'Shopware\Storefront\Checkout\Cart\SalesChannel\StorefrontCartFacade' shared autowired service.
  28003.      *
  28004.      * @return \Shopware\Storefront\Checkout\Cart\SalesChannel\StorefrontCartFacade
  28005.      */
  28006.     protected function getStorefrontCartFacadeService()
  28007.     {
  28008.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Checkout/Cart/SalesChannel/StorefrontCartFacade.php';
  28009.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Checkout/Shipping/BlockedShippingMethodSwitcher.php';
  28010.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Checkout/Payment/BlockedPaymentMethodSwitcher.php';
  28011.         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()));
  28012.     }
  28013.     /**
  28014.      * Gets the private 'Shopware\Storefront\Event\CartMergedSubscriber' shared autowired service.
  28015.      *
  28016.      * @return \Shopware\Storefront\Event\CartMergedSubscriber
  28017.      */
  28018.     protected function getCartMergedSubscriberService()
  28019.     {
  28020.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Event/CartMergedSubscriber.php';
  28021.         $a = ($this->services['translator'] ?? $this->getTranslatorService());
  28022.         if (isset($this->privates['Shopware\\Storefront\\Event\\CartMergedSubscriber'])) {
  28023.             return $this->privates['Shopware\\Storefront\\Event\\CartMergedSubscriber'];
  28024.         }
  28025.         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())));
  28026.     }
  28027.     /**
  28028.      * Gets the private 'Shopware\Storefront\Framework\Cache\CacheResponseSubscriber' shared autowired service.
  28029.      *
  28030.      * @return \Shopware\Storefront\Framework\Cache\CacheResponseSubscriber
  28031.      */
  28032.     protected function getCacheResponseSubscriberService()
  28033.     {
  28034.         $a = ($this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'] ?? $this->getCartServiceService());
  28035.         if (isset($this->privates['Shopware\\Storefront\\Framework\\Cache\\CacheResponseSubscriber'])) {
  28036.             return $this->privates['Shopware\\Storefront\\Framework\\Cache\\CacheResponseSubscriber'];
  28037.         }
  28038.         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);
  28039.     }
  28040.     /**
  28041.      * Gets the private 'Shopware\Storefront\Framework\Cache\CacheTracer' shared autowired service.
  28042.      *
  28043.      * @return \Shopware\Storefront\Framework\Cache\CacheTracer
  28044.      */
  28045.     protected function getCacheTracerService()
  28046.     {
  28047.         $a = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  28048.         if (isset($this->privates['Shopware\\Storefront\\Framework\\Cache\\CacheTracer'])) {
  28049.             return $this->privates['Shopware\\Storefront\\Framework\\Cache\\CacheTracer'];
  28050.         }
  28051.         $b = ($this->privates['Shopware\\Core\\Framework\\Adapter\\Translation\\Translator'] ?? $this->getTranslator2Service());
  28052.         if (isset($this->privates['Shopware\\Storefront\\Framework\\Cache\\CacheTracer'])) {
  28053.             return $this->privates['Shopware\\Storefront\\Framework\\Cache\\CacheTracer'];
  28054.         }
  28055.         $c = ($this->privates['Shopware\\Storefront\\Theme\\ThemeConfigValueAccessor'] ?? $this->getThemeConfigValueAccessorService());
  28056.         if (isset($this->privates['Shopware\\Storefront\\Framework\\Cache\\CacheTracer'])) {
  28057.             return $this->privates['Shopware\\Storefront\\Framework\\Cache\\CacheTracer'];
  28058.         }
  28059.         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);
  28060.     }
  28061.     /**
  28062.      * Gets the private 'Shopware\Storefront\Framework\Cache\CacheWarmer\CacheWarmer' shared autowired service.
  28063.      *
  28064.      * @return \Shopware\Storefront\Framework\Cache\CacheWarmer\CacheWarmer
  28065.      */
  28066.     protected function getCacheWarmer2Service()
  28067.     {
  28068.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Cache/CacheWarmer/CacheWarmer.php';
  28069.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Cache/CacheWarmer/CacheRouteWarmerRegistry.php';
  28070.         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 () {
  28071.             yield => ($this->privates['Shopware\\Storefront\\Framework\\Cache\\CacheWarmer\\Product\\ProductRouteWarmer'] ?? $this->getProductRouteWarmerService());
  28072.             yield => ($this->privates['Shopware\\Storefront\\Framework\\Cache\\CacheWarmer\\Navigation\\NavigationRouteWarmer'] ?? $this->getNavigationRouteWarmerService());
  28073.         }, 2)), ($this->services['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheIdLoader'] ?? $this->getCacheIdLoaderService()), ($this->privates['Shopware\\Storefront\\Framework\\Cache\\CacheWarmer\\CacheWarmerTaskHandler'] ?? $this->getCacheWarmerTaskHandlerService()));
  28074.     }
  28075.     /**
  28076.      * Gets the private 'Shopware\Storefront\Framework\Cache\CacheWarmer\CacheWarmerTaskHandler' shared autowired service.
  28077.      *
  28078.      * @return \Shopware\Storefront\Framework\Cache\CacheWarmer\CacheWarmerTaskHandler
  28079.      */
  28080.     protected function getCacheWarmerTaskHandlerService()
  28081.     {
  28082.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Cache/CacheWarmer/CacheWarmerTaskHandler.php';
  28083.         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())));
  28084.     }
  28085.     /**
  28086.      * Gets the private 'Shopware\Storefront\Framework\Cache\CacheWarmer\Navigation\NavigationRouteWarmer' shared autowired service.
  28087.      *
  28088.      * @return \Shopware\Storefront\Framework\Cache\CacheWarmer\Navigation\NavigationRouteWarmer
  28089.      */
  28090.     protected function getNavigationRouteWarmerService()
  28091.     {
  28092.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Cache/CacheWarmer/CacheRouteWarmer.php';
  28093.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Cache/CacheWarmer/Navigation/NavigationRouteWarmer.php';
  28094.         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->getCategoryDefinitionService()));
  28095.     }
  28096.     /**
  28097.      * Gets the private 'Shopware\Storefront\Framework\Cache\CacheWarmer\Product\ProductRouteWarmer' shared autowired service.
  28098.      *
  28099.      * @return \Shopware\Storefront\Framework\Cache\CacheWarmer\Product\ProductRouteWarmer
  28100.      */
  28101.     protected function getProductRouteWarmerService()
  28102.     {
  28103.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Cache/CacheWarmer/CacheRouteWarmer.php';
  28104.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Cache/CacheWarmer/Product/ProductRouteWarmer.php';
  28105.         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()));
  28106.     }
  28107.     /**
  28108.      * Gets the private 'Shopware\Storefront\Framework\Captcha\BasicCaptcha' shared autowired service.
  28109.      *
  28110.      * @return \Shopware\Storefront\Framework\Captcha\BasicCaptcha
  28111.      */
  28112.     protected function getBasicCaptchaService()
  28113.     {
  28114.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Captcha/AbstractCaptcha.php';
  28115.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Captcha/BasicCaptcha.php';
  28116.         $a = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  28117.         if (isset($this->privates['Shopware\\Storefront\\Framework\\Captcha\\BasicCaptcha'])) {
  28118.             return $this->privates['Shopware\\Storefront\\Framework\\Captcha\\BasicCaptcha'];
  28119.         }
  28120.         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);
  28121.     }
  28122.     /**
  28123.      * Gets the private 'Shopware\Storefront\Framework\Captcha\CaptchaRouteListener' shared autowired service.
  28124.      *
  28125.      * @return \Shopware\Storefront\Framework\Captcha\CaptchaRouteListener
  28126.      */
  28127.     protected function getCaptchaRouteListenerService()
  28128.     {
  28129.         $a = ($this->services['Shopware\\Storefront\\Controller\\ErrorController'] ?? $this->getErrorControllerService());
  28130.         if (isset($this->privates['Shopware\\Storefront\\Framework\\Captcha\\CaptchaRouteListener'])) {
  28131.             return $this->privates['Shopware\\Storefront\\Framework\\Captcha\\CaptchaRouteListener'];
  28132.         }
  28133.         $b = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  28134.         if (isset($this->privates['Shopware\\Storefront\\Framework\\Captcha\\CaptchaRouteListener'])) {
  28135.             return $this->privates['Shopware\\Storefront\\Framework\\Captcha\\CaptchaRouteListener'];
  28136.         }
  28137.         return $this->privates['Shopware\\Storefront\\Framework\\Captcha\\CaptchaRouteListener'] = new \Shopware\Storefront\Framework\Captcha\CaptchaRouteListener(new RewindableGenerator(function () {
  28138.             yield => ($this->privates['Shopware\\Storefront\\Framework\\Captcha\\HoneypotCaptcha'] ?? $this->getHoneypotCaptchaService());
  28139.             yield => ($this->privates['Shopware\\Storefront\\Framework\\Captcha\\BasicCaptcha'] ?? $this->getBasicCaptchaService());
  28140.             yield => ($this->privates['Shopware\\Storefront\\Framework\\Captcha\\GoogleReCaptchaV2'] ?? $this->getGoogleReCaptchaV2Service());
  28141.             yield => ($this->privates['Shopware\\Storefront\\Framework\\Captcha\\GoogleReCaptchaV3'] ?? $this->getGoogleReCaptchaV3Service());
  28142.         }, 4), $a$b);
  28143.     }
  28144.     /**
  28145.      * Gets the private 'Shopware\Storefront\Framework\Captcha\GoogleReCaptchaV2' shared autowired service.
  28146.      *
  28147.      * @return \Shopware\Storefront\Framework\Captcha\GoogleReCaptchaV2
  28148.      */
  28149.     protected function getGoogleReCaptchaV2Service()
  28150.     {
  28151.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Captcha/AbstractCaptcha.php';
  28152.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Captcha/GoogleReCaptchaV2.php';
  28153.         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())));
  28154.     }
  28155.     /**
  28156.      * Gets the private 'Shopware\Storefront\Framework\Captcha\GoogleReCaptchaV3' shared autowired service.
  28157.      *
  28158.      * @return \Shopware\Storefront\Framework\Captcha\GoogleReCaptchaV3
  28159.      */
  28160.     protected function getGoogleReCaptchaV3Service()
  28161.     {
  28162.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Captcha/AbstractCaptcha.php';
  28163.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Captcha/GoogleReCaptchaV3.php';
  28164.         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())));
  28165.     }
  28166.     /**
  28167.      * Gets the private 'Shopware\Storefront\Framework\Captcha\HoneypotCaptcha' shared autowired service.
  28168.      *
  28169.      * @return \Shopware\Storefront\Framework\Captcha\HoneypotCaptcha
  28170.      */
  28171.     protected function getHoneypotCaptchaService()
  28172.     {
  28173.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Captcha/AbstractCaptcha.php';
  28174.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Captcha/HoneypotCaptcha.php';
  28175.         $a = ($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService());
  28176.         if (isset($this->privates['Shopware\\Storefront\\Framework\\Captcha\\HoneypotCaptcha'])) {
  28177.             return $this->privates['Shopware\\Storefront\\Framework\\Captcha\\HoneypotCaptcha'];
  28178.         }
  28179.         return $this->privates['Shopware\\Storefront\\Framework\\Captcha\\HoneypotCaptcha'] = new \Shopware\Storefront\Framework\Captcha\HoneypotCaptcha($a);
  28180.     }
  28181.     /**
  28182.      * Gets the private 'Shopware\Storefront\Framework\Command\HttpCacheWarmUpCommand' shared autowired service.
  28183.      *
  28184.      * @return \Shopware\Storefront\Framework\Command\HttpCacheWarmUpCommand
  28185.      */
  28186.     protected function getHttpCacheWarmUpCommandService()
  28187.     {
  28188.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  28189.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Command/HttpCacheWarmUpCommand.php';
  28190.         $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()));
  28191.         $instance->setName('http:cache:warm:up');
  28192.         return $instance;
  28193.     }
  28194.     /**
  28195.      * Gets the private 'Shopware\Storefront\Framework\Command\SalesChannelCreateStorefrontCommand' shared autowired service.
  28196.      *
  28197.      * @return \Shopware\Storefront\Framework\Command\SalesChannelCreateStorefrontCommand
  28198.      */
  28199.     protected function getSalesChannelCreateStorefrontCommandService()
  28200.     {
  28201.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  28202.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Maintenance/SalesChannel/Command/SalesChannelCreateCommand.php';
  28203.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Command/SalesChannelCreateStorefrontCommand.php';
  28204.         $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()));
  28205.         $instance->setName('sales-channel:create:storefront');
  28206.         return $instance;
  28207.     }
  28208.     /**
  28209.      * Gets the private 'Shopware\Storefront\Framework\Csrf\CsrfRouteListener' shared autowired service.
  28210.      *
  28211.      * @return \Shopware\Storefront\Framework\Csrf\CsrfRouteListener
  28212.      */
  28213.     protected function getCsrfRouteListenerService()
  28214.     {
  28215.         $a = ($this->services['translator'] ?? $this->getTranslatorService());
  28216.         if (isset($this->privates['Shopware\\Storefront\\Framework\\Csrf\\CsrfRouteListener'])) {
  28217.             return $this->privates['Shopware\\Storefront\\Framework\\Csrf\\CsrfRouteListener'];
  28218.         }
  28219.         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);
  28220.     }
  28221.     /**
  28222.      * Gets the private 'Shopware\Storefront\Framework\Routing\CachedDomainLoaderInvalidator' shared autowired service.
  28223.      *
  28224.      * @return \Shopware\Storefront\Framework\Routing\CachedDomainLoaderInvalidator
  28225.      */
  28226.     protected function getCachedDomainLoaderInvalidatorService()
  28227.     {
  28228.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Routing/CachedDomainLoaderInvalidator.php';
  28229.         $a = ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidator'] ?? $this->getCacheInvalidatorService());
  28230.         if (isset($this->privates['Shopware\\Storefront\\Framework\\Routing\\CachedDomainLoaderInvalidator'])) {
  28231.             return $this->privates['Shopware\\Storefront\\Framework\\Routing\\CachedDomainLoaderInvalidator'];
  28232.         }
  28233.         return $this->privates['Shopware\\Storefront\\Framework\\Routing\\CachedDomainLoaderInvalidator'] = new \Shopware\Storefront\Framework\Routing\CachedDomainLoaderInvalidator($a);
  28234.     }
  28235.     /**
  28236.      * Gets the private 'Shopware\Storefront\Framework\Routing\MaintenanceModeResolver' shared autowired service.
  28237.      *
  28238.      * @return \Shopware\Storefront\Framework\Routing\MaintenanceModeResolver
  28239.      */
  28240.     protected function getMaintenanceModeResolverService()
  28241.     {
  28242.         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())));
  28243.     }
  28244.     /**
  28245.      * Gets the private 'Shopware\Storefront\Framework\Routing\NotFound\NotFoundSubscriber' shared autowired service.
  28246.      *
  28247.      * @return \Shopware\Storefront\Framework\Routing\NotFound\NotFoundSubscriber
  28248.      */
  28249.     protected function getNotFoundSubscriberService()
  28250.     {
  28251.         $a = ($this->services['Shopware\\Storefront\\Controller\\ErrorController'] ?? $this->getErrorControllerService());
  28252.         if (isset($this->privates['Shopware\\Storefront\\Framework\\Routing\\NotFound\\NotFoundSubscriber'])) {
  28253.             return $this->privates['Shopware\\Storefront\\Framework\\Routing\\NotFound\\NotFoundSubscriber'];
  28254.         }
  28255.         $b = ($this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextService'] ?? $this->getSalesChannelContextServiceService());
  28256.         if (isset($this->privates['Shopware\\Storefront\\Framework\\Routing\\NotFound\\NotFoundSubscriber'])) {
  28257.             return $this->privates['Shopware\\Storefront\\Framework\\Routing\\NotFound\\NotFoundSubscriber'];
  28258.         }
  28259.         $c = ($this->privates['Shopware\\Storefront\\Framework\\Cache\\CacheTracer'] ?? $this->getCacheTracerService());
  28260.         if (isset($this->privates['Shopware\\Storefront\\Framework\\Routing\\NotFound\\NotFoundSubscriber'])) {
  28261.             return $this->privates['Shopware\\Storefront\\Framework\\Routing\\NotFound\\NotFoundSubscriber'];
  28262.         }
  28263.         $d = ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidator'] ?? $this->getCacheInvalidatorService());
  28264.         if (isset($this->privates['Shopware\\Storefront\\Framework\\Routing\\NotFound\\NotFoundSubscriber'])) {
  28265.             return $this->privates['Shopware\\Storefront\\Framework\\Routing\\NotFound\\NotFoundSubscriber'];
  28266.         }
  28267.         $e = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  28268.         if (isset($this->privates['Shopware\\Storefront\\Framework\\Routing\\NotFound\\NotFoundSubscriber'])) {
  28269.             return $this->privates['Shopware\\Storefront\\Framework\\Routing\\NotFound\\NotFoundSubscriber'];
  28270.         }
  28271.         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);
  28272.     }
  28273.     /**
  28274.      * Gets the private 'Shopware\Storefront\Framework\Routing\StorefrontSubscriber' shared autowired service.
  28275.      *
  28276.      * @return \Shopware\Storefront\Framework\Routing\StorefrontSubscriber
  28277.      */
  28278.     protected function getStorefrontSubscriberService()
  28279.     {
  28280.         $a = ($this->services['sales_channel_domain.repository'] ?? $this->getSalesChannelDomain_RepositoryService());
  28281.         if (isset($this->privates['Shopware\\Storefront\\Framework\\Routing\\StorefrontSubscriber'])) {
  28282.             return $this->privates['Shopware\\Storefront\\Framework\\Routing\\StorefrontSubscriber'];
  28283.         }
  28284.         $b = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  28285.         if (isset($this->privates['Shopware\\Storefront\\Framework\\Routing\\StorefrontSubscriber'])) {
  28286.             return $this->privates['Shopware\\Storefront\\Framework\\Routing\\StorefrontSubscriber'];
  28287.         }
  28288.         $c = ($this->privates['Shopware\\Storefront\\Framework\\Routing\\NotFound\\NotFoundSubscriber'] ?? $this->getNotFoundSubscriberService());
  28289.         if (isset($this->privates['Shopware\\Storefront\\Framework\\Routing\\StorefrontSubscriber'])) {
  28290.             return $this->privates['Shopware\\Storefront\\Framework\\Routing\\StorefrontSubscriber'];
  28291.         }
  28292.         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);
  28293.     }
  28294.     /**
  28295.      * Gets the private 'Shopware\Storefront\Framework\Seo\SeoUrlRoute\LandingPageSeoUrlRoute' shared service.
  28296.      *
  28297.      * @return \Shopware\Storefront\Framework\Seo\SeoUrlRoute\LandingPageSeoUrlRoute
  28298.      */
  28299.     protected function getLandingPageSeoUrlRouteService()
  28300.     {
  28301.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Seo/SeoUrlRoute/SeoUrlRouteInterface.php';
  28302.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Seo/SeoUrlRoute/LandingPageSeoUrlRoute.php';
  28303.         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()));
  28304.     }
  28305.     /**
  28306.      * Gets the private 'Shopware\Storefront\Framework\Seo\SeoUrlRoute\NavigationPageSeoUrlRoute' shared service.
  28307.      *
  28308.      * @return \Shopware\Storefront\Framework\Seo\SeoUrlRoute\NavigationPageSeoUrlRoute
  28309.      */
  28310.     protected function getNavigationPageSeoUrlRouteService()
  28311.     {
  28312.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Seo/SeoUrlRoute/SeoUrlRouteInterface.php';
  28313.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Seo/SeoUrlRoute/NavigationPageSeoUrlRoute.php';
  28314.         return $this->privates['Shopware\\Storefront\\Framework\\Seo\\SeoUrlRoute\\NavigationPageSeoUrlRoute'] = new \Shopware\Storefront\Framework\Seo\SeoUrlRoute\NavigationPageSeoUrlRoute(($this->services['Shopware\\Core\\Content\\Category\\CategoryDefinition'] ?? $this->getCategoryDefinitionService()), ($this->privates['Shopware\\Core\\Content\\Category\\Service\\CategoryBreadcrumbBuilder'] ?? $this->getCategoryBreadcrumbBuilderService()));
  28315.     }
  28316.     /**
  28317.      * Gets the private 'Shopware\Storefront\Framework\Seo\SeoUrlRoute\ProductPageSeoUrlRoute' shared service.
  28318.      *
  28319.      * @return \Shopware\Storefront\Framework\Seo\SeoUrlRoute\ProductPageSeoUrlRoute
  28320.      */
  28321.     protected function getProductPageSeoUrlRouteService()
  28322.     {
  28323.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Seo/SeoUrlRoute/SeoUrlRouteInterface.php';
  28324.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Seo/SeoUrlRoute/ProductPageSeoUrlRoute.php';
  28325.         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()));
  28326.     }
  28327.     /**
  28328.      * Gets the private 'Shopware\Storefront\Framework\Seo\SeoUrlRoute\SeoUrlUpdateListener' shared service.
  28329.      *
  28330.      * @return \Shopware\Storefront\Framework\Seo\SeoUrlRoute\SeoUrlUpdateListener
  28331.      */
  28332.     protected function getSeoUrlUpdateListenerService()
  28333.     {
  28334.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Seo/SeoUrlRoute/SeoUrlUpdateListener.php';
  28335.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Seo/SeoUrlUpdater.php';
  28336.         $a = ($this->services['language.repository'] ?? $this->getLanguage_RepositoryService());
  28337.         if (isset($this->privates['Shopware\\Storefront\\Framework\\Seo\\SeoUrlRoute\\SeoUrlUpdateListener'])) {
  28338.             return $this->privates['Shopware\\Storefront\\Framework\\Seo\\SeoUrlRoute\\SeoUrlUpdateListener'];
  28339.         }
  28340.         $b = ($this->privates['Shopware\\Core\\Content\\Seo\\SeoUrlPersister'] ?? $this->getSeoUrlPersisterService());
  28341.         if (isset($this->privates['Shopware\\Storefront\\Framework\\Seo\\SeoUrlRoute\\SeoUrlUpdateListener'])) {
  28342.             return $this->privates['Shopware\\Storefront\\Framework\\Seo\\SeoUrlRoute\\SeoUrlUpdateListener'];
  28343.         }
  28344.         $c = ($this->services['sales_channel.repository'] ?? $this->getSalesChannel_RepositoryService());
  28345.         if (isset($this->privates['Shopware\\Storefront\\Framework\\Seo\\SeoUrlRoute\\SeoUrlUpdateListener'])) {
  28346.             return $this->privates['Shopware\\Storefront\\Framework\\Seo\\SeoUrlRoute\\SeoUrlUpdateListener'];
  28347.         }
  28348.         $d = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Indexing\\EntityIndexerRegistry'] ?? $this->getEntityIndexerRegistryService());
  28349.         if (isset($this->privates['Shopware\\Storefront\\Framework\\Seo\\SeoUrlRoute\\SeoUrlUpdateListener'])) {
  28350.             return $this->privates['Shopware\\Storefront\\Framework\\Seo\\SeoUrlRoute\\SeoUrlUpdateListener'];
  28351.         }
  28352.         $e = ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService());
  28353.         return $this->privates['Shopware\\Storefront\\Framework\\Seo\\SeoUrlRoute\\SeoUrlUpdateListener'] = new \Shopware\Storefront\Framework\Seo\SeoUrlRoute\SeoUrlUpdateListener(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$e$c), $e$d);
  28354.     }
  28355.     /**
  28356.      * Gets the private 'Shopware\Storefront\Framework\Twig\TwigDateRequestListener' shared autowired service.
  28357.      *
  28358.      * @return \Shopware\Storefront\Framework\Twig\TwigDateRequestListener
  28359.      */
  28360.     protected function getTwigDateRequestListenerService()
  28361.     {
  28362.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  28363.         if (isset($this->privates['Shopware\\Storefront\\Framework\\Twig\\TwigDateRequestListener'])) {
  28364.             return $this->privates['Shopware\\Storefront\\Framework\\Twig\\TwigDateRequestListener'];
  28365.         }
  28366.         return $this->privates['Shopware\\Storefront\\Framework\\Twig\\TwigDateRequestListener'] = new \Shopware\Storefront\Framework\Twig\TwigDateRequestListener($a);
  28367.     }
  28368.     /**
  28369.      * Gets the private 'Shopware\Storefront\Page\Account\Login\AccountLoginPageLoader' shared autowired service.
  28370.      *
  28371.      * @return \Shopware\Storefront\Page\Account\Login\AccountLoginPageLoader
  28372.      */
  28373.     protected function getAccountLoginPageLoaderService()
  28374.     {
  28375.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Page/Account/Login/AccountLoginPageLoader.php';
  28376.         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()));
  28377.     }
  28378.     /**
  28379.      * Gets the private 'Shopware\Storefront\Page\Cms\DefaultMediaResolver' shared autowired service.
  28380.      *
  28381.      * @return \Shopware\Storefront\Page\Cms\DefaultMediaResolver
  28382.      */
  28383.     protected function getDefaultMediaResolverService()
  28384.     {
  28385.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Cms/AbstractDefaultMediaResolver.php';
  28386.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Page/Cms/DefaultMediaResolver.php';
  28387.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Cms/DefaultMediaResolver.php';
  28388.         $a = ($this->privates['Shopware\\Core\\Framework\\Adapter\\Translation\\Translator'] ?? $this->getTranslator2Service());
  28389.         if (isset($this->privates['Shopware\\Storefront\\Page\\Cms\\DefaultMediaResolver'])) {
  28390.             return $this->privates['Shopware\\Storefront\\Page\\Cms\\DefaultMediaResolver'];
  28391.         }
  28392.         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()));
  28393.     }
  28394.     /**
  28395.      * Gets the private 'Shopware\Storefront\Page\GenericPageLoader' shared autowired service.
  28396.      *
  28397.      * @return \Shopware\Storefront\Page\GenericPageLoader
  28398.      */
  28399.     protected function getGenericPageLoaderService()
  28400.     {
  28401.         $a = ($this->privates['Shopware\\Storefront\\Pagelet\\Header\\HeaderPageletLoader'] ?? $this->getHeaderPageletLoaderService());
  28402.         if (isset($this->privates['Shopware\\Storefront\\Page\\GenericPageLoader'])) {
  28403.             return $this->privates['Shopware\\Storefront\\Page\\GenericPageLoader'];
  28404.         }
  28405.         $b = ($this->privates['Shopware\\Storefront\\Pagelet\\Footer\\FooterPageletLoader'] ?? $this->getFooterPageletLoaderService());
  28406.         if (isset($this->privates['Shopware\\Storefront\\Page\\GenericPageLoader'])) {
  28407.             return $this->privates['Shopware\\Storefront\\Page\\GenericPageLoader'];
  28408.         }
  28409.         $c = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  28410.         if (isset($this->privates['Shopware\\Storefront\\Page\\GenericPageLoader'])) {
  28411.             return $this->privates['Shopware\\Storefront\\Page\\GenericPageLoader'];
  28412.         }
  28413.         $d = ($this->services['Shopware\\Core\\Checkout\\Payment\\SalesChannel\\SortedPaymentMethodRoute'] ?? $this->getSortedPaymentMethodRouteService());
  28414.         if (isset($this->privates['Shopware\\Storefront\\Page\\GenericPageLoader'])) {
  28415.             return $this->privates['Shopware\\Storefront\\Page\\GenericPageLoader'];
  28416.         }
  28417.         $e = ($this->services['Shopware\\Core\\Checkout\\Shipping\\SalesChannel\\SortedShippingMethodRoute'] ?? $this->getSortedShippingMethodRouteService());
  28418.         if (isset($this->privates['Shopware\\Storefront\\Page\\GenericPageLoader'])) {
  28419.             return $this->privates['Shopware\\Storefront\\Page\\GenericPageLoader'];
  28420.         }
  28421.         $f = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  28422.         if (isset($this->privates['Shopware\\Storefront\\Page\\GenericPageLoader'])) {
  28423.             return $this->privates['Shopware\\Storefront\\Page\\GenericPageLoader'];
  28424.         }
  28425.         return $this->privates['Shopware\\Storefront\\Page\\GenericPageLoader'] = new \Shopware\Storefront\Page\GenericPageLoader($a$b$c$d$e$f);
  28426.     }
  28427.     /**
  28428.      * Gets the private 'Shopware\Storefront\Page\Product\Configurator\ProductPageConfiguratorLoader' shared autowired service.
  28429.      *
  28430.      * @return \Shopware\Storefront\Page\Product\Configurator\ProductPageConfiguratorLoader
  28431.      */
  28432.     protected function getProductPageConfiguratorLoaderService()
  28433.     {
  28434.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/Detail/ProductConfiguratorLoader.php';
  28435.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Page/Product/Configurator/ProductPageConfiguratorLoader.php';
  28436.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/Detail/AvailableCombinationLoader.php';
  28437.         $a = ($this->services['product_configurator_setting.repository'] ?? $this->getProductConfiguratorSetting_RepositoryService());
  28438.         if (isset($this->privates['Shopware\\Storefront\\Page\\Product\\Configurator\\ProductPageConfiguratorLoader'])) {
  28439.             return $this->privates['Shopware\\Storefront\\Page\\Product\\Configurator\\ProductPageConfiguratorLoader'];
  28440.         }
  28441.         return $this->privates['Shopware\\Storefront\\Page\\Product\\Configurator\\ProductPageConfiguratorLoader'] = new \Shopware\Storefront\Page\Product\Configurator\ProductPageConfiguratorLoader(new \Shopware\Core\Content\Product\SalesChannel\Detail\ProductConfiguratorLoader($a, new \Shopware\Core\Content\Product\SalesChannel\Detail\AvailableCombinationLoader(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()))));
  28442.     }
  28443.     /**
  28444.      * Gets the private 'Shopware\Storefront\Pagelet\Footer\FooterPageletLoader' shared autowired service.
  28445.      *
  28446.      * @return \Shopware\Storefront\Pagelet\Footer\FooterPageletLoader
  28447.      */
  28448.     protected function getFooterPageletLoaderService()
  28449.     {
  28450.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  28451.         if (isset($this->privates['Shopware\\Storefront\\Pagelet\\Footer\\FooterPageletLoader'])) {
  28452.             return $this->privates['Shopware\\Storefront\\Pagelet\\Footer\\FooterPageletLoader'];
  28453.         }
  28454.         $b = ($this->privates['Shopware\\Core\\Content\\Category\\Service\\NavigationLoader'] ?? $this->getNavigationLoaderService());
  28455.         if (isset($this->privates['Shopware\\Storefront\\Pagelet\\Footer\\FooterPageletLoader'])) {
  28456.             return $this->privates['Shopware\\Storefront\\Pagelet\\Footer\\FooterPageletLoader'];
  28457.         }
  28458.         return $this->privates['Shopware\\Storefront\\Pagelet\\Footer\\FooterPageletLoader'] = new \Shopware\Storefront\Pagelet\Footer\FooterPageletLoader($a$b);
  28459.     }
  28460.     /**
  28461.      * Gets the private 'Shopware\Storefront\Pagelet\Header\HeaderPageletLoader' shared autowired service.
  28462.      *
  28463.      * @return \Shopware\Storefront\Pagelet\Header\HeaderPageletLoader
  28464.      */
  28465.     protected function getHeaderPageletLoaderService()
  28466.     {
  28467.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  28468.         if (isset($this->privates['Shopware\\Storefront\\Pagelet\\Header\\HeaderPageletLoader'])) {
  28469.             return $this->privates['Shopware\\Storefront\\Pagelet\\Header\\HeaderPageletLoader'];
  28470.         }
  28471.         $b = ($this->services['Shopware\\Core\\System\\Currency\\SalesChannel\\CachedCurrencyRoute'] ?? $this->getCachedCurrencyRouteService());
  28472.         if (isset($this->privates['Shopware\\Storefront\\Pagelet\\Header\\HeaderPageletLoader'])) {
  28473.             return $this->privates['Shopware\\Storefront\\Pagelet\\Header\\HeaderPageletLoader'];
  28474.         }
  28475.         $c = ($this->services['Shopware\\Core\\System\\Language\\SalesChannel\\CachedLanguageRoute'] ?? $this->getCachedLanguageRouteService());
  28476.         if (isset($this->privates['Shopware\\Storefront\\Pagelet\\Header\\HeaderPageletLoader'])) {
  28477.             return $this->privates['Shopware\\Storefront\\Pagelet\\Header\\HeaderPageletLoader'];
  28478.         }
  28479.         $d = ($this->privates['Shopware\\Core\\Content\\Category\\Service\\NavigationLoader'] ?? $this->getNavigationLoaderService());
  28480.         if (isset($this->privates['Shopware\\Storefront\\Pagelet\\Header\\HeaderPageletLoader'])) {
  28481.             return $this->privates['Shopware\\Storefront\\Pagelet\\Header\\HeaderPageletLoader'];
  28482.         }
  28483.         return $this->privates['Shopware\\Storefront\\Pagelet\\Header\\HeaderPageletLoader'] = new \Shopware\Storefront\Pagelet\Header\HeaderPageletLoader($a$b$c$d);
  28484.     }
  28485.     /**
  28486.      * Gets the private 'Shopware\Storefront\Pagelet\Newsletter\Account\NewsletterAccountPageletLoader' shared autowired service.
  28487.      *
  28488.      * @return \Shopware\Storefront\Pagelet\Newsletter\Account\NewsletterAccountPageletLoader
  28489.      */
  28490.     protected function getNewsletterAccountPageletLoaderService()
  28491.     {
  28492.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Pagelet/Newsletter/Account/NewsletterAccountPageletLoader.php';
  28493.         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()));
  28494.     }
  28495.     /**
  28496.      * Gets the private 'Shopware\Storefront\Theme\CachedResolvedConfigLoaderInvalidator' shared service.
  28497.      *
  28498.      * @return \Shopware\Storefront\Theme\CachedResolvedConfigLoaderInvalidator
  28499.      */
  28500.     protected function getCachedResolvedConfigLoaderInvalidatorService()
  28501.     {
  28502.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/CachedResolvedConfigLoaderInvalidator.php';
  28503.         $a = ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidator'] ?? $this->getCacheInvalidatorService());
  28504.         if (isset($this->privates['Shopware\\Storefront\\Theme\\CachedResolvedConfigLoaderInvalidator'])) {
  28505.             return $this->privates['Shopware\\Storefront\\Theme\\CachedResolvedConfigLoaderInvalidator'];
  28506.         }
  28507.         return $this->privates['Shopware\\Storefront\\Theme\\CachedResolvedConfigLoaderInvalidator'] = new \Shopware\Storefront\Theme\CachedResolvedConfigLoaderInvalidator($a);
  28508.     }
  28509.     /**
  28510.      * Gets the private 'Shopware\Storefront\Theme\Command\ThemeChangeCommand' shared service.
  28511.      *
  28512.      * @return \Shopware\Storefront\Theme\Command\ThemeChangeCommand
  28513.      */
  28514.     protected function getThemeChangeCommandService()
  28515.     {
  28516.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  28517.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/Command/ThemeChangeCommand.php';
  28518.         $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()));
  28519.         $instance->setName('theme:change');
  28520.         return $instance;
  28521.     }
  28522.     /**
  28523.      * Gets the private 'Shopware\Storefront\Theme\Command\ThemeCompileCommand' shared service.
  28524.      *
  28525.      * @return \Shopware\Storefront\Theme\Command\ThemeCompileCommand
  28526.      */
  28527.     protected function getThemeCompileCommandService()
  28528.     {
  28529.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  28530.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/Command/ThemeCompileCommand.php';
  28531.         $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()));
  28532.         $instance->setName('theme:compile');
  28533.         return $instance;
  28534.     }
  28535.     /**
  28536.      * Gets the private 'Shopware\Storefront\Theme\Command\ThemeCreateCommand' shared service.
  28537.      *
  28538.      * @return \Shopware\Storefront\Theme\Command\ThemeCreateCommand
  28539.      */
  28540.     protected function getThemeCreateCommandService()
  28541.     {
  28542.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  28543.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/Command/ThemeCreateCommand.php';
  28544.         $this->privates['Shopware\\Storefront\\Theme\\Command\\ThemeCreateCommand'] = $instance = new \Shopware\Storefront\Theme\Command\ThemeCreateCommand(\dirname(__DIR__4));
  28545.         $instance->setName('theme:create');
  28546.         return $instance;
  28547.     }
  28548.     /**
  28549.      * Gets the private 'Shopware\Storefront\Theme\Command\ThemeDumpCommand' shared service.
  28550.      *
  28551.      * @return \Shopware\Storefront\Theme\Command\ThemeDumpCommand
  28552.      */
  28553.     protected function getThemeDumpCommandService()
  28554.     {
  28555.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  28556.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/Command/ThemeDumpCommand.php';
  28557.         $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()));
  28558.         $instance->setName('theme:dump');
  28559.         return $instance;
  28560.     }
  28561.     /**
  28562.      * Gets the private 'Shopware\Storefront\Theme\Command\ThemePrepareIconsCommand' shared service.
  28563.      *
  28564.      * @return \Shopware\Storefront\Theme\Command\ThemePrepareIconsCommand
  28565.      */
  28566.     protected function getThemePrepareIconsCommandService()
  28567.     {
  28568.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  28569.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/Command/ThemePrepareIconsCommand.php';
  28570.         $this->privates['Shopware\\Storefront\\Theme\\Command\\ThemePrepareIconsCommand'] = $instance = new \Shopware\Storefront\Theme\Command\ThemePrepareIconsCommand();
  28571.         $instance->setName('theme:prepare-icons');
  28572.         return $instance;
  28573.     }
  28574.     /**
  28575.      * Gets the private 'Shopware\Storefront\Theme\Command\ThemeRefreshCommand' shared service.
  28576.      *
  28577.      * @return \Shopware\Storefront\Theme\Command\ThemeRefreshCommand
  28578.      */
  28579.     protected function getThemeRefreshCommandService()
  28580.     {
  28581.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  28582.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/Command/ThemeRefreshCommand.php';
  28583.         $this->privates['Shopware\\Storefront\\Theme\\Command\\ThemeRefreshCommand'] = $instance = new \Shopware\Storefront\Theme\Command\ThemeRefreshCommand(($this->privates['Shopware\\Storefront\\Theme\\ThemeLifecycleService'] ?? $this->getThemeLifecycleServiceService()));
  28584.         $instance->setName('theme:refresh');
  28585.         return $instance;
  28586.     }
  28587.     /**
  28588.      * Gets the private 'Shopware\Storefront\Theme\ConfigLoader\DatabaseAvailableThemeProvider' shared service.
  28589.      *
  28590.      * @return \Shopware\Storefront\Theme\ConfigLoader\DatabaseAvailableThemeProvider
  28591.      */
  28592.     protected function getDatabaseAvailableThemeProviderService()
  28593.     {
  28594.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/ConfigLoader/AbstractAvailableThemeProvider.php';
  28595.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/ConfigLoader/DatabaseAvailableThemeProvider.php';
  28596.         $a = ($this->services['sales_channel.repository'] ?? $this->getSalesChannel_RepositoryService());
  28597.         if (isset($this->privates['Shopware\\Storefront\\Theme\\ConfigLoader\\DatabaseAvailableThemeProvider'])) {
  28598.             return $this->privates['Shopware\\Storefront\\Theme\\ConfigLoader\\DatabaseAvailableThemeProvider'];
  28599.         }
  28600.         return $this->privates['Shopware\\Storefront\\Theme\\ConfigLoader\\DatabaseAvailableThemeProvider'] = new \Shopware\Storefront\Theme\ConfigLoader\DatabaseAvailableThemeProvider($a);
  28601.     }
  28602.     /**
  28603.      * Gets the private 'Shopware\Storefront\Theme\ConfigLoader\DatabaseConfigLoader' shared service.
  28604.      *
  28605.      * @return \Shopware\Storefront\Theme\ConfigLoader\DatabaseConfigLoader
  28606.      */
  28607.     protected function getDatabaseConfigLoaderService()
  28608.     {
  28609.         $a = ($this->services['theme.repository'] ?? $this->getTheme_RepositoryService());
  28610.         if (isset($this->privates['Shopware\\Storefront\\Theme\\ConfigLoader\\DatabaseConfigLoader'])) {
  28611.             return $this->privates['Shopware\\Storefront\\Theme\\ConfigLoader\\DatabaseConfigLoader'];
  28612.         }
  28613.         $b = ($this->services['media.repository'] ?? $this->getMedia_RepositoryService());
  28614.         if (isset($this->privates['Shopware\\Storefront\\Theme\\ConfigLoader\\DatabaseConfigLoader'])) {
  28615.             return $this->privates['Shopware\\Storefront\\Theme\\ConfigLoader\\DatabaseConfigLoader'];
  28616.         }
  28617.         return $this->privates['Shopware\\Storefront\\Theme\\ConfigLoader\\DatabaseConfigLoader'] = new \Shopware\Storefront\Theme\ConfigLoader\DatabaseConfigLoader($a, ($this->services['Shopware\\Storefront\\Theme\\StorefrontPluginRegistry'] ?? $this->getStorefrontPluginRegistryService()), $b);
  28618.     }
  28619.     /**
  28620.      * Gets the private 'Shopware\Storefront\Theme\ConfigLoader\StaticFileConfigDumper' shared service.
  28621.      *
  28622.      * @return \Shopware\Storefront\Theme\ConfigLoader\StaticFileConfigDumper
  28623.      */
  28624.     protected function getStaticFileConfigDumperService()
  28625.     {
  28626.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/ConfigLoader/StaticFileConfigDumper.php';
  28627.         $a = ($this->privates['Shopware\\Storefront\\Theme\\ConfigLoader\\DatabaseAvailableThemeProvider'] ?? $this->getDatabaseAvailableThemeProviderService());
  28628.         if (isset($this->privates['Shopware\\Storefront\\Theme\\ConfigLoader\\StaticFileConfigDumper'])) {
  28629.             return $this->privates['Shopware\\Storefront\\Theme\\ConfigLoader\\StaticFileConfigDumper'];
  28630.         }
  28631.         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()));
  28632.     }
  28633.     /**
  28634.      * Gets the private 'Shopware\Storefront\Theme\DataAbstractionLayer\ThemeIndexer' shared service.
  28635.      *
  28636.      * @return \Shopware\Storefront\Theme\DataAbstractionLayer\ThemeIndexer
  28637.      */
  28638.     protected function getThemeIndexerService()
  28639.     {
  28640.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Indexing/EntityIndexer.php';
  28641.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/DataAbstractionLayer/ThemeIndexer.php';
  28642.         $a = ($this->services['theme.repository'] ?? $this->getTheme_RepositoryService());
  28643.         if (isset($this->privates['Shopware\\Storefront\\Theme\\DataAbstractionLayer\\ThemeIndexer'])) {
  28644.             return $this->privates['Shopware\\Storefront\\Theme\\DataAbstractionLayer\\ThemeIndexer'];
  28645.         }
  28646.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  28647.         if (isset($this->privates['Shopware\\Storefront\\Theme\\DataAbstractionLayer\\ThemeIndexer'])) {
  28648.             return $this->privates['Shopware\\Storefront\\Theme\\DataAbstractionLayer\\ThemeIndexer'];
  28649.         }
  28650.         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);
  28651.     }
  28652.     /**
  28653.      * Gets the private 'Shopware\Storefront\Theme\Subscriber\AppLifecycleSubscriber' shared service.
  28654.      *
  28655.      * @return \Shopware\Storefront\Theme\Subscriber\AppLifecycleSubscriber
  28656.      */
  28657.     protected function getAppLifecycleSubscriberService()
  28658.     {
  28659.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/Subscriber/AppLifecycleSubscriber.php';
  28660.         $a = ($this->privates['Shopware\\Storefront\\Theme\\ThemeLifecycleService'] ?? $this->getThemeLifecycleServiceService());
  28661.         if (isset($this->privates['Shopware\\Storefront\\Theme\\Subscriber\\AppLifecycleSubscriber'])) {
  28662.             return $this->privates['Shopware\\Storefront\\Theme\\Subscriber\\AppLifecycleSubscriber'];
  28663.         }
  28664.         $b = ($this->services['app.repository'] ?? $this->getApp_RepositoryService());
  28665.         if (isset($this->privates['Shopware\\Storefront\\Theme\\Subscriber\\AppLifecycleSubscriber'])) {
  28666.             return $this->privates['Shopware\\Storefront\\Theme\\Subscriber\\AppLifecycleSubscriber'];
  28667.         }
  28668.         return $this->privates['Shopware\\Storefront\\Theme\\Subscriber\\AppLifecycleSubscriber'] = new \Shopware\Storefront\Theme\Subscriber\AppLifecycleSubscriber($a$b);
  28669.     }
  28670.     /**
  28671.      * Gets the private 'Shopware\Storefront\Theme\Subscriber\FirstRunWizardSubscriber' shared service.
  28672.      *
  28673.      * @return \Shopware\Storefront\Theme\Subscriber\FirstRunWizardSubscriber
  28674.      */
  28675.     protected function getFirstRunWizardSubscriberService()
  28676.     {
  28677.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/Subscriber/FirstRunWizardSubscriber.php';
  28678.         $a = ($this->privates['Shopware\\Storefront\\Theme\\ThemeService'] ?? $this->getThemeServiceService());
  28679.         if (isset($this->privates['Shopware\\Storefront\\Theme\\Subscriber\\FirstRunWizardSubscriber'])) {
  28680.             return $this->privates['Shopware\\Storefront\\Theme\\Subscriber\\FirstRunWizardSubscriber'];
  28681.         }
  28682.         $b = ($this->privates['Shopware\\Storefront\\Theme\\ThemeLifecycleService'] ?? $this->getThemeLifecycleServiceService());
  28683.         if (isset($this->privates['Shopware\\Storefront\\Theme\\Subscriber\\FirstRunWizardSubscriber'])) {
  28684.             return $this->privates['Shopware\\Storefront\\Theme\\Subscriber\\FirstRunWizardSubscriber'];
  28685.         }
  28686.         $c = ($this->services['theme.repository'] ?? $this->getTheme_RepositoryService());
  28687.         if (isset($this->privates['Shopware\\Storefront\\Theme\\Subscriber\\FirstRunWizardSubscriber'])) {
  28688.             return $this->privates['Shopware\\Storefront\\Theme\\Subscriber\\FirstRunWizardSubscriber'];
  28689.         }
  28690.         $d = ($this->services['theme_sales_channel.repository'] ?? $this->getThemeSalesChannel_RepositoryService());
  28691.         if (isset($this->privates['Shopware\\Storefront\\Theme\\Subscriber\\FirstRunWizardSubscriber'])) {
  28692.             return $this->privates['Shopware\\Storefront\\Theme\\Subscriber\\FirstRunWizardSubscriber'];
  28693.         }
  28694.         $e = ($this->services['sales_channel.repository'] ?? $this->getSalesChannel_RepositoryService());
  28695.         if (isset($this->privates['Shopware\\Storefront\\Theme\\Subscriber\\FirstRunWizardSubscriber'])) {
  28696.             return $this->privates['Shopware\\Storefront\\Theme\\Subscriber\\FirstRunWizardSubscriber'];
  28697.         }
  28698.         return $this->privates['Shopware\\Storefront\\Theme\\Subscriber\\FirstRunWizardSubscriber'] = new \Shopware\Storefront\Theme\Subscriber\FirstRunWizardSubscriber($a$b$c$d$e);
  28699.     }
  28700.     /**
  28701.      * Gets the private 'Shopware\Storefront\Theme\Subscriber\PluginLifecycleSubscriber' shared service.
  28702.      *
  28703.      * @return \Shopware\Storefront\Theme\Subscriber\PluginLifecycleSubscriber
  28704.      */
  28705.     protected function getPluginLifecycleSubscriber2Service()
  28706.     {
  28707.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/Subscriber/PluginLifecycleSubscriber.php';
  28708.         $a = ($this->privates['Shopware\\Storefront\\Theme\\ThemeLifecycleHandler'] ?? $this->getThemeLifecycleHandlerService());
  28709.         if (isset($this->privates['Shopware\\Storefront\\Theme\\Subscriber\\PluginLifecycleSubscriber'])) {
  28710.             return $this->privates['Shopware\\Storefront\\Theme\\Subscriber\\PluginLifecycleSubscriber'];
  28711.         }
  28712.         $b = ($this->privates['Shopware\\Storefront\\Theme\\ThemeLifecycleService'] ?? $this->getThemeLifecycleServiceService());
  28713.         if (isset($this->privates['Shopware\\Storefront\\Theme\\Subscriber\\PluginLifecycleSubscriber'])) {
  28714.             return $this->privates['Shopware\\Storefront\\Theme\\Subscriber\\PluginLifecycleSubscriber'];
  28715.         }
  28716.         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);
  28717.     }
  28718.     /**
  28719.      * Gets the private 'Shopware\Storefront\Theme\Subscriber\ThemeCompilerEnrichScssVarSubscriber' shared service.
  28720.      *
  28721.      * @return \Shopware\Storefront\Theme\Subscriber\ThemeCompilerEnrichScssVarSubscriber
  28722.      */
  28723.     protected function getThemeCompilerEnrichScssVarSubscriberService()
  28724.     {
  28725.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/Subscriber/ThemeCompilerEnrichScssVarSubscriber.php';
  28726.         $a = ($this->privates['Shopware\\Core\\System\\SystemConfig\\Service\\ConfigurationService'] ?? $this->getConfigurationServiceService());
  28727.         if (isset($this->privates['Shopware\\Storefront\\Theme\\Subscriber\\ThemeCompilerEnrichScssVarSubscriber'])) {
  28728.             return $this->privates['Shopware\\Storefront\\Theme\\Subscriber\\ThemeCompilerEnrichScssVarSubscriber'];
  28729.         }
  28730.         return $this->privates['Shopware\\Storefront\\Theme\\Subscriber\\ThemeCompilerEnrichScssVarSubscriber'] = new \Shopware\Storefront\Theme\Subscriber\ThemeCompilerEnrichScssVarSubscriber($a, ($this->services['Shopware\\Storefront\\Theme\\StorefrontPluginRegistry'] ?? $this->getStorefrontPluginRegistryService()));
  28731.     }
  28732.     /**
  28733.      * Gets the private 'Shopware\Storefront\Theme\Subscriber\UpdateSubscriber' shared service.
  28734.      *
  28735.      * @return \Shopware\Storefront\Theme\Subscriber\UpdateSubscriber
  28736.      */
  28737.     protected function getUpdateSubscriberService()
  28738.     {
  28739.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/Subscriber/UpdateSubscriber.php';
  28740.         $a = ($this->privates['Shopware\\Storefront\\Theme\\ThemeService'] ?? $this->getThemeServiceService());
  28741.         if (isset($this->privates['Shopware\\Storefront\\Theme\\Subscriber\\UpdateSubscriber'])) {
  28742.             return $this->privates['Shopware\\Storefront\\Theme\\Subscriber\\UpdateSubscriber'];
  28743.         }
  28744.         $b = ($this->privates['Shopware\\Storefront\\Theme\\ThemeLifecycleService'] ?? $this->getThemeLifecycleServiceService());
  28745.         if (isset($this->privates['Shopware\\Storefront\\Theme\\Subscriber\\UpdateSubscriber'])) {
  28746.             return $this->privates['Shopware\\Storefront\\Theme\\Subscriber\\UpdateSubscriber'];
  28747.         }
  28748.         $c = ($this->services['sales_channel.repository'] ?? $this->getSalesChannel_RepositoryService());
  28749.         if (isset($this->privates['Shopware\\Storefront\\Theme\\Subscriber\\UpdateSubscriber'])) {
  28750.             return $this->privates['Shopware\\Storefront\\Theme\\Subscriber\\UpdateSubscriber'];
  28751.         }
  28752.         return $this->privates['Shopware\\Storefront\\Theme\\Subscriber\\UpdateSubscriber'] = new \Shopware\Storefront\Theme\Subscriber\UpdateSubscriber($a$b$c);
  28753.     }
  28754.     /**
  28755.      * Gets the private 'Shopware\Storefront\Theme\ThemeAppLifecycleHandler' shared service.
  28756.      *
  28757.      * @return \Shopware\Storefront\Theme\ThemeAppLifecycleHandler
  28758.      */
  28759.     protected function getThemeAppLifecycleHandlerService()
  28760.     {
  28761.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/ThemeAppLifecycleHandler.php';
  28762.         $a = ($this->privates['Shopware\\Storefront\\Theme\\ThemeLifecycleHandler'] ?? $this->getThemeLifecycleHandlerService());
  28763.         if (isset($this->privates['Shopware\\Storefront\\Theme\\ThemeAppLifecycleHandler'])) {
  28764.             return $this->privates['Shopware\\Storefront\\Theme\\ThemeAppLifecycleHandler'];
  28765.         }
  28766.         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);
  28767.     }
  28768.     /**
  28769.      * Gets the private 'Shopware\Storefront\Theme\ThemeConfigValueAccessor' shared autowired service.
  28770.      *
  28771.      * @return \Shopware\Storefront\Theme\ThemeConfigValueAccessor
  28772.      */
  28773.     protected function getThemeConfigValueAccessorService()
  28774.     {
  28775.         $a = ($this->services['media.repository'] ?? $this->getMedia_RepositoryService());
  28776.         if (isset($this->privates['Shopware\\Storefront\\Theme\\ThemeConfigValueAccessor'])) {
  28777.             return $this->privates['Shopware\\Storefront\\Theme\\ThemeConfigValueAccessor'];
  28778.         }
  28779.         $b = ($this->privates['Shopware\\Storefront\\Theme\\ThemeService'] ?? $this->getThemeServiceService());
  28780.         if (isset($this->privates['Shopware\\Storefront\\Theme\\ThemeConfigValueAccessor'])) {
  28781.             return $this->privates['Shopware\\Storefront\\Theme\\ThemeConfigValueAccessor'];
  28782.         }
  28783.         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())));
  28784.     }
  28785.     /**
  28786.      * Gets the private 'Shopware\Storefront\Theme\ThemeFileResolver' shared service.
  28787.      *
  28788.      * @return \Shopware\Storefront\Theme\ThemeFileResolver
  28789.      */
  28790.     protected function getThemeFileResolverService()
  28791.     {
  28792.         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)))));
  28793.     }
  28794.     /**
  28795.      * Gets the private 'Shopware\Storefront\Theme\ThemeLifecycleHandler' shared service.
  28796.      *
  28797.      * @return \Shopware\Storefront\Theme\ThemeLifecycleHandler
  28798.      */
  28799.     protected function getThemeLifecycleHandlerService()
  28800.     {
  28801.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/ThemeLifecycleHandler.php';
  28802.         $a = ($this->privates['Shopware\\Storefront\\Theme\\ThemeLifecycleService'] ?? $this->getThemeLifecycleServiceService());
  28803.         if (isset($this->privates['Shopware\\Storefront\\Theme\\ThemeLifecycleHandler'])) {
  28804.             return $this->privates['Shopware\\Storefront\\Theme\\ThemeLifecycleHandler'];
  28805.         }
  28806.         $b = ($this->privates['Shopware\\Storefront\\Theme\\ThemeService'] ?? $this->getThemeServiceService());
  28807.         if (isset($this->privates['Shopware\\Storefront\\Theme\\ThemeLifecycleHandler'])) {
  28808.             return $this->privates['Shopware\\Storefront\\Theme\\ThemeLifecycleHandler'];
  28809.         }
  28810.         $c = ($this->services['theme.repository'] ?? $this->getTheme_RepositoryService());
  28811.         if (isset($this->privates['Shopware\\Storefront\\Theme\\ThemeLifecycleHandler'])) {
  28812.             return $this->privates['Shopware\\Storefront\\Theme\\ThemeLifecycleHandler'];
  28813.         }
  28814.         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()));
  28815.     }
  28816.     /**
  28817.      * Gets the private 'Shopware\Storefront\Theme\ThemeLifecycleService' shared service.
  28818.      *
  28819.      * @return \Shopware\Storefront\Theme\ThemeLifecycleService
  28820.      */
  28821.     protected function getThemeLifecycleServiceService()
  28822.     {
  28823.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/ThemeLifecycleService.php';
  28824.         $a = ($this->services['theme.repository'] ?? $this->getTheme_RepositoryService());
  28825.         if (isset($this->privates['Shopware\\Storefront\\Theme\\ThemeLifecycleService'])) {
  28826.             return $this->privates['Shopware\\Storefront\\Theme\\ThemeLifecycleService'];
  28827.         }
  28828.         $b = ($this->services['media.repository'] ?? $this->getMedia_RepositoryService());
  28829.         if (isset($this->privates['Shopware\\Storefront\\Theme\\ThemeLifecycleService'])) {
  28830.             return $this->privates['Shopware\\Storefront\\Theme\\ThemeLifecycleService'];
  28831.         }
  28832.         $c = ($this->services['media_folder.repository'] ?? $this->getMediaFolder_RepositoryService());
  28833.         if (isset($this->privates['Shopware\\Storefront\\Theme\\ThemeLifecycleService'])) {
  28834.             return $this->privates['Shopware\\Storefront\\Theme\\ThemeLifecycleService'];
  28835.         }
  28836.         $d = ($this->services['theme_media.repository'] ?? $this->getThemeMedia_RepositoryService());
  28837.         if (isset($this->privates['Shopware\\Storefront\\Theme\\ThemeLifecycleService'])) {
  28838.             return $this->privates['Shopware\\Storefront\\Theme\\ThemeLifecycleService'];
  28839.         }
  28840.         $e = ($this->services['Shopware\\Core\\Content\\Media\\File\\FileSaver'] ?? $this->getFileSaverService());
  28841.         if (isset($this->privates['Shopware\\Storefront\\Theme\\ThemeLifecycleService'])) {
  28842.             return $this->privates['Shopware\\Storefront\\Theme\\ThemeLifecycleService'];
  28843.         }
  28844.         $f = ($this->privates['Shopware\\Core\\Content\\Media\\File\\FileNameProvider'] ?? $this->getFileNameProviderService());
  28845.         if (isset($this->privates['Shopware\\Storefront\\Theme\\ThemeLifecycleService'])) {
  28846.             return $this->privates['Shopware\\Storefront\\Theme\\ThemeLifecycleService'];
  28847.         }
  28848.         $g = ($this->services['language.repository'] ?? $this->getLanguage_RepositoryService());
  28849.         if (isset($this->privates['Shopware\\Storefront\\Theme\\ThemeLifecycleService'])) {
  28850.             return $this->privates['Shopware\\Storefront\\Theme\\ThemeLifecycleService'];
  28851.         }
  28852.         $h = ($this->services['theme_child.repository'] ?? $this->getThemeChild_RepositoryService());
  28853.         if (isset($this->privates['Shopware\\Storefront\\Theme\\ThemeLifecycleService'])) {
  28854.             return $this->privates['Shopware\\Storefront\\Theme\\ThemeLifecycleService'];
  28855.         }
  28856.         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()));
  28857.     }
  28858.     /**
  28859.      * Gets the private 'Shopware\Storefront\Theme\ThemeService' shared service.
  28860.      *
  28861.      * @return \Shopware\Storefront\Theme\ThemeService
  28862.      */
  28863.     protected function getThemeServiceService()
  28864.     {
  28865.         $a = ($this->services['theme.repository'] ?? $this->getTheme_RepositoryService());
  28866.         if (isset($this->privates['Shopware\\Storefront\\Theme\\ThemeService'])) {
  28867.             return $this->privates['Shopware\\Storefront\\Theme\\ThemeService'];
  28868.         }
  28869.         $b = ($this->services['theme_sales_channel.repository'] ?? $this->getThemeSalesChannel_RepositoryService());
  28870.         if (isset($this->privates['Shopware\\Storefront\\Theme\\ThemeService'])) {
  28871.             return $this->privates['Shopware\\Storefront\\Theme\\ThemeService'];
  28872.         }
  28873.         $c = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  28874.         if (isset($this->privates['Shopware\\Storefront\\Theme\\ThemeService'])) {
  28875.             return $this->privates['Shopware\\Storefront\\Theme\\ThemeService'];
  28876.         }
  28877.         $d = ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidator'] ?? $this->getCacheInvalidatorService());
  28878.         if (isset($this->privates['Shopware\\Storefront\\Theme\\ThemeService'])) {
  28879.             return $this->privates['Shopware\\Storefront\\Theme\\ThemeService'];
  28880.         }
  28881.         $e = ($this->privates['Shopware\\Storefront\\Theme\\ConfigLoader\\DatabaseConfigLoader'] ?? $this->getDatabaseConfigLoaderService());
  28882.         if (isset($this->privates['Shopware\\Storefront\\Theme\\ThemeService'])) {
  28883.             return $this->privates['Shopware\\Storefront\\Theme\\ThemeService'];
  28884.         }
  28885.         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()));
  28886.     }
  28887.     /**
  28888.      * Gets the private 'Shopware\Storefront\Theme\Twig\ThemeNamespaceHierarchyBuilder' shared service.
  28889.      *
  28890.      * @return \Shopware\Storefront\Theme\Twig\ThemeNamespaceHierarchyBuilder
  28891.      */
  28892.     protected function getThemeNamespaceHierarchyBuilderService()
  28893.     {
  28894.         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()));
  28895.     }
  28896.     /**
  28897.      * Gets the private 'SwagExtensionStore\Services\StoreClient' shared service.
  28898.      *
  28899.      * @return \SwagExtensionStore\Services\StoreClient
  28900.      */
  28901.     protected function getStoreClient2Service()
  28902.     {
  28903.         include_once \dirname(__DIR__4).'/custom/plugins/SwagExtensionStore/src/Services/StoreClient.php';
  28904.         include_once \dirname(__DIR__4).'/custom/plugins/SwagExtensionStore/src/Authentication/StoreRequestOptionsProviderWrapper.php';
  28905.         include_once \dirname(__DIR__4).'/custom/plugins/SwagExtensionStore/src/Authentication/StoreRequestOptionsProviderPolyfill.php';
  28906.         include_once \dirname(__DIR__4).'/custom/plugins/SwagExtensionStore/src/Authentication/InstanceServicePolyfill.php';
  28907.         include_once \dirname(__DIR__4).'/custom/plugins/SwagExtensionStore/src/Authentication/LocaleProviderPolyfill.php';
  28908.         $a = ($this->services['user.repository'] ?? $this->getUser_RepositoryService());
  28909.         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()));
  28910.     }
  28911.     /**
  28912.      * Gets the private 'SwagMigrationAssistant\Command\MigrateDataCommand' shared service.
  28913.      *
  28914.      * @return \SwagMigrationAssistant\Command\MigrateDataCommand
  28915.      */
  28916.     protected function getMigrateDataCommandService()
  28917.     {
  28918.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  28919.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Command/MigrateDataCommand.php';
  28920.         $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');
  28921.         $instance->setName('migration:migrate');
  28922.         return $instance;
  28923.     }
  28924.     /**
  28925.      * Gets the private 'SwagMigrationAssistant\DataProvider\Provider\Data\CategoryAssociationProvider' shared service.
  28926.      *
  28927.      * @return \SwagMigrationAssistant\DataProvider\Provider\Data\CategoryAssociationProvider
  28928.      */
  28929.     protected function getCategoryAssociationProviderService()
  28930.     {
  28931.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/DataProvider/Provider/ProviderInterface.php';
  28932.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/DataProvider/Provider/Data/AbstractProvider.php';
  28933.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/DataProvider/Provider/Data/CategoryAssociationProvider.php';
  28934.         return $this->privates['SwagMigrationAssistant\\DataProvider\\Provider\\Data\\CategoryAssociationProvider'] = new \SwagMigrationAssistant\DataProvider\Provider\Data\CategoryAssociationProvider(($this->services['category.repository'] ?? $this->getCategory_RepositoryService()));
  28935.     }
  28936.     /**
  28937.      * Gets the private 'SwagMigrationAssistant\DataProvider\Provider\Data\CategoryCmsPageAssociationProvider' shared service.
  28938.      *
  28939.      * @return \SwagMigrationAssistant\DataProvider\Provider\Data\CategoryCmsPageAssociationProvider
  28940.      */
  28941.     protected function getCategoryCmsPageAssociationProviderService()
  28942.     {
  28943.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/DataProvider/Provider/ProviderInterface.php';
  28944.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/DataProvider/Provider/Data/AbstractProvider.php';
  28945.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/DataProvider/Provider/Data/CategoryCmsPageAssociationProvider.php';
  28946.         return $this->privates['SwagMigrationAssistant\\DataProvider\\Provider\\Data\\CategoryCmsPageAssociationProvider'] = new \SwagMigrationAssistant\DataProvider\Provider\Data\CategoryCmsPageAssociationProvider(($this->services['category.repository'] ?? $this->getCategory_RepositoryService()));
  28947.     }
  28948.     /**
  28949.      * Gets the private 'SwagMigrationAssistant\DataProvider\Provider\Data\CategoryProvider' shared service.
  28950.      *
  28951.      * @return \SwagMigrationAssistant\DataProvider\Provider\Data\CategoryProvider
  28952.      */
  28953.     protected function getCategoryProviderService()
  28954.     {
  28955.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/DataProvider/Provider/ProviderInterface.php';
  28956.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/DataProvider/Provider/Data/AbstractProvider.php';
  28957.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/DataProvider/Provider/Data/CategoryProvider.php';
  28958.         return $this->privates['SwagMigrationAssistant\\DataProvider\\Provider\\Data\\CategoryProvider'] = new \SwagMigrationAssistant\DataProvider\Provider\Data\CategoryProvider(($this->services['category.repository'] ?? $this->getCategory_RepositoryService()));
  28959.     }
  28960.     /**
  28961.      * Gets the private 'SwagMigrationAssistant\DataProvider\Provider\Data\CmsPageProvider' shared service.
  28962.      *
  28963.      * @return \SwagMigrationAssistant\DataProvider\Provider\Data\CmsPageProvider
  28964.      */
  28965.     protected function getCmsPageProviderService()
  28966.     {
  28967.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/DataProvider/Provider/ProviderInterface.php';
  28968.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/DataProvider/Provider/Data/AbstractProvider.php';
  28969.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/DataProvider/Provider/Data/CmsPageProvider.php';
  28970.         return $this->privates['SwagMigrationAssistant\\DataProvider\\Provider\\Data\\CmsPageProvider'] = new \SwagMigrationAssistant\DataProvider\Provider\Data\CmsPageProvider(($this->services['cms_page.repository'] ?? $this->getCmsPage_RepositoryService()));
  28971.     }
  28972.     /**
  28973.      * Gets the private 'SwagMigrationAssistant\DataProvider\Provider\Data\CountryProvider' shared service.
  28974.      *
  28975.      * @return \SwagMigrationAssistant\DataProvider\Provider\Data\CountryProvider
  28976.      */
  28977.     protected function getCountryProviderService()
  28978.     {
  28979.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/DataProvider/Provider/ProviderInterface.php';
  28980.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/DataProvider/Provider/Data/AbstractProvider.php';
  28981.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/DataProvider/Provider/Data/CountryProvider.php';
  28982.         return $this->privates['SwagMigrationAssistant\\DataProvider\\Provider\\Data\\CountryProvider'] = new \SwagMigrationAssistant\DataProvider\Provider\Data\CountryProvider(($this->services['country.repository'] ?? $this->getCountry_RepositoryService()));
  28983.     }
  28984.     /**
  28985.      * Gets the private 'SwagMigrationAssistant\DataProvider\Provider\Data\CountryStateProvider' shared service.
  28986.      *
  28987.      * @return \SwagMigrationAssistant\DataProvider\Provider\Data\CountryStateProvider
  28988.      */
  28989.     protected function getCountryStateProviderService()
  28990.     {
  28991.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/DataProvider/Provider/ProviderInterface.php';
  28992.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/DataProvider/Provider/Data/AbstractProvider.php';
  28993.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/DataProvider/Provider/Data/CountryStateProvider.php';
  28994.         return $this->privates['SwagMigrationAssistant\\DataProvider\\Provider\\Data\\CountryStateProvider'] = new \SwagMigrationAssistant\DataProvider\Provider\Data\CountryStateProvider(($this->services['country_state.repository'] ?? $this->getCountryState_RepositoryService()));
  28995.     }
  28996.     /**
  28997.      * Gets the private 'SwagMigrationAssistant\DataProvider\Provider\Data\CrossSellingProvider' shared service.
  28998.      *
  28999.      * @return \SwagMigrationAssistant\DataProvider\Provider\Data\CrossSellingProvider
  29000.      */
  29001.     protected function getCrossSellingProviderService()
  29002.     {
  29003.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/DataProvider/Provider/ProviderInterface.php';
  29004.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/DataProvider/Provider/Data/AbstractProvider.php';
  29005.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/DataProvider/Provider/Data/CrossSellingProvider.php';
  29006.         return $this->privates['SwagMigrationAssistant\\DataProvider\\Provider\\Data\\CrossSellingProvider'] = new \SwagMigrationAssistant\DataProvider\Provider\Data\CrossSellingProvider(($this->services['product_cross_selling.repository'] ?? $this->getProductCrossSelling_RepositoryService()));
  29007.     }
  29008.     /**
  29009.      * Gets the private 'SwagMigrationAssistant\DataProvider\Provider\Data\CurrencyProvider' shared service.
  29010.      *
  29011.      * @return \SwagMigrationAssistant\DataProvider\Provider\Data\CurrencyProvider
  29012.      */
  29013.     protected function getCurrencyProviderService()
  29014.     {
  29015.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/DataProvider/Provider/ProviderInterface.php';
  29016.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/DataProvider/Provider/Data/AbstractProvider.php';
  29017.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/DataProvider/Provider/Data/CurrencyProvider.php';
  29018.         return $this->privates['SwagMigrationAssistant\\DataProvider\\Provider\\Data\\CurrencyProvider'] = new \SwagMigrationAssistant\DataProvider\Provider\Data\CurrencyProvider(($this->services['currency.repository'] ?? $this->getCurrency_RepositoryService()));
  29019.     }
  29020.     /**
  29021.      * Gets the private 'SwagMigrationAssistant\DataProvider\Provider\Data\CustomFieldSetProvider' shared service.
  29022.      *
  29023.      * @return \SwagMigrationAssistant\DataProvider\Provider\Data\CustomFieldSetProvider
  29024.      */
  29025.     protected function getCustomFieldSetProviderService()
  29026.     {
  29027.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/DataProvider/Provider/ProviderInterface.php';
  29028.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/DataProvider/Provider/Data/AbstractProvider.php';
  29029.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/DataProvider/Provider/Data/CustomFieldSetProvider.php';
  29030.         return $this->privates['SwagMigrationAssistant\\DataProvider\\Provider\\Data\\CustomFieldSetProvider'] = new \SwagMigrationAssistant\DataProvider\Provider\Data\CustomFieldSetProvider(($this->services['custom_field_set.repository'] ?? $this->getCustomFieldSet_RepositoryService()));
  29031.     }
  29032.     /**
  29033.      * Gets the private 'SwagMigrationAssistant\DataProvider\Provider\Data\CustomerGroupProvider' shared service.
  29034.      *
  29035.      * @return \SwagMigrationAssistant\DataProvider\Provider\Data\CustomerGroupProvider
  29036.      */
  29037.     protected function getCustomerGroupProviderService()
  29038.     {
  29039.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/DataProvider/Provider/ProviderInterface.php';
  29040.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/DataProvider/Provider/Data/AbstractProvider.php';
  29041.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/DataProvider/Provider/Data/CustomerGroupProvider.php';
  29042.         return $this->privates['SwagMigrationAssistant\\DataProvider\\Provider\\Data\\CustomerGroupProvider'] = new \SwagMigrationAssistant\DataProvider\Provider\Data\CustomerGroupProvider(($this->services['customer_group.repository'] ?? $this->getCustomerGroup_RepositoryService()));
  29043.     }
  29044.     /**
  29045.      * Gets the private 'SwagMigrationAssistant\DataProvider\Provider\Data\CustomerProvider' shared service.
  29046.      *
  29047.      * @return \SwagMigrationAssistant\DataProvider\Provider\Data\CustomerProvider
  29048.      */
  29049.     protected function getCustomerProviderService()
  29050.     {
  29051.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/DataProvider/Provider/ProviderInterface.php';
  29052.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/DataProvider/Provider/Data/AbstractProvider.php';
  29053.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/DataProvider/Provider/Data/CustomerProvider.php';
  29054.         return $this->privates['SwagMigrationAssistant\\DataProvider\\Provider\\Data\\CustomerProvider'] = new \SwagMigrationAssistant\DataProvider\Provider\Data\CustomerProvider(($this->services['customer.repository'] ?? $this->getCustomer_RepositoryService()));
  29055.     }
  29056.     /**
  29057.      * Gets the private 'SwagMigrationAssistant\DataProvider\Provider\Data\CustomerWishlistProvider' shared service.
  29058.      *
  29059.      * @return \SwagMigrationAssistant\DataProvider\Provider\Data\CustomerWishlistProvider
  29060.      */
  29061.     protected function getCustomerWishlistProviderService()
  29062.     {
  29063.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/DataProvider/Provider/ProviderInterface.php';
  29064.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/DataProvider/Provider/Data/AbstractProvider.php';
  29065.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/DataProvider/Provider/Data/CustomerWishlistProvider.php';
  29066.         return $this->privates['SwagMigrationAssistant\\DataProvider\\Provider\\Data\\CustomerWishlistProvider'] = new \SwagMigrationAssistant\DataProvider\Provider\Data\CustomerWishlistProvider(($this->services['customer_wishlist.repository'] ?? $this->getCustomerWishlist_RepositoryService()));
  29067.     }
  29068.     /**
  29069.      * Gets the private 'SwagMigrationAssistant\DataProvider\Provider\Data\DeliveryTimeProvider' shared service.
  29070.      *
  29071.      * @return \SwagMigrationAssistant\DataProvider\Provider\Data\DeliveryTimeProvider
  29072.      */
  29073.     protected function getDeliveryTimeProviderService()
  29074.     {
  29075.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/DataProvider/Provider/ProviderInterface.php';
  29076.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/DataProvider/Provider/Data/AbstractProvider.php';
  29077.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/DataProvider/Provider/Data/DeliveryTimeProvider.php';
  29078.         return $this->privates['SwagMigrationAssistant\\DataProvider\\Provider\\Data\\DeliveryTimeProvider'] = new \SwagMigrationAssistant\DataProvider\Provider\Data\DeliveryTimeProvider(($this->services['delivery_time.repository'] ?? $this->getDeliveryTime_RepositoryService()));
  29079.     }
  29080.     /**
  29081.      * Gets the private 'SwagMigrationAssistant\DataProvider\Provider\Data\DocumentBaseConfigProvider' shared service.
  29082.      *
  29083.      * @return \SwagMigrationAssistant\DataProvider\Provider\Data\DocumentBaseConfigProvider
  29084.      */
  29085.     protected function getDocumentBaseConfigProviderService()
  29086.     {
  29087.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/DataProvider/Provider/ProviderInterface.php';
  29088.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/DataProvider/Provider/Data/AbstractProvider.php';
  29089.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/DataProvider/Provider/Data/DocumentBaseConfigProvider.php';
  29090.         return $this->privates['SwagMigrationAssistant\\DataProvider\\Provider\\Data\\DocumentBaseConfigProvider'] = new \SwagMigrationAssistant\DataProvider\Provider\Data\DocumentBaseConfigProvider(($this->services['document_base_config.repository'] ?? $this->getDocumentBaseConfig_RepositoryService()));
  29091.     }
  29092.     /**
  29093.      * Gets the private 'SwagMigrationAssistant\DataProvider\Provider\Data\DocumentInheritanceProvider' shared service.
  29094.      *
  29095.      * @return \SwagMigrationAssistant\DataProvider\Provider\Data\DocumentInheritanceProvider
  29096.      */
  29097.     protected function getDocumentInheritanceProviderService()
  29098.     {
  29099.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/DataProvider/Provider/ProviderInterface.php';
  29100.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/DataProvider/Provider/Data/AbstractProvider.php';
  29101.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/DataProvider/Provider/Data/DocumentInheritanceProvider.php';
  29102.         return $this->privates['SwagMigrationAssistant\\DataProvider\\Provider\\Data\\DocumentInheritanceProvider'] = new \SwagMigrationAssistant\DataProvider\Provider\Data\DocumentInheritanceProvider(($this->services['document.repository'] ?? $this->getDocument_RepositoryService()));
  29103.     }
  29104.     /**
  29105.      * Gets the private 'SwagMigrationAssistant\DataProvider\Provider\Data\DocumentProvider' shared service.
  29106.      *
  29107.      * @return \SwagMigrationAssistant\DataProvider\Provider\Data\DocumentProvider
  29108.      */
  29109.     protected function getDocumentProviderService()
  29110.     {
  29111.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/DataProvider/Provider/ProviderInterface.php';
  29112.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/DataProvider/Provider/Data/AbstractProvider.php';
  29113.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/DataProvider/Provider/Data/DocumentProvider.php';
  29114.         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()));
  29115.     }
  29116.     /**
  29117.      * Gets the private 'SwagMigrationAssistant\DataProvider\Provider\Data\LanguageProvider' shared service.
  29118.      *
  29119.      * @return \SwagMigrationAssistant\DataProvider\Provider\Data\LanguageProvider
  29120.      */
  29121.     protected function getLanguageProviderService()
  29122.     {
  29123.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/DataProvider/Provider/ProviderInterface.php';
  29124.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/DataProvider/Provider/Data/AbstractProvider.php';
  29125.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/DataProvider/Provider/Data/LanguageProvider.php';
  29126.         return $this->privates['SwagMigrationAssistant\\DataProvider\\Provider\\Data\\LanguageProvider'] = new \SwagMigrationAssistant\DataProvider\Provider\Data\LanguageProvider(($this->services['language.repository'] ?? $this->getLanguage_RepositoryService()));
  29127.     }
  29128.     /**
  29129.      * Gets the private 'SwagMigrationAssistant\DataProvider\Provider\Data\MailTemplateProvider' shared service.
  29130.      *
  29131.      * @return \SwagMigrationAssistant\DataProvider\Provider\Data\MailTemplateProvider
  29132.      */
  29133.     protected function getMailTemplateProviderService()
  29134.     {
  29135.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/DataProvider/Provider/ProviderInterface.php';
  29136.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/DataProvider/Provider/Data/AbstractProvider.php';
  29137.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/DataProvider/Provider/Data/MailTemplateProvider.php';
  29138.         return $this->privates['SwagMigrationAssistant\\DataProvider\\Provider\\Data\\MailTemplateProvider'] = new \SwagMigrationAssistant\DataProvider\Provider\Data\MailTemplateProvider(($this->services['mail_template.repository'] ?? $this->getMailTemplate_RepositoryService()));
  29139.     }
  29140.     /**
  29141.      * Gets the private 'SwagMigrationAssistant\DataProvider\Provider\Data\MediaFolderInheritanceProvider' shared service.
  29142.      *
  29143.      * @return \SwagMigrationAssistant\DataProvider\Provider\Data\MediaFolderInheritanceProvider
  29144.      */
  29145.     protected function getMediaFolderInheritanceProviderService()
  29146.     {
  29147.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/DataProvider/Provider/ProviderInterface.php';
  29148.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/DataProvider/Provider/Data/AbstractProvider.php';
  29149.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/DataProvider/Provider/Data/MediaFolderInheritanceProvider.php';
  29150.         return $this->privates['SwagMigrationAssistant\\DataProvider\\Provider\\Data\\MediaFolderInheritanceProvider'] = new \SwagMigrationAssistant\DataProvider\Provider\Data\MediaFolderInheritanceProvider(($this->services['media_folder.repository'] ?? $this->getMediaFolder_RepositoryService()));
  29151.     }
  29152.     /**
  29153.      * Gets the private 'SwagMigrationAssistant\DataProvider\Provider\Data\MediaFolderProvider' shared service.
  29154.      *
  29155.      * @return \SwagMigrationAssistant\DataProvider\Provider\Data\MediaFolderProvider
  29156.      */
  29157.     protected function getMediaFolderProviderService()
  29158.     {
  29159.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/DataProvider/Provider/ProviderInterface.php';
  29160.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/DataProvider/Provider/Data/AbstractProvider.php';
  29161.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/DataProvider/Provider/Data/MediaFolderProvider.php';
  29162.         return $this->privates['SwagMigrationAssistant\\DataProvider\\Provider\\Data\\MediaFolderProvider'] = new \SwagMigrationAssistant\DataProvider\Provider\Data\MediaFolderProvider(($this->services['media_folder.repository'] ?? $this->getMediaFolder_RepositoryService()));
  29163.     }
  29164.     /**
  29165.      * Gets the private 'SwagMigrationAssistant\DataProvider\Provider\Data\MediaProvider' shared service.
  29166.      *
  29167.      * @return \SwagMigrationAssistant\DataProvider\Provider\Data\MediaProvider
  29168.      */
  29169.     protected function getMediaProviderService()
  29170.     {
  29171.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/DataProvider/Provider/ProviderInterface.php';
  29172.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/DataProvider/Provider/Data/AbstractProvider.php';
  29173.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/DataProvider/Provider/Data/MediaProvider.php';
  29174.         return $this->privates['SwagMigrationAssistant\\DataProvider\\Provider\\Data\\MediaProvider'] = new \SwagMigrationAssistant\DataProvider\Provider\Data\MediaProvider(($this->services['media.repository'] ?? $this->getMedia_RepositoryService()));
  29175.     }
  29176.     /**
  29177.      * Gets the private 'SwagMigrationAssistant\DataProvider\Provider\Data\NewsletterRecipientProvider' shared service.
  29178.      *
  29179.      * @return \SwagMigrationAssistant\DataProvider\Provider\Data\NewsletterRecipientProvider
  29180.      */
  29181.     protected function getNewsletterRecipientProviderService()
  29182.     {
  29183.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/DataProvider/Provider/ProviderInterface.php';
  29184.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/DataProvider/Provider/Data/AbstractProvider.php';
  29185.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/DataProvider/Provider/Data/NewsletterRecipientProvider.php';
  29186.         return $this->privates['SwagMigrationAssistant\\DataProvider\\Provider\\Data\\NewsletterRecipientProvider'] = new \SwagMigrationAssistant\DataProvider\Provider\Data\NewsletterRecipientProvider(($this->services['newsletter_recipient.repository'] ?? $this->getNewsletterRecipient_RepositoryService()));
  29187.     }
  29188.     /**
  29189.      * Gets the private 'SwagMigrationAssistant\DataProvider\Provider\Data\NumberRangeProvider' shared service.
  29190.      *
  29191.      * @return \SwagMigrationAssistant\DataProvider\Provider\Data\NumberRangeProvider
  29192.      */
  29193.     protected function getNumberRangeProviderService()
  29194.     {
  29195.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/DataProvider/Provider/ProviderInterface.php';
  29196.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/DataProvider/Provider/Data/AbstractProvider.php';
  29197.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/DataProvider/Provider/Data/NumberRangeProvider.php';
  29198.         return $this->privates['SwagMigrationAssistant\\DataProvider\\Provider\\Data\\NumberRangeProvider'] = new \SwagMigrationAssistant\DataProvider\Provider\Data\NumberRangeProvider(($this->services['number_range.repository'] ?? $this->getNumberRange_RepositoryService()));
  29199.     }
  29200.     /**
  29201.      * Gets the private 'SwagMigrationAssistant\DataProvider\Provider\Data\OrderProvider' shared service.
  29202.      *
  29203.      * @return \SwagMigrationAssistant\DataProvider\Provider\Data\OrderProvider
  29204.      */
  29205.     protected function getOrderProviderService()
  29206.     {
  29207.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/DataProvider/Provider/ProviderInterface.php';
  29208.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/DataProvider/Provider/Data/AbstractProvider.php';
  29209.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/DataProvider/Provider/Data/OrderProvider.php';
  29210.         return $this->privates['SwagMigrationAssistant\\DataProvider\\Provider\\Data\\OrderProvider'] = new \SwagMigrationAssistant\DataProvider\Provider\Data\OrderProvider(($this->services['order.repository'] ?? $this->getOrder_RepositoryService()));
  29211.     }
  29212.     /**
  29213.      * Gets the private 'SwagMigrationAssistant\DataProvider\Provider\Data\PageSystemConfigProvider' shared service.
  29214.      *
  29215.      * @return \SwagMigrationAssistant\DataProvider\Provider\Data\PageSystemConfigProvider
  29216.      */
  29217.     protected function getPageSystemConfigProviderService()
  29218.     {
  29219.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/DataProvider/Provider/ProviderInterface.php';
  29220.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/DataProvider/Provider/Data/AbstractProvider.php';
  29221.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/DataProvider/Provider/Data/PageSystemConfigProvider.php';
  29222.         return $this->privates['SwagMigrationAssistant\\DataProvider\\Provider\\Data\\PageSystemConfigProvider'] = new \SwagMigrationAssistant\DataProvider\Provider\Data\PageSystemConfigProvider(($this->services['system_config.repository'] ?? $this->getSystemConfig_RepositoryService()));
  29223.     }
  29224.     /**
  29225.      * Gets the private 'SwagMigrationAssistant\DataProvider\Provider\Data\PaymentMethodProvider' shared service.
  29226.      *
  29227.      * @return \SwagMigrationAssistant\DataProvider\Provider\Data\PaymentMethodProvider
  29228.      */
  29229.     protected function getPaymentMethodProviderService()
  29230.     {
  29231.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/DataProvider/Provider/ProviderInterface.php';
  29232.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/DataProvider/Provider/Data/AbstractProvider.php';
  29233.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/DataProvider/Provider/Data/PaymentMethodProvider.php';
  29234.         return $this->privates['SwagMigrationAssistant\\DataProvider\\Provider\\Data\\PaymentMethodProvider'] = new \SwagMigrationAssistant\DataProvider\Provider\Data\PaymentMethodProvider(($this->services['payment_method.repository'] ?? $this->getPaymentMethod_RepositoryService()));
  29235.     }
  29236.     /**
  29237.      * Gets the private 'SwagMigrationAssistant\DataProvider\Provider\Data\ProductFeatureSetProvider' shared service.
  29238.      *
  29239.      * @return \SwagMigrationAssistant\DataProvider\Provider\Data\ProductFeatureSetProvider
  29240.      */
  29241.     protected function getProductFeatureSetProviderService()
  29242.     {
  29243.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/DataProvider/Provider/ProviderInterface.php';
  29244.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/DataProvider/Provider/Data/AbstractProvider.php';
  29245.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/DataProvider/Provider/Data/ProductFeatureSetProvider.php';
  29246.         return $this->privates['SwagMigrationAssistant\\DataProvider\\Provider\\Data\\ProductFeatureSetProvider'] = new \SwagMigrationAssistant\DataProvider\Provider\Data\ProductFeatureSetProvider(($this->services['product_feature_set.repository'] ?? $this->getProductFeatureSet_RepositoryService()));
  29247.     }
  29248.     /**
  29249.      * Gets the private 'SwagMigrationAssistant\DataProvider\Provider\Data\ProductMainVariantRelationProvider' shared service.
  29250.      *
  29251.      * @return \SwagMigrationAssistant\DataProvider\Provider\Data\ProductMainVariantRelationProvider
  29252.      */
  29253.     protected function getProductMainVariantRelationProviderService()
  29254.     {
  29255.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/DataProvider/Provider/ProviderInterface.php';
  29256.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/DataProvider/Provider/Data/AbstractProvider.php';
  29257.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/DataProvider/Provider/Data/ProductMainVariantRelationProvider.php';
  29258.         return $this->privates['SwagMigrationAssistant\\DataProvider\\Provider\\Data\\ProductMainVariantRelationProvider'] = new \SwagMigrationAssistant\DataProvider\Provider\Data\ProductMainVariantRelationProvider(($this->services['product.repository'] ?? $this->getProduct_RepositoryService()));
  29259.     }
  29260.     /**
  29261.      * Gets the private 'SwagMigrationAssistant\DataProvider\Provider\Data\ProductManufacturerProvider' shared service.
  29262.      *
  29263.      * @return \SwagMigrationAssistant\DataProvider\Provider\Data\ProductManufacturerProvider
  29264.      */
  29265.     protected function getProductManufacturerProviderService()
  29266.     {
  29267.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/DataProvider/Provider/ProviderInterface.php';
  29268.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/DataProvider/Provider/Data/AbstractProvider.php';
  29269.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/DataProvider/Provider/Data/ProductManufacturerProvider.php';
  29270.         return $this->privates['SwagMigrationAssistant\\DataProvider\\Provider\\Data\\ProductManufacturerProvider'] = new \SwagMigrationAssistant\DataProvider\Provider\Data\ProductManufacturerProvider(($this->services['product_manufacturer.repository'] ?? $this->getProductManufacturer_RepositoryService()));
  29271.     }
  29272.     /**
  29273.      * Gets the private 'SwagMigrationAssistant\DataProvider\Provider\Data\ProductProvider' shared service.
  29274.      *
  29275.      * @return \SwagMigrationAssistant\DataProvider\Provider\Data\ProductProvider
  29276.      */
  29277.     protected function getProductProviderService()
  29278.     {
  29279.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/DataProvider/Provider/ProviderInterface.php';
  29280.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/DataProvider/Provider/Data/AbstractProvider.php';
  29281.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/DataProvider/Provider/Data/ProductProvider.php';
  29282.         return $this->privates['SwagMigrationAssistant\\DataProvider\\Provider\\Data\\ProductProvider'] = new \SwagMigrationAssistant\DataProvider\Provider\Data\ProductProvider(($this->services['product.repository'] ?? $this->getProduct_RepositoryService()));
  29283.     }
  29284.     /**
  29285.      * Gets the private 'SwagMigrationAssistant\DataProvider\Provider\Data\ProductReviewProvider' shared service.
  29286.      *
  29287.      * @return \SwagMigrationAssistant\DataProvider\Provider\Data\ProductReviewProvider
  29288.      */
  29289.     protected function getProductReviewProviderService()
  29290.     {
  29291.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/DataProvider/Provider/ProviderInterface.php';
  29292.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/DataProvider/Provider/Data/AbstractProvider.php';
  29293.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/DataProvider/Provider/Data/ProductReviewProvider.php';
  29294.         return $this->privates['SwagMigrationAssistant\\DataProvider\\Provider\\Data\\ProductReviewProvider'] = new \SwagMigrationAssistant\DataProvider\Provider\Data\ProductReviewProvider(($this->services['product_review.repository'] ?? $this->getProductReview_RepositoryService()));
  29295.     }
  29296.     /**
  29297.      * Gets the private 'SwagMigrationAssistant\DataProvider\Provider\Data\ProductSortingProvider' shared service.
  29298.      *
  29299.      * @return \SwagMigrationAssistant\DataProvider\Provider\Data\ProductSortingProvider
  29300.      */
  29301.     protected function getProductSortingProviderService()
  29302.     {
  29303.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/DataProvider/Provider/ProviderInterface.php';
  29304.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/DataProvider/Provider/Data/AbstractProvider.php';
  29305.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/DataProvider/Provider/Data/ProductSortingProvider.php';
  29306.         return $this->privates['SwagMigrationAssistant\\DataProvider\\Provider\\Data\\ProductSortingProvider'] = new \SwagMigrationAssistant\DataProvider\Provider\Data\ProductSortingProvider(($this->services['product_sorting.repository'] ?? $this->getProductSorting_RepositoryService()));
  29307.     }
  29308.     /**
  29309.      * Gets the private 'SwagMigrationAssistant\DataProvider\Provider\Data\ProductStreamFilterInheritanceProvider' shared service.
  29310.      *
  29311.      * @return \SwagMigrationAssistant\DataProvider\Provider\Data\ProductStreamFilterInheritanceProvider
  29312.      */
  29313.     protected function getProductStreamFilterInheritanceProviderService()
  29314.     {
  29315.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/DataProvider/Provider/ProviderInterface.php';
  29316.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/DataProvider/Provider/Data/AbstractProvider.php';
  29317.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/DataProvider/Provider/Data/ProductStreamFilterInheritanceProvider.php';
  29318.         return $this->privates['SwagMigrationAssistant\\DataProvider\\Provider\\Data\\ProductStreamFilterInheritanceProvider'] = new \SwagMigrationAssistant\DataProvider\Provider\Data\ProductStreamFilterInheritanceProvider(($this->services['product_stream_filter.repository'] ?? $this->getProductStreamFilter_RepositoryService()));
  29319.     }
  29320.     /**
  29321.      * Gets the private 'SwagMigrationAssistant\DataProvider\Provider\Data\ProductStreamProvider' shared service.
  29322.      *
  29323.      * @return \SwagMigrationAssistant\DataProvider\Provider\Data\ProductStreamProvider
  29324.      */
  29325.     protected function getProductStreamProviderService()
  29326.     {
  29327.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/DataProvider/Provider/ProviderInterface.php';
  29328.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/DataProvider/Provider/Data/AbstractProvider.php';
  29329.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/DataProvider/Provider/Data/ProductStreamProvider.php';
  29330.         return $this->privates['SwagMigrationAssistant\\DataProvider\\Provider\\Data\\ProductStreamProvider'] = new \SwagMigrationAssistant\DataProvider\Provider\Data\ProductStreamProvider(($this->services['product_stream.repository'] ?? $this->getProductStream_RepositoryService()));
  29331.     }
  29332.     /**
  29333.      * Gets the private 'SwagMigrationAssistant\DataProvider\Provider\Data\PromotionProvider' shared service.
  29334.      *
  29335.      * @return \SwagMigrationAssistant\DataProvider\Provider\Data\PromotionProvider
  29336.      */
  29337.     protected function getPromotionProviderService()
  29338.     {
  29339.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/DataProvider/Provider/ProviderInterface.php';
  29340.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/DataProvider/Provider/Data/AbstractProvider.php';
  29341.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/DataProvider/Provider/Data/PromotionProvider.php';
  29342.         return $this->privates['SwagMigrationAssistant\\DataProvider\\Provider\\Data\\PromotionProvider'] = new \SwagMigrationAssistant\DataProvider\Provider\Data\PromotionProvider(($this->services['promotion.repository'] ?? $this->getPromotion_RepositoryService()));
  29343.     }
  29344.     /**
  29345.      * Gets the private 'SwagMigrationAssistant\DataProvider\Provider\Data\PropertyGroupProvider' shared service.
  29346.      *
  29347.      * @return \SwagMigrationAssistant\DataProvider\Provider\Data\PropertyGroupProvider
  29348.      */
  29349.     protected function getPropertyGroupProviderService()
  29350.     {
  29351.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/DataProvider/Provider/ProviderInterface.php';
  29352.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/DataProvider/Provider/Data/AbstractProvider.php';
  29353.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/DataProvider/Provider/Data/PropertyGroupProvider.php';
  29354.         return $this->privates['SwagMigrationAssistant\\DataProvider\\Provider\\Data\\PropertyGroupProvider'] = new \SwagMigrationAssistant\DataProvider\Provider\Data\PropertyGroupProvider(($this->services['property_group.repository'] ?? $this->getPropertyGroup_RepositoryService()));
  29355.     }
  29356.     /**
  29357.      * Gets the private 'SwagMigrationAssistant\DataProvider\Provider\Data\RuleProvider' shared service.
  29358.      *
  29359.      * @return \SwagMigrationAssistant\DataProvider\Provider\Data\RuleProvider
  29360.      */
  29361.     protected function getRuleProviderService()
  29362.     {
  29363.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/DataProvider/Provider/ProviderInterface.php';
  29364.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/DataProvider/Provider/Data/AbstractProvider.php';
  29365.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/DataProvider/Provider/Data/RuleProvider.php';
  29366.         return $this->privates['SwagMigrationAssistant\\DataProvider\\Provider\\Data\\RuleProvider'] = new \SwagMigrationAssistant\DataProvider\Provider\Data\RuleProvider(($this->services['rule.repository'] ?? $this->getRule_RepositoryService()));
  29367.     }
  29368.     /**
  29369.      * Gets the private 'SwagMigrationAssistant\DataProvider\Provider\Data\SalesChannelDomainProvider' shared service.
  29370.      *
  29371.      * @return \SwagMigrationAssistant\DataProvider\Provider\Data\SalesChannelDomainProvider
  29372.      */
  29373.     protected function getSalesChannelDomainProviderService()
  29374.     {
  29375.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/DataProvider/Provider/ProviderInterface.php';
  29376.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/DataProvider/Provider/Data/AbstractProvider.php';
  29377.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/DataProvider/Provider/Data/SalesChannelDomainProvider.php';
  29378.         return $this->privates['SwagMigrationAssistant\\DataProvider\\Provider\\Data\\SalesChannelDomainProvider'] = new \SwagMigrationAssistant\DataProvider\Provider\Data\SalesChannelDomainProvider(($this->services['sales_channel_domain.repository'] ?? $this->getSalesChannelDomain_RepositoryService()));
  29379.     }
  29380.     /**
  29381.      * Gets the private 'SwagMigrationAssistant\DataProvider\Provider\Data\SalesChannelProvider' shared service.
  29382.      *
  29383.      * @return \SwagMigrationAssistant\DataProvider\Provider\Data\SalesChannelProvider
  29384.      */
  29385.     protected function getSalesChannelProviderService()
  29386.     {
  29387.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/DataProvider/Provider/ProviderInterface.php';
  29388.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/DataProvider/Provider/Data/AbstractProvider.php';
  29389.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/DataProvider/Provider/Data/SalesChannelProvider.php';
  29390.         return $this->privates['SwagMigrationAssistant\\DataProvider\\Provider\\Data\\SalesChannelProvider'] = new \SwagMigrationAssistant\DataProvider\Provider\Data\SalesChannelProvider(($this->services['sales_channel.repository'] ?? $this->getSalesChannel_RepositoryService()));
  29391.     }
  29392.     /**
  29393.      * Gets the private 'SwagMigrationAssistant\DataProvider\Provider\Data\SalutationProvider' shared service.
  29394.      *
  29395.      * @return \SwagMigrationAssistant\DataProvider\Provider\Data\SalutationProvider
  29396.      */
  29397.     protected function getSalutationProviderService()
  29398.     {
  29399.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/DataProvider/Provider/ProviderInterface.php';
  29400.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/DataProvider/Provider/Data/AbstractProvider.php';
  29401.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/DataProvider/Provider/Data/SalutationProvider.php';
  29402.         return $this->privates['SwagMigrationAssistant\\DataProvider\\Provider\\Data\\SalutationProvider'] = new \SwagMigrationAssistant\DataProvider\Provider\Data\SalutationProvider(($this->services['salutation.repository'] ?? $this->getSalutation_RepositoryService()));
  29403.     }
  29404.     /**
  29405.      * Gets the private 'SwagMigrationAssistant\DataProvider\Provider\Data\SeoUrlProvider' shared service.
  29406.      *
  29407.      * @return \SwagMigrationAssistant\DataProvider\Provider\Data\SeoUrlProvider
  29408.      */
  29409.     protected function getSeoUrlProviderService()
  29410.     {
  29411.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/DataProvider/Provider/ProviderInterface.php';
  29412.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/DataProvider/Provider/Data/AbstractProvider.php';
  29413.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/DataProvider/Provider/Data/SeoUrlProvider.php';
  29414.         return $this->privates['SwagMigrationAssistant\\DataProvider\\Provider\\Data\\SeoUrlProvider'] = new \SwagMigrationAssistant\DataProvider\Provider\Data\SeoUrlProvider(($this->services['seo_url.repository'] ?? $this->getSeoUrl_RepositoryService()));
  29415.     }
  29416.     /**
  29417.      * Gets the private 'SwagMigrationAssistant\DataProvider\Provider\Data\SeoUrlTemplateProvider' shared service.
  29418.      *
  29419.      * @return \SwagMigrationAssistant\DataProvider\Provider\Data\SeoUrlTemplateProvider
  29420.      */
  29421.     protected function getSeoUrlTemplateProviderService()
  29422.     {
  29423.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/DataProvider/Provider/ProviderInterface.php';
  29424.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/DataProvider/Provider/Data/AbstractProvider.php';
  29425.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/DataProvider/Provider/Data/SeoUrlTemplateProvider.php';
  29426.         return $this->privates['SwagMigrationAssistant\\DataProvider\\Provider\\Data\\SeoUrlTemplateProvider'] = new \SwagMigrationAssistant\DataProvider\Provider\Data\SeoUrlTemplateProvider(($this->services['seo_url_template.repository'] ?? $this->getSeoUrlTemplate_RepositoryService()));
  29427.     }
  29428.     /**
  29429.      * Gets the private 'SwagMigrationAssistant\DataProvider\Provider\Data\ShippingMethodProvider' shared service.
  29430.      *
  29431.      * @return \SwagMigrationAssistant\DataProvider\Provider\Data\ShippingMethodProvider
  29432.      */
  29433.     protected function getShippingMethodProviderService()
  29434.     {
  29435.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/DataProvider/Provider/ProviderInterface.php';
  29436.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/DataProvider/Provider/Data/AbstractProvider.php';
  29437.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/DataProvider/Provider/Data/ShippingMethodProvider.php';
  29438.         return $this->privates['SwagMigrationAssistant\\DataProvider\\Provider\\Data\\ShippingMethodProvider'] = new \SwagMigrationAssistant\DataProvider\Provider\Data\ShippingMethodProvider(($this->services['shipping_method.repository'] ?? $this->getShippingMethod_RepositoryService()));
  29439.     }
  29440.     /**
  29441.      * Gets the private 'SwagMigrationAssistant\DataProvider\Provider\Data\SnippetProvider' shared service.
  29442.      *
  29443.      * @return \SwagMigrationAssistant\DataProvider\Provider\Data\SnippetProvider
  29444.      */
  29445.     protected function getSnippetProviderService()
  29446.     {
  29447.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/DataProvider/Provider/ProviderInterface.php';
  29448.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/DataProvider/Provider/Data/AbstractProvider.php';
  29449.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/DataProvider/Provider/Data/SnippetProvider.php';
  29450.         return $this->privates['SwagMigrationAssistant\\DataProvider\\Provider\\Data\\SnippetProvider'] = new \SwagMigrationAssistant\DataProvider\Provider\Data\SnippetProvider(($this->services['snippet.repository'] ?? $this->getSnippet_RepositoryService()));
  29451.     }
  29452.     /**
  29453.      * Gets the private 'SwagMigrationAssistant\DataProvider\Provider\Data\SnippetSetProvider' shared service.
  29454.      *
  29455.      * @return \SwagMigrationAssistant\DataProvider\Provider\Data\SnippetSetProvider
  29456.      */
  29457.     protected function getSnippetSetProviderService()
  29458.     {
  29459.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/DataProvider/Provider/ProviderInterface.php';
  29460.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/DataProvider/Provider/Data/AbstractProvider.php';
  29461.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/DataProvider/Provider/Data/SnippetSetProvider.php';
  29462.         return $this->privates['SwagMigrationAssistant\\DataProvider\\Provider\\Data\\SnippetSetProvider'] = new \SwagMigrationAssistant\DataProvider\Provider\Data\SnippetSetProvider(($this->services['snippet_set.repository'] ?? $this->getSnippetSet_RepositoryService()));
  29463.     }
  29464.     /**
  29465.      * Gets the private 'SwagMigrationAssistant\DataProvider\Provider\Data\SystemConfigProvider' shared service.
  29466.      *
  29467.      * @return \SwagMigrationAssistant\DataProvider\Provider\Data\SystemConfigProvider
  29468.      */
  29469.     protected function getSystemConfigProviderService()
  29470.     {
  29471.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/DataProvider/Provider/ProviderInterface.php';
  29472.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/DataProvider/Provider/Data/AbstractProvider.php';
  29473.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/DataProvider/Provider/Data/SystemConfigProvider.php';
  29474.         return $this->privates['SwagMigrationAssistant\\DataProvider\\Provider\\Data\\SystemConfigProvider'] = new \SwagMigrationAssistant\DataProvider\Provider\Data\SystemConfigProvider(($this->services['system_config.repository'] ?? $this->getSystemConfig_RepositoryService()));
  29475.     }
  29476.     /**
  29477.      * Gets the private 'SwagMigrationAssistant\DataProvider\Provider\Data\TaxProvider' shared service.
  29478.      *
  29479.      * @return \SwagMigrationAssistant\DataProvider\Provider\Data\TaxProvider
  29480.      */
  29481.     protected function getTaxProviderService()
  29482.     {
  29483.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/DataProvider/Provider/ProviderInterface.php';
  29484.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/DataProvider/Provider/Data/AbstractProvider.php';
  29485.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/DataProvider/Provider/Data/TaxProvider.php';
  29486.         return $this->privates['SwagMigrationAssistant\\DataProvider\\Provider\\Data\\TaxProvider'] = new \SwagMigrationAssistant\DataProvider\Provider\Data\TaxProvider(($this->services['tax.repository'] ?? $this->getTax_RepositoryService()));
  29487.     }
  29488.     /**
  29489.      * Gets the private 'SwagMigrationAssistant\DataProvider\Provider\Data\TaxRuleProvider' shared service.
  29490.      *
  29491.      * @return \SwagMigrationAssistant\DataProvider\Provider\Data\TaxRuleProvider
  29492.      */
  29493.     protected function getTaxRuleProviderService()
  29494.     {
  29495.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/DataProvider/Provider/ProviderInterface.php';
  29496.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/DataProvider/Provider/Data/AbstractProvider.php';
  29497.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/DataProvider/Provider/Data/TaxRuleProvider.php';
  29498.         return $this->privates['SwagMigrationAssistant\\DataProvider\\Provider\\Data\\TaxRuleProvider'] = new \SwagMigrationAssistant\DataProvider\Provider\Data\TaxRuleProvider(($this->services['tax_rule.repository'] ?? $this->getTaxRule_RepositoryService()));
  29499.     }
  29500.     /**
  29501.      * Gets the private 'SwagMigrationAssistant\DataProvider\Provider\Data\UnitProvider' shared service.
  29502.      *
  29503.      * @return \SwagMigrationAssistant\DataProvider\Provider\Data\UnitProvider
  29504.      */
  29505.     protected function getUnitProviderService()
  29506.     {
  29507.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/DataProvider/Provider/ProviderInterface.php';
  29508.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/DataProvider/Provider/Data/AbstractProvider.php';
  29509.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/DataProvider/Provider/Data/UnitProvider.php';
  29510.         return $this->privates['SwagMigrationAssistant\\DataProvider\\Provider\\Data\\UnitProvider'] = new \SwagMigrationAssistant\DataProvider\Provider\Data\UnitProvider(($this->services['unit.repository'] ?? $this->getUnit_RepositoryService()));
  29511.     }
  29512.     /**
  29513.      * Gets the private 'SwagMigrationAssistant\Migration\Converter\ConverterRegistry' shared service.
  29514.      *
  29515.      * @return \SwagMigrationAssistant\Migration\Converter\ConverterRegistry
  29516.      */
  29517.     protected function getConverterRegistryService()
  29518.     {
  29519.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterRegistryInterface.php';
  29520.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterRegistry.php';
  29521.         return $this->privates['SwagMigrationAssistant\\Migration\\Converter\\ConverterRegistry'] = new \SwagMigrationAssistant\Migration\Converter\ConverterRegistry(new RewindableGenerator(function () {
  29522.             yield => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware54\\Converter\\Shopware54ProductAttributeConverter'] ?? $this->getShopware54ProductAttributeConverterService());
  29523.             yield => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware54\\Converter\\Shopware54ProductPriceAttributeConverter'] ?? $this->getShopware54ProductPriceAttributeConverterService());
  29524.             yield => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware54\\Converter\\Shopware54ManufacturerAttributeConverter'] ?? $this->getShopware54ManufacturerAttributeConverterService());
  29525.             yield => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware54\\Converter\\Shopware54CustomerAttributeConverter'] ?? $this->getShopware54CustomerAttributeConverterService());
  29526.             yield => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware54\\Converter\\Shopware54OrderAttributeConverter'] ?? $this->getShopware54OrderAttributeConverterService());
  29527.             yield => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware54\\Converter\\Shopware54ProductConverter'] ?? $this->getShopware54ProductConverterService());
  29528.             yield => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware54\\Converter\\Shopware54ProductOptionRelationConverter'] ?? $this->getShopware54ProductOptionRelationConverterService());
  29529.             yield => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware54\\Converter\\Shopware54ProductPropertyRelationConverter'] ?? $this->getShopware54ProductPropertyRelationConverterService());
  29530.             yield => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware54\\Converter\\Shopware54TranslationConverter'] ?? $this->getShopware54TranslationConverterService());
  29531.             yield => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware54\\Converter\\Shopware54CategoryAttributeConverter'] ?? $this->getShopware54CategoryAttributeConverterService());
  29532.             yield 10 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware54\\Converter\\Shopware54CategoryConverter'] ?? $this->getShopware54CategoryConverterService());
  29533.             yield 11 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware54\\Converter\\Shopware54MediaFolderConverter'] ?? $this->getShopware54MediaFolderConverterService());
  29534.             yield 12 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware54\\Converter\\Shopware54MediaConverter'] ?? $this->getShopware54MediaConverterService());
  29535.             yield 13 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware54\\Converter\\Shopware54CustomerConverter'] ?? $this->getShopware54CustomerConverterService());
  29536.             yield 14 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware54\\Converter\\Shopware54CustomerWishlistConverter'] ?? $this->getShopware54CustomerWishlistConverterService());
  29537.             yield 15 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware54\\Converter\\Shopware54OrderConverter'] ?? $this->getShopware54OrderConverterService());
  29538.             yield 16 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware54\\Converter\\Shopware54OrderDocumentAttributeConverter'] ?? $this->getShopware54OrderDocumentAttributeConverterService());
  29539.             yield 17 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware54\\Converter\\Shopware54OrderDocumentConverter'] ?? $this->getShopware54OrderDocumentConverterService());
  29540.             yield 18 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware54\\Converter\\Shopware54CustomerGroupAttributeConverter'] ?? $this->getShopware54CustomerGroupAttributeConverterService());
  29541.             yield 19 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware54\\Converter\\Shopware54CustomerGroupConverter'] ?? $this->getShopware54CustomerGroupConverterService());
  29542.             yield 20 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware54\\Converter\\Shopware54PropertyGroupOptionConverter'] ?? $this->getShopware54PropertyGroupOptionConverterService());
  29543.             yield 21 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware54\\Converter\\Shopware54NumberRangeConverter'] ?? $this->getShopware54NumberRangeConverterService());
  29544.             yield 22 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware54\\Converter\\Shopware54CurrencyConverter'] ?? $this->getShopware54CurrencyConverterService());
  29545.             yield 23 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware54\\Converter\\Shopware54LanguageConverter'] ?? $this->getShopware54LanguageConverterService());
  29546.             yield 24 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware54\\Converter\\Shopware54SalesChannelConverter'] ?? $this->getShopware54SalesChannelConverterService());
  29547.             yield 25 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware54\\Converter\\Shopware54NewsletterRecipientConverter'] ?? $this->getShopware54NewsletterRecipientConverterService());
  29548.             yield 26 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware54\\Converter\\Shopware54ShippingMethodConverter'] ?? $this->getShopware54ShippingMethodConverterService());
  29549.             yield 27 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware54\\Converter\\Shopware54ProductReviewConverter'] ?? $this->getShopware54ProductReviewConverterService());
  29550.             yield 28 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware54\\Converter\\Shopware54SeoUrlConverter'] ?? $this->getShopware54SeoUrlConverterService());
  29551.             yield 29 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware54\\Converter\\Shopware54CrossSellingConverter'] ?? $this->getShopware54CrossSellingConverterService());
  29552.             yield 30 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware54\\Converter\\Shopware54MainVariantRelationConverter'] ?? $this->getShopware54MainVariantRelationConverterService());
  29553.             yield 31 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware54\\Converter\\Shopware54PromotionConverter'] ?? $this->getShopware54PromotionConverterService());
  29554.             yield 32 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware55\\Converter\\Shopware55ProductAttributeConverter'] ?? $this->getShopware55ProductAttributeConverterService());
  29555.             yield 33 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware55\\Converter\\Shopware55ProductPriceAttributeConverter'] ?? $this->getShopware55ProductPriceAttributeConverterService());
  29556.             yield 34 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware55\\Converter\\Shopware55ManufacturerAttributeConverter'] ?? $this->getShopware55ManufacturerAttributeConverterService());
  29557.             yield 35 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware55\\Converter\\Shopware55CustomerAttributeConverter'] ?? $this->getShopware55CustomerAttributeConverterService());
  29558.             yield 36 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware55\\Converter\\Shopware55OrderAttributeConverter'] ?? $this->getShopware55OrderAttributeConverterService());
  29559.             yield 37 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware55\\Converter\\Shopware55ProductConverter'] ?? $this->getShopware55ProductConverterService());
  29560.             yield 38 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware55\\Converter\\Shopware55ProductOptionRelationConverter'] ?? $this->getShopware55ProductOptionRelationConverterService());
  29561.             yield 39 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware55\\Converter\\Shopware55ProductPropertyRelationConverter'] ?? $this->getShopware55ProductPropertyRelationConverterService());
  29562.             yield 40 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware55\\Converter\\Shopware55TranslationConverter'] ?? $this->getShopware55TranslationConverterService());
  29563.             yield 41 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware55\\Converter\\Shopware55CategoryAttributeConverter'] ?? $this->getShopware55CategoryAttributeConverterService());
  29564.             yield 42 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware55\\Converter\\Shopware55CategoryConverter'] ?? $this->getShopware55CategoryConverterService());
  29565.             yield 43 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware55\\Converter\\Shopware55MediaFolderConverter'] ?? $this->getShopware55MediaFolderConverterService());
  29566.             yield 44 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware55\\Converter\\Shopware55MediaConverter'] ?? $this->getShopware55MediaConverterService());
  29567.             yield 45 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware55\\Converter\\Shopware55CustomerConverter'] ?? $this->getShopware55CustomerConverterService());
  29568.             yield 46 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware55\\Converter\\Shopware55OrderConverter'] ?? $this->getShopware55OrderConverterService());
  29569.             yield 47 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware55\\Converter\\Shopware55OrderDocumentAttributeConverter'] ?? $this->getShopware55OrderDocumentAttributeConverterService());
  29570.             yield 48 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware55\\Converter\\Shopware55OrderDocumentConverter'] ?? $this->getShopware55OrderDocumentConverterService());
  29571.             yield 49 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware55\\Converter\\Shopware55CustomerGroupAttributeConverter'] ?? $this->getShopware55CustomerGroupAttributeConverterService());
  29572.             yield 50 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware55\\Converter\\Shopware55CustomerGroupConverter'] ?? $this->getShopware55CustomerGroupConverterService());
  29573.             yield 51 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware55\\Converter\\Shopware55CustomerWishlistConverter'] ?? $this->getShopware55CustomerWishlistConverterService());
  29574.             yield 52 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware55\\Converter\\Shopware55PropertyGroupOptionConverter'] ?? $this->getShopware55PropertyGroupOptionConverterService());
  29575.             yield 53 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware55\\Converter\\Shopware55NumberRangeConverter'] ?? $this->getShopware55NumberRangeConverterService());
  29576.             yield 54 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware55\\Converter\\Shopware55CurrencyConverter'] ?? $this->getShopware55CurrencyConverterService());
  29577.             yield 55 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware55\\Converter\\Shopware55LanguageConverter'] ?? $this->getShopware55LanguageConverterService());
  29578.             yield 56 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware55\\Converter\\Shopware55SalesChannelConverter'] ?? $this->getShopware55SalesChannelConverterService());
  29579.             yield 57 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware55\\Converter\\Shopware55NewsletterRecipientConverter'] ?? $this->getShopware55NewsletterRecipientConverterService());
  29580.             yield 58 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware55\\Converter\\Shopware55ShippingMethodConverter'] ?? $this->getShopware55ShippingMethodConverterService());
  29581.             yield 59 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware55\\Converter\\Shopware55ProductReviewConverter'] ?? $this->getShopware55ProductReviewConverterService());
  29582.             yield 60 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware55\\Converter\\Shopware55SeoUrlConverter'] ?? $this->getShopware55SeoUrlConverterService());
  29583.             yield 61 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware55\\Converter\\Shopware55CrossSellingConverter'] ?? $this->getShopware55CrossSellingConverterService());
  29584.             yield 62 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware55\\Converter\\Shopware55MainVariantRelationConverter'] ?? $this->getShopware55MainVariantRelationConverterService());
  29585.             yield 63 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware55\\Converter\\Shopware55PromotionConverter'] ?? $this->getShopware55PromotionConverterService());
  29586.             yield 64 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware56\\Converter\\Shopware56ProductAttributeConverter'] ?? $this->getShopware56ProductAttributeConverterService());
  29587.             yield 65 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware56\\Converter\\Shopware56ProductPriceAttributeConverter'] ?? $this->getShopware56ProductPriceAttributeConverterService());
  29588.             yield 66 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware56\\Converter\\Shopware56ManufacturerAttributeConverter'] ?? $this->getShopware56ManufacturerAttributeConverterService());
  29589.             yield 67 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware56\\Converter\\Shopware56CustomerAttributeConverter'] ?? $this->getShopware56CustomerAttributeConverterService());
  29590.             yield 68 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware56\\Converter\\Shopware56OrderAttributeConverter'] ?? $this->getShopware56OrderAttributeConverterService());
  29591.             yield 69 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware56\\Converter\\Shopware56ProductConverter'] ?? $this->getShopware56ProductConverterService());
  29592.             yield 70 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware56\\Converter\\Shopware56ProductOptionRelationConverter'] ?? $this->getShopware56ProductOptionRelationConverterService());
  29593.             yield 71 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware56\\Converter\\Shopware56ProductPropertyRelationConverter'] ?? $this->getShopware56ProductPropertyRelationConverterService());
  29594.             yield 72 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware56\\Converter\\Shopware56TranslationConverter'] ?? $this->getShopware56TranslationConverterService());
  29595.             yield 73 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware56\\Converter\\Shopware56CategoryAttributeConverter'] ?? $this->getShopware56CategoryAttributeConverterService());
  29596.             yield 74 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware56\\Converter\\Shopware56CategoryConverter'] ?? $this->getShopware56CategoryConverterService());
  29597.             yield 75 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware56\\Converter\\Shopware56MediaFolderConverter'] ?? $this->getShopware56MediaFolderConverterService());
  29598.             yield 76 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware56\\Converter\\Shopware56MediaConverter'] ?? $this->getShopware56MediaConverterService());
  29599.             yield 77 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware56\\Converter\\Shopware56CustomerConverter'] ?? $this->getShopware56CustomerConverterService());
  29600.             yield 78 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware56\\Converter\\Shopware56CustomerWishlistConverter'] ?? $this->getShopware56CustomerWishlistConverterService());
  29601.             yield 79 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware56\\Converter\\Shopware56OrderConverter'] ?? $this->getShopware56OrderConverterService());
  29602.             yield 80 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware56\\Converter\\Shopware56OrderDocumentAttributeConverter'] ?? $this->getShopware56OrderDocumentAttributeConverterService());
  29603.             yield 81 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware56\\Converter\\Shopware56OrderDocumentConverter'] ?? $this->getShopware56OrderDocumentConverterService());
  29604.             yield 82 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware56\\Converter\\Shopware56CustomerGroupAttributeConverter'] ?? $this->getShopware56CustomerGroupAttributeConverterService());
  29605.             yield 83 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware56\\Converter\\Shopware56CustomerGroupConverter'] ?? $this->getShopware56CustomerGroupConverterService());
  29606.             yield 84 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware56\\Converter\\Shopware56PropertyGroupOptionConverter'] ?? $this->getShopware56PropertyGroupOptionConverterService());
  29607.             yield 85 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware56\\Converter\\Shopware56NumberRangeConverter'] ?? $this->getShopware56NumberRangeConverterService());
  29608.             yield 86 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware56\\Converter\\Shopware56CurrencyConverter'] ?? $this->getShopware56CurrencyConverterService());
  29609.             yield 87 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware56\\Converter\\Shopware56LanguageConverter'] ?? $this->getShopware56LanguageConverterService());
  29610.             yield 88 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware56\\Converter\\Shopware56SalesChannelConverter'] ?? $this->getShopware56SalesChannelConverterService());
  29611.             yield 89 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware56\\Converter\\Shopware56NewsletterRecipientConverter'] ?? $this->getShopware56NewsletterRecipientConverterService());
  29612.             yield 90 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware56\\Converter\\Shopware56ShippingMethodConverter'] ?? $this->getShopware56ShippingMethodConverterService());
  29613.             yield 91 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware56\\Converter\\Shopware56ProductReviewConverter'] ?? $this->getShopware56ProductReviewConverterService());
  29614.             yield 92 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware56\\Converter\\Shopware56SeoUrlConverter'] ?? $this->getShopware56SeoUrlConverterService());
  29615.             yield 93 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware56\\Converter\\Shopware56CrossSellingConverter'] ?? $this->getShopware56CrossSellingConverterService());
  29616.             yield 94 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware56\\Converter\\Shopware56MainVariantRelationConverter'] ?? $this->getShopware56MainVariantRelationConverterService());
  29617.             yield 95 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware56\\Converter\\Shopware56PromotionConverter'] ?? $this->getShopware56PromotionConverterService());
  29618.             yield 96 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware57\\Converter\\Shopware57ProductAttributeConverter'] ?? $this->getShopware57ProductAttributeConverterService());
  29619.             yield 97 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware57\\Converter\\Shopware57ProductPriceAttributeConverter'] ?? $this->getShopware57ProductPriceAttributeConverterService());
  29620.             yield 98 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware57\\Converter\\Shopware57ManufacturerAttributeConverter'] ?? $this->getShopware57ManufacturerAttributeConverterService());
  29621.             yield 99 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware57\\Converter\\Shopware57CustomerAttributeConverter'] ?? $this->getShopware57CustomerAttributeConverterService());
  29622.             yield 100 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware57\\Converter\\Shopware57OrderAttributeConverter'] ?? $this->getShopware57OrderAttributeConverterService());
  29623.             yield 101 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware57\\Converter\\Shopware57ProductConverter'] ?? $this->getShopware57ProductConverterService());
  29624.             yield 102 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware57\\Converter\\Shopware57ProductOptionRelationConverter'] ?? $this->getShopware57ProductOptionRelationConverterService());
  29625.             yield 103 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware57\\Converter\\Shopware57ProductPropertyRelationConverter'] ?? $this->getShopware57ProductPropertyRelationConverterService());
  29626.             yield 104 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware57\\Converter\\Shopware57TranslationConverter'] ?? $this->getShopware57TranslationConverterService());
  29627.             yield 105 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware57\\Converter\\Shopware57CategoryAttributeConverter'] ?? $this->getShopware57CategoryAttributeConverterService());
  29628.             yield 106 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware57\\Converter\\Shopware57CategoryConverter'] ?? $this->getShopware57CategoryConverterService());
  29629.             yield 107 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware57\\Converter\\Shopware57MediaFolderConverter'] ?? $this->getShopware57MediaFolderConverterService());
  29630.             yield 108 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware57\\Converter\\Shopware57MediaConverter'] ?? $this->getShopware57MediaConverterService());
  29631.             yield 109 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware57\\Converter\\Shopware57CustomerConverter'] ?? $this->getShopware57CustomerConverterService());
  29632.             yield 110 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware57\\Converter\\Shopware57CustomerWishlistConverter'] ?? $this->getShopware57CustomerWishlistConverterService());
  29633.             yield 111 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware57\\Converter\\Shopware57OrderConverter'] ?? $this->getShopware57OrderConverterService());
  29634.             yield 112 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware57\\Converter\\Shopware57OrderDocumentAttributeConverter'] ?? $this->getShopware57OrderDocumentAttributeConverterService());
  29635.             yield 113 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware57\\Converter\\Shopware57OrderDocumentConverter'] ?? $this->getShopware57OrderDocumentConverterService());
  29636.             yield 114 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware57\\Converter\\Shopware57CustomerGroupAttributeConverter'] ?? $this->getShopware57CustomerGroupAttributeConverterService());
  29637.             yield 115 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware57\\Converter\\Shopware57CustomerGroupConverter'] ?? $this->getShopware57CustomerGroupConverterService());
  29638.             yield 116 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware57\\Converter\\Shopware57PropertyGroupOptionConverter'] ?? $this->getShopware57PropertyGroupOptionConverterService());
  29639.             yield 117 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware57\\Converter\\Shopware57PromotionConverter'] ?? $this->getShopware57PromotionConverterService());
  29640.             yield 118 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware57\\Converter\\Shopware57NumberRangeConverter'] ?? $this->getShopware57NumberRangeConverterService());
  29641.             yield 119 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware57\\Converter\\Shopware57MainVariantRelationConverter'] ?? $this->getShopware57MainVariantRelationConverterService());
  29642.             yield 120 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware57\\Converter\\Shopware57CurrencyConverter'] ?? $this->getShopware57CurrencyConverterService());
  29643.             yield 121 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware57\\Converter\\Shopware57LanguageConverter'] ?? $this->getShopware57LanguageConverterService());
  29644.             yield 122 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware57\\Converter\\Shopware57SalesChannelConverter'] ?? $this->getShopware57SalesChannelConverterService());
  29645.             yield 123 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware57\\Converter\\Shopware57NewsletterRecipientConverter'] ?? $this->getShopware57NewsletterRecipientConverterService());
  29646.             yield 124 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware57\\Converter\\Shopware57ShippingMethodConverter'] ?? $this->getShopware57ShippingMethodConverterService());
  29647.             yield 125 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware57\\Converter\\Shopware57ProductReviewConverter'] ?? $this->getShopware57ProductReviewConverterService());
  29648.             yield 126 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware57\\Converter\\Shopware57SeoUrlConverter'] ?? $this->getShopware57SeoUrlConverterService());
  29649.             yield 127 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware57\\Converter\\Shopware57CrossSellingConverter'] ?? $this->getShopware57CrossSellingConverterService());
  29650.             yield 128 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware63\\Converter\\Shopware63ProductManufacturerConverter'] ?? $this->getShopware63ProductManufacturerConverterService());
  29651.             yield 129 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware63\\Converter\\Shopware63ProductReviewConverter'] ?? $this->getShopware63ProductReviewConverterService());
  29652.             yield 130 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware63\\Converter\\Shopware63LanguageConverter'] ?? $this->getShopware63LanguageConverterService());
  29653.             yield 131 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware63\\Converter\\Shopware63DeliveryTimeConverter'] ?? $this->getShopware63DeliveryTimeConverterService());
  29654.             yield 132 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware63\\Converter\\Shopware63CurrencyConverter'] ?? $this->getShopware63CurrencyConverterService());
  29655.             yield 133 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware63\\Converter\\Shopware63CategoryConverter'] ?? $this->getShopware63CategoryConverterService());
  29656.             yield 134 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware63\\Converter\\Shopware63CategoryAssociationConverter'] ?? $this->getShopware63CategoryAssociationConverterService());
  29657.             yield 135 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware63\\Converter\\Shopware63CategoryCmsPageAssociationConverter'] ?? $this->getShopware63CategoryCmsPageAssociationConverterService());
  29658.             yield 136 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware63\\Converter\\Shopware63TaxConverter'] ?? $this->getShopware63TaxConverterService());
  29659.             yield 137 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware63\\Converter\\Shopware63TaxRuleConverter'] ?? $this->getShopware63TaxRuleConverterService());
  29660.             yield 138 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware63\\Converter\\Shopware63PropertyGroupConverter'] ?? $this->getShopware63PropertyGroupConverterService());
  29661.             yield 139 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware63\\Converter\\Shopware63ProductConverter'] ?? $this->getShopware63ProductConverterService());
  29662.             yield 140 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware63\\Converter\\Shopware63OrderConverter'] ?? $this->getShopware63OrderConverterService());
  29663.             yield 141 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware63\\Converter\\Shopware63UnitConverter'] ?? $this->getShopware63UnitConverterService());
  29664.             yield 142 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware63\\Converter\\Shopware63MediaFolderConverter'] ?? $this->getShopware63MediaFolderConverterService());
  29665.             yield 143 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware63\\Converter\\Shopware63MediaFolderInheritanceConverter'] ?? $this->getShopware63MediaFolderInheritanceConverterService());
  29666.             yield 144 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware63\\Converter\\Shopware63RuleConverter'] ?? $this->getShopware63RuleConverterService());
  29667.             yield 145 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware63\\Converter\\Shopware63CountryConverter'] ?? $this->getShopware63CountryConverterService());
  29668.             yield 146 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware63\\Converter\\Shopware63CountryStateConverter'] ?? $this->getShopware63CountryStateConverterService());
  29669.             yield 147 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware63\\Converter\\Shopware63SalesChannelConverter'] ?? $this->getShopware63SalesChannelConverterService());
  29670.             yield 148 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware63\\Converter\\Shopware63SalesChannelDomainConverter'] ?? $this->getShopware63SalesChannelDomainConverterService());
  29671.             yield 149 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware63\\Converter\\Shopware63SalutationConverter'] ?? $this->getShopware63SalutationConverterService());
  29672.             yield 150 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware63\\Converter\\Shopware63ShippingMethodConverter'] ?? $this->getShopware63ShippingMethodConverterService());
  29673.             yield 151 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware63\\Converter\\Shopware63CustomerGroupConverter'] ?? $this->getShopware63CustomerGroupConverterService());
  29674.             yield 152 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware63\\Converter\\Shopware63CustomFieldSetConverter'] ?? $this->getShopware63CustomFieldSetConverterService());
  29675.             yield 153 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware63\\Converter\\Shopware63NumberRangeConverter'] ?? $this->getShopware63NumberRangeConverterService());
  29676.             yield 154 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware63\\Converter\\Shopware63SnippetConverter'] ?? $this->getShopware63SnippetConverterService());
  29677.             yield 155 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware63\\Converter\\Shopware63SnippetSetConverter'] ?? $this->getShopware63SnippetSetConverterService());
  29678.             yield 156 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware63\\Converter\\Shopware63MailTemplateConverter'] ?? $this->getShopware63MailTemplateConverterService());
  29679.             yield 157 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware63\\Converter\\Shopware63ProductFeatureSetConverter'] ?? $this->getShopware63ProductFeatureSetConverterService());
  29680.             yield 158 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware63\\Converter\\Shopware63ProductMainVariantRelationConverter'] ?? $this->getShopware63ProductMainVariantRelationConverterService());
  29681.             yield 159 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware63\\Converter\\Shopware63MediaConverter'] ?? $this->getShopware63MediaConverterService());
  29682.             yield 160 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware63\\Converter\\Shopware63SeoUrlTemplateConverter'] ?? $this->getShopware63SeoUrlTemplateConverterService());
  29683.             yield 161 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware63\\Converter\\Shopware63SeoUrlConverter'] ?? $this->getShopware63SeoUrlConverterService());
  29684.             yield 162 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware63\\Converter\\Shopware63NewsletterRecipientConverter'] ?? $this->getShopware63NewsletterRecipientConverterService());
  29685.             yield 163 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware63\\Converter\\Shopware63CustomerConverter'] ?? $this->getShopware63CustomerConverterService());
  29686.             yield 164 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware63\\Converter\\Shopware63CustomerWishlistConverter'] ?? $this->getShopware63CustomerWishlistConverterService());
  29687.             yield 165 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware63\\Converter\\Shopware63SystemConfigConverter'] ?? $this->getShopware63SystemConfigConverterService());
  29688.             yield 166 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware63\\Converter\\Shopware63PageSystemConfigConverter'] ?? $this->getShopware63PageSystemConfigConverterService());
  29689.             yield 167 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware63\\Converter\\Shopware63ProductSortingConverter'] ?? $this->getShopware63ProductSortingConverterService());
  29690.             yield 168 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware63\\Converter\\Shopware63CmsPageConverter'] ?? $this->getShopware63CmsPageConverterService());
  29691.             yield 169 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware63\\Converter\\Shopware63ProductStreamConverter'] ?? $this->getShopware63ProductStreamConverterService());
  29692.             yield 170 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware63\\Converter\\Shopware63ProductStreamFilterInheritanceConverter'] ?? $this->getShopware63ProductStreamFilterInheritanceConverterService());
  29693.             yield 171 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware63\\Converter\\Shopware63CrossSellingConverter'] ?? $this->getShopware63CrossSellingConverterService());
  29694.             yield 172 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware63\\Converter\\Shopware63DocumentConverter'] ?? $this->getShopware63DocumentConverterService());
  29695.             yield 173 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware63\\Converter\\Shopware63DocumentInheritanceConverter'] ?? $this->getShopware63DocumentInheritanceConverterService());
  29696.             yield 174 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware63\\Converter\\Shopware63DocumentBaseConfigConverter'] ?? $this->getShopware63DocumentBaseConfigConverterService());
  29697.             yield 175 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware63\\Converter\\Shopware63PromotionConverter'] ?? $this->getShopware63PromotionConverterService());
  29698.         }, 176));
  29699.     }
  29700.     /**
  29701.      * Gets the private 'SwagMigrationAssistant\Migration\DataSelection\DataSelectionRegistry' shared service.
  29702.      *
  29703.      * @return \SwagMigrationAssistant\Migration\DataSelection\DataSelectionRegistry
  29704.      */
  29705.     protected function getDataSelectionRegistryService()
  29706.     {
  29707.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/DataSelection/DataSelectionRegistryInterface.php';
  29708.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/DataSelection/DataSelectionRegistry.php';
  29709.         return $this->privates['SwagMigrationAssistant\\Migration\\DataSelection\\DataSelectionRegistry'] = new \SwagMigrationAssistant\Migration\DataSelection\DataSelectionRegistry(new RewindableGenerator(function () {
  29710.             yield => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\DataSelection\\BasicSettingsDataSelection'] ?? ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\DataSelection\\BasicSettingsDataSelection'] = new \SwagMigrationAssistant\Profile\Shopware\DataSelection\BasicSettingsDataSelection()));
  29711.             yield => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\DataSelection\\ProductDataSelection'] ?? ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\DataSelection\\ProductDataSelection'] = new \SwagMigrationAssistant\Profile\Shopware\DataSelection\ProductDataSelection()));
  29712.             yield => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\DataSelection\\CustomerAndOrderDataSelection'] ?? ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\DataSelection\\CustomerAndOrderDataSelection'] = new \SwagMigrationAssistant\Profile\Shopware\DataSelection\CustomerAndOrderDataSelection()));
  29713.             yield => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\DataSelection\\WishlistDataSelection'] ?? ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\DataSelection\\WishlistDataSelection'] = new \SwagMigrationAssistant\Profile\Shopware\DataSelection\WishlistDataSelection()));
  29714.             yield => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\DataSelection\\MediaDataSelection'] ?? ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\DataSelection\\MediaDataSelection'] = new \SwagMigrationAssistant\Profile\Shopware\DataSelection\MediaDataSelection()));
  29715.             yield => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\DataSelection\\NewsletterRecipientDataSelection'] ?? ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\DataSelection\\NewsletterRecipientDataSelection'] = new \SwagMigrationAssistant\Profile\Shopware\DataSelection\NewsletterRecipientDataSelection()));
  29716.             yield => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\DataSelection\\ProductReviewDataSelection'] ?? ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\DataSelection\\ProductReviewDataSelection'] = new \SwagMigrationAssistant\Profile\Shopware\DataSelection\ProductReviewDataSelection()));
  29717.             yield => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\DataSelection\\SeoUrlDataSelection'] ?? ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\DataSelection\\SeoUrlDataSelection'] = new \SwagMigrationAssistant\Profile\Shopware\DataSelection\SeoUrlDataSelection()));
  29718.             yield => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\DataSelection\\PromotionDataSelection'] ?? ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\DataSelection\\PromotionDataSelection'] = new \SwagMigrationAssistant\Profile\Shopware\DataSelection\PromotionDataSelection()));
  29719.             yield => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\DataSelection\\ProductDataSelection'] ?? ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\DataSelection\\ProductDataSelection'] = new \SwagMigrationAssistant\Profile\Shopware6\DataSelection\ProductDataSelection()));
  29720.             yield 10 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\DataSelection\\BasicSettingsDataSelection'] ?? ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\DataSelection\\BasicSettingsDataSelection'] = new \SwagMigrationAssistant\Profile\Shopware6\DataSelection\BasicSettingsDataSelection()));
  29721.             yield 11 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\DataSelection\\MediaDataSelection'] ?? ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\DataSelection\\MediaDataSelection'] = new \SwagMigrationAssistant\Profile\Shopware6\DataSelection\MediaDataSelection()));
  29722.             yield 12 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\DataSelection\\NewsletterRecipientDataSelection'] ?? ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\DataSelection\\NewsletterRecipientDataSelection'] = new \SwagMigrationAssistant\Profile\Shopware6\DataSelection\NewsletterRecipientDataSelection()));
  29723.             yield 13 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\DataSelection\\SeoUrlDataSelection'] ?? ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\DataSelection\\SeoUrlDataSelection'] = new \SwagMigrationAssistant\Profile\Shopware6\DataSelection\SeoUrlDataSelection()));
  29724.             yield 14 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\DataSelection\\CustomerAndOrderDataSelection'] ?? ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\DataSelection\\CustomerAndOrderDataSelection'] = new \SwagMigrationAssistant\Profile\Shopware6\DataSelection\CustomerAndOrderDataSelection()));
  29725.             yield 15 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\DataSelection\\WishlistDataSelection'] ?? ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\DataSelection\\WishlistDataSelection'] = new \SwagMigrationAssistant\Profile\Shopware6\DataSelection\WishlistDataSelection()));
  29726.             yield 16 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\DataSelection\\CmsDataSelection'] ?? ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\DataSelection\\CmsDataSelection'] = new \SwagMigrationAssistant\Profile\Shopware6\DataSelection\CmsDataSelection()));
  29727.             yield 17 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\DataSelection\\PromotionDataSelection'] ?? ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\DataSelection\\PromotionDataSelection'] = new \SwagMigrationAssistant\Profile\Shopware6\DataSelection\PromotionDataSelection()));
  29728.             yield 18 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\DataSelection\\ProductReviewDataSelection'] ?? ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\DataSelection\\ProductReviewDataSelection'] = new \SwagMigrationAssistant\Profile\Shopware6\DataSelection\ProductReviewDataSelection()));
  29729.         }, 19));
  29730.     }
  29731.     /**
  29732.      * Gets the private 'SwagMigrationAssistant\Migration\DataSelection\DataSet\DataSetRegistry' shared service.
  29733.      *
  29734.      * @return \SwagMigrationAssistant\Migration\DataSelection\DataSet\DataSetRegistry
  29735.      */
  29736.     protected function getDataSetRegistryService()
  29737.     {
  29738.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/DataSelection/DataSet/DataSetRegistryInterface.php';
  29739.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/DataSelection/DataSet/DataSetRegistry.php';
  29740.         return $this->privates['SwagMigrationAssistant\\Migration\\DataSelection\\DataSet\\DataSetRegistry'] = new \SwagMigrationAssistant\Migration\DataSelection\DataSet\DataSetRegistry(new RewindableGenerator(function () {
  29741.             yield => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\DataSelection\\DataSet\\ProductAttributeDataSet'] ?? ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\DataSelection\\DataSet\\ProductAttributeDataSet'] = new \SwagMigrationAssistant\Profile\Shopware\DataSelection\DataSet\ProductAttributeDataSet()));
  29742.             yield => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\DataSelection\\DataSet\\ProductPriceAttributeDataSet'] ?? ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\DataSelection\\DataSet\\ProductPriceAttributeDataSet'] = new \SwagMigrationAssistant\Profile\Shopware\DataSelection\DataSet\ProductPriceAttributeDataSet()));
  29743.             yield => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\DataSelection\\DataSet\\ManufacturerAttributeDataSet'] ?? ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\DataSelection\\DataSet\\ManufacturerAttributeDataSet'] = new \SwagMigrationAssistant\Profile\Shopware\DataSelection\DataSet\ManufacturerAttributeDataSet()));
  29744.             yield => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\DataSelection\\DataSet\\ProductDataSet'] ?? ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\DataSelection\\DataSet\\ProductDataSet'] = new \SwagMigrationAssistant\Profile\Shopware\DataSelection\DataSet\ProductDataSet()));
  29745.             yield => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\DataSelection\\DataSet\\ProductOptionRelationDataSet'] ?? ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\DataSelection\\DataSet\\ProductOptionRelationDataSet'] = new \SwagMigrationAssistant\Profile\Shopware\DataSelection\DataSet\ProductOptionRelationDataSet()));
  29746.             yield => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\DataSelection\\DataSet\\ProductPropertyRelationDataSet'] ?? ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\DataSelection\\DataSet\\ProductPropertyRelationDataSet'] = new \SwagMigrationAssistant\Profile\Shopware\DataSelection\DataSet\ProductPropertyRelationDataSet()));
  29747.             yield => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\DataSelection\\DataSet\\CustomerAttributeDataSet'] ?? ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\DataSelection\\DataSet\\CustomerAttributeDataSet'] = new \SwagMigrationAssistant\Profile\Shopware\DataSelection\DataSet\CustomerAttributeDataSet()));
  29748.             yield => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\DataSelection\\DataSet\\CustomerDataSet'] ?? ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\DataSelection\\DataSet\\CustomerDataSet'] = new \SwagMigrationAssistant\Profile\Shopware\DataSelection\DataSet\CustomerDataSet()));
  29749.             yield => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\DataSelection\\DataSet\\OrderAttributeDataSet'] ?? ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\DataSelection\\DataSet\\OrderAttributeDataSet'] = new \SwagMigrationAssistant\Profile\Shopware\DataSelection\DataSet\OrderAttributeDataSet()));
  29750.             yield => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\DataSelection\\DataSet\\OrderDataSet'] ?? ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\DataSelection\\DataSet\\OrderDataSet'] = new \SwagMigrationAssistant\Profile\Shopware\DataSelection\DataSet\OrderDataSet()));
  29751.             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()));
  29752.             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()));
  29753.             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()));
  29754.             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()));
  29755.             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()));
  29756.             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()));
  29757.             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()));
  29758.             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()));
  29759.             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()));
  29760.             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()));
  29761.             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()));
  29762.             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()));
  29763.             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()));
  29764.             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()));
  29765.             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()));
  29766.             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()));
  29767.             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()));
  29768.             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()));
  29769.             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()));
  29770.             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()));
  29771.             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()));
  29772.             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()));
  29773.             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()));
  29774.             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()));
  29775.             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()));
  29776.             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()));
  29777.             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()));
  29778.             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()));
  29779.             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()));
  29780.             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()));
  29781.             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()));
  29782.             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()));
  29783.             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()));
  29784.             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()));
  29785.             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()));
  29786.             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()));
  29787.             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()));
  29788.             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()));
  29789.             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()));
  29790.             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()));
  29791.             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()));
  29792.             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()));
  29793.             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()));
  29794.             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()));
  29795.             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()));
  29796.             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()));
  29797.             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()));
  29798.             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()));
  29799.             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()));
  29800.             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()));
  29801.             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()));
  29802.             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()));
  29803.             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()));
  29804.             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()));
  29805.             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()));
  29806.             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()));
  29807.             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()));
  29808.             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()));
  29809.             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()));
  29810.             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()));
  29811.             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()));
  29812.             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()));
  29813.             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()));
  29814.             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()));
  29815.             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()));
  29816.             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()));
  29817.             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()));
  29818.             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()));
  29819.             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()));
  29820.             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()));
  29821.             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()));
  29822.         }, 81));
  29823.     }
  29824.     /**
  29825.      * Gets the private 'SwagMigrationAssistant\Migration\Gateway\GatewayRegistry' shared service.
  29826.      *
  29827.      * @return \SwagMigrationAssistant\Migration\Gateway\GatewayRegistry
  29828.      */
  29829.     protected function getGatewayRegistryService()
  29830.     {
  29831.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Gateway/GatewayRegistryInterface.php';
  29832.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Gateway/GatewayRegistry.php';
  29833.         return $this->privates['SwagMigrationAssistant\\Migration\\Gateway\\GatewayRegistry'] = new \SwagMigrationAssistant\Migration\Gateway\GatewayRegistry(new RewindableGenerator(function () {
  29834.             yield => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Local\\ShopwareLocalGateway'] ?? $this->getShopwareLocalGatewayService());
  29835.             yield => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Api\\ShopwareApiGateway'] ?? $this->getShopwareApiGatewayService());
  29836.             yield => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Shopware6ApiGateway'] ?? $this->getShopware6ApiGatewayService());
  29837.         }, 3));
  29838.     }
  29839.     /**
  29840.      * Gets the private 'SwagMigrationAssistant\Migration\Gateway\Reader\ReaderRegistry' shared service.
  29841.      *
  29842.      * @return \SwagMigrationAssistant\Migration\Gateway\Reader\ReaderRegistry
  29843.      */
  29844.     protected function getReaderRegistryService()
  29845.     {
  29846.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Gateway/Reader/ReaderRegistryInterface.php';
  29847.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Gateway/Reader/ReaderRegistry.php';
  29848.         return $this->privates['SwagMigrationAssistant\\Migration\\Gateway\\Reader\\ReaderRegistry'] = new \SwagMigrationAssistant\Migration\Gateway\Reader\ReaderRegistry(new RewindableGenerator(function () {
  29849.             yield => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Api\\Reader\\CategoryAttributeReader'] ?? $this->getCategoryAttributeReaderService());
  29850.             yield => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Api\\Reader\\CategoryReader'] ?? $this->getCategoryReaderService());
  29851.             yield => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Api\\Reader\\CurrencyReader'] ?? $this->getCurrencyReaderService());
  29852.             yield => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Api\\Reader\\CustomerAttributeReader'] ?? $this->getCustomerAttributeReaderService());
  29853.             yield => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Api\\Reader\\CustomerGroupAttributeReader'] ?? $this->getCustomerGroupAttributeReaderService());
  29854.             yield => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Api\\Reader\\CustomerGroupReader'] ?? $this->getCustomerGroupReaderService());
  29855.             yield => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Api\\Reader\\CustomerReader'] ?? $this->getCustomerReaderService());
  29856.             yield => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Api\\Reader\\LanguageReader'] ?? $this->getLanguageReaderService());
  29857.             yield => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Api\\Reader\\ManufacturerAttributeReader'] ?? $this->getManufacturerAttributeReaderService());
  29858.             yield => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Api\\Reader\\MediaAlbumReader'] ?? $this->getMediaAlbumReaderService());
  29859.             yield 10 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Api\\Reader\\MediaReader'] ?? $this->getMediaReaderService());
  29860.             yield 11 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Api\\Reader\\NewsletterRecipientReader'] ?? $this->getNewsletterRecipientReaderService());
  29861.             yield 12 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Api\\Reader\\NumberRangeReader'] ?? $this->getNumberRangeReaderService());
  29862.             yield 13 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Api\\Reader\\OrderAttributeReader'] ?? $this->getOrderAttributeReaderService());
  29863.             yield 14 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Api\\Reader\\OrderDocumentAttributeReader'] ?? $this->getOrderDocumentAttributeReaderService());
  29864.             yield 15 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Api\\Reader\\OrderDocumentReader'] ?? $this->getOrderDocumentReaderService());
  29865.             yield 16 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Api\\Reader\\OrderReader'] ?? $this->getOrderReaderService());
  29866.             yield 17 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Api\\Reader\\ProductAttributeReader'] ?? $this->getProductAttributeReaderService());
  29867.             yield 18 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Api\\Reader\\ProductPriceAttributeReader'] ?? $this->getProductPriceAttributeReaderService());
  29868.             yield 19 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Api\\Reader\\ProductReader'] ?? $this->getProductReaderService());
  29869.             yield 20 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Api\\Reader\\ProductReviewReader'] ?? $this->getProductReviewReaderService());
  29870.             yield 21 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Api\\Reader\\PromotionReader'] ?? $this->getPromotionReaderService());
  29871.             yield 22 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Api\\Reader\\PropertyGroupOptionReader'] ?? $this->getPropertyGroupOptionReaderService());
  29872.             yield 23 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Api\\Reader\\SalesChannelReader'] ?? $this->getSalesChannelReaderService());
  29873.             yield 24 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Api\\Reader\\SeoUrlReader'] ?? $this->getSeoUrlReaderService());
  29874.             yield 25 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Api\\Reader\\ShippingMethodReader'] ?? $this->getShippingMethodReaderService());
  29875.             yield 26 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Api\\Reader\\TranslationReader'] ?? $this->getTranslationReaderService());
  29876.             yield 27 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Api\\Reader\\ProductOptionRelationReader'] ?? $this->getProductOptionRelationReaderService());
  29877.             yield 28 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Api\\Reader\\ProductPropertyRelationReader'] ?? $this->getProductPropertyRelationReaderService());
  29878.             yield 29 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Api\\Reader\\CrossSellingReader'] ?? $this->getCrossSellingReaderService());
  29879.             yield 30 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Api\\Reader\\MainVariantRelationReader'] ?? $this->getMainVariantRelationReaderService());
  29880.             yield 31 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Api\\Reader\\CustomerWishlistReader'] ?? $this->getCustomerWishlistReaderService());
  29881.             yield 32 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Local\\Reader\\CategoryAttributeReader'] ?? $this->getCategoryAttributeReader2Service());
  29882.             yield 33 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Local\\Reader\\CategoryReader'] ?? $this->getCategoryReader2Service());
  29883.             yield 34 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Local\\Reader\\CurrencyReader'] ?? $this->getCurrencyReader2Service());
  29884.             yield 35 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Local\\Reader\\NewsletterRecipientReader'] ?? $this->getNewsletterRecipientReader2Service());
  29885.             yield 36 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Local\\Reader\\CustomerGroupReader'] ?? $this->getCustomerGroupReader2Service());
  29886.             yield 37 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Local\\Reader\\CustomerGroupAttributeReader'] ?? $this->getCustomerGroupAttributeReader2Service());
  29887.             yield 38 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Local\\Reader\\CustomerReader'] ?? $this->getCustomerReader2Service());
  29888.             yield 39 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Local\\Reader\\CustomerAttributeReader'] ?? $this->getCustomerAttributeReader2Service());
  29889.             yield 40 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Local\\Reader\\LanguageReader'] ?? $this->getLanguageReader2Service());
  29890.             yield 41 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Local\\Reader\\ManufacturerAttributeReader'] ?? $this->getManufacturerAttributeReader2Service());
  29891.             yield 42 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Local\\Reader\\MediaAlbumReader'] ?? $this->getMediaAlbumReader2Service());
  29892.             yield 43 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Local\\Reader\\MediaReader'] ?? $this->getMediaReader2Service());
  29893.             yield 44 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Local\\Reader\\NumberRangeReader'] ?? $this->getNumberRangeReader2Service());
  29894.             yield 45 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Local\\Reader\\OrderReader'] ?? $this->getOrderReader2Service());
  29895.             yield 46 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Local\\Reader\\OrderAttributeReader'] ?? $this->getOrderAttributeReader2Service());
  29896.             yield 47 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Local\\Reader\\ProductReader'] ?? $this->getProductReader2Service());
  29897.             yield 48 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Local\\Reader\\ProductOptionRelationReader'] ?? $this->getProductOptionRelationReader2Service());
  29898.             yield 49 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Local\\Reader\\ProductPropertyRelationReader'] ?? $this->getProductPropertyRelationReader2Service());
  29899.             yield 50 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Local\\Reader\\ProductAttributeReader'] ?? $this->getProductAttributeReader2Service());
  29900.             yield 51 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Local\\Reader\\ProductPriceAttributeReader'] ?? $this->getProductPriceAttributeReader2Service());
  29901.             yield 52 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Local\\Reader\\PropertyGroupOptionReader'] ?? $this->getPropertyGroupOptionReader2Service());
  29902.             yield 53 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Local\\Reader\\SalesChannelReader'] ?? $this->getSalesChannelReader2Service());
  29903.             yield 54 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Local\\Reader\\TranslationReader'] ?? $this->getTranslationReader2Service());
  29904.             yield 55 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Local\\Reader\\OrderDocumentReader'] ?? $this->getOrderDocumentReader2Service());
  29905.             yield 56 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Local\\Reader\\OrderDocumentAttributeReader'] ?? $this->getOrderDocumentAttributeReader2Service());
  29906.             yield 57 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Local\\Reader\\ShippingMethodReader'] ?? $this->getShippingMethodReader2Service());
  29907.             yield 58 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Local\\Reader\\ProductReviewReader'] ?? $this->getProductReviewReader2Service());
  29908.             yield 59 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Local\\Reader\\SeoUrlReader'] ?? $this->getSeoUrlReader2Service());
  29909.             yield 60 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Local\\Reader\\CrossSellingReader'] ?? $this->getCrossSellingReader2Service());
  29910.             yield 61 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Local\\Reader\\MainVariantRelationReader'] ?? $this->getMainVariantRelationReader2Service());
  29911.             yield 62 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Local\\Reader\\PromotionReader'] ?? $this->getPromotionReader2Service());
  29912.             yield 63 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Local\\Reader\\CustomerWishlistReader'] ?? $this->getCustomerWishlistReader2Service());
  29913.             yield 64 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\CategoryAssociationReader'] ?? $this->getCategoryAssociationReaderService());
  29914.             yield 65 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\CategoryCmsPageAssociationReader'] ?? $this->getCategoryCmsPageAssociationReaderService());
  29915.             yield 66 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\CategoryReader'] ?? $this->getCategoryReader3Service());
  29916.             yield 67 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\CurrencyReader'] ?? $this->getCurrencyReader3Service());
  29917.             yield 68 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\LanguageReader'] ?? $this->getLanguageReader3Service());
  29918.             yield 69 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\ProductManufacturerReader'] ?? $this->getProductManufacturerReaderService());
  29919.             yield 70 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\ProductReader'] ?? $this->getProductReader3Service());
  29920.             yield 71 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\ProductMainVariantRelationReader'] ?? $this->getProductMainVariantRelationReaderService());
  29921.             yield 72 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\ProductReviewReader'] ?? $this->getProductReviewReader3Service());
  29922.             yield 73 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\PropertyGroupReader'] ?? $this->getPropertyGroupReaderService());
  29923.             yield 74 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\TaxReader'] ?? $this->getTaxReaderService());
  29924.             yield 75 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\TaxRuleReader'] ?? $this->getTaxRuleReaderService());
  29925.             yield 76 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\UnitReader'] ?? $this->getUnitReaderService());
  29926.             yield 77 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\MediaFolderReader'] ?? $this->getMediaFolderReaderService());
  29927.             yield 78 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\MediaFolderInheritanceReader'] ?? $this->getMediaFolderInheritanceReaderService());
  29928.             yield 79 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\RuleReader'] ?? $this->getRuleReaderService());
  29929.             yield 80 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\CountryReader'] ?? $this->getCountryReaderService());
  29930.             yield 81 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\CountryStateReader'] ?? $this->getCountryStateReaderService());
  29931.             yield 82 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\DeliveryTimeReader'] ?? $this->getDeliveryTimeReaderService());
  29932.             yield 83 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\CustomerGroupReader'] ?? $this->getCustomerGroupReader3Service());
  29933.             yield 84 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\NumberRangeReader'] ?? $this->getNumberRangeReader3Service());
  29934.             yield 85 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\OrderReader'] ?? $this->getOrderReader3Service());
  29935.             yield 86 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\CustomFieldSetReader'] ?? $this->getCustomFieldSetReaderService());
  29936.             yield 87 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\SalesChannelReader'] ?? $this->getSalesChannelReader3Service());
  29937.             yield 88 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\SalesChannelDomainReader'] ?? $this->getSalesChannelDomainReaderService());
  29938.             yield 89 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\SalutationReader'] ?? $this->getSalutationReaderService());
  29939.             yield 90 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\ShippingMethodReader'] ?? $this->getShippingMethodReader3Service());
  29940.             yield 91 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\SnippetReader'] ?? $this->getSnippetReaderService());
  29941.             yield 92 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\SnippetSetReader'] ?? $this->getSnippetSetReaderService());
  29942.             yield 93 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\MailTemplateReader'] ?? $this->getMailTemplateReaderService());
  29943.             yield 94 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\ProductFeatureSetReader'] ?? $this->getProductFeatureSetReaderService());
  29944.             yield 95 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\MediaReader'] ?? $this->getMediaReader3Service());
  29945.             yield 96 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\SeoUrlTemplateReader'] ?? $this->getSeoUrlTemplateReaderService());
  29946.             yield 97 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\SeoUrlReader'] ?? $this->getSeoUrlReader3Service());
  29947.             yield 98 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\NewsletterRecipientReader'] ?? $this->getNewsletterRecipientReader3Service());
  29948.             yield 99 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\CustomerReader'] ?? $this->getCustomerReader3Service());
  29949.             yield 100 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\CustomerWishlistReader'] ?? $this->getCustomerWishlistReader3Service());
  29950.             yield 101 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\SystemConfigReader'] ?? $this->getSystemConfigReaderService());
  29951.             yield 102 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\PageSystemConfigReader'] ?? $this->getPageSystemConfigReaderService());
  29952.             yield 103 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\ProductSortingReader'] ?? $this->getProductSortingReaderService());
  29953.             yield 104 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\CmsPageReader'] ?? $this->getCmsPageReaderService());
  29954.             yield 105 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\ProductStreamReader'] ?? $this->getProductStreamReaderService());
  29955.             yield 106 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\ProductStreamFilterInheritanceReader'] ?? $this->getProductStreamFilterInheritanceReaderService());
  29956.             yield 107 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\CrossSellingReader'] ?? $this->getCrossSellingReader3Service());
  29957.             yield 108 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\DocumentReader'] ?? $this->getDocumentReaderService());
  29958.             yield 109 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\DocumentInheritanceReader'] ?? $this->getDocumentInheritanceReaderService());
  29959.             yield 110 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\DocumentBaseConfigReader'] ?? $this->getDocumentBaseConfigReaderService());
  29960.             yield 111 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\PromotionReader'] ?? $this->getPromotionReader3Service());
  29961.         }, 112));
  29962.     }
  29963.     /**
  29964.      * Gets the private 'SwagMigrationAssistant\Migration\Logging\LoggingService' shared service.
  29965.      *
  29966.      * @return \SwagMigrationAssistant\Migration\Logging\LoggingService
  29967.      */
  29968.     protected function getLoggingService2Service()
  29969.     {
  29970.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Logging/LoggingServiceInterface.php';
  29971.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Logging/LoggingService.php';
  29972.         $a = ($this->services['swag_migration_logging.repository'] ?? $this->getSwagMigrationLogging_RepositoryService());
  29973.         if (isset($this->privates['SwagMigrationAssistant\\Migration\\Logging\\LoggingService'])) {
  29974.             return $this->privates['SwagMigrationAssistant\\Migration\\Logging\\LoggingService'];
  29975.         }
  29976.         return $this->privates['SwagMigrationAssistant\\Migration\\Logging\\LoggingService'] = new \SwagMigrationAssistant\Migration\Logging\LoggingService($a);
  29977.     }
  29978.     /**
  29979.      * Gets the private 'SwagMigrationAssistant\Migration\Mapping\MappingService' shared service.
  29980.      *
  29981.      * @return \SwagMigrationAssistant\Migration\Mapping\MappingService
  29982.      */
  29983.     protected function getMappingServiceService()
  29984.     {
  29985.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Mapping/MappingServiceInterface.php';
  29986.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Mapping/MappingService.php';
  29987.         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()));
  29988.     }
  29989.     /**
  29990.      * Gets the private 'SwagMigrationAssistant\Migration\Media\MediaFileService' shared service.
  29991.      *
  29992.      * @return \SwagMigrationAssistant\Migration\Media\MediaFileService
  29993.      */
  29994.     protected function getMediaFileServiceService()
  29995.     {
  29996.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Media/MediaFileServiceInterface.php';
  29997.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Media/MediaFileService.php';
  29998.         $a = ($this->privates['SwagMigrationAssistant\\Migration\\Converter\\ConverterRegistry'] ?? $this->getConverterRegistryService());
  29999.         if (isset($this->privates['SwagMigrationAssistant\\Migration\\Media\\MediaFileService'])) {
  30000.             return $this->privates['SwagMigrationAssistant\\Migration\\Media\\MediaFileService'];
  30001.         }
  30002.         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);
  30003.     }
  30004.     /**
  30005.      * Gets the private 'SwagMigrationAssistant\Migration\MessageQueue\Handler\CleanupMigrationHandler' shared service.
  30006.      *
  30007.      * @return \SwagMigrationAssistant\Migration\MessageQueue\Handler\CleanupMigrationHandler
  30008.      */
  30009.     protected function getCleanupMigrationHandlerService()
  30010.     {
  30011.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/MessageQueue/Handler/CleanupMigrationHandler.php';
  30012.         $a = ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService());
  30013.         if (isset($this->privates['SwagMigrationAssistant\\Migration\\MessageQueue\\Handler\\CleanupMigrationHandler'])) {
  30014.             return $this->privates['SwagMigrationAssistant\\Migration\\MessageQueue\\Handler\\CleanupMigrationHandler'];
  30015.         }
  30016.         return $this->privates['SwagMigrationAssistant\\Migration\\MessageQueue\\Handler\\CleanupMigrationHandler'] = new \SwagMigrationAssistant\Migration\MessageQueue\Handler\CleanupMigrationHandler(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()), $a);
  30017.     }
  30018.     /**
  30019.      * Gets the private 'SwagMigrationAssistant\Migration\MessageQueue\Handler\ProcessMediaHandler' shared service.
  30020.      *
  30021.      * @return \SwagMigrationAssistant\Migration\MessageQueue\Handler\ProcessMediaHandler
  30022.      */
  30023.     protected function getProcessMediaHandlerService()
  30024.     {
  30025.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/MessageQueue/Handler/ProcessMediaHandler.php';
  30026.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Media/MediaFileProcessorRegistryInterface.php';
  30027.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Media/MediaFileProcessorRegistry.php';
  30028.         $a = ($this->services['swag_migration_run.repository'] ?? $this->getSwagMigrationRun_RepositoryService());
  30029.         if (isset($this->privates['SwagMigrationAssistant\\Migration\\MessageQueue\\Handler\\ProcessMediaHandler'])) {
  30030.             return $this->privates['SwagMigrationAssistant\\Migration\\MessageQueue\\Handler\\ProcessMediaHandler'];
  30031.         }
  30032.         $b = ($this->privates['SwagMigrationAssistant\\Migration\\Logging\\LoggingService'] ?? $this->getLoggingService2Service());
  30033.         if (isset($this->privates['SwagMigrationAssistant\\Migration\\MessageQueue\\Handler\\ProcessMediaHandler'])) {
  30034.             return $this->privates['SwagMigrationAssistant\\Migration\\MessageQueue\\Handler\\ProcessMediaHandler'];
  30035.         }
  30036.         $c = ($this->privates['SwagMigrationAssistant\\Migration\\MigrationContextFactory'] ?? $this->getMigrationContextFactoryService());
  30037.         if (isset($this->privates['SwagMigrationAssistant\\Migration\\MessageQueue\\Handler\\ProcessMediaHandler'])) {
  30038.             return $this->privates['SwagMigrationAssistant\\Migration\\MessageQueue\\Handler\\ProcessMediaHandler'];
  30039.         }
  30040.         return $this->privates['SwagMigrationAssistant\\Migration\\MessageQueue\\Handler\\ProcessMediaHandler'] = new \SwagMigrationAssistant\Migration\MessageQueue\Handler\ProcessMediaHandler($a, new \SwagMigrationAssistant\Migration\Media\MediaFileProcessorRegistry(new RewindableGenerator(function () {
  30041.             yield => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Media\\HttpMediaDownloadService'] ?? $this->getHttpMediaDownloadServiceService());
  30042.             yield => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Media\\LocalMediaProcessor'] ?? $this->getLocalMediaProcessorService());
  30043.             yield => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Media\\HttpOrderDocumentProcessor'] ?? $this->getHttpOrderDocumentProcessorService());
  30044.             yield => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Media\\LocalOrderDocumentProcessor'] ?? $this->getLocalOrderDocumentProcessorService());
  30045.             yield => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Media\\HttpMediaDownloadService'] ?? $this->getHttpMediaDownloadService2Service());
  30046.             yield => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Media\\HttpOrderDocumentService'] ?? $this->getHttpOrderDocumentServiceService());
  30047.             yield => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Media\\HttpOrderDocumentGenerationService'] ?? $this->getHttpOrderDocumentGenerationServiceService());
  30048.         }, 7)), $b$c);
  30049.     }
  30050.     /**
  30051.      * Gets the private 'SwagMigrationAssistant\Migration\MessageQueue\OrderCountIndexer' shared service.
  30052.      *
  30053.      * @return \SwagMigrationAssistant\Migration\MessageQueue\OrderCountIndexer
  30054.      */
  30055.     protected function getOrderCountIndexerService()
  30056.     {
  30057.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Indexing/EntityIndexer.php';
  30058.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/MessageQueue/OrderCountIndexer.php';
  30059.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/DataAbstractionLayer/CustomerIndexer.php';
  30060.         $a = ($this->services['customer.repository'] ?? $this->getCustomer_RepositoryService());
  30061.         if (isset($this->privates['SwagMigrationAssistant\\Migration\\MessageQueue\\OrderCountIndexer'])) {
  30062.             return $this->privates['SwagMigrationAssistant\\Migration\\MessageQueue\\OrderCountIndexer'];
  30063.         }
  30064.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  30065.         if (isset($this->privates['SwagMigrationAssistant\\Migration\\MessageQueue\\OrderCountIndexer'])) {
  30066.             return $this->privates['SwagMigrationAssistant\\Migration\\MessageQueue\\OrderCountIndexer'];
  30067.         }
  30068.         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));
  30069.     }
  30070.     /**
  30071.      * Gets the private 'SwagMigrationAssistant\Migration\MigrationContextFactory' shared service.
  30072.      *
  30073.      * @return \SwagMigrationAssistant\Migration\MigrationContextFactory
  30074.      */
  30075.     protected function getMigrationContextFactoryService()
  30076.     {
  30077.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/MigrationContextFactoryInterface.php';
  30078.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/MigrationContextFactory.php';
  30079.         $a = ($this->privates['SwagMigrationAssistant\\Migration\\Gateway\\GatewayRegistry'] ?? $this->getGatewayRegistryService());
  30080.         if (isset($this->privates['SwagMigrationAssistant\\Migration\\MigrationContextFactory'])) {
  30081.             return $this->privates['SwagMigrationAssistant\\Migration\\MigrationContextFactory'];
  30082.         }
  30083.         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()));
  30084.     }
  30085.     /**
  30086.      * Gets the private 'SwagMigrationAssistant\Migration\Profile\ProfileRegistry' shared service.
  30087.      *
  30088.      * @return \SwagMigrationAssistant\Migration\Profile\ProfileRegistry
  30089.      */
  30090.     protected function getProfileRegistryService()
  30091.     {
  30092.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Profile/ProfileRegistryInterface.php';
  30093.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Profile/ProfileRegistry.php';
  30094.         return $this->privates['SwagMigrationAssistant\\Migration\\Profile\\ProfileRegistry'] = new \SwagMigrationAssistant\Migration\Profile\ProfileRegistry(new RewindableGenerator(function () {
  30095.             yield => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware54\\Shopware54Profile'] ?? ($this->privates['SwagMigrationAssistant\\Profile\\Shopware54\\Shopware54Profile'] = new \SwagMigrationAssistant\Profile\Shopware54\Shopware54Profile()));
  30096.             yield => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware55\\Shopware55Profile'] ?? ($this->privates['SwagMigrationAssistant\\Profile\\Shopware55\\Shopware55Profile'] = new \SwagMigrationAssistant\Profile\Shopware55\Shopware55Profile()));
  30097.             yield => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware56\\Shopware56Profile'] ?? ($this->privates['SwagMigrationAssistant\\Profile\\Shopware56\\Shopware56Profile'] = new \SwagMigrationAssistant\Profile\Shopware56\Shopware56Profile()));
  30098.             yield => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware57\\Shopware57Profile'] ?? ($this->privates['SwagMigrationAssistant\\Profile\\Shopware57\\Shopware57Profile'] = new \SwagMigrationAssistant\Profile\Shopware57\Shopware57Profile()));
  30099.             yield => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware63\\Shopware63Profile'] ?? ($this->privates['SwagMigrationAssistant\\Profile\\Shopware63\\Shopware63Profile'] = new \SwagMigrationAssistant\Profile\Shopware63\Shopware63Profile()));
  30100.         }, 5));
  30101.     }
  30102.     /**
  30103.      * Gets the private 'SwagMigrationAssistant\Migration\Run\RunService' shared service.
  30104.      *
  30105.      * @return \SwagMigrationAssistant\Migration\Run\RunService
  30106.      */
  30107.     protected function getRunServiceService()
  30108.     {
  30109.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Run/RunServiceInterface.php';
  30110.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Run/RunService.php';
  30111.         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()));
  30112.     }
  30113.     /**
  30114.      * Gets the private 'SwagMigrationAssistant\Migration\Service\PremappingService' shared service.
  30115.      *
  30116.      * @return \SwagMigrationAssistant\Migration\Service\PremappingService
  30117.      */
  30118.     protected function getPremappingServiceService()
  30119.     {
  30120.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Service/PremappingServiceInterface.php';
  30121.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Service/PremappingService.php';
  30122.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Premapping/PremappingReaderRegistryInterface.php';
  30123.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Premapping/PremappingReaderRegistry.php';
  30124.         return $this->privates['SwagMigrationAssistant\\Migration\\Service\\PremappingService'] = new \SwagMigrationAssistant\Migration\Service\PremappingService(new \SwagMigrationAssistant\Migration\Premapping\PremappingReaderRegistry(new RewindableGenerator(function () {
  30125.             yield => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Premapping\\OrderStateReader'] ?? $this->getOrderStateReaderService());
  30126.             yield => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Premapping\\OrderDeliveryStateReader'] ?? $this->getOrderDeliveryStateReaderService());
  30127.             yield => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Premapping\\TransactionStateReader'] ?? $this->getTransactionStateReaderService());
  30128.             yield => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Premapping\\PaymentMethodReader'] ?? $this->getPaymentMethodReaderService());
  30129.             yield => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Premapping\\SalutationReader'] ?? $this->getSalutationReader2Service());
  30130.             yield => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Premapping\\DeliveryTimeReader'] ?? $this->getDeliveryTimeReader2Service());
  30131.             yield => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Premapping\\NewsletterRecipientStatusReader'] ?? ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Premapping\\NewsletterRecipientStatusReader'] = new \SwagMigrationAssistant\Profile\Shopware\Premapping\NewsletterRecipientStatusReader()));
  30132.             yield => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Premapping\\PaymentMethodReader'] ?? $this->getPaymentMethodReader2Service());
  30133.         }, 8)), ($this->privates['SwagMigrationAssistant\\Migration\\Mapping\\MappingService'] ?? $this->getMappingServiceService()), ($this->services['swag_migration_mapping.repository'] ?? $this->getSwagMigrationMapping_RepositoryService()), ($this->services['swag_migration_run.repository'] ?? $this->getSwagMigrationRun_RepositoryService()), ($this->services['swag_migration_connection.repository'] ?? $this->getSwagMigrationConnection_RepositoryService()));
  30134.     }
  30135.     /**
  30136.      * Gets the private 'SwagMigrationAssistant\Migration\Service\SwagMigrationAccessTokenService' shared service.
  30137.      *
  30138.      * @return \SwagMigrationAssistant\Migration\Service\SwagMigrationAccessTokenService
  30139.      */
  30140.     protected function getSwagMigrationAccessTokenServiceService()
  30141.     {
  30142.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Service/SwagMigrationAccessTokenService.php';
  30143.         return $this->privates['SwagMigrationAssistant\\Migration\\Service\\SwagMigrationAccessTokenService'] = new \SwagMigrationAssistant\Migration\Service\SwagMigrationAccessTokenService(($this->services['swag_migration_run.repository'] ?? $this->getSwagMigrationRun_RepositoryService()));
  30144.     }
  30145.     /**
  30146.      * Gets the private 'SwagMigrationAssistant\Migration\Subscriber\MediaDeletedSubscriber' shared service.
  30147.      *
  30148.      * @return \SwagMigrationAssistant\Migration\Subscriber\MediaDeletedSubscriber
  30149.      */
  30150.     protected function getMediaDeletedSubscriberService()
  30151.     {
  30152.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Subscriber/MediaDeletedSubscriber.php';
  30153.         $a = ($this->services['swag_migration_media_file.repository'] ?? $this->getSwagMigrationMediaFile_RepositoryService());
  30154.         if (isset($this->privates['SwagMigrationAssistant\\Migration\\Subscriber\\MediaDeletedSubscriber'])) {
  30155.             return $this->privates['SwagMigrationAssistant\\Migration\\Subscriber\\MediaDeletedSubscriber'];
  30156.         }
  30157.         return $this->privates['SwagMigrationAssistant\\Migration\\Subscriber\\MediaDeletedSubscriber'] = new \SwagMigrationAssistant\Migration\Subscriber\MediaDeletedSubscriber($a);
  30158.     }
  30159.     /**
  30160.      * Gets the private 'SwagMigrationAssistant\Migration\Writer\CategoryAttributeWriter' shared service.
  30161.      *
  30162.      * @return \SwagMigrationAssistant\Migration\Writer\CategoryAttributeWriter
  30163.      */
  30164.     protected function getCategoryAttributeWriterService()
  30165.     {
  30166.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Writer/WriterInterface.php';
  30167.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Writer/AbstractWriter.php';
  30168.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Writer/CategoryAttributeWriter.php';
  30169.         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()));
  30170.     }
  30171.     /**
  30172.      * Gets the private 'SwagMigrationAssistant\Migration\Writer\CategoryWriter' shared service.
  30173.      *
  30174.      * @return \SwagMigrationAssistant\Migration\Writer\CategoryWriter
  30175.      */
  30176.     protected function getCategoryWriterService()
  30177.     {
  30178.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Writer/WriterInterface.php';
  30179.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Writer/AbstractWriter.php';
  30180.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Writer/CategoryWriter.php';
  30181.         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->getCategoryDefinitionService()));
  30182.     }
  30183.     /**
  30184.      * Gets the private 'SwagMigrationAssistant\Migration\Writer\CountryWriter' shared service.
  30185.      *
  30186.      * @return \SwagMigrationAssistant\Migration\Writer\CountryWriter
  30187.      */
  30188.     protected function getCountryWriterService()
  30189.     {
  30190.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Writer/WriterInterface.php';
  30191.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Writer/AbstractWriter.php';
  30192.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Writer/CountryWriter.php';
  30193.         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()));
  30194.     }
  30195.     /**
  30196.      * Gets the private 'SwagMigrationAssistant\Migration\Writer\CrossSellingWriter' shared service.
  30197.      *
  30198.      * @return \SwagMigrationAssistant\Migration\Writer\CrossSellingWriter
  30199.      */
  30200.     protected function getCrossSellingWriterService()
  30201.     {
  30202.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Writer/WriterInterface.php';
  30203.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Writer/AbstractWriter.php';
  30204.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Writer/CrossSellingWriter.php';
  30205.         return $this->privates['SwagMigrationAssistant\\Migration\\Writer\\CrossSellingWriter'] = new \SwagMigrationAssistant\Migration\Writer\CrossSellingWriter(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\EntityWriter'] ?? $this->getEntityWriterService()), ($this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductCrossSelling\\ProductCrossSellingDefinition'] ?? $this->getProductCrossSellingDefinitionService()));
  30206.     }
  30207.     /**
  30208.      * Gets the private 'SwagMigrationAssistant\Migration\Writer\CurrencyWriter' shared service.
  30209.      *
  30210.      * @return \SwagMigrationAssistant\Migration\Writer\CurrencyWriter
  30211.      */
  30212.     protected function getCurrencyWriterService()
  30213.     {
  30214.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Writer/WriterInterface.php';
  30215.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Writer/AbstractWriter.php';
  30216.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Writer/CurrencyWriter.php';
  30217.         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()));
  30218.     }
  30219.     /**
  30220.      * Gets the private 'SwagMigrationAssistant\Migration\Writer\CustomerAttributeWriter' shared service.
  30221.      *
  30222.      * @return \SwagMigrationAssistant\Migration\Writer\CustomerAttributeWriter
  30223.      */
  30224.     protected function getCustomerAttributeWriterService()
  30225.     {
  30226.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Writer/WriterInterface.php';
  30227.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Writer/AbstractWriter.php';
  30228.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Writer/CustomerAttributeWriter.php';
  30229.         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()));
  30230.     }
  30231.     /**
  30232.      * Gets the private 'SwagMigrationAssistant\Migration\Writer\CustomerGroupAttributeWriter' shared service.
  30233.      *
  30234.      * @return \SwagMigrationAssistant\Migration\Writer\CustomerGroupAttributeWriter
  30235.      */
  30236.     protected function getCustomerGroupAttributeWriterService()
  30237.     {
  30238.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Writer/WriterInterface.php';
  30239.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Writer/AbstractWriter.php';
  30240.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Writer/CustomerGroupAttributeWriter.php';
  30241.         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()));
  30242.     }
  30243.     /**
  30244.      * Gets the private 'SwagMigrationAssistant\Migration\Writer\CustomerGroupWriter' shared service.
  30245.      *
  30246.      * @return \SwagMigrationAssistant\Migration\Writer\CustomerGroupWriter
  30247.      */
  30248.     protected function getCustomerGroupWriterService()
  30249.     {
  30250.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Writer/WriterInterface.php';
  30251.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Writer/AbstractWriter.php';
  30252.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Writer/CustomerGroupWriter.php';
  30253.         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()));
  30254.     }
  30255.     /**
  30256.      * Gets the private 'SwagMigrationAssistant\Migration\Writer\CustomerWishlistWriter' shared service.
  30257.      *
  30258.      * @return \SwagMigrationAssistant\Migration\Writer\CustomerWishlistWriter
  30259.      */
  30260.     protected function getCustomerWishlistWriterService()
  30261.     {
  30262.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Writer/WriterInterface.php';
  30263.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Writer/AbstractWriter.php';
  30264.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Writer/CustomerWishlistWriter.php';
  30265.         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()));
  30266.     }
  30267.     /**
  30268.      * Gets the private 'SwagMigrationAssistant\Migration\Writer\CustomerWriter' shared service.
  30269.      *
  30270.      * @return \SwagMigrationAssistant\Migration\Writer\CustomerWriter
  30271.      */
  30272.     protected function getCustomerWriterService()
  30273.     {
  30274.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Writer/WriterInterface.php';
  30275.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Writer/AbstractWriter.php';
  30276.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Writer/CustomerWriter.php';
  30277.         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()));
  30278.     }
  30279.     /**
  30280.      * Gets the private 'SwagMigrationAssistant\Migration\Writer\LanguageWriter' shared service.
  30281.      *
  30282.      * @return \SwagMigrationAssistant\Migration\Writer\LanguageWriter
  30283.      */
  30284.     protected function getLanguageWriterService()
  30285.     {
  30286.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Writer/WriterInterface.php';
  30287.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Writer/AbstractWriter.php';
  30288.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Writer/LanguageWriter.php';
  30289.         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()));
  30290.     }
  30291.     /**
  30292.      * Gets the private 'SwagMigrationAssistant\Migration\Writer\MainVariantRelationWriter' shared service.
  30293.      *
  30294.      * @return \SwagMigrationAssistant\Migration\Writer\MainVariantRelationWriter
  30295.      */
  30296.     protected function getMainVariantRelationWriterService()
  30297.     {
  30298.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Writer/WriterInterface.php';
  30299.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Writer/AbstractWriter.php';
  30300.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Writer/MainVariantRelationWriter.php';
  30301.         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()));
  30302.     }
  30303.     /**
  30304.      * Gets the private 'SwagMigrationAssistant\Migration\Writer\ManufacturerAttributeWriter' shared service.
  30305.      *
  30306.      * @return \SwagMigrationAssistant\Migration\Writer\ManufacturerAttributeWriter
  30307.      */
  30308.     protected function getManufacturerAttributeWriterService()
  30309.     {
  30310.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Writer/WriterInterface.php';
  30311.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Writer/AbstractWriter.php';
  30312.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Writer/ManufacturerAttributeWriter.php';
  30313.         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()));
  30314.     }
  30315.     /**
  30316.      * Gets the private 'SwagMigrationAssistant\Migration\Writer\MediaFolderWriter' shared service.
  30317.      *
  30318.      * @return \SwagMigrationAssistant\Migration\Writer\MediaFolderWriter
  30319.      */
  30320.     protected function getMediaFolderWriterService()
  30321.     {
  30322.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Writer/WriterInterface.php';
  30323.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Writer/AbstractWriter.php';
  30324.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Writer/MediaFolderWriter.php';
  30325.         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()));
  30326.     }
  30327.     /**
  30328.      * Gets the private 'SwagMigrationAssistant\Migration\Writer\MediaWriter' shared service.
  30329.      *
  30330.      * @return \SwagMigrationAssistant\Migration\Writer\MediaWriter
  30331.      */
  30332.     protected function getMediaWriterService()
  30333.     {
  30334.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Writer/WriterInterface.php';
  30335.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Writer/AbstractWriter.php';
  30336.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Writer/MediaWriter.php';
  30337.         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()));
  30338.     }
  30339.     /**
  30340.      * Gets the private 'SwagMigrationAssistant\Migration\Writer\NewsletterRecipientWriter' shared service.
  30341.      *
  30342.      * @return \SwagMigrationAssistant\Migration\Writer\NewsletterRecipientWriter
  30343.      */
  30344.     protected function getNewsletterRecipientWriterService()
  30345.     {
  30346.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Writer/WriterInterface.php';
  30347.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Writer/AbstractWriter.php';
  30348.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Writer/NewsletterRecipientWriter.php';
  30349.         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()));
  30350.     }
  30351.     /**
  30352.      * Gets the private 'SwagMigrationAssistant\Migration\Writer\NumberRangeWriter' shared service.
  30353.      *
  30354.      * @return \SwagMigrationAssistant\Migration\Writer\NumberRangeWriter
  30355.      */
  30356.     protected function getNumberRangeWriterService()
  30357.     {
  30358.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Writer/WriterInterface.php';
  30359.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Writer/AbstractWriter.php';
  30360.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Writer/NumberRangeWriter.php';
  30361.         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()));
  30362.     }
  30363.     /**
  30364.      * Gets the private 'SwagMigrationAssistant\Migration\Writer\OrderAttributeWriter' shared service.
  30365.      *
  30366.      * @return \SwagMigrationAssistant\Migration\Writer\OrderAttributeWriter
  30367.      */
  30368.     protected function getOrderAttributeWriterService()
  30369.     {
  30370.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Writer/WriterInterface.php';
  30371.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Writer/AbstractWriter.php';
  30372.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Writer/OrderAttributeWriter.php';
  30373.         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()));
  30374.     }
  30375.     /**
  30376.      * Gets the private 'SwagMigrationAssistant\Migration\Writer\OrderDocumentAttributeWriter' shared service.
  30377.      *
  30378.      * @return \SwagMigrationAssistant\Migration\Writer\OrderDocumentAttributeWriter
  30379.      */
  30380.     protected function getOrderDocumentAttributeWriterService()
  30381.     {
  30382.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Writer/WriterInterface.php';
  30383.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Writer/AbstractWriter.php';
  30384.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Writer/OrderDocumentAttributeWriter.php';
  30385.         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()));
  30386.     }
  30387.     /**
  30388.      * Gets the private 'SwagMigrationAssistant\Migration\Writer\OrderDocumentWriter' shared service.
  30389.      *
  30390.      * @return \SwagMigrationAssistant\Migration\Writer\OrderDocumentWriter
  30391.      */
  30392.     protected function getOrderDocumentWriterService()
  30393.     {
  30394.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Writer/WriterInterface.php';
  30395.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Writer/AbstractWriter.php';
  30396.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Writer/OrderDocumentWriter.php';
  30397.         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()));
  30398.     }
  30399.     /**
  30400.      * Gets the private 'SwagMigrationAssistant\Migration\Writer\OrderWriter' shared service.
  30401.      *
  30402.      * @return \SwagMigrationAssistant\Migration\Writer\OrderWriter
  30403.      */
  30404.     protected function getOrderWriterService()
  30405.     {
  30406.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Writer/WriterInterface.php';
  30407.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Writer/AbstractWriter.php';
  30408.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Writer/OrderWriter.php';
  30409.         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())));
  30410.     }
  30411.     /**
  30412.      * Gets the private 'SwagMigrationAssistant\Migration\Writer\ProductAttributeWriter' shared service.
  30413.      *
  30414.      * @return \SwagMigrationAssistant\Migration\Writer\ProductAttributeWriter
  30415.      */
  30416.     protected function getProductAttributeWriterService()
  30417.     {
  30418.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Writer/WriterInterface.php';
  30419.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Writer/AbstractWriter.php';
  30420.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Writer/ProductAttributeWriter.php';
  30421.         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()));
  30422.     }
  30423.     /**
  30424.      * Gets the private 'SwagMigrationAssistant\Migration\Writer\ProductPriceAttributeWriter' shared service.
  30425.      *
  30426.      * @return \SwagMigrationAssistant\Migration\Writer\ProductPriceAttributeWriter
  30427.      */
  30428.     protected function getProductPriceAttributeWriterService()
  30429.     {
  30430.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Writer/WriterInterface.php';
  30431.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Writer/AbstractWriter.php';
  30432.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Writer/ProductPriceAttributeWriter.php';
  30433.         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()));
  30434.     }
  30435.     /**
  30436.      * Gets the private 'SwagMigrationAssistant\Migration\Writer\ProductReviewWriter' shared service.
  30437.      *
  30438.      * @return \SwagMigrationAssistant\Migration\Writer\ProductReviewWriter
  30439.      */
  30440.     protected function getProductReviewWriterService()
  30441.     {
  30442.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Writer/WriterInterface.php';
  30443.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Writer/AbstractWriter.php';
  30444.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Writer/ProductReviewWriter.php';
  30445.         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()));
  30446.     }
  30447.     /**
  30448.      * Gets the private 'SwagMigrationAssistant\Migration\Writer\ProductWriter' shared service.
  30449.      *
  30450.      * @return \SwagMigrationAssistant\Migration\Writer\ProductWriter
  30451.      */
  30452.     protected function getProductWriterService()
  30453.     {
  30454.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Writer/WriterInterface.php';
  30455.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Writer/AbstractWriter.php';
  30456.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Writer/ProductWriter.php';
  30457.         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()));
  30458.     }
  30459.     /**
  30460.      * Gets the private 'SwagMigrationAssistant\Migration\Writer\PropertyGroupOptionWriter' shared service.
  30461.      *
  30462.      * @return \SwagMigrationAssistant\Migration\Writer\PropertyGroupOptionWriter
  30463.      */
  30464.     protected function getPropertyGroupOptionWriterService()
  30465.     {
  30466.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Writer/WriterInterface.php';
  30467.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Writer/AbstractWriter.php';
  30468.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Writer/PropertyGroupOptionWriter.php';
  30469.         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()));
  30470.     }
  30471.     /**
  30472.      * Gets the private 'SwagMigrationAssistant\Migration\Writer\SalesChannelWriter' shared service.
  30473.      *
  30474.      * @return \SwagMigrationAssistant\Migration\Writer\SalesChannelWriter
  30475.      */
  30476.     protected function getSalesChannelWriterService()
  30477.     {
  30478.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Writer/WriterInterface.php';
  30479.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Writer/AbstractWriter.php';
  30480.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Writer/SalesChannelWriter.php';
  30481.         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()));
  30482.     }
  30483.     /**
  30484.      * Gets the private 'SwagMigrationAssistant\Migration\Writer\SeoUrlWriter' shared service.
  30485.      *
  30486.      * @return \SwagMigrationAssistant\Migration\Writer\SeoUrlWriter
  30487.      */
  30488.     protected function getSeoUrlWriterService()
  30489.     {
  30490.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Writer/WriterInterface.php';
  30491.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Writer/AbstractWriter.php';
  30492.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Writer/SeoUrlWriter.php';
  30493.         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()));
  30494.     }
  30495.     /**
  30496.      * Gets the private 'SwagMigrationAssistant\Migration\Writer\ShippingMethodWriter' shared service.
  30497.      *
  30498.      * @return \SwagMigrationAssistant\Migration\Writer\ShippingMethodWriter
  30499.      */
  30500.     protected function getShippingMethodWriterService()
  30501.     {
  30502.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Writer/WriterInterface.php';
  30503.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Writer/AbstractWriter.php';
  30504.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Writer/ShippingMethodWriter.php';
  30505.         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()));
  30506.     }
  30507.     /**
  30508.      * Gets the private 'SwagMigrationAssistant\Migration\Writer\TranslationWriter' shared service.
  30509.      *
  30510.      * @return \SwagMigrationAssistant\Migration\Writer\TranslationWriter
  30511.      */
  30512.     protected function getTranslationWriterService()
  30513.     {
  30514.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Writer/WriterInterface.php';
  30515.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Writer/TranslationWriter.php';
  30516.         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()));
  30517.     }
  30518.     /**
  30519.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware54\Converter\Shopware54CategoryAttributeConverter' shared service.
  30520.      *
  30521.      * @return \SwagMigrationAssistant\Profile\Shopware54\Converter\Shopware54CategoryAttributeConverter
  30522.      */
  30523.     protected function getShopware54CategoryAttributeConverterService()
  30524.     {
  30525.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  30526.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  30527.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/AttributeConverter.php';
  30528.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/CategoryAttributeConverter.php';
  30529.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware54/Converter/Shopware54CategoryAttributeConverter.php';
  30530.         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()));
  30531.     }
  30532.     /**
  30533.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware54\Converter\Shopware54CategoryConverter' shared service.
  30534.      *
  30535.      * @return \SwagMigrationAssistant\Profile\Shopware54\Converter\Shopware54CategoryConverter
  30536.      */
  30537.     protected function getShopware54CategoryConverterService()
  30538.     {
  30539.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  30540.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  30541.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/ShopwareConverter.php';
  30542.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/CategoryConverter.php';
  30543.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware54/Converter/Shopware54CategoryConverter.php';
  30544.         $a = ($this->privates['SwagMigrationAssistant\\Migration\\Media\\MediaFileService'] ?? $this->getMediaFileServiceService());
  30545.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware54\\Converter\\Shopware54CategoryConverter'])) {
  30546.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware54\\Converter\\Shopware54CategoryConverter'];
  30547.         }
  30548.         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);
  30549.     }
  30550.     /**
  30551.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware54\Converter\Shopware54CrossSellingConverter' shared service.
  30552.      *
  30553.      * @return \SwagMigrationAssistant\Profile\Shopware54\Converter\Shopware54CrossSellingConverter
  30554.      */
  30555.     protected function getShopware54CrossSellingConverterService()
  30556.     {
  30557.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  30558.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  30559.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/ShopwareConverter.php';
  30560.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/CrossSellingConverter.php';
  30561.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware54/Converter/Shopware54CrossSellingConverter.php';
  30562.         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()));
  30563.     }
  30564.     /**
  30565.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware54\Converter\Shopware54CurrencyConverter' shared service.
  30566.      *
  30567.      * @return \SwagMigrationAssistant\Profile\Shopware54\Converter\Shopware54CurrencyConverter
  30568.      */
  30569.     protected function getShopware54CurrencyConverterService()
  30570.     {
  30571.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  30572.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  30573.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/ShopwareConverter.php';
  30574.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/CurrencyConverter.php';
  30575.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware54/Converter/Shopware54CurrencyConverter.php';
  30576.         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()));
  30577.     }
  30578.     /**
  30579.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware54\Converter\Shopware54CustomerAttributeConverter' shared service.
  30580.      *
  30581.      * @return \SwagMigrationAssistant\Profile\Shopware54\Converter\Shopware54CustomerAttributeConverter
  30582.      */
  30583.     protected function getShopware54CustomerAttributeConverterService()
  30584.     {
  30585.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  30586.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  30587.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/AttributeConverter.php';
  30588.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/CustomerAttributeConverter.php';
  30589.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware54/Converter/Shopware54CustomerAttributeConverter.php';
  30590.         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()));
  30591.     }
  30592.     /**
  30593.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware54\Converter\Shopware54CustomerConverter' shared service.
  30594.      *
  30595.      * @return \SwagMigrationAssistant\Profile\Shopware54\Converter\Shopware54CustomerConverter
  30596.      */
  30597.     protected function getShopware54CustomerConverterService()
  30598.     {
  30599.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  30600.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  30601.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/ShopwareConverter.php';
  30602.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/CustomerConverter.php';
  30603.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware54/Converter/Shopware54CustomerConverter.php';
  30604.         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()));
  30605.     }
  30606.     /**
  30607.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware54\Converter\Shopware54CustomerGroupAttributeConverter' shared service.
  30608.      *
  30609.      * @return \SwagMigrationAssistant\Profile\Shopware54\Converter\Shopware54CustomerGroupAttributeConverter
  30610.      */
  30611.     protected function getShopware54CustomerGroupAttributeConverterService()
  30612.     {
  30613.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  30614.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  30615.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/AttributeConverter.php';
  30616.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/CustomerGroupAttributeConverter.php';
  30617.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware54/Converter/Shopware54CustomerGroupAttributeConverter.php';
  30618.         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()));
  30619.     }
  30620.     /**
  30621.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware54\Converter\Shopware54CustomerGroupConverter' shared service.
  30622.      *
  30623.      * @return \SwagMigrationAssistant\Profile\Shopware54\Converter\Shopware54CustomerGroupConverter
  30624.      */
  30625.     protected function getShopware54CustomerGroupConverterService()
  30626.     {
  30627.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  30628.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  30629.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/ShopwareConverter.php';
  30630.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/CustomerGroupConverter.php';
  30631.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware54/Converter/Shopware54CustomerGroupConverter.php';
  30632.         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()));
  30633.     }
  30634.     /**
  30635.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware54\Converter\Shopware54CustomerWishlistConverter' shared service.
  30636.      *
  30637.      * @return \SwagMigrationAssistant\Profile\Shopware54\Converter\Shopware54CustomerWishlistConverter
  30638.      */
  30639.     protected function getShopware54CustomerWishlistConverterService()
  30640.     {
  30641.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  30642.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  30643.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/ShopwareConverter.php';
  30644.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/CustomerWishlistConverter.php';
  30645.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware54/Converter/Shopware54CustomerWishlistConverter.php';
  30646.         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()));
  30647.     }
  30648.     /**
  30649.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware54\Converter\Shopware54LanguageConverter' shared service.
  30650.      *
  30651.      * @return \SwagMigrationAssistant\Profile\Shopware54\Converter\Shopware54LanguageConverter
  30652.      */
  30653.     protected function getShopware54LanguageConverterService()
  30654.     {
  30655.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  30656.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  30657.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/ShopwareConverter.php';
  30658.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/LanguageConverter.php';
  30659.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware54/Converter/Shopware54LanguageConverter.php';
  30660.         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()));
  30661.     }
  30662.     /**
  30663.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware54\Converter\Shopware54MainVariantRelationConverter' shared service.
  30664.      *
  30665.      * @return \SwagMigrationAssistant\Profile\Shopware54\Converter\Shopware54MainVariantRelationConverter
  30666.      */
  30667.     protected function getShopware54MainVariantRelationConverterService()
  30668.     {
  30669.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  30670.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  30671.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/ShopwareConverter.php';
  30672.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/MainVariantRelationConverter.php';
  30673.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware54/Converter/Shopware54MainVariantRelationConverter.php';
  30674.         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()));
  30675.     }
  30676.     /**
  30677.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware54\Converter\Shopware54ManufacturerAttributeConverter' shared service.
  30678.      *
  30679.      * @return \SwagMigrationAssistant\Profile\Shopware54\Converter\Shopware54ManufacturerAttributeConverter
  30680.      */
  30681.     protected function getShopware54ManufacturerAttributeConverterService()
  30682.     {
  30683.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  30684.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  30685.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/AttributeConverter.php';
  30686.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/ManufacturerAttributeConverter.php';
  30687.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware54/Converter/Shopware54ManufacturerAttributeConverter.php';
  30688.         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()));
  30689.     }
  30690.     /**
  30691.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware54\Converter\Shopware54MediaConverter' shared service.
  30692.      *
  30693.      * @return \SwagMigrationAssistant\Profile\Shopware54\Converter\Shopware54MediaConverter
  30694.      */
  30695.     protected function getShopware54MediaConverterService()
  30696.     {
  30697.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  30698.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  30699.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/ShopwareConverter.php';
  30700.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/MediaConverter.php';
  30701.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware54/Converter/Shopware54MediaConverter.php';
  30702.         $a = ($this->privates['SwagMigrationAssistant\\Migration\\Media\\MediaFileService'] ?? $this->getMediaFileServiceService());
  30703.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware54\\Converter\\Shopware54MediaConverter'])) {
  30704.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware54\\Converter\\Shopware54MediaConverter'];
  30705.         }
  30706.         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);
  30707.     }
  30708.     /**
  30709.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware54\Converter\Shopware54MediaFolderConverter' shared service.
  30710.      *
  30711.      * @return \SwagMigrationAssistant\Profile\Shopware54\Converter\Shopware54MediaFolderConverter
  30712.      */
  30713.     protected function getShopware54MediaFolderConverterService()
  30714.     {
  30715.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  30716.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  30717.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/ShopwareConverter.php';
  30718.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/MediaFolderConverter.php';
  30719.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware54/Converter/Shopware54MediaFolderConverter.php';
  30720.         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()));
  30721.     }
  30722.     /**
  30723.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware54\Converter\Shopware54NewsletterRecipientConverter' shared service.
  30724.      *
  30725.      * @return \SwagMigrationAssistant\Profile\Shopware54\Converter\Shopware54NewsletterRecipientConverter
  30726.      */
  30727.     protected function getShopware54NewsletterRecipientConverterService()
  30728.     {
  30729.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  30730.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  30731.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/ShopwareConverter.php';
  30732.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/NewsletterRecipientConverter.php';
  30733.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware54/Converter/Shopware54NewsletterRecipientConverter.php';
  30734.         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()));
  30735.     }
  30736.     /**
  30737.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware54\Converter\Shopware54NumberRangeConverter' shared service.
  30738.      *
  30739.      * @return \SwagMigrationAssistant\Profile\Shopware54\Converter\Shopware54NumberRangeConverter
  30740.      */
  30741.     protected function getShopware54NumberRangeConverterService()
  30742.     {
  30743.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  30744.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  30745.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/ShopwareConverter.php';
  30746.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/NumberRangeConverter.php';
  30747.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware54/Converter/Shopware54NumberRangeConverter.php';
  30748.         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()));
  30749.     }
  30750.     /**
  30751.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware54\Converter\Shopware54OrderAttributeConverter' shared service.
  30752.      *
  30753.      * @return \SwagMigrationAssistant\Profile\Shopware54\Converter\Shopware54OrderAttributeConverter
  30754.      */
  30755.     protected function getShopware54OrderAttributeConverterService()
  30756.     {
  30757.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  30758.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  30759.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/AttributeConverter.php';
  30760.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/OrderAttributeConverter.php';
  30761.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware54/Converter/Shopware54OrderAttributeConverter.php';
  30762.         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()));
  30763.     }
  30764.     /**
  30765.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware54\Converter\Shopware54OrderConverter' shared service.
  30766.      *
  30767.      * @return \SwagMigrationAssistant\Profile\Shopware54\Converter\Shopware54OrderConverter
  30768.      */
  30769.     protected function getShopware54OrderConverterService()
  30770.     {
  30771.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  30772.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  30773.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/ShopwareConverter.php';
  30774.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/OrderConverter.php';
  30775.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware54/Converter/Shopware54OrderConverter.php';
  30776.         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())));
  30777.     }
  30778.     /**
  30779.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware54\Converter\Shopware54OrderDocumentAttributeConverter' shared service.
  30780.      *
  30781.      * @return \SwagMigrationAssistant\Profile\Shopware54\Converter\Shopware54OrderDocumentAttributeConverter
  30782.      */
  30783.     protected function getShopware54OrderDocumentAttributeConverterService()
  30784.     {
  30785.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  30786.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  30787.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/AttributeConverter.php';
  30788.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/OrderDocumentAttributeConverter.php';
  30789.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware54/Converter/Shopware54OrderDocumentAttributeConverter.php';
  30790.         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()));
  30791.     }
  30792.     /**
  30793.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware54\Converter\Shopware54OrderDocumentConverter' shared service.
  30794.      *
  30795.      * @return \SwagMigrationAssistant\Profile\Shopware54\Converter\Shopware54OrderDocumentConverter
  30796.      */
  30797.     protected function getShopware54OrderDocumentConverterService()
  30798.     {
  30799.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  30800.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  30801.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/ShopwareConverter.php';
  30802.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/OrderDocumentConverter.php';
  30803.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware54/Converter/Shopware54OrderDocumentConverter.php';
  30804.         $a = ($this->privates['SwagMigrationAssistant\\Migration\\Media\\MediaFileService'] ?? $this->getMediaFileServiceService());
  30805.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware54\\Converter\\Shopware54OrderDocumentConverter'])) {
  30806.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware54\\Converter\\Shopware54OrderDocumentConverter'];
  30807.         }
  30808.         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);
  30809.     }
  30810.     /**
  30811.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware54\Converter\Shopware54ProductAttributeConverter' shared service.
  30812.      *
  30813.      * @return \SwagMigrationAssistant\Profile\Shopware54\Converter\Shopware54ProductAttributeConverter
  30814.      */
  30815.     protected function getShopware54ProductAttributeConverterService()
  30816.     {
  30817.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  30818.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  30819.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/AttributeConverter.php';
  30820.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/ProductAttributeConverter.php';
  30821.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware54/Converter/Shopware54ProductAttributeConverter.php';
  30822.         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()));
  30823.     }
  30824.     /**
  30825.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware54\Converter\Shopware54ProductConverter' shared service.
  30826.      *
  30827.      * @return \SwagMigrationAssistant\Profile\Shopware54\Converter\Shopware54ProductConverter
  30828.      */
  30829.     protected function getShopware54ProductConverterService()
  30830.     {
  30831.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  30832.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  30833.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/ShopwareConverter.php';
  30834.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/ProductConverter.php';
  30835.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware54/Converter/Shopware54ProductConverter.php';
  30836.         $a = ($this->privates['SwagMigrationAssistant\\Migration\\Media\\MediaFileService'] ?? $this->getMediaFileServiceService());
  30837.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware54\\Converter\\Shopware54ProductConverter'])) {
  30838.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware54\\Converter\\Shopware54ProductConverter'];
  30839.         }
  30840.         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);
  30841.     }
  30842.     /**
  30843.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware54\Converter\Shopware54ProductOptionRelationConverter' shared service.
  30844.      *
  30845.      * @return \SwagMigrationAssistant\Profile\Shopware54\Converter\Shopware54ProductOptionRelationConverter
  30846.      */
  30847.     protected function getShopware54ProductOptionRelationConverterService()
  30848.     {
  30849.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  30850.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  30851.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/ShopwareConverter.php';
  30852.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/ProductOptionRelationConverter.php';
  30853.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware54/Converter/Shopware54ProductOptionRelationConverter.php';
  30854.         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()));
  30855.     }
  30856.     /**
  30857.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware54\Converter\Shopware54ProductPriceAttributeConverter' shared service.
  30858.      *
  30859.      * @return \SwagMigrationAssistant\Profile\Shopware54\Converter\Shopware54ProductPriceAttributeConverter
  30860.      */
  30861.     protected function getShopware54ProductPriceAttributeConverterService()
  30862.     {
  30863.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  30864.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  30865.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/AttributeConverter.php';
  30866.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/ProductPriceAttributeConverter.php';
  30867.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware54/Converter/Shopware54ProductPriceAttributeConverter.php';
  30868.         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()));
  30869.     }
  30870.     /**
  30871.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware54\Converter\Shopware54ProductPropertyRelationConverter' shared service.
  30872.      *
  30873.      * @return \SwagMigrationAssistant\Profile\Shopware54\Converter\Shopware54ProductPropertyRelationConverter
  30874.      */
  30875.     protected function getShopware54ProductPropertyRelationConverterService()
  30876.     {
  30877.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  30878.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  30879.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/ShopwareConverter.php';
  30880.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/ProductPropertyRelationConverter.php';
  30881.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware54/Converter/Shopware54ProductPropertyRelationConverter.php';
  30882.         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()));
  30883.     }
  30884.     /**
  30885.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware54\Converter\Shopware54ProductReviewConverter' shared service.
  30886.      *
  30887.      * @return \SwagMigrationAssistant\Profile\Shopware54\Converter\Shopware54ProductReviewConverter
  30888.      */
  30889.     protected function getShopware54ProductReviewConverterService()
  30890.     {
  30891.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  30892.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  30893.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/ShopwareConverter.php';
  30894.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/ProductReviewConverter.php';
  30895.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware54/Converter/Shopware54ProductReviewConverter.php';
  30896.         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()));
  30897.     }
  30898.     /**
  30899.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware54\Converter\Shopware54PromotionConverter' shared service.
  30900.      *
  30901.      * @return \SwagMigrationAssistant\Profile\Shopware54\Converter\Shopware54PromotionConverter
  30902.      */
  30903.     protected function getShopware54PromotionConverterService()
  30904.     {
  30905.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  30906.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  30907.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/ShopwareConverter.php';
  30908.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/PromotionConverter.php';
  30909.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware54/Converter/Shopware54PromotionConverter.php';
  30910.         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()));
  30911.     }
  30912.     /**
  30913.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware54\Converter\Shopware54PropertyGroupOptionConverter' shared service.
  30914.      *
  30915.      * @return \SwagMigrationAssistant\Profile\Shopware54\Converter\Shopware54PropertyGroupOptionConverter
  30916.      */
  30917.     protected function getShopware54PropertyGroupOptionConverterService()
  30918.     {
  30919.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  30920.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  30921.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/ShopwareConverter.php';
  30922.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/PropertyGroupOptionConverter.php';
  30923.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware54/Converter/Shopware54PropertyGroupOptionConverter.php';
  30924.         $a = ($this->privates['SwagMigrationAssistant\\Migration\\Media\\MediaFileService'] ?? $this->getMediaFileServiceService());
  30925.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware54\\Converter\\Shopware54PropertyGroupOptionConverter'])) {
  30926.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware54\\Converter\\Shopware54PropertyGroupOptionConverter'];
  30927.         }
  30928.         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);
  30929.     }
  30930.     /**
  30931.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware54\Converter\Shopware54SalesChannelConverter' shared service.
  30932.      *
  30933.      * @return \SwagMigrationAssistant\Profile\Shopware54\Converter\Shopware54SalesChannelConverter
  30934.      */
  30935.     protected function getShopware54SalesChannelConverterService()
  30936.     {
  30937.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  30938.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  30939.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/ShopwareConverter.php';
  30940.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/SalesChannelConverter.php';
  30941.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware54/Converter/Shopware54SalesChannelConverter.php';
  30942.         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()), ($this->services['swag_language_pack_language.repository'] ?? $this->getSwagLanguagePackLanguage_RepositoryService()));
  30943.     }
  30944.     /**
  30945.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware54\Converter\Shopware54SeoUrlConverter' shared service.
  30946.      *
  30947.      * @return \SwagMigrationAssistant\Profile\Shopware54\Converter\Shopware54SeoUrlConverter
  30948.      */
  30949.     protected function getShopware54SeoUrlConverterService()
  30950.     {
  30951.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  30952.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  30953.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/ShopwareConverter.php';
  30954.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/SeoUrlConverter.php';
  30955.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware54/Converter/Shopware54SeoUrlConverter.php';
  30956.         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()));
  30957.     }
  30958.     /**
  30959.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware54\Converter\Shopware54ShippingMethodConverter' shared service.
  30960.      *
  30961.      * @return \SwagMigrationAssistant\Profile\Shopware54\Converter\Shopware54ShippingMethodConverter
  30962.      */
  30963.     protected function getShopware54ShippingMethodConverterService()
  30964.     {
  30965.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  30966.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  30967.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/ShopwareConverter.php';
  30968.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/ShippingMethodConverter.php';
  30969.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware54/Converter/Shopware54ShippingMethodConverter.php';
  30970.         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()));
  30971.     }
  30972.     /**
  30973.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware54\Converter\Shopware54TranslationConverter' shared service.
  30974.      *
  30975.      * @return \SwagMigrationAssistant\Profile\Shopware54\Converter\Shopware54TranslationConverter
  30976.      */
  30977.     protected function getShopware54TranslationConverterService()
  30978.     {
  30979.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  30980.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  30981.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/ShopwareConverter.php';
  30982.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/TranslationConverter.php';
  30983.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware54/Converter/Shopware54TranslationConverter.php';
  30984.         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()));
  30985.     }
  30986.     /**
  30987.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware55\Converter\Shopware55CategoryAttributeConverter' shared service.
  30988.      *
  30989.      * @return \SwagMigrationAssistant\Profile\Shopware55\Converter\Shopware55CategoryAttributeConverter
  30990.      */
  30991.     protected function getShopware55CategoryAttributeConverterService()
  30992.     {
  30993.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  30994.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  30995.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/AttributeConverter.php';
  30996.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/CategoryAttributeConverter.php';
  30997.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware55/Converter/Shopware55CategoryAttributeConverter.php';
  30998.         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()));
  30999.     }
  31000.     /**
  31001.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware55\Converter\Shopware55CategoryConverter' shared service.
  31002.      *
  31003.      * @return \SwagMigrationAssistant\Profile\Shopware55\Converter\Shopware55CategoryConverter
  31004.      */
  31005.     protected function getShopware55CategoryConverterService()
  31006.     {
  31007.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  31008.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  31009.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/ShopwareConverter.php';
  31010.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/CategoryConverter.php';
  31011.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware55/Converter/Shopware55CategoryConverter.php';
  31012.         $a = ($this->privates['SwagMigrationAssistant\\Migration\\Media\\MediaFileService'] ?? $this->getMediaFileServiceService());
  31013.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware55\\Converter\\Shopware55CategoryConverter'])) {
  31014.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware55\\Converter\\Shopware55CategoryConverter'];
  31015.         }
  31016.         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);
  31017.     }
  31018.     /**
  31019.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware55\Converter\Shopware55CrossSellingConverter' shared service.
  31020.      *
  31021.      * @return \SwagMigrationAssistant\Profile\Shopware55\Converter\Shopware55CrossSellingConverter
  31022.      */
  31023.     protected function getShopware55CrossSellingConverterService()
  31024.     {
  31025.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  31026.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  31027.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/ShopwareConverter.php';
  31028.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/CrossSellingConverter.php';
  31029.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware55/Converter/Shopware55CrossSellingConverter.php';
  31030.         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()));
  31031.     }
  31032.     /**
  31033.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware55\Converter\Shopware55CurrencyConverter' shared service.
  31034.      *
  31035.      * @return \SwagMigrationAssistant\Profile\Shopware55\Converter\Shopware55CurrencyConverter
  31036.      */
  31037.     protected function getShopware55CurrencyConverterService()
  31038.     {
  31039.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  31040.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  31041.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/ShopwareConverter.php';
  31042.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/CurrencyConverter.php';
  31043.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware55/Converter/Shopware55CurrencyConverter.php';
  31044.         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()));
  31045.     }
  31046.     /**
  31047.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware55\Converter\Shopware55CustomerAttributeConverter' shared service.
  31048.      *
  31049.      * @return \SwagMigrationAssistant\Profile\Shopware55\Converter\Shopware55CustomerAttributeConverter
  31050.      */
  31051.     protected function getShopware55CustomerAttributeConverterService()
  31052.     {
  31053.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  31054.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  31055.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/AttributeConverter.php';
  31056.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/CustomerAttributeConverter.php';
  31057.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware55/Converter/Shopware55CustomerAttributeConverter.php';
  31058.         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()));
  31059.     }
  31060.     /**
  31061.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware55\Converter\Shopware55CustomerConverter' shared service.
  31062.      *
  31063.      * @return \SwagMigrationAssistant\Profile\Shopware55\Converter\Shopware55CustomerConverter
  31064.      */
  31065.     protected function getShopware55CustomerConverterService()
  31066.     {
  31067.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  31068.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  31069.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/ShopwareConverter.php';
  31070.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/CustomerConverter.php';
  31071.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware55/Converter/Shopware55CustomerConverter.php';
  31072.         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()));
  31073.     }
  31074.     /**
  31075.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware55\Converter\Shopware55CustomerGroupAttributeConverter' shared service.
  31076.      *
  31077.      * @return \SwagMigrationAssistant\Profile\Shopware55\Converter\Shopware55CustomerGroupAttributeConverter
  31078.      */
  31079.     protected function getShopware55CustomerGroupAttributeConverterService()
  31080.     {
  31081.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  31082.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  31083.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/AttributeConverter.php';
  31084.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/CustomerGroupAttributeConverter.php';
  31085.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware55/Converter/Shopware55CustomerGroupAttributeConverter.php';
  31086.         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()));
  31087.     }
  31088.     /**
  31089.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware55\Converter\Shopware55CustomerGroupConverter' shared service.
  31090.      *
  31091.      * @return \SwagMigrationAssistant\Profile\Shopware55\Converter\Shopware55CustomerGroupConverter
  31092.      */
  31093.     protected function getShopware55CustomerGroupConverterService()
  31094.     {
  31095.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  31096.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  31097.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/ShopwareConverter.php';
  31098.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/CustomerGroupConverter.php';
  31099.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware55/Converter/Shopware55CustomerGroupConverter.php';
  31100.         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()));
  31101.     }
  31102.     /**
  31103.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware55\Converter\Shopware55CustomerWishlistConverter' shared service.
  31104.      *
  31105.      * @return \SwagMigrationAssistant\Profile\Shopware55\Converter\Shopware55CustomerWishlistConverter
  31106.      */
  31107.     protected function getShopware55CustomerWishlistConverterService()
  31108.     {
  31109.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  31110.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  31111.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/ShopwareConverter.php';
  31112.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/CustomerWishlistConverter.php';
  31113.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware55/Converter/Shopware55CustomerWishlistConverter.php';
  31114.         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()));
  31115.     }
  31116.     /**
  31117.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware55\Converter\Shopware55LanguageConverter' shared service.
  31118.      *
  31119.      * @return \SwagMigrationAssistant\Profile\Shopware55\Converter\Shopware55LanguageConverter
  31120.      */
  31121.     protected function getShopware55LanguageConverterService()
  31122.     {
  31123.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  31124.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  31125.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/ShopwareConverter.php';
  31126.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/LanguageConverter.php';
  31127.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware55/Converter/Shopware55LanguageConverter.php';
  31128.         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()));
  31129.     }
  31130.     /**
  31131.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware55\Converter\Shopware55MainVariantRelationConverter' shared service.
  31132.      *
  31133.      * @return \SwagMigrationAssistant\Profile\Shopware55\Converter\Shopware55MainVariantRelationConverter
  31134.      */
  31135.     protected function getShopware55MainVariantRelationConverterService()
  31136.     {
  31137.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  31138.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  31139.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/ShopwareConverter.php';
  31140.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/MainVariantRelationConverter.php';
  31141.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware55/Converter/Shopware55MainVariantRelationConverter.php';
  31142.         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()));
  31143.     }
  31144.     /**
  31145.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware55\Converter\Shopware55ManufacturerAttributeConverter' shared service.
  31146.      *
  31147.      * @return \SwagMigrationAssistant\Profile\Shopware55\Converter\Shopware55ManufacturerAttributeConverter
  31148.      */
  31149.     protected function getShopware55ManufacturerAttributeConverterService()
  31150.     {
  31151.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  31152.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  31153.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/AttributeConverter.php';
  31154.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/ManufacturerAttributeConverter.php';
  31155.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware55/Converter/Shopware55ManufacturerAttributeConverter.php';
  31156.         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()));
  31157.     }
  31158.     /**
  31159.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware55\Converter\Shopware55MediaConverter' shared service.
  31160.      *
  31161.      * @return \SwagMigrationAssistant\Profile\Shopware55\Converter\Shopware55MediaConverter
  31162.      */
  31163.     protected function getShopware55MediaConverterService()
  31164.     {
  31165.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  31166.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  31167.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/ShopwareConverter.php';
  31168.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/MediaConverter.php';
  31169.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware55/Converter/Shopware55MediaConverter.php';
  31170.         $a = ($this->privates['SwagMigrationAssistant\\Migration\\Media\\MediaFileService'] ?? $this->getMediaFileServiceService());
  31171.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware55\\Converter\\Shopware55MediaConverter'])) {
  31172.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware55\\Converter\\Shopware55MediaConverter'];
  31173.         }
  31174.         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);
  31175.     }
  31176.     /**
  31177.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware55\Converter\Shopware55MediaFolderConverter' shared service.
  31178.      *
  31179.      * @return \SwagMigrationAssistant\Profile\Shopware55\Converter\Shopware55MediaFolderConverter
  31180.      */
  31181.     protected function getShopware55MediaFolderConverterService()
  31182.     {
  31183.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  31184.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  31185.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/ShopwareConverter.php';
  31186.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/MediaFolderConverter.php';
  31187.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware55/Converter/Shopware55MediaFolderConverter.php';
  31188.         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()));
  31189.     }
  31190.     /**
  31191.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware55\Converter\Shopware55NewsletterRecipientConverter' shared service.
  31192.      *
  31193.      * @return \SwagMigrationAssistant\Profile\Shopware55\Converter\Shopware55NewsletterRecipientConverter
  31194.      */
  31195.     protected function getShopware55NewsletterRecipientConverterService()
  31196.     {
  31197.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  31198.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  31199.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/ShopwareConverter.php';
  31200.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/NewsletterRecipientConverter.php';
  31201.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware55/Converter/Shopware55NewsletterRecipientConverter.php';
  31202.         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()));
  31203.     }
  31204.     /**
  31205.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware55\Converter\Shopware55NumberRangeConverter' shared service.
  31206.      *
  31207.      * @return \SwagMigrationAssistant\Profile\Shopware55\Converter\Shopware55NumberRangeConverter
  31208.      */
  31209.     protected function getShopware55NumberRangeConverterService()
  31210.     {
  31211.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  31212.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  31213.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/ShopwareConverter.php';
  31214.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/NumberRangeConverter.php';
  31215.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware55/Converter/Shopware55NumberRangeConverter.php';
  31216.         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()));
  31217.     }
  31218.     /**
  31219.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware55\Converter\Shopware55OrderAttributeConverter' shared service.
  31220.      *
  31221.      * @return \SwagMigrationAssistant\Profile\Shopware55\Converter\Shopware55OrderAttributeConverter
  31222.      */
  31223.     protected function getShopware55OrderAttributeConverterService()
  31224.     {
  31225.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  31226.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  31227.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/AttributeConverter.php';
  31228.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/OrderAttributeConverter.php';
  31229.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware55/Converter/Shopware55OrderAttributeConverter.php';
  31230.         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()));
  31231.     }
  31232.     /**
  31233.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware55\Converter\Shopware55OrderConverter' shared service.
  31234.      *
  31235.      * @return \SwagMigrationAssistant\Profile\Shopware55\Converter\Shopware55OrderConverter
  31236.      */
  31237.     protected function getShopware55OrderConverterService()
  31238.     {
  31239.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  31240.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  31241.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/ShopwareConverter.php';
  31242.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/OrderConverter.php';
  31243.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware55/Converter/Shopware55OrderConverter.php';
  31244.         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())));
  31245.     }
  31246.     /**
  31247.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware55\Converter\Shopware55OrderDocumentAttributeConverter' shared service.
  31248.      *
  31249.      * @return \SwagMigrationAssistant\Profile\Shopware55\Converter\Shopware55OrderDocumentAttributeConverter
  31250.      */
  31251.     protected function getShopware55OrderDocumentAttributeConverterService()
  31252.     {
  31253.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  31254.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  31255.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/AttributeConverter.php';
  31256.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/OrderDocumentAttributeConverter.php';
  31257.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware55/Converter/Shopware55OrderDocumentAttributeConverter.php';
  31258.         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()));
  31259.     }
  31260.     /**
  31261.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware55\Converter\Shopware55OrderDocumentConverter' shared service.
  31262.      *
  31263.      * @return \SwagMigrationAssistant\Profile\Shopware55\Converter\Shopware55OrderDocumentConverter
  31264.      */
  31265.     protected function getShopware55OrderDocumentConverterService()
  31266.     {
  31267.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  31268.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  31269.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/ShopwareConverter.php';
  31270.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/OrderDocumentConverter.php';
  31271.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware55/Converter/Shopware55OrderDocumentConverter.php';
  31272.         $a = ($this->privates['SwagMigrationAssistant\\Migration\\Media\\MediaFileService'] ?? $this->getMediaFileServiceService());
  31273.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware55\\Converter\\Shopware55OrderDocumentConverter'])) {
  31274.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware55\\Converter\\Shopware55OrderDocumentConverter'];
  31275.         }
  31276.         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);
  31277.     }
  31278.     /**
  31279.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware55\Converter\Shopware55ProductAttributeConverter' shared service.
  31280.      *
  31281.      * @return \SwagMigrationAssistant\Profile\Shopware55\Converter\Shopware55ProductAttributeConverter
  31282.      */
  31283.     protected function getShopware55ProductAttributeConverterService()
  31284.     {
  31285.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  31286.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  31287.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/AttributeConverter.php';
  31288.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/ProductAttributeConverter.php';
  31289.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware55/Converter/Shopware55ProductAttributeConverter.php';
  31290.         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()));
  31291.     }
  31292.     /**
  31293.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware55\Converter\Shopware55ProductConverter' shared service.
  31294.      *
  31295.      * @return \SwagMigrationAssistant\Profile\Shopware55\Converter\Shopware55ProductConverter
  31296.      */
  31297.     protected function getShopware55ProductConverterService()
  31298.     {
  31299.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  31300.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  31301.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/ShopwareConverter.php';
  31302.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/ProductConverter.php';
  31303.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware55/Converter/Shopware55ProductConverter.php';
  31304.         $a = ($this->privates['SwagMigrationAssistant\\Migration\\Media\\MediaFileService'] ?? $this->getMediaFileServiceService());
  31305.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware55\\Converter\\Shopware55ProductConverter'])) {
  31306.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware55\\Converter\\Shopware55ProductConverter'];
  31307.         }
  31308.         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);
  31309.     }
  31310.     /**
  31311.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware55\Converter\Shopware55ProductOptionRelationConverter' shared service.
  31312.      *
  31313.      * @return \SwagMigrationAssistant\Profile\Shopware55\Converter\Shopware55ProductOptionRelationConverter
  31314.      */
  31315.     protected function getShopware55ProductOptionRelationConverterService()
  31316.     {
  31317.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  31318.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  31319.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/ShopwareConverter.php';
  31320.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/ProductOptionRelationConverter.php';
  31321.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware55/Converter/Shopware55ProductOptionRelationConverter.php';
  31322.         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()));
  31323.     }
  31324.     /**
  31325.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware55\Converter\Shopware55ProductPriceAttributeConverter' shared service.
  31326.      *
  31327.      * @return \SwagMigrationAssistant\Profile\Shopware55\Converter\Shopware55ProductPriceAttributeConverter
  31328.      */
  31329.     protected function getShopware55ProductPriceAttributeConverterService()
  31330.     {
  31331.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  31332.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  31333.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/AttributeConverter.php';
  31334.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/ProductPriceAttributeConverter.php';
  31335.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware55/Converter/Shopware55ProductPriceAttributeConverter.php';
  31336.         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()));
  31337.     }
  31338.     /**
  31339.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware55\Converter\Shopware55ProductPropertyRelationConverter' shared service.
  31340.      *
  31341.      * @return \SwagMigrationAssistant\Profile\Shopware55\Converter\Shopware55ProductPropertyRelationConverter
  31342.      */
  31343.     protected function getShopware55ProductPropertyRelationConverterService()
  31344.     {
  31345.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  31346.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  31347.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/ShopwareConverter.php';
  31348.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/ProductPropertyRelationConverter.php';
  31349.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware55/Converter/Shopware55ProductPropertyRelationConverter.php';
  31350.         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()));
  31351.     }
  31352.     /**
  31353.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware55\Converter\Shopware55ProductReviewConverter' shared service.
  31354.      *
  31355.      * @return \SwagMigrationAssistant\Profile\Shopware55\Converter\Shopware55ProductReviewConverter
  31356.      */
  31357.     protected function getShopware55ProductReviewConverterService()
  31358.     {
  31359.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  31360.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  31361.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/ShopwareConverter.php';
  31362.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/ProductReviewConverter.php';
  31363.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware55/Converter/Shopware55ProductReviewConverter.php';
  31364.         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()));
  31365.     }
  31366.     /**
  31367.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware55\Converter\Shopware55PromotionConverter' shared service.
  31368.      *
  31369.      * @return \SwagMigrationAssistant\Profile\Shopware55\Converter\Shopware55PromotionConverter
  31370.      */
  31371.     protected function getShopware55PromotionConverterService()
  31372.     {
  31373.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  31374.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  31375.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/ShopwareConverter.php';
  31376.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/PromotionConverter.php';
  31377.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware55/Converter/Shopware55PromotionConverter.php';
  31378.         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()));
  31379.     }
  31380.     /**
  31381.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware55\Converter\Shopware55PropertyGroupOptionConverter' shared service.
  31382.      *
  31383.      * @return \SwagMigrationAssistant\Profile\Shopware55\Converter\Shopware55PropertyGroupOptionConverter
  31384.      */
  31385.     protected function getShopware55PropertyGroupOptionConverterService()
  31386.     {
  31387.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  31388.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  31389.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/ShopwareConverter.php';
  31390.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/PropertyGroupOptionConverter.php';
  31391.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware55/Converter/Shopware55PropertyGroupOptionConverter.php';
  31392.         $a = ($this->privates['SwagMigrationAssistant\\Migration\\Media\\MediaFileService'] ?? $this->getMediaFileServiceService());
  31393.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware55\\Converter\\Shopware55PropertyGroupOptionConverter'])) {
  31394.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware55\\Converter\\Shopware55PropertyGroupOptionConverter'];
  31395.         }
  31396.         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);
  31397.     }
  31398.     /**
  31399.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware55\Converter\Shopware55SalesChannelConverter' shared service.
  31400.      *
  31401.      * @return \SwagMigrationAssistant\Profile\Shopware55\Converter\Shopware55SalesChannelConverter
  31402.      */
  31403.     protected function getShopware55SalesChannelConverterService()
  31404.     {
  31405.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  31406.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  31407.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/ShopwareConverter.php';
  31408.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/SalesChannelConverter.php';
  31409.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware55/Converter/Shopware55SalesChannelConverter.php';
  31410.         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()), ($this->services['swag_language_pack_language.repository'] ?? $this->getSwagLanguagePackLanguage_RepositoryService()));
  31411.     }
  31412.     /**
  31413.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware55\Converter\Shopware55SeoUrlConverter' shared service.
  31414.      *
  31415.      * @return \SwagMigrationAssistant\Profile\Shopware55\Converter\Shopware55SeoUrlConverter
  31416.      */
  31417.     protected function getShopware55SeoUrlConverterService()
  31418.     {
  31419.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  31420.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  31421.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/ShopwareConverter.php';
  31422.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/SeoUrlConverter.php';
  31423.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware55/Converter/Shopware55SeoUrlConverter.php';
  31424.         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()));
  31425.     }
  31426.     /**
  31427.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware55\Converter\Shopware55ShippingMethodConverter' shared service.
  31428.      *
  31429.      * @return \SwagMigrationAssistant\Profile\Shopware55\Converter\Shopware55ShippingMethodConverter
  31430.      */
  31431.     protected function getShopware55ShippingMethodConverterService()
  31432.     {
  31433.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  31434.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  31435.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/ShopwareConverter.php';
  31436.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/ShippingMethodConverter.php';
  31437.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware55/Converter/Shopware55ShippingMethodConverter.php';
  31438.         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()));
  31439.     }
  31440.     /**
  31441.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware55\Converter\Shopware55TranslationConverter' shared service.
  31442.      *
  31443.      * @return \SwagMigrationAssistant\Profile\Shopware55\Converter\Shopware55TranslationConverter
  31444.      */
  31445.     protected function getShopware55TranslationConverterService()
  31446.     {
  31447.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  31448.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  31449.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/ShopwareConverter.php';
  31450.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/TranslationConverter.php';
  31451.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware55/Converter/Shopware55TranslationConverter.php';
  31452.         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()));
  31453.     }
  31454.     /**
  31455.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware56\Converter\Shopware56CategoryAttributeConverter' shared service.
  31456.      *
  31457.      * @return \SwagMigrationAssistant\Profile\Shopware56\Converter\Shopware56CategoryAttributeConverter
  31458.      */
  31459.     protected function getShopware56CategoryAttributeConverterService()
  31460.     {
  31461.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  31462.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  31463.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/AttributeConverter.php';
  31464.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/CategoryAttributeConverter.php';
  31465.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware56/Converter/Shopware56CategoryAttributeConverter.php';
  31466.         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()));
  31467.     }
  31468.     /**
  31469.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware56\Converter\Shopware56CategoryConverter' shared service.
  31470.      *
  31471.      * @return \SwagMigrationAssistant\Profile\Shopware56\Converter\Shopware56CategoryConverter
  31472.      */
  31473.     protected function getShopware56CategoryConverterService()
  31474.     {
  31475.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  31476.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  31477.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/ShopwareConverter.php';
  31478.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/CategoryConverter.php';
  31479.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware56/Converter/Shopware56CategoryConverter.php';
  31480.         $a = ($this->privates['SwagMigrationAssistant\\Migration\\Media\\MediaFileService'] ?? $this->getMediaFileServiceService());
  31481.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware56\\Converter\\Shopware56CategoryConverter'])) {
  31482.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware56\\Converter\\Shopware56CategoryConverter'];
  31483.         }
  31484.         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);
  31485.     }
  31486.     /**
  31487.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware56\Converter\Shopware56CrossSellingConverter' shared service.
  31488.      *
  31489.      * @return \SwagMigrationAssistant\Profile\Shopware56\Converter\Shopware56CrossSellingConverter
  31490.      */
  31491.     protected function getShopware56CrossSellingConverterService()
  31492.     {
  31493.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  31494.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  31495.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/ShopwareConverter.php';
  31496.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/CrossSellingConverter.php';
  31497.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware56/Converter/Shopware56CrossSellingConverter.php';
  31498.         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()));
  31499.     }
  31500.     /**
  31501.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware56\Converter\Shopware56CurrencyConverter' shared service.
  31502.      *
  31503.      * @return \SwagMigrationAssistant\Profile\Shopware56\Converter\Shopware56CurrencyConverter
  31504.      */
  31505.     protected function getShopware56CurrencyConverterService()
  31506.     {
  31507.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  31508.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  31509.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/ShopwareConverter.php';
  31510.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/CurrencyConverter.php';
  31511.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware56/Converter/Shopware56CurrencyConverter.php';
  31512.         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()));
  31513.     }
  31514.     /**
  31515.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware56\Converter\Shopware56CustomerAttributeConverter' shared service.
  31516.      *
  31517.      * @return \SwagMigrationAssistant\Profile\Shopware56\Converter\Shopware56CustomerAttributeConverter
  31518.      */
  31519.     protected function getShopware56CustomerAttributeConverterService()
  31520.     {
  31521.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  31522.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  31523.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/AttributeConverter.php';
  31524.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/CustomerAttributeConverter.php';
  31525.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware56/Converter/Shopware56CustomerAttributeConverter.php';
  31526.         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()));
  31527.     }
  31528.     /**
  31529.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware56\Converter\Shopware56CustomerConverter' shared service.
  31530.      *
  31531.      * @return \SwagMigrationAssistant\Profile\Shopware56\Converter\Shopware56CustomerConverter
  31532.      */
  31533.     protected function getShopware56CustomerConverterService()
  31534.     {
  31535.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  31536.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  31537.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/ShopwareConverter.php';
  31538.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/CustomerConverter.php';
  31539.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware56/Converter/Shopware56CustomerConverter.php';
  31540.         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()));
  31541.     }
  31542.     /**
  31543.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware56\Converter\Shopware56CustomerGroupAttributeConverter' shared service.
  31544.      *
  31545.      * @return \SwagMigrationAssistant\Profile\Shopware56\Converter\Shopware56CustomerGroupAttributeConverter
  31546.      */
  31547.     protected function getShopware56CustomerGroupAttributeConverterService()
  31548.     {
  31549.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  31550.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  31551.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/AttributeConverter.php';
  31552.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/CustomerGroupAttributeConverter.php';
  31553.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware56/Converter/Shopware56CustomerGroupAttributeConverter.php';
  31554.         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()));
  31555.     }
  31556.     /**
  31557.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware56\Converter\Shopware56CustomerGroupConverter' shared service.
  31558.      *
  31559.      * @return \SwagMigrationAssistant\Profile\Shopware56\Converter\Shopware56CustomerGroupConverter
  31560.      */
  31561.     protected function getShopware56CustomerGroupConverterService()
  31562.     {
  31563.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  31564.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  31565.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/ShopwareConverter.php';
  31566.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/CustomerGroupConverter.php';
  31567.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware56/Converter/Shopware56CustomerGroupConverter.php';
  31568.         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()));
  31569.     }
  31570.     /**
  31571.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware56\Converter\Shopware56CustomerWishlistConverter' shared service.
  31572.      *
  31573.      * @return \SwagMigrationAssistant\Profile\Shopware56\Converter\Shopware56CustomerWishlistConverter
  31574.      */
  31575.     protected function getShopware56CustomerWishlistConverterService()
  31576.     {
  31577.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  31578.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  31579.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/ShopwareConverter.php';
  31580.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/CustomerWishlistConverter.php';
  31581.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware56/Converter/Shopware56CustomerWishlistConverter.php';
  31582.         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()));
  31583.     }
  31584.     /**
  31585.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware56\Converter\Shopware56LanguageConverter' shared service.
  31586.      *
  31587.      * @return \SwagMigrationAssistant\Profile\Shopware56\Converter\Shopware56LanguageConverter
  31588.      */
  31589.     protected function getShopware56LanguageConverterService()
  31590.     {
  31591.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  31592.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  31593.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/ShopwareConverter.php';
  31594.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/LanguageConverter.php';
  31595.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware56/Converter/Shopware56LanguageConverter.php';
  31596.         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()));
  31597.     }
  31598.     /**
  31599.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware56\Converter\Shopware56MainVariantRelationConverter' shared service.
  31600.      *
  31601.      * @return \SwagMigrationAssistant\Profile\Shopware56\Converter\Shopware56MainVariantRelationConverter
  31602.      */
  31603.     protected function getShopware56MainVariantRelationConverterService()
  31604.     {
  31605.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  31606.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  31607.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/ShopwareConverter.php';
  31608.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/MainVariantRelationConverter.php';
  31609.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware56/Converter/Shopware56MainVariantRelationConverter.php';
  31610.         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()));
  31611.     }
  31612.     /**
  31613.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware56\Converter\Shopware56ManufacturerAttributeConverter' shared service.
  31614.      *
  31615.      * @return \SwagMigrationAssistant\Profile\Shopware56\Converter\Shopware56ManufacturerAttributeConverter
  31616.      */
  31617.     protected function getShopware56ManufacturerAttributeConverterService()
  31618.     {
  31619.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  31620.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  31621.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/AttributeConverter.php';
  31622.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/ManufacturerAttributeConverter.php';
  31623.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware56/Converter/Shopware56ManufacturerAttributeConverter.php';
  31624.         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()));
  31625.     }
  31626.     /**
  31627.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware56\Converter\Shopware56MediaConverter' shared service.
  31628.      *
  31629.      * @return \SwagMigrationAssistant\Profile\Shopware56\Converter\Shopware56MediaConverter
  31630.      */
  31631.     protected function getShopware56MediaConverterService()
  31632.     {
  31633.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  31634.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  31635.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/ShopwareConverter.php';
  31636.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/MediaConverter.php';
  31637.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware56/Converter/Shopware56MediaConverter.php';
  31638.         $a = ($this->privates['SwagMigrationAssistant\\Migration\\Media\\MediaFileService'] ?? $this->getMediaFileServiceService());
  31639.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware56\\Converter\\Shopware56MediaConverter'])) {
  31640.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware56\\Converter\\Shopware56MediaConverter'];
  31641.         }
  31642.         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);
  31643.     }
  31644.     /**
  31645.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware56\Converter\Shopware56MediaFolderConverter' shared service.
  31646.      *
  31647.      * @return \SwagMigrationAssistant\Profile\Shopware56\Converter\Shopware56MediaFolderConverter
  31648.      */
  31649.     protected function getShopware56MediaFolderConverterService()
  31650.     {
  31651.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  31652.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  31653.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/ShopwareConverter.php';
  31654.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/MediaFolderConverter.php';
  31655.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware56/Converter/Shopware56MediaFolderConverter.php';
  31656.         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()));
  31657.     }
  31658.     /**
  31659.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware56\Converter\Shopware56NewsletterRecipientConverter' shared service.
  31660.      *
  31661.      * @return \SwagMigrationAssistant\Profile\Shopware56\Converter\Shopware56NewsletterRecipientConverter
  31662.      */
  31663.     protected function getShopware56NewsletterRecipientConverterService()
  31664.     {
  31665.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  31666.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  31667.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/ShopwareConverter.php';
  31668.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/NewsletterRecipientConverter.php';
  31669.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware56/Converter/Shopware56NewsletterRecipientConverter.php';
  31670.         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()));
  31671.     }
  31672.     /**
  31673.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware56\Converter\Shopware56NumberRangeConverter' shared service.
  31674.      *
  31675.      * @return \SwagMigrationAssistant\Profile\Shopware56\Converter\Shopware56NumberRangeConverter
  31676.      */
  31677.     protected function getShopware56NumberRangeConverterService()
  31678.     {
  31679.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  31680.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  31681.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/ShopwareConverter.php';
  31682.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/NumberRangeConverter.php';
  31683.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware56/Converter/Shopware56NumberRangeConverter.php';
  31684.         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()));
  31685.     }
  31686.     /**
  31687.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware56\Converter\Shopware56OrderAttributeConverter' shared service.
  31688.      *
  31689.      * @return \SwagMigrationAssistant\Profile\Shopware56\Converter\Shopware56OrderAttributeConverter
  31690.      */
  31691.     protected function getShopware56OrderAttributeConverterService()
  31692.     {
  31693.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  31694.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  31695.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/AttributeConverter.php';
  31696.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/OrderAttributeConverter.php';
  31697.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware56/Converter/Shopware56OrderAttributeConverter.php';
  31698.         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()));
  31699.     }
  31700.     /**
  31701.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware56\Converter\Shopware56OrderConverter' shared service.
  31702.      *
  31703.      * @return \SwagMigrationAssistant\Profile\Shopware56\Converter\Shopware56OrderConverter
  31704.      */
  31705.     protected function getShopware56OrderConverterService()
  31706.     {
  31707.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  31708.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  31709.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/ShopwareConverter.php';
  31710.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/OrderConverter.php';
  31711.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware56/Converter/Shopware56OrderConverter.php';
  31712.         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())));
  31713.     }
  31714.     /**
  31715.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware56\Converter\Shopware56OrderDocumentAttributeConverter' shared service.
  31716.      *
  31717.      * @return \SwagMigrationAssistant\Profile\Shopware56\Converter\Shopware56OrderDocumentAttributeConverter
  31718.      */
  31719.     protected function getShopware56OrderDocumentAttributeConverterService()
  31720.     {
  31721.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  31722.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  31723.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/AttributeConverter.php';
  31724.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/OrderDocumentAttributeConverter.php';
  31725.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware56/Converter/Shopware56OrderDocumentAttributeConverter.php';
  31726.         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()));
  31727.     }
  31728.     /**
  31729.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware56\Converter\Shopware56OrderDocumentConverter' shared service.
  31730.      *
  31731.      * @return \SwagMigrationAssistant\Profile\Shopware56\Converter\Shopware56OrderDocumentConverter
  31732.      */
  31733.     protected function getShopware56OrderDocumentConverterService()
  31734.     {
  31735.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  31736.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  31737.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/ShopwareConverter.php';
  31738.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/OrderDocumentConverter.php';
  31739.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware56/Converter/Shopware56OrderDocumentConverter.php';
  31740.         $a = ($this->privates['SwagMigrationAssistant\\Migration\\Media\\MediaFileService'] ?? $this->getMediaFileServiceService());
  31741.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware56\\Converter\\Shopware56OrderDocumentConverter'])) {
  31742.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware56\\Converter\\Shopware56OrderDocumentConverter'];
  31743.         }
  31744.         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);
  31745.     }
  31746.     /**
  31747.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware56\Converter\Shopware56ProductAttributeConverter' shared service.
  31748.      *
  31749.      * @return \SwagMigrationAssistant\Profile\Shopware56\Converter\Shopware56ProductAttributeConverter
  31750.      */
  31751.     protected function getShopware56ProductAttributeConverterService()
  31752.     {
  31753.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  31754.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  31755.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/AttributeConverter.php';
  31756.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/ProductAttributeConverter.php';
  31757.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware56/Converter/Shopware56ProductAttributeConverter.php';
  31758.         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()));
  31759.     }
  31760.     /**
  31761.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware56\Converter\Shopware56ProductConverter' shared service.
  31762.      *
  31763.      * @return \SwagMigrationAssistant\Profile\Shopware56\Converter\Shopware56ProductConverter
  31764.      */
  31765.     protected function getShopware56ProductConverterService()
  31766.     {
  31767.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  31768.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  31769.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/ShopwareConverter.php';
  31770.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/ProductConverter.php';
  31771.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware56/Converter/Shopware56ProductConverter.php';
  31772.         $a = ($this->privates['SwagMigrationAssistant\\Migration\\Media\\MediaFileService'] ?? $this->getMediaFileServiceService());
  31773.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware56\\Converter\\Shopware56ProductConverter'])) {
  31774.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware56\\Converter\\Shopware56ProductConverter'];
  31775.         }
  31776.         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);
  31777.     }
  31778.     /**
  31779.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware56\Converter\Shopware56ProductOptionRelationConverter' shared service.
  31780.      *
  31781.      * @return \SwagMigrationAssistant\Profile\Shopware56\Converter\Shopware56ProductOptionRelationConverter
  31782.      */
  31783.     protected function getShopware56ProductOptionRelationConverterService()
  31784.     {
  31785.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  31786.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  31787.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/ShopwareConverter.php';
  31788.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/ProductOptionRelationConverter.php';
  31789.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware56/Converter/Shopware56ProductOptionRelationConverter.php';
  31790.         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()));
  31791.     }
  31792.     /**
  31793.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware56\Converter\Shopware56ProductPriceAttributeConverter' shared service.
  31794.      *
  31795.      * @return \SwagMigrationAssistant\Profile\Shopware56\Converter\Shopware56ProductPriceAttributeConverter
  31796.      */
  31797.     protected function getShopware56ProductPriceAttributeConverterService()
  31798.     {
  31799.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  31800.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  31801.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/AttributeConverter.php';
  31802.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/ProductPriceAttributeConverter.php';
  31803.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware56/Converter/Shopware56ProductPriceAttributeConverter.php';
  31804.         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()));
  31805.     }
  31806.     /**
  31807.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware56\Converter\Shopware56ProductPropertyRelationConverter' shared service.
  31808.      *
  31809.      * @return \SwagMigrationAssistant\Profile\Shopware56\Converter\Shopware56ProductPropertyRelationConverter
  31810.      */
  31811.     protected function getShopware56ProductPropertyRelationConverterService()
  31812.     {
  31813.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  31814.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  31815.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/ShopwareConverter.php';
  31816.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/ProductPropertyRelationConverter.php';
  31817.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware56/Converter/Shopware56ProductPropertyRelationConverter.php';
  31818.         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()));
  31819.     }
  31820.     /**
  31821.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware56\Converter\Shopware56ProductReviewConverter' shared service.
  31822.      *
  31823.      * @return \SwagMigrationAssistant\Profile\Shopware56\Converter\Shopware56ProductReviewConverter
  31824.      */
  31825.     protected function getShopware56ProductReviewConverterService()
  31826.     {
  31827.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  31828.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  31829.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/ShopwareConverter.php';
  31830.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/ProductReviewConverter.php';
  31831.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware56/Converter/Shopware56ProductReviewConverter.php';
  31832.         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()));
  31833.     }
  31834.     /**
  31835.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware56\Converter\Shopware56PromotionConverter' shared service.
  31836.      *
  31837.      * @return \SwagMigrationAssistant\Profile\Shopware56\Converter\Shopware56PromotionConverter
  31838.      */
  31839.     protected function getShopware56PromotionConverterService()
  31840.     {
  31841.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  31842.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  31843.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/ShopwareConverter.php';
  31844.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/PromotionConverter.php';
  31845.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware56/Converter/Shopware56PromotionConverter.php';
  31846.         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()));
  31847.     }
  31848.     /**
  31849.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware56\Converter\Shopware56PropertyGroupOptionConverter' shared service.
  31850.      *
  31851.      * @return \SwagMigrationAssistant\Profile\Shopware56\Converter\Shopware56PropertyGroupOptionConverter
  31852.      */
  31853.     protected function getShopware56PropertyGroupOptionConverterService()
  31854.     {
  31855.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  31856.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  31857.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/ShopwareConverter.php';
  31858.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/PropertyGroupOptionConverter.php';
  31859.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware56/Converter/Shopware56PropertyGroupOptionConverter.php';
  31860.         $a = ($this->privates['SwagMigrationAssistant\\Migration\\Media\\MediaFileService'] ?? $this->getMediaFileServiceService());
  31861.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware56\\Converter\\Shopware56PropertyGroupOptionConverter'])) {
  31862.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware56\\Converter\\Shopware56PropertyGroupOptionConverter'];
  31863.         }
  31864.         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);
  31865.     }
  31866.     /**
  31867.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware56\Converter\Shopware56SalesChannelConverter' shared service.
  31868.      *
  31869.      * @return \SwagMigrationAssistant\Profile\Shopware56\Converter\Shopware56SalesChannelConverter
  31870.      */
  31871.     protected function getShopware56SalesChannelConverterService()
  31872.     {
  31873.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  31874.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  31875.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/ShopwareConverter.php';
  31876.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/SalesChannelConverter.php';
  31877.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware56/Converter/Shopware56SalesChannelConverter.php';
  31878.         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()), ($this->services['swag_language_pack_language.repository'] ?? $this->getSwagLanguagePackLanguage_RepositoryService()));
  31879.     }
  31880.     /**
  31881.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware56\Converter\Shopware56SeoUrlConverter' shared service.
  31882.      *
  31883.      * @return \SwagMigrationAssistant\Profile\Shopware56\Converter\Shopware56SeoUrlConverter
  31884.      */
  31885.     protected function getShopware56SeoUrlConverterService()
  31886.     {
  31887.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  31888.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  31889.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/ShopwareConverter.php';
  31890.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/SeoUrlConverter.php';
  31891.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware56/Converter/Shopware56SeoUrlConverter.php';
  31892.         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()));
  31893.     }
  31894.     /**
  31895.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware56\Converter\Shopware56ShippingMethodConverter' shared service.
  31896.      *
  31897.      * @return \SwagMigrationAssistant\Profile\Shopware56\Converter\Shopware56ShippingMethodConverter
  31898.      */
  31899.     protected function getShopware56ShippingMethodConverterService()
  31900.     {
  31901.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  31902.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  31903.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/ShopwareConverter.php';
  31904.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/ShippingMethodConverter.php';
  31905.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware56/Converter/Shopware56ShippingMethodConverter.php';
  31906.         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()));
  31907.     }
  31908.     /**
  31909.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware56\Converter\Shopware56TranslationConverter' shared service.
  31910.      *
  31911.      * @return \SwagMigrationAssistant\Profile\Shopware56\Converter\Shopware56TranslationConverter
  31912.      */
  31913.     protected function getShopware56TranslationConverterService()
  31914.     {
  31915.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  31916.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  31917.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/ShopwareConverter.php';
  31918.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/TranslationConverter.php';
  31919.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware56/Converter/Shopware56TranslationConverter.php';
  31920.         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()));
  31921.     }
  31922.     /**
  31923.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware57\Converter\Shopware57CategoryAttributeConverter' shared service.
  31924.      *
  31925.      * @return \SwagMigrationAssistant\Profile\Shopware57\Converter\Shopware57CategoryAttributeConverter
  31926.      */
  31927.     protected function getShopware57CategoryAttributeConverterService()
  31928.     {
  31929.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  31930.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  31931.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/AttributeConverter.php';
  31932.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/CategoryAttributeConverter.php';
  31933.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware57/Converter/Shopware57CategoryAttributeConverter.php';
  31934.         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()));
  31935.     }
  31936.     /**
  31937.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware57\Converter\Shopware57CategoryConverter' shared service.
  31938.      *
  31939.      * @return \SwagMigrationAssistant\Profile\Shopware57\Converter\Shopware57CategoryConverter
  31940.      */
  31941.     protected function getShopware57CategoryConverterService()
  31942.     {
  31943.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  31944.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  31945.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/ShopwareConverter.php';
  31946.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/CategoryConverter.php';
  31947.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware57/Converter/Shopware57CategoryConverter.php';
  31948.         $a = ($this->privates['SwagMigrationAssistant\\Migration\\Media\\MediaFileService'] ?? $this->getMediaFileServiceService());
  31949.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware57\\Converter\\Shopware57CategoryConverter'])) {
  31950.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware57\\Converter\\Shopware57CategoryConverter'];
  31951.         }
  31952.         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);
  31953.     }
  31954.     /**
  31955.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware57\Converter\Shopware57CrossSellingConverter' shared service.
  31956.      *
  31957.      * @return \SwagMigrationAssistant\Profile\Shopware57\Converter\Shopware57CrossSellingConverter
  31958.      */
  31959.     protected function getShopware57CrossSellingConverterService()
  31960.     {
  31961.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  31962.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  31963.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/ShopwareConverter.php';
  31964.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/CrossSellingConverter.php';
  31965.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware57/Converter/Shopware57CrossSellingConverter.php';
  31966.         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()));
  31967.     }
  31968.     /**
  31969.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware57\Converter\Shopware57CurrencyConverter' shared service.
  31970.      *
  31971.      * @return \SwagMigrationAssistant\Profile\Shopware57\Converter\Shopware57CurrencyConverter
  31972.      */
  31973.     protected function getShopware57CurrencyConverterService()
  31974.     {
  31975.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  31976.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  31977.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/ShopwareConverter.php';
  31978.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/CurrencyConverter.php';
  31979.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware57/Converter/Shopware57CurrencyConverter.php';
  31980.         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()));
  31981.     }
  31982.     /**
  31983.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware57\Converter\Shopware57CustomerAttributeConverter' shared service.
  31984.      *
  31985.      * @return \SwagMigrationAssistant\Profile\Shopware57\Converter\Shopware57CustomerAttributeConverter
  31986.      */
  31987.     protected function getShopware57CustomerAttributeConverterService()
  31988.     {
  31989.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  31990.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  31991.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/AttributeConverter.php';
  31992.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/CustomerAttributeConverter.php';
  31993.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware57/Converter/Shopware57CustomerAttributeConverter.php';
  31994.         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()));
  31995.     }
  31996.     /**
  31997.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware57\Converter\Shopware57CustomerConverter' shared service.
  31998.      *
  31999.      * @return \SwagMigrationAssistant\Profile\Shopware57\Converter\Shopware57CustomerConverter
  32000.      */
  32001.     protected function getShopware57CustomerConverterService()
  32002.     {
  32003.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  32004.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  32005.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/ShopwareConverter.php';
  32006.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/CustomerConverter.php';
  32007.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware57/Converter/Shopware57CustomerConverter.php';
  32008.         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()));
  32009.     }
  32010.     /**
  32011.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware57\Converter\Shopware57CustomerGroupAttributeConverter' shared service.
  32012.      *
  32013.      * @return \SwagMigrationAssistant\Profile\Shopware57\Converter\Shopware57CustomerGroupAttributeConverter
  32014.      */
  32015.     protected function getShopware57CustomerGroupAttributeConverterService()
  32016.     {
  32017.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  32018.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  32019.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/AttributeConverter.php';
  32020.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/CustomerGroupAttributeConverter.php';
  32021.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware57/Converter/Shopware57CustomerGroupAttributeConverter.php';
  32022.         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()));
  32023.     }
  32024.     /**
  32025.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware57\Converter\Shopware57CustomerGroupConverter' shared service.
  32026.      *
  32027.      * @return \SwagMigrationAssistant\Profile\Shopware57\Converter\Shopware57CustomerGroupConverter
  32028.      */
  32029.     protected function getShopware57CustomerGroupConverterService()
  32030.     {
  32031.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  32032.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  32033.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/ShopwareConverter.php';
  32034.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/CustomerGroupConverter.php';
  32035.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware57/Converter/Shopware57CustomerGroupConverter.php';
  32036.         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()));
  32037.     }
  32038.     /**
  32039.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware57\Converter\Shopware57CustomerWishlistConverter' shared service.
  32040.      *
  32041.      * @return \SwagMigrationAssistant\Profile\Shopware57\Converter\Shopware57CustomerWishlistConverter
  32042.      */
  32043.     protected function getShopware57CustomerWishlistConverterService()
  32044.     {
  32045.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  32046.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  32047.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/ShopwareConverter.php';
  32048.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/CustomerWishlistConverter.php';
  32049.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware57/Converter/Shopware57CustomerWishlistConverter.php';
  32050.         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()));
  32051.     }
  32052.     /**
  32053.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware57\Converter\Shopware57LanguageConverter' shared service.
  32054.      *
  32055.      * @return \SwagMigrationAssistant\Profile\Shopware57\Converter\Shopware57LanguageConverter
  32056.      */
  32057.     protected function getShopware57LanguageConverterService()
  32058.     {
  32059.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  32060.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  32061.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/ShopwareConverter.php';
  32062.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/LanguageConverter.php';
  32063.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware57/Converter/Shopware57LanguageConverter.php';
  32064.         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()));
  32065.     }
  32066.     /**
  32067.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware57\Converter\Shopware57MainVariantRelationConverter' shared service.
  32068.      *
  32069.      * @return \SwagMigrationAssistant\Profile\Shopware57\Converter\Shopware57MainVariantRelationConverter
  32070.      */
  32071.     protected function getShopware57MainVariantRelationConverterService()
  32072.     {
  32073.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  32074.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  32075.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/ShopwareConverter.php';
  32076.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/MainVariantRelationConverter.php';
  32077.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware57/Converter/Shopware57MainVariantRelationConverter.php';
  32078.         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()));
  32079.     }
  32080.     /**
  32081.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware57\Converter\Shopware57ManufacturerAttributeConverter' shared service.
  32082.      *
  32083.      * @return \SwagMigrationAssistant\Profile\Shopware57\Converter\Shopware57ManufacturerAttributeConverter
  32084.      */
  32085.     protected function getShopware57ManufacturerAttributeConverterService()
  32086.     {
  32087.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  32088.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  32089.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/AttributeConverter.php';
  32090.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/ManufacturerAttributeConverter.php';
  32091.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware57/Converter/Shopware57ManufacturerAttributeConverter.php';
  32092.         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()));
  32093.     }
  32094.     /**
  32095.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware57\Converter\Shopware57MediaConverter' shared service.
  32096.      *
  32097.      * @return \SwagMigrationAssistant\Profile\Shopware57\Converter\Shopware57MediaConverter
  32098.      */
  32099.     protected function getShopware57MediaConverterService()
  32100.     {
  32101.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  32102.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  32103.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/ShopwareConverter.php';
  32104.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/MediaConverter.php';
  32105.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware57/Converter/Shopware57MediaConverter.php';
  32106.         $a = ($this->privates['SwagMigrationAssistant\\Migration\\Media\\MediaFileService'] ?? $this->getMediaFileServiceService());
  32107.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware57\\Converter\\Shopware57MediaConverter'])) {
  32108.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware57\\Converter\\Shopware57MediaConverter'];
  32109.         }
  32110.         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);
  32111.     }
  32112.     /**
  32113.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware57\Converter\Shopware57MediaFolderConverter' shared service.
  32114.      *
  32115.      * @return \SwagMigrationAssistant\Profile\Shopware57\Converter\Shopware57MediaFolderConverter
  32116.      */
  32117.     protected function getShopware57MediaFolderConverterService()
  32118.     {
  32119.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  32120.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  32121.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/ShopwareConverter.php';
  32122.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/MediaFolderConverter.php';
  32123.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware57/Converter/Shopware57MediaFolderConverter.php';
  32124.         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()));
  32125.     }
  32126.     /**
  32127.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware57\Converter\Shopware57NewsletterRecipientConverter' shared service.
  32128.      *
  32129.      * @return \SwagMigrationAssistant\Profile\Shopware57\Converter\Shopware57NewsletterRecipientConverter
  32130.      */
  32131.     protected function getShopware57NewsletterRecipientConverterService()
  32132.     {
  32133.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  32134.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  32135.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/ShopwareConverter.php';
  32136.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/NewsletterRecipientConverter.php';
  32137.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware57/Converter/Shopware57NewsletterRecipientConverter.php';
  32138.         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()));
  32139.     }
  32140.     /**
  32141.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware57\Converter\Shopware57NumberRangeConverter' shared service.
  32142.      *
  32143.      * @return \SwagMigrationAssistant\Profile\Shopware57\Converter\Shopware57NumberRangeConverter
  32144.      */
  32145.     protected function getShopware57NumberRangeConverterService()
  32146.     {
  32147.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  32148.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  32149.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/ShopwareConverter.php';
  32150.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/NumberRangeConverter.php';
  32151.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware57/Converter/Shopware57NumberRangeConverter.php';
  32152.         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()));
  32153.     }
  32154.     /**
  32155.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware57\Converter\Shopware57OrderAttributeConverter' shared service.
  32156.      *
  32157.      * @return \SwagMigrationAssistant\Profile\Shopware57\Converter\Shopware57OrderAttributeConverter
  32158.      */
  32159.     protected function getShopware57OrderAttributeConverterService()
  32160.     {
  32161.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  32162.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  32163.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/AttributeConverter.php';
  32164.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/OrderAttributeConverter.php';
  32165.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware57/Converter/Shopware57OrderAttributeConverter.php';
  32166.         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()));
  32167.     }
  32168.     /**
  32169.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware57\Converter\Shopware57OrderConverter' shared service.
  32170.      *
  32171.      * @return \SwagMigrationAssistant\Profile\Shopware57\Converter\Shopware57OrderConverter
  32172.      */
  32173.     protected function getShopware57OrderConverterService()
  32174.     {
  32175.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  32176.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  32177.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/ShopwareConverter.php';
  32178.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/OrderConverter.php';
  32179.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware57/Converter/Shopware57OrderConverter.php';
  32180.         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())));
  32181.     }
  32182.     /**
  32183.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware57\Converter\Shopware57OrderDocumentAttributeConverter' shared service.
  32184.      *
  32185.      * @return \SwagMigrationAssistant\Profile\Shopware57\Converter\Shopware57OrderDocumentAttributeConverter
  32186.      */
  32187.     protected function getShopware57OrderDocumentAttributeConverterService()
  32188.     {
  32189.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  32190.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  32191.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/AttributeConverter.php';
  32192.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/OrderDocumentAttributeConverter.php';
  32193.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware57/Converter/Shopware57OrderDocumentAttributeConverter.php';
  32194.         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()));
  32195.     }
  32196.     /**
  32197.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware57\Converter\Shopware57OrderDocumentConverter' shared service.
  32198.      *
  32199.      * @return \SwagMigrationAssistant\Profile\Shopware57\Converter\Shopware57OrderDocumentConverter
  32200.      */
  32201.     protected function getShopware57OrderDocumentConverterService()
  32202.     {
  32203.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  32204.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  32205.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/ShopwareConverter.php';
  32206.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/OrderDocumentConverter.php';
  32207.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware57/Converter/Shopware57OrderDocumentConverter.php';
  32208.         $a = ($this->privates['SwagMigrationAssistant\\Migration\\Media\\MediaFileService'] ?? $this->getMediaFileServiceService());
  32209.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware57\\Converter\\Shopware57OrderDocumentConverter'])) {
  32210.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware57\\Converter\\Shopware57OrderDocumentConverter'];
  32211.         }
  32212.         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);
  32213.     }
  32214.     /**
  32215.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware57\Converter\Shopware57ProductAttributeConverter' shared service.
  32216.      *
  32217.      * @return \SwagMigrationAssistant\Profile\Shopware57\Converter\Shopware57ProductAttributeConverter
  32218.      */
  32219.     protected function getShopware57ProductAttributeConverterService()
  32220.     {
  32221.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  32222.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  32223.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/AttributeConverter.php';
  32224.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/ProductAttributeConverter.php';
  32225.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware57/Converter/Shopware57ProductAttributeConverter.php';
  32226.         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()));
  32227.     }
  32228.     /**
  32229.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware57\Converter\Shopware57ProductConverter' shared service.
  32230.      *
  32231.      * @return \SwagMigrationAssistant\Profile\Shopware57\Converter\Shopware57ProductConverter
  32232.      */
  32233.     protected function getShopware57ProductConverterService()
  32234.     {
  32235.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  32236.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  32237.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/ShopwareConverter.php';
  32238.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/ProductConverter.php';
  32239.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware57/Converter/Shopware57ProductConverter.php';
  32240.         $a = ($this->privates['SwagMigrationAssistant\\Migration\\Media\\MediaFileService'] ?? $this->getMediaFileServiceService());
  32241.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware57\\Converter\\Shopware57ProductConverter'])) {
  32242.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware57\\Converter\\Shopware57ProductConverter'];
  32243.         }
  32244.         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);
  32245.     }
  32246.     /**
  32247.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware57\Converter\Shopware57ProductOptionRelationConverter' shared service.
  32248.      *
  32249.      * @return \SwagMigrationAssistant\Profile\Shopware57\Converter\Shopware57ProductOptionRelationConverter
  32250.      */
  32251.     protected function getShopware57ProductOptionRelationConverterService()
  32252.     {
  32253.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  32254.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  32255.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/ShopwareConverter.php';
  32256.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/ProductOptionRelationConverter.php';
  32257.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware57/Converter/Shopware57ProductOptionRelationConverter.php';
  32258.         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()));
  32259.     }
  32260.     /**
  32261.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware57\Converter\Shopware57ProductPriceAttributeConverter' shared service.
  32262.      *
  32263.      * @return \SwagMigrationAssistant\Profile\Shopware57\Converter\Shopware57ProductPriceAttributeConverter
  32264.      */
  32265.     protected function getShopware57ProductPriceAttributeConverterService()
  32266.     {
  32267.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  32268.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  32269.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/AttributeConverter.php';
  32270.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/ProductPriceAttributeConverter.php';
  32271.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware57/Converter/Shopware57ProductPriceAttributeConverter.php';
  32272.         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()));
  32273.     }
  32274.     /**
  32275.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware57\Converter\Shopware57ProductPropertyRelationConverter' shared service.
  32276.      *
  32277.      * @return \SwagMigrationAssistant\Profile\Shopware57\Converter\Shopware57ProductPropertyRelationConverter
  32278.      */
  32279.     protected function getShopware57ProductPropertyRelationConverterService()
  32280.     {
  32281.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  32282.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  32283.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/ShopwareConverter.php';
  32284.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/ProductPropertyRelationConverter.php';
  32285.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware57/Converter/Shopware57ProductPropertyRelationConverter.php';
  32286.         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()));
  32287.     }
  32288.     /**
  32289.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware57\Converter\Shopware57ProductReviewConverter' shared service.
  32290.      *
  32291.      * @return \SwagMigrationAssistant\Profile\Shopware57\Converter\Shopware57ProductReviewConverter
  32292.      */
  32293.     protected function getShopware57ProductReviewConverterService()
  32294.     {
  32295.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  32296.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  32297.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/ShopwareConverter.php';
  32298.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/ProductReviewConverter.php';
  32299.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware57/Converter/Shopware57ProductReviewConverter.php';
  32300.         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()));
  32301.     }
  32302.     /**
  32303.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware57\Converter\Shopware57PromotionConverter' shared service.
  32304.      *
  32305.      * @return \SwagMigrationAssistant\Profile\Shopware57\Converter\Shopware57PromotionConverter
  32306.      */
  32307.     protected function getShopware57PromotionConverterService()
  32308.     {
  32309.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  32310.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  32311.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/ShopwareConverter.php';
  32312.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/PromotionConverter.php';
  32313.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware57/Converter/Shopware57PromotionConverter.php';
  32314.         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()));
  32315.     }
  32316.     /**
  32317.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware57\Converter\Shopware57PropertyGroupOptionConverter' shared service.
  32318.      *
  32319.      * @return \SwagMigrationAssistant\Profile\Shopware57\Converter\Shopware57PropertyGroupOptionConverter
  32320.      */
  32321.     protected function getShopware57PropertyGroupOptionConverterService()
  32322.     {
  32323.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  32324.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  32325.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/ShopwareConverter.php';
  32326.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/PropertyGroupOptionConverter.php';
  32327.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware57/Converter/Shopware57PropertyGroupOptionConverter.php';
  32328.         $a = ($this->privates['SwagMigrationAssistant\\Migration\\Media\\MediaFileService'] ?? $this->getMediaFileServiceService());
  32329.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware57\\Converter\\Shopware57PropertyGroupOptionConverter'])) {
  32330.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware57\\Converter\\Shopware57PropertyGroupOptionConverter'];
  32331.         }
  32332.         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);
  32333.     }
  32334.     /**
  32335.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware57\Converter\Shopware57SalesChannelConverter' shared service.
  32336.      *
  32337.      * @return \SwagMigrationAssistant\Profile\Shopware57\Converter\Shopware57SalesChannelConverter
  32338.      */
  32339.     protected function getShopware57SalesChannelConverterService()
  32340.     {
  32341.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  32342.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  32343.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/ShopwareConverter.php';
  32344.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/SalesChannelConverter.php';
  32345.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware57/Converter/Shopware57SalesChannelConverter.php';
  32346.         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()), ($this->services['swag_language_pack_language.repository'] ?? $this->getSwagLanguagePackLanguage_RepositoryService()));
  32347.     }
  32348.     /**
  32349.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware57\Converter\Shopware57SeoUrlConverter' shared service.
  32350.      *
  32351.      * @return \SwagMigrationAssistant\Profile\Shopware57\Converter\Shopware57SeoUrlConverter
  32352.      */
  32353.     protected function getShopware57SeoUrlConverterService()
  32354.     {
  32355.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  32356.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  32357.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/ShopwareConverter.php';
  32358.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/SeoUrlConverter.php';
  32359.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware57/Converter/Shopware57SeoUrlConverter.php';
  32360.         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()));
  32361.     }
  32362.     /**
  32363.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware57\Converter\Shopware57ShippingMethodConverter' shared service.
  32364.      *
  32365.      * @return \SwagMigrationAssistant\Profile\Shopware57\Converter\Shopware57ShippingMethodConverter
  32366.      */
  32367.     protected function getShopware57ShippingMethodConverterService()
  32368.     {
  32369.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  32370.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  32371.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/ShopwareConverter.php';
  32372.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/ShippingMethodConverter.php';
  32373.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware57/Converter/Shopware57ShippingMethodConverter.php';
  32374.         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()));
  32375.     }
  32376.     /**
  32377.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware57\Converter\Shopware57TranslationConverter' shared service.
  32378.      *
  32379.      * @return \SwagMigrationAssistant\Profile\Shopware57\Converter\Shopware57TranslationConverter
  32380.      */
  32381.     protected function getShopware57TranslationConverterService()
  32382.     {
  32383.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  32384.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  32385.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/ShopwareConverter.php';
  32386.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/TranslationConverter.php';
  32387.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware57/Converter/Shopware57TranslationConverter.php';
  32388.         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()));
  32389.     }
  32390.     /**
  32391.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware63\Converter\Shopware63CategoryAssociationConverter' shared service.
  32392.      *
  32393.      * @return \SwagMigrationAssistant\Profile\Shopware63\Converter\Shopware63CategoryAssociationConverter
  32394.      */
  32395.     protected function getShopware63CategoryAssociationConverterService()
  32396.     {
  32397.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  32398.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  32399.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Converter/ShopwareConverter.php';
  32400.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Converter/CategoryAssociationConverter.php';
  32401.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware63/Converter/Shopware63CategoryAssociationConverter.php';
  32402.         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()));
  32403.     }
  32404.     /**
  32405.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware63\Converter\Shopware63CategoryCmsPageAssociationConverter' shared service.
  32406.      *
  32407.      * @return \SwagMigrationAssistant\Profile\Shopware63\Converter\Shopware63CategoryCmsPageAssociationConverter
  32408.      */
  32409.     protected function getShopware63CategoryCmsPageAssociationConverterService()
  32410.     {
  32411.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  32412.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  32413.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Converter/ShopwareConverter.php';
  32414.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Converter/CategoryCmsPageAssociationConverter.php';
  32415.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware63/Converter/Shopware63CategoryCmsPageAssociationConverter.php';
  32416.         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()));
  32417.     }
  32418.     /**
  32419.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware63\Converter\Shopware63CategoryConverter' shared service.
  32420.      *
  32421.      * @return \SwagMigrationAssistant\Profile\Shopware63\Converter\Shopware63CategoryConverter
  32422.      */
  32423.     protected function getShopware63CategoryConverterService()
  32424.     {
  32425.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  32426.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  32427.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Converter/ShopwareConverter.php';
  32428.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Converter/ShopwareMediaConverter.php';
  32429.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Converter/CategoryConverter.php';
  32430.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware63/Converter/Shopware63CategoryConverter.php';
  32431.         $a = ($this->privates['SwagMigrationAssistant\\Migration\\Media\\MediaFileService'] ?? $this->getMediaFileServiceService());
  32432.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware63\\Converter\\Shopware63CategoryConverter'])) {
  32433.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware63\\Converter\\Shopware63CategoryConverter'];
  32434.         }
  32435.         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);
  32436.     }
  32437.     /**
  32438.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware63\Converter\Shopware63CmsPageConverter' shared service.
  32439.      *
  32440.      * @return \SwagMigrationAssistant\Profile\Shopware63\Converter\Shopware63CmsPageConverter
  32441.      */
  32442.     protected function getShopware63CmsPageConverterService()
  32443.     {
  32444.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  32445.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  32446.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Converter/ShopwareConverter.php';
  32447.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Converter/CmsPageConverter.php';
  32448.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware63/Converter/Shopware63CmsPageConverter.php';
  32449.         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()));
  32450.     }
  32451.     /**
  32452.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware63\Converter\Shopware63CountryConverter' shared service.
  32453.      *
  32454.      * @return \SwagMigrationAssistant\Profile\Shopware63\Converter\Shopware63CountryConverter
  32455.      */
  32456.     protected function getShopware63CountryConverterService()
  32457.     {
  32458.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  32459.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  32460.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Converter/ShopwareConverter.php';
  32461.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Converter/CountryConverter.php';
  32462.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware63/Converter/Shopware63CountryConverter.php';
  32463.         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()));
  32464.     }
  32465.     /**
  32466.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware63\Converter\Shopware63CountryStateConverter' shared service.
  32467.      *
  32468.      * @return \SwagMigrationAssistant\Profile\Shopware63\Converter\Shopware63CountryStateConverter
  32469.      */
  32470.     protected function getShopware63CountryStateConverterService()
  32471.     {
  32472.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  32473.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  32474.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Converter/ShopwareConverter.php';
  32475.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Converter/CountryStateConverter.php';
  32476.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware63/Converter/Shopware63CountryStateConverter.php';
  32477.         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()));
  32478.     }
  32479.     /**
  32480.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware63\Converter\Shopware63CrossSellingConverter' shared service.
  32481.      *
  32482.      * @return \SwagMigrationAssistant\Profile\Shopware63\Converter\Shopware63CrossSellingConverter
  32483.      */
  32484.     protected function getShopware63CrossSellingConverterService()
  32485.     {
  32486.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  32487.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  32488.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Converter/ShopwareConverter.php';
  32489.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Converter/CrossSellingConverter.php';
  32490.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware63/Converter/Shopware63CrossSellingConverter.php';
  32491.         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()));
  32492.     }
  32493.     /**
  32494.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware63\Converter\Shopware63CurrencyConverter' shared service.
  32495.      *
  32496.      * @return \SwagMigrationAssistant\Profile\Shopware63\Converter\Shopware63CurrencyConverter
  32497.      */
  32498.     protected function getShopware63CurrencyConverterService()
  32499.     {
  32500.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  32501.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  32502.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Converter/ShopwareConverter.php';
  32503.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Converter/CurrencyConverter.php';
  32504.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware63/Converter/Shopware63CurrencyConverter.php';
  32505.         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()));
  32506.     }
  32507.     /**
  32508.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware63\Converter\Shopware63CustomFieldSetConverter' shared service.
  32509.      *
  32510.      * @return \SwagMigrationAssistant\Profile\Shopware63\Converter\Shopware63CustomFieldSetConverter
  32511.      */
  32512.     protected function getShopware63CustomFieldSetConverterService()
  32513.     {
  32514.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  32515.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  32516.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Converter/ShopwareConverter.php';
  32517.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Converter/CustomFieldSetConverter.php';
  32518.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware63/Converter/Shopware63CustomFieldSetConverter.php';
  32519.         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()));
  32520.     }
  32521.     /**
  32522.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware63\Converter\Shopware63CustomerConverter' shared service.
  32523.      *
  32524.      * @return \SwagMigrationAssistant\Profile\Shopware63\Converter\Shopware63CustomerConverter
  32525.      */
  32526.     protected function getShopware63CustomerConverterService()
  32527.     {
  32528.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  32529.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  32530.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Converter/ShopwareConverter.php';
  32531.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Converter/CustomerConverter.php';
  32532.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware63/Converter/Shopware63CustomerConverter.php';
  32533.         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()));
  32534.     }
  32535.     /**
  32536.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware63\Converter\Shopware63CustomerGroupConverter' shared service.
  32537.      *
  32538.      * @return \SwagMigrationAssistant\Profile\Shopware63\Converter\Shopware63CustomerGroupConverter
  32539.      */
  32540.     protected function getShopware63CustomerGroupConverterService()
  32541.     {
  32542.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  32543.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  32544.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Converter/ShopwareConverter.php';
  32545.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Converter/CustomerGroupConverter.php';
  32546.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware63/Converter/Shopware63CustomerGroupConverter.php';
  32547.         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()));
  32548.     }
  32549.     /**
  32550.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware63\Converter\Shopware63CustomerWishlistConverter' shared service.
  32551.      *
  32552.      * @return \SwagMigrationAssistant\Profile\Shopware63\Converter\Shopware63CustomerWishlistConverter
  32553.      */
  32554.     protected function getShopware63CustomerWishlistConverterService()
  32555.     {
  32556.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  32557.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  32558.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Converter/ShopwareConverter.php';
  32559.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Converter/CustomerWishlistConverter.php';
  32560.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware63/Converter/Shopware63CustomerWishlistConverter.php';
  32561.         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()));
  32562.     }
  32563.     /**
  32564.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware63\Converter\Shopware63DeliveryTimeConverter' shared service.
  32565.      *
  32566.      * @return \SwagMigrationAssistant\Profile\Shopware63\Converter\Shopware63DeliveryTimeConverter
  32567.      */
  32568.     protected function getShopware63DeliveryTimeConverterService()
  32569.     {
  32570.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  32571.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  32572.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Converter/ShopwareConverter.php';
  32573.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Converter/DeliveryTimeConverter.php';
  32574.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware63/Converter/Shopware63DeliveryTimeConverter.php';
  32575.         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()));
  32576.     }
  32577.     /**
  32578.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware63\Converter\Shopware63DocumentBaseConfigConverter' shared service.
  32579.      *
  32580.      * @return \SwagMigrationAssistant\Profile\Shopware63\Converter\Shopware63DocumentBaseConfigConverter
  32581.      */
  32582.     protected function getShopware63DocumentBaseConfigConverterService()
  32583.     {
  32584.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  32585.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  32586.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Converter/ShopwareConverter.php';
  32587.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Converter/ShopwareMediaConverter.php';
  32588.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Converter/DocumentBaseConfigConverter.php';
  32589.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware63/Converter/Shopware63DocumentBaseConfigConverter.php';
  32590.         $a = ($this->privates['SwagMigrationAssistant\\Migration\\Media\\MediaFileService'] ?? $this->getMediaFileServiceService());
  32591.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware63\\Converter\\Shopware63DocumentBaseConfigConverter'])) {
  32592.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware63\\Converter\\Shopware63DocumentBaseConfigConverter'];
  32593.         }
  32594.         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);
  32595.     }
  32596.     /**
  32597.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware63\Converter\Shopware63DocumentConverter' shared service.
  32598.      *
  32599.      * @return \SwagMigrationAssistant\Profile\Shopware63\Converter\Shopware63DocumentConverter
  32600.      */
  32601.     protected function getShopware63DocumentConverterService()
  32602.     {
  32603.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  32604.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  32605.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Converter/ShopwareConverter.php';
  32606.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Converter/ShopwareMediaConverter.php';
  32607.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Converter/DocumentConverter.php';
  32608.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware63/Converter/Shopware63DocumentConverter.php';
  32609.         $a = ($this->privates['SwagMigrationAssistant\\Migration\\Media\\MediaFileService'] ?? $this->getMediaFileServiceService());
  32610.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware63\\Converter\\Shopware63DocumentConverter'])) {
  32611.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware63\\Converter\\Shopware63DocumentConverter'];
  32612.         }
  32613.         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);
  32614.     }
  32615.     /**
  32616.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware63\Converter\Shopware63DocumentInheritanceConverter' shared service.
  32617.      *
  32618.      * @return \SwagMigrationAssistant\Profile\Shopware63\Converter\Shopware63DocumentInheritanceConverter
  32619.      */
  32620.     protected function getShopware63DocumentInheritanceConverterService()
  32621.     {
  32622.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  32623.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  32624.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Converter/ShopwareConverter.php';
  32625.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Converter/DocumentInheritanceConverter.php';
  32626.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware63/Converter/Shopware63DocumentInheritanceConverter.php';
  32627.         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()));
  32628.     }
  32629.     /**
  32630.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware63\Converter\Shopware63LanguageConverter' shared service.
  32631.      *
  32632.      * @return \SwagMigrationAssistant\Profile\Shopware63\Converter\Shopware63LanguageConverter
  32633.      */
  32634.     protected function getShopware63LanguageConverterService()
  32635.     {
  32636.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  32637.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  32638.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Converter/ShopwareConverter.php';
  32639.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Converter/LanguageConverter.php';
  32640.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware63/Converter/Shopware63LanguageConverter.php';
  32641.         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()));
  32642.     }
  32643.     /**
  32644.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware63\Converter\Shopware63MailTemplateConverter' shared service.
  32645.      *
  32646.      * @return \SwagMigrationAssistant\Profile\Shopware63\Converter\Shopware63MailTemplateConverter
  32647.      */
  32648.     protected function getShopware63MailTemplateConverterService()
  32649.     {
  32650.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  32651.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  32652.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Converter/ShopwareConverter.php';
  32653.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Converter/ShopwareMediaConverter.php';
  32654.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Converter/MailTemplateConverter.php';
  32655.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware63/Converter/Shopware63MailTemplateConverter.php';
  32656.         $a = ($this->privates['SwagMigrationAssistant\\Migration\\Media\\MediaFileService'] ?? $this->getMediaFileServiceService());
  32657.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware63\\Converter\\Shopware63MailTemplateConverter'])) {
  32658.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware63\\Converter\\Shopware63MailTemplateConverter'];
  32659.         }
  32660.         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);
  32661.     }
  32662.     /**
  32663.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware63\Converter\Shopware63MediaConverter' shared service.
  32664.      *
  32665.      * @return \SwagMigrationAssistant\Profile\Shopware63\Converter\Shopware63MediaConverter
  32666.      */
  32667.     protected function getShopware63MediaConverterService()
  32668.     {
  32669.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  32670.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  32671.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Converter/ShopwareConverter.php';
  32672.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Converter/ShopwareMediaConverter.php';
  32673.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Converter/MediaConverter.php';
  32674.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware63/Converter/Shopware63MediaConverter.php';
  32675.         $a = ($this->privates['SwagMigrationAssistant\\Migration\\Media\\MediaFileService'] ?? $this->getMediaFileServiceService());
  32676.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware63\\Converter\\Shopware63MediaConverter'])) {
  32677.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware63\\Converter\\Shopware63MediaConverter'];
  32678.         }
  32679.         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);
  32680.     }
  32681.     /**
  32682.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware63\Converter\Shopware63MediaFolderConverter' shared service.
  32683.      *
  32684.      * @return \SwagMigrationAssistant\Profile\Shopware63\Converter\Shopware63MediaFolderConverter
  32685.      */
  32686.     protected function getShopware63MediaFolderConverterService()
  32687.     {
  32688.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  32689.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  32690.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Converter/ShopwareConverter.php';
  32691.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Converter/MediaFolderConverter.php';
  32692.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware63/Converter/Shopware63MediaFolderConverter.php';
  32693.         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()));
  32694.     }
  32695.     /**
  32696.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware63\Converter\Shopware63MediaFolderInheritanceConverter' shared service.
  32697.      *
  32698.      * @return \SwagMigrationAssistant\Profile\Shopware63\Converter\Shopware63MediaFolderInheritanceConverter
  32699.      */
  32700.     protected function getShopware63MediaFolderInheritanceConverterService()
  32701.     {
  32702.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  32703.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  32704.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Converter/ShopwareConverter.php';
  32705.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Converter/MediaFolderInheritanceConverter.php';
  32706.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware63/Converter/Shopware63MediaFolderInheritanceConverter.php';
  32707.         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()));
  32708.     }
  32709.     /**
  32710.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware63\Converter\Shopware63NewsletterRecipientConverter' shared service.
  32711.      *
  32712.      * @return \SwagMigrationAssistant\Profile\Shopware63\Converter\Shopware63NewsletterRecipientConverter
  32713.      */
  32714.     protected function getShopware63NewsletterRecipientConverterService()
  32715.     {
  32716.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  32717.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  32718.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Converter/ShopwareConverter.php';
  32719.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Converter/NewsletterRecipientConverter.php';
  32720.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware63/Converter/Shopware63NewsletterRecipientConverter.php';
  32721.         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()));
  32722.     }
  32723.     /**
  32724.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware63\Converter\Shopware63NumberRangeConverter' shared service.
  32725.      *
  32726.      * @return \SwagMigrationAssistant\Profile\Shopware63\Converter\Shopware63NumberRangeConverter
  32727.      */
  32728.     protected function getShopware63NumberRangeConverterService()
  32729.     {
  32730.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  32731.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  32732.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Converter/ShopwareConverter.php';
  32733.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Converter/NumberRangeConverter.php';
  32734.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware63/Converter/Shopware63NumberRangeConverter.php';
  32735.         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()));
  32736.     }
  32737.     /**
  32738.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware63\Converter\Shopware63OrderConverter' shared service.
  32739.      *
  32740.      * @return \SwagMigrationAssistant\Profile\Shopware63\Converter\Shopware63OrderConverter
  32741.      */
  32742.     protected function getShopware63OrderConverterService()
  32743.     {
  32744.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  32745.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  32746.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Converter/ShopwareConverter.php';
  32747.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Converter/OrderConverter.php';
  32748.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware63/Converter/Shopware63OrderConverter.php';
  32749.         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()));
  32750.     }
  32751.     /**
  32752.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware63\Converter\Shopware63PageSystemConfigConverter' shared service.
  32753.      *
  32754.      * @return \SwagMigrationAssistant\Profile\Shopware63\Converter\Shopware63PageSystemConfigConverter
  32755.      */
  32756.     protected function getShopware63PageSystemConfigConverterService()
  32757.     {
  32758.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  32759.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  32760.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Converter/ShopwareConverter.php';
  32761.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Converter/PageSystemConfigConverter.php';
  32762.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware63/Converter/Shopware63PageSystemConfigConverter.php';
  32763.         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()));
  32764.     }
  32765.     /**
  32766.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware63\Converter\Shopware63ProductConverter' shared service.
  32767.      *
  32768.      * @return \SwagMigrationAssistant\Profile\Shopware63\Converter\Shopware63ProductConverter
  32769.      */
  32770.     protected function getShopware63ProductConverterService()
  32771.     {
  32772.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  32773.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  32774.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Converter/ShopwareConverter.php';
  32775.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Converter/ShopwareMediaConverter.php';
  32776.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Converter/ProductConverter.php';
  32777.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware63/Converter/Shopware63ProductConverter.php';
  32778.         $a = ($this->privates['SwagMigrationAssistant\\Migration\\Media\\MediaFileService'] ?? $this->getMediaFileServiceService());
  32779.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware63\\Converter\\Shopware63ProductConverter'])) {
  32780.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware63\\Converter\\Shopware63ProductConverter'];
  32781.         }
  32782.         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);
  32783.     }
  32784.     /**
  32785.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware63\Converter\Shopware63ProductFeatureSetConverter' shared service.
  32786.      *
  32787.      * @return \SwagMigrationAssistant\Profile\Shopware63\Converter\Shopware63ProductFeatureSetConverter
  32788.      */
  32789.     protected function getShopware63ProductFeatureSetConverterService()
  32790.     {
  32791.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  32792.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  32793.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Converter/ShopwareConverter.php';
  32794.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Converter/ProductFeatureSetConverter.php';
  32795.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware63/Converter/Shopware63ProductFeatureSetConverter.php';
  32796.         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()));
  32797.     }
  32798.     /**
  32799.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware63\Converter\Shopware63ProductMainVariantRelationConverter' shared service.
  32800.      *
  32801.      * @return \SwagMigrationAssistant\Profile\Shopware63\Converter\Shopware63ProductMainVariantRelationConverter
  32802.      */
  32803.     protected function getShopware63ProductMainVariantRelationConverterService()
  32804.     {
  32805.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  32806.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  32807.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Converter/ShopwareConverter.php';
  32808.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Converter/ProductMainVariantRelationConverter.php';
  32809.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware63/Converter/Shopware63ProductMainVariantRelationConverter.php';
  32810.         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()));
  32811.     }
  32812.     /**
  32813.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware63\Converter\Shopware63ProductManufacturerConverter' shared service.
  32814.      *
  32815.      * @return \SwagMigrationAssistant\Profile\Shopware63\Converter\Shopware63ProductManufacturerConverter
  32816.      */
  32817.     protected function getShopware63ProductManufacturerConverterService()
  32818.     {
  32819.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  32820.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  32821.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Converter/ShopwareConverter.php';
  32822.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Converter/ShopwareMediaConverter.php';
  32823.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Converter/ProductManufacturerConverter.php';
  32824.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware63/Converter/Shopware63ProductManufacturerConverter.php';
  32825.         $a = ($this->privates['SwagMigrationAssistant\\Migration\\Media\\MediaFileService'] ?? $this->getMediaFileServiceService());
  32826.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware63\\Converter\\Shopware63ProductManufacturerConverter'])) {
  32827.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware63\\Converter\\Shopware63ProductManufacturerConverter'];
  32828.         }
  32829.         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);
  32830.     }
  32831.     /**
  32832.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware63\Converter\Shopware63ProductReviewConverter' shared service.
  32833.      *
  32834.      * @return \SwagMigrationAssistant\Profile\Shopware63\Converter\Shopware63ProductReviewConverter
  32835.      */
  32836.     protected function getShopware63ProductReviewConverterService()
  32837.     {
  32838.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  32839.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  32840.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Converter/ShopwareConverter.php';
  32841.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Converter/ProductReviewConverter.php';
  32842.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware63/Converter/Shopware63ProductReviewConverter.php';
  32843.         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()));
  32844.     }
  32845.     /**
  32846.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware63\Converter\Shopware63ProductSortingConverter' shared service.
  32847.      *
  32848.      * @return \SwagMigrationAssistant\Profile\Shopware63\Converter\Shopware63ProductSortingConverter
  32849.      */
  32850.     protected function getShopware63ProductSortingConverterService()
  32851.     {
  32852.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  32853.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  32854.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Converter/ShopwareConverter.php';
  32855.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Converter/ProductSortingConverter.php';
  32856.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware63/Converter/Shopware63ProductSortingConverter.php';
  32857.         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()));
  32858.     }
  32859.     /**
  32860.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware63\Converter\Shopware63ProductStreamConverter' shared service.
  32861.      *
  32862.      * @return \SwagMigrationAssistant\Profile\Shopware63\Converter\Shopware63ProductStreamConverter
  32863.      */
  32864.     protected function getShopware63ProductStreamConverterService()
  32865.     {
  32866.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  32867.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  32868.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Converter/ShopwareConverter.php';
  32869.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Converter/ProductStreamConverter.php';
  32870.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware63/Converter/Shopware63ProductStreamConverter.php';
  32871.         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()));
  32872.     }
  32873.     /**
  32874.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware63\Converter\Shopware63ProductStreamFilterInheritanceConverter' shared service.
  32875.      *
  32876.      * @return \SwagMigrationAssistant\Profile\Shopware63\Converter\Shopware63ProductStreamFilterInheritanceConverter
  32877.      */
  32878.     protected function getShopware63ProductStreamFilterInheritanceConverterService()
  32879.     {
  32880.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  32881.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  32882.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Converter/ShopwareConverter.php';
  32883.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Converter/ProductStreamFilterInheritanceConverter.php';
  32884.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware63/Converter/Shopware63ProductStreamFilterInheritanceConverter.php';
  32885.         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()));
  32886.     }
  32887.     /**
  32888.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware63\Converter\Shopware63PromotionConverter' shared service.
  32889.      *
  32890.      * @return \SwagMigrationAssistant\Profile\Shopware63\Converter\Shopware63PromotionConverter
  32891.      */
  32892.     protected function getShopware63PromotionConverterService()
  32893.     {
  32894.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  32895.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  32896.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Converter/ShopwareConverter.php';
  32897.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Converter/PromotionConverter.php';
  32898.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware63/Converter/Shopware63PromotionConverter.php';
  32899.         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()));
  32900.     }
  32901.     /**
  32902.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware63\Converter\Shopware63PropertyGroupConverter' shared service.
  32903.      *
  32904.      * @return \SwagMigrationAssistant\Profile\Shopware63\Converter\Shopware63PropertyGroupConverter
  32905.      */
  32906.     protected function getShopware63PropertyGroupConverterService()
  32907.     {
  32908.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  32909.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  32910.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Converter/ShopwareConverter.php';
  32911.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Converter/ShopwareMediaConverter.php';
  32912.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Converter/PropertyGroupConverter.php';
  32913.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware63/Converter/Shopware63PropertyGroupConverter.php';
  32914.         $a = ($this->privates['SwagMigrationAssistant\\Migration\\Media\\MediaFileService'] ?? $this->getMediaFileServiceService());
  32915.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware63\\Converter\\Shopware63PropertyGroupConverter'])) {
  32916.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware63\\Converter\\Shopware63PropertyGroupConverter'];
  32917.         }
  32918.         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);
  32919.     }
  32920.     /**
  32921.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware63\Converter\Shopware63RuleConverter' shared service.
  32922.      *
  32923.      * @return \SwagMigrationAssistant\Profile\Shopware63\Converter\Shopware63RuleConverter
  32924.      */
  32925.     protected function getShopware63RuleConverterService()
  32926.     {
  32927.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  32928.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  32929.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Converter/ShopwareConverter.php';
  32930.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Converter/RuleConverter.php';
  32931.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware63/Converter/Shopware63RuleConverter.php';
  32932.         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()));
  32933.     }
  32934.     /**
  32935.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware63\Converter\Shopware63SalesChannelConverter' shared service.
  32936.      *
  32937.      * @return \SwagMigrationAssistant\Profile\Shopware63\Converter\Shopware63SalesChannelConverter
  32938.      */
  32939.     protected function getShopware63SalesChannelConverterService()
  32940.     {
  32941.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  32942.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  32943.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Converter/ShopwareConverter.php';
  32944.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Converter/SalesChannelConverter.php';
  32945.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware63/Converter/Shopware63SalesChannelConverter.php';
  32946.         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()));
  32947.     }
  32948.     /**
  32949.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware63\Converter\Shopware63SalesChannelDomainConverter' shared service.
  32950.      *
  32951.      * @return \SwagMigrationAssistant\Profile\Shopware63\Converter\Shopware63SalesChannelDomainConverter
  32952.      */
  32953.     protected function getShopware63SalesChannelDomainConverterService()
  32954.     {
  32955.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  32956.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  32957.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Converter/ShopwareConverter.php';
  32958.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Converter/SalesChannelDomainConverter.php';
  32959.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware63/Converter/Shopware63SalesChannelDomainConverter.php';
  32960.         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()));
  32961.     }
  32962.     /**
  32963.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware63\Converter\Shopware63SalutationConverter' shared service.
  32964.      *
  32965.      * @return \SwagMigrationAssistant\Profile\Shopware63\Converter\Shopware63SalutationConverter
  32966.      */
  32967.     protected function getShopware63SalutationConverterService()
  32968.     {
  32969.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  32970.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  32971.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Converter/ShopwareConverter.php';
  32972.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Converter/SalutationConverter.php';
  32973.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware63/Converter/Shopware63SalutationConverter.php';
  32974.         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()));
  32975.     }
  32976.     /**
  32977.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware63\Converter\Shopware63SeoUrlConverter' shared service.
  32978.      *
  32979.      * @return \SwagMigrationAssistant\Profile\Shopware63\Converter\Shopware63SeoUrlConverter
  32980.      */
  32981.     protected function getShopware63SeoUrlConverterService()
  32982.     {
  32983.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  32984.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  32985.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Converter/ShopwareConverter.php';
  32986.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Converter/SeoUrlConverter.php';
  32987.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware63/Converter/Shopware63SeoUrlConverter.php';
  32988.         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()));
  32989.     }
  32990.     /**
  32991.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware63\Converter\Shopware63SeoUrlTemplateConverter' shared service.
  32992.      *
  32993.      * @return \SwagMigrationAssistant\Profile\Shopware63\Converter\Shopware63SeoUrlTemplateConverter
  32994.      */
  32995.     protected function getShopware63SeoUrlTemplateConverterService()
  32996.     {
  32997.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  32998.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  32999.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Converter/ShopwareConverter.php';
  33000.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Converter/SeoUrlTemplateConverter.php';
  33001.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware63/Converter/Shopware63SeoUrlTemplateConverter.php';
  33002.         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()));
  33003.     }
  33004.     /**
  33005.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware63\Converter\Shopware63ShippingMethodConverter' shared service.
  33006.      *
  33007.      * @return \SwagMigrationAssistant\Profile\Shopware63\Converter\Shopware63ShippingMethodConverter
  33008.      */
  33009.     protected function getShopware63ShippingMethodConverterService()
  33010.     {
  33011.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  33012.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  33013.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Converter/ShopwareConverter.php';
  33014.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Converter/ShopwareMediaConverter.php';
  33015.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Converter/ShippingMethodConverter.php';
  33016.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware63/Converter/Shopware63ShippingMethodConverter.php';
  33017.         $a = ($this->privates['SwagMigrationAssistant\\Migration\\Media\\MediaFileService'] ?? $this->getMediaFileServiceService());
  33018.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware63\\Converter\\Shopware63ShippingMethodConverter'])) {
  33019.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware63\\Converter\\Shopware63ShippingMethodConverter'];
  33020.         }
  33021.         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);
  33022.     }
  33023.     /**
  33024.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware63\Converter\Shopware63SnippetConverter' shared service.
  33025.      *
  33026.      * @return \SwagMigrationAssistant\Profile\Shopware63\Converter\Shopware63SnippetConverter
  33027.      */
  33028.     protected function getShopware63SnippetConverterService()
  33029.     {
  33030.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  33031.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  33032.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Converter/ShopwareConverter.php';
  33033.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Converter/SnippetConverter.php';
  33034.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware63/Converter/Shopware63SnippetConverter.php';
  33035.         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()));
  33036.     }
  33037.     /**
  33038.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware63\Converter\Shopware63SnippetSetConverter' shared service.
  33039.      *
  33040.      * @return \SwagMigrationAssistant\Profile\Shopware63\Converter\Shopware63SnippetSetConverter
  33041.      */
  33042.     protected function getShopware63SnippetSetConverterService()
  33043.     {
  33044.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  33045.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  33046.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Converter/ShopwareConverter.php';
  33047.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Converter/SnippetSetConverter.php';
  33048.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware63/Converter/Shopware63SnippetSetConverter.php';
  33049.         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()));
  33050.     }
  33051.     /**
  33052.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware63\Converter\Shopware63SystemConfigConverter' shared service.
  33053.      *
  33054.      * @return \SwagMigrationAssistant\Profile\Shopware63\Converter\Shopware63SystemConfigConverter
  33055.      */
  33056.     protected function getShopware63SystemConfigConverterService()
  33057.     {
  33058.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  33059.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  33060.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Converter/ShopwareConverter.php';
  33061.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Converter/SystemConfigConverter.php';
  33062.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware63/Converter/Shopware63SystemConfigConverter.php';
  33063.         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()));
  33064.     }
  33065.     /**
  33066.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware63\Converter\Shopware63TaxConverter' shared service.
  33067.      *
  33068.      * @return \SwagMigrationAssistant\Profile\Shopware63\Converter\Shopware63TaxConverter
  33069.      */
  33070.     protected function getShopware63TaxConverterService()
  33071.     {
  33072.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  33073.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  33074.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Converter/ShopwareConverter.php';
  33075.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Converter/TaxConverter.php';
  33076.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware63/Converter/Shopware63TaxConverter.php';
  33077.         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()));
  33078.     }
  33079.     /**
  33080.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware63\Converter\Shopware63TaxRuleConverter' shared service.
  33081.      *
  33082.      * @return \SwagMigrationAssistant\Profile\Shopware63\Converter\Shopware63TaxRuleConverter
  33083.      */
  33084.     protected function getShopware63TaxRuleConverterService()
  33085.     {
  33086.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  33087.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  33088.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Converter/ShopwareConverter.php';
  33089.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Converter/TaxRuleConverter.php';
  33090.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware63/Converter/Shopware63TaxRuleConverter.php';
  33091.         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()));
  33092.     }
  33093.     /**
  33094.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware63\Converter\Shopware63UnitConverter' shared service.
  33095.      *
  33096.      * @return \SwagMigrationAssistant\Profile\Shopware63\Converter\Shopware63UnitConverter
  33097.      */
  33098.     protected function getShopware63UnitConverterService()
  33099.     {
  33100.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  33101.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  33102.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Converter/ShopwareConverter.php';
  33103.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Converter/UnitConverter.php';
  33104.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware63/Converter/Shopware63UnitConverter.php';
  33105.         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()));
  33106.     }
  33107.     /**
  33108.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\CategoryAssociationReader' shared service.
  33109.      *
  33110.      * @return \SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\CategoryAssociationReader
  33111.      */
  33112.     protected function getCategoryAssociationReaderService()
  33113.     {
  33114.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Gateway/Reader/ReaderInterface.php';
  33115.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Gateway/Api/Reader/ApiReader.php';
  33116.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Gateway/Api/Reader/CategoryAssociationReader.php';
  33117.         $a = ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Connection\\ConnectionFactory'] ?? $this->getConnectionFactoryService());
  33118.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\CategoryAssociationReader'])) {
  33119.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\CategoryAssociationReader'];
  33120.         }
  33121.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\CategoryAssociationReader'] = new \SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\CategoryAssociationReader($a);
  33122.     }
  33123.     /**
  33124.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\CategoryCmsPageAssociationReader' shared service.
  33125.      *
  33126.      * @return \SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\CategoryCmsPageAssociationReader
  33127.      */
  33128.     protected function getCategoryCmsPageAssociationReaderService()
  33129.     {
  33130.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Gateway/Reader/ReaderInterface.php';
  33131.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Gateway/Api/Reader/ApiReader.php';
  33132.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Gateway/Api/Reader/CategoryCmsPageAssociationReader.php';
  33133.         $a = ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Connection\\ConnectionFactory'] ?? $this->getConnectionFactoryService());
  33134.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\CategoryCmsPageAssociationReader'])) {
  33135.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\CategoryCmsPageAssociationReader'];
  33136.         }
  33137.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\CategoryCmsPageAssociationReader'] = new \SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\CategoryCmsPageAssociationReader($a);
  33138.     }
  33139.     /**
  33140.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\CategoryReader' shared service.
  33141.      *
  33142.      * @return \SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\CategoryReader
  33143.      */
  33144.     protected function getCategoryReader3Service()
  33145.     {
  33146.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Gateway/Reader/ReaderInterface.php';
  33147.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Gateway/Api/Reader/ApiReader.php';
  33148.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Gateway/Api/Reader/CategoryReader.php';
  33149.         $a = ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Connection\\ConnectionFactory'] ?? $this->getConnectionFactoryService());
  33150.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\CategoryReader'])) {
  33151.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\CategoryReader'];
  33152.         }
  33153.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\CategoryReader'] = new \SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\CategoryReader($a);
  33154.     }
  33155.     /**
  33156.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\CmsPageReader' shared service.
  33157.      *
  33158.      * @return \SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\CmsPageReader
  33159.      */
  33160.     protected function getCmsPageReaderService()
  33161.     {
  33162.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Gateway/Reader/ReaderInterface.php';
  33163.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Gateway/Api/Reader/ApiReader.php';
  33164.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Gateway/Api/Reader/CmsPageReader.php';
  33165.         $a = ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Connection\\ConnectionFactory'] ?? $this->getConnectionFactoryService());
  33166.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\CmsPageReader'])) {
  33167.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\CmsPageReader'];
  33168.         }
  33169.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\CmsPageReader'] = new \SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\CmsPageReader($a);
  33170.     }
  33171.     /**
  33172.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\CountryReader' shared service.
  33173.      *
  33174.      * @return \SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\CountryReader
  33175.      */
  33176.     protected function getCountryReaderService()
  33177.     {
  33178.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Gateway/Reader/ReaderInterface.php';
  33179.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Gateway/Api/Reader/ApiReader.php';
  33180.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Gateway/Api/Reader/CountryReader.php';
  33181.         $a = ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Connection\\ConnectionFactory'] ?? $this->getConnectionFactoryService());
  33182.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\CountryReader'])) {
  33183.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\CountryReader'];
  33184.         }
  33185.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\CountryReader'] = new \SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\CountryReader($a);
  33186.     }
  33187.     /**
  33188.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\CountryStateReader' shared service.
  33189.      *
  33190.      * @return \SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\CountryStateReader
  33191.      */
  33192.     protected function getCountryStateReaderService()
  33193.     {
  33194.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Gateway/Reader/ReaderInterface.php';
  33195.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Gateway/Api/Reader/ApiReader.php';
  33196.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Gateway/Api/Reader/CountryStateReader.php';
  33197.         $a = ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Connection\\ConnectionFactory'] ?? $this->getConnectionFactoryService());
  33198.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\CountryStateReader'])) {
  33199.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\CountryStateReader'];
  33200.         }
  33201.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\CountryStateReader'] = new \SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\CountryStateReader($a);
  33202.     }
  33203.     /**
  33204.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\CrossSellingReader' shared service.
  33205.      *
  33206.      * @return \SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\CrossSellingReader
  33207.      */
  33208.     protected function getCrossSellingReader3Service()
  33209.     {
  33210.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Gateway/Reader/ReaderInterface.php';
  33211.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Gateway/Api/Reader/ApiReader.php';
  33212.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Gateway/Api/Reader/CrossSellingReader.php';
  33213.         $a = ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Connection\\ConnectionFactory'] ?? $this->getConnectionFactoryService());
  33214.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\CrossSellingReader'])) {
  33215.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\CrossSellingReader'];
  33216.         }
  33217.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\CrossSellingReader'] = new \SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\CrossSellingReader($a);
  33218.     }
  33219.     /**
  33220.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\CurrencyReader' shared service.
  33221.      *
  33222.      * @return \SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\CurrencyReader
  33223.      */
  33224.     protected function getCurrencyReader3Service()
  33225.     {
  33226.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Gateway/Reader/ReaderInterface.php';
  33227.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Gateway/Api/Reader/ApiReader.php';
  33228.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Gateway/Api/Reader/CurrencyReader.php';
  33229.         $a = ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Connection\\ConnectionFactory'] ?? $this->getConnectionFactoryService());
  33230.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\CurrencyReader'])) {
  33231.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\CurrencyReader'];
  33232.         }
  33233.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\CurrencyReader'] = new \SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\CurrencyReader($a);
  33234.     }
  33235.     /**
  33236.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\CustomFieldSetReader' shared service.
  33237.      *
  33238.      * @return \SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\CustomFieldSetReader
  33239.      */
  33240.     protected function getCustomFieldSetReaderService()
  33241.     {
  33242.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Gateway/Reader/ReaderInterface.php';
  33243.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Gateway/Api/Reader/ApiReader.php';
  33244.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Gateway/Api/Reader/CustomFieldSetReader.php';
  33245.         $a = ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Connection\\ConnectionFactory'] ?? $this->getConnectionFactoryService());
  33246.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\CustomFieldSetReader'])) {
  33247.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\CustomFieldSetReader'];
  33248.         }
  33249.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\CustomFieldSetReader'] = new \SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\CustomFieldSetReader($a);
  33250.     }
  33251.     /**
  33252.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\CustomerGroupReader' shared service.
  33253.      *
  33254.      * @return \SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\CustomerGroupReader
  33255.      */
  33256.     protected function getCustomerGroupReader3Service()
  33257.     {
  33258.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Gateway/Reader/ReaderInterface.php';
  33259.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Gateway/Api/Reader/ApiReader.php';
  33260.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Gateway/Api/Reader/CustomerGroupReader.php';
  33261.         $a = ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Connection\\ConnectionFactory'] ?? $this->getConnectionFactoryService());
  33262.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\CustomerGroupReader'])) {
  33263.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\CustomerGroupReader'];
  33264.         }
  33265.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\CustomerGroupReader'] = new \SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\CustomerGroupReader($a);
  33266.     }
  33267.     /**
  33268.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\CustomerReader' shared service.
  33269.      *
  33270.      * @return \SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\CustomerReader
  33271.      */
  33272.     protected function getCustomerReader3Service()
  33273.     {
  33274.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Gateway/Reader/ReaderInterface.php';
  33275.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Gateway/Api/Reader/ApiReader.php';
  33276.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Gateway/Api/Reader/CustomerReader.php';
  33277.         $a = ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Connection\\ConnectionFactory'] ?? $this->getConnectionFactoryService());
  33278.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\CustomerReader'])) {
  33279.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\CustomerReader'];
  33280.         }
  33281.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\CustomerReader'] = new \SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\CustomerReader($a);
  33282.     }
  33283.     /**
  33284.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\CustomerWishlistReader' shared service.
  33285.      *
  33286.      * @return \SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\CustomerWishlistReader
  33287.      */
  33288.     protected function getCustomerWishlistReader3Service()
  33289.     {
  33290.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Gateway/Reader/ReaderInterface.php';
  33291.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Gateway/Api/Reader/ApiReader.php';
  33292.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Gateway/Api/Reader/CustomerWishlistReader.php';
  33293.         $a = ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Connection\\ConnectionFactory'] ?? $this->getConnectionFactoryService());
  33294.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\CustomerWishlistReader'])) {
  33295.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\CustomerWishlistReader'];
  33296.         }
  33297.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\CustomerWishlistReader'] = new \SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\CustomerWishlistReader($a);
  33298.     }
  33299.     /**
  33300.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\DeliveryTimeReader' shared service.
  33301.      *
  33302.      * @return \SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\DeliveryTimeReader
  33303.      */
  33304.     protected function getDeliveryTimeReaderService()
  33305.     {
  33306.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Gateway/Reader/ReaderInterface.php';
  33307.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Gateway/Api/Reader/ApiReader.php';
  33308.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Gateway/Api/Reader/DeliveryTimeReader.php';
  33309.         $a = ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Connection\\ConnectionFactory'] ?? $this->getConnectionFactoryService());
  33310.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\DeliveryTimeReader'])) {
  33311.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\DeliveryTimeReader'];
  33312.         }
  33313.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\DeliveryTimeReader'] = new \SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\DeliveryTimeReader($a);
  33314.     }
  33315.     /**
  33316.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\DocumentBaseConfigReader' shared service.
  33317.      *
  33318.      * @return \SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\DocumentBaseConfigReader
  33319.      */
  33320.     protected function getDocumentBaseConfigReaderService()
  33321.     {
  33322.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Gateway/Reader/ReaderInterface.php';
  33323.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Gateway/Api/Reader/ApiReader.php';
  33324.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Gateway/Api/Reader/DocumentBaseConfigReader.php';
  33325.         $a = ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Connection\\ConnectionFactory'] ?? $this->getConnectionFactoryService());
  33326.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\DocumentBaseConfigReader'])) {
  33327.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\DocumentBaseConfigReader'];
  33328.         }
  33329.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\DocumentBaseConfigReader'] = new \SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\DocumentBaseConfigReader($a);
  33330.     }
  33331.     /**
  33332.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\DocumentInheritanceReader' shared service.
  33333.      *
  33334.      * @return \SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\DocumentInheritanceReader
  33335.      */
  33336.     protected function getDocumentInheritanceReaderService()
  33337.     {
  33338.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Gateway/Reader/ReaderInterface.php';
  33339.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Gateway/Api/Reader/ApiReader.php';
  33340.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Gateway/Api/Reader/DocumentInheritanceReader.php';
  33341.         $a = ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Connection\\ConnectionFactory'] ?? $this->getConnectionFactoryService());
  33342.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\DocumentInheritanceReader'])) {
  33343.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\DocumentInheritanceReader'];
  33344.         }
  33345.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\DocumentInheritanceReader'] = new \SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\DocumentInheritanceReader($a);
  33346.     }
  33347.     /**
  33348.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\DocumentReader' shared service.
  33349.      *
  33350.      * @return \SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\DocumentReader
  33351.      */
  33352.     protected function getDocumentReaderService()
  33353.     {
  33354.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Gateway/Reader/ReaderInterface.php';
  33355.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Gateway/Api/Reader/ApiReader.php';
  33356.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Gateway/Api/Reader/DocumentReader.php';
  33357.         $a = ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Connection\\ConnectionFactory'] ?? $this->getConnectionFactoryService());
  33358.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\DocumentReader'])) {
  33359.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\DocumentReader'];
  33360.         }
  33361.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\DocumentReader'] = new \SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\DocumentReader($a);
  33362.     }
  33363.     /**
  33364.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\LanguageReader' shared service.
  33365.      *
  33366.      * @return \SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\LanguageReader
  33367.      */
  33368.     protected function getLanguageReader3Service()
  33369.     {
  33370.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Gateway/Reader/ReaderInterface.php';
  33371.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Gateway/Api/Reader/ApiReader.php';
  33372.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Gateway/Api/Reader/LanguageReader.php';
  33373.         $a = ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Connection\\ConnectionFactory'] ?? $this->getConnectionFactoryService());
  33374.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\LanguageReader'])) {
  33375.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\LanguageReader'];
  33376.         }
  33377.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\LanguageReader'] = new \SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\LanguageReader($a);
  33378.     }
  33379.     /**
  33380.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\MailTemplateReader' shared service.
  33381.      *
  33382.      * @return \SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\MailTemplateReader
  33383.      */
  33384.     protected function getMailTemplateReaderService()
  33385.     {
  33386.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Gateway/Reader/ReaderInterface.php';
  33387.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Gateway/Api/Reader/ApiReader.php';
  33388.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Gateway/Api/Reader/MailTemplateReader.php';
  33389.         $a = ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Connection\\ConnectionFactory'] ?? $this->getConnectionFactoryService());
  33390.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\MailTemplateReader'])) {
  33391.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\MailTemplateReader'];
  33392.         }
  33393.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\MailTemplateReader'] = new \SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\MailTemplateReader($a);
  33394.     }
  33395.     /**
  33396.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\MediaFolderInheritanceReader' shared service.
  33397.      *
  33398.      * @return \SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\MediaFolderInheritanceReader
  33399.      */
  33400.     protected function getMediaFolderInheritanceReaderService()
  33401.     {
  33402.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Gateway/Reader/ReaderInterface.php';
  33403.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Gateway/Api/Reader/ApiReader.php';
  33404.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Gateway/Api/Reader/MediaFolderInheritanceReader.php';
  33405.         $a = ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Connection\\ConnectionFactory'] ?? $this->getConnectionFactoryService());
  33406.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\MediaFolderInheritanceReader'])) {
  33407.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\MediaFolderInheritanceReader'];
  33408.         }
  33409.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\MediaFolderInheritanceReader'] = new \SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\MediaFolderInheritanceReader($a);
  33410.     }
  33411.     /**
  33412.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\MediaFolderReader' shared service.
  33413.      *
  33414.      * @return \SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\MediaFolderReader
  33415.      */
  33416.     protected function getMediaFolderReaderService()
  33417.     {
  33418.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Gateway/Reader/ReaderInterface.php';
  33419.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Gateway/Api/Reader/ApiReader.php';
  33420.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Gateway/Api/Reader/MediaFolderReader.php';
  33421.         $a = ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Connection\\ConnectionFactory'] ?? $this->getConnectionFactoryService());
  33422.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\MediaFolderReader'])) {
  33423.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\MediaFolderReader'];
  33424.         }
  33425.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\MediaFolderReader'] = new \SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\MediaFolderReader($a);
  33426.     }
  33427.     /**
  33428.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\MediaReader' shared service.
  33429.      *
  33430.      * @return \SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\MediaReader
  33431.      */
  33432.     protected function getMediaReader3Service()
  33433.     {
  33434.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Gateway/Reader/ReaderInterface.php';
  33435.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Gateway/Api/Reader/ApiReader.php';
  33436.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Gateway/Api/Reader/MediaReader.php';
  33437.         $a = ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Connection\\ConnectionFactory'] ?? $this->getConnectionFactoryService());
  33438.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\MediaReader'])) {
  33439.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\MediaReader'];
  33440.         }
  33441.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\MediaReader'] = new \SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\MediaReader($a);
  33442.     }
  33443.     /**
  33444.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\NewsletterRecipientReader' shared service.
  33445.      *
  33446.      * @return \SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\NewsletterRecipientReader
  33447.      */
  33448.     protected function getNewsletterRecipientReader3Service()
  33449.     {
  33450.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Gateway/Reader/ReaderInterface.php';
  33451.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Gateway/Api/Reader/ApiReader.php';
  33452.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Gateway/Api/Reader/NewsletterRecipientReader.php';
  33453.         $a = ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Connection\\ConnectionFactory'] ?? $this->getConnectionFactoryService());
  33454.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\NewsletterRecipientReader'])) {
  33455.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\NewsletterRecipientReader'];
  33456.         }
  33457.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\NewsletterRecipientReader'] = new \SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\NewsletterRecipientReader($a);
  33458.     }
  33459.     /**
  33460.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\NumberRangeReader' shared service.
  33461.      *
  33462.      * @return \SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\NumberRangeReader
  33463.      */
  33464.     protected function getNumberRangeReader3Service()
  33465.     {
  33466.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Gateway/Reader/ReaderInterface.php';
  33467.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Gateway/Api/Reader/ApiReader.php';
  33468.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Gateway/Api/Reader/NumberRangeReader.php';
  33469.         $a = ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Connection\\ConnectionFactory'] ?? $this->getConnectionFactoryService());
  33470.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\NumberRangeReader'])) {
  33471.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\NumberRangeReader'];
  33472.         }
  33473.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\NumberRangeReader'] = new \SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\NumberRangeReader($a);
  33474.     }
  33475.     /**
  33476.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\OrderReader' shared service.
  33477.      *
  33478.      * @return \SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\OrderReader
  33479.      */
  33480.     protected function getOrderReader3Service()
  33481.     {
  33482.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Gateway/Reader/ReaderInterface.php';
  33483.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Gateway/Api/Reader/ApiReader.php';
  33484.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Gateway/Api/Reader/OrderReader.php';
  33485.         $a = ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Connection\\ConnectionFactory'] ?? $this->getConnectionFactoryService());
  33486.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\OrderReader'])) {
  33487.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\OrderReader'];
  33488.         }
  33489.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\OrderReader'] = new \SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\OrderReader($a);
  33490.     }
  33491.     /**
  33492.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\PageSystemConfigReader' shared service.
  33493.      *
  33494.      * @return \SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\PageSystemConfigReader
  33495.      */
  33496.     protected function getPageSystemConfigReaderService()
  33497.     {
  33498.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Gateway/Reader/ReaderInterface.php';
  33499.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Gateway/Api/Reader/ApiReader.php';
  33500.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Gateway/Api/Reader/PageSystemConfigReader.php';
  33501.         $a = ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Connection\\ConnectionFactory'] ?? $this->getConnectionFactoryService());
  33502.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\PageSystemConfigReader'])) {
  33503.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\PageSystemConfigReader'];
  33504.         }
  33505.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\PageSystemConfigReader'] = new \SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\PageSystemConfigReader($a);
  33506.     }
  33507.     /**
  33508.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\ProductFeatureSetReader' shared service.
  33509.      *
  33510.      * @return \SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\ProductFeatureSetReader
  33511.      */
  33512.     protected function getProductFeatureSetReaderService()
  33513.     {
  33514.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Gateway/Reader/ReaderInterface.php';
  33515.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Gateway/Api/Reader/ApiReader.php';
  33516.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Gateway/Api/Reader/ProductFeatureSetReader.php';
  33517.         $a = ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Connection\\ConnectionFactory'] ?? $this->getConnectionFactoryService());
  33518.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\ProductFeatureSetReader'])) {
  33519.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\ProductFeatureSetReader'];
  33520.         }
  33521.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\ProductFeatureSetReader'] = new \SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\ProductFeatureSetReader($a);
  33522.     }
  33523.     /**
  33524.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\ProductMainVariantRelationReader' shared service.
  33525.      *
  33526.      * @return \SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\ProductMainVariantRelationReader
  33527.      */
  33528.     protected function getProductMainVariantRelationReaderService()
  33529.     {
  33530.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Gateway/Reader/ReaderInterface.php';
  33531.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Gateway/Api/Reader/ApiReader.php';
  33532.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Gateway/Api/Reader/ProductMainVariantRelationReader.php';
  33533.         $a = ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Connection\\ConnectionFactory'] ?? $this->getConnectionFactoryService());
  33534.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\ProductMainVariantRelationReader'])) {
  33535.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\ProductMainVariantRelationReader'];
  33536.         }
  33537.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\ProductMainVariantRelationReader'] = new \SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\ProductMainVariantRelationReader($a);
  33538.     }
  33539.     /**
  33540.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\ProductManufacturerReader' shared service.
  33541.      *
  33542.      * @return \SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\ProductManufacturerReader
  33543.      */
  33544.     protected function getProductManufacturerReaderService()
  33545.     {
  33546.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Gateway/Reader/ReaderInterface.php';
  33547.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Gateway/Api/Reader/ApiReader.php';
  33548.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Gateway/Api/Reader/ProductManufacturerReader.php';
  33549.         $a = ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Connection\\ConnectionFactory'] ?? $this->getConnectionFactoryService());
  33550.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\ProductManufacturerReader'])) {
  33551.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\ProductManufacturerReader'];
  33552.         }
  33553.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\ProductManufacturerReader'] = new \SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\ProductManufacturerReader($a);
  33554.     }
  33555.     /**
  33556.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\ProductReader' shared service.
  33557.      *
  33558.      * @return \SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\ProductReader
  33559.      */
  33560.     protected function getProductReader3Service()
  33561.     {
  33562.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Gateway/Reader/ReaderInterface.php';
  33563.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Gateway/Api/Reader/ApiReader.php';
  33564.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Gateway/Api/Reader/ProductReader.php';
  33565.         $a = ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Connection\\ConnectionFactory'] ?? $this->getConnectionFactoryService());
  33566.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\ProductReader'])) {
  33567.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\ProductReader'];
  33568.         }
  33569.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\ProductReader'] = new \SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\ProductReader($a);
  33570.     }
  33571.     /**
  33572.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\ProductReviewReader' shared service.
  33573.      *
  33574.      * @return \SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\ProductReviewReader
  33575.      */
  33576.     protected function getProductReviewReader3Service()
  33577.     {
  33578.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Gateway/Reader/ReaderInterface.php';
  33579.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Gateway/Api/Reader/ApiReader.php';
  33580.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Gateway/Api/Reader/ProductReviewReader.php';
  33581.         $a = ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Connection\\ConnectionFactory'] ?? $this->getConnectionFactoryService());
  33582.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\ProductReviewReader'])) {
  33583.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\ProductReviewReader'];
  33584.         }
  33585.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\ProductReviewReader'] = new \SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\ProductReviewReader($a);
  33586.     }
  33587.     /**
  33588.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\ProductSortingReader' shared service.
  33589.      *
  33590.      * @return \SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\ProductSortingReader
  33591.      */
  33592.     protected function getProductSortingReaderService()
  33593.     {
  33594.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Gateway/Reader/ReaderInterface.php';
  33595.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Gateway/Api/Reader/ApiReader.php';
  33596.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Gateway/Api/Reader/ProductSortingReader.php';
  33597.         $a = ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Connection\\ConnectionFactory'] ?? $this->getConnectionFactoryService());
  33598.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\ProductSortingReader'])) {
  33599.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\ProductSortingReader'];
  33600.         }
  33601.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\ProductSortingReader'] = new \SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\ProductSortingReader($a);
  33602.     }
  33603.     /**
  33604.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\ProductStreamFilterInheritanceReader' shared service.
  33605.      *
  33606.      * @return \SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\ProductStreamFilterInheritanceReader
  33607.      */
  33608.     protected function getProductStreamFilterInheritanceReaderService()
  33609.     {
  33610.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Gateway/Reader/ReaderInterface.php';
  33611.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Gateway/Api/Reader/ApiReader.php';
  33612.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Gateway/Api/Reader/ProductStreamFilterInheritanceReader.php';
  33613.         $a = ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Connection\\ConnectionFactory'] ?? $this->getConnectionFactoryService());
  33614.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\ProductStreamFilterInheritanceReader'])) {
  33615.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\ProductStreamFilterInheritanceReader'];
  33616.         }
  33617.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\ProductStreamFilterInheritanceReader'] = new \SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\ProductStreamFilterInheritanceReader($a);
  33618.     }
  33619.     /**
  33620.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\ProductStreamReader' shared service.
  33621.      *
  33622.      * @return \SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\ProductStreamReader
  33623.      */
  33624.     protected function getProductStreamReaderService()
  33625.     {
  33626.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Gateway/Reader/ReaderInterface.php';
  33627.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Gateway/Api/Reader/ApiReader.php';
  33628.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Gateway/Api/Reader/ProductStreamReader.php';
  33629.         $a = ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Connection\\ConnectionFactory'] ?? $this->getConnectionFactoryService());
  33630.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\ProductStreamReader'])) {
  33631.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\ProductStreamReader'];
  33632.         }
  33633.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\ProductStreamReader'] = new \SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\ProductStreamReader($a);
  33634.     }
  33635.     /**
  33636.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\PromotionReader' shared service.
  33637.      *
  33638.      * @return \SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\PromotionReader
  33639.      */
  33640.     protected function getPromotionReader3Service()
  33641.     {
  33642.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Gateway/Reader/ReaderInterface.php';
  33643.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Gateway/Api/Reader/ApiReader.php';
  33644.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Gateway/Api/Reader/PromotionReader.php';
  33645.         $a = ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Connection\\ConnectionFactory'] ?? $this->getConnectionFactoryService());
  33646.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\PromotionReader'])) {
  33647.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\PromotionReader'];
  33648.         }
  33649.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\PromotionReader'] = new \SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\PromotionReader($a);
  33650.     }
  33651.     /**
  33652.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\PropertyGroupReader' shared service.
  33653.      *
  33654.      * @return \SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\PropertyGroupReader
  33655.      */
  33656.     protected function getPropertyGroupReaderService()
  33657.     {
  33658.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Gateway/Reader/ReaderInterface.php';
  33659.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Gateway/Api/Reader/ApiReader.php';
  33660.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Gateway/Api/Reader/PropertyGroupReader.php';
  33661.         $a = ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Connection\\ConnectionFactory'] ?? $this->getConnectionFactoryService());
  33662.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\PropertyGroupReader'])) {
  33663.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\PropertyGroupReader'];
  33664.         }
  33665.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\PropertyGroupReader'] = new \SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\PropertyGroupReader($a);
  33666.     }
  33667.     /**
  33668.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\RuleReader' shared service.
  33669.      *
  33670.      * @return \SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\RuleReader
  33671.      */
  33672.     protected function getRuleReaderService()
  33673.     {
  33674.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Gateway/Reader/ReaderInterface.php';
  33675.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Gateway/Api/Reader/ApiReader.php';
  33676.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Gateway/Api/Reader/RuleReader.php';
  33677.         $a = ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Connection\\ConnectionFactory'] ?? $this->getConnectionFactoryService());
  33678.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\RuleReader'])) {
  33679.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\RuleReader'];
  33680.         }
  33681.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\RuleReader'] = new \SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\RuleReader($a);
  33682.     }
  33683.     /**
  33684.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\SalesChannelDomainReader' shared service.
  33685.      *
  33686.      * @return \SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\SalesChannelDomainReader
  33687.      */
  33688.     protected function getSalesChannelDomainReaderService()
  33689.     {
  33690.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Gateway/Reader/ReaderInterface.php';
  33691.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Gateway/Api/Reader/ApiReader.php';
  33692.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Gateway/Api/Reader/SalesChannelDomainReader.php';
  33693.         $a = ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Connection\\ConnectionFactory'] ?? $this->getConnectionFactoryService());
  33694.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\SalesChannelDomainReader'])) {
  33695.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\SalesChannelDomainReader'];
  33696.         }
  33697.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\SalesChannelDomainReader'] = new \SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\SalesChannelDomainReader($a);
  33698.     }
  33699.     /**
  33700.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\SalesChannelReader' shared service.
  33701.      *
  33702.      * @return \SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\SalesChannelReader
  33703.      */
  33704.     protected function getSalesChannelReader3Service()
  33705.     {
  33706.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Gateway/Reader/ReaderInterface.php';
  33707.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Gateway/Api/Reader/ApiReader.php';
  33708.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Gateway/Api/Reader/SalesChannelReader.php';
  33709.         $a = ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Connection\\ConnectionFactory'] ?? $this->getConnectionFactoryService());
  33710.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\SalesChannelReader'])) {
  33711.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\SalesChannelReader'];
  33712.         }
  33713.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\SalesChannelReader'] = new \SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\SalesChannelReader($a);
  33714.     }
  33715.     /**
  33716.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\SalutationReader' shared service.
  33717.      *
  33718.      * @return \SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\SalutationReader
  33719.      */
  33720.     protected function getSalutationReaderService()
  33721.     {
  33722.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Gateway/Reader/ReaderInterface.php';
  33723.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Gateway/Api/Reader/ApiReader.php';
  33724.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Gateway/Api/Reader/SalutationReader.php';
  33725.         $a = ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Connection\\ConnectionFactory'] ?? $this->getConnectionFactoryService());
  33726.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\SalutationReader'])) {
  33727.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\SalutationReader'];
  33728.         }
  33729.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\SalutationReader'] = new \SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\SalutationReader($a);
  33730.     }
  33731.     /**
  33732.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\SeoUrlReader' shared service.
  33733.      *
  33734.      * @return \SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\SeoUrlReader
  33735.      */
  33736.     protected function getSeoUrlReader3Service()
  33737.     {
  33738.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Gateway/Reader/ReaderInterface.php';
  33739.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Gateway/Api/Reader/ApiReader.php';
  33740.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Gateway/Api/Reader/SeoUrlReader.php';
  33741.         $a = ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Connection\\ConnectionFactory'] ?? $this->getConnectionFactoryService());
  33742.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\SeoUrlReader'])) {
  33743.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\SeoUrlReader'];
  33744.         }
  33745.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\SeoUrlReader'] = new \SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\SeoUrlReader($a);
  33746.     }
  33747.     /**
  33748.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\SeoUrlTemplateReader' shared service.
  33749.      *
  33750.      * @return \SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\SeoUrlTemplateReader
  33751.      */
  33752.     protected function getSeoUrlTemplateReaderService()
  33753.     {
  33754.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Gateway/Reader/ReaderInterface.php';
  33755.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Gateway/Api/Reader/ApiReader.php';
  33756.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Gateway/Api/Reader/SeoUrlTemplateReader.php';
  33757.         $a = ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Connection\\ConnectionFactory'] ?? $this->getConnectionFactoryService());
  33758.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\SeoUrlTemplateReader'])) {
  33759.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\SeoUrlTemplateReader'];
  33760.         }
  33761.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\SeoUrlTemplateReader'] = new \SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\SeoUrlTemplateReader($a);
  33762.     }
  33763.     /**
  33764.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\ShippingMethodReader' shared service.
  33765.      *
  33766.      * @return \SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\ShippingMethodReader
  33767.      */
  33768.     protected function getShippingMethodReader3Service()
  33769.     {
  33770.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Gateway/Reader/ReaderInterface.php';
  33771.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Gateway/Api/Reader/ApiReader.php';
  33772.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Gateway/Api/Reader/ShippingMethodReader.php';
  33773.         $a = ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Connection\\ConnectionFactory'] ?? $this->getConnectionFactoryService());
  33774.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\ShippingMethodReader'])) {
  33775.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\ShippingMethodReader'];
  33776.         }
  33777.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\ShippingMethodReader'] = new \SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\ShippingMethodReader($a);
  33778.     }
  33779.     /**
  33780.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\SnippetReader' shared service.
  33781.      *
  33782.      * @return \SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\SnippetReader
  33783.      */
  33784.     protected function getSnippetReaderService()
  33785.     {
  33786.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Gateway/Reader/ReaderInterface.php';
  33787.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Gateway/Api/Reader/ApiReader.php';
  33788.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Gateway/Api/Reader/SnippetReader.php';
  33789.         $a = ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Connection\\ConnectionFactory'] ?? $this->getConnectionFactoryService());
  33790.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\SnippetReader'])) {
  33791.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\SnippetReader'];
  33792.         }
  33793.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\SnippetReader'] = new \SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\SnippetReader($a);
  33794.     }
  33795.     /**
  33796.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\SnippetSetReader' shared service.
  33797.      *
  33798.      * @return \SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\SnippetSetReader
  33799.      */
  33800.     protected function getSnippetSetReaderService()
  33801.     {
  33802.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Gateway/Reader/ReaderInterface.php';
  33803.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Gateway/Api/Reader/ApiReader.php';
  33804.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Gateway/Api/Reader/SnippetSetReader.php';
  33805.         $a = ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Connection\\ConnectionFactory'] ?? $this->getConnectionFactoryService());
  33806.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\SnippetSetReader'])) {
  33807.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\SnippetSetReader'];
  33808.         }
  33809.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\SnippetSetReader'] = new \SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\SnippetSetReader($a);
  33810.     }
  33811.     /**
  33812.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\SystemConfigReader' shared service.
  33813.      *
  33814.      * @return \SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\SystemConfigReader
  33815.      */
  33816.     protected function getSystemConfigReaderService()
  33817.     {
  33818.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Gateway/Reader/ReaderInterface.php';
  33819.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Gateway/Api/Reader/ApiReader.php';
  33820.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Gateway/Api/Reader/SystemConfigReader.php';
  33821.         $a = ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Connection\\ConnectionFactory'] ?? $this->getConnectionFactoryService());
  33822.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\SystemConfigReader'])) {
  33823.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\SystemConfigReader'];
  33824.         }
  33825.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\SystemConfigReader'] = new \SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\SystemConfigReader($a);
  33826.     }
  33827.     /**
  33828.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\TaxReader' shared service.
  33829.      *
  33830.      * @return \SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\TaxReader
  33831.      */
  33832.     protected function getTaxReaderService()
  33833.     {
  33834.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Gateway/Reader/ReaderInterface.php';
  33835.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Gateway/Api/Reader/ApiReader.php';
  33836.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Gateway/Api/Reader/TaxReader.php';
  33837.         $a = ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Connection\\ConnectionFactory'] ?? $this->getConnectionFactoryService());
  33838.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\TaxReader'])) {
  33839.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\TaxReader'];
  33840.         }
  33841.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\TaxReader'] = new \SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\TaxReader($a);
  33842.     }
  33843.     /**
  33844.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\TaxRuleReader' shared service.
  33845.      *
  33846.      * @return \SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\TaxRuleReader
  33847.      */
  33848.     protected function getTaxRuleReaderService()
  33849.     {
  33850.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Gateway/Reader/ReaderInterface.php';
  33851.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Gateway/Api/Reader/ApiReader.php';
  33852.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Gateway/Api/Reader/TaxRuleReader.php';
  33853.         $a = ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Connection\\ConnectionFactory'] ?? $this->getConnectionFactoryService());
  33854.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\TaxRuleReader'])) {
  33855.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\TaxRuleReader'];
  33856.         }
  33857.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\TaxRuleReader'] = new \SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\TaxRuleReader($a);
  33858.     }
  33859.     /**
  33860.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\UnitReader' shared service.
  33861.      *
  33862.      * @return \SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\UnitReader
  33863.      */
  33864.     protected function getUnitReaderService()
  33865.     {
  33866.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Gateway/Reader/ReaderInterface.php';
  33867.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Gateway/Api/Reader/ApiReader.php';
  33868.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Gateway/Api/Reader/UnitReader.php';
  33869.         $a = ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Connection\\ConnectionFactory'] ?? $this->getConnectionFactoryService());
  33870.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\UnitReader'])) {
  33871.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\UnitReader'];
  33872.         }
  33873.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\UnitReader'] = new \SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\UnitReader($a);
  33874.     }
  33875.     /**
  33876.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Shopware6ApiGateway' shared service.
  33877.      *
  33878.      * @return \SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Shopware6ApiGateway
  33879.      */
  33880.     protected function getShopware6ApiGatewayService()
  33881.     {
  33882.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Gateway/GatewayInterface.php';
  33883.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Gateway/ShopwareGatewayInterface.php';
  33884.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Gateway/Api/Shopware6ApiGateway.php';
  33885.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Gateway/Reader/EnvironmentReaderInterface.php';
  33886.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Gateway/Api/Reader/EnvironmentReader.php';
  33887.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Gateway/TotalReaderInterface.php';
  33888.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Gateway/Api/Reader/TotalReader.php';
  33889.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Gateway/TableReaderInterface.php';
  33890.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Gateway/Api/Reader/TableReader.php';
  33891.         $a = ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Connection\\ConnectionFactory'] ?? $this->getConnectionFactoryService());
  33892.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Shopware6ApiGateway'])) {
  33893.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Shopware6ApiGateway'];
  33894.         }
  33895.         $b = ($this->services['currency.repository'] ?? $this->getCurrency_RepositoryService());
  33896.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Shopware6ApiGateway'])) {
  33897.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Shopware6ApiGateway'];
  33898.         }
  33899.         $c = ($this->services['language.repository'] ?? $this->getLanguage_RepositoryService());
  33900.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Shopware6ApiGateway'])) {
  33901.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Shopware6ApiGateway'];
  33902.         }
  33903.         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));
  33904.     }
  33905.     /**
  33906.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware6\Gateway\Connection\ConnectionFactory' shared service.
  33907.      *
  33908.      * @return \SwagMigrationAssistant\Profile\Shopware6\Gateway\Connection\ConnectionFactory
  33909.      */
  33910.     protected function getConnectionFactoryService()
  33911.     {
  33912.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Gateway/Connection/ConnectionFactoryInterface.php';
  33913.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Gateway/Connection/ConnectionFactory.php';
  33914.         $a = ($this->services['swag_migration_connection.repository'] ?? $this->getSwagMigrationConnection_RepositoryService());
  33915.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Connection\\ConnectionFactory'])) {
  33916.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Connection\\ConnectionFactory'];
  33917.         }
  33918.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Connection\\ConnectionFactory'] = new \SwagMigrationAssistant\Profile\Shopware6\Gateway\Connection\ConnectionFactory($a);
  33919.     }
  33920.     /**
  33921.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware6\Mapping\Shopware6MappingService' shared service.
  33922.      *
  33923.      * @return \SwagMigrationAssistant\Profile\Shopware6\Mapping\Shopware6MappingService
  33924.      */
  33925.     protected function getShopware6MappingServiceService()
  33926.     {
  33927.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Mapping/MappingServiceInterface.php';
  33928.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Mapping/MappingService.php';
  33929.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Mapping/Shopware6MappingServiceInterface.php';
  33930.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Mapping/Shopware6MappingService.php';
  33931.         $a = ($this->services['swag_migration_mapping.repository'] ?? $this->getSwagMigrationMapping_RepositoryService());
  33932.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Mapping\\Shopware6MappingService'])) {
  33933.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Mapping\\Shopware6MappingService'];
  33934.         }
  33935.         $b = ($this->services['locale.repository'] ?? $this->getLocale_RepositoryService());
  33936.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Mapping\\Shopware6MappingService'])) {
  33937.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Mapping\\Shopware6MappingService'];
  33938.         }
  33939.         $c = ($this->services['language.repository'] ?? $this->getLanguage_RepositoryService());
  33940.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Mapping\\Shopware6MappingService'])) {
  33941.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Mapping\\Shopware6MappingService'];
  33942.         }
  33943.         $d = ($this->services['country.repository'] ?? $this->getCountry_RepositoryService());
  33944.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Mapping\\Shopware6MappingService'])) {
  33945.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Mapping\\Shopware6MappingService'];
  33946.         }
  33947.         $e = ($this->services['currency.repository'] ?? $this->getCurrency_RepositoryService());
  33948.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Mapping\\Shopware6MappingService'])) {
  33949.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Mapping\\Shopware6MappingService'];
  33950.         }
  33951.         $f = ($this->services['tax.repository'] ?? $this->getTax_RepositoryService());
  33952.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Mapping\\Shopware6MappingService'])) {
  33953.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Mapping\\Shopware6MappingService'];
  33954.         }
  33955.         $g = ($this->services['number_range.repository'] ?? $this->getNumberRange_RepositoryService());
  33956.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Mapping\\Shopware6MappingService'])) {
  33957.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Mapping\\Shopware6MappingService'];
  33958.         }
  33959.         $h = ($this->services['rule.repository'] ?? $this->getRule_RepositoryService());
  33960.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Mapping\\Shopware6MappingService'])) {
  33961.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Mapping\\Shopware6MappingService'];
  33962.         }
  33963.         $i = ($this->services['media_thumbnail_size.repository'] ?? $this->getMediaThumbnailSize_RepositoryService());
  33964.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Mapping\\Shopware6MappingService'])) {
  33965.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Mapping\\Shopware6MappingService'];
  33966.         }
  33967.         $j = ($this->services['media_default_folder.repository'] ?? $this->getMediaDefaultFolder_RepositoryService());
  33968.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Mapping\\Shopware6MappingService'])) {
  33969.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Mapping\\Shopware6MappingService'];
  33970.         }
  33971.         $k = ($this->services['category.repository'] ?? $this->getCategory_RepositoryService());
  33972.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Mapping\\Shopware6MappingService'])) {
  33973.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Mapping\\Shopware6MappingService'];
  33974.         }
  33975.         $l = ($this->services['cms_page.repository'] ?? $this->getCmsPage_RepositoryService());
  33976.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Mapping\\Shopware6MappingService'])) {
  33977.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Mapping\\Shopware6MappingService'];
  33978.         }
  33979.         $m = ($this->services['delivery_time.repository'] ?? $this->getDeliveryTime_RepositoryService());
  33980.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Mapping\\Shopware6MappingService'])) {
  33981.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Mapping\\Shopware6MappingService'];
  33982.         }
  33983.         $n = ($this->services['document_type.repository'] ?? $this->getDocumentType_RepositoryService());
  33984.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Mapping\\Shopware6MappingService'])) {
  33985.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Mapping\\Shopware6MappingService'];
  33986.         }
  33987.         $o = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\EntityWriter'] ?? $this->getEntityWriterService());
  33988.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Mapping\\Shopware6MappingService'])) {
  33989.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Mapping\\Shopware6MappingService'];
  33990.         }
  33991.         $p = ($this->services['number_range_type.repository'] ?? $this->getNumberRangeType_RepositoryService());
  33992.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Mapping\\Shopware6MappingService'])) {
  33993.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Mapping\\Shopware6MappingService'];
  33994.         }
  33995.         $q = ($this->services['mail_template_type.repository'] ?? $this->getMailTemplateType_RepositoryService());
  33996.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Mapping\\Shopware6MappingService'])) {
  33997.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Mapping\\Shopware6MappingService'];
  33998.         }
  33999.         $r = ($this->services['mail_template.repository'] ?? $this->getMailTemplate_RepositoryService());
  34000.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Mapping\\Shopware6MappingService'])) {
  34001.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Mapping\\Shopware6MappingService'];
  34002.         }
  34003.         $s = ($this->services['salutation.repository'] ?? $this->getSalutation_RepositoryService());
  34004.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Mapping\\Shopware6MappingService'])) {
  34005.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Mapping\\Shopware6MappingService'];
  34006.         }
  34007.         $t = ($this->services['seo_url_template.repository'] ?? $this->getSeoUrlTemplate_RepositoryService());
  34008.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Mapping\\Shopware6MappingService'])) {
  34009.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Mapping\\Shopware6MappingService'];
  34010.         }
  34011.         $u = ($this->services['system_config.repository'] ?? $this->getSystemConfig_RepositoryService());
  34012.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Mapping\\Shopware6MappingService'])) {
  34013.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Mapping\\Shopware6MappingService'];
  34014.         }
  34015.         $v = ($this->services['product_sorting.repository'] ?? $this->getProductSorting_RepositoryService());
  34016.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Mapping\\Shopware6MappingService'])) {
  34017.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Mapping\\Shopware6MappingService'];
  34018.         }
  34019.         $w = ($this->services['state_machine_state.repository'] ?? $this->getStateMachineState_RepositoryService());
  34020.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Mapping\\Shopware6MappingService'])) {
  34021.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Mapping\\Shopware6MappingService'];
  34022.         }
  34023.         $x = ($this->services['document_base_config.repository'] ?? $this->getDocumentBaseConfig_RepositoryService());
  34024.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Mapping\\Shopware6MappingService'])) {
  34025.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Mapping\\Shopware6MappingService'];
  34026.         }
  34027.         $y = ($this->services['country_state.repository'] ?? $this->getCountryState_RepositoryService());
  34028.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Mapping\\Shopware6MappingService'])) {
  34029.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Mapping\\Shopware6MappingService'];
  34030.         }
  34031.         $z = ($this->services['tax_rule.repository'] ?? $this->getTaxRule_RepositoryService());
  34032.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Mapping\\Shopware6MappingService'])) {
  34033.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Mapping\\Shopware6MappingService'];
  34034.         }
  34035.         $aa = ($this->services['tax_rule_type.repository'] ?? $this->getTaxRuleType_RepositoryService());
  34036.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Mapping\\Shopware6MappingService'])) {
  34037.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Mapping\\Shopware6MappingService'];
  34038.         }
  34039.         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);
  34040.     }
  34041.     /**
  34042.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware6\Media\HttpMediaDownloadService' shared service.
  34043.      *
  34044.      * @return \SwagMigrationAssistant\Profile\Shopware6\Media\HttpMediaDownloadService
  34045.      */
  34046.     protected function getHttpMediaDownloadService2Service()
  34047.     {
  34048.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Media/BaseMediaService.php';
  34049.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Media/MediaFileProcessorInterface.php';
  34050.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Media/HttpMediaDownloadService.php';
  34051.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Media/HttpMediaDownloadService.php';
  34052.         $a = ($this->services['swag_migration_media_file.repository'] ?? $this->getSwagMigrationMediaFile_RepositoryService());
  34053.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Media\\HttpMediaDownloadService'])) {
  34054.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Media\\HttpMediaDownloadService'];
  34055.         }
  34056.         $b = ($this->services['Shopware\\Core\\Content\\Media\\File\\FileSaver'] ?? $this->getFileSaverService());
  34057.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Media\\HttpMediaDownloadService'])) {
  34058.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Media\\HttpMediaDownloadService'];
  34059.         }
  34060.         $c = ($this->privates['SwagMigrationAssistant\\Migration\\Logging\\LoggingService'] ?? $this->getLoggingService2Service());
  34061.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Media\\HttpMediaDownloadService'])) {
  34062.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Media\\HttpMediaDownloadService'];
  34063.         }
  34064.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Media\\HttpMediaDownloadService'] = new \SwagMigrationAssistant\Profile\Shopware6\Media\HttpMediaDownloadService($a$b$c, ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  34065.     }
  34066.     /**
  34067.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware6\Media\HttpOrderDocumentGenerationService' shared service.
  34068.      *
  34069.      * @return \SwagMigrationAssistant\Profile\Shopware6\Media\HttpOrderDocumentGenerationService
  34070.      */
  34071.     protected function getHttpOrderDocumentGenerationServiceService()
  34072.     {
  34073.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Media/BaseMediaService.php';
  34074.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Media/MediaFileProcessorInterface.php';
  34075.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Media/HttpOrderDocumentGenerationService.php';
  34076.         $a = ($this->services['document.repository'] ?? $this->getDocument_RepositoryService());
  34077.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Media\\HttpOrderDocumentGenerationService'])) {
  34078.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Media\\HttpOrderDocumentGenerationService'];
  34079.         }
  34080.         $b = ($this->services['swag_migration_media_file.repository'] ?? $this->getSwagMigrationMediaFile_RepositoryService());
  34081.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Media\\HttpOrderDocumentGenerationService'])) {
  34082.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Media\\HttpOrderDocumentGenerationService'];
  34083.         }
  34084.         $c = ($this->privates['SwagMigrationAssistant\\Migration\\Logging\\LoggingService'] ?? $this->getLoggingService2Service());
  34085.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Media\\HttpOrderDocumentGenerationService'])) {
  34086.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Media\\HttpOrderDocumentGenerationService'];
  34087.         }
  34088.         $d = ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Mapping\\Shopware6MappingService'] ?? $this->getShopware6MappingServiceService());
  34089.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Media\\HttpOrderDocumentGenerationService'])) {
  34090.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Media\\HttpOrderDocumentGenerationService'];
  34091.         }
  34092.         $e = ($this->privates['Shopware\\Core\\Content\\Media\\MediaService'] ?? $this->getMediaServiceService());
  34093.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Media\\HttpOrderDocumentGenerationService'])) {
  34094.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Media\\HttpOrderDocumentGenerationService'];
  34095.         }
  34096.         $f = ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Connection\\ConnectionFactory'] ?? $this->getConnectionFactoryService());
  34097.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Media\\HttpOrderDocumentGenerationService'])) {
  34098.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Media\\HttpOrderDocumentGenerationService'];
  34099.         }
  34100.         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()));
  34101.     }
  34102.     /**
  34103.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware6\Media\HttpOrderDocumentService' shared service.
  34104.      *
  34105.      * @return \SwagMigrationAssistant\Profile\Shopware6\Media\HttpOrderDocumentService
  34106.      */
  34107.     protected function getHttpOrderDocumentServiceService()
  34108.     {
  34109.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Media/BaseMediaService.php';
  34110.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Media/MediaFileProcessorInterface.php';
  34111.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Media/HttpMediaDownloadService.php';
  34112.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Media/HttpMediaDownloadService.php';
  34113.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Media/HttpOrderDocumentService.php';
  34114.         $a = ($this->services['swag_migration_media_file.repository'] ?? $this->getSwagMigrationMediaFile_RepositoryService());
  34115.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Media\\HttpOrderDocumentService'])) {
  34116.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Media\\HttpOrderDocumentService'];
  34117.         }
  34118.         $b = ($this->services['Shopware\\Core\\Content\\Media\\File\\FileSaver'] ?? $this->getFileSaverService());
  34119.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Media\\HttpOrderDocumentService'])) {
  34120.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Media\\HttpOrderDocumentService'];
  34121.         }
  34122.         $c = ($this->privates['SwagMigrationAssistant\\Migration\\Logging\\LoggingService'] ?? $this->getLoggingService2Service());
  34123.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Media\\HttpOrderDocumentService'])) {
  34124.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Media\\HttpOrderDocumentService'];
  34125.         }
  34126.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Media\\HttpOrderDocumentService'] = new \SwagMigrationAssistant\Profile\Shopware6\Media\HttpOrderDocumentService($a$b$c, ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  34127.     }
  34128.     /**
  34129.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware6\Premapping\PaymentMethodReader' shared service.
  34130.      *
  34131.      * @return \SwagMigrationAssistant\Profile\Shopware6\Premapping\PaymentMethodReader
  34132.      */
  34133.     protected function getPaymentMethodReader2Service()
  34134.     {
  34135.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Premapping/PremappingReaderInterface.php';
  34136.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Premapping/AbstractPremappingReader.php';
  34137.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Premapping/PaymentMethodReader.php';
  34138.         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()));
  34139.     }
  34140.     /**
  34141.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware6\Writer\CategoryAssociationWriter' shared service.
  34142.      *
  34143.      * @return \SwagMigrationAssistant\Profile\Shopware6\Writer\CategoryAssociationWriter
  34144.      */
  34145.     protected function getCategoryAssociationWriterService()
  34146.     {
  34147.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Writer/WriterInterface.php';
  34148.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Writer/AbstractWriter.php';
  34149.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Writer/CategoryAssociationWriter.php';
  34150.         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->getCategoryDefinitionService()));
  34151.     }
  34152.     /**
  34153.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware6\Writer\CategoryCmsPageAssociationWriter' shared service.
  34154.      *
  34155.      * @return \SwagMigrationAssistant\Profile\Shopware6\Writer\CategoryCmsPageAssociationWriter
  34156.      */
  34157.     protected function getCategoryCmsPageAssociationWriterService()
  34158.     {
  34159.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Writer/WriterInterface.php';
  34160.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Writer/AbstractWriter.php';
  34161.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Writer/CategoryCmsPageAssociationWriter.php';
  34162.         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->getCategoryDefinitionService()));
  34163.     }
  34164.     /**
  34165.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware6\Writer\CmsPageWriter' shared service.
  34166.      *
  34167.      * @return \SwagMigrationAssistant\Profile\Shopware6\Writer\CmsPageWriter
  34168.      */
  34169.     protected function getCmsPageWriterService()
  34170.     {
  34171.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Writer/WriterInterface.php';
  34172.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Writer/AbstractWriter.php';
  34173.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Writer/CmsPageWriter.php';
  34174.         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()));
  34175.     }
  34176.     /**
  34177.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware6\Writer\CountryStateWriter' shared service.
  34178.      *
  34179.      * @return \SwagMigrationAssistant\Profile\Shopware6\Writer\CountryStateWriter
  34180.      */
  34181.     protected function getCountryStateWriterService()
  34182.     {
  34183.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Writer/WriterInterface.php';
  34184.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Writer/AbstractWriter.php';
  34185.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Writer/CountryStateWriter.php';
  34186.         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()));
  34187.     }
  34188.     /**
  34189.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware6\Writer\CustomFieldSetWriter' shared service.
  34190.      *
  34191.      * @return \SwagMigrationAssistant\Profile\Shopware6\Writer\CustomFieldSetWriter
  34192.      */
  34193.     protected function getCustomFieldSetWriterService()
  34194.     {
  34195.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Writer/WriterInterface.php';
  34196.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Writer/AbstractWriter.php';
  34197.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Writer/CustomFieldSetWriter.php';
  34198.         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()));
  34199.     }
  34200.     /**
  34201.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware6\Writer\DeliveryTimeWriter' shared service.
  34202.      *
  34203.      * @return \SwagMigrationAssistant\Profile\Shopware6\Writer\DeliveryTimeWriter
  34204.      */
  34205.     protected function getDeliveryTimeWriterService()
  34206.     {
  34207.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Writer/WriterInterface.php';
  34208.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Writer/AbstractWriter.php';
  34209.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Writer/DeliveryTimeWriter.php';
  34210.         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()));
  34211.     }
  34212.     /**
  34213.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware6\Writer\DocumentBaseConfigWriter' shared service.
  34214.      *
  34215.      * @return \SwagMigrationAssistant\Profile\Shopware6\Writer\DocumentBaseConfigWriter
  34216.      */
  34217.     protected function getDocumentBaseConfigWriterService()
  34218.     {
  34219.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Writer/WriterInterface.php';
  34220.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Writer/AbstractWriter.php';
  34221.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Writer/DocumentBaseConfigWriter.php';
  34222.         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()));
  34223.     }
  34224.     /**
  34225.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware6\Writer\DocumentInheritanceWriter' shared service.
  34226.      *
  34227.      * @return \SwagMigrationAssistant\Profile\Shopware6\Writer\DocumentInheritanceWriter
  34228.      */
  34229.     protected function getDocumentInheritanceWriterService()
  34230.     {
  34231.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Writer/WriterInterface.php';
  34232.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Writer/AbstractWriter.php';
  34233.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Writer/DocumentInheritanceWriter.php';
  34234.         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()));
  34235.     }
  34236.     /**
  34237.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware6\Writer\MailTemplateWriter' shared service.
  34238.      *
  34239.      * @return \SwagMigrationAssistant\Profile\Shopware6\Writer\MailTemplateWriter
  34240.      */
  34241.     protected function getMailTemplateWriterService()
  34242.     {
  34243.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Writer/WriterInterface.php';
  34244.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Writer/AbstractWriter.php';
  34245.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Writer/MailTemplateWriter.php';
  34246.         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()));
  34247.     }
  34248.     /**
  34249.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware6\Writer\MediaFolderInheritanceWriter' shared service.
  34250.      *
  34251.      * @return \SwagMigrationAssistant\Profile\Shopware6\Writer\MediaFolderInheritanceWriter
  34252.      */
  34253.     protected function getMediaFolderInheritanceWriterService()
  34254.     {
  34255.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Writer/WriterInterface.php';
  34256.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Writer/AbstractWriter.php';
  34257.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Writer/MediaFolderInheritanceWriter.php';
  34258.         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()));
  34259.     }
  34260.     /**
  34261.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware6\Writer\PageSystemConfigWriter' shared service.
  34262.      *
  34263.      * @return \SwagMigrationAssistant\Profile\Shopware6\Writer\PageSystemConfigWriter
  34264.      */
  34265.     protected function getPageSystemConfigWriterService()
  34266.     {
  34267.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Writer/WriterInterface.php';
  34268.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Writer/AbstractWriter.php';
  34269.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Writer/PageSystemConfigWriter.php';
  34270.         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()));
  34271.     }
  34272.     /**
  34273.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware6\Writer\ProductFeatureSetWriter' shared service.
  34274.      *
  34275.      * @return \SwagMigrationAssistant\Profile\Shopware6\Writer\ProductFeatureSetWriter
  34276.      */
  34277.     protected function getProductFeatureSetWriterService()
  34278.     {
  34279.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Writer/WriterInterface.php';
  34280.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Writer/AbstractWriter.php';
  34281.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Writer/ProductFeatureSetWriter.php';
  34282.         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()));
  34283.     }
  34284.     /**
  34285.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware6\Writer\ProductManufacturerWriter' shared service.
  34286.      *
  34287.      * @return \SwagMigrationAssistant\Profile\Shopware6\Writer\ProductManufacturerWriter
  34288.      */
  34289.     protected function getProductManufacturerWriterService()
  34290.     {
  34291.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Writer/WriterInterface.php';
  34292.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Writer/AbstractWriter.php';
  34293.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Writer/ProductManufacturerWriter.php';
  34294.         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()));
  34295.     }
  34296.     /**
  34297.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware6\Writer\ProductSortingWriter' shared service.
  34298.      *
  34299.      * @return \SwagMigrationAssistant\Profile\Shopware6\Writer\ProductSortingWriter
  34300.      */
  34301.     protected function getProductSortingWriterService()
  34302.     {
  34303.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Writer/WriterInterface.php';
  34304.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Writer/AbstractWriter.php';
  34305.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Writer/ProductSortingWriter.php';
  34306.         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()));
  34307.     }
  34308.     /**
  34309.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware6\Writer\ProductStreamFilterInheritanceWriter' shared service.
  34310.      *
  34311.      * @return \SwagMigrationAssistant\Profile\Shopware6\Writer\ProductStreamFilterInheritanceWriter
  34312.      */
  34313.     protected function getProductStreamFilterInheritanceWriterService()
  34314.     {
  34315.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Writer/WriterInterface.php';
  34316.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Writer/AbstractWriter.php';
  34317.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Writer/ProductStreamFilterInheritanceWriter.php';
  34318.         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()));
  34319.     }
  34320.     /**
  34321.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware6\Writer\ProductStreamWriter' shared service.
  34322.      *
  34323.      * @return \SwagMigrationAssistant\Profile\Shopware6\Writer\ProductStreamWriter
  34324.      */
  34325.     protected function getProductStreamWriterService()
  34326.     {
  34327.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Writer/WriterInterface.php';
  34328.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Writer/AbstractWriter.php';
  34329.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Writer/ProductStreamWriter.php';
  34330.         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()));
  34331.     }
  34332.     /**
  34333.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware6\Writer\PromotionWriter' shared service.
  34334.      *
  34335.      * @return \SwagMigrationAssistant\Profile\Shopware6\Writer\PromotionWriter
  34336.      */
  34337.     protected function getPromotionWriter2Service()
  34338.     {
  34339.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Writer/WriterInterface.php';
  34340.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Writer/AbstractWriter.php';
  34341.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Writer/PromotionWriter.php';
  34342.         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()));
  34343.     }
  34344.     /**
  34345.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware6\Writer\PropertyGroupWriter' shared service.
  34346.      *
  34347.      * @return \SwagMigrationAssistant\Profile\Shopware6\Writer\PropertyGroupWriter
  34348.      */
  34349.     protected function getPropertyGroupWriterService()
  34350.     {
  34351.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Writer/WriterInterface.php';
  34352.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Writer/AbstractWriter.php';
  34353.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Writer/PropertyGroupWriter.php';
  34354.         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()));
  34355.     }
  34356.     /**
  34357.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware6\Writer\RuleWriter' shared service.
  34358.      *
  34359.      * @return \SwagMigrationAssistant\Profile\Shopware6\Writer\RuleWriter
  34360.      */
  34361.     protected function getRuleWriterService()
  34362.     {
  34363.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Writer/WriterInterface.php';
  34364.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Writer/AbstractWriter.php';
  34365.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Writer/RuleWriter.php';
  34366.         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()));
  34367.     }
  34368.     /**
  34369.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware6\Writer\SalesChannelDomainWriter' shared service.
  34370.      *
  34371.      * @return \SwagMigrationAssistant\Profile\Shopware6\Writer\SalesChannelDomainWriter
  34372.      */
  34373.     protected function getSalesChannelDomainWriterService()
  34374.     {
  34375.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Writer/WriterInterface.php';
  34376.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Writer/AbstractWriter.php';
  34377.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Writer/SalesChannelDomainWriter.php';
  34378.         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()));
  34379.     }
  34380.     /**
  34381.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware6\Writer\SalutationWriter' shared service.
  34382.      *
  34383.      * @return \SwagMigrationAssistant\Profile\Shopware6\Writer\SalutationWriter
  34384.      */
  34385.     protected function getSalutationWriterService()
  34386.     {
  34387.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Writer/WriterInterface.php';
  34388.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Writer/AbstractWriter.php';
  34389.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Writer/SalutationWriter.php';
  34390.         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()));
  34391.     }
  34392.     /**
  34393.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware6\Writer\SeoUrlTemplateWriter' shared service.
  34394.      *
  34395.      * @return \SwagMigrationAssistant\Profile\Shopware6\Writer\SeoUrlTemplateWriter
  34396.      */
  34397.     protected function getSeoUrlTemplateWriterService()
  34398.     {
  34399.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Writer/WriterInterface.php';
  34400.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Writer/AbstractWriter.php';
  34401.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Writer/SeoUrlTemplateWriter.php';
  34402.         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()));
  34403.     }
  34404.     /**
  34405.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware6\Writer\SnippetSetWriter' shared service.
  34406.      *
  34407.      * @return \SwagMigrationAssistant\Profile\Shopware6\Writer\SnippetSetWriter
  34408.      */
  34409.     protected function getSnippetSetWriterService()
  34410.     {
  34411.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Writer/WriterInterface.php';
  34412.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Writer/AbstractWriter.php';
  34413.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Writer/SnippetSetWriter.php';
  34414.         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()));
  34415.     }
  34416.     /**
  34417.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware6\Writer\SnippetWriter' shared service.
  34418.      *
  34419.      * @return \SwagMigrationAssistant\Profile\Shopware6\Writer\SnippetWriter
  34420.      */
  34421.     protected function getSnippetWriterService()
  34422.     {
  34423.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Writer/WriterInterface.php';
  34424.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Writer/AbstractWriter.php';
  34425.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Writer/SnippetWriter.php';
  34426.         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()));
  34427.     }
  34428.     /**
  34429.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware6\Writer\SystemConfigWriter' shared service.
  34430.      *
  34431.      * @return \SwagMigrationAssistant\Profile\Shopware6\Writer\SystemConfigWriter
  34432.      */
  34433.     protected function getSystemConfigWriterService()
  34434.     {
  34435.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Writer/WriterInterface.php';
  34436.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Writer/AbstractWriter.php';
  34437.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Writer/SystemConfigWriter.php';
  34438.         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()));
  34439.     }
  34440.     /**
  34441.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware6\Writer\TaxRuleWriter' shared service.
  34442.      *
  34443.      * @return \SwagMigrationAssistant\Profile\Shopware6\Writer\TaxRuleWriter
  34444.      */
  34445.     protected function getTaxRuleWriterService()
  34446.     {
  34447.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Writer/WriterInterface.php';
  34448.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Writer/AbstractWriter.php';
  34449.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Writer/TaxRuleWriter.php';
  34450.         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()));
  34451.     }
  34452.     /**
  34453.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware6\Writer\TaxWriter' shared service.
  34454.      *
  34455.      * @return \SwagMigrationAssistant\Profile\Shopware6\Writer\TaxWriter
  34456.      */
  34457.     protected function getTaxWriterService()
  34458.     {
  34459.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Writer/WriterInterface.php';
  34460.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Writer/AbstractWriter.php';
  34461.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Writer/TaxWriter.php';
  34462.         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()));
  34463.     }
  34464.     /**
  34465.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware6\Writer\UnitWriter' shared service.
  34466.      *
  34467.      * @return \SwagMigrationAssistant\Profile\Shopware6\Writer\UnitWriter
  34468.      */
  34469.     protected function getUnitWriterService()
  34470.     {
  34471.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Writer/WriterInterface.php';
  34472.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Writer/AbstractWriter.php';
  34473.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Writer/UnitWriter.php';
  34474.         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()));
  34475.     }
  34476.     /**
  34477.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware\Gateway\Api\Reader\CategoryAttributeReader' shared service.
  34478.      *
  34479.      * @return \SwagMigrationAssistant\Profile\Shopware\Gateway\Api\Reader\CategoryAttributeReader
  34480.      */
  34481.     protected function getCategoryAttributeReaderService()
  34482.     {
  34483.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Gateway/Reader/ReaderInterface.php';
  34484.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Api/Reader/ApiReader.php';
  34485.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Api/Reader/CategoryAttributeReader.php';
  34486.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Connection/ConnectionFactoryInterface.php';
  34487.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Connection/ConnectionFactory.php';
  34488.         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())));
  34489.     }
  34490.     /**
  34491.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware\Gateway\Api\Reader\CategoryReader' shared service.
  34492.      *
  34493.      * @return \SwagMigrationAssistant\Profile\Shopware\Gateway\Api\Reader\CategoryReader
  34494.      */
  34495.     protected function getCategoryReaderService()
  34496.     {
  34497.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Gateway/Reader/ReaderInterface.php';
  34498.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Api/Reader/ApiReader.php';
  34499.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Api/Reader/CategoryReader.php';
  34500.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Connection/ConnectionFactoryInterface.php';
  34501.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Connection/ConnectionFactory.php';
  34502.         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())));
  34503.     }
  34504.     /**
  34505.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware\Gateway\Api\Reader\CrossSellingReader' shared service.
  34506.      *
  34507.      * @return \SwagMigrationAssistant\Profile\Shopware\Gateway\Api\Reader\CrossSellingReader
  34508.      */
  34509.     protected function getCrossSellingReaderService()
  34510.     {
  34511.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Gateway/Reader/ReaderInterface.php';
  34512.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Api/Reader/ApiReader.php';
  34513.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Api/Reader/CrossSellingReader.php';
  34514.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Connection/ConnectionFactoryInterface.php';
  34515.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Connection/ConnectionFactory.php';
  34516.         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())));
  34517.     }
  34518.     /**
  34519.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware\Gateway\Api\Reader\CurrencyReader' shared service.
  34520.      *
  34521.      * @return \SwagMigrationAssistant\Profile\Shopware\Gateway\Api\Reader\CurrencyReader
  34522.      */
  34523.     protected function getCurrencyReaderService()
  34524.     {
  34525.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Gateway/Reader/ReaderInterface.php';
  34526.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Api/Reader/ApiReader.php';
  34527.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Api/Reader/CurrencyReader.php';
  34528.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Connection/ConnectionFactoryInterface.php';
  34529.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Connection/ConnectionFactory.php';
  34530.         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())));
  34531.     }
  34532.     /**
  34533.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware\Gateway\Api\Reader\CustomerAttributeReader' shared service.
  34534.      *
  34535.      * @return \SwagMigrationAssistant\Profile\Shopware\Gateway\Api\Reader\CustomerAttributeReader
  34536.      */
  34537.     protected function getCustomerAttributeReaderService()
  34538.     {
  34539.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Gateway/Reader/ReaderInterface.php';
  34540.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Api/Reader/ApiReader.php';
  34541.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Api/Reader/CustomerAttributeReader.php';
  34542.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Connection/ConnectionFactoryInterface.php';
  34543.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Connection/ConnectionFactory.php';
  34544.         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())));
  34545.     }
  34546.     /**
  34547.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware\Gateway\Api\Reader\CustomerGroupAttributeReader' shared service.
  34548.      *
  34549.      * @return \SwagMigrationAssistant\Profile\Shopware\Gateway\Api\Reader\CustomerGroupAttributeReader
  34550.      */
  34551.     protected function getCustomerGroupAttributeReaderService()
  34552.     {
  34553.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Gateway/Reader/ReaderInterface.php';
  34554.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Api/Reader/ApiReader.php';
  34555.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Api/Reader/CustomerGroupAttributeReader.php';
  34556.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Connection/ConnectionFactoryInterface.php';
  34557.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Connection/ConnectionFactory.php';
  34558.         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())));
  34559.     }
  34560.     /**
  34561.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware\Gateway\Api\Reader\CustomerGroupReader' shared service.
  34562.      *
  34563.      * @return \SwagMigrationAssistant\Profile\Shopware\Gateway\Api\Reader\CustomerGroupReader
  34564.      */
  34565.     protected function getCustomerGroupReaderService()
  34566.     {
  34567.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Gateway/Reader/ReaderInterface.php';
  34568.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Api/Reader/ApiReader.php';
  34569.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Api/Reader/CustomerGroupReader.php';
  34570.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Connection/ConnectionFactoryInterface.php';
  34571.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Connection/ConnectionFactory.php';
  34572.         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())));
  34573.     }
  34574.     /**
  34575.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware\Gateway\Api\Reader\CustomerReader' shared service.
  34576.      *
  34577.      * @return \SwagMigrationAssistant\Profile\Shopware\Gateway\Api\Reader\CustomerReader
  34578.      */
  34579.     protected function getCustomerReaderService()
  34580.     {
  34581.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Gateway/Reader/ReaderInterface.php';
  34582.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Api/Reader/ApiReader.php';
  34583.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Api/Reader/CustomerReader.php';
  34584.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Connection/ConnectionFactoryInterface.php';
  34585.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Connection/ConnectionFactory.php';
  34586.         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())));
  34587.     }
  34588.     /**
  34589.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware\Gateway\Api\Reader\CustomerWishlistReader' shared service.
  34590.      *
  34591.      * @return \SwagMigrationAssistant\Profile\Shopware\Gateway\Api\Reader\CustomerWishlistReader
  34592.      */
  34593.     protected function getCustomerWishlistReaderService()
  34594.     {
  34595.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Gateway/Reader/ReaderInterface.php';
  34596.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Api/Reader/ApiReader.php';
  34597.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Api/Reader/CustomerWishlistReader.php';
  34598.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Connection/ConnectionFactoryInterface.php';
  34599.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Connection/ConnectionFactory.php';
  34600.         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())));
  34601.     }
  34602.     /**
  34603.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware\Gateway\Api\Reader\LanguageReader' shared service.
  34604.      *
  34605.      * @return \SwagMigrationAssistant\Profile\Shopware\Gateway\Api\Reader\LanguageReader
  34606.      */
  34607.     protected function getLanguageReaderService()
  34608.     {
  34609.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Gateway/Reader/ReaderInterface.php';
  34610.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Api/Reader/ApiReader.php';
  34611.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Api/Reader/LanguageReader.php';
  34612.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Connection/ConnectionFactoryInterface.php';
  34613.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Connection/ConnectionFactory.php';
  34614.         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())));
  34615.     }
  34616.     /**
  34617.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware\Gateway\Api\Reader\MainVariantRelationReader' shared service.
  34618.      *
  34619.      * @return \SwagMigrationAssistant\Profile\Shopware\Gateway\Api\Reader\MainVariantRelationReader
  34620.      */
  34621.     protected function getMainVariantRelationReaderService()
  34622.     {
  34623.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Gateway/Reader/ReaderInterface.php';
  34624.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Api/Reader/ApiReader.php';
  34625.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Api/Reader/MainVariantRelationReader.php';
  34626.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Connection/ConnectionFactoryInterface.php';
  34627.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Connection/ConnectionFactory.php';
  34628.         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())));
  34629.     }
  34630.     /**
  34631.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware\Gateway\Api\Reader\ManufacturerAttributeReader' shared service.
  34632.      *
  34633.      * @return \SwagMigrationAssistant\Profile\Shopware\Gateway\Api\Reader\ManufacturerAttributeReader
  34634.      */
  34635.     protected function getManufacturerAttributeReaderService()
  34636.     {
  34637.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Gateway/Reader/ReaderInterface.php';
  34638.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Api/Reader/ApiReader.php';
  34639.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Api/Reader/ManufacturerAttributeReader.php';
  34640.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Connection/ConnectionFactoryInterface.php';
  34641.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Connection/ConnectionFactory.php';
  34642.         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())));
  34643.     }
  34644.     /**
  34645.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware\Gateway\Api\Reader\MediaAlbumReader' shared service.
  34646.      *
  34647.      * @return \SwagMigrationAssistant\Profile\Shopware\Gateway\Api\Reader\MediaAlbumReader
  34648.      */
  34649.     protected function getMediaAlbumReaderService()
  34650.     {
  34651.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Gateway/Reader/ReaderInterface.php';
  34652.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Api/Reader/ApiReader.php';
  34653.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Api/Reader/MediaAlbumReader.php';
  34654.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Connection/ConnectionFactoryInterface.php';
  34655.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Connection/ConnectionFactory.php';
  34656.         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())));
  34657.     }
  34658.     /**
  34659.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware\Gateway\Api\Reader\MediaReader' shared service.
  34660.      *
  34661.      * @return \SwagMigrationAssistant\Profile\Shopware\Gateway\Api\Reader\MediaReader
  34662.      */
  34663.     protected function getMediaReaderService()
  34664.     {
  34665.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Gateway/Reader/ReaderInterface.php';
  34666.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Api/Reader/ApiReader.php';
  34667.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Api/Reader/MediaReader.php';
  34668.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Connection/ConnectionFactoryInterface.php';
  34669.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Connection/ConnectionFactory.php';
  34670.         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())));
  34671.     }
  34672.     /**
  34673.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware\Gateway\Api\Reader\NewsletterRecipientReader' shared service.
  34674.      *
  34675.      * @return \SwagMigrationAssistant\Profile\Shopware\Gateway\Api\Reader\NewsletterRecipientReader
  34676.      */
  34677.     protected function getNewsletterRecipientReaderService()
  34678.     {
  34679.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Gateway/Reader/ReaderInterface.php';
  34680.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Api/Reader/ApiReader.php';
  34681.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Api/Reader/NewsletterRecipientReader.php';
  34682.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Connection/ConnectionFactoryInterface.php';
  34683.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Connection/ConnectionFactory.php';
  34684.         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())));
  34685.     }
  34686.     /**
  34687.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware\Gateway\Api\Reader\NumberRangeReader' shared service.
  34688.      *
  34689.      * @return \SwagMigrationAssistant\Profile\Shopware\Gateway\Api\Reader\NumberRangeReader
  34690.      */
  34691.     protected function getNumberRangeReaderService()
  34692.     {
  34693.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Gateway/Reader/ReaderInterface.php';
  34694.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Api/Reader/ApiReader.php';
  34695.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Api/Reader/NumberRangeReader.php';
  34696.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Connection/ConnectionFactoryInterface.php';
  34697.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Connection/ConnectionFactory.php';
  34698.         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())));
  34699.     }
  34700.     /**
  34701.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware\Gateway\Api\Reader\OrderAttributeReader' shared service.
  34702.      *
  34703.      * @return \SwagMigrationAssistant\Profile\Shopware\Gateway\Api\Reader\OrderAttributeReader
  34704.      */
  34705.     protected function getOrderAttributeReaderService()
  34706.     {
  34707.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Gateway/Reader/ReaderInterface.php';
  34708.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Api/Reader/ApiReader.php';
  34709.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Api/Reader/OrderAttributeReader.php';
  34710.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Connection/ConnectionFactoryInterface.php';
  34711.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Connection/ConnectionFactory.php';
  34712.         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())));
  34713.     }
  34714.     /**
  34715.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware\Gateway\Api\Reader\OrderDocumentAttributeReader' shared service.
  34716.      *
  34717.      * @return \SwagMigrationAssistant\Profile\Shopware\Gateway\Api\Reader\OrderDocumentAttributeReader
  34718.      */
  34719.     protected function getOrderDocumentAttributeReaderService()
  34720.     {
  34721.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Gateway/Reader/ReaderInterface.php';
  34722.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Api/Reader/ApiReader.php';
  34723.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Api/Reader/OrderDocumentAttributeReader.php';
  34724.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Connection/ConnectionFactoryInterface.php';
  34725.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Connection/ConnectionFactory.php';
  34726.         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())));
  34727.     }
  34728.     /**
  34729.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware\Gateway\Api\Reader\OrderDocumentReader' shared service.
  34730.      *
  34731.      * @return \SwagMigrationAssistant\Profile\Shopware\Gateway\Api\Reader\OrderDocumentReader
  34732.      */
  34733.     protected function getOrderDocumentReaderService()
  34734.     {
  34735.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Gateway/Reader/ReaderInterface.php';
  34736.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Api/Reader/ApiReader.php';
  34737.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Api/Reader/OrderDocumentReader.php';
  34738.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Connection/ConnectionFactoryInterface.php';
  34739.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Connection/ConnectionFactory.php';
  34740.         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())));
  34741.     }
  34742.     /**
  34743.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware\Gateway\Api\Reader\OrderReader' shared service.
  34744.      *
  34745.      * @return \SwagMigrationAssistant\Profile\Shopware\Gateway\Api\Reader\OrderReader
  34746.      */
  34747.     protected function getOrderReaderService()
  34748.     {
  34749.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Gateway/Reader/ReaderInterface.php';
  34750.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Api/Reader/ApiReader.php';
  34751.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Api/Reader/OrderReader.php';
  34752.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Connection/ConnectionFactoryInterface.php';
  34753.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Connection/ConnectionFactory.php';
  34754.         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())));
  34755.     }
  34756.     /**
  34757.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware\Gateway\Api\Reader\ProductAttributeReader' shared service.
  34758.      *
  34759.      * @return \SwagMigrationAssistant\Profile\Shopware\Gateway\Api\Reader\ProductAttributeReader
  34760.      */
  34761.     protected function getProductAttributeReaderService()
  34762.     {
  34763.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Gateway/Reader/ReaderInterface.php';
  34764.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Api/Reader/ApiReader.php';
  34765.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Api/Reader/ProductAttributeReader.php';
  34766.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Connection/ConnectionFactoryInterface.php';
  34767.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Connection/ConnectionFactory.php';
  34768.         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())));
  34769.     }
  34770.     /**
  34771.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware\Gateway\Api\Reader\ProductOptionRelationReader' shared service.
  34772.      *
  34773.      * @return \SwagMigrationAssistant\Profile\Shopware\Gateway\Api\Reader\ProductOptionRelationReader
  34774.      */
  34775.     protected function getProductOptionRelationReaderService()
  34776.     {
  34777.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Gateway/Reader/ReaderInterface.php';
  34778.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Api/Reader/ApiReader.php';
  34779.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Api/Reader/ProductOptionRelationReader.php';
  34780.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Connection/ConnectionFactoryInterface.php';
  34781.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Connection/ConnectionFactory.php';
  34782.         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())));
  34783.     }
  34784.     /**
  34785.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware\Gateway\Api\Reader\ProductPriceAttributeReader' shared service.
  34786.      *
  34787.      * @return \SwagMigrationAssistant\Profile\Shopware\Gateway\Api\Reader\ProductPriceAttributeReader
  34788.      */
  34789.     protected function getProductPriceAttributeReaderService()
  34790.     {
  34791.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Gateway/Reader/ReaderInterface.php';
  34792.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Api/Reader/ApiReader.php';
  34793.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Api/Reader/ProductPriceAttributeReader.php';
  34794.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Connection/ConnectionFactoryInterface.php';
  34795.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Connection/ConnectionFactory.php';
  34796.         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())));
  34797.     }
  34798.     /**
  34799.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware\Gateway\Api\Reader\ProductPropertyRelationReader' shared service.
  34800.      *
  34801.      * @return \SwagMigrationAssistant\Profile\Shopware\Gateway\Api\Reader\ProductPropertyRelationReader
  34802.      */
  34803.     protected function getProductPropertyRelationReaderService()
  34804.     {
  34805.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Gateway/Reader/ReaderInterface.php';
  34806.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Api/Reader/ApiReader.php';
  34807.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Api/Reader/ProductPropertyRelationReader.php';
  34808.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Connection/ConnectionFactoryInterface.php';
  34809.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Connection/ConnectionFactory.php';
  34810.         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())));
  34811.     }
  34812.     /**
  34813.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware\Gateway\Api\Reader\ProductReader' shared service.
  34814.      *
  34815.      * @return \SwagMigrationAssistant\Profile\Shopware\Gateway\Api\Reader\ProductReader
  34816.      */
  34817.     protected function getProductReaderService()
  34818.     {
  34819.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Gateway/Reader/ReaderInterface.php';
  34820.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Api/Reader/ApiReader.php';
  34821.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Api/Reader/ProductReader.php';
  34822.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Connection/ConnectionFactoryInterface.php';
  34823.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Connection/ConnectionFactory.php';
  34824.         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())));
  34825.     }
  34826.     /**
  34827.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware\Gateway\Api\Reader\ProductReviewReader' shared service.
  34828.      *
  34829.      * @return \SwagMigrationAssistant\Profile\Shopware\Gateway\Api\Reader\ProductReviewReader
  34830.      */
  34831.     protected function getProductReviewReaderService()
  34832.     {
  34833.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Gateway/Reader/ReaderInterface.php';
  34834.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Api/Reader/ApiReader.php';
  34835.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Api/Reader/ProductReviewReader.php';
  34836.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Connection/ConnectionFactoryInterface.php';
  34837.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Connection/ConnectionFactory.php';
  34838.         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())));
  34839.     }
  34840.     /**
  34841.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware\Gateway\Api\Reader\PromotionReader' shared service.
  34842.      *
  34843.      * @return \SwagMigrationAssistant\Profile\Shopware\Gateway\Api\Reader\PromotionReader
  34844.      */
  34845.     protected function getPromotionReaderService()
  34846.     {
  34847.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Gateway/Reader/ReaderInterface.php';
  34848.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Api/Reader/ApiReader.php';
  34849.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Api/Reader/PromotionReader.php';
  34850.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Connection/ConnectionFactoryInterface.php';
  34851.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Connection/ConnectionFactory.php';
  34852.         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())));
  34853.     }
  34854.     /**
  34855.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware\Gateway\Api\Reader\PropertyGroupOptionReader' shared service.
  34856.      *
  34857.      * @return \SwagMigrationAssistant\Profile\Shopware\Gateway\Api\Reader\PropertyGroupOptionReader
  34858.      */
  34859.     protected function getPropertyGroupOptionReaderService()
  34860.     {
  34861.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Gateway/Reader/ReaderInterface.php';
  34862.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Api/Reader/ApiReader.php';
  34863.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Api/Reader/PropertyGroupOptionReader.php';
  34864.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Connection/ConnectionFactoryInterface.php';
  34865.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Connection/ConnectionFactory.php';
  34866.         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())));
  34867.     }
  34868.     /**
  34869.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware\Gateway\Api\Reader\SalesChannelReader' shared service.
  34870.      *
  34871.      * @return \SwagMigrationAssistant\Profile\Shopware\Gateway\Api\Reader\SalesChannelReader
  34872.      */
  34873.     protected function getSalesChannelReaderService()
  34874.     {
  34875.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Gateway/Reader/ReaderInterface.php';
  34876.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Api/Reader/ApiReader.php';
  34877.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Api/Reader/SalesChannelReader.php';
  34878.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Connection/ConnectionFactoryInterface.php';
  34879.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Connection/ConnectionFactory.php';
  34880.         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())));
  34881.     }
  34882.     /**
  34883.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware\Gateway\Api\Reader\SeoUrlReader' shared service.
  34884.      *
  34885.      * @return \SwagMigrationAssistant\Profile\Shopware\Gateway\Api\Reader\SeoUrlReader
  34886.      */
  34887.     protected function getSeoUrlReaderService()
  34888.     {
  34889.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Gateway/Reader/ReaderInterface.php';
  34890.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Api/Reader/ApiReader.php';
  34891.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Api/Reader/SeoUrlReader.php';
  34892.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Connection/ConnectionFactoryInterface.php';
  34893.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Connection/ConnectionFactory.php';
  34894.         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())));
  34895.     }
  34896.     /**
  34897.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware\Gateway\Api\Reader\ShippingMethodReader' shared service.
  34898.      *
  34899.      * @return \SwagMigrationAssistant\Profile\Shopware\Gateway\Api\Reader\ShippingMethodReader
  34900.      */
  34901.     protected function getShippingMethodReaderService()
  34902.     {
  34903.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Gateway/Reader/ReaderInterface.php';
  34904.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Api/Reader/ApiReader.php';
  34905.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Api/Reader/ShippingMethodReader.php';
  34906.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Connection/ConnectionFactoryInterface.php';
  34907.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Connection/ConnectionFactory.php';
  34908.         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())));
  34909.     }
  34910.     /**
  34911.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware\Gateway\Api\Reader\TranslationReader' shared service.
  34912.      *
  34913.      * @return \SwagMigrationAssistant\Profile\Shopware\Gateway\Api\Reader\TranslationReader
  34914.      */
  34915.     protected function getTranslationReaderService()
  34916.     {
  34917.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Gateway/Reader/ReaderInterface.php';
  34918.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Api/Reader/ApiReader.php';
  34919.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Api/Reader/TranslationReader.php';
  34920.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Connection/ConnectionFactoryInterface.php';
  34921.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Connection/ConnectionFactory.php';
  34922.         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())));
  34923.     }
  34924.     /**
  34925.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware\Gateway\Api\ShopwareApiGateway' shared service.
  34926.      *
  34927.      * @return \SwagMigrationAssistant\Profile\Shopware\Gateway\Api\ShopwareApiGateway
  34928.      */
  34929.     protected function getShopwareApiGatewayService()
  34930.     {
  34931.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Gateway/GatewayInterface.php';
  34932.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/ShopwareGatewayInterface.php';
  34933.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Api/ShopwareApiGateway.php';
  34934.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Gateway/Reader/EnvironmentReaderInterface.php';
  34935.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Api/Reader/EnvironmentReader.php';
  34936.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/TableReaderInterface.php';
  34937.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Api/Reader/TableReader.php';
  34938.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/TableCountReaderInterface.php';
  34939.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Api/Reader/TableCountReader.php';
  34940.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Connection/ConnectionFactoryInterface.php';
  34941.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Connection/ConnectionFactory.php';
  34942.         $a = ($this->privates['SwagMigrationAssistant\\Migration\\Logging\\LoggingService'] ?? $this->getLoggingService2Service());
  34943.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Api\\ShopwareApiGateway'])) {
  34944.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Api\\ShopwareApiGateway'];
  34945.         }
  34946.         $b = ($this->services['currency.repository'] ?? $this->getCurrency_RepositoryService());
  34947.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Api\\ShopwareApiGateway'])) {
  34948.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Api\\ShopwareApiGateway'];
  34949.         }
  34950.         $c = ($this->services['language.repository'] ?? $this->getLanguage_RepositoryService());
  34951.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Api\\ShopwareApiGateway'])) {
  34952.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Api\\ShopwareApiGateway'];
  34953.         }
  34954.         $d = ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Connection\\ConnectionFactory'] ?? ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Connection\\ConnectionFactory'] = new \SwagMigrationAssistant\Profile\Shopware\Gateway\Connection\ConnectionFactory()));
  34955.         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);
  34956.     }
  34957.     /**
  34958.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware\Gateway\Local\Reader\CategoryAttributeReader' shared service.
  34959.      *
  34960.      * @return \SwagMigrationAssistant\Profile\Shopware\Gateway\Local\Reader\CategoryAttributeReader
  34961.      */
  34962.     protected function getCategoryAttributeReader2Service()
  34963.     {
  34964.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Gateway/Reader/ReaderInterface.php';
  34965.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Local/Reader/AbstractReader.php';
  34966.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Local/Reader/AttributeReader.php';
  34967.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Local/Reader/CategoryAttributeReader.php';
  34968.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Connection/ConnectionFactoryInterface.php';
  34969.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Connection/ConnectionFactory.php';
  34970.         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())));
  34971.     }
  34972.     /**
  34973.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware\Gateway\Local\Reader\CategoryReader' shared service.
  34974.      *
  34975.      * @return \SwagMigrationAssistant\Profile\Shopware\Gateway\Local\Reader\CategoryReader
  34976.      */
  34977.     protected function getCategoryReader2Service()
  34978.     {
  34979.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Gateway/Reader/ReaderInterface.php';
  34980.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Local/Reader/AbstractReader.php';
  34981.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Local/Reader/CategoryReader.php';
  34982.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Connection/ConnectionFactoryInterface.php';
  34983.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Connection/ConnectionFactory.php';
  34984.         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())));
  34985.     }
  34986.     /**
  34987.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware\Gateway\Local\Reader\CrossSellingReader' shared service.
  34988.      *
  34989.      * @return \SwagMigrationAssistant\Profile\Shopware\Gateway\Local\Reader\CrossSellingReader
  34990.      */
  34991.     protected function getCrossSellingReader2Service()
  34992.     {
  34993.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Gateway/Reader/ReaderInterface.php';
  34994.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Local/Reader/AbstractReader.php';
  34995.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Local/Reader/CrossSellingReader.php';
  34996.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Connection/ConnectionFactoryInterface.php';
  34997.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Connection/ConnectionFactory.php';
  34998.         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())));
  34999.     }
  35000.     /**
  35001.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware\Gateway\Local\Reader\CurrencyReader' shared service.
  35002.      *
  35003.      * @return \SwagMigrationAssistant\Profile\Shopware\Gateway\Local\Reader\CurrencyReader
  35004.      */
  35005.     protected function getCurrencyReader2Service()
  35006.     {
  35007.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Gateway/Reader/ReaderInterface.php';
  35008.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Local/Reader/AbstractReader.php';
  35009.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Local/Reader/CurrencyReader.php';
  35010.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Connection/ConnectionFactoryInterface.php';
  35011.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Connection/ConnectionFactory.php';
  35012.         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())));
  35013.     }
  35014.     /**
  35015.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware\Gateway\Local\Reader\CustomerAttributeReader' shared service.
  35016.      *
  35017.      * @return \SwagMigrationAssistant\Profile\Shopware\Gateway\Local\Reader\CustomerAttributeReader
  35018.      */
  35019.     protected function getCustomerAttributeReader2Service()
  35020.     {
  35021.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Gateway/Reader/ReaderInterface.php';
  35022.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Local/Reader/AbstractReader.php';
  35023.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Local/Reader/AttributeReader.php';
  35024.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Local/Reader/CustomerAttributeReader.php';
  35025.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Connection/ConnectionFactoryInterface.php';
  35026.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Connection/ConnectionFactory.php';
  35027.         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())));
  35028.     }
  35029.     /**
  35030.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware\Gateway\Local\Reader\CustomerGroupAttributeReader' shared service.
  35031.      *
  35032.      * @return \SwagMigrationAssistant\Profile\Shopware\Gateway\Local\Reader\CustomerGroupAttributeReader
  35033.      */
  35034.     protected function getCustomerGroupAttributeReader2Service()
  35035.     {
  35036.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Gateway/Reader/ReaderInterface.php';
  35037.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Local/Reader/AbstractReader.php';
  35038.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Local/Reader/AttributeReader.php';
  35039.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Local/Reader/CustomerGroupAttributeReader.php';
  35040.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Connection/ConnectionFactoryInterface.php';
  35041.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Connection/ConnectionFactory.php';
  35042.         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())));
  35043.     }
  35044.     /**
  35045.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware\Gateway\Local\Reader\CustomerGroupReader' shared service.
  35046.      *
  35047.      * @return \SwagMigrationAssistant\Profile\Shopware\Gateway\Local\Reader\CustomerGroupReader
  35048.      */
  35049.     protected function getCustomerGroupReader2Service()
  35050.     {
  35051.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Gateway/Reader/ReaderInterface.php';
  35052.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Local/Reader/AbstractReader.php';
  35053.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Local/Reader/CustomerGroupReader.php';
  35054.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Connection/ConnectionFactoryInterface.php';
  35055.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Connection/ConnectionFactory.php';
  35056.         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())));
  35057.     }
  35058.     /**
  35059.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware\Gateway\Local\Reader\CustomerReader' shared service.
  35060.      *
  35061.      * @return \SwagMigrationAssistant\Profile\Shopware\Gateway\Local\Reader\CustomerReader
  35062.      */
  35063.     protected function getCustomerReader2Service()
  35064.     {
  35065.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Gateway/Reader/ReaderInterface.php';
  35066.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Local/Reader/AbstractReader.php';
  35067.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Local/Reader/CustomerReader.php';
  35068.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Connection/ConnectionFactoryInterface.php';
  35069.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Connection/ConnectionFactory.php';
  35070.         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())));
  35071.     }
  35072.     /**
  35073.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware\Gateway\Local\Reader\CustomerWishlistReader' shared service.
  35074.      *
  35075.      * @return \SwagMigrationAssistant\Profile\Shopware\Gateway\Local\Reader\CustomerWishlistReader
  35076.      */
  35077.     protected function getCustomerWishlistReader2Service()
  35078.     {
  35079.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Gateway/Reader/ReaderInterface.php';
  35080.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Local/Reader/AbstractReader.php';
  35081.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Local/Reader/CustomerWishlistReader.php';
  35082.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Connection/ConnectionFactoryInterface.php';
  35083.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Connection/ConnectionFactory.php';
  35084.         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())));
  35085.     }
  35086.     /**
  35087.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware\Gateway\Local\Reader\LanguageReader' shared service.
  35088.      *
  35089.      * @return \SwagMigrationAssistant\Profile\Shopware\Gateway\Local\Reader\LanguageReader
  35090.      */
  35091.     protected function getLanguageReader2Service()
  35092.     {
  35093.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Gateway/Reader/ReaderInterface.php';
  35094.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Local/Reader/AbstractReader.php';
  35095.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Local/Reader/LanguageReader.php';
  35096.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Connection/ConnectionFactoryInterface.php';
  35097.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Connection/ConnectionFactory.php';
  35098.         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())));
  35099.     }
  35100.     /**
  35101.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware\Gateway\Local\Reader\MainVariantRelationReader' shared service.
  35102.      *
  35103.      * @return \SwagMigrationAssistant\Profile\Shopware\Gateway\Local\Reader\MainVariantRelationReader
  35104.      */
  35105.     protected function getMainVariantRelationReader2Service()
  35106.     {
  35107.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Gateway/Reader/ReaderInterface.php';
  35108.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Local/Reader/AbstractReader.php';
  35109.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Local/Reader/MainVariantRelationReader.php';
  35110.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Connection/ConnectionFactoryInterface.php';
  35111.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Connection/ConnectionFactory.php';
  35112.         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())));
  35113.     }
  35114.     /**
  35115.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware\Gateway\Local\Reader\ManufacturerAttributeReader' shared service.
  35116.      *
  35117.      * @return \SwagMigrationAssistant\Profile\Shopware\Gateway\Local\Reader\ManufacturerAttributeReader
  35118.      */
  35119.     protected function getManufacturerAttributeReader2Service()
  35120.     {
  35121.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Gateway/Reader/ReaderInterface.php';
  35122.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Local/Reader/AbstractReader.php';
  35123.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Local/Reader/AttributeReader.php';
  35124.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Local/Reader/ManufacturerAttributeReader.php';
  35125.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Connection/ConnectionFactoryInterface.php';
  35126.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Connection/ConnectionFactory.php';
  35127.         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())));
  35128.     }
  35129.     /**
  35130.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware\Gateway\Local\Reader\MediaAlbumReader' shared service.
  35131.      *
  35132.      * @return \SwagMigrationAssistant\Profile\Shopware\Gateway\Local\Reader\MediaAlbumReader
  35133.      */
  35134.     protected function getMediaAlbumReader2Service()
  35135.     {
  35136.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Gateway/Reader/ReaderInterface.php';
  35137.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Local/Reader/AbstractReader.php';
  35138.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Local/Reader/MediaAlbumReader.php';
  35139.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Connection/ConnectionFactoryInterface.php';
  35140.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Connection/ConnectionFactory.php';
  35141.         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())));
  35142.     }
  35143.     /**
  35144.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware\Gateway\Local\Reader\MediaReader' shared service.
  35145.      *
  35146.      * @return \SwagMigrationAssistant\Profile\Shopware\Gateway\Local\Reader\MediaReader
  35147.      */
  35148.     protected function getMediaReader2Service()
  35149.     {
  35150.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Gateway/Reader/ReaderInterface.php';
  35151.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Local/Reader/AbstractReader.php';
  35152.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Local/Reader/MediaReader.php';
  35153.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Connection/ConnectionFactoryInterface.php';
  35154.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Connection/ConnectionFactory.php';
  35155.         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())));
  35156.     }
  35157.     /**
  35158.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware\Gateway\Local\Reader\NewsletterRecipientReader' shared service.
  35159.      *
  35160.      * @return \SwagMigrationAssistant\Profile\Shopware\Gateway\Local\Reader\NewsletterRecipientReader
  35161.      */
  35162.     protected function getNewsletterRecipientReader2Service()
  35163.     {
  35164.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Gateway/Reader/ReaderInterface.php';
  35165.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Local/Reader/AbstractReader.php';
  35166.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Local/Reader/NewsletterRecipientReader.php';
  35167.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Connection/ConnectionFactoryInterface.php';
  35168.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Connection/ConnectionFactory.php';
  35169.         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())));
  35170.     }
  35171.     /**
  35172.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware\Gateway\Local\Reader\NumberRangeReader' shared service.
  35173.      *
  35174.      * @return \SwagMigrationAssistant\Profile\Shopware\Gateway\Local\Reader\NumberRangeReader
  35175.      */
  35176.     protected function getNumberRangeReader2Service()
  35177.     {
  35178.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Gateway/Reader/ReaderInterface.php';
  35179.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Local/Reader/AbstractReader.php';
  35180.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Local/Reader/NumberRangeReader.php';
  35181.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Connection/ConnectionFactoryInterface.php';
  35182.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Connection/ConnectionFactory.php';
  35183.         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())));
  35184.     }
  35185.     /**
  35186.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware\Gateway\Local\Reader\OrderAttributeReader' shared service.
  35187.      *
  35188.      * @return \SwagMigrationAssistant\Profile\Shopware\Gateway\Local\Reader\OrderAttributeReader
  35189.      */
  35190.     protected function getOrderAttributeReader2Service()
  35191.     {
  35192.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Gateway/Reader/ReaderInterface.php';
  35193.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Local/Reader/AbstractReader.php';
  35194.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Local/Reader/AttributeReader.php';
  35195.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Local/Reader/OrderAttributeReader.php';
  35196.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Connection/ConnectionFactoryInterface.php';
  35197.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Connection/ConnectionFactory.php';
  35198.         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())));
  35199.     }
  35200.     /**
  35201.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware\Gateway\Local\Reader\OrderDocumentAttributeReader' shared service.
  35202.      *
  35203.      * @return \SwagMigrationAssistant\Profile\Shopware\Gateway\Local\Reader\OrderDocumentAttributeReader
  35204.      */
  35205.     protected function getOrderDocumentAttributeReader2Service()
  35206.     {
  35207.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Gateway/Reader/ReaderInterface.php';
  35208.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Local/Reader/AbstractReader.php';
  35209.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Local/Reader/AttributeReader.php';
  35210.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Local/Reader/OrderDocumentAttributeReader.php';
  35211.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Connection/ConnectionFactoryInterface.php';
  35212.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Connection/ConnectionFactory.php';
  35213.         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())));
  35214.     }
  35215.     /**
  35216.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware\Gateway\Local\Reader\OrderDocumentReader' shared service.
  35217.      *
  35218.      * @return \SwagMigrationAssistant\Profile\Shopware\Gateway\Local\Reader\OrderDocumentReader
  35219.      */
  35220.     protected function getOrderDocumentReader2Service()
  35221.     {
  35222.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Gateway/Reader/ReaderInterface.php';
  35223.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Local/Reader/AbstractReader.php';
  35224.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Local/Reader/OrderDocumentReader.php';
  35225.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Connection/ConnectionFactoryInterface.php';
  35226.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Connection/ConnectionFactory.php';
  35227.         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())));
  35228.     }
  35229.     /**
  35230.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware\Gateway\Local\Reader\OrderReader' shared service.
  35231.      *
  35232.      * @return \SwagMigrationAssistant\Profile\Shopware\Gateway\Local\Reader\OrderReader
  35233.      */
  35234.     protected function getOrderReader2Service()
  35235.     {
  35236.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Gateway/Reader/ReaderInterface.php';
  35237.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Local/Reader/AbstractReader.php';
  35238.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Local/Reader/OrderReader.php';
  35239.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Connection/ConnectionFactoryInterface.php';
  35240.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Connection/ConnectionFactory.php';
  35241.         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())));
  35242.     }
  35243.     /**
  35244.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware\Gateway\Local\Reader\ProductAttributeReader' shared service.
  35245.      *
  35246.      * @return \SwagMigrationAssistant\Profile\Shopware\Gateway\Local\Reader\ProductAttributeReader
  35247.      */
  35248.     protected function getProductAttributeReader2Service()
  35249.     {
  35250.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Gateway/Reader/ReaderInterface.php';
  35251.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Local/Reader/AbstractReader.php';
  35252.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Local/Reader/AttributeReader.php';
  35253.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Local/Reader/ProductAttributeReader.php';
  35254.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Connection/ConnectionFactoryInterface.php';
  35255.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Connection/ConnectionFactory.php';
  35256.         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())));
  35257.     }
  35258.     /**
  35259.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware\Gateway\Local\Reader\ProductOptionRelationReader' shared service.
  35260.      *
  35261.      * @return \SwagMigrationAssistant\Profile\Shopware\Gateway\Local\Reader\ProductOptionRelationReader
  35262.      */
  35263.     protected function getProductOptionRelationReader2Service()
  35264.     {
  35265.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Gateway/Reader/ReaderInterface.php';
  35266.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Local/Reader/AbstractReader.php';
  35267.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Local/Reader/ProductOptionRelationReader.php';
  35268.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Connection/ConnectionFactoryInterface.php';
  35269.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Connection/ConnectionFactory.php';
  35270.         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())));
  35271.     }
  35272.     /**
  35273.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware\Gateway\Local\Reader\ProductPriceAttributeReader' shared service.
  35274.      *
  35275.      * @return \SwagMigrationAssistant\Profile\Shopware\Gateway\Local\Reader\ProductPriceAttributeReader
  35276.      */
  35277.     protected function getProductPriceAttributeReader2Service()
  35278.     {
  35279.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Gateway/Reader/ReaderInterface.php';
  35280.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Local/Reader/AbstractReader.php';
  35281.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Local/Reader/AttributeReader.php';
  35282.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Local/Reader/ProductPriceAttributeReader.php';
  35283.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Connection/ConnectionFactoryInterface.php';
  35284.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Connection/ConnectionFactory.php';
  35285.         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())));
  35286.     }
  35287.     /**
  35288.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware\Gateway\Local\Reader\ProductPropertyRelationReader' shared service.
  35289.      *
  35290.      * @return \SwagMigrationAssistant\Profile\Shopware\Gateway\Local\Reader\ProductPropertyRelationReader
  35291.      */
  35292.     protected function getProductPropertyRelationReader2Service()
  35293.     {
  35294.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Gateway/Reader/ReaderInterface.php';
  35295.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Local/Reader/AbstractReader.php';
  35296.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Local/Reader/ProductPropertyRelationReader.php';
  35297.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Connection/ConnectionFactoryInterface.php';
  35298.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Connection/ConnectionFactory.php';
  35299.         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())));
  35300.     }
  35301.     /**
  35302.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware\Gateway\Local\Reader\ProductReader' shared service.
  35303.      *
  35304.      * @return \SwagMigrationAssistant\Profile\Shopware\Gateway\Local\Reader\ProductReader
  35305.      */
  35306.     protected function getProductReader2Service()
  35307.     {
  35308.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Gateway/Reader/ReaderInterface.php';
  35309.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Local/Reader/AbstractReader.php';
  35310.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Local/Reader/ProductReader.php';
  35311.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Connection/ConnectionFactoryInterface.php';
  35312.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Connection/ConnectionFactory.php';
  35313.         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())));
  35314.     }
  35315.     /**
  35316.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware\Gateway\Local\Reader\ProductReviewReader' shared service.
  35317.      *
  35318.      * @return \SwagMigrationAssistant\Profile\Shopware\Gateway\Local\Reader\ProductReviewReader
  35319.      */
  35320.     protected function getProductReviewReader2Service()
  35321.     {
  35322.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Gateway/Reader/ReaderInterface.php';
  35323.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Local/Reader/AbstractReader.php';
  35324.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Local/Reader/ProductReviewReader.php';
  35325.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Connection/ConnectionFactoryInterface.php';
  35326.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Connection/ConnectionFactory.php';
  35327.         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())));
  35328.     }
  35329.     /**
  35330.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware\Gateway\Local\Reader\PromotionReader' shared service.
  35331.      *
  35332.      * @return \SwagMigrationAssistant\Profile\Shopware\Gateway\Local\Reader\PromotionReader
  35333.      */
  35334.     protected function getPromotionReader2Service()
  35335.     {
  35336.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Gateway/Reader/ReaderInterface.php';
  35337.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Local/Reader/AbstractReader.php';
  35338.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Local/Reader/PromotionReader.php';
  35339.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Connection/ConnectionFactoryInterface.php';
  35340.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Connection/ConnectionFactory.php';
  35341.         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())));
  35342.     }
  35343.     /**
  35344.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware\Gateway\Local\Reader\PropertyGroupOptionReader' shared service.
  35345.      *
  35346.      * @return \SwagMigrationAssistant\Profile\Shopware\Gateway\Local\Reader\PropertyGroupOptionReader
  35347.      */
  35348.     protected function getPropertyGroupOptionReader2Service()
  35349.     {
  35350.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Gateway/Reader/ReaderInterface.php';
  35351.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Local/Reader/AbstractReader.php';
  35352.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Local/Reader/PropertyGroupOptionReader.php';
  35353.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Connection/ConnectionFactoryInterface.php';
  35354.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Connection/ConnectionFactory.php';
  35355.         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())));
  35356.     }
  35357.     /**
  35358.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware\Gateway\Local\Reader\SalesChannelReader' shared service.
  35359.      *
  35360.      * @return \SwagMigrationAssistant\Profile\Shopware\Gateway\Local\Reader\SalesChannelReader
  35361.      */
  35362.     protected function getSalesChannelReader2Service()
  35363.     {
  35364.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Gateway/Reader/ReaderInterface.php';
  35365.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Local/Reader/AbstractReader.php';
  35366.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Local/Reader/SalesChannelReader.php';
  35367.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Connection/ConnectionFactoryInterface.php';
  35368.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Connection/ConnectionFactory.php';
  35369.         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())));
  35370.     }
  35371.     /**
  35372.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware\Gateway\Local\Reader\SeoUrlReader' shared service.
  35373.      *
  35374.      * @return \SwagMigrationAssistant\Profile\Shopware\Gateway\Local\Reader\SeoUrlReader
  35375.      */
  35376.     protected function getSeoUrlReader2Service()
  35377.     {
  35378.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Gateway/Reader/ReaderInterface.php';
  35379.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Local/Reader/AbstractReader.php';
  35380.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Local/Reader/SeoUrlReader.php';
  35381.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Connection/ConnectionFactoryInterface.php';
  35382.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Connection/ConnectionFactory.php';
  35383.         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())));
  35384.     }
  35385.     /**
  35386.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware\Gateway\Local\Reader\ShippingMethodReader' shared service.
  35387.      *
  35388.      * @return \SwagMigrationAssistant\Profile\Shopware\Gateway\Local\Reader\ShippingMethodReader
  35389.      */
  35390.     protected function getShippingMethodReader2Service()
  35391.     {
  35392.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Gateway/Reader/ReaderInterface.php';
  35393.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Local/Reader/AbstractReader.php';
  35394.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Local/Reader/ShippingMethodReader.php';
  35395.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Connection/ConnectionFactoryInterface.php';
  35396.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Connection/ConnectionFactory.php';
  35397.         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())));
  35398.     }
  35399.     /**
  35400.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware\Gateway\Local\Reader\TranslationReader' shared service.
  35401.      *
  35402.      * @return \SwagMigrationAssistant\Profile\Shopware\Gateway\Local\Reader\TranslationReader
  35403.      */
  35404.     protected function getTranslationReader2Service()
  35405.     {
  35406.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Gateway/Reader/ReaderInterface.php';
  35407.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Local/Reader/AbstractReader.php';
  35408.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Local/Reader/TranslationReader.php';
  35409.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Connection/ConnectionFactoryInterface.php';
  35410.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Connection/ConnectionFactory.php';
  35411.         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())));
  35412.     }
  35413.     /**
  35414.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware\Gateway\Local\ShopwareLocalGateway' shared service.
  35415.      *
  35416.      * @return \SwagMigrationAssistant\Profile\Shopware\Gateway\Local\ShopwareLocalGateway
  35417.      */
  35418.     protected function getShopwareLocalGatewayService()
  35419.     {
  35420.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Gateway/GatewayInterface.php';
  35421.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/ShopwareGatewayInterface.php';
  35422.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Local/ShopwareLocalGateway.php';
  35423.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Gateway/Reader/EnvironmentReaderInterface.php';
  35424.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Local/Reader/EnvironmentReader.php';
  35425.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/TableReaderInterface.php';
  35426.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Local/Reader/TableReader.php';
  35427.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Connection/ConnectionFactoryInterface.php';
  35428.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Connection/ConnectionFactory.php';
  35429.         $a = ($this->privates['SwagMigrationAssistant\\Migration\\Gateway\\Reader\\ReaderRegistry'] ?? $this->getReaderRegistryService());
  35430.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Local\\ShopwareLocalGateway'])) {
  35431.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Local\\ShopwareLocalGateway'];
  35432.         }
  35433.         $b = ($this->services['currency.repository'] ?? $this->getCurrency_RepositoryService());
  35434.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Local\\ShopwareLocalGateway'])) {
  35435.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Local\\ShopwareLocalGateway'];
  35436.         }
  35437.         $c = ($this->services['language.repository'] ?? $this->getLanguage_RepositoryService());
  35438.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Local\\ShopwareLocalGateway'])) {
  35439.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Local\\ShopwareLocalGateway'];
  35440.         }
  35441.         $d = ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Connection\\ConnectionFactory'] ?? ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Connection\\ConnectionFactory'] = new \SwagMigrationAssistant\Profile\Shopware\Gateway\Connection\ConnectionFactory()));
  35442.         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);
  35443.     }
  35444.     /**
  35445.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware\Media\HttpMediaDownloadService' shared service.
  35446.      *
  35447.      * @return \SwagMigrationAssistant\Profile\Shopware\Media\HttpMediaDownloadService
  35448.      */
  35449.     protected function getHttpMediaDownloadServiceService()
  35450.     {
  35451.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Media/BaseMediaService.php';
  35452.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Media/MediaFileProcessorInterface.php';
  35453.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Media/HttpMediaDownloadService.php';
  35454.         $a = ($this->services['swag_migration_media_file.repository'] ?? $this->getSwagMigrationMediaFile_RepositoryService());
  35455.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Media\\HttpMediaDownloadService'])) {
  35456.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Media\\HttpMediaDownloadService'];
  35457.         }
  35458.         $b = ($this->services['Shopware\\Core\\Content\\Media\\File\\FileSaver'] ?? $this->getFileSaverService());
  35459.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Media\\HttpMediaDownloadService'])) {
  35460.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Media\\HttpMediaDownloadService'];
  35461.         }
  35462.         $c = ($this->privates['SwagMigrationAssistant\\Migration\\Logging\\LoggingService'] ?? $this->getLoggingService2Service());
  35463.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Media\\HttpMediaDownloadService'])) {
  35464.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Media\\HttpMediaDownloadService'];
  35465.         }
  35466.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Media\\HttpMediaDownloadService'] = new \SwagMigrationAssistant\Profile\Shopware\Media\HttpMediaDownloadService($a$b$c, ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  35467.     }
  35468.     /**
  35469.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware\Media\HttpOrderDocumentProcessor' shared service.
  35470.      *
  35471.      * @return \SwagMigrationAssistant\Profile\Shopware\Media\HttpOrderDocumentProcessor
  35472.      */
  35473.     protected function getHttpOrderDocumentProcessorService()
  35474.     {
  35475.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Media/BaseMediaService.php';
  35476.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Media/MediaFileProcessorInterface.php';
  35477.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Media/HttpOrderDocumentProcessor.php';
  35478.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Connection/ConnectionFactoryInterface.php';
  35479.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Connection/ConnectionFactory.php';
  35480.         $a = ($this->services['swag_migration_media_file.repository'] ?? $this->getSwagMigrationMediaFile_RepositoryService());
  35481.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Media\\HttpOrderDocumentProcessor'])) {
  35482.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Media\\HttpOrderDocumentProcessor'];
  35483.         }
  35484.         $b = ($this->privates['Shopware\\Core\\Content\\Media\\MediaService'] ?? $this->getMediaServiceService());
  35485.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Media\\HttpOrderDocumentProcessor'])) {
  35486.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Media\\HttpOrderDocumentProcessor'];
  35487.         }
  35488.         $c = ($this->privates['SwagMigrationAssistant\\Migration\\Logging\\LoggingService'] ?? $this->getLoggingService2Service());
  35489.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Media\\HttpOrderDocumentProcessor'])) {
  35490.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Media\\HttpOrderDocumentProcessor'];
  35491.         }
  35492.         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()));
  35493.     }
  35494.     /**
  35495.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware\Media\LocalMediaProcessor' shared service.
  35496.      *
  35497.      * @return \SwagMigrationAssistant\Profile\Shopware\Media\LocalMediaProcessor
  35498.      */
  35499.     protected function getLocalMediaProcessorService()
  35500.     {
  35501.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Media/BaseMediaService.php';
  35502.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Media/MediaFileProcessorInterface.php';
  35503.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Media/LocalMediaProcessor.php';
  35504.         $a = ($this->services['swag_migration_media_file.repository'] ?? $this->getSwagMigrationMediaFile_RepositoryService());
  35505.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Media\\LocalMediaProcessor'])) {
  35506.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Media\\LocalMediaProcessor'];
  35507.         }
  35508.         $b = ($this->services['Shopware\\Core\\Content\\Media\\File\\FileSaver'] ?? $this->getFileSaverService());
  35509.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Media\\LocalMediaProcessor'])) {
  35510.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Media\\LocalMediaProcessor'];
  35511.         }
  35512.         $c = ($this->privates['SwagMigrationAssistant\\Migration\\Logging\\LoggingService'] ?? $this->getLoggingService2Service());
  35513.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Media\\LocalMediaProcessor'])) {
  35514.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Media\\LocalMediaProcessor'];
  35515.         }
  35516.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Media\\LocalMediaProcessor'] = new \SwagMigrationAssistant\Profile\Shopware\Media\LocalMediaProcessor($a$b$c, new RewindableGenerator(function () {
  35517.             yield => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Media\\Strategy\\Md5StrategyResolver'] ?? ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Media\\Strategy\\Md5StrategyResolver'] = new \SwagMigrationAssistant\Profile\Shopware\Media\Strategy\Md5StrategyResolver()));
  35518.             yield => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Media\\Strategy\\PlainStrategyResolver'] ?? ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Media\\Strategy\\PlainStrategyResolver'] = new \SwagMigrationAssistant\Profile\Shopware\Media\Strategy\PlainStrategyResolver()));
  35519.         }, 2), ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  35520.     }
  35521.     /**
  35522.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware\Media\LocalOrderDocumentProcessor' shared service.
  35523.      *
  35524.      * @return \SwagMigrationAssistant\Profile\Shopware\Media\LocalOrderDocumentProcessor
  35525.      */
  35526.     protected function getLocalOrderDocumentProcessorService()
  35527.     {
  35528.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Media/BaseMediaService.php';
  35529.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Media/MediaFileProcessorInterface.php';
  35530.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Media/LocalOrderDocumentProcessor.php';
  35531.         $a = ($this->services['swag_migration_media_file.repository'] ?? $this->getSwagMigrationMediaFile_RepositoryService());
  35532.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Media\\LocalOrderDocumentProcessor'])) {
  35533.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Media\\LocalOrderDocumentProcessor'];
  35534.         }
  35535.         $b = ($this->privates['Shopware\\Core\\Content\\Media\\MediaService'] ?? $this->getMediaServiceService());
  35536.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Media\\LocalOrderDocumentProcessor'])) {
  35537.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Media\\LocalOrderDocumentProcessor'];
  35538.         }
  35539.         $c = ($this->privates['SwagMigrationAssistant\\Migration\\Logging\\LoggingService'] ?? $this->getLoggingService2Service());
  35540.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Media\\LocalOrderDocumentProcessor'])) {
  35541.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Media\\LocalOrderDocumentProcessor'];
  35542.         }
  35543.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Media\\LocalOrderDocumentProcessor'] = new \SwagMigrationAssistant\Profile\Shopware\Media\LocalOrderDocumentProcessor($a$b$c, ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  35544.     }
  35545.     /**
  35546.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware\Premapping\DeliveryTimeReader' shared service.
  35547.      *
  35548.      * @return \SwagMigrationAssistant\Profile\Shopware\Premapping\DeliveryTimeReader
  35549.      */
  35550.     protected function getDeliveryTimeReader2Service()
  35551.     {
  35552.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Premapping/PremappingReaderInterface.php';
  35553.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Premapping/AbstractPremappingReader.php';
  35554.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Premapping/DeliveryTimeReader.php';
  35555.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Premapping\\DeliveryTimeReader'] = new \SwagMigrationAssistant\Profile\Shopware\Premapping\DeliveryTimeReader(($this->services['delivery_time.repository'] ?? $this->getDeliveryTime_RepositoryService()));
  35556.     }
  35557.     /**
  35558.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware\Premapping\OrderDeliveryStateReader' shared service.
  35559.      *
  35560.      * @return \SwagMigrationAssistant\Profile\Shopware\Premapping\OrderDeliveryStateReader
  35561.      */
  35562.     protected function getOrderDeliveryStateReaderService()
  35563.     {
  35564.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Premapping/PremappingReaderInterface.php';
  35565.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Premapping/AbstractPremappingReader.php';
  35566.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Premapping/OrderDeliveryStateReader.php';
  35567.         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()));
  35568.     }
  35569.     /**
  35570.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware\Premapping\OrderStateReader' shared service.
  35571.      *
  35572.      * @return \SwagMigrationAssistant\Profile\Shopware\Premapping\OrderStateReader
  35573.      */
  35574.     protected function getOrderStateReaderService()
  35575.     {
  35576.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Premapping/PremappingReaderInterface.php';
  35577.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Premapping/AbstractPremappingReader.php';
  35578.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Premapping/OrderStateReader.php';
  35579.         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()));
  35580.     }
  35581.     /**
  35582.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware\Premapping\PaymentMethodReader' shared service.
  35583.      *
  35584.      * @return \SwagMigrationAssistant\Profile\Shopware\Premapping\PaymentMethodReader
  35585.      */
  35586.     protected function getPaymentMethodReaderService()
  35587.     {
  35588.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Premapping/PremappingReaderInterface.php';
  35589.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Premapping/AbstractPremappingReader.php';
  35590.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Premapping/PaymentMethodReader.php';
  35591.         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()));
  35592.     }
  35593.     /**
  35594.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware\Premapping\SalutationReader' shared service.
  35595.      *
  35596.      * @return \SwagMigrationAssistant\Profile\Shopware\Premapping\SalutationReader
  35597.      */
  35598.     protected function getSalutationReader2Service()
  35599.     {
  35600.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Premapping/PremappingReaderInterface.php';
  35601.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Premapping/AbstractPremappingReader.php';
  35602.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Premapping/SalutationReader.php';
  35603.         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()));
  35604.     }
  35605.     /**
  35606.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware\Premapping\TransactionStateReader' shared service.
  35607.      *
  35608.      * @return \SwagMigrationAssistant\Profile\Shopware\Premapping\TransactionStateReader
  35609.      */
  35610.     protected function getTransactionStateReaderService()
  35611.     {
  35612.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Premapping/PremappingReaderInterface.php';
  35613.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Premapping/AbstractPremappingReader.php';
  35614.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Premapping/TransactionStateReader.php';
  35615.         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()));
  35616.     }
  35617.     /**
  35618.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware\Writer\ProductOptionRelationWriter' shared service.
  35619.      *
  35620.      * @return \SwagMigrationAssistant\Profile\Shopware\Writer\ProductOptionRelationWriter
  35621.      */
  35622.     protected function getProductOptionRelationWriterService()
  35623.     {
  35624.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Writer/WriterInterface.php';
  35625.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Writer/AbstractWriter.php';
  35626.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Writer/ProductOptionRelationWriter.php';
  35627.         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()));
  35628.     }
  35629.     /**
  35630.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware\Writer\ProductPropertyRelationWriter' shared service.
  35631.      *
  35632.      * @return \SwagMigrationAssistant\Profile\Shopware\Writer\ProductPropertyRelationWriter
  35633.      */
  35634.     protected function getProductPropertyRelationWriterService()
  35635.     {
  35636.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Writer/WriterInterface.php';
  35637.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Writer/AbstractWriter.php';
  35638.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Writer/ProductPropertyRelationWriter.php';
  35639.         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()));
  35640.     }
  35641.     /**
  35642.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware\Writer\PromotionWriter' shared service.
  35643.      *
  35644.      * @return \SwagMigrationAssistant\Profile\Shopware\Writer\PromotionWriter
  35645.      */
  35646.     protected function getPromotionWriterService()
  35647.     {
  35648.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Writer/WriterInterface.php';
  35649.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Writer/AbstractWriter.php';
  35650.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Writer/PromotionWriter.php';
  35651.         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()));
  35652.     }
  35653.     /**
  35654.      * Gets the private 'Swag\LanguagePack\Core\Framework\DataAbstractionLayer\Write\Validation\SalesChannelDomainValidator' shared service.
  35655.      *
  35656.      * @return \Swag\LanguagePack\Core\Framework\DataAbstractionLayer\Write\Validation\SalesChannelDomainValidator
  35657.      */
  35658.     protected function getSalesChannelDomainValidatorService()
  35659.     {
  35660.         include_once \dirname(__DIR__4).'/custom/plugins/SwagLanguagePack/src/Core/Framework/DataAbstractionLayer/Write/Validation/AbstractLanguageValidator.php';
  35661.         include_once \dirname(__DIR__4).'/custom/plugins/SwagLanguagePack/src/Core/Framework/DataAbstractionLayer/Write/Validation/SalesChannelDomainValidator.php';
  35662.         return $this->privates['Swag\\LanguagePack\\Core\\Framework\\DataAbstractionLayer\\Write\\Validation\\SalesChannelDomainValidator'] = new \Swag\LanguagePack\Core\Framework\DataAbstractionLayer\Write\Validation\SalesChannelDomainValidator(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  35663.     }
  35664.     /**
  35665.      * Gets the private 'Swag\LanguagePack\Core\Framework\DataAbstractionLayer\Write\Validation\SalesChannelLanguageValidator' shared service.
  35666.      *
  35667.      * @return \Swag\LanguagePack\Core\Framework\DataAbstractionLayer\Write\Validation\SalesChannelLanguageValidator
  35668.      */
  35669.     protected function getSalesChannelLanguageValidatorService()
  35670.     {
  35671.         include_once \dirname(__DIR__4).'/custom/plugins/SwagLanguagePack/src/Core/Framework/DataAbstractionLayer/Write/Validation/AbstractLanguageValidator.php';
  35672.         include_once \dirname(__DIR__4).'/custom/plugins/SwagLanguagePack/src/Core/Framework/DataAbstractionLayer/Write/Validation/SalesChannelLanguageValidator.php';
  35673.         return $this->privates['Swag\\LanguagePack\\Core\\Framework\\DataAbstractionLayer\\Write\\Validation\\SalesChannelLanguageValidator'] = new \Swag\LanguagePack\Core\Framework\DataAbstractionLayer\Write\Validation\SalesChannelLanguageValidator(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  35674.     }
  35675.     /**
  35676.      * Gets the private 'Swag\LanguagePack\Core\Framework\DataAbstractionLayer\Write\Validation\SalesChannelValidator' shared service.
  35677.      *
  35678.      * @return \Swag\LanguagePack\Core\Framework\DataAbstractionLayer\Write\Validation\SalesChannelValidator
  35679.      */
  35680.     protected function getSalesChannelValidator2Service()
  35681.     {
  35682.         include_once \dirname(__DIR__4).'/custom/plugins/SwagLanguagePack/src/Core/Framework/DataAbstractionLayer/Write/Validation/AbstractLanguageValidator.php';
  35683.         include_once \dirname(__DIR__4).'/custom/plugins/SwagLanguagePack/src/Core/Framework/DataAbstractionLayer/Write/Validation/SalesChannelValidator.php';
  35684.         return $this->privates['Swag\\LanguagePack\\Core\\Framework\\DataAbstractionLayer\\Write\\Validation\\SalesChannelValidator'] = new \Swag\LanguagePack\Core\Framework\DataAbstractionLayer\Write\Validation\SalesChannelValidator(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  35685.     }
  35686.     /**
  35687.      * Gets the private 'Swag\LanguagePack\Core\Framework\DataAbstractionLayer\Write\Validation\UserValidator' shared service.
  35688.      *
  35689.      * @return \Swag\LanguagePack\Core\Framework\DataAbstractionLayer\Write\Validation\UserValidator
  35690.      */
  35691.     protected function getUserValidatorService()
  35692.     {
  35693.         include_once \dirname(__DIR__4).'/custom/plugins/SwagLanguagePack/src/Core/Framework/DataAbstractionLayer/Write/Validation/AbstractLanguageValidator.php';
  35694.         include_once \dirname(__DIR__4).'/custom/plugins/SwagLanguagePack/src/Core/Framework/DataAbstractionLayer/Write/Validation/UserValidator.php';
  35695.         return $this->privates['Swag\\LanguagePack\\Core\\Framework\\DataAbstractionLayer\\Write\\Validation\\UserValidator'] = new \Swag\LanguagePack\Core\Framework\DataAbstractionLayer\Write\Validation\UserValidator(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  35696.     }
  35697.     /**
  35698.      * Gets the private 'Swag\LanguagePack\Core\System\SalesChannel\Command\SalesChannelCreateCommand' shared service.
  35699.      *
  35700.      * @return \Swag\LanguagePack\Core\System\SalesChannel\Command\SalesChannelCreateCommand
  35701.      */
  35702.     protected function getSalesChannelCreateCommand2Service()
  35703.     {
  35704.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  35705.         include_once \dirname(__DIR__4).'/custom/plugins/SwagLanguagePack/src/Core/System/SalesChannel/Command/SalesChannelCreateCommand.php';
  35706.         $this->privates['Swag\\LanguagePack\\Core\\System\\SalesChannel\\Command\\SalesChannelCreateCommand'] = $instance = new \Swag\LanguagePack\Core\System\SalesChannel\Command\SalesChannelCreateCommand(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()), ($this->services['language.repository'] ?? $this->getLanguage_RepositoryService()), ($this->services['Shopware\\Core\\Maintenance\\SalesChannel\\Service\\SalesChannelCreator'] ?? $this->getSalesChannelCreatorService()));
  35707.         $instance->setName('sales-channel:create');
  35708.         return $instance;
  35709.     }
  35710.     /**
  35711.      * Gets the private 'Swag\LanguagePack\Storefront\Framework\Command\SalesChannelCreateStorefrontCommand' shared service.
  35712.      *
  35713.      * @return \Swag\LanguagePack\Storefront\Framework\Command\SalesChannelCreateStorefrontCommand
  35714.      */
  35715.     protected function getSalesChannelCreateStorefrontCommand2Service()
  35716.     {
  35717.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  35718.         include_once \dirname(__DIR__4).'/custom/plugins/SwagLanguagePack/src/Core/System/SalesChannel/Command/SalesChannelCreateCommand.php';
  35719.         include_once \dirname(__DIR__4).'/custom/plugins/SwagLanguagePack/src/Storefront/Framework/Command/SalesChannelCreateStorefrontCommand.php';
  35720.         $this->privates['Swag\\LanguagePack\\Storefront\\Framework\\Command\\SalesChannelCreateStorefrontCommand'] = $instance = new \Swag\LanguagePack\Storefront\Framework\Command\SalesChannelCreateStorefrontCommand(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()), ($this->services['language.repository'] ?? $this->getLanguage_RepositoryService()), ($this->services['Shopware\\Core\\Maintenance\\SalesChannel\\Service\\SalesChannelCreator'] ?? $this->getSalesChannelCreatorService()), ($this->services['snippet_set.repository'] ?? $this->getSnippetSet_RepositoryService()));
  35721.         $instance->setName('sales-channel:create:storefront');
  35722.         return $instance;
  35723.     }
  35724.     /**
  35725.      * Gets the private 'Symfony\Bridge\PsrHttpMessage\Factory\PsrHttpFactory' shared service.
  35726.      *
  35727.      * @return \Symfony\Bridge\PsrHttpMessage\Factory\PsrHttpFactory
  35728.      */
  35729.     protected function getPsrHttpFactoryService()
  35730.     {
  35731.         $a = ($this->privates['Nyholm\\Psr7\\Factory\\Psr17Factory'] ?? ($this->privates['Nyholm\\Psr7\\Factory\\Psr17Factory'] = new \Nyholm\Psr7\Factory\Psr17Factory()));
  35732.         return $this->privates['Symfony\\Bridge\\PsrHttpMessage\\Factory\\PsrHttpFactory'] = new \Symfony\Bridge\PsrHttpMessage\Factory\PsrHttpFactory($a$a$a$a);
  35733.     }
  35734.     /**
  35735.      * Gets the private 'Symfony\Component\Dotenv\Command\DotenvDumpCommand' shared autowired service.
  35736.      *
  35737.      * @return \Symfony\Component\Dotenv\Command\DotenvDumpCommand
  35738.      */
  35739.     protected function getDotenvDumpCommandService()
  35740.     {
  35741.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  35742.         include_once \dirname(__DIR__4).'/vendor/symfony/dotenv/Command/DotenvDumpCommand.php';
  35743.         $this->privates['Symfony\\Component\\Dotenv\\Command\\DotenvDumpCommand'] = $instance = new \Symfony\Component\Dotenv\Command\DotenvDumpCommand(\dirname(__DIR__4));
  35744.         $instance->setName('dotenv:dump');
  35745.         $instance->setDescription('Compiles .env files to .env.local.php');
  35746.         return $instance;
  35747.     }
  35748.     /**
  35749.      * Gets the private 'annotations.cache_adapter' shared service.
  35750.      *
  35751.      * @return \Symfony\Component\Cache\Adapter\PhpArrayAdapter
  35752.      */
  35753.     protected function getAnnotations_CacheAdapterService()
  35754.     {
  35755.         return \Symfony\Component\Cache\Adapter\PhpArrayAdapter::create(($this->targetDir.''.'/annotations.php'), ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  35756.     }
  35757.     /**
  35758.      * Gets the private 'annotations.cache_warmer' shared service.
  35759.      *
  35760.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\AnnotationsCacheWarmer
  35761.      */
  35762.     protected function getAnnotations_CacheWarmerService()
  35763.     {
  35764.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  35765.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  35766.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AnnotationsCacheWarmer.php';
  35767.         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);
  35768.     }
  35769.     /**
  35770.      * Gets the private 'annotations.cached_reader' shared service.
  35771.      *
  35772.      * @return \Doctrine\Common\Annotations\PsrCachedReader
  35773.      */
  35774.     protected function getAnnotations_CachedReaderService()
  35775.     {
  35776.         return $this->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\PsrCachedReader(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), $this->getAnnotations_CacheAdapterService(), true);
  35777.     }
  35778.     /**
  35779.      * Gets the private 'annotations.reader' shared service.
  35780.      *
  35781.      * @return \Shopware\Core\Framework\Compatibility\AnnotationReader
  35782.      */
  35783.     protected function getAnnotations_ReaderService()
  35784.     {
  35785.         $this->privates['annotations.reader'] = $instance = new \Shopware\Core\Framework\Compatibility\AnnotationReader();
  35786.         $a = new \Doctrine\Common\Annotations\AnnotationRegistry();
  35787.         $a->registerUniqueLoader('class_exists');
  35788.         $instance->addGlobalIgnoredName('required'$a);
  35789.         return $instance;
  35790.     }
  35791.     /**
  35792.      * Gets the private 'assets.packages' shared service.
  35793.      *
  35794.      * @return \Symfony\Component\Asset\Packages
  35795.      */
  35796.     protected function getAssets_PackagesService()
  35797.     {
  35798.         $a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  35799.         $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 () {
  35800.             yield 'public' => ($this->privates['shopware.asset.public'] ?? $this->getShopware_Asset_PublicService());
  35801.             yield 'theme' => ($this->privates['shopware.asset.theme'] ?? $this->getShopware_Asset_ThemeService());
  35802.             yield 'asset' => ($this->privates['shopware.asset.asset'] ?? $this->getShopware_Asset_AssetService());
  35803.             yield 'sitemap' => ($this->privates['shopware.asset.sitemap'] ?? $this->getShopware_Asset_SitemapService());
  35804.         }, 4));
  35805.         $instance->setDefaultPackage(($this->privates['shopware.asset.asset'] ?? $this->getShopware_Asset_AssetService()));
  35806.         return $instance;
  35807.     }
  35808.     /**
  35809.      * Gets the private 'cache.annotations' shared service.
  35810.      *
  35811.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  35812.      */
  35813.     protected function getCache_AnnotationsService()
  35814.     {
  35815.         return $this->privates['cache.annotations'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('r+gI2c9mrS'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  35816.     }
  35817.     /**
  35818.      * Gets the private 'cache.http' shared service.
  35819.      *
  35820.      * @return \Symfony\Component\Cache\Adapter\TagAwareAdapter
  35821.      */
  35822.     protected function getCache_HttpService()
  35823.     {
  35824.         $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()));
  35825.         $instance->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  35826.         return $instance;
  35827.     }
  35828.     /**
  35829.      * Gets the private 'cache.messenger.restart_workers_signal' shared service.
  35830.      *
  35831.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  35832.      */
  35833.     protected function getCache_Messenger_RestartWorkersSignalService()
  35834.     {
  35835.         $a = new \Symfony\Component\Cache\Adapter\ArrayAdapter(0);
  35836.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  35837.         return $this->privates['cache.messenger.restart_workers_signal'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  35838.     }
  35839.     /**
  35840.      * Gets the private 'cache.property_info' shared service.
  35841.      *
  35842.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  35843.      */
  35844.     protected function getCache_PropertyInfoService()
  35845.     {
  35846.         return $this->privates['cache.property_info'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('Q1MvoEh0Ii'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  35847.     }
  35848.     /**
  35849.      * Gets the private 'cache.rate_limiter' shared service.
  35850.      *
  35851.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  35852.      */
  35853.     protected function getCache_RateLimiterService()
  35854.     {
  35855.         $a = new \Symfony\Component\Cache\Adapter\ArrayAdapter(0);
  35856.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  35857.         return $this->privates['cache.rate_limiter'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  35858.     }
  35859.     /**
  35860.      * Gets the private 'cache.serializer' shared service.
  35861.      *
  35862.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  35863.      */
  35864.     protected function getCache_SerializerService()
  35865.     {
  35866.         return $this->privates['cache.serializer'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('Zch+p2n4PV'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  35867.     }
  35868.     /**
  35869.      * Gets the private 'cache.tags' shared service.
  35870.      *
  35871.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  35872.      */
  35873.     protected function getCache_TagsService()
  35874.     {
  35875.         $a = new \Symfony\Component\Cache\Adapter\ArrayAdapter(0);
  35876.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  35877.         return $this->privates['cache.tags'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  35878.     }
  35879.     /**
  35880.      * Gets the private 'cache.validator' shared service.
  35881.      *
  35882.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  35883.      */
  35884.     protected function getCache_ValidatorService()
  35885.     {
  35886.         return $this->privates['cache.validator'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('2vrXgFI3Xy'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  35887.     }
  35888.     /**
  35889.      * Gets the private 'cache_pool_clearer.cache_warmer' shared service.
  35890.      *
  35891.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\CachePoolClearerCacheWarmer
  35892.      */
  35893.     protected function getCachePoolClearer_CacheWarmerService()
  35894.     {
  35895.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  35896.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/CachePoolClearerCacheWarmer.php';
  35897.         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']);
  35898.     }
  35899.     /**
  35900.      * Gets the private 'config_builder.warmer' shared service.
  35901.      *
  35902.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\ConfigBuilderCacheWarmer
  35903.      */
  35904.     protected function getConfigBuilder_WarmerService()
  35905.     {
  35906.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  35907.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/ConfigBuilderCacheWarmer.php';
  35908.         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()));
  35909.     }
  35910.     /**
  35911.      * Gets the private 'config_cache_factory' shared service.
  35912.      *
  35913.      * @return \Symfony\Component\Config\ResourceCheckerConfigCacheFactory
  35914.      */
  35915.     protected function getConfigCacheFactoryService()
  35916.     {
  35917.         return $this->privates['config_cache_factory'] = new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
  35918.             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)));
  35919.             yield => ($this->privates['config.resource.self_checking_resource_checker'] ?? ($this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker()));
  35920.         }, 2));
  35921.     }
  35922.     /**
  35923.      * Gets the private 'console.command.about' shared service.
  35924.      *
  35925.      * @return \Symfony\Bundle\FrameworkBundle\Command\AboutCommand
  35926.      */
  35927.     protected function getConsole_Command_AboutService()
  35928.     {
  35929.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  35930.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AboutCommand.php';
  35931.         $this->privates['console.command.about'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\AboutCommand();
  35932.         $instance->setName('about');
  35933.         $instance->setDescription('Display information about the current project');
  35934.         return $instance;
  35935.     }
  35936.     /**
  35937.      * Gets the private 'console.command.assets_install' shared service.
  35938.      *
  35939.      * @return \Shopware\Core\Framework\Adapter\Asset\AssetInstallCommand
  35940.      */
  35941.     protected function getConsole_Command_AssetsInstallService()
  35942.     {
  35943.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  35944.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Asset/AssetInstallCommand.php';
  35945.         $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()));
  35946.         $instance->setName('assets:install');
  35947.         return $instance;
  35948.     }
  35949.     /**
  35950.      * Gets the private 'console.command.cache_clear' shared service.
  35951.      *
  35952.      * @return \Symfony\Bundle\FrameworkBundle\Command\CacheClearCommand
  35953.      */
  35954.     protected function getConsole_Command_CacheClearService()
  35955.     {
  35956.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  35957.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CacheClearCommand.php';
  35958.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  35959.         $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())));
  35960.         $instance->setName('cache:clear');
  35961.         $instance->setDescription('Clear the cache');
  35962.         return $instance;
  35963.     }
  35964.     /**
  35965.      * Gets the private 'console.command.cache_pool_clear' shared service.
  35966.      *
  35967.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolClearCommand
  35968.      */
  35969.     protected function getConsole_Command_CachePoolClearService()
  35970.     {
  35971.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  35972.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolClearCommand.php';
  35973.         $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']);
  35974.         $instance->setName('cache:pool:clear');
  35975.         $instance->setDescription('Clear cache pools');
  35976.         return $instance;
  35977.     }
  35978.     /**
  35979.      * Gets the private 'console.command.cache_pool_delete' shared service.
  35980.      *
  35981.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolDeleteCommand
  35982.      */
  35983.     protected function getConsole_Command_CachePoolDeleteService()
  35984.     {
  35985.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  35986.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolDeleteCommand.php';
  35987.         $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']);
  35988.         $instance->setName('cache:pool:delete');
  35989.         $instance->setDescription('Delete an item from a cache pool');
  35990.         return $instance;
  35991.     }
  35992.     /**
  35993.      * Gets the private 'console.command.cache_pool_list' shared service.
  35994.      *
  35995.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolListCommand
  35996.      */
  35997.     protected function getConsole_Command_CachePoolListService()
  35998.     {
  35999.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  36000.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolListCommand.php';
  36001.         $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']);
  36002.         $instance->setName('cache:pool:list');
  36003.         $instance->setDescription('List available cache pools');
  36004.         return $instance;
  36005.     }
  36006.     /**
  36007.      * Gets the private 'console.command.cache_pool_prune' shared service.
  36008.      *
  36009.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolPruneCommand
  36010.      */
  36011.     protected function getConsole_Command_CachePoolPruneService()
  36012.     {
  36013.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  36014.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolPruneCommand.php';
  36015.         $this->privates['console.command.cache_pool_prune'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolPruneCommand(new RewindableGenerator(function () {
  36016.             yield 'cache.app' => ($this->services['cache.app'] ?? $this->getCache_AppService());
  36017.             yield 'cache.system' => ($this->services['cache.system'] ?? $this->getCache_SystemService());
  36018.             yield 'cache.validator' => ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService());
  36019.             yield 'cache.serializer' => ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService());
  36020.             yield 'cache.annotations' => ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService());
  36021.             yield 'cache.property_info' => ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService());
  36022.             yield 'cache.messenger.restart_workers_signal' => ($this->privates['cache.messenger.restart_workers_signal'] ?? $this->getCache_Messenger_RestartWorkersSignalService());
  36023.             yield 'cache.rate_limiter' => ($this->privates['cache.rate_limiter'] ?? $this->getCache_RateLimiterService());
  36024.             yield '.cache.object.inner' => ($this->privates['.cache.object.inner'] ?? $this->get_Cache_Object_InnerService());
  36025.             yield '.cache.http.inner' => ($this->privates['.cache.http.inner'] ?? $this->get_Cache_Http_InnerService());
  36026.             yield 'cache.tags' => ($this->privates['cache.tags'] ?? $this->getCache_TagsService());
  36027.             yield 'cache.validator_expression_language' => ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService());
  36028.         }, 12));
  36029.         $instance->setName('cache:pool:prune');
  36030.         $instance->setDescription('Prune cache pools');
  36031.         return $instance;
  36032.     }
  36033.     /**
  36034.      * Gets the private 'console.command.cache_warmup' shared service.
  36035.      *
  36036.      * @return \Symfony\Bundle\FrameworkBundle\Command\CacheWarmupCommand
  36037.      */
  36038.     protected function getConsole_Command_CacheWarmupService()
  36039.     {
  36040.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  36041.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CacheWarmupCommand.php';
  36042.         $this->privates['console.command.cache_warmup'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CacheWarmupCommand(($this->services['cache_warmer'] ?? $this->getCacheWarmerService()));
  36043.         $instance->setName('cache:warmup');
  36044.         $instance->setDescription('Warm up an empty cache');
  36045.         return $instance;
  36046.     }
  36047.     /**
  36048.      * Gets the private 'console.command.config_debug' shared service.
  36049.      *
  36050.      * @return \Symfony\Bundle\FrameworkBundle\Command\ConfigDebugCommand
  36051.      */
  36052.     protected function getConsole_Command_ConfigDebugService()
  36053.     {
  36054.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  36055.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  36056.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  36057.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AbstractConfigCommand.php';
  36058.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ConfigDebugCommand.php';
  36059.         $this->privates['console.command.config_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ConfigDebugCommand();
  36060.         $instance->setName('debug:config');
  36061.         $instance->setDescription('Dump the current configuration for an extension');
  36062.         return $instance;
  36063.     }
  36064.     /**
  36065.      * Gets the private 'console.command.config_dump_reference' shared service.
  36066.      *
  36067.      * @return \Symfony\Bundle\FrameworkBundle\Command\ConfigDumpReferenceCommand
  36068.      */
  36069.     protected function getConsole_Command_ConfigDumpReferenceService()
  36070.     {
  36071.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  36072.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  36073.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  36074.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AbstractConfigCommand.php';
  36075.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ConfigDumpReferenceCommand.php';
  36076.         $this->privates['console.command.config_dump_reference'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ConfigDumpReferenceCommand();
  36077.         $instance->setName('config:dump-reference');
  36078.         $instance->setDescription('Dump the default configuration for an extension');
  36079.         return $instance;
  36080.     }
  36081.     /**
  36082.      * Gets the private 'console.command.container_debug' shared service.
  36083.      *
  36084.      * @return \Symfony\Bundle\FrameworkBundle\Command\ContainerDebugCommand
  36085.      */
  36086.     protected function getConsole_Command_ContainerDebugService()
  36087.     {
  36088.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  36089.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  36090.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  36091.         $this->privates['console.command.container_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ContainerDebugCommand();
  36092.         $instance->setName('debug:container');
  36093.         $instance->setDescription('Display current services for an application');
  36094.         return $instance;
  36095.     }
  36096.     /**
  36097.      * Gets the private 'console.command.container_lint' shared service.
  36098.      *
  36099.      * @return \Symfony\Bundle\FrameworkBundle\Command\ContainerLintCommand
  36100.      */
  36101.     protected function getConsole_Command_ContainerLintService()
  36102.     {
  36103.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  36104.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerLintCommand.php';
  36105.         $this->privates['console.command.container_lint'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ContainerLintCommand();
  36106.         $instance->setName('lint:container');
  36107.         $instance->setDescription('Ensure that arguments injected into services match type declarations');
  36108.         return $instance;
  36109.     }
  36110.     /**
  36111.      * Gets the private 'console.command.debug_autowiring' shared service.
  36112.      *
  36113.      * @return \Symfony\Bundle\FrameworkBundle\Command\DebugAutowiringCommand
  36114.      */
  36115.     protected function getConsole_Command_DebugAutowiringService()
  36116.     {
  36117.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  36118.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  36119.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  36120.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/DebugAutowiringCommand.php';
  36121.         $this->privates['console.command.debug_autowiring'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\DebugAutowiringCommand(NULL, ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()));
  36122.         $instance->setName('debug:autowiring');
  36123.         $instance->setDescription('List classes/interfaces you can use for autowiring');
  36124.         return $instance;
  36125.     }
  36126.     /**
  36127.      * Gets the private 'console.command.dotenv_debug' shared service.
  36128.      *
  36129.      * @return \Symfony\Component\Dotenv\Command\DebugCommand
  36130.      */
  36131.     protected function getConsole_Command_DotenvDebugService()
  36132.     {
  36133.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  36134.         include_once \dirname(__DIR__4).'/vendor/symfony/dotenv/Command/DebugCommand.php';
  36135.         $this->privates['console.command.dotenv_debug'] = $instance = new \Symfony\Component\Dotenv\Command\DebugCommand('dev', \dirname(__DIR__4));
  36136.         $instance->setName('debug:dotenv');
  36137.         $instance->setDescription('Lists all dotenv files with variables and values');
  36138.         return $instance;
  36139.     }
  36140.     /**
  36141.      * Gets the private 'console.command.event_dispatcher_debug' shared service.
  36142.      *
  36143.      * @return \Symfony\Bundle\FrameworkBundle\Command\EventDispatcherDebugCommand
  36144.      */
  36145.     protected function getConsole_Command_EventDispatcherDebugService()
  36146.     {
  36147.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  36148.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/EventDispatcherDebugCommand.php';
  36149.         $this->privates['console.command.event_dispatcher_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\EventDispatcherDebugCommand(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  36150.             'event_dispatcher' => ['services''event_dispatcher''getEventDispatcherService'false],
  36151.         ], [
  36152.             'event_dispatcher' => '?',
  36153.         ]));
  36154.         $instance->setName('debug:event-dispatcher');
  36155.         $instance->setDescription('Display configured listeners for an application');
  36156.         return $instance;
  36157.     }
  36158.     /**
  36159.      * Gets the private 'console.command.messenger_consume_messages' shared service.
  36160.      *
  36161.      * @return \Symfony\Component\Messenger\Command\ConsumeMessagesCommand
  36162.      */
  36163.     protected function getConsole_Command_MessengerConsumeMessagesService()
  36164.     {
  36165.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  36166.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Command/ConsumeMessagesCommand.php';
  36167.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/EventListener/ResetServicesListener.php';
  36168.         $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']);
  36169.         $instance->setName('messenger:consume');
  36170.         $instance->setDescription('Consume messages');
  36171.         return $instance;
  36172.     }
  36173.     /**
  36174.      * Gets the private 'console.command.messenger_debug' shared service.
  36175.      *
  36176.      * @return \Symfony\Component\Messenger\Command\DebugCommand
  36177.      */
  36178.     protected function getConsole_Command_MessengerDebugService()
  36179.     {
  36180.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  36181.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Command/DebugCommand.php';
  36182.         $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'=> []]], 'SwagMigrationAssistant\\Migration\\MessageQueue\\Message\\ProcessMediaMessage' => [=> [=> 'SwagMigrationAssistant\\Migration\\MessageQueue\\Handler\\ProcessMediaHandler'=> []]], 'SwagMigrationAssistant\\Migration\\MessageQueue\\Message\\CleanupMigrationMessage' => [=> [=> 'SwagMigrationAssistant\\Migration\\MessageQueue\\Handler\\CleanupMigrationHandler'=> []]], 'Symfony\\Component\\Mailer\\Messenger\\SendEmailMessage' => [=> [=> 'mailer.messenger.message_handler'=> []]]]]);
  36183.         $instance->setName('debug:messenger');
  36184.         $instance->setDescription('List messages you can dispatch using the message buses');
  36185.         return $instance;
  36186.     }
  36187.     /**
  36188.      * Gets the private 'console.command.messenger_setup_transports' shared service.
  36189.      *
  36190.      * @return \Symfony\Component\Messenger\Command\SetupTransportsCommand
  36191.      */
  36192.     protected function getConsole_Command_MessengerSetupTransportsService()
  36193.     {
  36194.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  36195.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Command/SetupTransportsCommand.php';
  36196.         $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']);
  36197.         $instance->setName('messenger:setup-transports');
  36198.         $instance->setDescription('Prepare the required infrastructure for the transport');
  36199.         return $instance;
  36200.     }
  36201.     /**
  36202.      * Gets the private 'console.command.messenger_stop_workers' shared service.
  36203.      *
  36204.      * @return \Symfony\Component\Messenger\Command\StopWorkersCommand
  36205.      */
  36206.     protected function getConsole_Command_MessengerStopWorkersService()
  36207.     {
  36208.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  36209.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Command/StopWorkersCommand.php';
  36210.         $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()));
  36211.         $instance->setName('messenger:stop-workers');
  36212.         $instance->setDescription('Stop workers after their current message');
  36213.         return $instance;
  36214.     }
  36215.     /**
  36216.      * Gets the private 'console.command.router_debug' shared service.
  36217.      *
  36218.      * @return \Symfony\Bundle\FrameworkBundle\Command\RouterDebugCommand
  36219.      */
  36220.     protected function getConsole_Command_RouterDebugService()
  36221.     {
  36222.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  36223.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  36224.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/RouterDebugCommand.php';
  36225.         $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()));
  36226.         $instance->setName('debug:router');
  36227.         $instance->setDescription('Display current routes for an application');
  36228.         return $instance;
  36229.     }
  36230.     /**
  36231.      * Gets the private 'console.command.router_match' shared service.
  36232.      *
  36233.      * @return \Symfony\Bundle\FrameworkBundle\Command\RouterMatchCommand
  36234.      */
  36235.     protected function getConsole_Command_RouterMatchService()
  36236.     {
  36237.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  36238.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/RouterMatchCommand.php';
  36239.         $this->privates['console.command.router_match'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\RouterMatchCommand(($this->services['router'] ?? $this->getRouterService()), new RewindableGenerator(function () {
  36240.             return new \EmptyIterator();
  36241.         }, 0));
  36242.         $instance->setName('router:match');
  36243.         $instance->setDescription('Help debug routes by simulating a path info match');
  36244.         return $instance;
  36245.     }
  36246.     /**
  36247.      * Gets the private 'console.command.secrets_decrypt_to_local' shared service.
  36248.      *
  36249.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsDecryptToLocalCommand
  36250.      */
  36251.     protected function getConsole_Command_SecretsDecryptToLocalService()
  36252.     {
  36253.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  36254.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsDecryptToLocalCommand.php';
  36255.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  36256.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  36257.         $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')))));
  36258.         $instance->setName('secrets:decrypt-to-local');
  36259.         $instance->setDescription('Decrypt all secrets and stores them in the local vault');
  36260.         return $instance;
  36261.     }
  36262.     /**
  36263.      * Gets the private 'console.command.secrets_encrypt_from_local' shared service.
  36264.      *
  36265.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsEncryptFromLocalCommand
  36266.      */
  36267.     protected function getConsole_Command_SecretsEncryptFromLocalService()
  36268.     {
  36269.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  36270.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsEncryptFromLocalCommand.php';
  36271.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  36272.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  36273.         $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')))));
  36274.         $instance->setName('secrets:encrypt-from-local');
  36275.         $instance->setDescription('Encrypt all local secrets to the vault');
  36276.         return $instance;
  36277.     }
  36278.     /**
  36279.      * Gets the private 'console.command.secrets_generate_key' shared service.
  36280.      *
  36281.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsGenerateKeysCommand
  36282.      */
  36283.     protected function getConsole_Command_SecretsGenerateKeyService()
  36284.     {
  36285.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  36286.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsGenerateKeysCommand.php';
  36287.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  36288.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  36289.         $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')))));
  36290.         $instance->setName('secrets:generate-keys');
  36291.         $instance->setDescription('Generate new encryption keys');
  36292.         return $instance;
  36293.     }
  36294.     /**
  36295.      * Gets the private 'console.command.secrets_list' shared service.
  36296.      *
  36297.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsListCommand
  36298.      */
  36299.     protected function getConsole_Command_SecretsListService()
  36300.     {
  36301.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  36302.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsListCommand.php';
  36303.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  36304.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  36305.         $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')))));
  36306.         $instance->setName('secrets:list');
  36307.         $instance->setDescription('List all secrets');
  36308.         return $instance;
  36309.     }
  36310.     /**
  36311.      * Gets the private 'console.command.secrets_remove' shared service.
  36312.      *
  36313.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsRemoveCommand
  36314.      */
  36315.     protected function getConsole_Command_SecretsRemoveService()
  36316.     {
  36317.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  36318.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsRemoveCommand.php';
  36319.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  36320.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  36321.         $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')))));
  36322.         $instance->setName('secrets:remove');
  36323.         $instance->setDescription('Remove a secret from the vault');
  36324.         return $instance;
  36325.     }
  36326.     /**
  36327.      * Gets the private 'console.command.secrets_set' shared service.
  36328.      *
  36329.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsSetCommand
  36330.      */
  36331.     protected function getConsole_Command_SecretsSetService()
  36332.     {
  36333.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  36334.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsSetCommand.php';
  36335.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  36336.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  36337.         $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')))));
  36338.         $instance->setName('secrets:set');
  36339.         $instance->setDescription('Set a secret in the vault');
  36340.         return $instance;
  36341.     }
  36342.     /**
  36343.      * Gets the private 'console.command.translation_debug' shared service.
  36344.      *
  36345.      * @return \Symfony\Bundle\FrameworkBundle\Command\TranslationDebugCommand
  36346.      */
  36347.     protected function getConsole_Command_TranslationDebugService()
  36348.     {
  36349.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  36350.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationDebugCommand.php';
  36351.         $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).'/vendor/symfony/framework-bundle/Command/TranslationDebugCommand.php'), => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/TranslationsCacheWarmer.php'), => (\dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilder.php'), => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php'), => (\dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php')], []);
  36352.         $instance->setName('debug:translation');
  36353.         $instance->setDescription('Display translation messages information');
  36354.         return $instance;
  36355.     }
  36356.     /**
  36357.      * Gets the private 'console.command.translation_extract' shared service.
  36358.      *
  36359.      * @return \Symfony\Bundle\FrameworkBundle\Command\TranslationUpdateCommand
  36360.      */
  36361.     protected function getConsole_Command_TranslationExtractService()
  36362.     {
  36363.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  36364.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationUpdateCommand.php';
  36365.         $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).'/vendor/symfony/framework-bundle/Command/TranslationDebugCommand.php'), => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/TranslationsCacheWarmer.php'), => (\dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilder.php'), => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php'), => (\dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php')], []);
  36366.         $instance->setName('translation:extract');
  36367.         $instance->setAliases([=> 'translation:update']);
  36368.         $instance->setDescription('Extract missing translations keys from code to translation files.');
  36369.         return $instance;
  36370.     }
  36371.     /**
  36372.      * Gets the private 'console.command.translation_pull' shared service.
  36373.      *
  36374.      * @return \Symfony\Component\Translation\Command\TranslationPullCommand
  36375.      */
  36376.     protected function getConsole_Command_TranslationPullService()
  36377.     {
  36378.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  36379.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/TranslationTrait.php';
  36380.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/TranslationPullCommand.php';
  36381.         $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', [], []);
  36382.         $instance->setName('translation:pull');
  36383.         $instance->setDescription('Pull translations from a given provider.');
  36384.         return $instance;
  36385.     }
  36386.     /**
  36387.      * Gets the private 'console.command.translation_push' shared service.
  36388.      *
  36389.      * @return \Symfony\Component\Translation\Command\TranslationPushCommand
  36390.      */
  36391.     protected function getConsole_Command_TranslationPushService()
  36392.     {
  36393.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  36394.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/TranslationTrait.php';
  36395.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/TranslationPushCommand.php';
  36396.         $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()), [], []);
  36397.         $instance->setName('translation:push');
  36398.         $instance->setDescription('Push translations to a given provider.');
  36399.         return $instance;
  36400.     }
  36401.     /**
  36402.      * Gets the private 'console.command.validator_debug' shared service.
  36403.      *
  36404.      * @return \Symfony\Component\Validator\Command\DebugCommand
  36405.      */
  36406.     protected function getConsole_Command_ValidatorDebugService()
  36407.     {
  36408.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  36409.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Command/DebugCommand.php';
  36410.         $this->privates['console.command.validator_debug'] = $instance = new \Symfony\Component\Validator\Command\DebugCommand(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService()));
  36411.         $instance->setName('debug:validator');
  36412.         $instance->setDescription('Display validation constraints for classes');
  36413.         return $instance;
  36414.     }
  36415.     /**
  36416.      * Gets the private 'console.command.xliff_lint' shared service.
  36417.      *
  36418.      * @return \Symfony\Component\Translation\Command\XliffLintCommand
  36419.      */
  36420.     protected function getConsole_Command_XliffLintService()
  36421.     {
  36422.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  36423.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/XliffLintCommand.php';
  36424.         $this->privates['console.command.xliff_lint'] = $instance = new \Symfony\Component\Translation\Command\XliffLintCommand();
  36425.         $instance->setName('lint:xliff');
  36426.         $instance->setDescription('Lint an XLIFF file and outputs encountered errors');
  36427.         return $instance;
  36428.     }
  36429.     /**
  36430.      * Gets the private 'console.command.yaml_lint' shared service.
  36431.      *
  36432.      * @return \Symfony\Bundle\FrameworkBundle\Command\YamlLintCommand
  36433.      */
  36434.     protected function getConsole_Command_YamlLintService()
  36435.     {
  36436.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  36437.         include_once \dirname(__DIR__4).'/vendor/symfony/yaml/Command/LintCommand.php';
  36438.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/YamlLintCommand.php';
  36439.         $this->privates['console.command.yaml_lint'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\YamlLintCommand();
  36440.         $instance->setName('lint:yaml');
  36441.         $instance->setDescription('Lint a YAML file and outputs encountered errors');
  36442.         return $instance;
  36443.     }
  36444.     /**
  36445.      * Gets the private 'console.error_listener' shared service.
  36446.      *
  36447.      * @return \Symfony\Component\Console\EventListener\ErrorListener
  36448.      */
  36449.     protected function getConsole_ErrorListenerService()
  36450.     {
  36451.         include_once \dirname(__DIR__4).'/vendor/symfony/console/EventListener/ErrorListener.php';
  36452.         $a = new \Symfony\Bridge\Monolog\Logger('console');
  36453.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  36454.         $a->pushHandler(($this->privates['Shopware\\Core\\Framework\\Log\\Monolog\\ExcludeFlowEventHandler'] ?? $this->getExcludeFlowEventHandlerService()));
  36455.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  36456.         return $this->privates['console.error_listener'] = new \Symfony\Component\Console\EventListener\ErrorListener($a);
  36457.     }
  36458.     /**
  36459.      * Gets the private 'container.env_var_processor' shared service.
  36460.      *
  36461.      * @return \Symfony\Component\DependencyInjection\EnvVarProcessor
  36462.      */
  36463.     protected function getContainer_EnvVarProcessorService()
  36464.     {
  36465.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarProcessorInterface.php';
  36466.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarProcessor.php';
  36467.         return $this->privates['container.env_var_processor'] = new \Symfony\Component\DependencyInjection\EnvVarProcessor($this, new RewindableGenerator(function () {
  36468.             yield => ($this->privates['secrets.vault'] ?? $this->getSecrets_VaultService());
  36469.         }, 1));
  36470.     }
  36471.     /**
  36472.      * Gets the private 'data_collector.request' shared service.
  36473.      *
  36474.      * @return \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector
  36475.      */
  36476.     protected function getDataCollector_RequestService()
  36477.     {
  36478.         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())));
  36479.     }
  36480.     /**
  36481.      * Gets the private 'data_collector.request.session_collector' shared service.
  36482.      *
  36483.      * @return \Closure
  36484.      */
  36485.     protected function getDataCollector_Request_SessionCollectorService()
  36486.     {
  36487.         return $this->privates['data_collector.request.session_collector'] = \Closure::fromCallable([=> ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()), => 'collectSessionUsage']);
  36488.     }
  36489.     /**
  36490.      * Gets the private 'debug.Shopware\Core\Checkout\Cart\CartValueResolver' shared service.
  36491.      *
  36492.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  36493.      */
  36494.     protected function getCartValueResolverService()
  36495.     {
  36496.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  36497.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  36498.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/CartValueResolver.php';
  36499.         $a = ($this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'] ?? $this->getCartServiceService());
  36500.         if (isset($this->privates['debug.Shopware\\Core\\Checkout\\Cart\\CartValueResolver'])) {
  36501.             return $this->privates['debug.Shopware\\Core\\Checkout\\Cart\\CartValueResolver'];
  36502.         }
  36503.         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))));
  36504.     }
  36505.     /**
  36506.      * Gets the private 'debug.Shopware\Core\Checkout\Customer\CustomerValueResolver' shared service.
  36507.      *
  36508.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  36509.      */
  36510.     protected function getCustomerValueResolverService()
  36511.     {
  36512.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  36513.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  36514.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/CustomerValueResolver.php';
  36515.         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))));
  36516.     }
  36517.     /**
  36518.      * Gets the private 'debug.Shopware\Core\Framework\Api\Context\ContextValueResolver' shared service.
  36519.      *
  36520.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  36521.      */
  36522.     protected function getContextValueResolverService()
  36523.     {
  36524.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  36525.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  36526.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/Context/ContextValueResolver.php';
  36527.         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))));
  36528.     }
  36529.     /**
  36530.      * Gets the private 'debug.Shopware\Core\Framework\Api\Response\ResponseFactoryInterfaceValueResolver' shared service.
  36531.      *
  36532.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  36533.      */
  36534.     protected function getResponseFactoryInterfaceValueResolverService()
  36535.     {
  36536.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  36537.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  36538.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/Response/ResponseFactoryInterfaceValueResolver.php';
  36539.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/Response/ResponseFactoryRegistry.php';
  36540.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/Response/ResponseFactoryInterface.php';
  36541.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/Response/Type/JsonFactoryBase.php';
  36542.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/Response/Type/Api/JsonApiType.php';
  36543.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/Serializer/JsonApiEncoder.php';
  36544.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/Response/Type/Api/JsonType.php';
  36545.         $a = ($this->privates['Shopware\\Core\\System\\SalesChannel\\Api\\StructEncoder'] ?? $this->getStructEncoderService());
  36546.         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))));
  36547.     }
  36548.     /**
  36549.      * Gets the private 'debug.Shopware\Core\Framework\Routing\Annotation\CriteriaValueResolver' shared service.
  36550.      *
  36551.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  36552.      */
  36553.     protected function getCriteriaValueResolverService()
  36554.     {
  36555.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  36556.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  36557.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Routing/Annotation/CriteriaValueResolver.php';
  36558.         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))));
  36559.     }
  36560.     /**
  36561.      * Gets the private 'debug.Shopware\Core\Framework\Routing\QueryDataBagResolver' shared service.
  36562.      *
  36563.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  36564.      */
  36565.     protected function getQueryDataBagResolverService()
  36566.     {
  36567.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  36568.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  36569.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Routing/QueryDataBagResolver.php';
  36570.         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))));
  36571.     }
  36572.     /**
  36573.      * Gets the private 'debug.Shopware\Core\Framework\Routing\RequestDataBagResolver' shared service.
  36574.      *
  36575.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  36576.      */
  36577.     protected function getRequestDataBagResolverService()
  36578.     {
  36579.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  36580.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  36581.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Routing/RequestDataBagResolver.php';
  36582.         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))));
  36583.     }
  36584.     /**
  36585.      * Gets the private 'debug.Shopware\Core\System\SalesChannel\Context\SalesChannelContextValueResolver' shared service.
  36586.      *
  36587.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  36588.      */
  36589.     protected function getSalesChannelContextValueResolverService()
  36590.     {
  36591.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  36592.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  36593.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextValueResolver.php';
  36594.         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))));
  36595.     }
  36596.     /**
  36597.      * Gets the private 'debug.argument_resolver.default' shared service.
  36598.      *
  36599.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  36600.      */
  36601.     protected function getDebug_ArgumentResolver_DefaultService()
  36602.     {
  36603.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  36604.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  36605.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/DefaultValueResolver.php';
  36606.         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))));
  36607.     }
  36608.     /**
  36609.      * Gets the private 'debug.argument_resolver.not_tagged_controller' shared service.
  36610.      *
  36611.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  36612.      */
  36613.     protected function getDebug_ArgumentResolver_NotTaggedControllerService()
  36614.     {
  36615.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  36616.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  36617.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/NotTaggedControllerValueResolver.php';
  36618.         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.u1UoOa0'] ?? $this->get_ServiceLocator_U1UoOa0Service())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  36619.     }
  36620.     /**
  36621.      * Gets the private 'debug.argument_resolver.request' shared service.
  36622.      *
  36623.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  36624.      */
  36625.     protected function getDebug_ArgumentResolver_RequestService()
  36626.     {
  36627.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  36628.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  36629.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/RequestValueResolver.php';
  36630.         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))));
  36631.     }
  36632.     /**
  36633.      * Gets the private 'debug.argument_resolver.request_attribute' shared service.
  36634.      *
  36635.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  36636.      */
  36637.     protected function getDebug_ArgumentResolver_RequestAttributeService()
  36638.     {
  36639.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  36640.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  36641.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/RequestAttributeValueResolver.php';
  36642.         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))));
  36643.     }
  36644.     /**
  36645.      * Gets the private 'debug.argument_resolver.service' shared service.
  36646.      *
  36647.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  36648.      */
  36649.     protected function getDebug_ArgumentResolver_ServiceService()
  36650.     {
  36651.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  36652.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  36653.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/ServiceValueResolver.php';
  36654.         return $this->privates['debug.argument_resolver.service'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\ServiceValueResolver(($this->privates['.service_locator.u1UoOa0'] ?? $this->get_ServiceLocator_U1UoOa0Service())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  36655.     }
  36656.     /**
  36657.      * Gets the private 'debug.argument_resolver.session' shared service.
  36658.      *
  36659.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  36660.      */
  36661.     protected function getDebug_ArgumentResolver_SessionService()
  36662.     {
  36663.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  36664.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  36665.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/SessionValueResolver.php';
  36666.         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))));
  36667.     }
  36668.     /**
  36669.      * Gets the private 'debug.argument_resolver.variadic' shared service.
  36670.      *
  36671.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  36672.      */
  36673.     protected function getDebug_ArgumentResolver_VariadicService()
  36674.     {
  36675.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  36676.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  36677.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/VariadicValueResolver.php';
  36678.         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))));
  36679.     }
  36680.     /**
  36681.      * Gets the private 'debug.debug_handlers_listener' shared service.
  36682.      *
  36683.      * @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
  36684.      */
  36685.     protected function getDebug_DebugHandlersListenerService()
  36686.     {
  36687.         $a = new \Symfony\Bridge\Monolog\Logger('php');
  36688.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  36689.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  36690.         $a->pushHandler(($this->privates['Shopware\\Core\\Framework\\Log\\Monolog\\ExcludeFlowEventHandler'] ?? $this->getExcludeFlowEventHandlerService()));
  36691.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  36692.         return $this->privates['debug.debug_handlers_listener'] = new \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener(NULL$aNULL, -1truetrueNULL);
  36693.     }
  36694.     /**
  36695.      * Gets the private 'debug.dump_listener' shared service.
  36696.      *
  36697.      * @return \Symfony\Component\HttpKernel\EventListener\DumpListener
  36698.      */
  36699.     protected function getDebug_DumpListenerService()
  36700.     {
  36701.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DumpListener.php';
  36702.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextualizedDumper.php';
  36703.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/ContextProviderInterface.php';
  36704.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/SourceContextProvider.php';
  36705.         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);
  36706.     }
  36707.     /**
  36708.      * Gets the private 'debug.file_link_formatter' shared service.
  36709.      *
  36710.      * @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
  36711.      */
  36712.     protected function getDebug_FileLinkFormatterService()
  36713.     {
  36714.         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 () {
  36715.             return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->getDebug_FileLinkFormatter_UrlFormatService());
  36716.         });
  36717.     }
  36718.     /**
  36719.      * Gets the private 'debug.file_link_formatter.url_format' shared service.
  36720.      *
  36721.      * @return \string
  36722.      */
  36723.     protected function getDebug_FileLinkFormatter_UrlFormatService()
  36724.     {
  36725.         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');
  36726.     }
  36727.     /**
  36728.      * Gets the private 'debug.log_processor' shared service.
  36729.      *
  36730.      * @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
  36731.      */
  36732.     protected function getDebug_LogProcessorService()
  36733.     {
  36734.         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())));
  36735.     }
  36736.     /**
  36737.      * Gets the private 'debug.validator' shared service.
  36738.      *
  36739.      * @return \Symfony\Component\Validator\Validator\TraceableValidator
  36740.      */
  36741.     protected function getDebug_ValidatorService()
  36742.     {
  36743.         $a = ($this->privates['validator.builder'] ?? $this->getValidator_BuilderService());
  36744.         if (isset($this->privates['debug.validator'])) {
  36745.             return $this->privates['debug.validator'];
  36746.         }
  36747.         return $this->privates['debug.validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator($a->getValidator());
  36748.     }
  36749.     /**
  36750.      * Gets the private 'enqueue.client.consume_command' shared service.
  36751.      *
  36752.      * @return \Enqueue\Symfony\Client\ConsumeCommand
  36753.      */
  36754.     protected function getEnqueue_Client_ConsumeCommandService()
  36755.     {
  36756.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  36757.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Symfony/Consumption/LimitsExtensionsCommandTrait.php';
  36758.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Symfony/Client/SetupBrokerExtensionCommandTrait.php';
  36759.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Symfony/Consumption/QueueConsumerOptionsCommandTrait.php';
  36760.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Symfony/Consumption/ChooseLoggerCommandTrait.php';
  36761.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Symfony/Client/ConsumeCommand.php';
  36762.         $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');
  36763.         $instance->setName('enqueue:consume');
  36764.         return $instance;
  36765.     }
  36766.     /**
  36767.      * Gets the private 'enqueue.client.default.context' shared service.
  36768.      *
  36769.      * @return \Interop\Queue\Context
  36770.      */
  36771.     protected function getEnqueue_Client_Default_ContextService()
  36772.     {
  36773.         return $this->privates['enqueue.client.default.context'] = ($this->privates['enqueue.client.default.driver'] ?? $this->getEnqueue_Client_Default_DriverService())->getContext();
  36774.     }
  36775.     /**
  36776.      * Gets the private 'enqueue.client.default.delegate_processor' shared service.
  36777.      *
  36778.      * @return \Enqueue\Client\DelegateProcessor
  36779.      */
  36780.     protected function getEnqueue_Client_Default_DelegateProcessorService()
  36781.     {
  36782.         include_once \dirname(__DIR__4).'/vendor/queue-interop/queue-interop/src/Processor.php';
  36783.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Client/DelegateProcessor.php';
  36784.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/ProcessorRegistryInterface.php';
  36785.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Symfony/ContainerProcessorRegistry.php';
  36786.         return $this->privates['enqueue.client.default.delegate_processor'] = new \Enqueue\Client\DelegateProcessor(new \Enqueue\Symfony\ContainerProcessorRegistry((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  36787.             'enqueue.client.default.router_processor' => ['privates''enqueue.client.default.router_processor''getEnqueue_Client_Default_RouterProcessorService'false],
  36788.         ], [
  36789.             'enqueue.client.default.router_processor' => '?',
  36790.         ]))->withContext('enqueue.client.default.processor_registry'$this)));
  36791.     }
  36792.     /**
  36793.      * Gets the private 'enqueue.client.default.driver' shared service.
  36794.      *
  36795.      * @return \Enqueue\Client\DriverInterface
  36796.      */
  36797.     protected function getEnqueue_Client_Default_DriverService()
  36798.     {
  36799.         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([]));
  36800.     }
  36801.     /**
  36802.      * Gets the private 'enqueue.client.default.flush_spool_producer_listener' shared service.
  36803.      *
  36804.      * @return \Enqueue\Symfony\Client\FlushSpoolProducerListener
  36805.      */
  36806.     protected function getEnqueue_Client_Default_FlushSpoolProducerListenerService()
  36807.     {
  36808.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Symfony/Client/FlushSpoolProducerListener.php';
  36809.         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()));
  36810.     }
  36811.     /**
  36812.      * Gets the private 'enqueue.client.default.lazy_producer' shared service.
  36813.      *
  36814.      * @return \Enqueue\Symfony\Client\LazyProducer
  36815.      */
  36816.     protected function getEnqueue_Client_Default_LazyProducerService()
  36817.     {
  36818.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Symfony/Client/LazyProducer.php';
  36819.         return $this->privates['enqueue.client.default.lazy_producer'] = new \Enqueue\Symfony\Client\LazyProducer(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  36820.             'enqueue.client.default.producer' => ['services''enqueue.client.default.producer''getEnqueue_Client_Default_ProducerService'false],
  36821.         ], [
  36822.             'enqueue.client.default.producer' => '?',
  36823.         ]), 'enqueue.client.default.producer');
  36824.     }
  36825.     /**
  36826.      * Gets the private 'enqueue.client.default.queue_consumer' shared service.
  36827.      *
  36828.      * @return \Enqueue\Consumption\QueueConsumer
  36829.      */
  36830.     protected function getEnqueue_Client_Default_QueueConsumerService()
  36831.     {
  36832.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Consumption/QueueConsumerInterface.php';
  36833.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Consumption/QueueConsumer.php';
  36834.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Consumption/StartExtensionInterface.php';
  36835.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Consumption/PreSubscribeExtensionInterface.php';
  36836.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Consumption/PreConsumeExtensionInterface.php';
  36837.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Consumption/MessageReceivedExtensionInterface.php';
  36838.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Consumption/PostMessageReceivedExtensionInterface.php';
  36839.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Consumption/MessageResultExtensionInterface.php';
  36840.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Consumption/ProcessorExceptionExtensionInterface.php';
  36841.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Consumption/PostConsumeExtensionInterface.php';
  36842.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Consumption/EndExtensionInterface.php';
  36843.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Consumption/InitLoggerExtensionInterface.php';
  36844.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Consumption/ExtensionInterface.php';
  36845.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Consumption/ChainExtension.php';
  36846.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Client/ConsumptionExtension/SetRouterPropertiesExtension.php';
  36847.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Client/ConsumptionExtension/ExclusiveCommandExtension.php';
  36848.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Client/ConsumptionExtension/FlushSpoolProducerExtension.php';
  36849.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Consumption/Extension/ReplyExtension.php';
  36850.         $a = ($this->privates['enqueue.client.default.driver'] ?? $this->getEnqueue_Client_Default_DriverService());
  36851.         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.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);
  36852.     }
  36853.     /**
  36854.      * Gets the private 'enqueue.client.default.router_processor' shared service.
  36855.      *
  36856.      * @return \Enqueue\Client\RouterProcessor
  36857.      */
  36858.     protected function getEnqueue_Client_Default_RouterProcessorService()
  36859.     {
  36860.         include_once \dirname(__DIR__4).'/vendor/queue-interop/queue-interop/src/Processor.php';
  36861.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Client/RouterProcessor.php';
  36862.         return $this->privates['enqueue.client.default.router_processor'] = new \Enqueue\Client\RouterProcessor(($this->privates['enqueue.client.default.driver'] ?? $this->getEnqueue_Client_Default_DriverService()));
  36863.     }
  36864.     /**
  36865.      * Gets the private 'enqueue.client.default.spool_producer' shared service.
  36866.      *
  36867.      * @return \Enqueue\Client\SpoolProducer
  36868.      */
  36869.     protected function getEnqueue_Client_Default_SpoolProducerService()
  36870.     {
  36871.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Client/SpoolProducer.php';
  36872.         return $this->privates['enqueue.client.default.spool_producer'] = new \Enqueue\Client\SpoolProducer(($this->privates['enqueue.client.default.lazy_producer'] ?? $this->getEnqueue_Client_Default_LazyProducerService()));
  36873.     }
  36874.     /**
  36875.      * Gets the private 'enqueue.client.produce_command' shared service.
  36876.      *
  36877.      * @return \Enqueue\Symfony\Client\ProduceCommand
  36878.      */
  36879.     protected function getEnqueue_Client_ProduceCommandService()
  36880.     {
  36881.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  36882.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Symfony/Client/ProduceCommand.php';
  36883.         $this->privates['enqueue.client.produce_command'] = $instance = new \Enqueue\Symfony\Client\ProduceCommand(($this->privates['enqueue.locator'] ?? $this->getEnqueue_LocatorService()), 'default''enqueue.client.%s.producer');
  36884.         $instance->setName('enqueue:produce');
  36885.         return $instance;
  36886.     }
  36887.     /**
  36888.      * Gets the private 'enqueue.client.routes_command' shared service.
  36889.      *
  36890.      * @return \Enqueue\Symfony\Client\RoutesCommand
  36891.      */
  36892.     protected function getEnqueue_Client_RoutesCommandService()
  36893.     {
  36894.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  36895.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Symfony/Client/RoutesCommand.php';
  36896.         $this->privates['enqueue.client.routes_command'] = $instance = new \Enqueue\Symfony\Client\RoutesCommand(($this->privates['enqueue.locator'] ?? $this->getEnqueue_LocatorService()), 'default''enqueue.client.%s.driver');
  36897.         $instance->setName('enqueue:routes');
  36898.         return $instance;
  36899.     }
  36900.     /**
  36901.      * Gets the private 'enqueue.client.setup_broker_command' shared service.
  36902.      *
  36903.      * @return \Enqueue\Symfony\Client\SetupBrokerCommand
  36904.      */
  36905.     protected function getEnqueue_Client_SetupBrokerCommandService()
  36906.     {
  36907.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  36908.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Symfony/Client/SetupBrokerCommand.php';
  36909.         $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');
  36910.         $instance->setName('enqueue:setup-broker');
  36911.         return $instance;
  36912.     }
  36913.     /**
  36914.      * Gets the private 'enqueue.locator' shared service.
  36915.      *
  36916.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  36917.      */
  36918.     protected function getEnqueue_LocatorService()
  36919.     {
  36920.         return $this->privates['enqueue.locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  36921.             'enqueue.client.default.delegate_processor' => ['privates''enqueue.client.default.delegate_processor''getEnqueue_Client_Default_DelegateProcessorService'false],
  36922.             'enqueue.client.default.driver' => ['privates''enqueue.client.default.driver''getEnqueue_Client_Default_DriverService'false],
  36923.             'enqueue.client.default.producer' => ['privates''enqueue.client.default.lazy_producer''getEnqueue_Client_Default_LazyProducerService'false],
  36924.             'enqueue.client.default.queue_consumer' => ['privates''enqueue.client.default.queue_consumer''getEnqueue_Client_Default_QueueConsumerService'false],
  36925.             'enqueue.transport.default.context' => ['privates''enqueue.transport.default.context''getEnqueue_Transport_Default_ContextService'false],
  36926.             'enqueue.transport.default.processor_registry' => ['privates''enqueue.transport.default.processor_registry''getEnqueue_Transport_Default_ProcessorRegistryService'false],
  36927.             'enqueue.transport.default.queue_consumer' => ['privates''enqueue.transport.default.queue_consumer''getEnqueue_Transport_Default_QueueConsumerService'false],
  36928.         ], [
  36929.             'enqueue.client.default.delegate_processor' => '?',
  36930.             'enqueue.client.default.driver' => '?',
  36931.             'enqueue.client.default.producer' => '?',
  36932.             'enqueue.client.default.queue_consumer' => '?',
  36933.             'enqueue.transport.default.context' => '?',
  36934.             'enqueue.transport.default.processor_registry' => '?',
  36935.             'enqueue.transport.default.queue_consumer' => '?',
  36936.         ]);
  36937.     }
  36938.     /**
  36939.      * Gets the private 'enqueue.messenger_transport.factory' shared service.
  36940.      *
  36941.      * @return \Enqueue\MessengerAdapter\QueueInteropTransportFactory
  36942.      */
  36943.     protected function getEnqueue_MessengerTransport_FactoryService()
  36944.     {
  36945.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/TransportFactoryInterface.php';
  36946.         include_once \dirname(__DIR__4).'/vendor/sroze/messenger-enqueue-transport/QueueInteropTransportFactory.php';
  36947.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/SerializerInterface.php';
  36948.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/PhpSerializer.php';
  36949.         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);
  36950.     }
  36951.     /**
  36952.      * Gets the private 'enqueue.transport.consume_command' shared service.
  36953.      *
  36954.      * @return \Enqueue\Symfony\Consumption\ConfigurableConsumeCommand
  36955.      */
  36956.     protected function getEnqueue_Transport_ConsumeCommandService()
  36957.     {
  36958.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  36959.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Symfony/Consumption/LimitsExtensionsCommandTrait.php';
  36960.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Symfony/Consumption/QueueConsumerOptionsCommandTrait.php';
  36961.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Symfony/Consumption/ChooseLoggerCommandTrait.php';
  36962.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Symfony/Consumption/ConfigurableConsumeCommand.php';
  36963.         $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');
  36964.         $instance->setName('enqueue:transport:consume');
  36965.         return $instance;
  36966.     }
  36967.     /**
  36968.      * Gets the private 'enqueue.transport.default.connection_factory' shared service.
  36969.      *
  36970.      * @return \Interop\Queue\ConnectionFactory
  36971.      */
  36972.     protected function getEnqueue_Transport_Default_ConnectionFactoryService()
  36973.     {
  36974.         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:']);
  36975.     }
  36976.     /**
  36977.      * Gets the private 'enqueue.transport.default.context' shared service.
  36978.      *
  36979.      * @return \Interop\Queue\Context
  36980.      */
  36981.     protected function getEnqueue_Transport_Default_ContextService()
  36982.     {
  36983.         return $this->privates['enqueue.transport.default.context'] = ($this->privates['enqueue.transport.default.connection_factory'] ?? $this->getEnqueue_Transport_Default_ConnectionFactoryService())->createContext();
  36984.     }
  36985.     /**
  36986.      * Gets the private 'enqueue.transport.default.processor_registry' shared service.
  36987.      *
  36988.      * @return \Enqueue\Symfony\ContainerProcessorRegistry
  36989.      */
  36990.     protected function getEnqueue_Transport_Default_ProcessorRegistryService()
  36991.     {
  36992.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/ProcessorRegistryInterface.php';
  36993.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Symfony/ContainerProcessorRegistry.php';
  36994.         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));
  36995.     }
  36996.     /**
  36997.      * Gets the private 'enqueue.transport.default.queue_consumer' shared service.
  36998.      *
  36999.      * @return \Enqueue\Consumption\QueueConsumer
  37000.      */
  37001.     protected function getEnqueue_Transport_Default_QueueConsumerService()
  37002.     {
  37003.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Consumption/QueueConsumerInterface.php';
  37004.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Consumption/QueueConsumer.php';
  37005.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Consumption/StartExtensionInterface.php';
  37006.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Consumption/PreSubscribeExtensionInterface.php';
  37007.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Consumption/PreConsumeExtensionInterface.php';
  37008.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Consumption/MessageReceivedExtensionInterface.php';
  37009.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Consumption/PostMessageReceivedExtensionInterface.php';
  37010.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Consumption/MessageResultExtensionInterface.php';
  37011.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Consumption/ProcessorExceptionExtensionInterface.php';
  37012.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Consumption/PostConsumeExtensionInterface.php';
  37013.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Consumption/EndExtensionInterface.php';
  37014.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Consumption/InitLoggerExtensionInterface.php';
  37015.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Consumption/ExtensionInterface.php';
  37016.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Consumption/ChainExtension.php';
  37017.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Consumption/Extension/LogExtension.php';
  37018.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Consumption/Extension/ReplyExtension.php';
  37019.         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.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);
  37020.     }
  37021.     /**
  37022.      * Gets the private 'error_handler.error_renderer.html' shared service.
  37023.      *
  37024.      * @return \Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer
  37025.      */
  37026.     protected function getErrorHandler_ErrorRenderer_HtmlService()
  37027.     {
  37028.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/ErrorRendererInterface.php';
  37029.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php';
  37030.         $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  37031.         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()));
  37032.     }
  37033.     /**
  37034.      * Gets the private 'esi_listener' shared service.
  37035.      *
  37036.      * @return \Symfony\Component\HttpKernel\EventListener\SurrogateListener
  37037.      */
  37038.     protected function getEsiListenerService()
  37039.     {
  37040.         return $this->privates['esi_listener'] = new \Symfony\Component\HttpKernel\EventListener\SurrogateListener(($this->privates['esi'] ?? ($this->privates['esi'] = new \Symfony\Component\HttpKernel\HttpCache\Esi())));
  37041.     }
  37042.     /**
  37043.      * Gets the private 'exception_listener' shared service.
  37044.      *
  37045.      * @return \Symfony\Component\HttpKernel\EventListener\ErrorListener
  37046.      */
  37047.     protected function getExceptionListenerService()
  37048.     {
  37049.         return $this->privates['exception_listener'] = new \Symfony\Component\HttpKernel\EventListener\ErrorListener('error_controller', ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), true, []);
  37050.     }
  37051.     /**
  37052.      * Gets the private 'fragment.listener' shared service.
  37053.      *
  37054.      * @return \Symfony\Component\HttpKernel\EventListener\FragmentListener
  37055.      */
  37056.     protected function getFragment_ListenerService()
  37057.     {
  37058.         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');
  37059.     }
  37060.     /**
  37061.      * Gets the private 'fragment.renderer.esi' shared service.
  37062.      *
  37063.      * @return \Symfony\Component\HttpKernel\Fragment\EsiFragmentRenderer
  37064.      */
  37065.     protected function getFragment_Renderer_EsiService()
  37066.     {
  37067.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentRendererInterface.php';
  37068.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/RoutableFragmentRenderer.php';
  37069.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/AbstractSurrogateFragmentRenderer.php';
  37070.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/EsiFragmentRenderer.php';
  37071.         $a = ($this->privates['fragment.renderer.inline'] ?? $this->getFragment_Renderer_InlineService());
  37072.         if (isset($this->privates['fragment.renderer.esi'])) {
  37073.             return $this->privates['fragment.renderer.esi'];
  37074.         }
  37075.         $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')))));
  37076.         $instance->setFragmentPath('/_fragment');
  37077.         return $instance;
  37078.     }
  37079.     /**
  37080.      * Gets the private 'fragment.renderer.hinclude' shared service.
  37081.      *
  37082.      * @return \Symfony\Component\HttpKernel\Fragment\HIncludeFragmentRenderer
  37083.      */
  37084.     protected function getFragment_Renderer_HincludeService()
  37085.     {
  37086.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentRendererInterface.php';
  37087.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/RoutableFragmentRenderer.php';
  37088.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/HIncludeFragmentRenderer.php';
  37089.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  37090.         if (isset($this->privates['fragment.renderer.hinclude'])) {
  37091.             return $this->privates['fragment.renderer.hinclude'];
  37092.         }
  37093.         $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);
  37094.         $instance->setFragmentPath('/_fragment');
  37095.         return $instance;
  37096.     }
  37097.     /**
  37098.      * Gets the private 'fragment.renderer.inline' shared service.
  37099.      *
  37100.      * @return \Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer
  37101.      */
  37102.     protected function getFragment_Renderer_InlineService()
  37103.     {
  37104.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentRendererInterface.php';
  37105.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/RoutableFragmentRenderer.php';
  37106.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/InlineFragmentRenderer.php';
  37107.         $a = ($this->services['http_kernel'] ?? $this->getHttpKernelService());
  37108.         if (isset($this->privates['fragment.renderer.inline'])) {
  37109.             return $this->privates['fragment.renderer.inline'];
  37110.         }
  37111.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  37112.         if (isset($this->privates['fragment.renderer.inline'])) {
  37113.             return $this->privates['fragment.renderer.inline'];
  37114.         }
  37115.         $this->privates['fragment.renderer.inline'] = $instance = new \Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer($a$b);
  37116.         $instance->setFragmentPath('/_fragment');
  37117.         return $instance;
  37118.     }
  37119.     /**
  37120.      * Gets the private 'framework_extra_bundle.event.is_granted' shared service.
  37121.      *
  37122.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener
  37123.      */
  37124.     protected function getFrameworkExtraBundle_Event_IsGrantedService()
  37125.     {
  37126.         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);
  37127.     }
  37128.     /**
  37129.      * Gets the private 'kernel.bundles' shared service.
  37130.      *
  37131.      * @return \Iterator
  37132.      */
  37133.     protected function getKernel_BundlesService()
  37134.     {
  37135.         return $this->privates['kernel.bundles'] = ($this->services['kernel'] ?? $this->get('kernel'1))->getBundles();
  37136.     }
  37137.     /**
  37138.      * Gets the private 'locale_aware_listener' shared service.
  37139.      *
  37140.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener
  37141.      */
  37142.     protected function getLocaleAwareListenerService()
  37143.     {
  37144.         return $this->privates['locale_aware_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener(new RewindableGenerator(function () {
  37145.             yield => ($this->privates['slugger'] ?? ($this->privates['slugger'] = new \Symfony\Component\String\Slugger\AsciiSlugger('en-GB')));
  37146.             yield => ($this->privates['translator.default'] ?? $this->getTranslator_DefaultService());
  37147.         }, 2), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  37148.     }
  37149.     /**
  37150.      * Gets the private 'locale_listener' shared service.
  37151.      *
  37152.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
  37153.      */
  37154.     protected function getLocaleListenerService()
  37155.     {
  37156.         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, []);
  37157.     }
  37158.     /**
  37159.      * Gets the private 'lock.default.factory' shared service.
  37160.      *
  37161.      * @return \Symfony\Component\Lock\LockFactory
  37162.      */
  37163.     protected function getLock_Default_FactoryService()
  37164.     {
  37165.         $this->privates['lock.default.factory'] = $instance = new \Symfony\Component\Lock\LockFactory(\Symfony\Component\Lock\Store\StoreFactory::createStore('flock'));
  37166.         $a = new \Symfony\Bridge\Monolog\Logger('lock');
  37167.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  37168.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  37169.         $a->pushHandler(($this->privates['Shopware\\Core\\Framework\\Log\\Monolog\\ExcludeFlowEventHandler'] ?? $this->getExcludeFlowEventHandlerService()));
  37170.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  37171.         $instance->setLogger($a);
  37172.         return $instance;
  37173.     }
  37174.     /**
  37175.      * Gets the private 'mailer.messenger.message_handler' shared service.
  37176.      *
  37177.      * @return \Symfony\Component\Mailer\Messenger\MessageHandler
  37178.      */
  37179.     protected function getMailer_Messenger_MessageHandlerService()
  37180.     {
  37181.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Messenger/MessageHandler.php';
  37182.         $a = ($this->privates['mailer.transports'] ?? $this->getMailer_TransportsService());
  37183.         if (isset($this->privates['mailer.messenger.message_handler'])) {
  37184.             return $this->privates['mailer.messenger.message_handler'];
  37185.         }
  37186.         return $this->privates['mailer.messenger.message_handler'] = new \Symfony\Component\Mailer\Messenger\MessageHandler($a);
  37187.     }
  37188.     /**
  37189.      * Gets the private 'mailer.transport_factory.native' shared service.
  37190.      *
  37191.      * @return \Symfony\Component\Mailer\Transport\NativeTransportFactory
  37192.      */
  37193.     protected function getMailer_TransportFactory_NativeService()
  37194.     {
  37195.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
  37196.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
  37197.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/NativeTransportFactory.php';
  37198.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  37199.         if (isset($this->privates['mailer.transport_factory.native'])) {
  37200.             return $this->privates['mailer.transport_factory.native'];
  37201.         }
  37202.         return $this->privates['mailer.transport_factory.native'] = new \Symfony\Component\Mailer\Transport\NativeTransportFactory($aNULL, ($this->privates['monolog.logger.mailer'] ?? $this->getMonolog_Logger_MailerService()));
  37203.     }
  37204.     /**
  37205.      * Gets the private 'mailer.transport_factory.null' shared service.
  37206.      *
  37207.      * @return \Symfony\Component\Mailer\Transport\NullTransportFactory
  37208.      */
  37209.     protected function getMailer_TransportFactory_NullService()
  37210.     {
  37211.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
  37212.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
  37213.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/NullTransportFactory.php';
  37214.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  37215.         if (isset($this->privates['mailer.transport_factory.null'])) {
  37216.             return $this->privates['mailer.transport_factory.null'];
  37217.         }
  37218.         return $this->privates['mailer.transport_factory.null'] = new \Symfony\Component\Mailer\Transport\NullTransportFactory($aNULL, ($this->privates['monolog.logger.mailer'] ?? $this->getMonolog_Logger_MailerService()));
  37219.     }
  37220.     /**
  37221.      * Gets the private 'mailer.transport_factory.sendmail' shared service.
  37222.      *
  37223.      * @return \Symfony\Component\Mailer\Transport\SendmailTransportFactory
  37224.      */
  37225.     protected function getMailer_TransportFactory_SendmailService()
  37226.     {
  37227.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
  37228.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
  37229.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/SendmailTransportFactory.php';
  37230.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  37231.         if (isset($this->privates['mailer.transport_factory.sendmail'])) {
  37232.             return $this->privates['mailer.transport_factory.sendmail'];
  37233.         }
  37234.         return $this->privates['mailer.transport_factory.sendmail'] = new \Symfony\Component\Mailer\Transport\SendmailTransportFactory($aNULL, ($this->privates['monolog.logger.mailer'] ?? $this->getMonolog_Logger_MailerService()));
  37235.     }
  37236.     /**
  37237.      * Gets the private 'mailer.transport_factory.smtp' shared service.
  37238.      *
  37239.      * @return \Symfony\Component\Mailer\Transport\Smtp\EsmtpTransportFactory
  37240.      */
  37241.     protected function getMailer_TransportFactory_SmtpService()
  37242.     {
  37243.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
  37244.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
  37245.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/Smtp/EsmtpTransportFactory.php';
  37246.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  37247.         if (isset($this->privates['mailer.transport_factory.smtp'])) {
  37248.             return $this->privates['mailer.transport_factory.smtp'];
  37249.         }
  37250.         return $this->privates['mailer.transport_factory.smtp'] = new \Symfony\Component\Mailer\Transport\Smtp\EsmtpTransportFactory($aNULL, ($this->privates['monolog.logger.mailer'] ?? $this->getMonolog_Logger_MailerService()));
  37251.     }
  37252.     /**
  37253.      * Gets the private 'mailer.transports' shared service.
  37254.      *
  37255.      * @return \Symfony\Component\Mailer\Transport\Transports
  37256.      */
  37257.     protected function getMailer_TransportsService()
  37258.     {
  37259.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportInterface.php';
  37260.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/Transports.php';
  37261.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport.php';
  37262.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Mail/Service/MailerTransportFactory.php';
  37263.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Mail/Service/MailAttachmentsBuilder.php';
  37264.         $a = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  37265.         if (isset($this->privates['mailer.transports'])) {
  37266.             return $this->privates['mailer.transports'];
  37267.         }
  37268.         $b = ($this->privates['Shopware\\Core\\Content\\Media\\MediaService'] ?? $this->getMediaServiceService());
  37269.         if (isset($this->privates['mailer.transports'])) {
  37270.             return $this->privates['mailer.transports'];
  37271.         }
  37272.         $c = ($this->services['media.repository'] ?? $this->getMedia_RepositoryService());
  37273.         if (isset($this->privates['mailer.transports'])) {
  37274.             return $this->privates['mailer.transports'];
  37275.         }
  37276.         $d = ($this->services['document.repository'] ?? $this->getDocument_RepositoryService());
  37277.         if (isset($this->privates['mailer.transports'])) {
  37278.             return $this->privates['mailer.transports'];
  37279.         }
  37280.         $e = ($this->privates['Shopware\\Core\\Checkout\\Document\\Service\\DocumentGenerator'] ?? $this->getDocumentGeneratorService());
  37281.         if (isset($this->privates['mailer.transports'])) {
  37282.             return $this->privates['mailer.transports'];
  37283.         }
  37284.         $f = ($this->privates['Shopware\\Core\\Checkout\\Document\\DocumentService'] ?? $this->getDocumentServiceService());
  37285.         if (isset($this->privates['mailer.transports'])) {
  37286.             return $this->privates['mailer.transports'];
  37287.         }
  37288.         return $this->privates['mailer.transports'] = (new \Shopware\Core\Content\Mail\Service\MailerTransportFactory(new RewindableGenerator(function () {
  37289.             yield => ($this->privates['mailer.transport_factory.null'] ?? $this->getMailer_TransportFactory_NullService());
  37290.             yield => ($this->privates['mailer.transport_factory.sendmail'] ?? $this->getMailer_TransportFactory_SendmailService());
  37291.             yield => ($this->privates['mailer.transport_factory.native'] ?? $this->getMailer_TransportFactory_NativeService());
  37292.             yield => ($this->privates['mailer.transport_factory.smtp'] ?? $this->getMailer_TransportFactory_SmtpService());
  37293.         }, 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')]);
  37294.     }
  37295.     /**
  37296.      * Gets the private 'messenger.bus.shopware.middleware.handle_message' shared service.
  37297.      *
  37298.      * @return \Symfony\Component\Messenger\Middleware\HandleMessageMiddleware
  37299.      */
  37300.     protected function getMessenger_Bus_Shopware_Middleware_HandleMessageService()
  37301.     {
  37302.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Middleware/MiddlewareInterface.php';
  37303.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Middleware/HandleMessageMiddleware.php';
  37304.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlersLocatorInterface.php';
  37305.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlersLocator.php';
  37306.         $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 () {
  37307.             yield => ($this->privates['.messenger.handler_descriptor.h1gRAD1'] ?? $this->get_Messenger_HandlerDescriptor_H1gRAD1Service());
  37308.         }, 1), 'Shopware\\Core\\Framework\\Adapter\\Cache\\InvalidateCacheTask' => new RewindableGenerator(function () {
  37309.             yield => ($this->privates['.messenger.handler_descriptor.aM76mVQ'] ?? $this->get_Messenger_HandlerDescriptor_AM76mVQService());
  37310.         }, 1), 'Shopware\\Core\\Framework\\Adapter\\Cache\\Message\\CleanupOldCacheFolders' => new RewindableGenerator(function () {
  37311.             yield => ($this->privates['.messenger.handler_descriptor.goUFZIo'] ?? $this->get_Messenger_HandlerDescriptor_GoUFZIoService());
  37312.         }, 1), 'Shopware\\Core\\Content\\Media\\Message\\GenerateThumbnailsMessage' => new RewindableGenerator(function () {
  37313.             yield => ($this->privates['.messenger.handler_descriptor.6a6vTR.'] ?? $this->get_Messenger_HandlerDescriptor_6a6vTR_Service());
  37314.         }, 1), 'Shopware\\Core\\Content\\Media\\Message\\UpdateThumbnailsMessage' => new RewindableGenerator(function () {
  37315.             yield => ($this->privates['.messenger.handler_descriptor.88lOdtC'] ?? $this->get_Messenger_HandlerDescriptor_88lOdtCService());
  37316.         }, 1), 'Shopware\\Core\\Framework\\App\\ScheduledTask\\UpdateAppsTask' => new RewindableGenerator(function () {
  37317.             yield => ($this->privates['.messenger.handler_descriptor.vN2QjSm'] ?? $this->get_Messenger_HandlerDescriptor_VN2QjSmService());
  37318.         }, 1), 'Shopware\\Core\\Framework\\App\\ScheduledTask\\DeleteCascadeAppsTask' => new RewindableGenerator(function () {
  37319.             yield => ($this->privates['.messenger.handler_descriptor.bD1J5H6'] ?? $this->get_Messenger_HandlerDescriptor_BD1J5H6Service());
  37320.         }, 1), 'Shopware\\Core\\Framework\\DataAbstractionLayer\\Indexing\\EntityIndexingMessage' => new RewindableGenerator(function () {
  37321.             yield => ($this->privates['.messenger.handler_descriptor.2yo6BZJ'] ?? $this->get_Messenger_HandlerDescriptor_2yo6BZJService());
  37322.         }, 1), 'Shopware\\Core\\Framework\\DataAbstractionLayer\\Indexing\\MessageQueue\\IterateEntityIndexerMessage' => new RewindableGenerator(function () {
  37323.             yield => ($this->privates['.messenger.handler_descriptor.hq66vfV'] ?? $this->get_Messenger_HandlerDescriptor_Hq66vfVService());
  37324.         }, 1), 'Shopware\\Core\\Framework\\DataAbstractionLayer\\Version\\Cleanup\\CleanupVersionTask' => new RewindableGenerator(function () {
  37325.             yield => ($this->privates['.messenger.handler_descriptor.n5_pcyU'] ?? $this->get_Messenger_HandlerDescriptor_N5PcyUService());
  37326.         }, 1), 'Shopware\\Core\\Framework\\MessageQueue\\Message\\EncryptedMessage' => new RewindableGenerator(function () {
  37327.             yield => ($this->privates['.messenger.handler_descriptor.W5d8anj'] ?? $this->get_Messenger_HandlerDescriptor_W5d8anjService());
  37328.         }, 1), 'Shopware\\Core\\Framework\\MessageQueue\\Message\\RetryMessage' => new RewindableGenerator(function () {
  37329.             yield => ($this->privates['.messenger.handler_descriptor.rvKU_JQ'] ?? $this->get_Messenger_HandlerDescriptor_RvKUJQService());
  37330.         }, 1), 'Shopware\\Core\\Framework\\MessageQueue\\Message\\SleepMessage' => new RewindableGenerator(function () {
  37331.             yield => ($this->privates['.messenger.handler_descriptor.6XWr01B'] ?? $this->get_Messenger_HandlerDescriptor_6XWr01BService());
  37332.         }, 1), 'Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\RequeueDeadMessagesTask' => new RewindableGenerator(function () {
  37333.             yield => ($this->privates['.messenger.handler_descriptor.BzkW.st'] ?? $this->get_Messenger_HandlerDescriptor_BzkW_StService());
  37334.         }, 1), 'Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\MessageQueue\\RegisterScheduledTaskMessage' => new RewindableGenerator(function () {
  37335.             yield => ($this->privates['.messenger.handler_descriptor.dVP21hY'] ?? $this->get_Messenger_HandlerDescriptor_DVP21hYService());
  37336.         }, 1), 'Shopware\\Core\\Framework\\Webhook\\Message\\WebhookEventMessage' => new RewindableGenerator(function () {
  37337.             yield => ($this->privates['.messenger.handler_descriptor.Z5qzcmD'] ?? $this->get_Messenger_HandlerDescriptor_Z5qzcmDService());
  37338.         }, 1), 'Shopware\\Core\\System\\SalesChannel\\Context\\Cleanup\\CleanupSalesChannelContextTask' => new RewindableGenerator(function () {
  37339.             yield => ($this->privates['.messenger.handler_descriptor._mx1WXF'] ?? $this->get_Messenger_HandlerDescriptor_Mx1WXFService());
  37340.         }, 1), 'Shopware\\Core\\Content\\Media\\Message\\DeleteFileMessage' => new RewindableGenerator(function () {
  37341.             yield => ($this->privates['.messenger.handler_descriptor.TaMu3bd'] ?? $this->get_Messenger_HandlerDescriptor_TaMu3bdService());
  37342.         }, 1), 'Shopware\\Core\\Content\\Product\\Cleanup\\CleanupProductKeywordDictionaryTask' => new RewindableGenerator(function () {
  37343.             yield => ($this->privates['.messenger.handler_descriptor.vhvNn_P'] ?? $this->get_Messenger_HandlerDescriptor_VhvNnPService());
  37344.         }, 1), 'Shopware\\Core\\Content\\Product\\Cleanup\\CleanupUnusedDownloadMediaTask' => new RewindableGenerator(function () {
  37345.             yield => ($this->privates['.messenger.handler_descriptor.wUKKx8c'] ?? $this->get_Messenger_HandlerDescriptor_WUKKx8cService());
  37346.         }, 1), 'Shopware\\Core\\Content\\Newsletter\\ScheduledTask\\NewsletterRecipientTask' => new RewindableGenerator(function () {
  37347.             yield => ($this->privates['.messenger.handler_descriptor.6kBcctU'] ?? $this->get_Messenger_HandlerDescriptor_6kBcctUService());
  37348.         }, 1), 'Shopware\\Core\\Content\\ProductStream\\ScheduledTask\\UpdateProductStreamMappingTask' => new RewindableGenerator(function () {
  37349.             yield => ($this->privates['.messenger.handler_descriptor.zfOhFjq'] ?? $this->get_Messenger_HandlerDescriptor_ZfOhFjqService());
  37350.         }, 1), 'Shopware\\Core\\Content\\ProductExport\\ScheduledTask\\ProductExportGenerateTask' => new RewindableGenerator(function () {
  37351.             yield => ($this->privates['.messenger.handler_descriptor.wYSIMNj'] ?? $this->get_Messenger_HandlerDescriptor_WYSIMNjService());
  37352.         }, 1), 'Shopware\\Core\\Content\\ProductExport\\ScheduledTask\\ProductExportPartialGeneration' => new RewindableGenerator(function () {
  37353.             yield => ($this->privates['.messenger.handler_descriptor.4htA3jl'] ?? $this->get_Messenger_HandlerDescriptor_4htA3jlService());
  37354.         }, 1), 'Shopware\\Core\\Content\\ImportExport\\Message\\ImportExportMessage' => new RewindableGenerator(function () {
  37355.             yield => ($this->privates['.messenger.handler_descriptor.Sx4TzkJ'] ?? $this->get_Messenger_HandlerDescriptor_Sx4TzkJService());
  37356.         }, 1), 'Shopware\\Core\\Content\\ImportExport\\Message\\DeleteFileMessage' => new RewindableGenerator(function () {
  37357.             yield => ($this->privates['.messenger.handler_descriptor.3.rzR14'] ?? $this->get_Messenger_HandlerDescriptor_3_RzR14Service());
  37358.         }, 1), 'Shopware\\Core\\Content\\ImportExport\\ScheduledTask\\CleanupImportExportFileTask' => new RewindableGenerator(function () {
  37359.             yield => ($this->privates['.messenger.handler_descriptor.yKXilMm'] ?? $this->get_Messenger_HandlerDescriptor_YKXilMmService());
  37360.         }, 1), 'Shopware\\Core\\Content\\Sitemap\\ScheduledTask\\SitemapGenerateTask' => new RewindableGenerator(function () {
  37361.             yield => ($this->privates['.messenger.handler_descriptor.RWDR7vF'] ?? $this->get_Messenger_HandlerDescriptor_RWDR7vFService());
  37362.         }, 1), 'Shopware\\Core\\Content\\Sitemap\\ScheduledTask\\SitemapMessage' => new RewindableGenerator(function () {
  37363.             yield => ($this->privates['.messenger.handler_descriptor.z290ooz'] ?? $this->get_Messenger_HandlerDescriptor_Z290oozService());
  37364.         }, 1), 'Shopware\\Core\\Checkout\\Cart\\Cleanup\\CleanupCartTask' => new RewindableGenerator(function () {
  37365.             yield => ($this->privates['.messenger.handler_descriptor.D8Msq11'] ?? $this->get_Messenger_HandlerDescriptor_D8Msq11Service());
  37366.         }, 1), 'Shopware\\Storefront\\Framework\\Cache\\CacheWarmer\\WarmUpMessage' => new RewindableGenerator(function () {
  37367.             yield => ($this->privates['.messenger.handler_descriptor.9FtfQXI'] ?? $this->get_Messenger_HandlerDescriptor_9FtfQXIService());
  37368.         }, 1), 'Shopware\\Elasticsearch\\Framework\\Indexing\\CreateAliasTask' => new RewindableGenerator(function () {
  37369.             yield => ($this->privates['.messenger.handler_descriptor.RaXVyBY'] ?? $this->get_Messenger_HandlerDescriptor_RaXVyBYService());
  37370.         }, 1), 'Shopware\\Elasticsearch\\Framework\\Indexing\\ElasticsearchIndexingMessage' => new RewindableGenerator(function () {
  37371.             yield => ($this->privates['.messenger.handler_descriptor.9zA2HRZ'] ?? $this->get_Messenger_HandlerDescriptor_9zA2HRZService());
  37372.         }, 1), 'Shopware\\Elasticsearch\\Framework\\Indexing\\ElasticsearchLanguageIndexIteratorMessage' => new RewindableGenerator(function () {
  37373.             yield => ($this->privates['.messenger.handler_descriptor.ZFmY.qW'] ?? $this->get_Messenger_HandlerDescriptor_ZFmY_QWService());
  37374.         }, 1), 'Shopware\\Elasticsearch\\Admin\\AdminSearchIndexingMessage' => new RewindableGenerator(function () {
  37375.             yield => ($this->privates['.messenger.handler_descriptor.blq.UUc'] ?? $this->get_Messenger_HandlerDescriptor_Blq_UUcService());
  37376.         }, 1), 'SwagMigrationAssistant\\Migration\\MessageQueue\\Message\\ProcessMediaMessage' => new RewindableGenerator(function () {
  37377.             yield => ($this->privates['.messenger.handler_descriptor.uhLObtn'] ?? $this->get_Messenger_HandlerDescriptor_UhLObtnService());
  37378.         }, 1), 'SwagMigrationAssistant\\Migration\\MessageQueue\\Message\\CleanupMigrationMessage' => new RewindableGenerator(function () {
  37379.             yield => ($this->privates['.messenger.handler_descriptor.NsPWeMd'] ?? $this->get_Messenger_HandlerDescriptor_NsPWeMdService());
  37380.         }, 1), 'Symfony\\Component\\Mailer\\Messenger\\SendEmailMessage' => new RewindableGenerator(function () {
  37381.             yield => ($this->privates['.messenger.handler_descriptor.g5T3Vdz'] ?? $this->get_Messenger_HandlerDescriptor_G5T3VdzService());
  37382.         }, 1)]));
  37383.         $instance->setLogger(($this->privates['monolog.logger.messenger'] ?? $this->getMonolog_Logger_MessengerService()));
  37384.         return $instance;
  37385.     }
  37386.     /**
  37387.      * Gets the private 'messenger.bus.shopware.middleware.traceable' shared service.
  37388.      *
  37389.      * @return \Symfony\Component\Messenger\Middleware\TraceableMiddleware
  37390.      */
  37391.     protected function getMessenger_Bus_Shopware_Middleware_TraceableService()
  37392.     {
  37393.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Middleware/MiddlewareInterface.php';
  37394.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Middleware/TraceableMiddleware.php';
  37395.         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');
  37396.     }
  37397.     /**
  37398.      * Gets the private 'messenger.listener.stop_worker_on_restart_signal_listener' shared service.
  37399.      *
  37400.      * @return \Symfony\Component\Messenger\EventListener\StopWorkerOnRestartSignalListener
  37401.      */
  37402.     protected function getMessenger_Listener_StopWorkerOnRestartSignalListenerService()
  37403.     {
  37404.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/EventListener/StopWorkerOnRestartSignalListener.php';
  37405.         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()));
  37406.     }
  37407.     /**
  37408.      * Gets the private 'messenger.middleware.send_message' shared service.
  37409.      *
  37410.      * @return \Symfony\Component\Messenger\Middleware\SendMessageMiddleware
  37411.      */
  37412.     protected function getMessenger_Middleware_SendMessageService()
  37413.     {
  37414.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Middleware/MiddlewareInterface.php';
  37415.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Middleware/SendMessageMiddleware.php';
  37416.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Sender/SendersLocatorInterface.php';
  37417.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/MessageQueue/DefaultSenderLocator.php';
  37418.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Sender/SendersLocator.php';
  37419.         $a = ($this->privates['.service_locator.ltYzMMM'] ?? $this->get_ServiceLocator_LtYzMMMService());
  37420.         if (isset($this->privates['messenger.middleware.send_message'])) {
  37421.             return $this->privates['messenger.middleware.send_message'];
  37422.         }
  37423.         $b = ($this->privates['messenger.transport.default'] ?? $this->getMessenger_Transport_DefaultService());
  37424.         if (isset($this->privates['messenger.middleware.send_message'])) {
  37425.             return $this->privates['messenger.middleware.send_message'];
  37426.         }
  37427.         $c = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  37428.         if (isset($this->privates['messenger.middleware.send_message'])) {
  37429.             return $this->privates['messenger.middleware.send_message'];
  37430.         }
  37431.         $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);
  37432.         $instance->setLogger(($this->privates['monolog.logger.messenger'] ?? $this->getMonolog_Logger_MessengerService()));
  37433.         return $instance;
  37434.     }
  37435.     /**
  37436.      * Gets the private 'messenger.receiver_locator' shared service.
  37437.      *
  37438.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  37439.      */
  37440.     protected function getMessenger_ReceiverLocatorService()
  37441.     {
  37442.         return $this->privates['messenger.receiver_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  37443.             'default' => ['privates''messenger.transport.default''getMessenger_Transport_DefaultService'false],
  37444.             'messenger.transport.default' => ['privates''messenger.transport.default''getMessenger_Transport_DefaultService'false],
  37445.         ], [
  37446.             'default' => '?',
  37447.             'messenger.transport.default' => '?',
  37448.         ]);
  37449.     }
  37450.     /**
  37451.      * Gets the private 'messenger.retry.multiplier_retry_strategy.default' shared service.
  37452.      *
  37453.      * @return \Symfony\Component\Messenger\Retry\MultiplierRetryStrategy
  37454.      */
  37455.     protected function getMessenger_Retry_MultiplierRetryStrategy_DefaultService()
  37456.     {
  37457.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Retry/RetryStrategyInterface.php';
  37458.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Retry/MultiplierRetryStrategy.php';
  37459.         return $this->privates['messenger.retry.multiplier_retry_strategy.default'] = new \Symfony\Component\Messenger\Retry\MultiplierRetryStrategy(3100020);
  37460.     }
  37461.     /**
  37462.      * Gets the private 'messenger.retry.send_failed_message_for_retry_listener' shared service.
  37463.      *
  37464.      * @return \Symfony\Component\Messenger\EventListener\SendFailedMessageForRetryListener
  37465.      */
  37466.     protected function getMessenger_Retry_SendFailedMessageForRetryListenerService()
  37467.     {
  37468.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/EventListener/SendFailedMessageForRetryListener.php';
  37469.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  37470.         if (isset($this->privates['messenger.retry.send_failed_message_for_retry_listener'])) {
  37471.             return $this->privates['messenger.retry.send_failed_message_for_retry_listener'];
  37472.         }
  37473.         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, [
  37474.             'default' => ['privates''messenger.retry.multiplier_retry_strategy.default''getMessenger_Retry_MultiplierRetryStrategy_DefaultService'false],
  37475.         ], [
  37476.             'default' => '?',
  37477.         ]), ($this->privates['monolog.logger.messenger'] ?? $this->getMonolog_Logger_MessengerService()), $a);
  37478.     }
  37479.     /**
  37480.      * Gets the private 'messenger.routable_message_bus' shared service.
  37481.      *
  37482.      * @return \Symfony\Component\Messenger\RoutableMessageBus
  37483.      */
  37484.     protected function getMessenger_RoutableMessageBusService()
  37485.     {
  37486.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/RoutableMessageBus.php';
  37487.         $a = ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService());
  37488.         if (isset($this->privates['messenger.routable_message_bus'])) {
  37489.             return $this->privates['messenger.routable_message_bus'];
  37490.         }
  37491.         return $this->privates['messenger.routable_message_bus'] = new \Symfony\Component\Messenger\RoutableMessageBus(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  37492.             'messenger.bus.shopware' => ['services''messenger.default_bus''getMessenger_DefaultBusService'false],
  37493.         ], [
  37494.             'messenger.bus.shopware' => '?',
  37495.         ]), $a);
  37496.     }
  37497.     /**
  37498.      * Gets the private 'messenger.transport.default' shared service.
  37499.      *
  37500.      * @return \Symfony\Component\Messenger\Transport\TransportInterface
  37501.      */
  37502.     protected function getMessenger_Transport_DefaultService()
  37503.     {
  37504.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Receiver/ReceiverInterface.php';
  37505.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Sender/SenderInterface.php';
  37506.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/TransportInterface.php';
  37507.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/TransportFactoryInterface.php';
  37508.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/TransportFactory.php';
  37509.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/SerializerInterface.php';
  37510.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/PhpSerializer.php';
  37511.         return $this->privates['messenger.transport.default'] = (new \Symfony\Component\Messenger\Transport\TransportFactory(new RewindableGenerator(function () {
  37512.             yield => (new \Symfony\Component\Messenger\Bridge\Amqp\Transport\AmqpTransportFactory());
  37513.             yield => (new \Symfony\Component\Messenger\Bridge\Redis\Transport\RedisTransportFactory());
  37514.             yield => ($this->privates['messenger.transport.sync.factory'] ?? $this->getMessenger_Transport_Sync_FactoryService());
  37515.             yield => ($this->privates['messenger.transport.in_memory.factory'] ?? ($this->privates['messenger.transport.in_memory.factory'] = new \Symfony\Component\Messenger\Transport\InMemoryTransportFactory()));
  37516.             yield => $this->getEnqueue_MessengerTransport_FactoryService();
  37517.         }, 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())));
  37518.     }
  37519.     /**
  37520.      * Gets the private 'messenger.transport.sync.factory' shared service.
  37521.      *
  37522.      * @return \Symfony\Component\Messenger\Transport\Sync\SyncTransportFactory
  37523.      */
  37524.     protected function getMessenger_Transport_Sync_FactoryService()
  37525.     {
  37526.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/TransportFactoryInterface.php';
  37527.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Sync/SyncTransportFactory.php';
  37528.         $a = ($this->privates['messenger.routable_message_bus'] ?? $this->getMessenger_RoutableMessageBusService());
  37529.         if (isset($this->privates['messenger.transport.sync.factory'])) {
  37530.             return $this->privates['messenger.transport.sync.factory'];
  37531.         }
  37532.         return $this->privates['messenger.transport.sync.factory'] = new \Symfony\Component\Messenger\Transport\Sync\SyncTransportFactory($a);
  37533.     }
  37534.     /**
  37535.      * Gets the private 'mime_types' shared service.
  37536.      *
  37537.      * @return \Symfony\Component\Mime\MimeTypes
  37538.      */
  37539.     protected function getMimeTypesService()
  37540.     {
  37541.         $this->privates['mime_types'] = $instance = new \Symfony\Component\Mime\MimeTypes();
  37542.         $instance->setDefault($instance);
  37543.         return $instance;
  37544.     }
  37545.     /**
  37546.      * Gets the private 'monolog.command.server_log' shared service.
  37547.      *
  37548.      * @return \Symfony\Bridge\Monolog\Command\ServerLogCommand
  37549.      */
  37550.     protected function getMonolog_Command_ServerLogService()
  37551.     {
  37552.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  37553.         include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Command/ServerLogCommand.php';
  37554.         $this->privates['monolog.command.server_log'] = $instance = new \Symfony\Bridge\Monolog\Command\ServerLogCommand();
  37555.         $instance->setName('server:log');
  37556.         $instance->setDescription('Start a log server that displays logs in real time');
  37557.         return $instance;
  37558.     }
  37559.     /**
  37560.      * Gets the private 'monolog.handler.business_event_handler_buffer' shared service.
  37561.      *
  37562.      * @return \Monolog\Handler\BufferHandler
  37563.      */
  37564.     protected function getMonolog_Handler_BusinessEventHandlerBufferService()
  37565.     {
  37566.         include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/BufferHandler.php';
  37567.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Log/Monolog/DoctrineSQLHandler.php';
  37568.         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);
  37569.     }
  37570.     /**
  37571.      * Gets the private 'monolog.handler.console' shared service.
  37572.      *
  37573.      * @return \Symfony\Bridge\Monolog\Handler\ConsoleHandler
  37574.      */
  37575.     protected function getMonolog_Handler_ConsoleService()
  37576.     {
  37577.         return $this->privates['monolog.handler.console'] = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULLtrue, [], []);
  37578.     }
  37579.     /**
  37580.      * Gets the private 'monolog.logger' shared service.
  37581.      *
  37582.      * @return \Symfony\Bridge\Monolog\Logger
  37583.      */
  37584.     protected function getMonolog_LoggerService()
  37585.     {
  37586.         $this->privates['monolog.logger'] = $instance = new \Symfony\Bridge\Monolog\Logger('app');
  37587.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  37588.         $instance->useMicrosecondTimestamps(true);
  37589.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  37590.         $instance->pushHandler(($this->privates['Shopware\\Core\\Framework\\Log\\Monolog\\ExcludeFlowEventHandler'] ?? $this->getExcludeFlowEventHandlerService()));
  37591.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  37592.         return $instance;
  37593.     }
  37594.     /**
  37595.      * Gets the private 'monolog.logger.cache' shared service.
  37596.      *
  37597.      * @return \Symfony\Bridge\Monolog\Logger
  37598.      */
  37599.     protected function getMonolog_Logger_CacheService()
  37600.     {
  37601.         $this->privates['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
  37602.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  37603.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  37604.         $instance->pushHandler(($this->privates['Shopware\\Core\\Framework\\Log\\Monolog\\ExcludeFlowEventHandler'] ?? $this->getExcludeFlowEventHandlerService()));
  37605.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  37606.         return $instance;
  37607.     }
  37608.     /**
  37609.      * Gets the private 'monolog.logger.mailer' shared service.
  37610.      *
  37611.      * @return \Symfony\Bridge\Monolog\Logger
  37612.      */
  37613.     protected function getMonolog_Logger_MailerService()
  37614.     {
  37615.         $this->privates['monolog.logger.mailer'] = $instance = new \Symfony\Bridge\Monolog\Logger('mailer');
  37616.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  37617.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  37618.         $instance->pushHandler(($this->privates['Shopware\\Core\\Framework\\Log\\Monolog\\ExcludeFlowEventHandler'] ?? $this->getExcludeFlowEventHandlerService()));
  37619.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  37620.         return $instance;
  37621.     }
  37622.     /**
  37623.      * Gets the private 'monolog.logger.messenger' shared service.
  37624.      *
  37625.      * @return \Symfony\Bridge\Monolog\Logger
  37626.      */
  37627.     protected function getMonolog_Logger_MessengerService()
  37628.     {
  37629.         $this->privates['monolog.logger.messenger'] = $instance = new \Symfony\Bridge\Monolog\Logger('messenger');
  37630.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  37631.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  37632.         $instance->pushHandler(($this->privates['Shopware\\Core\\Framework\\Log\\Monolog\\ExcludeFlowEventHandler'] ?? $this->getExcludeFlowEventHandlerService()));
  37633.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  37634.         return $instance;
  37635.     }
  37636.     /**
  37637.      * Gets the private 'monolog.logger.request' shared service.
  37638.      *
  37639.      * @return \Symfony\Bridge\Monolog\Logger
  37640.      */
  37641.     protected function getMonolog_Logger_RequestService()
  37642.     {
  37643.         $this->privates['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
  37644.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  37645.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  37646.         $instance->pushHandler(($this->privates['Shopware\\Core\\Framework\\Log\\Monolog\\ExcludeFlowEventHandler'] ?? $this->getExcludeFlowEventHandlerService()));
  37647.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  37648.         return $instance;
  37649.     }
  37650.     /**
  37651.      * Gets the private 'parameter_bag' shared service.
  37652.      *
  37653.      * @return \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag
  37654.      */
  37655.     protected function getParameterBagService()
  37656.     {
  37657.         return $this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this);
  37658.     }
  37659.     /**
  37660.      * Gets the private 'profiler_listener' shared service.
  37661.      *
  37662.      * @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
  37663.      */
  37664.     protected function getProfilerListenerService()
  37665.     {
  37666.         $a = ($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService());
  37667.         if (isset($this->privates['profiler_listener'])) {
  37668.             return $this->privates['profiler_listener'];
  37669.         }
  37670.         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);
  37671.     }
  37672.     /**
  37673.      * Gets the private 'property_info' shared service.
  37674.      *
  37675.      * @return \Symfony\Component\PropertyInfo\PropertyInfoExtractor
  37676.      */
  37677.     protected function getPropertyInfoService()
  37678.     {
  37679.         return $this->privates['property_info'] = new \Symfony\Component\PropertyInfo\PropertyInfoExtractor(new RewindableGenerator(function () {
  37680.             yield => ($this->privates['property_info.serializer_extractor'] ?? $this->getPropertyInfo_SerializerExtractorService());
  37681.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  37682.         }, 2), new RewindableGenerator(function () {
  37683.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  37684.         }, 1), new RewindableGenerator(function () {
  37685.             return new \EmptyIterator();
  37686.         }, 0), new RewindableGenerator(function () {
  37687.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  37688.         }, 1), new RewindableGenerator(function () {
  37689.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  37690.         }, 1));
  37691.     }
  37692.     /**
  37693.      * Gets the private 'property_info.serializer_extractor' shared service.
  37694.      *
  37695.      * @return \Symfony\Component\PropertyInfo\Extractor\SerializerExtractor
  37696.      */
  37697.     protected function getPropertyInfo_SerializerExtractorService()
  37698.     {
  37699.         include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/SerializerExtractor.php';
  37700.         return $this->privates['property_info.serializer_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\SerializerExtractor(($this->privates['serializer.mapping.class_metadata_factory'] ?? $this->getSerializer_Mapping_ClassMetadataFactoryService()));
  37701.     }
  37702.     /**
  37703.      * Gets the private 'router.cache_warmer' shared service.
  37704.      *
  37705.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\RouterCacheWarmer
  37706.      */
  37707.     protected function getRouter_CacheWarmerService()
  37708.     {
  37709.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  37710.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/RouterCacheWarmer.php';
  37711.         return $this->privates['router.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\RouterCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  37712.             'router' => ['services''router''getRouterService'false],
  37713.         ], [
  37714.             'router' => '?',
  37715.         ]))->withContext('router.cache_warmer'$this));
  37716.     }
  37717.     /**
  37718.      * Gets the private 'router.default' shared service.
  37719.      *
  37720.      * @return \Symfony\Bundle\FrameworkBundle\Routing\Router
  37721.      */
  37722.     protected function getRouter_DefaultService()
  37723.     {
  37724.         $a = new \Symfony\Bridge\Monolog\Logger('router');
  37725.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  37726.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  37727.         $a->pushHandler(($this->privates['Shopware\\Core\\Framework\\Log\\Monolog\\ExcludeFlowEventHandler'] ?? $this->getExcludeFlowEventHandlerService()));
  37728.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  37729.         $this->privates['router.default'] = $instance = new \Symfony\Bundle\FrameworkBundle\Routing\Router((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  37730.             'routing.loader' => ['services''routing.loader''getRouting_LoaderService'false],
  37731.         ], [
  37732.             'routing.loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  37733.         ]))->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');
  37734.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  37735.         return $instance;
  37736.     }
  37737.     /**
  37738.      * Gets the private 'router.request_context' shared service.
  37739.      *
  37740.      * @return \Symfony\Component\Routing\RequestContext
  37741.      */
  37742.     protected function getRouter_RequestContextService()
  37743.     {
  37744.         return $this->privates['router.request_context'] = \Symfony\Component\Routing\RequestContext::fromUri('''localhost''http'80443);
  37745.     }
  37746.     /**
  37747.      * Gets the private 'router_listener' shared service.
  37748.      *
  37749.      * @return \Symfony\Component\HttpKernel\EventListener\RouterListener
  37750.      */
  37751.     protected function getRouterListenerService()
  37752.     {
  37753.         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);
  37754.     }
  37755.     /**
  37756.      * Gets the private 'secrets.vault' shared service.
  37757.      *
  37758.      * @return \Symfony\Bundle\FrameworkBundle\Secrets\SodiumVault
  37759.      */
  37760.     protected function getSecrets_VaultService()
  37761.     {
  37762.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  37763.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarLoaderInterface.php';
  37764.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/SodiumVault.php';
  37765.         include_once \dirname(__DIR__4).'/vendor/symfony/polyfill-php80/Resources/stubs/Stringable.php';
  37766.         include_once \dirname(__DIR__4).'/vendor/symfony/string/LazyString.php';
  37767.         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'));
  37768.     }
  37769.     /**
  37770.      * Gets the private 'sensio_framework_extra.controller.listener' shared service.
  37771.      *
  37772.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener
  37773.      */
  37774.     protected function getSensioFrameworkExtra_Controller_ListenerService()
  37775.     {
  37776.         return $this->privates['sensio_framework_extra.controller.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  37777.     }
  37778.     /**
  37779.      * Gets the private 'sensio_framework_extra.converter.listener' shared service.
  37780.      *
  37781.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener
  37782.      */
  37783.     protected function getSensioFrameworkExtra_Converter_ListenerService()
  37784.     {
  37785.         $a = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager();
  37786.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter(NULLNULL), 0'doctrine.orm');
  37787.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DateTimeParamConverter(), 0'datetime');
  37788.         return $this->privates['sensio_framework_extra.converter.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener($atrue);
  37789.     }
  37790.     /**
  37791.      * Gets the private 'sensio_framework_extra.view.listener' shared service.
  37792.      *
  37793.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener
  37794.      */
  37795.     protected function getSensioFrameworkExtra_View_ListenerService()
  37796.     {
  37797.         $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))));
  37798.         $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  37799.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  37800.         ], [
  37801.             'twig' => '?',
  37802.         ]))->withContext('sensio_framework_extra.view.listener'$this));
  37803.         return $instance;
  37804.     }
  37805.     /**
  37806.      * Gets the private 'serializer.mapping.cache_warmer' shared service.
  37807.      *
  37808.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\SerializerCacheWarmer
  37809.      */
  37810.     protected function getSerializer_Mapping_CacheWarmerService()
  37811.     {
  37812.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  37813.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  37814.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/SerializerCacheWarmer.php';
  37815.         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'));
  37816.     }
  37817.     /**
  37818.      * Gets the private 'serializer.mapping.class_metadata_factory' shared service.
  37819.      *
  37820.      * @return \Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactory
  37821.      */
  37822.     protected function getSerializer_Mapping_ClassMetadataFactoryService()
  37823.     {
  37824.         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()))]));
  37825.     }
  37826.     /**
  37827.      * Gets the private 'session.factory' shared service.
  37828.      *
  37829.      * @return \Symfony\Component\HttpFoundation\Session\SessionFactory
  37830.      */
  37831.     protected function getSession_FactoryService()
  37832.     {
  37833.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionFactoryInterface.php';
  37834.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionFactory.php';
  37835.         $a = ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  37836.         if (isset($this->privates['session.factory'])) {
  37837.             return $this->privates['session.factory'];
  37838.         }
  37839.         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']);
  37840.     }
  37841.     /**
  37842.      * Gets the private 'session.storage.factory.native' shared service.
  37843.      *
  37844.      * @return \Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorageFactory
  37845.      */
  37846.     protected function getSession_Storage_Factory_NativeService()
  37847.     {
  37848.         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);
  37849.     }
  37850.     /**
  37851.      * Gets the private 'session_listener' shared service.
  37852.      *
  37853.      * @return \Symfony\Component\HttpKernel\EventListener\SessionListener
  37854.      */
  37855.     protected function getSessionListenerService()
  37856.     {
  37857.         return $this->privates['session_listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  37858.             'initialized_session' => ['services''.container.private.session'NULLfalse],
  37859.             'logger' => ['privates''monolog.logger''getMonolog_LoggerService'false],
  37860.             'session' => ['services''.container.private.session''get_Container_Private_SessionService'false],
  37861.             'session_collector' => ['privates''data_collector.request.session_collector''getDataCollector_Request_SessionCollectorService'false],
  37862.             'session_factory' => ['privates''session.factory''getSession_FactoryService'false],
  37863.         ], [
  37864.             'initialized_session' => '?',
  37865.             'logger' => '?',
  37866.             'session' => '?',
  37867.             'session_collector' => '?',
  37868.             'session_factory' => '?',
  37869.         ]), true$this->parameters['session.storage.options']);
  37870.     }
  37871.     /**
  37872.      * Gets the private 'shopware.api.authorization_server' shared service.
  37873.      *
  37874.      * @return \League\OAuth2\Server\AuthorizationServer
  37875.      */
  37876.     protected function getShopware_Api_AuthorizationServerService()
  37877.     {
  37878.         $a = ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService());
  37879.         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 () {
  37880.             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()));
  37881.             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()));
  37882.             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()));
  37883.         }, 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'));
  37884.     }
  37885.     /**
  37886.      * Gets the private 'shopware.app_system.guzzle' shared service.
  37887.      *
  37888.      * @return \GuzzleHttp\Client
  37889.      */
  37890.     protected function getShopware_AppSystem_GuzzleService($lazyLoad true)
  37891.     {
  37892.         if ($lazyLoad) {
  37893.             return $this->privates['shopware.app_system.guzzle'] = $this->createProxy('Client_b190fb5', function () {
  37894.                 return \Client_b190fb5::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  37895.                     $wrappedInstance $this->getShopware_AppSystem_GuzzleService(false);
  37896.                     $proxy->setProxyInitializer(null);
  37897.                     return true;
  37898.                 });
  37899.             });
  37900.         }
  37901.         include_once \dirname(__DIR__4).'/vendor/guzzlehttp/guzzle/src/HandlerStack.php';
  37902.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Hmac/Guzzle/AuthMiddleware.php';
  37903.         $a = \GuzzleHttp\HandlerStack::create();
  37904.         $a->push(new \Shopware\Core\Framework\App\Hmac\Guzzle\AuthMiddleware('6.4.20.2', ($this->services['Shopware\\Core\\Framework\\App\\AppLocaleProvider'] ?? $this->getAppLocaleProviderService())));
  37905.         return new \GuzzleHttp\Client(['timeout' => 5'connect_timeout' => 1'handler' => $a]);
  37906.     }
  37907.     /**
  37908.      * Gets the private 'shopware.asset.asset' shared service.
  37909.      *
  37910.      * @return \Shopware\Core\Framework\Adapter\Asset\FallbackUrlPackage
  37911.      */
  37912.     protected function getShopware_Asset_AssetService()
  37913.     {
  37914.         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()));
  37915.     }
  37916.     /**
  37917.      * Gets the private 'shopware.asset.asset.version_strategy' shared service.
  37918.      *
  37919.      * @return \Shopware\Core\Framework\Adapter\Asset\FlysystemLastModifiedVersionStrategy
  37920.      */
  37921.     protected function getShopware_Asset_Asset_VersionStrategyService()
  37922.     {
  37923.         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()));
  37924.     }
  37925.     /**
  37926.      * Gets the private 'shopware.asset.public' shared service.
  37927.      *
  37928.      * @return \Shopware\Core\Framework\Adapter\Asset\FallbackUrlPackage
  37929.      */
  37930.     protected function getShopware_Asset_PublicService()
  37931.     {
  37932.         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())));
  37933.     }
  37934.     /**
  37935.      * Gets the private 'shopware.asset.sitemap' shared service.
  37936.      *
  37937.      * @return \Shopware\Core\Framework\Adapter\Asset\FallbackUrlPackage
  37938.      */
  37939.     protected function getShopware_Asset_SitemapService()
  37940.     {
  37941.         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())));
  37942.     }
  37943.     /**
  37944.      * Gets the private 'shopware.asset.theme' shared service.
  37945.      *
  37946.      * @return \Shopware\Storefront\Theme\ThemeAssetPackage
  37947.      */
  37948.     protected function getShopware_Asset_ThemeService()
  37949.     {
  37950.         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())));
  37951.     }
  37952.     /**
  37953.      * Gets the private 'shopware.elasticsearch.logger' shared service.
  37954.      *
  37955.      * @return \Psr\Log\LoggerInterface
  37956.      */
  37957.     protected function getShopware_Elasticsearch_LoggerService()
  37958.     {
  37959.         return $this->privates['shopware.elasticsearch.logger'] = (new \Shopware\Core\Framework\Log\LoggerFactory((\dirname(__DIR__3).'/log/%s_dev.log'), 14))->createRotating('elasticsearch'90100);
  37960.     }
  37961.     /**
  37962.      * Gets the private 'shopware.es.profiled.adminClient.inner' shared service.
  37963.      *
  37964.      * @return \Elasticsearch\Client
  37965.      */
  37966.     protected function getShopware_Es_Profiled_AdminClient_InnerService($lazyLoad true)
  37967.     {
  37968.         if ($lazyLoad) {
  37969.             return $this->privates['shopware.es.profiled.adminClient.inner'] = $this->createProxy('Client_dba3ed3', function () {
  37970.                 return \Client_dba3ed3::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  37971.                     $wrappedInstance $this->getShopware_Es_Profiled_AdminClient_InnerService(false);
  37972.                     $proxy->setProxyInitializer(null);
  37973.                     return true;
  37974.                 });
  37975.             });
  37976.         }
  37977.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Framework/ClientFactory.php';
  37978.         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']);
  37979.     }
  37980.     /**
  37981.      * Gets the private 'shopware.es.profiled.client.inner' shared service.
  37982.      *
  37983.      * @return \Elasticsearch\Client
  37984.      */
  37985.     protected function getShopware_Es_Profiled_Client_InnerService($lazyLoad true)
  37986.     {
  37987.         if ($lazyLoad) {
  37988.             return $this->privates['shopware.es.profiled.client.inner'] = $this->createProxy('Client_dba3ed3', function () {
  37989.                 return \Client_dba3ed3::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  37990.                     $wrappedInstance $this->getShopware_Es_Profiled_Client_InnerService(false);
  37991.                     $proxy->setProxyInitializer(null);
  37992.                     return true;
  37993.                 });
  37994.             });
  37995.         }
  37996.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Framework/ClientFactory.php';
  37997.         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']);
  37998.     }
  37999.     /**
  38000.      * Gets the private 'shopware.increment.message_queue.gateway.mysql' shared service.
  38001.      *
  38002.      * @return \Shopware\Core\Framework\Increment\MySQLIncrementer
  38003.      */
  38004.     protected function getShopware_Increment_MessageQueue_Gateway_MysqlService()
  38005.     {
  38006.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Increment/AbstractIncrementer.php';
  38007.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Increment/MySQLIncrementer.php';
  38008.         $this->privates['shopware.increment.message_queue.gateway.mysql'] = $instance = new \Shopware\Core\Framework\Increment\MySQLIncrementer(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  38009.         $instance->setPool('message_queue');
  38010.         $instance->setConfig([]);
  38011.         return $instance;
  38012.     }
  38013.     /**
  38014.      * Gets the private 'shopware.increment.user_activity.gateway.mysql' shared service.
  38015.      *
  38016.      * @return \Shopware\Core\Framework\Increment\MySQLIncrementer
  38017.      */
  38018.     protected function getShopware_Increment_UserActivity_Gateway_MysqlService()
  38019.     {
  38020.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Increment/AbstractIncrementer.php';
  38021.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Increment/MySQLIncrementer.php';
  38022.         $this->privates['shopware.increment.user_activity.gateway.mysql'] = $instance = new \Shopware\Core\Framework\Increment\MySQLIncrementer(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  38023.         $instance->setPool('user_activity');
  38024.         $instance->setConfig([]);
  38025.         return $instance;
  38026.     }
  38027.     /**
  38028.      * Gets the private 'shopware.jwt_config' shared service.
  38029.      *
  38030.      * @return \Lcobucci\JWT\Configuration
  38031.      */
  38032.     protected function getShopware_JwtConfigService()
  38033.     {
  38034.         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')))));
  38035.     }
  38036.     /**
  38037.      * Gets the private 'shopware.rate_limiter' shared service.
  38038.      *
  38039.      * @return \Shopware\Core\Framework\RateLimiter\RateLimiter
  38040.      */
  38041.     protected function getShopware_RateLimiterService()
  38042.     {
  38043.         $this->privates['shopware.rate_limiter'] = $instance = new \Shopware\Core\Framework\RateLimiter\RateLimiter();
  38044.         $a = ($this->privates['cache.rate_limiter'] ?? $this->getCache_RateLimiterService());
  38045.         $b = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  38046.         $c = ($this->privates['lock.default.factory'] ?? $this->getLock_Default_FactoryService());
  38047.         $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));
  38048.         $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));
  38049.         $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));
  38050.         $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));
  38051.         $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));
  38052.         $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));
  38053.         $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));
  38054.         $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));
  38055.         $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));
  38056.         return $instance;
  38057.     }
  38058.     /**
  38059.      * Gets the private 'slugify' shared service.
  38060.      *
  38061.      * @return \Cocur\Slugify\Slugify
  38062.      */
  38063.     protected function getSlugifyService()
  38064.     {
  38065.         return $this->privates['slugify'] = new \Cocur\Slugify\Slugify($this->parameters['shopware.slug.config']);
  38066.     }
  38067.     /**
  38068.      * Gets the private 'translation.extractor' shared service.
  38069.      *
  38070.      * @return \Symfony\Component\Translation\Extractor\ChainExtractor
  38071.      */
  38072.     protected function getTranslation_ExtractorService()
  38073.     {
  38074.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/ExtractorInterface.php';
  38075.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/ChainExtractor.php';
  38076.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/AbstractFileExtractor.php';
  38077.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/PhpExtractor.php';
  38078.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Translation/TwigExtractor.php';
  38079.         $this->privates['translation.extractor'] = $instance = new \Symfony\Component\Translation\Extractor\ChainExtractor();
  38080.         $instance->addExtractor('php', new \Symfony\Component\Translation\Extractor\PhpExtractor());
  38081.         $instance->addExtractor('twig', new \Symfony\Bridge\Twig\Translation\TwigExtractor(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService())));
  38082.         return $instance;
  38083.     }
  38084.     /**
  38085.      * Gets the private 'translation.loader.csv' shared service.
  38086.      *
  38087.      * @return \Symfony\Component\Translation\Loader\CsvFileLoader
  38088.      */
  38089.     protected function getTranslation_Loader_CsvService()
  38090.     {
  38091.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  38092.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  38093.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  38094.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/CsvFileLoader.php';
  38095.         return $this->privates['translation.loader.csv'] = new \Symfony\Component\Translation\Loader\CsvFileLoader();
  38096.     }
  38097.     /**
  38098.      * Gets the private 'translation.loader.dat' shared service.
  38099.      *
  38100.      * @return \Symfony\Component\Translation\Loader\IcuDatFileLoader
  38101.      */
  38102.     protected function getTranslation_Loader_DatService()
  38103.     {
  38104.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  38105.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  38106.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuDatFileLoader.php';
  38107.         return $this->privates['translation.loader.dat'] = new \Symfony\Component\Translation\Loader\IcuDatFileLoader();
  38108.     }
  38109.     /**
  38110.      * Gets the private 'translation.loader.ini' shared service.
  38111.      *
  38112.      * @return \Symfony\Component\Translation\Loader\IniFileLoader
  38113.      */
  38114.     protected function getTranslation_Loader_IniService()
  38115.     {
  38116.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  38117.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  38118.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  38119.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IniFileLoader.php';
  38120.         return $this->privates['translation.loader.ini'] = new \Symfony\Component\Translation\Loader\IniFileLoader();
  38121.     }
  38122.     /**
  38123.      * Gets the private 'translation.loader.json' shared service.
  38124.      *
  38125.      * @return \Symfony\Component\Translation\Loader\JsonFileLoader
  38126.      */
  38127.     protected function getTranslation_Loader_JsonService()
  38128.     {
  38129.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  38130.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  38131.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  38132.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/JsonFileLoader.php';
  38133.         return $this->privates['translation.loader.json'] = new \Symfony\Component\Translation\Loader\JsonFileLoader();
  38134.     }
  38135.     /**
  38136.      * Gets the private 'translation.loader.mo' shared service.
  38137.      *
  38138.      * @return \Symfony\Component\Translation\Loader\MoFileLoader
  38139.      */
  38140.     protected function getTranslation_Loader_MoService()
  38141.     {
  38142.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  38143.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  38144.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  38145.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/MoFileLoader.php';
  38146.         return $this->privates['translation.loader.mo'] = new \Symfony\Component\Translation\Loader\MoFileLoader();
  38147.     }
  38148.     /**
  38149.      * Gets the private 'translation.loader.php' shared service.
  38150.      *
  38151.      * @return \Symfony\Component\Translation\Loader\PhpFileLoader
  38152.      */
  38153.     protected function getTranslation_Loader_PhpService()
  38154.     {
  38155.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  38156.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  38157.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  38158.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PhpFileLoader.php';
  38159.         return $this->privates['translation.loader.php'] = new \Symfony\Component\Translation\Loader\PhpFileLoader();
  38160.     }
  38161.     /**
  38162.      * Gets the private 'translation.loader.po' shared service.
  38163.      *
  38164.      * @return \Symfony\Component\Translation\Loader\PoFileLoader
  38165.      */
  38166.     protected function getTranslation_Loader_PoService()
  38167.     {
  38168.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  38169.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  38170.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  38171.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PoFileLoader.php';
  38172.         return $this->privates['translation.loader.po'] = new \Symfony\Component\Translation\Loader\PoFileLoader();
  38173.     }
  38174.     /**
  38175.      * Gets the private 'translation.loader.qt' shared service.
  38176.      *
  38177.      * @return \Symfony\Component\Translation\Loader\QtFileLoader
  38178.      */
  38179.     protected function getTranslation_Loader_QtService()
  38180.     {
  38181.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  38182.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/QtFileLoader.php';
  38183.         return $this->privates['translation.loader.qt'] = new \Symfony\Component\Translation\Loader\QtFileLoader();
  38184.     }
  38185.     /**
  38186.      * Gets the private 'translation.loader.res' shared service.
  38187.      *
  38188.      * @return \Symfony\Component\Translation\Loader\IcuResFileLoader
  38189.      */
  38190.     protected function getTranslation_Loader_ResService()
  38191.     {
  38192.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  38193.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  38194.         return $this->privates['translation.loader.res'] = new \Symfony\Component\Translation\Loader\IcuResFileLoader();
  38195.     }
  38196.     /**
  38197.      * Gets the private 'translation.loader.xliff' shared service.
  38198.      *
  38199.      * @return \Symfony\Component\Translation\Loader\XliffFileLoader
  38200.      */
  38201.     protected function getTranslation_Loader_XliffService()
  38202.     {
  38203.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  38204.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/XliffFileLoader.php';
  38205.         return $this->privates['translation.loader.xliff'] = new \Symfony\Component\Translation\Loader\XliffFileLoader();
  38206.     }
  38207.     /**
  38208.      * Gets the private 'translation.loader.yml' shared service.
  38209.      *
  38210.      * @return \Symfony\Component\Translation\Loader\YamlFileLoader
  38211.      */
  38212.     protected function getTranslation_Loader_YmlService()
  38213.     {
  38214.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  38215.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  38216.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  38217.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/YamlFileLoader.php';
  38218.         return $this->privates['translation.loader.yml'] = new \Symfony\Component\Translation\Loader\YamlFileLoader();
  38219.     }
  38220.     /**
  38221.      * Gets the private 'translation.provider_collection' shared service.
  38222.      *
  38223.      * @return \Symfony\Component\Translation\Provider\TranslationProviderCollection
  38224.      */
  38225.     protected function getTranslation_ProviderCollectionService()
  38226.     {
  38227.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Provider/TranslationProviderCollection.php';
  38228.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Provider/TranslationProviderCollectionFactory.php';
  38229.         return $this->privates['translation.provider_collection'] = (new \Symfony\Component\Translation\Provider\TranslationProviderCollectionFactory(new RewindableGenerator(function () {
  38230.             yield => (new \Symfony\Component\Translation\Provider\NullProviderFactory());
  38231.         }, 1), []))->fromConfig([]);
  38232.     }
  38233.     /**
  38234.      * Gets the private 'translation.reader' shared service.
  38235.      *
  38236.      * @return \Symfony\Component\Translation\Reader\TranslationReader
  38237.      */
  38238.     protected function getTranslation_ReaderService()
  38239.     {
  38240.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Reader/TranslationReaderInterface.php';
  38241.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Reader/TranslationReader.php';
  38242.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  38243.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  38244.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  38245.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PhpFileLoader.php';
  38246.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/YamlFileLoader.php';
  38247.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/XliffFileLoader.php';
  38248.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PoFileLoader.php';
  38249.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/MoFileLoader.php';
  38250.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/QtFileLoader.php';
  38251.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/CsvFileLoader.php';
  38252.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  38253.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuDatFileLoader.php';
  38254.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IniFileLoader.php';
  38255.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/JsonFileLoader.php';
  38256.         $this->privates['translation.reader'] = $instance = new \Symfony\Component\Translation\Reader\TranslationReader();
  38257.         $a = ($this->privates['translation.loader.yml'] ?? ($this->privates['translation.loader.yml'] = new \Symfony\Component\Translation\Loader\YamlFileLoader()));
  38258.         $b = ($this->privates['translation.loader.xliff'] ?? ($this->privates['translation.loader.xliff'] = new \Symfony\Component\Translation\Loader\XliffFileLoader()));
  38259.         $instance->addLoader('php', ($this->privates['translation.loader.php'] ?? ($this->privates['translation.loader.php'] = new \Symfony\Component\Translation\Loader\PhpFileLoader())));
  38260.         $instance->addLoader('yaml'$a);
  38261.         $instance->addLoader('yml'$a);
  38262.         $instance->addLoader('xlf'$b);
  38263.         $instance->addLoader('xliff'$b);
  38264.         $instance->addLoader('po', ($this->privates['translation.loader.po'] ?? ($this->privates['translation.loader.po'] = new \Symfony\Component\Translation\Loader\PoFileLoader())));
  38265.         $instance->addLoader('mo', ($this->privates['translation.loader.mo'] ?? ($this->privates['translation.loader.mo'] = new \Symfony\Component\Translation\Loader\MoFileLoader())));
  38266.         $instance->addLoader('ts', ($this->privates['translation.loader.qt'] ?? ($this->privates['translation.loader.qt'] = new \Symfony\Component\Translation\Loader\QtFileLoader())));
  38267.         $instance->addLoader('csv', ($this->privates['translation.loader.csv'] ?? ($this->privates['translation.loader.csv'] = new \Symfony\Component\Translation\Loader\CsvFileLoader())));
  38268.         $instance->addLoader('res', ($this->privates['translation.loader.res'] ?? ($this->privates['translation.loader.res'] = new \Symfony\Component\Translation\Loader\IcuResFileLoader())));
  38269.         $instance->addLoader('dat', ($this->privates['translation.loader.dat'] ?? ($this->privates['translation.loader.dat'] = new \Symfony\Component\Translation\Loader\IcuDatFileLoader())));
  38270.         $instance->addLoader('ini', ($this->privates['translation.loader.ini'] ?? ($this->privates['translation.loader.ini'] = new \Symfony\Component\Translation\Loader\IniFileLoader())));
  38271.         $instance->addLoader('json', ($this->privates['translation.loader.json'] ?? ($this->privates['translation.loader.json'] = new \Symfony\Component\Translation\Loader\JsonFileLoader())));
  38272.         return $instance;
  38273.     }
  38274.     /**
  38275.      * Gets the private 'translation.warmer' shared service.
  38276.      *
  38277.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\TranslationsCacheWarmer
  38278.      */
  38279.     protected function getTranslation_WarmerService()
  38280.     {
  38281.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  38282.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/TranslationsCacheWarmer.php';
  38283.         return $this->privates['translation.warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\TranslationsCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  38284.             'translator' => ['services''translator''getTranslatorService'false],
  38285.         ], [
  38286.             'translator' => '?',
  38287.         ]))->withContext('translation.warmer'$this));
  38288.     }
  38289.     /**
  38290.      * Gets the private 'translation.writer' shared service.
  38291.      *
  38292.      * @return \Symfony\Component\Translation\Writer\TranslationWriter
  38293.      */
  38294.     protected function getTranslation_WriterService()
  38295.     {
  38296.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Writer/TranslationWriterInterface.php';
  38297.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Writer/TranslationWriter.php';
  38298.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/DumperInterface.php';
  38299.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/FileDumper.php';
  38300.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/PhpFileDumper.php';
  38301.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/XliffFileDumper.php';
  38302.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/PoFileDumper.php';
  38303.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/MoFileDumper.php';
  38304.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/YamlFileDumper.php';
  38305.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/QtFileDumper.php';
  38306.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/CsvFileDumper.php';
  38307.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/IniFileDumper.php';
  38308.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/JsonFileDumper.php';
  38309.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/IcuResFileDumper.php';
  38310.         $this->privates['translation.writer'] = $instance = new \Symfony\Component\Translation\Writer\TranslationWriter();
  38311.         $instance->addDumper('php', new \Symfony\Component\Translation\Dumper\PhpFileDumper());
  38312.         $instance->addDumper('xlf', new \Symfony\Component\Translation\Dumper\XliffFileDumper());
  38313.         $instance->addDumper('po', new \Symfony\Component\Translation\Dumper\PoFileDumper());
  38314.         $instance->addDumper('mo', new \Symfony\Component\Translation\Dumper\MoFileDumper());
  38315.         $instance->addDumper('yml', new \Symfony\Component\Translation\Dumper\YamlFileDumper());
  38316.         $instance->addDumper('yaml', new \Symfony\Component\Translation\Dumper\YamlFileDumper('yaml'));
  38317.         $instance->addDumper('ts', new \Symfony\Component\Translation\Dumper\QtFileDumper());
  38318.         $instance->addDumper('csv', new \Symfony\Component\Translation\Dumper\CsvFileDumper());
  38319.         $instance->addDumper('ini', new \Symfony\Component\Translation\Dumper\IniFileDumper());
  38320.         $instance->addDumper('json', new \Symfony\Component\Translation\Dumper\JsonFileDumper());
  38321.         $instance->addDumper('res', new \Symfony\Component\Translation\Dumper\IcuResFileDumper());
  38322.         return $instance;
  38323.     }
  38324.     /**
  38325.      * Gets the private 'translator.default' shared service.
  38326.      *
  38327.      * @return \Symfony\Bundle\FrameworkBundle\Translation\Translator
  38328.      */
  38329.     protected function getTranslator_DefaultService()
  38330.     {
  38331.         $this->privates['translator.default'] = $instance = new \Symfony\Bundle\FrameworkBundle\Translation\Translator(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  38332.             'translation.loader.csv' => ['privates''translation.loader.csv''getTranslation_Loader_CsvService'false],
  38333.             'translation.loader.dat' => ['privates''translation.loader.dat''getTranslation_Loader_DatService'false],
  38334.             'translation.loader.ini' => ['privates''translation.loader.ini''getTranslation_Loader_IniService'false],
  38335.             'translation.loader.json' => ['privates''translation.loader.json''getTranslation_Loader_JsonService'false],
  38336.             'translation.loader.mo' => ['privates''translation.loader.mo''getTranslation_Loader_MoService'false],
  38337.             'translation.loader.php' => ['privates''translation.loader.php''getTranslation_Loader_PhpService'false],
  38338.             'translation.loader.po' => ['privates''translation.loader.po''getTranslation_Loader_PoService'false],
  38339.             'translation.loader.qt' => ['privates''translation.loader.qt''getTranslation_Loader_QtService'false],
  38340.             'translation.loader.res' => ['privates''translation.loader.res''getTranslation_Loader_ResService'false],
  38341.             'translation.loader.xliff' => ['privates''translation.loader.xliff''getTranslation_Loader_XliffService'false],
  38342.             'translation.loader.yml' => ['privates''translation.loader.yml''getTranslation_Loader_YmlService'false],
  38343.         ], [
  38344.             'translation.loader.csv' => '?',
  38345.             'translation.loader.dat' => '?',
  38346.             'translation.loader.ini' => '?',
  38347.             'translation.loader.json' => '?',
  38348.             'translation.loader.mo' => '?',
  38349.             'translation.loader.php' => '?',
  38350.             'translation.loader.po' => '?',
  38351.             'translation.loader.qt' => '?',
  38352.             'translation.loader.res' => '?',
  38353.             'translation.loader.xliff' => '?',
  38354.             'translation.loader.yml' => '?',
  38355.         ]), ($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/SwagLanguagePack/src/translations'), 21 => (\dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/translations'), 22 => (\dirname(__DIR__4).'/custom/plugins/SwagExtensionStore/src/translations'), 23 => (\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/SwagLanguagePack/src/translations'21 => 'custom/plugins/SwagMigrationAssistant/translations'22 => 'custom/plugins/SwagExtensionStore/src/translations'23 => 'vendor/shopware/core/Framework/Plugin/KernelPluginLoader/translations']]], []);
  38356.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  38357.         $instance->setFallbackLocales([=> 'en_GB'=> 'en']);
  38358.         return $instance;
  38359.     }
  38360.     /**
  38361.      * Gets the private 'translator.formatter.default' shared service.
  38362.      *
  38363.      * @return \Symfony\Component\Translation\Formatter\MessageFormatter
  38364.      */
  38365.     protected function getTranslator_Formatter_DefaultService()
  38366.     {
  38367.         return $this->privates['translator.formatter.default'] = new \Symfony\Component\Translation\Formatter\MessageFormatter(new \Symfony\Component\Translation\IdentityTranslator());
  38368.     }
  38369.     /**
  38370.      * Gets the private 'twig.command.debug' shared service.
  38371.      *
  38372.      * @return \Symfony\Bridge\Twig\Command\DebugCommand
  38373.      */
  38374.     protected function getTwig_Command_DebugService()
  38375.     {
  38376.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  38377.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Command/DebugCommand.php';
  38378.         $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()));
  38379.         $instance->setName('debug:twig');
  38380.         $instance->setDescription('Show a list of twig functions, filters, globals and tests');
  38381.         return $instance;
  38382.     }
  38383.     /**
  38384.      * Gets the private 'twig.command.lint' shared service.
  38385.      *
  38386.      * @return \Symfony\Bundle\TwigBundle\Command\LintCommand
  38387.      */
  38388.     protected function getTwig_Command_LintService()
  38389.     {
  38390.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  38391.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Command/LintCommand.php';
  38392.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/Command/LintCommand.php';
  38393.         $this->privates['twig.command.lint'] = $instance = new \Symfony\Bundle\TwigBundle\Command\LintCommand(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  38394.         $instance->setName('lint:twig');
  38395.         $instance->setDescription('Lint a Twig template and outputs encountered errors');
  38396.         return $instance;
  38397.     }
  38398.     /**
  38399.      * Gets the private 'twig.extension.trans' shared service.
  38400.      *
  38401.      * @return \Symfony\Bridge\Twig\Extension\TranslationExtension
  38402.      */
  38403.     protected function getTwig_Extension_TransService()
  38404.     {
  38405.         $a = ($this->services['translator'] ?? $this->getTranslatorService());
  38406.         if (isset($this->privates['twig.extension.trans'])) {
  38407.             return $this->privates['twig.extension.trans'];
  38408.         }
  38409.         return $this->privates['twig.extension.trans'] = new \Symfony\Bridge\Twig\Extension\TranslationExtension($a);
  38410.     }
  38411.     /**
  38412.      * Gets the private 'twig.loader.chain' shared service.
  38413.      *
  38414.      * @return \Twig\Loader\ChainLoader
  38415.      */
  38416.     protected function getTwig_Loader_ChainService()
  38417.     {
  38418.         $this->privates['twig.loader.chain'] = $instance = new \Twig\Loader\ChainLoader();
  38419.         $a = new \Twig\Loader\FilesystemLoader([], \dirname(__DIR__4));
  38420.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/framework-bundle/Resources/views'), 'Framework');
  38421.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/framework-bundle/Resources/views'), '!Framework');
  38422.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bundle/Resources/views'), 'Twig');
  38423.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bundle/Resources/views'), '!Twig');
  38424.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), 'Debug');
  38425.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), '!Debug');
  38426.         $a->addPath((\dirname(__DIR__4).'/vendor/enqueue/enqueue-bundle/Resources/views'), 'Enqueue');
  38427.         $a->addPath((\dirname(__DIR__4).'/vendor/enqueue/enqueue-bundle/Resources/views'), '!Enqueue');
  38428.         $a->addPath((\dirname(__DIR__4).'/vendor/shopware/core/Framework/Resources/views'), 'Framework');
  38429.         $a->addPath((\dirname(__DIR__4).'/vendor/shopware/core/Framework/Resources/views'), '!Framework');
  38430.         $a->addPath((\dirname(__DIR__4).'/vendor/shopware/administration/Resources/views'), 'Administration');
  38431.         $a->addPath((\dirname(__DIR__4).'/vendor/shopware/administration/Resources/views'), '!Administration');
  38432.         $a->addPath((\dirname(__DIR__4).'/vendor/shopware/storefront/Resources/views'), 'Storefront');
  38433.         $a->addPath((\dirname(__DIR__4).'/vendor/shopware/storefront/Resources/views'), '!Storefront');
  38434.         $a->addPath((\dirname(__DIR__4).'/vendor/shopware/elasticsearch/Resources/views'), 'Elasticsearch');
  38435.         $a->addPath((\dirname(__DIR__4).'/vendor/shopware/elasticsearch/Resources/views'), '!Elasticsearch');
  38436.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfiler');
  38437.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), '!WebProfiler');
  38438.         $a->addPath((\dirname(__DIR__4).'/vendor/shopware/core/Profiling/Resources/views'), 'Profiling');
  38439.         $a->addPath((\dirname(__DIR__4).'/vendor/shopware/core/Profiling/Resources/views'), '!Profiling');
  38440.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Resources/views'), 'SwagMigrationAssistant');
  38441.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Resources/views'), '!SwagMigrationAssistant');
  38442.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), 'email');
  38443.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), '!email');
  38444.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/framework-bundle/Resources/views'));
  38445.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/framework-bundle/Resources/views'), 'FrameworkBundle');
  38446.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/framework-bundle/Resources'), 'FrameworkBundle');
  38447.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/monolog-bundle/Resources'), 'MonologBundle');
  38448.         $a->addPath((\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Resources'), 'SensioFrameworkExtraBundle');
  38449.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bundle/Resources/views'));
  38450.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bundle/Resources/views'), 'TwigBundle');
  38451.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bundle/Resources'), 'TwigBundle');
  38452.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'));
  38453.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), 'DebugBundle');
  38454.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources'), 'DebugBundle');
  38455.         $a->addPath((\dirname(__DIR__4).'/vendor/enqueue/enqueue-bundle/Resources/views'));
  38456.         $a->addPath((\dirname(__DIR__4).'/vendor/enqueue/enqueue-bundle/Resources/views'), 'EnqueueBundle');
  38457.         $a->addPath((\dirname(__DIR__4).'/vendor/enqueue/enqueue-bundle/Resources'), 'EnqueueBundle');
  38458.         $a->addPath((\dirname(__DIR__4).'/vendor/sroze/messenger-enqueue-transport/Bundle/Resources'), 'EnqueueAdapterBundle');
  38459.         $a->addPath((\dirname(__DIR__4).'/vendor/shopware/core/Framework/Resources/views'));
  38460.         $a->addPath((\dirname(__DIR__4).'/vendor/shopware/core/Framework/Resources/views'), 'Framework');
  38461.         $a->addPath((\dirname(__DIR__4).'/vendor/shopware/core/Framework/Resources'), 'Framework');
  38462.         $a->addPath((\dirname(__DIR__4).'/vendor/shopware/core/System/Resources'), 'System');
  38463.         $a->addPath((\dirname(__DIR__4).'/vendor/shopware/core/Content/Resources'), 'Content');
  38464.         $a->addPath((\dirname(__DIR__4).'/vendor/shopware/core/Checkout/Resources'), 'Checkout');
  38465.         $a->addPath((\dirname(__DIR__4).'/vendor/shopware/administration/Resources/views'));
  38466.         $a->addPath((\dirname(__DIR__4).'/vendor/shopware/administration/Resources/views'), 'Administration');
  38467.         $a->addPath((\dirname(__DIR__4).'/vendor/shopware/administration/Resources'), 'Administration');
  38468.         $a->addPath((\dirname(__DIR__4).'/vendor/shopware/storefront/Resources/views'));
  38469.         $a->addPath((\dirname(__DIR__4).'/vendor/shopware/storefront/Resources/views'), 'Storefront');
  38470.         $a->addPath((\dirname(__DIR__4).'/vendor/shopware/storefront/Resources/views/../app/storefront/dist'), 'Storefront');
  38471.         $a->addPath((\dirname(__DIR__4).'/vendor/shopware/storefront/Resources'), 'Storefront');
  38472.         $a->addPath((\dirname(__DIR__4).'/vendor/shopware/elasticsearch/Resources/views'));
  38473.         $a->addPath((\dirname(__DIR__4).'/vendor/shopware/elasticsearch/Resources/views'), 'Elasticsearch');
  38474.         $a->addPath((\dirname(__DIR__4).'/vendor/shopware/elasticsearch/Resources'), 'Elasticsearch');
  38475.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'));
  38476.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfilerBundle');
  38477.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources'), 'WebProfilerBundle');
  38478.         $a->addPath((\dirname(__DIR__4).'/vendor/shopware/core/Profiling/Resources/views'));
  38479.         $a->addPath((\dirname(__DIR__4).'/vendor/shopware/core/Profiling/Resources/views'), 'Profiling');
  38480.         $a->addPath((\dirname(__DIR__4).'/vendor/shopware/core/Profiling/Resources'), 'Profiling');
  38481.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/SwagLanguagePack/src/Resources'), 'SwagLanguagePack');
  38482.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Resources/views'));
  38483.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Resources/views'), 'SwagMigrationAssistant');
  38484.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Resources'), 'SwagMigrationAssistant');
  38485.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/SwagExtensionStore/src/Resources'), 'SwagExtensionStore');
  38486.         $instance->addLoader(($this->privates['Shopware\\Core\\Framework\\Adapter\\Twig\\EntityTemplateLoader'] ?? $this->getEntityTemplateLoaderService()));
  38487.         $instance->addLoader($a);
  38488.         return $instance;
  38489.     }
  38490.     /**
  38491.      * Gets the private 'twig.mailer.message_listener' shared service.
  38492.      *
  38493.      * @return \Symfony\Component\Mailer\EventListener\MessageListener
  38494.      */
  38495.     protected function getTwig_Mailer_MessageListenerService()
  38496.     {
  38497.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/EventListener/MessageListener.php';
  38498.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/BodyRendererInterface.php';
  38499.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Mime/BodyRenderer.php';
  38500.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  38501.         if (isset($this->privates['twig.mailer.message_listener'])) {
  38502.             return $this->privates['twig.mailer.message_listener'];
  38503.         }
  38504.         return $this->privates['twig.mailer.message_listener'] = new \Symfony\Component\Mailer\EventListener\MessageListener(NULL, new \Symfony\Bridge\Twig\Mime\BodyRenderer($a));
  38505.     }
  38506.     /**
  38507.      * Gets the private 'twig.runtime.httpkernel' shared service.
  38508.      *
  38509.      * @return \Symfony\Bridge\Twig\Extension\HttpKernelRuntime
  38510.      */
  38511.     protected function getTwig_Runtime_HttpkernelService()
  38512.     {
  38513.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelRuntime.php';
  38514.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentHandler.php';
  38515.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DependencyInjection/LazyLoadingFragmentHandler.php';
  38516.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentUriGeneratorInterface.php';
  38517.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentUriGenerator.php';
  38518.         $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  38519.         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, [
  38520.             'esi' => ['privates''fragment.renderer.esi''getFragment_Renderer_EsiService'false],
  38521.             'hinclude' => ['privates''fragment.renderer.hinclude''getFragment_Renderer_HincludeService'false],
  38522.             'inline' => ['privates''fragment.renderer.inline''getFragment_Renderer_InlineService'false],
  38523.         ], [
  38524.             'esi' => '?',
  38525.             'hinclude' => '?',
  38526.             'inline' => '?',
  38527.         ]), $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));
  38528.     }
  38529.     /**
  38530.      * Gets the private 'twig.runtime.security_csrf' shared service.
  38531.      *
  38532.      * @return \Symfony\Bridge\Twig\Extension\CsrfRuntime
  38533.      */
  38534.     protected function getTwig_Runtime_SecurityCsrfService()
  38535.     {
  38536.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CsrfRuntime.php';
  38537.         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()));
  38538.     }
  38539.     /**
  38540.      * Gets the private 'twig.runtime.serializer' shared service.
  38541.      *
  38542.      * @return \Symfony\Bridge\Twig\Extension\SerializerRuntime
  38543.      */
  38544.     protected function getTwig_Runtime_SerializerService()
  38545.     {
  38546.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  38547.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SerializerRuntime.php';
  38548.         return $this->privates['twig.runtime.serializer'] = new \Symfony\Bridge\Twig\Extension\SerializerRuntime(($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()));
  38549.     }
  38550.     /**
  38551.      * Gets the private 'validator.builder' shared service.
  38552.      *
  38553.      * @return \Symfony\Component\Validator\ValidatorBuilder
  38554.      */
  38555.     protected function getValidator_BuilderService()
  38556.     {
  38557.         $this->privates['validator.builder'] = $instance = \Symfony\Component\Validator\Validation::createValidatorBuilder();
  38558.         $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  38559.         $instance->setConstraintValidatorFactory(new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  38560.             'Shopware\\Core\\Checkout\\Customer\\Validation\\Constraint\\CustomerEmailUniqueValidator' => ['privates''Shopware\\Core\\Checkout\\Customer\\Validation\\Constraint\\CustomerEmailUniqueValidator''getCustomerEmailUniqueValidatorService'false],
  38561.             'Shopware\\Core\\Checkout\\Customer\\Validation\\Constraint\\CustomerPasswordMatchesValidator' => ['privates''Shopware\\Core\\Checkout\\Customer\\Validation\\Constraint\\CustomerPasswordMatchesValidator''getCustomerPasswordMatchesValidatorService'false],
  38562.             'Shopware\\Core\\Checkout\\Customer\\Validation\\Constraint\\CustomerVatIdentificationValidator' => ['privates''Shopware\\Core\\Checkout\\Customer\\Validation\\Constraint\\CustomerVatIdentificationValidator''getCustomerVatIdentificationValidatorService'false],
  38563.             'Shopware\\Core\\Checkout\\Customer\\Validation\\Constraint\\CustomerZipCodeValidator' => ['privates''Shopware\\Core\\Checkout\\Customer\\Validation\\Constraint\\CustomerZipCodeValidator''getCustomerZipCodeValidatorService'false],
  38564.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\Validation\\EntityExistsValidator' => ['privates''Shopware\\Core\\Framework\\DataAbstractionLayer\\Validation\\EntityExistsValidator''getEntityExistsValidatorService'false],
  38565.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\Validation\\EntityNotExistsValidator' => ['privates''Shopware\\Core\\Framework\\DataAbstractionLayer\\Validation\\EntityNotExistsValidator''getEntityNotExistsValidatorService'false],
  38566.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates''validator.email''getValidator_EmailService'false],
  38567.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates''validator.expression''getValidator_ExpressionService'false],
  38568.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => ['privates''validator.not_compromised_password''getValidator_NotCompromisedPasswordService'false],
  38569.             'validator.expression' => ['privates''validator.expression''getValidator_ExpressionService'false],
  38570.         ], [
  38571.             'Shopware\\Core\\Checkout\\Customer\\Validation\\Constraint\\CustomerEmailUniqueValidator' => '?',
  38572.             'Shopware\\Core\\Checkout\\Customer\\Validation\\Constraint\\CustomerPasswordMatchesValidator' => '?',
  38573.             'Shopware\\Core\\Checkout\\Customer\\Validation\\Constraint\\CustomerVatIdentificationValidator' => '?',
  38574.             'Shopware\\Core\\Checkout\\Customer\\Validation\\Constraint\\CustomerZipCodeValidator' => '?',
  38575.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\Validation\\EntityExistsValidator' => '?',
  38576.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\Validation\\EntityNotExistsValidator' => '?',
  38577.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => '?',
  38578.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => '?',
  38579.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => '?',
  38580.             'validator.expression' => '?',
  38581.         ])));
  38582.         if ($this->has('translator')) {
  38583.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()));
  38584.         }
  38585.         $instance->setTranslationDomain('validators');
  38586.         $instance->enableAnnotationMapping(true);
  38587.         $instance->setDoctrineAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  38588.         $instance->addMethodMapping('loadValidatorMetadata');
  38589.         $instance->addObjectInitializers([]);
  38590.         $instance->addLoader(new \Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader($a$a$aNULL));
  38591.         return $instance;
  38592.     }
  38593.     /**
  38594.      * Gets the private 'validator.email' shared service.
  38595.      *
  38596.      * @return \Symfony\Component\Validator\Constraints\EmailValidator
  38597.      */
  38598.     protected function getValidator_EmailService()
  38599.     {
  38600.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  38601.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  38602.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/EmailValidator.php';
  38603.         return $this->privates['validator.email'] = new \Symfony\Component\Validator\Constraints\EmailValidator('loose');
  38604.     }
  38605.     /**
  38606.      * Gets the private 'validator.expression' shared service.
  38607.      *
  38608.      * @return \Symfony\Component\Validator\Constraints\ExpressionValidator
  38609.      */
  38610.     protected function getValidator_ExpressionService()
  38611.     {
  38612.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  38613.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  38614.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/ExpressionValidator.php';
  38615.         return $this->privates['validator.expression'] = new \Symfony\Component\Validator\Constraints\ExpressionValidator(NULL);
  38616.     }
  38617.     /**
  38618.      * Gets the private 'validator.mapping.cache_warmer' shared service.
  38619.      *
  38620.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\ValidatorCacheWarmer
  38621.      */
  38622.     protected function getValidator_Mapping_CacheWarmerService()
  38623.     {
  38624.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  38625.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  38626.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/ValidatorCacheWarmer.php';
  38627.         return $this->privates['validator.mapping.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\ValidatorCacheWarmer(($this->privates['validator.builder'] ?? $this->getValidator_BuilderService()), ($this->targetDir.''.'/validation.php'));
  38628.     }
  38629.     /**
  38630.      * Gets the private 'validator.not_compromised_password' shared service.
  38631.      *
  38632.      * @return \Symfony\Component\Validator\Constraints\NotCompromisedPasswordValidator
  38633.      */
  38634.     protected function getValidator_NotCompromisedPasswordService()
  38635.     {
  38636.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  38637.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  38638.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/NotCompromisedPasswordValidator.php';
  38639.         return $this->privates['validator.not_compromised_password'] = new \Symfony\Component\Validator\Constraints\NotCompromisedPasswordValidator(NULL'UTF-8'trueNULL);
  38640.     }
  38641.     /**
  38642.      * Gets the private 'var_dumper.command.server_dump' shared service.
  38643.      *
  38644.      * @return \Symfony\Bundle\DebugBundle\Command\ServerDumpPlaceholderCommand
  38645.      */
  38646.     protected function getVarDumper_Command_ServerDumpService()
  38647.     {
  38648.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  38649.         include_once \dirname(__DIR__4).'/vendor/symfony/debug-bundle/Command/ServerDumpPlaceholderCommand.php';
  38650.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Server/DumpServer.php';
  38651.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/Descriptor/DumpDescriptorInterface.php';
  38652.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/Descriptor/CliDescriptor.php';
  38653.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/Descriptor/HtmlDescriptor.php';
  38654.         $a = new \Symfony\Bridge\Monolog\Logger('debug');
  38655.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  38656.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  38657.         $a->pushHandler(($this->privates['Shopware\\Core\\Framework\\Log\\Monolog\\ExcludeFlowEventHandler'] ?? $this->getExcludeFlowEventHandlerService()));
  38658.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  38659.         $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()))]);
  38660.         $instance->setName('server:dump');
  38661.         $instance->setDescription('Start a dump server that collects and displays dumps in a single place');
  38662.         return $instance;
  38663.     }
  38664.     /**
  38665.      * Gets the private 'var_dumper.contextualized_cli_dumper.inner' shared service.
  38666.      *
  38667.      * @return \Symfony\Component\VarDumper\Dumper\CliDumper
  38668.      */
  38669.     protected function getVarDumper_ContextualizedCliDumper_InnerService()
  38670.     {
  38671.         $this->privates['var_dumper.contextualized_cli_dumper.inner'] = $instance = new \Symfony\Component\VarDumper\Dumper\CliDumper(NULL'UTF-8'0);
  38672.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  38673.         return $instance;
  38674.     }
  38675.     /**
  38676.      * Gets the private 'var_dumper.html_dumper' shared service.
  38677.      *
  38678.      * @return \Symfony\Component\VarDumper\Dumper\HtmlDumper
  38679.      */
  38680.     protected function getVarDumper_HtmlDumperService()
  38681.     {
  38682.         $this->privates['var_dumper.html_dumper'] = $instance = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'0);
  38683.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  38684.         return $instance;
  38685.     }
  38686.     /**
  38687.      * Gets the private 'web_profiler.csp.handler' shared service.
  38688.      *
  38689.      * @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
  38690.      */
  38691.     protected function getWebProfiler_Csp_HandlerService()
  38692.     {
  38693.         return $this->privates['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
  38694.     }
  38695.     /**
  38696.      * Gets the private 'web_profiler.debug_toolbar' shared service.
  38697.      *
  38698.      * @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
  38699.      */
  38700.     protected function getWebProfiler_DebugToolbarService()
  38701.     {
  38702.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  38703.         if (isset($this->privates['web_profiler.debug_toolbar'])) {
  38704.             return $this->privates['web_profiler.debug_toolbar'];
  38705.         }
  38706.         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()));
  38707.     }
  38708.     /**
  38709.      * Gets the public 'cache_clearer' alias.
  38710.      *
  38711.      * @return object The ".container.private.cache_clearer" service.
  38712.      */
  38713.     protected function getCacheClearerService()
  38714.     {
  38715.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "cache_clearer" service directly from the container is deprecated, use dependency injection instead.');
  38716.         return $this->get('.container.private.cache_clearer');
  38717.     }
  38718.     /**
  38719.      * Gets the public 'filesystem' alias.
  38720.      *
  38721.      * @return object The ".container.private.filesystem" service.
  38722.      */
  38723.     protected function getFilesystemService()
  38724.     {
  38725.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "filesystem" service directly from the container is deprecated, use dependency injection instead.');
  38726.         return $this->get('.container.private.filesystem');
  38727.     }
  38728.     /**
  38729.      * Gets the public 'serializer' alias.
  38730.      *
  38731.      * @return object The ".container.private.serializer" service.
  38732.      */
  38733.     protected function getSerializerService()
  38734.     {
  38735.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "serializer" service directly from the container is deprecated, use dependency injection instead.');
  38736.         return $this->get('.container.private.serializer');
  38737.     }
  38738.     /**
  38739.      * Gets the public 'security.csrf.token_manager' alias.
  38740.      *
  38741.      * @return object The ".container.private.security.csrf.token_manager" service.
  38742.      */
  38743.     protected function getSecurity_Csrf_TokenManagerService()
  38744.     {
  38745.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "security.csrf.token_manager" service directly from the container is deprecated, use dependency injection instead.');
  38746.         return $this->get('.container.private.security.csrf.token_manager');
  38747.     }
  38748.     /**
  38749.      * Gets the public 'profiler' alias.
  38750.      *
  38751.      * @return object The ".container.private.profiler" service.
  38752.      */
  38753.     protected function getProfiler2Service()
  38754.     {
  38755.         trigger_deprecation('symfony/framework-bundle''5.4''Accessing the "profiler" service directly from the container is deprecated, use dependency injection instead.');
  38756.         return $this->get('.container.private.profiler');
  38757.     }
  38758.     /**
  38759.      * Gets the public 'twig' alias.
  38760.      *
  38761.      * @return object The ".container.private.twig" service.
  38762.      */
  38763.     protected function getTwigService()
  38764.     {
  38765.         trigger_deprecation('symfony/twig-bundle''5.2''Accessing the "twig" service directly from the container is deprecated, use dependency injection instead.');
  38766.         return $this->get('.container.private.twig');
  38767.     }
  38768.     /**
  38769.      * Gets the public 'session' alias.
  38770.      *
  38771.      * @return object The ".container.private.session" service.
  38772.      */
  38773.     protected function getSessionService()
  38774.     {
  38775.         trigger_deprecation('symfony/framework-bundle''5.3''Accessing the "session" service directly from the container is deprecated, use dependency injection instead.');
  38776.         return $this->get('.container.private.session');
  38777.     }
  38778.     /**
  38779.      * Gets the public 'validator' alias.
  38780.      *
  38781.      * @return object The ".container.private.validator" service.
  38782.      */
  38783.     protected function getValidatorService()
  38784.     {
  38785.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "validator" service directly from the container is deprecated, use dependency injection instead.');
  38786.         return $this->get('.container.private.validator');
  38787.     }
  38788.     /**
  38789.      * @return array|bool|float|int|string|\UnitEnum|null
  38790.      */
  38791.     public function getParameter(string $name)
  38792.     {
  38793.         if (isset($this->buildParameters[$name])) {
  38794.             return $this->buildParameters[$name];
  38795.         }
  38796.         if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters))) {
  38797.             throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.'$name));
  38798.         }
  38799.         if (isset($this->loadedDynamicParameters[$name])) {
  38800.             return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  38801.         }
  38802.         return $this->parameters[$name];
  38803.     }
  38804.     public function hasParameter(string $name): bool
  38805.     {
  38806.         if (isset($this->buildParameters[$name])) {
  38807.             return true;
  38808.         }
  38809.         return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters);
  38810.     }
  38811.     public function setParameter(string $name$value): void
  38812.     {
  38813.         throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
  38814.     }
  38815.     public function getParameterBag(): ParameterBagInterface
  38816.     {
  38817.         if (null === $this->parameterBag) {
  38818.             $parameters $this->parameters;
  38819.             foreach ($this->loadedDynamicParameters as $name => $loaded) {
  38820.                 $parameters[$name] = $loaded $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  38821.             }
  38822.             foreach ($this->buildParameters as $name => $value) {
  38823.                 $parameters[$name] = $value;
  38824.             }
  38825.             $this->parameterBag = new FrozenParameterBag($parameters);
  38826.         }
  38827.         return $this->parameterBag;
  38828.     }
  38829.     private $loadedDynamicParameters = [
  38830.         'kernel.runtime_environment' => false,
  38831.         'kernel.build_dir' => false,
  38832.         'kernel.cache_dir' => false,
  38833.         'APP_URL' => false,
  38834.         'shopware.routing.registered_api_prefixes' => false,
  38835.         'shopware.dbal.time_zone_support_enabled' => false,
  38836.         'shopware.dbal.token_minimum_length' => false,
  38837.         'instance_id' => false,
  38838.         'shopware_administration.path_name' => false,
  38839.         'shopware.http.cache.enabled' => false,
  38840.         'shopware.http.cache.default_ttl' => false,
  38841.         'elasticsearch.enabled' => false,
  38842.         'elasticsearch.indexing_enabled' => false,
  38843.         'elasticsearch.hosts' => false,
  38844.         'elasticsearch.index_prefix' => false,
  38845.         'shopware.cdn.strategy' => false,
  38846.         'kernel.secret' => false,
  38847.         'debug.container.dump' => false,
  38848.         'serializer.mapping.cache.file' => false,
  38849.         'validator.mapping.cache.file' => false,
  38850.         'profiler.storage.dsn' => false,
  38851.         'shopware.cdn' => false,
  38852.         'shopware.deployment' => false,
  38853.         'shopware.deployment.blue_green' => false,
  38854.         'shopware.html_sanitizer' => false,
  38855.         'shopware.html_sanitizer.cache_dir' => false,
  38856.         'shopware.cache' => false,
  38857.         'shopware.cache.redis_prefix' => false,
  38858.         'elasticsearch.indexing_batch_size' => false,
  38859.         'elasticsearch.throw_exception' => false,
  38860.         'elasticsearch.administration' => false,
  38861.         'elasticsearch.administration.hosts' => false,
  38862.         'elasticsearch.administration.enabled' => false,
  38863.         'elasticsearch.administration.refresh_indices' => false,
  38864.         'elasticsearch.administration.index_prefix' => false,
  38865.     ];
  38866.     private $dynamicParameters = [];
  38867.     private function getDynamicParameter(string $name)
  38868.     {
  38869.         switch ($name) {
  38870.             case 'kernel.runtime_environment'$value $this->getEnv('default:kernel.environment:APP_RUNTIME_ENV'); break;
  38871.             case 'kernel.build_dir'$value $this->targetDir.''; break;
  38872.             case 'kernel.cache_dir'$value $this->targetDir.''; break;
  38873.             case 'APP_URL'$value $this->getEnv('string:APP_URL'); break;
  38874.             case 'shopware.routing.registered_api_prefixes'$value = [
  38875.                 => '_wdt',
  38876.                 => '_profiler',
  38877.                 => '_error',
  38878.                 => 'api',
  38879.                 => 'sw-domain-hash.html',
  38880.                 => 'store-api',
  38881.                 => $this->getEnv('resolve:SHOPWARE_ADMINISTRATION_PATH_NAME'),
  38882.                 => 'api',
  38883.             ]; break;
  38884.             case 'shopware.dbal.time_zone_support_enabled'$value $this->getEnv('bool:SHOPWARE_DBAL_TIMEZONE_SUPPORT_ENABLED'); break;
  38885.             case 'shopware.dbal.token_minimum_length'$value $this->getEnv('int:SHOPWARE_DBAL_TOKEN_MINIMUM_LENGTH'); break;
  38886.             case 'instance_id'$value $this->getEnv('INSTANCE_ID'); break;
  38887.             case 'shopware_administration.path_name'$value $this->getEnv('resolve:SHOPWARE_ADMINISTRATION_PATH_NAME'); break;
  38888.             case 'shopware.http.cache.enabled'$value $this->getEnv('default:shopware_http_cache_enabled_default:SHOPWARE_HTTP_CACHE_ENABLED'); break;
  38889.             case 'shopware.http.cache.default_ttl'$value $this->getEnv('default:shopware_http_cache_default_ttl_default:SHOPWARE_HTTP_DEFAULT_TTL'); break;
  38890.             case 'elasticsearch.enabled'$value $this->getEnv('bool:default:default_whitespace:SHOPWARE_ES_ENABLED'); break;
  38891.             case 'elasticsearch.indexing_enabled'$value $this->getEnv('bool:default:default_whitespace:SHOPWARE_ES_INDEXING_ENABLED'); break;
  38892.             case 'elasticsearch.hosts'$value $this->getEnv('string:default:default_whitespace:SHOPWARE_ES_HOSTS'); break;
  38893.             case 'elasticsearch.index_prefix'$value $this->getEnv('string:default:default_elasticsearch_prefix:SHOPWARE_ES_INDEX_PREFIX'); break;
  38894.             case 'shopware.cdn.strategy'$value $this->getEnv('default:default_cdn_strategy:SHOPWARE_CDN_STRATEGY_DEFAULT'); break;
  38895.             case 'kernel.secret'$value $this->getEnv('APP_SECRET'); break;
  38896.             case 'debug.container.dump'$value = ($this->targetDir.''.'/Shopware_Core_KernelDevDebugContainer.xml'); break;
  38897.             case 'serializer.mapping.cache.file'$value = ($this->targetDir.''.'/serialization.php'); break;
  38898.             case 'validator.mapping.cache.file'$value = ($this->targetDir.''.'/validation.php'); break;
  38899.             case 'profiler.storage.dsn'$value = ('file:'.$this->targetDir.''.'/profiler'); break;
  38900.             case 'shopware.cdn'$value = [
  38901.                 'url' => '',
  38902.                 'strategy' => $this->getEnv('string:default:default_cdn_strategy:SHOPWARE_CDN_STRATEGY_DEFAULT'),
  38903.             ]; break;
  38904.             case 'shopware.deployment'$value = [
  38905.                 'blue_green' => $this->getEnv('bool:default:defaults_bool_true:BLUE_GREEN_DEPLOYMENT'),
  38906.             ]; break;
  38907.             case 'shopware.deployment.blue_green'$value $this->getEnv('bool:default:defaults_bool_true:BLUE_GREEN_DEPLOYMENT'); break;
  38908.             case 'shopware.html_sanitizer'$value = [
  38909.                 'cache_dir' => $this->targetDir.'',
  38910.                 'cache_enabled' => true,
  38911.                 'sets' => [
  38912.                     'basic' => [
  38913.                         'tags' => [
  38914.                             => 'a',
  38915.                             => 'abbr',
  38916.                             => 'acronym',
  38917.                             => 'address',
  38918.                             => 'b',
  38919.                             => 'bdo',
  38920.                             => 'big',
  38921.                             => 'blockquote',
  38922.                             => 'br',
  38923.                             => 'caption',
  38924.                             10 => 'center',
  38925.                             11 => 'cite',
  38926.                             12 => 'code',
  38927.                             13 => 'col',
  38928.                             14 => 'colgroup',
  38929.                             15 => 'dd',
  38930.                             16 => 'del',
  38931.                             17 => 'dfn',
  38932.                             18 => 'dir',
  38933.                             19 => 'div',
  38934.                             20 => 'dl',
  38935.                             21 => 'dt',
  38936.                             22 => 'em',
  38937.                             23 => 'font',
  38938.                             24 => 'h1',
  38939.                             25 => 'h2',
  38940.                             26 => 'h3',
  38941.                             27 => 'h4',
  38942.                             28 => 'h5',
  38943.                             29 => 'h6',
  38944.                             30 => 'hr',
  38945.                             31 => 'i',
  38946.                             32 => 'ins',
  38947.                             33 => 'kbd',
  38948.                             34 => 'li',
  38949.                             35 => 'menu',
  38950.                             36 => 'ol',
  38951.                             37 => 'p',
  38952.                             38 => 'pre',
  38953.                             39 => 'q',
  38954.                             40 => 's',
  38955.                             41 => 'samp',
  38956.                             42 => 'small',
  38957.                             43 => 'span',
  38958.                             44 => 'strike',
  38959.                             45 => 'strong',
  38960.                             46 => 'sub',
  38961.                             47 => 'sup',
  38962.                             48 => 'table',
  38963.                             49 => 'tbody',
  38964.                             50 => 'td',
  38965.                             51 => 'tfoot',
  38966.                             52 => 'th',
  38967.                             53 => 'thead',
  38968.                             54 => 'tr',
  38969.                             55 => 'tt',
  38970.                             56 => 'u',
  38971.                             57 => 'ul',
  38972.                             58 => 'var',
  38973.                         ],
  38974.                         'attributes' => [
  38975.                             => 'align',
  38976.                             => 'bgcolor',
  38977.                             => 'border',
  38978.                             => 'cellpadding',
  38979.                             => 'cellspacing',
  38980.                             => 'cite',
  38981.                             => 'class',
  38982.                             => 'clear',
  38983.                             => 'color',
  38984.                             => 'colspan',
  38985.                             10 => 'dir',
  38986.                             11 => 'face',
  38987.                             12 => 'frame',
  38988.                             13 => 'height',
  38989.                             14 => 'href',
  38990.                             15 => 'id',
  38991.                             16 => 'lang',
  38992.                             17 => 'name',
  38993.                             18 => 'noshade',
  38994.                             19 => 'nowrap',
  38995.                             20 => 'rel',
  38996.                             21 => 'rev',
  38997.                             22 => 'rowspan',
  38998.                             23 => 'scope',
  38999.                             24 => 'size',
  39000.                             25 => 'span',
  39001.                             26 => 'start',
  39002.                             27 => 'style',
  39003.                             28 => 'summary',
  39004.                             29 => 'title',
  39005.                             30 => 'type',
  39006.                             31 => 'valign',
  39007.                             32 => 'value',
  39008.                             33 => 'width',
  39009.                         ],
  39010.                         'options' => [
  39011.                         ],
  39012.                     ],
  39013.                     'media' => [
  39014.                         'tags' => [
  39015.                             => 'img',
  39016.                         ],
  39017.                         'attributes' => [
  39018.                             => 'src',
  39019.                             => 'alt',
  39020.                         ],
  39021.                         'options' => [
  39022.                         ],
  39023.                     ],
  39024.                     'script' => [
  39025.                         'tags' => [
  39026.                             => 'script',
  39027.                         ],
  39028.                         'options' => [
  39029.                             'HTML.Trusted' => true,
  39030.                         ],
  39031.                         'attributes' => [
  39032.                         ],
  39033.                     ],
  39034.                     'tidy' => [
  39035.                         'options' => [
  39036.                             'Output.TidyFormat' => true,
  39037.                         ],
  39038.                         'tags' => [
  39039.                         ],
  39040.                         'attributes' => [
  39041.                         ],
  39042.                     ],
  39043.                 ],
  39044.                 'fields' => [
  39045.                     'product_translation.description' => [
  39046.                         'sets' => [
  39047.                             => 'basic',
  39048.                             => 'media',
  39049.                         ],
  39050.                     ],
  39051.                     'app_cms_block.template' => [
  39052.                         'sets' => [
  39053.                             => 'basic',
  39054.                             => 'media',
  39055.                             => 'tidy',
  39056.                         ],
  39057.                     ],
  39058.                 ],
  39059.             ]; break;
  39060.             case 'shopware.html_sanitizer.cache_dir'$value $this->targetDir.''; break;
  39061.             case 'shopware.cache'$value = [
  39062.                 'redis_prefix' => $this->getEnv('REDIS_PREFIX'),
  39063.                 'invalidation' => [
  39064.                     'delay' => 0,
  39065.                     'count' => 150,
  39066.                     'http_cache' => [
  39067.                         => 'logged-in',
  39068.                         => 'cart-filled',
  39069.                     ],
  39070.                     'product_listing_route' => [
  39071.                     ],
  39072.                     'product_detail_route' => [
  39073.                     ],
  39074.                     'product_review_route' => [
  39075.                     ],
  39076.                     'product_search_route' => [
  39077.                     ],
  39078.                     'product_suggest_route' => [
  39079.                     ],
  39080.                     'product_cross_selling_route' => [
  39081.                     ],
  39082.                     'payment_method_route' => [
  39083.                     ],
  39084.                     'shipping_method_route' => [
  39085.                     ],
  39086.                     'navigation_route' => [
  39087.                     ],
  39088.                     'category_route' => [
  39089.                     ],
  39090.                     'landing_page_route' => [
  39091.                     ],
  39092.                     'language_route' => [
  39093.                     ],
  39094.                     'currency_route' => [
  39095.                     ],
  39096.                     'country_route' => [
  39097.                     ],
  39098.                     'country_state_route' => [
  39099.                     ],
  39100.                     'salutation_route' => [
  39101.                     ],
  39102.                     'sitemap_route' => [
  39103.                     ],
  39104.                 ],
  39105.             ]; break;
  39106.             case 'shopware.cache.redis_prefix'$value $this->getEnv('REDIS_PREFIX'); break;
  39107.             case 'elasticsearch.indexing_batch_size'$value $this->getEnv('int:SHOPWARE_ES_INDEXING_BATCH_SIZE'); break;
  39108.             case 'elasticsearch.throw_exception'$value $this->getEnv('string:SHOPWARE_ES_THROW_EXCEPTION'); break;
  39109.             case 'elasticsearch.administration'$value = [
  39110.                 'hosts' => $this->getEnv('string:ADMIN_OPENSEARCH_URL'),
  39111.                 'enabled' => $this->getEnv('bool:SHOPWARE_ADMIN_ES_ENABLED'),
  39112.                 'refresh_indices' => $this->getEnv('bool:SHOPWARE_ADMIN_ES_REFRESH_INDICES'),
  39113.                 'index_prefix' => $this->getEnv('string:SHOPWARE_ADMIN_ES_INDEX_PREFIX'),
  39114.                 'index_settings' => [
  39115.                     'number_of_shards' => 3,
  39116.                     'number_of_replicas' => 3,
  39117.                     'mapping.total_fields.limit' => 50000,
  39118.                     'mapping.nested_fields.limit' => 500,
  39119.                     'mapping.nested_objects.limit' => 1000000,
  39120.                 ],
  39121.                 'analysis' => [
  39122.                     'normalizer' => [
  39123.                         'sw_lowercase_normalizer' => [
  39124.                             'type' => 'custom',
  39125.                             'filter' => [
  39126.                                 => 'lowercase',
  39127.                             ],
  39128.                         ],
  39129.                     ],
  39130.                 ],
  39131.                 'dynamic_templates' => [
  39132.                     => [
  39133.                         'keywords' => [
  39134.                             'match_mapping_type' => 'string',
  39135.                             'mapping' => [
  39136.                                 'type' => 'keyword',
  39137.                                 'normalizer' => 'sw_lowercase_normalizer',
  39138.                                 'fields' => [
  39139.                                     'text' => [
  39140.                                         'type' => 'text',
  39141.                                     ],
  39142.                                 ],
  39143.                             ],
  39144.                         ],
  39145.                     ],
  39146.                 ],
  39147.             ]; break;
  39148.             case 'elasticsearch.administration.hosts'$value $this->getEnv('string:ADMIN_OPENSEARCH_URL'); break;
  39149.             case 'elasticsearch.administration.enabled'$value $this->getEnv('bool:SHOPWARE_ADMIN_ES_ENABLED'); break;
  39150.             case 'elasticsearch.administration.refresh_indices'$value $this->getEnv('bool:SHOPWARE_ADMIN_ES_REFRESH_INDICES'); break;
  39151.             case 'elasticsearch.administration.index_prefix'$value $this->getEnv('string:SHOPWARE_ADMIN_ES_INDEX_PREFIX'); break;
  39152.             default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.'$name));
  39153.         }
  39154.         $this->loadedDynamicParameters[$name] = true;
  39155.         return $this->dynamicParameters[$name] = $value;
  39156.     }
  39157.     protected function getDefaultParameters(): array
  39158.     {
  39159.         return [
  39160.             'kernel.project_dir' => \dirname(__DIR__4),
  39161.             'kernel.environment' => 'dev',
  39162.             'kernel.debug' => true,
  39163.             'kernel.logs_dir' => (\dirname(__DIR__3).'/log'),
  39164.             'kernel.bundles' => [
  39165.                 'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
  39166.                 'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
  39167.                 'SensioFrameworkExtraBundle' => 'Sensio\\Bundle\\FrameworkExtraBundle\\SensioFrameworkExtraBundle',
  39168.                 'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
  39169.                 'DebugBundle' => 'Symfony\\Bundle\\DebugBundle\\DebugBundle',
  39170.                 'EnqueueBundle' => 'Enqueue\\Bundle\\EnqueueBundle',
  39171.                 'EnqueueAdapterBundle' => 'Enqueue\\MessengerAdapter\\Bundle\\EnqueueAdapterBundle',
  39172.                 'Framework' => 'Shopware\\Core\\Framework\\Framework',
  39173.                 'System' => 'Shopware\\Core\\System\\System',
  39174.                 'Content' => 'Shopware\\Core\\Content\\Content',
  39175.                 'Checkout' => 'Shopware\\Core\\Checkout\\Checkout',
  39176.                 'Administration' => 'Shopware\\Administration\\Administration',
  39177.                 'Storefront' => 'Shopware\\Storefront\\Storefront',
  39178.                 'Elasticsearch' => 'Shopware\\Elasticsearch\\Elasticsearch',
  39179.                 'Maintenance' => 'Shopware\\Core\\Maintenance\\Maintenance',
  39180.                 'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
  39181.                 'Profiling' => 'Shopware\\Core\\Profiling\\Profiling',
  39182.                 'SwagLanguagePack' => 'Swag\\LanguagePack\\SwagLanguagePack',
  39183.                 'SwagMigrationAssistant' => 'SwagMigrationAssistant\\SwagMigrationAssistant',
  39184.                 'SwagExtensionStore' => 'SwagExtensionStore\\SwagExtensionStore',
  39185.                 'DbalKernelPluginLoader' => 'Shopware\\Core\\Framework\\Plugin\\KernelPluginLoader\\DbalKernelPluginLoader',
  39186.             ],
  39187.             'kernel.bundles_metadata' => [
  39188.                 'FrameworkBundle' => [
  39189.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle'),
  39190.                     'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
  39191.                 ],
  39192.                 'MonologBundle' => [
  39193.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle'),
  39194.                     'namespace' => 'Symfony\\Bundle\\MonologBundle',
  39195.                 ],
  39196.                 'SensioFrameworkExtraBundle' => [
  39197.                     'path' => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src'),
  39198.                     'namespace' => 'Sensio\\Bundle\\FrameworkExtraBundle',
  39199.                 ],
  39200.                 'TwigBundle' => [
  39201.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle'),
  39202.                     'namespace' => 'Symfony\\Bundle\\TwigBundle',
  39203.                 ],
  39204.                 'DebugBundle' => [
  39205.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle'),
  39206.                     'namespace' => 'Symfony\\Bundle\\DebugBundle',
  39207.                 ],
  39208.                 'EnqueueBundle' => [
  39209.                     'path' => (\dirname(__DIR__4).'/vendor/enqueue/enqueue-bundle'),
  39210.                     'namespace' => 'Enqueue\\Bundle',
  39211.                 ],
  39212.                 'EnqueueAdapterBundle' => [
  39213.                     'path' => (\dirname(__DIR__4).'/vendor/sroze/messenger-enqueue-transport/Bundle'),
  39214.                     'namespace' => 'Enqueue\\MessengerAdapter\\Bundle',
  39215.                 ],
  39216.                 'Framework' => [
  39217.                     'path' => (\dirname(__DIR__4).'/vendor/shopware/core/Framework'),
  39218.                     'namespace' => 'Shopware\\Core\\Framework',
  39219.                 ],
  39220.                 'System' => [
  39221.                     'path' => (\dirname(__DIR__4).'/vendor/shopware/core/System'),
  39222.                     'namespace' => 'Shopware\\Core\\System',
  39223.                 ],
  39224.                 'Content' => [
  39225.                     'path' => (\dirname(__DIR__4).'/vendor/shopware/core/Content'),
  39226.                     'namespace' => 'Shopware\\Core\\Content',
  39227.                 ],
  39228.                 'Checkout' => [
  39229.                     'path' => (\dirname(__DIR__4).'/vendor/shopware/core/Checkout'),
  39230.                     'namespace' => 'Shopware\\Core\\Checkout',
  39231.                 ],
  39232.                 'Administration' => [
  39233.                     'path' => (\dirname(__DIR__4).'/vendor/shopware/administration'),
  39234.                     'namespace' => 'Shopware\\Administration',
  39235.                 ],
  39236.                 'Storefront' => [
  39237.                     'path' => (\dirname(__DIR__4).'/vendor/shopware/storefront'),
  39238.                     'namespace' => 'Shopware\\Storefront',
  39239.                 ],
  39240.                 'Elasticsearch' => [
  39241.                     'path' => (\dirname(__DIR__4).'/vendor/shopware/elasticsearch'),
  39242.                     'namespace' => 'Shopware\\Elasticsearch',
  39243.                 ],
  39244.                 'Maintenance' => [
  39245.                     'path' => (\dirname(__DIR__4).'/vendor/shopware/core/Maintenance'),
  39246.                     'namespace' => 'Shopware\\Core\\Maintenance',
  39247.                 ],
  39248.                 'WebProfilerBundle' => [
  39249.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle'),
  39250.                     'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
  39251.                 ],
  39252.                 'Profiling' => [
  39253.                     'path' => (\dirname(__DIR__4).'/vendor/shopware/core/Profiling'),
  39254.                     'namespace' => 'Shopware\\Core\\Profiling',
  39255.                 ],
  39256.                 'SwagLanguagePack' => [
  39257.                     'path' => (\dirname(__DIR__4).'/custom/plugins/SwagLanguagePack/src'),
  39258.                     'namespace' => 'Swag\\LanguagePack',
  39259.                 ],
  39260.                 'SwagMigrationAssistant' => [
  39261.                     'path' => (\dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant'),
  39262.                     'namespace' => 'SwagMigrationAssistant',
  39263.                 ],
  39264.                 'SwagExtensionStore' => [
  39265.                     'path' => (\dirname(__DIR__4).'/custom/plugins/SwagExtensionStore/src'),
  39266.                     'namespace' => 'SwagExtensionStore',
  39267.                 ],
  39268.                 'DbalKernelPluginLoader' => [
  39269.                     'path' => (\dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin/KernelPluginLoader'),
  39270.                     'namespace' => 'Shopware\\Core\\Framework\\Plugin\\KernelPluginLoader',
  39271.                 ],
  39272.             ],
  39273.             'kernel.charset' => 'UTF-8',
  39274.             'kernel.container_class' => 'Shopware_Core_KernelDevDebugContainer',
  39275.             'kernel.cache.hash' => '43be4b989202fc2deb9121c5966d0acc',
  39276.             'kernel.shopware_version' => '6.4.20.2',
  39277.             'kernel.shopware_version_revision' => '42e7b9045d0300938991cc658baec742155da553',
  39278.             'kernel.shopware_core_dir' => (\dirname(__DIR__4).'/vendor/shopware/core'),
  39279.             'kernel.plugin_dir' => (\dirname(__DIR__4).'/custom/plugins'),
  39280.             'kernel.app_dir' => (\dirname(__DIR__4).'/custom/apps'),
  39281.             'kernel.active_plugins' => [
  39282.                 'Swag\\LanguagePack\\SwagLanguagePack' => [
  39283.                     'name' => 'SwagLanguagePack',
  39284.                     'path' => (\dirname(__DIR__4).'/custom/plugins/SwagLanguagePack/src'),
  39285.                     'class' => 'Swag\\LanguagePack\\SwagLanguagePack',
  39286.                 ],
  39287.                 'SwagMigrationAssistant\\SwagMigrationAssistant' => [
  39288.                     'name' => 'SwagMigrationAssistant',
  39289.                     'path' => (\dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant'),
  39290.                     'class' => 'SwagMigrationAssistant\\SwagMigrationAssistant',
  39291.                 ],
  39292.                 'SwagExtensionStore\\SwagExtensionStore' => [
  39293.                     'name' => 'SwagExtensionStore',
  39294.                     'path' => (\dirname(__DIR__4).'/custom/plugins/SwagExtensionStore/src'),
  39295.                     'class' => 'SwagExtensionStore\\SwagExtensionStore',
  39296.                 ],
  39297.             ],
  39298.             'kernel.plugin_infos' => [
  39299.                 => [
  39300.                     'name' => 'Galoppshop',
  39301.                     'baseClass' => 'Galoppshop\\Galoppshop',
  39302.                     'active' => false,
  39303.                     'path' => 'custom/plugins/Galoppshop',
  39304.                     'version' => '0.0.1',
  39305.                     'autoload' => [
  39306.                         'psr-4' => [
  39307.                             'Galoppshop\\' => 'src/',
  39308.                         ],
  39309.                     ],
  39310.                     'managedByComposer' => false,
  39311.                     'composerName' => 'wd/theme-galoppshop',
  39312.                 ],
  39313.                 => [
  39314.                     'name' => 'DreiscSet',
  39315.                     'baseClass' => 'DreiscSet\\DreiscSet',
  39316.                     'active' => false,
  39317.                     'path' => 'custom/plugins/DreiscSet',
  39318.                     'version' => '6.1.10',
  39319.                     'autoload' => [
  39320.                         'psr-4' => [
  39321.                             'DreiscSet\\' => 'src/',
  39322.                         ],
  39323.                     ],
  39324.                     'managedByComposer' => false,
  39325.                     'composerName' => 'dreisc/dreisc-set',
  39326.                 ],
  39327.                 => [
  39328.                     'name' => 'SwagLanguagePack',
  39329.                     'baseClass' => 'Swag\\LanguagePack\\SwagLanguagePack',
  39330.                     'active' => true,
  39331.                     'path' => 'custom/plugins/SwagLanguagePack',
  39332.                     'version' => '2.5.0',
  39333.                     'autoload' => [
  39334.                         'psr-4' => [
  39335.                             'Swag\\LanguagePack\\' => 'src/',
  39336.                         ],
  39337.                     ],
  39338.                     'managedByComposer' => false,
  39339.                     'composerName' => 'swag/language-pack',
  39340.                 ],
  39341.                 => [
  39342.                     'name' => 'SwagMigrationAssistant',
  39343.                     'baseClass' => 'SwagMigrationAssistant\\SwagMigrationAssistant',
  39344.                     'active' => true,
  39345.                     'path' => 'custom/plugins/SwagMigrationAssistant',
  39346.                     'version' => '4.2.5',
  39347.                     'autoload' => [
  39348.                         'psr-4' => [
  39349.                             'SwagMigrationAssistant\\' => '',
  39350.                         ],
  39351.                     ],
  39352.                     'managedByComposer' => false,
  39353.                     'composerName' => 'swag/migration-assistant',
  39354.                 ],
  39355.                 => [
  39356.                     'name' => 'SwagPayPal',
  39357.                     'baseClass' => 'Swag\\PayPal\\SwagPayPal',
  39358.                     'active' => false,
  39359.                     'path' => 'custom/plugins/SwagPayPal',
  39360.                     'version' => '6.2.0',
  39361.                     'autoload' => [
  39362.                         'psr-4' => [
  39363.                             'Swag\\PayPal\\' => 'src/',
  39364.                         ],
  39365.                     ],
  39366.                     'managedByComposer' => false,
  39367.                     'composerName' => 'swag/paypal',
  39368.                 ],
  39369.                 => [
  39370.                     'name' => 'SwagExtensionStore',
  39371.                     'baseClass' => 'SwagExtensionStore\\SwagExtensionStore',
  39372.                     'active' => true,
  39373.                     'path' => 'custom/plugins/SwagExtensionStore',
  39374.                     'version' => '1.7.0',
  39375.                     'autoload' => [
  39376.                         'psr-4' => [
  39377.                             'SwagExtensionStore\\' => 'src/',
  39378.                         ],
  39379.                     ],
  39380.                     'managedByComposer' => false,
  39381.                     'composerName' => 'swag/swag-extension-store',
  39382.                 ],
  39383.             ],
  39384.             'kernel.supported_api_versions' => [
  39385.                 => 2,
  39386.                 => 3,
  39387.                 => 4,
  39388.             ],
  39389.             'defaults_bool_true' => true,
  39390.             'defaults_bool_false' => false,
  39391.             'default_whitespace' => ' ',
  39392.             'locale' => 'en-GB',
  39393.             'messenger.default_transport_name' => 'default',
  39394.             'env(MAILER_URL)' => 'null://null',
  39395.             'env(MESSENGER_TRANSPORT_DSN)' => 'enqueue://default?receiveTimeout=100',
  39396.             'default_cdn_strategy' => 'physical_filename',
  39397.             'env(APP_URL)' => '',
  39398.             'env(REDIS_PREFIX)' => '',
  39399.             'shopware.slug.config' => [
  39400.                 'regexp' => '/([^A-Za-z0-9\\.]|-)+/',
  39401.                 'lowercase' => false,
  39402.             ],
  39403.             'core.migration.directories' => [
  39404.             ],
  39405.             'migration.active' => [
  39406.                 => 1536232600,
  39407.                 => 1536232610,
  39408.                 => 1536232620,
  39409.                 => 1536232630,
  39410.                 => 1536232640,
  39411.                 => 1536232650,
  39412.                 => 1536232660,
  39413.                 => 1536232670,
  39414.                 => 1536232680,
  39415.                 => 1536232690,
  39416.                 10 => 1536232700,
  39417.                 11 => 1536232710,
  39418.                 12 => 1536232720,
  39419.                 13 => 1536232730,
  39420.                 14 => 1536232740,
  39421.                 15 => 1536232750,
  39422.                 16 => 1536232760,
  39423.                 17 => 1536232770,
  39424.                 18 => 1536232790,
  39425.                 19 => 1536232800,
  39426.                 20 => 1536232810,
  39427.                 21 => 1536232820,
  39428.                 22 => 1536232830,
  39429.                 23 => 1536232840,
  39430.                 24 => 1536232850,
  39431.                 25 => 1536232860,
  39432.                 26 => 1536232870,
  39433.                 27 => 1536232880,
  39434.                 28 => 1536232890,
  39435.                 29 => 1536232900,
  39436.                 30 => 1536232910,
  39437.                 31 => 1536232920,
  39438.                 32 => 1536232930,
  39439.                 33 => 1536232940,
  39440.                 34 => 1536232950,
  39441.                 35 => 1536232960,
  39442.                 36 => 1536232970,
  39443.                 37 => 1536232980,
  39444.                 38 => 1536232990,
  39445.                 39 => 1536233000,
  39446.                 40 => 1536233010,
  39447.                 41 => 1536233020,
  39448.                 42 => 1536233030,
  39449.                 43 => 1536233040,
  39450.                 44 => 1536233050,
  39451.                 45 => 1536233060,
  39452.                 46 => 1536233070,
  39453.                 47 => 1536233080,
  39454.                 48 => 1536233090,
  39455.                 49 => 1536233100,
  39456.                 50 => 1536233110,
  39457.                 51 => 1536233120,
  39458.                 52 => 1536233130,
  39459.                 53 => 1536233140,
  39460.                 54 => 1536233150,
  39461.                 55 => 1536233160,
  39462.                 56 => 1536233170,
  39463.                 57 => 1536233180,
  39464.                 58 => 1536233190,
  39465.                 59 => 1536233200,
  39466.                 60 => 1536233210,
  39467.                 61 => 1536233220,
  39468.                 62 => 1536233230,
  39469.                 63 => 1536233240,
  39470.                 64 => 1536233250,
  39471.                 65 => 1536233260,
  39472.                 66 => 1536233270,
  39473.                 67 => 1536233280,
  39474.                 68 => 1536233290,
  39475.                 69 => 1536233300,
  39476.                 70 => 1536233310,
  39477.                 71 => 1536233320,
  39478.                 72 => 1536233330,
  39479.                 73 => 1536233340,
  39480.                 74 => 1536233350,
  39481.                 75 => 1536233360,
  39482.                 76 => 1536233370,
  39483.                 77 => 1536233380,
  39484.                 78 => 1536233390,
  39485.                 79 => 1536233400,
  39486.                 80 => 1536233410,
  39487.                 81 => 1536233420,
  39488.                 82 => 1536233430,
  39489.                 83 => 1536233440,
  39490.                 84 => 1536233450,
  39491.                 85 => 1536233460,
  39492.                 86 => 1536233470,
  39493.                 87 => 1536233480,
  39494.                 88 => 1536233500,
  39495.                 89 => 1536233510,
  39496.                 90 => 1536233520,
  39497.                 91 => 1536233530,
  39498.                 92 => 1536233540,
  39499.                 93 => 1536233550,
  39500.                 94 => 1536233560,
  39501.                 95 => 1552360944,
  39502.                 96 => 1554199340,
  39503.                 97 => 1554200141,
  39504.                 98 => 1554203706,
  39505.                 99 => 1554900301,
  39506.                 100 => 1556809270,
  39507.                 101 => 1558082916,
  39508.                 102 => 1558105657,
  39509.                 103 => 1558443337,
  39510.                 104 => 1558505525,
  39511.                 105 => 1558594334,
  39512.                 106 => 1558938938,
  39513.                 107 => 1559050088,
  39514.                 108 => 1559050903,
  39515.                 109 => 1559134989,
  39516.                 110 => 1559306391,
  39517.                 111 => 1561370284,
  39518.                 112 => 1561377793,
  39519.                 113 => 1561442979,
  39520.                 114 => 1561452005,
  39521.                 115 => 1561712450,
  39522.                 116 => 1562228335,
  39523.                 117 => 1562240231,
  39524.                 118 => 1562306893,
  39525.                 119 => 1562324772,
  39526.                 120 => 1562579120,
  39527.                 121 => 1562684474,
  39528.                 122 => 1562841035,
  39529.                 123 => 1562933907,
  39530.                 124 => 1563180880,
  39531.                 125 => 1563288227,
  39532.                 126 => 1563518181,
  39533.                 127 => 1563805586,
  39534.                 128 => 1563949275,
  39535.                 129 => 1564475053,
  39536.                 130 => 1565007156,
  39537.                 131 => 1565079228,
  39538.                 132 => 1565270155,
  39539.                 133 => 1565270366,
  39540.                 134 => 1565346846,
  39541.                 135 => 1565705280,
  39542.                 136 => 1566293076,
  39543.                 137 => 1566460168,
  39544.                 138 => 1566817701,
  39545.                 139 => 1567431050,
  39546.                 140 => 1568120239,
  39547.                 141 => 1568120302,
  39548.                 142 => 1568645037,
  39549.                 143 => 1568901713,
  39550.                 144 => 1569403146,
  39551.                 145 => 1570187167,
  39552.                 146 => 1570459127,
  39553.                 147 => 1570621541,
  39554.                 148 => 1570622696,
  39555.                 149 => 1570629862,
  39556.                 150 => 1570684913,
  39557.                 151 => 1571059598,
  39558.                 152 => 1571210820,
  39559.                 153 => 1571660203,
  39560.                 154 => 1571724915,
  39561.                 155 => 1571981437,
  39562.                 156 => 1571990395,
  39563.                 157 => 1572193798,
  39564.                 158 => 1572264837,
  39565.                 159 => 1572273565,
  39566.                 160 => 1572421282,
  39567.                 161 => 1572425108,
  39568.                 162 => 1572957455,
  39569.                 163 => 1573049297,
  39570.                 164 => 1573569685,
  39571.                 165 => 1573729158,
  39572.                 166 => 1574063550,
  39573.                 167 => 1574082635,
  39574.                 168 => 1574258787,
  39575.                 169 => 1574258788,
  39576.                 170 => 1574258789,
  39577.                 171 => 1574520220,
  39578.                 172 => 1574672450,
  39579.                 173 => 1574695657,
  39580.                 174 => 1574925962,
  39581.                 175 => 1575010262,
  39582.                 176 => 1575021466,
  39583.                 177 => 1575034234,
  39584.                 178 => 1575036586,
  39585.                 179 => 1575039284,
  39586.                 180 => 1575197543,
  39587.                 181 => 1575274700,
  39588.                 182 => 1575293069,
  39589.                 183 => 1575451283,
  39590.                 184 => 1575626180,
  39591.                 185 => 1575883959,
  39592.                 186 => 1576488398,
  39593.                 187 => 1576590301,
  39594.                 188 => 1578042218,
  39595.                 189 => 1578044453,
  39596.                 190 => 1578470886,
  39597.                 191 => 1578475268,
  39598.                 192 => 1578485775,
  39599.                 193 => 1578491480,
  39600.                 194 => 1578590702,
  39601.                 195 => 1578648299,
  39602.                 196 => 1578650334,
  39603.                 197 => 1580202210,
  39604.                 198 => 1580218617,
  39605.                 199 => 1580743279,
  39606.                 200 => 1580746806,
  39607.                 201 => 1580808849,
  39608.                 202 => 1580819350,
  39609.                 203 => 1580827023,
  39610.                 204 => 1582011195,
  39611.                 205 => 1583142266,
  39612.                 206 => 1583416186,
  39613.                 207 => 1583756864,
  39614.                 208 => 1583844433,
  39615.                 209 => 1584002637,
  39616.                 210 => 1584953715,
  39617.                 211 => 1585056571,
  39618.                 212 => 1585126355,
  39619.                 213 => 1585490020,
  39620.                 214 => 1585744384,
  39621.                 215 => 1585816139,
  39622.                 216 => 1586158920,
  39623.                 217 => 1586173614,
  39624.                 218 => 1586260286,
  39625.                 219 => 1586334003,
  39626.                 220 => 1587039363,
  39627.                 221 => 1587109484,
  39628.                 222 => 1587111506,
  39629.                 223 => 1587461582,
  39630.                 224 => 1588143272,
  39631.                 225 => 1588144801,
  39632.                 226 => 1588153272,
  39633.                 227 => 1589178550,
  39634.                 228 => 1589357321,
  39635.                 229 => 1589359936,
  39636.                 230 => 1589379060,
  39637.                 231 => 1589447332,
  39638.                 232 => 1589458026,
  39639.                 233 => 1590408550,
  39640.                 234 => 1590409548,
  39641.                 235 => 1590566018,
  39642.                 236 => 1590566405,
  39643.                 237 => 1590579986,
  39644.                 238 => 1590758953,
  39645.                 239 => 1591052278,
  39646.                 240 => 1591167126,
  39647.                 241 => 1591253089,
  39648.                 242 => 1591259559,
  39649.                 243 => 1591272594,
  39650.                 244 => 1591361320,
  39651.                 245 => 1591683158,
  39652.                 246 => 1591817370,
  39653.                 247 => 1592466717,
  39654.                 248 => 1592837424,
  39655.                 249 => 1592978289,
  39656.                 250 => 1593698606,
  39657.                 251 => 1594650256,
  39658.                 252 => 1594885630,
  39659.                 253 => 1594886106,
  39660.                 254 => 1594886773,
  39661.                 255 => 1594886895,
  39662.                 256 => 1594887027,
  39663.                 257 => 1595160327,
  39664.                 258 => 1595321666,
  39665.                 259 => 1595422169,
  39666.                 260 => 1595480600,
  39667.                 261 => 1595489705,
  39668.                 262 => 1595492052,
  39669.                 263 => 1595492053,
  39670.                 264 => 1595499689,
  39671.                 265 => 1595553089,
  39672.                 266 => 1595578253,
  39673.                 267 => 1595919251,
  39674.                 268 => 1596091744,
  39675.                 269 => 1596441551,
  39676.                 270 => 1597391970,
  39677.                 271 => 1597394241,
  39678.                 272 => 1597657689,
  39679.                 273 => 1597762808,
  39680.                 274 => 1597830237,
  39681.                 275 => 1597930227,
  39682.                 276 => 1598280548,
  39683.                 277 => 1598520424,
  39684.                 278 => 1598885384,
  39685.                 279 => 1599112309,
  39686.                 280 => 1599134496,
  39687.                 281 => 1599463278,
  39688.                 282 => 1599570560,
  39689.                 283 => 1599720163,
  39690.                 284 => 1599806584,
  39691.                 285 => 1599806595,
  39692.                 286 => 1599822061,
  39693.                 287 => 1600072779,
  39694.                 288 => 1600156989,
  39695.                 289 => 1600253602,
  39696.                 290 => 1600330846,
  39697.                 291 => 1600338271,
  39698.                 292 => 1600349343,
  39699.                 293 => 1600676671,
  39700.                 294 => 1600769357,
  39701.                 295 => 1600778848,
  39702.                 296 => 1601388975,
  39703.                 297 => 1601451838,
  39704.                 298 => 1601539530,
  39705.                 299 => 1601543829,
  39706.                 300 => 1601891339,
  39707.                 301 => 1602062376,
  39708.                 302 => 1602146868,
  39709.                 303 => 1602153572,
  39710.                 304 => 1602494493,
  39711.                 305 => 1602494495,
  39712.                 306 => 1602745374,
  39713.                 307 => 1602822727,
  39714.                 308 => 1603179023,
  39715.                 309 => 1603293043,
  39716.                 310 => 1603970276,
  39717.                 311 => 1604056363,
  39718.                 312 => 1604056421,
  39719.                 313 => 1604475913,
  39720.                 314 => 1604499476,
  39721.                 315 => 1604568928,
  39722.                 316 => 1604669773,
  39723.                 317 => 1605103533,
  39724.                 318 => 1605530777,
  39725.                 319 => 1605609309,
  39726.                 320 => 1605609477,
  39727.                 321 => 1605861407,
  39728.                 322 => 1606310257,
  39729.                 323 => 1607415095,
  39730.                 324 => 1607500561,
  39731.                 325 => 1607514878,
  39732.                 326 => 1607581275,
  39733.                 327 => 1607581276,
  39734.                 328 => 1608624028,
  39735.                 329 => 1609125144,
  39736.                 330 => 1609857999,
  39737.                 331 => 1610531188,
  39738.                 332 => 1610965670,
  39739.                 333 => 1610974673,
  39740.                 334 => 1611155140,
  39741.                 335 => 1614240671,
  39742.                 336 => 1552899789,
  39743.                 337 => 1555406153,
  39744.                 338 => 1563785071,
  39745.                 339 => 1564385954,
  39746.                 340 => 1564385960,
  39747.                 341 => 1565640170,
  39748.                 342 => 1565640175,
  39749.                 343 => 1595492054,
  39750.                 344 => 1604502151,
  39751.                 345 => 1594104496,
  39752.                 346 => 1604585230,
  39753.                 347 => 1609140710,
  39754.                 348 => 1610337444,
  39755.                 349 => 1610439375,
  39756.                 350 => 1610448012,
  39757.                 351 => 1610523204,
  39758.                 352 => 1610523548,
  39759.                 353 => 1610616655,
  39760.                 354 => 1610621999,
  39761.                 355 => 1610625925,
  39762.                 356 => 1610634383,
  39763.                 357 => 1610904608,
  39764.                 358 => 1611732852,
  39765.                 359 => 1611817467,
  39766.                 360 => 1612184092,
  39767.                 361 => 1612442685,
  39768.                 362 => 1612442686,
  39769.                 363 => 1612442786,
  39770.                 364 => 1612851765,
  39771.                 365 => 1612865237,
  39772.                 366 => 1612970642,
  39773.                 367 => 1612980753,
  39774.                 368 => 1613665555,
  39775.                 369 => 1614249488,
  39776.                 370 => 1614691876,
  39777.                 371 => 1614765170,
  39778.                 372 => 1614765785,
  39779.                 373 => 1615359964,
  39780.                 374 => 1615366708,
  39781.                 375 => 1615452749,
  39782.                 376 => 1615802866,
  39783.                 377 => 1615819992,
  39784.                 378 => 1616076922,
  39785.                 379 => 1616496610,
  39786.                 380 => 1616555956,
  39787.                 381 => 1617000878,
  39788.                 382 => 1617356092,
  39789.                 383 => 1617784658,
  39790.                 384 => 1617864895,
  39791.                 385 => 1617868381,
  39792.                 386 => 1617877887,
  39793.                 387 => 1617896006,
  39794.                 388 => 1617935350,
  39795.                 389 => 1617953690,
  39796.                 390 => 1617960456,
  39797.                 391 => 1617974402,
  39798.                 392 => 1618218491,
  39799.                 393 => 1618389817,
  39800.                 394 => 1618476427,
  39801.                 395 => 1618569201,
  39802.                 396 => 1618900427,
  39803.                 397 => 1618989442,
  39804.                 398 => 1619070236,
  39805.                 399 => 1619428555,
  39806.                 400 => 1619604605,
  39807.                 401 => 1619703075,
  39808.                 402 => 1620146632,
  39809.                 403 => 1620147234,
  39810.                 404 => 1620201616,
  39811.                 405 => 1620215586,
  39812.                 406 => 1620374229,
  39813.                 407 => 1620376945,
  39814.                 408 => 1620632460,
  39815.                 409 => 1620634856,
  39816.                 410 => 1620733405,
  39817.                 411 => 1620733405,
  39818.                 412 => 1620820321,
  39819.                 413 => 1621845357,
  39820.                 414 => 1621845370,
  39821.                 415 => 1622010069,
  39822.                 416 => 1622104463,
  39823.                 417 => 1622782058,
  39824.                 418 => 1623305620,
  39825.                 419 => 1623391399,
  39826.                 420 => 1623828962,
  39827.                 421 => 1624262862,
  39828.                 422 => 1624884801,
  39829.                 423 => 1624967118,
  39830.                 424 => 1625304609,
  39831.                 425 => 1625465756,
  39832.                 426 => 1625505190,
  39833.                 427 => 1625554302,
  39834.                 428 => 1625569667,
  39835.                 429 => 1625583596,
  39836.                 430 => 1625583619,
  39837.                 431 => 1625816310,
  39838.                 432 => 1625819412,
  39839.                 433 => 1625831469,
  39840.                 434 => 1626241110,
  39841.                 435 => 1626442868,
  39842.                 436 => 1626696809,
  39843.                 437 => 1626785125,
  39844.                 438 => 1627292049,
  39845.                 439 => 1627540693,
  39846.                 440 => 1627541488,
  39847.                 441 => 1627562945,
  39848.                 442 => 1627650101,
  39849.                 443 => 1627929168,
  39850.                 444 => 1627983652,
  39851.                 445 => 1628519513,
  39852.                 446 => 1628749113,
  39853.                 447 => 1629204538,
  39854.                 448 => 1629700169,
  39855.                 449 => 1629877210,
  39856.                 450 => 1630074081,
  39857.                 451 => 1630485317,
  39858.                 452 => 1631625055,
  39859.                 453 => 1631703921,
  39860.                 454 => 1631790054,
  39861.                 455 => 1631863869,
  39862.                 456 => 1632111590,
  39863.                 457 => 1632215760,
  39864.                 458 => 1632721037,
  39865.                 459 => 1633347511,
  39866.                 460 => 1633358879,
  39867.                 461 => 1633422057,
  39868.                 462 => 1634735841,
  39869.                 463 => 1635147952,
  39870.                 464 => 1635230747,
  39871.                 465 => 1635237551,
  39872.                 466 => 1635388654,
  39873.                 467 => 1635936029,
  39874.                 468 => 1636014089,
  39875.                 469 => 1636018970,
  39876.                 470 => 1636362839,
  39877.                 471 => 1636449347,
  39878.                 472 => 1636964297,
  39879.                 473 => 1636971615,
  39880.                 474 => 1638195971,
  39881.                 475 => 1638365464,
  39882.                 476 => 1638514913,
  39883.                 477 => 1638993987,
  39884.                 478 => 1639122665,
  39885.                 479 => 1639139581,
  39886.                 480 => 1639992771,
  39887.                 481 => 1641289204,
  39888.                 482 => 1642517958,
  39889.                 483 => 1642732351,
  39890.                 484 => 1642757286,
  39891.                 485 => 1643366069,
  39892.                 486 => 1643386819,
  39893.                 487 => 1643724178,
  39894.                 488 => 1643878976,
  39895.                 489 => 1643892702,
  39896.                 490 => 1645019769,
  39897.                 491 => 1645453538,
  39898.                 492 => 1646125417,
  39899.                 493 => 1646397836,
  39900.                 494 => 1646817331,
  39901.                 495 => 1647260673,
  39902.                 496 => 1647443222,
  39903.                 497 => 1647511158,
  39904.                 498 => 1648031611,
  39905.                 499 => 1648031636,
  39906.                 500 => 1648543185,
  39907.                 501 => 1648709176,
  39908.                 502 => 1648803451,
  39909.                 503 => 1649040981,
  39910.                 504 => 1649315608,
  39911.                 505 => 1649858046,
  39912.                 506 => 1650249241,
  39913.                 507 => 1650444800,
  39914.                 508 => 1650548599,
  39915.                 509 => 1650620993,
  39916.                 510 => 1650872291,
  39917.                 511 => 1650981517,
  39918.                 512 => 1651118773,
  39919.                 513 => 1652166447,
  39920.                 514 => 1652345915,
  39921.                 515 => 1652441129,
  39922.                 516 => 1652864153,
  39923.                 517 => 1653376989,
  39924.                 518 => 1653385302,
  39925.                 519 => 1654839361,
  39926.                 520 => 1654839361,
  39927.                 521 => 1654839361,
  39928.                 522 => 1655730949,
  39929.                 523 => 1656397126,
  39930.                 524 => 1656928097,
  39931.                 525 => 1657011337,
  39932.                 526 => 1657027979,
  39933.                 527 => 1657173907,
  39934.                 528 => 1658786605,
  39935.                 529 => 1659256999,
  39936.                 530 => 1659257296,
  39937.                 531 => 1659257396,
  39938.                 532 => 1659257496,
  39939.                 533 => 1660814397,
  39940.                 534 => 1661759290,
  39941.                 535 => 1661771388,
  39942.                 536 => 1663238480,
  39943.                 537 => 1664512574,
  39944.                 538 => 1664541794,
  39945.                 539 => 1664894872,
  39946.                 540 => 1665064823,
  39947.                 541 => 1665267882,
  39948.                 542 => 1667731399,
  39949.                 543 => 1667806582,
  39950.                 544 => 1667983492,
  39951.                 545 => 1668677456,
  39952.                 546 => 1669316067,
  39953.                 547 => 1672164687,
  39954.                 548 => 1672743034,
  39955.                 549 => 1673001912,
  39956.                 550 => 1673966228,
  39957.                 551 => 1675218708,
  39958.                 552 => 1675827655,
  39959.                 553 => 1632281097,
  39960.                 554 => 1636121186,
  39961.                 555 => 1660813696,
  39962.                 556 => 1641476963,
  39963.                 557 => 1661505878,
  39964.                 558 => 1632281097,
  39965.                 559 => 1636121186,
  39966.                 560 => 1660813696,
  39967.                 561 => 1552899789,
  39968.                 562 => 1555406153,
  39969.                 563 => 1563785071,
  39970.                 564 => 1564385954,
  39971.                 565 => 1564385960,
  39972.                 566 => 1565640170,
  39973.                 567 => 1565640175,
  39974.                 568 => 1595492054,
  39975.                 569 => 1604502151,
  39976.                 570 => 1605167857,
  39977.                 571 => 1536765935,
  39978.                 572 => 1536765936,
  39979.                 573 => 1536765937,
  39980.                 574 => 1536765938,
  39981.                 575 => 1538046469,
  39982.                 576 => 1538985581,
  39983.                 577 => 1544535797,
  39984.                 578 => 1563456847,
  39985.                 579 => 1564041870,
  39986.                 580 => 1564053392,
  39987.                 581 => 1568882302,
  39988.                 582 => 1568882317,
  39989.                 583 => 1587476616,
  39990.                 584 => 1589448383,
  39991.                 585 => 1593494859,
  39992.                 586 => 1593508853,
  39993.                 587 => 1615794849,
  39994.             ],
  39995.             'shopware.security.csp_templates' => [
  39996.                 'default' => ''."\n".'object-src \'none\';'."\n".'script-src \'none\';'."\n".'base-uri \'self\';'."\n".'            ',
  39997.                 'administration' => ''."\n".'object-src \'none\';'."\n".'script-src \'strict-dynamic\' \'nonce-%nonce%\' \'unsafe-inline\' \'unsafe-eval\' https: http:;'."\n".'base-uri \'self\';'."\n".'            ',
  39998.                 'storefront' => '',
  39999.                 'installer' => '',
  40000.             ],
  40001.             'shopware.app_dir' => (\dirname(__DIR__4).'/custom/apps'),
  40002.             'env(SHOPWARE_DBAL_TIMEZONE_SUPPORT_ENABLED)' => 0,
  40003.             'env(SHOPWARE_DBAL_TOKEN_MINIMUM_LENGTH)' => 3,
  40004.             'env(INSTANCE_ID)' => 'install',
  40005.             'shopware.store_endpoints' => [
  40006.                 'ping' => '/ping',
  40007.                 'my_extensions' => '/swplatform/licenseenvironment',
  40008.                 'my_licenses' => '/swplatform/licenses',
  40009.                 'my_plugin_licenses' => '/swplatform/pluginlicenses',
  40010.                 'my_plugin_updates' => '/swplatform/pluginupdates',
  40011.                 'environment_information' => '/swplatform/environmentinformation',
  40012.                 'updater_extension_compatibility' => '/swplatform/autoupdate',
  40013.                 'updater_permission' => '/swplatform/autoupdate/permission',
  40014.                 'plugin_download' => '/swplatform/pluginfiles/{pluginName}',
  40015.                 'app_generate_signature' => '/swplatform/generatesignature',
  40016.                 'cancel_license' => '/swplatform/pluginlicenses/%s/cancel',
  40017.                 'login' => '/swplatform/login',
  40018.                 'create_rating' => '/swplatform/extensionstore/extensions/%s/ratings',
  40019.                 'user_info' => '/swplatform/userinfo',
  40020.             ],
  40021.             'env(SHOPWARE_UPDATE_TEST)' => '',
  40022.             'shopware.media.metadata.types' => [
  40023.                 => '\\Shopware\\Core\\Content\\Media\\Metadata\\Type\\ImageMetadata',
  40024.                 => '\\Shopware\\Core\\Content\\Media\\Metadata\\Type\\DocumentMetadata',
  40025.                 => '\\Shopware\\Core\\Content\\Media\\Metadata\\Type\\VideoMetadata',
  40026.             ],
  40027.             'product_export.directory' => 'export',
  40028.             'product_export.read_buffer_size' => 100,
  40029.             'import_export.supported_entities' => [
  40030.                 => 'customer',
  40031.                 => 'product',
  40032.             ],
  40033.             'import_export.supported_file_types' => [
  40034.                 => 'text/csv',
  40035.             ],
  40036.             'import_export.read_buffer_size' => 100,
  40037.             'import_export.write_buffer_size' => 100,
  40038.             'import_export.http_batch_size' => 100,
  40039.             'env(SHOPWARE_ADMINISTRATION_PATH_NAME)' => 'admin',
  40040.             'shopware_http_cache_enabled_default' => 1,
  40041.             'shopware_http_cache_default_ttl_default' => 7200,
  40042.             'shopware.twig.app_variable.allowed_server_params' => [
  40043.                 => 'server_name',
  40044.                 => 'request_uri',
  40045.                 => 'app_url',
  40046.                 => 'http_user_agent',
  40047.                 => 'http_host',
  40048.                 => 'server_name',
  40049.                 => 'server_port',
  40050.                 => 'redirect_url',
  40051.                 => 'https',
  40052.                 => 'forwarded',
  40053.                 10 => 'host',
  40054.                 11 => 'remote_addr',
  40055.                 12 => 'http_x_forwarded_for',
  40056.                 13 => 'http_x_forwarded_host',
  40057.                 14 => 'http_x_forwarded_proto',
  40058.                 15 => 'http_x_forwarded_port',
  40059.                 16 => 'http_x_forwarded_prefix',
  40060.             ],
  40061.             'storefrontRoot' => (\dirname(__DIR__4).'/vendor/shopware/storefront'),
  40062.             'elasticsearch.index.config' => [
  40063.                 'settings' => [
  40064.                     'index' => [
  40065.                         'number_of_shards' => 3,
  40066.                         'number_of_replicas' => 3,
  40067.                         'mapping.total_fields.limit' => 50000,
  40068.                         'mapping.nested_fields.limit' => 500,
  40069.                         'mapping.nested_objects.limit' => 1000000,
  40070.                     ],
  40071.                     'analysis' => [
  40072.                         'normalizer' => [
  40073.                             'sw_lowercase_normalizer' => [
  40074.                                 'type' => 'custom',
  40075.                                 'filter' => [
  40076.                                     => 'lowercase',
  40077.                                 ],
  40078.                             ],
  40079.                         ],
  40080.                         'analyzer' => [
  40081.                             'sw_ngram_analyzer' => [
  40082.                                 'type' => 'custom',
  40083.                                 'tokenizer' => 'whitespace',
  40084.                                 'filter' => [
  40085.                                     => 'lowercase',
  40086.                                     => 'sw_ngram_filter',
  40087.                                 ],
  40088.                             ],
  40089.                         ],
  40090.                         'filter' => [
  40091.                             'sw_ngram_filter' => [
  40092.                                 'type' => 'ngram',
  40093.                                 'min_gram' => 4,
  40094.                                 'max_gram' => 5,
  40095.                             ],
  40096.                         ],
  40097.                     ],
  40098.                 ],
  40099.             ],
  40100.             'elasticsearch.index.mapping' => [
  40101.                 'dynamic_templates' => [
  40102.                     => [
  40103.                         'keywords' => [
  40104.                             'match_mapping_type' => 'string',
  40105.                             'mapping' => [
  40106.                                 'type' => 'keyword',
  40107.                                 'normalizer' => 'sw_lowercase_normalizer',
  40108.                                 'fields' => [
  40109.                                     'text' => [
  40110.                                         'type' => 'text',
  40111.                                     ],
  40112.                                 ],
  40113.                             ],
  40114.                         ],
  40115.                     ],
  40116.                 ],
  40117.             ],
  40118.             'elasticsearch.administration.index.config' => [
  40119.                 'settings' => [
  40120.                     'index' => [
  40121.                         'number_of_shards' => 3,
  40122.                         'number_of_replicas' => 3,
  40123.                         'mapping.total_fields.limit' => 50000,
  40124.                         'mapping.nested_fields.limit' => 500,
  40125.                         'mapping.nested_objects.limit' => 1000000,
  40126.                     ],
  40127.                     'analysis' => [
  40128.                         'normalizer' => [
  40129.                             'sw_lowercase_normalizer' => [
  40130.                                 'type' => 'custom',
  40131.                                 'filter' => [
  40132.                                     => 'lowercase',
  40133.                                 ],
  40134.                             ],
  40135.                         ],
  40136.                     ],
  40137.                 ],
  40138.             ],
  40139.             'elasticsearch.administration.index.mapping' => [
  40140.                 'dynamic_templates' => [
  40141.                     => [
  40142.                         'keywords' => [
  40143.                             'match_mapping_type' => 'string',
  40144.                             'mapping' => [
  40145.                                 'type' => 'keyword',
  40146.                                 'normalizer' => 'sw_lowercase_normalizer',
  40147.                                 'fields' => [
  40148.                                     'text' => [
  40149.                                         'type' => 'text',
  40150.                                     ],
  40151.                                 ],
  40152.                             ],
  40153.                         ],
  40154.                     ],
  40155.                 ],
  40156.             ],
  40157.             'default_elasticsearch_prefix' => 'sw',
  40158.             'env(SHOPWARE_ES_ENABLED)' => '',
  40159.             'env(SHOPWARE_ES_INDEXING_ENABLED)' => '',
  40160.             'env(SHOPWARE_ES_HOSTS)' => '',
  40161.             'env(SHOPWARE_ES_INDEX_PREFIX)' => 'sw',
  40162.             'env(SHOPWARE_ES_THROW_EXCEPTION)' => '',
  40163.             'env(SHOPWARE_ADMIN_ES_ENABLED)' => '',
  40164.             'env(ADMIN_OPENSEARCH_URL)' => '',
  40165.             'env(SHOPWARE_ADMIN_ES_INDEX_PREFIX)' => 'sw-admin',
  40166.             'env(SHOPWARE_ADMIN_ES_REFRESH_INDICES)' => '',
  40167.             'env(SHOPWARE_ES_INDEXING_BATCH_SIZE)' => 100,
  40168.             'env(APP_URL_CHECK_DISABLED)' => false,
  40169.             'swag_extension_store.endpoints' => [
  40170.                 'list_extensions' => '/swplatform/extensionstore/extensions',
  40171.                 'extension_detail' => '/swplatform/extensionstore/extensions/%d',
  40172.                 'filter' => '/swplatform/extensionstore/extensions/filter',
  40173.                 'reviews' => '/swplatform/extensionstore/extensions/%d/reviews',
  40174.                 'create_basket' => '/swplatform/extensionstore/baskets',
  40175.                 'order_basket' => '/swplatform/extensionstore/orders',
  40176.                 'payment_means' => '/swplatform/extensionstore/paymentmeans',
  40177.             ],
  40178.             'container.dumper.inline_class_loader' => true,
  40179.             'container.dumper.inline_factories' => true,
  40180.             'jwt_private_key_passphrase_default' => 'shopware',
  40181.             'shopware.store.frw' => true,
  40182.             'event_dispatcher.event_aliases' => [
  40183.                 'Symfony\\Component\\Console\\Event\\ConsoleCommandEvent' => 'console.command',
  40184.                 'Symfony\\Component\\Console\\Event\\ConsoleErrorEvent' => 'console.error',
  40185.                 'Symfony\\Component\\Console\\Event\\ConsoleSignalEvent' => 'console.signal',
  40186.                 'Symfony\\Component\\Console\\Event\\ConsoleTerminateEvent' => 'console.terminate',
  40187.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerArgumentsEvent' => 'kernel.controller_arguments',
  40188.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerEvent' => 'kernel.controller',
  40189.                 'Symfony\\Component\\HttpKernel\\Event\\ResponseEvent' => 'kernel.response',
  40190.                 'Symfony\\Component\\HttpKernel\\Event\\FinishRequestEvent' => 'kernel.finish_request',
  40191.                 'Symfony\\Component\\HttpKernel\\Event\\RequestEvent' => 'kernel.request',
  40192.                 'Symfony\\Component\\HttpKernel\\Event\\ViewEvent' => 'kernel.view',
  40193.                 'Symfony\\Component\\HttpKernel\\Event\\ExceptionEvent' => 'kernel.exception',
  40194.                 'Symfony\\Component\\HttpKernel\\Event\\TerminateEvent' => 'kernel.terminate',
  40195.             ],
  40196.             'fragment.renderer.hinclude.global_template' => NULL,
  40197.             'fragment.path' => '/_fragment',
  40198.             'kernel.http_method_override' => true,
  40199.             'kernel.trusted_hosts' => [
  40200.             ],
  40201.             'kernel.default_locale' => 'en-GB',
  40202.             'kernel.enabled_locales' => [
  40203.             ],
  40204.             'kernel.error_controller' => 'error_controller',
  40205.             'debug.file_link_format' => NULL,
  40206.             'asset.request_context.base_path' => NULL,
  40207.             'asset.request_context.secure' => NULL,
  40208.             'translator.logging' => false,
  40209.             'translator.default_path' => (\dirname(__DIR__4).'/vendor/shopware/storefront/Resources/snippet'),
  40210.             'debug.error_handler.throw_at' => -1,
  40211.             'router.request_context.host' => 'localhost',
  40212.             'router.request_context.scheme' => 'http',
  40213.             'router.request_context.base_url' => '',
  40214.             'router.resource' => 'kernel::loadRoutes',
  40215.             'request_listener.http_port' => 80,
  40216.             'request_listener.https_port' => 443,
  40217.             'session.metadata.storage_key' => '_sf2_meta',
  40218.             'session.storage.options' => [
  40219.                 'cache_limiter' => '0',
  40220.                 'name' => 'session-',
  40221.                 'cookie_secure' => 'auto',
  40222.                 'cookie_httponly' => true,
  40223.                 'cookie_samesite' => 'lax',
  40224.                 'gc_probability' => 1,
  40225.             ],
  40226.             'session.save_path' => NULL,
  40227.             'session.metadata.update_threshold' => 0,
  40228.             'validator.translation_domain' => 'validators',
  40229.             'profiler_listener.only_exceptions' => false,
  40230.             'profiler_listener.only_main_requests' => false,
  40231.             'monolog.use_microseconds' => true,
  40232.             'monolog.swift_mailer.handlers' => [
  40233.             ],
  40234.             'monolog.handlers_to_channels' => [
  40235.                 'monolog.handler.business_event_handler_buffer' => [
  40236.                     'type' => 'inclusive',
  40237.                     'elements' => [
  40238.                         => 'business_events',
  40239.                     ],
  40240.                 ],
  40241.                 'monolog.handler.console' => [
  40242.                     'type' => 'exclusive',
  40243.                     'elements' => [
  40244.                         => 'event',
  40245.                         => 'doctrine',
  40246.                         => 'console',
  40247.                     ],
  40248.                 ],
  40249.                 'monolog.handler.main' => [
  40250.                     'type' => 'exclusive',
  40251.                     'elements' => [
  40252.                         => 'event',
  40253.                         => 'doctrine',
  40254.                     ],
  40255.                 ],
  40256.             ],
  40257.             'twig.form.resources' => [
  40258.                 => 'form_div_layout.html.twig',
  40259.             ],
  40260.             'twig.default_path' => (\dirname(__DIR__4).'/templates'),
  40261.             'env(VAR_DUMPER_SERVER)' => '127.0.0.1:9912',
  40262.             'enqueue.transport.default.receive_timeout' => 1000,
  40263.             'enqueue.client.default.router_processor' => 'enqueue.client.default.router_processor',
  40264.             'enqueue.client.default.router_queue_name' => 'default',
  40265.             'enqueue.client.default.default_queue_name' => 'default',
  40266.             'enqueue.transports' => [
  40267.                 => 'default',
  40268.             ],
  40269.             'enqueue.clients' => [
  40270.                 => 'default',
  40271.             ],
  40272.             'enqueue.default_transport' => 'default',
  40273.             'enqueue.default_client' => 'default',
  40274.             'shopware.feature' => [
  40275.                 'flags' => [
  40276.                     'v6.5.0.0' => [
  40277.                         'default' => false,
  40278.                         'major' => true,
  40279.                     ],
  40280.                     'PERFORMANCE_TWEAKS' => [
  40281.                         'default' => false,
  40282.                         'major' => true,
  40283.                         'description' => 'Performance improvements that include a breaking change',
  40284.                     ],
  40285.                     'FEATURE_NEXT_1797' => [
  40286.                         'default' => false,
  40287.                         'major' => true,
  40288.                         'description' => 'composer require for plugins',
  40289.                     ],
  40290.                     'FEATURE_NEXT_16710' => [
  40291.                         'default' => false,
  40292.                         'major' => true,
  40293.                         'description' => 'Do not allow empty ids provided in criteria',
  40294.                     ],
  40295.                     'FEATURE_NEXT_13810' => [
  40296.                         'default' => false,
  40297.                         'major' => true,
  40298.                         'description' => 'Deprecate old promotion module',
  40299.                     ],
  40300.                     'FEATURE_NEXT_13250' => [
  40301.                         'default' => false,
  40302.                         'major' => true,
  40303.                         'description' => 'Reduce database queries if all required data for the line items is already assign',
  40304.                     ],
  40305.                     'FEATURE_NEXT_17276' => [
  40306.                         'default' => false,
  40307.                         'major' => true,
  40308.                         'description' => 'Don\'t override languageId of SalesChannel in SalesChannelContext',
  40309.                     ],
  40310.                     'FEATURE_NEXT_16151' => [
  40311.                         'default' => false,
  40312.                         'major' => true,
  40313.                         'description' => 'Remove CheapestPriceField from product entity, to speed up entity hydration',
  40314.                     ],
  40315.                     'FEATURE_NEXT_16155' => [
  40316.                         'default' => false,
  40317.                         'major' => true,
  40318.                         'description' => 'EntityLoadedEventFactory will be required in repositories',
  40319.                     ],
  40320.                     'FEATURE_NEXT_19501' => [
  40321.                         'default' => false,
  40322.                         'major' => false,
  40323.                         'description' => 'Disables the cart.container function',
  40324.                     ],
  40325.                     'FEATURE_NEXT_15053' => [
  40326.                         'default' => false,
  40327.                         'major' => false,
  40328.                         'description' => 'Replace wrong displayed characters in number format',
  40329.                     ],
  40330.                     'FEATURE_NEXT_18215' => [
  40331.                         'default' => false,
  40332.                         'major' => true,
  40333.                         'description' => 'Rules are aware of their assignment',
  40334.                     ],
  40335.                     'FEATURE_NEXT_15815' => [
  40336.                         'default' => false,
  40337.                         'major' => true,
  40338.                         'description' => 'Remove single record handling in sync service. Only single operation should be supported',
  40339.                     ],
  40340.                     'FEATURE_NEXT_14699' => [
  40341.                         'default' => false,
  40342.                         'major' => true,
  40343.                         'description' => 'Refactoring of Storefront theme assets',
  40344.                     ],
  40345.                     'FEATURE_NEXT_15707' => [
  40346.                         'default' => false,
  40347.                         'major' => false,
  40348.                         'description' => 'Delivery notice for EU geoblocking regulation',
  40349.                     ],
  40350.                     'FEATURE_NEXT_14360' => [
  40351.                         'default' => false,
  40352.                         'major' => true,
  40353.                         'description' => 'App System 4.0 - Build action button messaging system',
  40354.                     ],
  40355.                     'FEATURE_NEXT_15172' => [
  40356.                         'default' => false,
  40357.                         'major' => true,
  40358.                         'description' => 'Sanitize html of fields with AllowHtml flag',
  40359.                     ],
  40360.                     'FEATURE_NEXT_14001' => [
  40361.                         'default' => false,
  40362.                         'major' => true,
  40363.                         'description' => 'Newsletter DOI for registered customers',
  40364.                     ],
  40365.                     'FEATURE_NEXT_7739' => [
  40366.                         'default' => false,
  40367.                         'major' => true,
  40368.                         'description' => 'Optional salutation',
  40369.                     ],
  40370.                     'FEATURE_NEXT_16200' => [
  40371.                         'default' => false,
  40372.                         'major' => false,
  40373.                         'description' => 'Register Doi Domain',
  40374.                     ],
  40375.                     'FEATURE_NEXT_13410' => [
  40376.                         'default' => false,
  40377.                         'major' => true,
  40378.                         'description' => 'Make sales channels required in seo generator',
  40379.                     ],
  40380.                     'FEATURE_NEXT_15917' => [
  40381.                         'default' => false,
  40382.                         'major' => true,
  40383.                         'description' => 'Move storefront script tags to head with defer',
  40384.                     ],
  40385.                     'FEATURE_NEXT_15957' => [
  40386.                         'default' => false,
  40387.                         'major' => true,
  40388.                         'description' => 'VAT id field for guest',
  40389.                     ],
  40390.                     'FEATURE_NEXT_13601' => [
  40391.                         'default' => false,
  40392.                         'major' => true,
  40393.                         'description' => 'Default transaction state for async app payments',
  40394.                     ],
  40395.                     'FEATURE_NEXT_16992' => [
  40396.                         'default' => false,
  40397.                         'major' => true,
  40398.                         'description' => 'Remove page_product_detail_not_available and buy_widget_not_available block',
  40399.                     ],
  40400.                     'FEATURE_NEXT_7530' => [
  40401.                         'default' => false,
  40402.                         'major' => true,
  40403.                         'description' => 'Improve orders UX in Administration',
  40404.                     ],
  40405.                     'FEATURE_NEXT_16824' => [
  40406.                         'default' => false,
  40407.                         'major' => true,
  40408.                         'description' => 'Cart merged event',
  40409.                     ],
  40410.                     'FEATURE_NEXT_16271' => [
  40411.                         'default' => false,
  40412.                         'major' => true,
  40413.                         'description' => 'Refactor `sw-simple-search-field` component to a transparent wrapper component',
  40414.                     ],
  40415.                     'FEATURE_NEXT_15381' => [
  40416.                         'default' => false,
  40417.                         'major' => true,
  40418.                         'description' => 'Save theme compilation',
  40419.                     ],
  40420.                     'FEATURE_NEXT_17275' => [
  40421.                         'default' => false,
  40422.                         'major' => true,
  40423.                         'description' => 'StorefrontRenderEvent only gets original view',
  40424.                     ],
  40425.                     'FEATURE_NEXT_17016' => [
  40426.                         'default' => false,
  40427.                         'major' => true,
  40428.                         'description' => 'Add, update or improve the selection and specification of Rule Builder Condition Fields.',
  40429.                     ],
  40430.                     'FEATURE_NEXT_16236' => [
  40431.                         'default' => false,
  40432.                         'major' => true,
  40433.                         'description' => 'Change customer creation behaviour on checkout/register page to opt in customer account.',
  40434.                     ],
  40435.                     'FEATURE_NEXT_16640' => [
  40436.                         'default' => false,
  40437.                         'major' => true,
  40438.                         'description' => 'Change ExceptionHandlerInterface by removing Command $command argument',
  40439.                     ],
  40440.                     'FEATURE_NEXT_17858' => [
  40441.                         'default' => false,
  40442.                         'major' => true,
  40443.                         'description' => 'Major feature flag for Business Event',
  40444.                     ],
  40445.                     'FEATURE_NEXT_6758' => [
  40446.                         'default' => false,
  40447.                         'major' => true,
  40448.                         'description' => 'Layout assignment for category as list',
  40449.                     ],
  40450.                     'FEATURE_NEXT_19048' => [
  40451.                         'default' => false,
  40452.                         'major' => true,
  40453.                         'description' => 'Fix media resolution in theme',
  40454.                     ],
  40455.                     'FEATURE_NEXT_19822' => [
  40456.                         'default' => false,
  40457.                         'major' => true,
  40458.                         'description' => 'Enables lazy loading components in the administration',
  40459.                     ],
  40460.                     'FEATURE_NEXT_18129' => [
  40461.                         'default' => false,
  40462.                         'major' => true,
  40463.                         'description' => 'Require positionIdentifier for some components',
  40464.                     ],
  40465.                     'FEATURE_NEXT_19163' => [
  40466.                         'default' => false,
  40467.                         'major' => true,
  40468.                         'description' => 'one to one inheritance',
  40469.                     ],
  40470.                     'FEATURE_NEXT_18187' => [
  40471.                         'default' => false,
  40472.                         'major' => true,
  40473.                         'description' => 'Move admin dashboard statistics into separate component',
  40474.                     ],
  40475.                     'FEATURE_NEXT_17978' => [
  40476.                         'default' => false,
  40477.                         'major' => true,
  40478.                         'description' => 'Change component factory to work with extension overrides in Administration',
  40479.                     ],
  40480.                     'FEATURE_NEXT_11634' => [
  40481.                         'default' => false,
  40482.                         'major' => true,
  40483.                         'description' => 'Webpack alias refactor',
  40484.                     ],
  40485.                     'FEATURE_NEXT_21547' => [
  40486.                         'default' => false,
  40487.                         'major' => true,
  40488.                         'description' => 'Change admin criteria defaults',
  40489.                     ],
  40490.                     'FEATURE_NEXT_22900' => [
  40491.                         'default' => false,
  40492.                         'major' => true,
  40493.                         'description' => 'Admin search configuration is used in Elasticsearch',
  40494.                     ],
  40495.                 ],
  40496.             ],
  40497.             'shopware.feature.flags' => [
  40498.                 'v6.5.0.0' => [
  40499.                     'default' => false,
  40500.                     'major' => true,
  40501.                 ],
  40502.                 'PERFORMANCE_TWEAKS' => [
  40503.                     'default' => false,
  40504.                     'major' => true,
  40505.                     'description' => 'Performance improvements that include a breaking change',
  40506.                 ],
  40507.                 'FEATURE_NEXT_1797' => [
  40508.                     'default' => false,
  40509.                     'major' => true,
  40510.                     'description' => 'composer require for plugins',
  40511.                 ],
  40512.                 'FEATURE_NEXT_16710' => [
  40513.                     'default' => false,
  40514.                     'major' => true,
  40515.                     'description' => 'Do not allow empty ids provided in criteria',
  40516.                 ],
  40517.                 'FEATURE_NEXT_13810' => [
  40518.                     'default' => false,
  40519.                     'major' => true,
  40520.                     'description' => 'Deprecate old promotion module',
  40521.                 ],
  40522.                 'FEATURE_NEXT_13250' => [
  40523.                     'default' => false,
  40524.                     'major' => true,
  40525.                     'description' => 'Reduce database queries if all required data for the line items is already assign',
  40526.                 ],
  40527.                 'FEATURE_NEXT_17276' => [
  40528.                     'default' => false,
  40529.                     'major' => true,
  40530.                     'description' => 'Don\'t override languageId of SalesChannel in SalesChannelContext',
  40531.                 ],
  40532.                 'FEATURE_NEXT_16151' => [
  40533.                     'default' => false,
  40534.                     'major' => true,
  40535.                     'description' => 'Remove CheapestPriceField from product entity, to speed up entity hydration',
  40536.                 ],
  40537.                 'FEATURE_NEXT_16155' => [
  40538.                     'default' => false,
  40539.                     'major' => true,
  40540.                     'description' => 'EntityLoadedEventFactory will be required in repositories',
  40541.                 ],
  40542.                 'FEATURE_NEXT_19501' => [
  40543.                     'default' => false,
  40544.                     'major' => false,
  40545.                     'description' => 'Disables the cart.container function',
  40546.                 ],
  40547.                 'FEATURE_NEXT_15053' => [
  40548.                     'default' => false,
  40549.                     'major' => false,
  40550.                     'description' => 'Replace wrong displayed characters in number format',
  40551.                 ],
  40552.                 'FEATURE_NEXT_18215' => [
  40553.                     'default' => false,
  40554.                     'major' => true,
  40555.                     'description' => 'Rules are aware of their assignment',
  40556.                 ],
  40557.                 'FEATURE_NEXT_15815' => [
  40558.                     'default' => false,
  40559.                     'major' => true,
  40560.                     'description' => 'Remove single record handling in sync service. Only single operation should be supported',
  40561.                 ],
  40562.                 'FEATURE_NEXT_14699' => [
  40563.                     'default' => false,
  40564.                     'major' => true,
  40565.                     'description' => 'Refactoring of Storefront theme assets',
  40566.                 ],
  40567.                 'FEATURE_NEXT_15707' => [
  40568.                     'default' => false,
  40569.                     'major' => false,
  40570.                     'description' => 'Delivery notice for EU geoblocking regulation',
  40571.                 ],
  40572.                 'FEATURE_NEXT_14360' => [
  40573.                     'default' => false,
  40574.                     'major' => true,
  40575.                     'description' => 'App System 4.0 - Build action button messaging system',
  40576.                 ],
  40577.                 'FEATURE_NEXT_15172' => [
  40578.                     'default' => false,
  40579.                     'major' => true,
  40580.                     'description' => 'Sanitize html of fields with AllowHtml flag',
  40581.                 ],
  40582.                 'FEATURE_NEXT_14001' => [
  40583.                     'default' => false,
  40584.                     'major' => true,
  40585.                     'description' => 'Newsletter DOI for registered customers',
  40586.                 ],
  40587.                 'FEATURE_NEXT_7739' => [
  40588.                     'default' => false,
  40589.                     'major' => true,
  40590.                     'description' => 'Optional salutation',
  40591.                 ],
  40592.                 'FEATURE_NEXT_16200' => [
  40593.                     'default' => false,
  40594.                     'major' => false,
  40595.                     'description' => 'Register Doi Domain',
  40596.                 ],
  40597.                 'FEATURE_NEXT_13410' => [
  40598.                     'default' => false,
  40599.                     'major' => true,
  40600.                     'description' => 'Make sales channels required in seo generator',
  40601.                 ],
  40602.                 'FEATURE_NEXT_15917' => [
  40603.                     'default' => false,
  40604.                     'major' => true,
  40605.                     'description' => 'Move storefront script tags to head with defer',
  40606.                 ],
  40607.                 'FEATURE_NEXT_15957' => [
  40608.                     'default' => false,
  40609.                     'major' => true,
  40610.                     'description' => 'VAT id field for guest',
  40611.                 ],
  40612.                 'FEATURE_NEXT_13601' => [
  40613.                     'default' => false,
  40614.                     'major' => true,
  40615.                     'description' => 'Default transaction state for async app payments',
  40616.                 ],
  40617.                 'FEATURE_NEXT_16992' => [
  40618.                     'default' => false,
  40619.                     'major' => true,
  40620.                     'description' => 'Remove page_product_detail_not_available and buy_widget_not_available block',
  40621.                 ],
  40622.                 'FEATURE_NEXT_7530' => [
  40623.                     'default' => false,
  40624.                     'major' => true,
  40625.                     'description' => 'Improve orders UX in Administration',
  40626.                 ],
  40627.                 'FEATURE_NEXT_16824' => [
  40628.                     'default' => false,
  40629.                     'major' => true,
  40630.                     'description' => 'Cart merged event',
  40631.                 ],
  40632.                 'FEATURE_NEXT_16271' => [
  40633.                     'default' => false,
  40634.                     'major' => true,
  40635.                     'description' => 'Refactor `sw-simple-search-field` component to a transparent wrapper component',
  40636.                 ],
  40637.                 'FEATURE_NEXT_15381' => [
  40638.                     'default' => false,
  40639.                     'major' => true,
  40640.                     'description' => 'Save theme compilation',
  40641.                 ],
  40642.                 'FEATURE_NEXT_17275' => [
  40643.                     'default' => false,
  40644.                     'major' => true,
  40645.                     'description' => 'StorefrontRenderEvent only gets original view',
  40646.                 ],
  40647.                 'FEATURE_NEXT_17016' => [
  40648.                     'default' => false,
  40649.                     'major' => true,
  40650.                     'description' => 'Add, update or improve the selection and specification of Rule Builder Condition Fields.',
  40651.                 ],
  40652.                 'FEATURE_NEXT_16236' => [
  40653.                     'default' => false,
  40654.                     'major' => true,
  40655.                     'description' => 'Change customer creation behaviour on checkout/register page to opt in customer account.',
  40656.                 ],
  40657.                 'FEATURE_NEXT_16640' => [
  40658.                     'default' => false,
  40659.                     'major' => true,
  40660.                     'description' => 'Change ExceptionHandlerInterface by removing Command $command argument',
  40661.                 ],
  40662.                 'FEATURE_NEXT_17858' => [
  40663.                     'default' => false,
  40664.                     'major' => true,
  40665.                     'description' => 'Major feature flag for Business Event',
  40666.                 ],
  40667.                 'FEATURE_NEXT_6758' => [
  40668.                     'default' => false,
  40669.                     'major' => true,
  40670.                     'description' => 'Layout assignment for category as list',
  40671.                 ],
  40672.                 'FEATURE_NEXT_19048' => [
  40673.                     'default' => false,
  40674.                     'major' => true,
  40675.                     'description' => 'Fix media resolution in theme',
  40676.                 ],
  40677.                 'FEATURE_NEXT_19822' => [
  40678.                     'default' => false,
  40679.                     'major' => true,
  40680.                     'description' => 'Enables lazy loading components in the administration',
  40681.                 ],
  40682.                 'FEATURE_NEXT_18129' => [
  40683.                     'default' => false,
  40684.                     'major' => true,
  40685.                     'description' => 'Require positionIdentifier for some components',
  40686.                 ],
  40687.                 'FEATURE_NEXT_19163' => [
  40688.                     'default' => false,
  40689.                     'major' => true,
  40690.                     'description' => 'one to one inheritance',
  40691.                 ],
  40692.                 'FEATURE_NEXT_18187' => [
  40693.                     'default' => false,
  40694.                     'major' => true,
  40695.                     'description' => 'Move admin dashboard statistics into separate component',
  40696.                 ],
  40697.                 'FEATURE_NEXT_17978' => [
  40698.                     'default' => false,
  40699.                     'major' => true,
  40700.                     'description' => 'Change component factory to work with extension overrides in Administration',
  40701.                 ],
  40702.                 'FEATURE_NEXT_11634' => [
  40703.                     'default' => false,
  40704.                     'major' => true,
  40705.                     'description' => 'Webpack alias refactor',
  40706.                 ],
  40707.                 'FEATURE_NEXT_21547' => [
  40708.                     'default' => false,
  40709.                     'major' => true,
  40710.                     'description' => 'Change admin criteria defaults',
  40711.                 ],
  40712.                 'FEATURE_NEXT_22900' => [
  40713.                     'default' => false,
  40714.                     'major' => true,
  40715.                     'description' => 'Admin search configuration is used in Elasticsearch',
  40716.                 ],
  40717.             ],
  40718.             'shopware.feature.flags.v6.5.0.0' => [
  40719.                 'default' => false,
  40720.                 'major' => true,
  40721.             ],
  40722.             'shopware.feature.flags.v6.5.0.0.default' => false,
  40723.             'shopware.feature.flags.v6.5.0.0.major' => true,
  40724.             'shopware.feature.flags.PERFORMANCE_TWEAKS' => [
  40725.                 'default' => false,
  40726.                 'major' => true,
  40727.                 'description' => 'Performance improvements that include a breaking change',
  40728.             ],
  40729.             'shopware.feature.flags.PERFORMANCE_TWEAKS.default' => false,
  40730.             'shopware.feature.flags.PERFORMANCE_TWEAKS.major' => true,
  40731.             'shopware.feature.flags.PERFORMANCE_TWEAKS.description' => 'Performance improvements that include a breaking change',
  40732.             'shopware.feature.flags.FEATURE_NEXT_1797' => [
  40733.                 'default' => false,
  40734.                 'major' => true,
  40735.                 'description' => 'composer require for plugins',
  40736.             ],
  40737.             'shopware.feature.flags.FEATURE_NEXT_1797.default' => false,
  40738.             'shopware.feature.flags.FEATURE_NEXT_1797.major' => true,
  40739.             'shopware.feature.flags.FEATURE_NEXT_1797.description' => 'composer require for plugins',
  40740.             'shopware.feature.flags.FEATURE_NEXT_16710' => [
  40741.                 'default' => false,
  40742.                 'major' => true,
  40743.                 'description' => 'Do not allow empty ids provided in criteria',
  40744.             ],
  40745.             'shopware.feature.flags.FEATURE_NEXT_16710.default' => false,
  40746.             'shopware.feature.flags.FEATURE_NEXT_16710.major' => true,
  40747.             'shopware.feature.flags.FEATURE_NEXT_16710.description' => 'Do not allow empty ids provided in criteria',
  40748.             'shopware.feature.flags.FEATURE_NEXT_13810' => [
  40749.                 'default' => false,
  40750.                 'major' => true,
  40751.                 'description' => 'Deprecate old promotion module',
  40752.             ],
  40753.             'shopware.feature.flags.FEATURE_NEXT_13810.default' => false,
  40754.             'shopware.feature.flags.FEATURE_NEXT_13810.major' => true,
  40755.             'shopware.feature.flags.FEATURE_NEXT_13810.description' => 'Deprecate old promotion module',
  40756.             'shopware.feature.flags.FEATURE_NEXT_13250' => [
  40757.                 'default' => false,
  40758.                 'major' => true,
  40759.                 'description' => 'Reduce database queries if all required data for the line items is already assign',
  40760.             ],
  40761.             'shopware.feature.flags.FEATURE_NEXT_13250.default' => false,
  40762.             'shopware.feature.flags.FEATURE_NEXT_13250.major' => true,
  40763.             'shopware.feature.flags.FEATURE_NEXT_13250.description' => 'Reduce database queries if all required data for the line items is already assign',
  40764.             'shopware.feature.flags.FEATURE_NEXT_17276' => [
  40765.                 'default' => false,
  40766.                 'major' => true,
  40767.                 'description' => 'Don\'t override languageId of SalesChannel in SalesChannelContext',
  40768.             ],
  40769.             'shopware.feature.flags.FEATURE_NEXT_17276.default' => false,
  40770.             'shopware.feature.flags.FEATURE_NEXT_17276.major' => true,
  40771.             'shopware.feature.flags.FEATURE_NEXT_17276.description' => 'Don\'t override languageId of SalesChannel in SalesChannelContext',
  40772.             'shopware.feature.flags.FEATURE_NEXT_16151' => [
  40773.                 'default' => false,
  40774.                 'major' => true,
  40775.                 'description' => 'Remove CheapestPriceField from product entity, to speed up entity hydration',
  40776.             ],
  40777.             'shopware.feature.flags.FEATURE_NEXT_16151.default' => false,
  40778.             'shopware.feature.flags.FEATURE_NEXT_16151.major' => true,
  40779.             'shopware.feature.flags.FEATURE_NEXT_16151.description' => 'Remove CheapestPriceField from product entity, to speed up entity hydration',
  40780.             'shopware.feature.flags.FEATURE_NEXT_16155' => [
  40781.                 'default' => false,
  40782.                 'major' => true,
  40783.                 'description' => 'EntityLoadedEventFactory will be required in repositories',
  40784.             ],
  40785.             'shopware.feature.flags.FEATURE_NEXT_16155.default' => false,
  40786.             'shopware.feature.flags.FEATURE_NEXT_16155.major' => true,
  40787.             'shopware.feature.flags.FEATURE_NEXT_16155.description' => 'EntityLoadedEventFactory will be required in repositories',
  40788.             'shopware.feature.flags.FEATURE_NEXT_19501' => [
  40789.                 'default' => false,
  40790.                 'major' => false,
  40791.                 'description' => 'Disables the cart.container function',
  40792.             ],
  40793.             'shopware.feature.flags.FEATURE_NEXT_19501.default' => false,
  40794.             'shopware.feature.flags.FEATURE_NEXT_19501.major' => false,
  40795.             'shopware.feature.flags.FEATURE_NEXT_19501.description' => 'Disables the cart.container function',
  40796.             'shopware.feature.flags.FEATURE_NEXT_15053' => [
  40797.                 'default' => false,
  40798.                 'major' => false,
  40799.                 'description' => 'Replace wrong displayed characters in number format',
  40800.             ],
  40801.             'shopware.feature.flags.FEATURE_NEXT_15053.default' => false,
  40802.             'shopware.feature.flags.FEATURE_NEXT_15053.major' => false,
  40803.             'shopware.feature.flags.FEATURE_NEXT_15053.description' => 'Replace wrong displayed characters in number format',
  40804.             'shopware.feature.flags.FEATURE_NEXT_18215' => [
  40805.                 'default' => false,
  40806.                 'major' => true,
  40807.                 'description' => 'Rules are aware of their assignment',
  40808.             ],
  40809.             'shopware.feature.flags.FEATURE_NEXT_18215.default' => false,
  40810.             'shopware.feature.flags.FEATURE_NEXT_18215.major' => true,
  40811.             'shopware.feature.flags.FEATURE_NEXT_18215.description' => 'Rules are aware of their assignment',
  40812.             'shopware.feature.flags.FEATURE_NEXT_15815' => [
  40813.                 'default' => false,
  40814.                 'major' => true,
  40815.                 'description' => 'Remove single record handling in sync service. Only single operation should be supported',
  40816.             ],
  40817.             'shopware.feature.flags.FEATURE_NEXT_15815.default' => false,
  40818.             'shopware.feature.flags.FEATURE_NEXT_15815.major' => true,
  40819.             'shopware.feature.flags.FEATURE_NEXT_15815.description' => 'Remove single record handling in sync service. Only single operation should be supported',
  40820.             'shopware.feature.flags.FEATURE_NEXT_14699' => [
  40821.                 'default' => false,
  40822.                 'major' => true,
  40823.                 'description' => 'Refactoring of Storefront theme assets',
  40824.             ],
  40825.             'shopware.feature.flags.FEATURE_NEXT_14699.default' => false,
  40826.             'shopware.feature.flags.FEATURE_NEXT_14699.major' => true,
  40827.             'shopware.feature.flags.FEATURE_NEXT_14699.description' => 'Refactoring of Storefront theme assets',
  40828.             'shopware.feature.flags.FEATURE_NEXT_15707' => [
  40829.                 'default' => false,
  40830.                 'major' => false,
  40831.                 'description' => 'Delivery notice for EU geoblocking regulation',
  40832.             ],
  40833.             'shopware.feature.flags.FEATURE_NEXT_15707.default' => false,
  40834.             'shopware.feature.flags.FEATURE_NEXT_15707.major' => false,
  40835.             'shopware.feature.flags.FEATURE_NEXT_15707.description' => 'Delivery notice for EU geoblocking regulation',
  40836.             'shopware.feature.flags.FEATURE_NEXT_14360' => [
  40837.                 'default' => false,
  40838.                 'major' => true,
  40839.                 'description' => 'App System 4.0 - Build action button messaging system',
  40840.             ],
  40841.             'shopware.feature.flags.FEATURE_NEXT_14360.default' => false,
  40842.             'shopware.feature.flags.FEATURE_NEXT_14360.major' => true,
  40843.             'shopware.feature.flags.FEATURE_NEXT_14360.description' => 'App System 4.0 - Build action button messaging system',
  40844.             'shopware.feature.flags.FEATURE_NEXT_15172' => [
  40845.                 'default' => false,
  40846.                 'major' => true,
  40847.                 'description' => 'Sanitize html of fields with AllowHtml flag',
  40848.             ],
  40849.             'shopware.feature.flags.FEATURE_NEXT_15172.default' => false,
  40850.             'shopware.feature.flags.FEATURE_NEXT_15172.major' => true,
  40851.             'shopware.feature.flags.FEATURE_NEXT_15172.description' => 'Sanitize html of fields with AllowHtml flag',
  40852.             'shopware.feature.flags.FEATURE_NEXT_14001' => [
  40853.                 'default' => false,
  40854.                 'major' => true,
  40855.                 'description' => 'Newsletter DOI for registered customers',
  40856.             ],
  40857.             'shopware.feature.flags.FEATURE_NEXT_14001.default' => false,
  40858.             'shopware.feature.flags.FEATURE_NEXT_14001.major' => true,
  40859.             'shopware.feature.flags.FEATURE_NEXT_14001.description' => 'Newsletter DOI for registered customers',
  40860.             'shopware.feature.flags.FEATURE_NEXT_7739' => [
  40861.                 'default' => false,
  40862.                 'major' => true,
  40863.                 'description' => 'Optional salutation',
  40864.             ],
  40865.             'shopware.feature.flags.FEATURE_NEXT_7739.default' => false,
  40866.             'shopware.feature.flags.FEATURE_NEXT_7739.major' => true,
  40867.             'shopware.feature.flags.FEATURE_NEXT_7739.description' => 'Optional salutation',
  40868.             'shopware.feature.flags.FEATURE_NEXT_16200' => [
  40869.                 'default' => false,
  40870.                 'major' => false,
  40871.                 'description' => 'Register Doi Domain',
  40872.             ],
  40873.             'shopware.feature.flags.FEATURE_NEXT_16200.default' => false,
  40874.             'shopware.feature.flags.FEATURE_NEXT_16200.major' => false,
  40875.             'shopware.feature.flags.FEATURE_NEXT_16200.description' => 'Register Doi Domain',
  40876.             'shopware.feature.flags.FEATURE_NEXT_13410' => [
  40877.                 'default' => false,
  40878.                 'major' => true,
  40879.                 'description' => 'Make sales channels required in seo generator',
  40880.             ],
  40881.             'shopware.feature.flags.FEATURE_NEXT_13410.default' => false,
  40882.             'shopware.feature.flags.FEATURE_NEXT_13410.major' => true,
  40883.             'shopware.feature.flags.FEATURE_NEXT_13410.description' => 'Make sales channels required in seo generator',
  40884.             'shopware.feature.flags.FEATURE_NEXT_15917' => [
  40885.                 'default' => false,
  40886.                 'major' => true,
  40887.                 'description' => 'Move storefront script tags to head with defer',
  40888.             ],
  40889.             'shopware.feature.flags.FEATURE_NEXT_15917.default' => false,
  40890.             'shopware.feature.flags.FEATURE_NEXT_15917.major' => true,
  40891.             'shopware.feature.flags.FEATURE_NEXT_15917.description' => 'Move storefront script tags to head with defer',
  40892.             'shopware.feature.flags.FEATURE_NEXT_15957' => [
  40893.                 'default' => false,
  40894.                 'major' => true,
  40895.                 'description' => 'VAT id field for guest',
  40896.             ],
  40897.             'shopware.feature.flags.FEATURE_NEXT_15957.default' => false,
  40898.             'shopware.feature.flags.FEATURE_NEXT_15957.major' => true,
  40899.             'shopware.feature.flags.FEATURE_NEXT_15957.description' => 'VAT id field for guest',
  40900.             'shopware.feature.flags.FEATURE_NEXT_13601' => [
  40901.                 'default' => false,
  40902.                 'major' => true,
  40903.                 'description' => 'Default transaction state for async app payments',
  40904.             ],
  40905.             'shopware.feature.flags.FEATURE_NEXT_13601.default' => false,
  40906.             'shopware.feature.flags.FEATURE_NEXT_13601.major' => true,
  40907.             'shopware.feature.flags.FEATURE_NEXT_13601.description' => 'Default transaction state for async app payments',
  40908.             'shopware.feature.flags.FEATURE_NEXT_16992' => [
  40909.                 'default' => false,
  40910.                 'major' => true,
  40911.                 'description' => 'Remove page_product_detail_not_available and buy_widget_not_available block',
  40912.             ],
  40913.             'shopware.feature.flags.FEATURE_NEXT_16992.default' => false,
  40914.             'shopware.feature.flags.FEATURE_NEXT_16992.major' => true,
  40915.             'shopware.feature.flags.FEATURE_NEXT_16992.description' => 'Remove page_product_detail_not_available and buy_widget_not_available block',
  40916.             'shopware.feature.flags.FEATURE_NEXT_7530' => [
  40917.                 'default' => false,
  40918.                 'major' => true,
  40919.                 'description' => 'Improve orders UX in Administration',
  40920.             ],
  40921.             'shopware.feature.flags.FEATURE_NEXT_7530.default' => false,
  40922.             'shopware.feature.flags.FEATURE_NEXT_7530.major' => true,
  40923.             'shopware.feature.flags.FEATURE_NEXT_7530.description' => 'Improve orders UX in Administration',
  40924.             'shopware.feature.flags.FEATURE_NEXT_16824' => [
  40925.                 'default' => false,
  40926.                 'major' => true,
  40927.                 'description' => 'Cart merged event',
  40928.             ],
  40929.             'shopware.feature.flags.FEATURE_NEXT_16824.default' => false,
  40930.             'shopware.feature.flags.FEATURE_NEXT_16824.major' => true,
  40931.             'shopware.feature.flags.FEATURE_NEXT_16824.description' => 'Cart merged event',
  40932.             'shopware.feature.flags.FEATURE_NEXT_16271' => [
  40933.                 'default' => false,
  40934.                 'major' => true,
  40935.                 'description' => 'Refactor `sw-simple-search-field` component to a transparent wrapper component',
  40936.             ],
  40937.             'shopware.feature.flags.FEATURE_NEXT_16271.default' => false,
  40938.             'shopware.feature.flags.FEATURE_NEXT_16271.major' => true,
  40939.             'shopware.feature.flags.FEATURE_NEXT_16271.description' => 'Refactor `sw-simple-search-field` component to a transparent wrapper component',
  40940.             'shopware.feature.flags.FEATURE_NEXT_15381' => [
  40941.                 'default' => false,
  40942.                 'major' => true,
  40943.                 'description' => 'Save theme compilation',
  40944.             ],
  40945.             'shopware.feature.flags.FEATURE_NEXT_15381.default' => false,
  40946.             'shopware.feature.flags.FEATURE_NEXT_15381.major' => true,
  40947.             'shopware.feature.flags.FEATURE_NEXT_15381.description' => 'Save theme compilation',
  40948.             'shopware.feature.flags.FEATURE_NEXT_17275' => [
  40949.                 'default' => false,
  40950.                 'major' => true,
  40951.                 'description' => 'StorefrontRenderEvent only gets original view',
  40952.             ],
  40953.             'shopware.feature.flags.FEATURE_NEXT_17275.default' => false,
  40954.             'shopware.feature.flags.FEATURE_NEXT_17275.major' => true,
  40955.             'shopware.feature.flags.FEATURE_NEXT_17275.description' => 'StorefrontRenderEvent only gets original view',
  40956.             'shopware.feature.flags.FEATURE_NEXT_17016' => [
  40957.                 'default' => false,
  40958.                 'major' => true,
  40959.                 'description' => 'Add, update or improve the selection and specification of Rule Builder Condition Fields.',
  40960.             ],
  40961.             'shopware.feature.flags.FEATURE_NEXT_17016.default' => false,
  40962.             'shopware.feature.flags.FEATURE_NEXT_17016.major' => true,
  40963.             'shopware.feature.flags.FEATURE_NEXT_17016.description' => 'Add, update or improve the selection and specification of Rule Builder Condition Fields.',
  40964.             'shopware.feature.flags.FEATURE_NEXT_16236' => [
  40965.                 'default' => false,
  40966.                 'major' => true,
  40967.                 'description' => 'Change customer creation behaviour on checkout/register page to opt in customer account.',
  40968.             ],
  40969.             'shopware.feature.flags.FEATURE_NEXT_16236.default' => false,
  40970.             'shopware.feature.flags.FEATURE_NEXT_16236.major' => true,
  40971.             'shopware.feature.flags.FEATURE_NEXT_16236.description' => 'Change customer creation behaviour on checkout/register page to opt in customer account.',
  40972.             'shopware.feature.flags.FEATURE_NEXT_16640' => [
  40973.                 'default' => false,
  40974.                 'major' => true,
  40975.                 'description' => 'Change ExceptionHandlerInterface by removing Command $command argument',
  40976.             ],
  40977.             'shopware.feature.flags.FEATURE_NEXT_16640.default' => false,
  40978.             'shopware.feature.flags.FEATURE_NEXT_16640.major' => true,
  40979.             'shopware.feature.flags.FEATURE_NEXT_16640.description' => 'Change ExceptionHandlerInterface by removing Command $command argument',
  40980.             'shopware.feature.flags.FEATURE_NEXT_17858' => [
  40981.                 'default' => false,
  40982.                 'major' => true,
  40983.                 'description' => 'Major feature flag for Business Event',
  40984.             ],
  40985.             'shopware.feature.flags.FEATURE_NEXT_17858.default' => false,
  40986.             'shopware.feature.flags.FEATURE_NEXT_17858.major' => true,
  40987.             'shopware.feature.flags.FEATURE_NEXT_17858.description' => 'Major feature flag for Business Event',
  40988.             'shopware.feature.flags.FEATURE_NEXT_6758' => [
  40989.                 'default' => false,
  40990.                 'major' => true,
  40991.                 'description' => 'Layout assignment for category as list',
  40992.             ],
  40993.             'shopware.feature.flags.FEATURE_NEXT_6758.default' => false,
  40994.             'shopware.feature.flags.FEATURE_NEXT_6758.major' => true,
  40995.             'shopware.feature.flags.FEATURE_NEXT_6758.description' => 'Layout assignment for category as list',
  40996.             'shopware.feature.flags.FEATURE_NEXT_19048' => [
  40997.                 'default' => false,
  40998.                 'major' => true,
  40999.                 'description' => 'Fix media resolution in theme',
  41000.             ],
  41001.             'shopware.feature.flags.FEATURE_NEXT_19048.default' => false,
  41002.             'shopware.feature.flags.FEATURE_NEXT_19048.major' => true,
  41003.             'shopware.feature.flags.FEATURE_NEXT_19048.description' => 'Fix media resolution in theme',
  41004.             'shopware.feature.flags.FEATURE_NEXT_19822' => [
  41005.                 'default' => false,
  41006.                 'major' => true,
  41007.                 'description' => 'Enables lazy loading components in the administration',
  41008.             ],
  41009.             'shopware.feature.flags.FEATURE_NEXT_19822.default' => false,
  41010.             'shopware.feature.flags.FEATURE_NEXT_19822.major' => true,
  41011.             'shopware.feature.flags.FEATURE_NEXT_19822.description' => 'Enables lazy loading components in the administration',
  41012.             'shopware.feature.flags.FEATURE_NEXT_18129' => [
  41013.                 'default' => false,
  41014.                 'major' => true,
  41015.                 'description' => 'Require positionIdentifier for some components',
  41016.             ],
  41017.             'shopware.feature.flags.FEATURE_NEXT_18129.default' => false,
  41018.             'shopware.feature.flags.FEATURE_NEXT_18129.major' => true,
  41019.             'shopware.feature.flags.FEATURE_NEXT_18129.description' => 'Require positionIdentifier for some components',
  41020.             'shopware.feature.flags.FEATURE_NEXT_19163' => [
  41021.                 'default' => false,
  41022.                 'major' => true,
  41023.                 'description' => 'one to one inheritance',
  41024.             ],
  41025.             'shopware.feature.flags.FEATURE_NEXT_19163.default' => false,
  41026.             'shopware.feature.flags.FEATURE_NEXT_19163.major' => true,
  41027.             'shopware.feature.flags.FEATURE_NEXT_19163.description' => 'one to one inheritance',
  41028.             'shopware.feature.flags.FEATURE_NEXT_18187' => [
  41029.                 'default' => false,
  41030.                 'major' => true,
  41031.                 'description' => 'Move admin dashboard statistics into separate component',
  41032.             ],
  41033.             'shopware.feature.flags.FEATURE_NEXT_18187.default' => false,
  41034.             'shopware.feature.flags.FEATURE_NEXT_18187.major' => true,
  41035.             'shopware.feature.flags.FEATURE_NEXT_18187.description' => 'Move admin dashboard statistics into separate component',
  41036.             'shopware.feature.flags.FEATURE_NEXT_17978' => [
  41037.                 'default' => false,
  41038.                 'major' => true,
  41039.                 'description' => 'Change component factory to work with extension overrides in Administration',
  41040.             ],
  41041.             'shopware.feature.flags.FEATURE_NEXT_17978.default' => false,
  41042.             'shopware.feature.flags.FEATURE_NEXT_17978.major' => true,
  41043.             'shopware.feature.flags.FEATURE_NEXT_17978.description' => 'Change component factory to work with extension overrides in Administration',
  41044.             'shopware.feature.flags.FEATURE_NEXT_11634' => [
  41045.                 'default' => false,
  41046.                 'major' => true,
  41047.                 'description' => 'Webpack alias refactor',
  41048.             ],
  41049.             'shopware.feature.flags.FEATURE_NEXT_11634.default' => false,
  41050.             'shopware.feature.flags.FEATURE_NEXT_11634.major' => true,
  41051.             'shopware.feature.flags.FEATURE_NEXT_11634.description' => 'Webpack alias refactor',
  41052.             'shopware.feature.flags.FEATURE_NEXT_21547' => [
  41053.                 'default' => false,
  41054.                 'major' => true,
  41055.                 'description' => 'Change admin criteria defaults',
  41056.             ],
  41057.             'shopware.feature.flags.FEATURE_NEXT_21547.default' => false,
  41058.             'shopware.feature.flags.FEATURE_NEXT_21547.major' => true,
  41059.             'shopware.feature.flags.FEATURE_NEXT_21547.description' => 'Change admin criteria defaults',
  41060.             'shopware.feature.flags.FEATURE_NEXT_22900' => [
  41061.                 'default' => false,
  41062.                 'major' => true,
  41063.                 'description' => 'Admin search configuration is used in Elasticsearch',
  41064.             ],
  41065.             'shopware.feature.flags.FEATURE_NEXT_22900.default' => false,
  41066.             'shopware.feature.flags.FEATURE_NEXT_22900.major' => true,
  41067.             'shopware.feature.flags.FEATURE_NEXT_22900.description' => 'Admin search configuration is used in Elasticsearch',
  41068.             'shopware.profiler' => [
  41069.                 'integrations' => [
  41070.                     => 'Symfony',
  41071.                 ],
  41072.             ],
  41073.             'shopware.profiler.integrations' => [
  41074.                 => 'Symfony',
  41075.             ],
  41076.             'shopware.profiler.integrations.0' => 'Symfony',
  41077.             'shopware.filesystem' => [
  41078.                 'private' => [
  41079.                     'type' => 'local',
  41080.                     'config' => [
  41081.                         'root' => (\dirname(__DIR__4).'/files'),
  41082.                     ],
  41083.                 ],
  41084.                 'public' => [
  41085.                     'type' => 'local',
  41086.                     'config' => [
  41087.                         'root' => (\dirname(__DIR__4).'/public'),
  41088.                     ],
  41089.                 ],
  41090.                 'temp' => [
  41091.                     'type' => 'local',
  41092.                     'config' => [
  41093.                         'root' => \dirname(__DIR__3),
  41094.                     ],
  41095.                 ],
  41096.                 'theme' => [
  41097.                 ],
  41098.                 'asset' => [
  41099.                 ],
  41100.                 'sitemap' => [
  41101.                 ],
  41102.                 'allowed_extensions' => [
  41103.                     => 'jpg',
  41104.                     => 'jpeg',
  41105.                     => 'png',
  41106.                     => 'webp',
  41107.                     => 'gif',
  41108.                     => 'svg',
  41109.                     => 'bmp',
  41110.                     => 'tiff',
  41111.                     => 'tif',
  41112.                     => 'eps',
  41113.                     10 => 'webm',
  41114.                     11 => 'mkv',
  41115.                     12 => 'flv',
  41116.                     13 => 'ogv',
  41117.                     14 => 'ogg',
  41118.                     15 => 'mov',
  41119.                     16 => 'mp4',
  41120.                     17 => 'avi',
  41121.                     18 => 'wmv',
  41122.                     19 => 'pdf',
  41123.                     20 => 'aac',
  41124.                     21 => 'mp3',
  41125.                     22 => 'wav',
  41126.                     23 => 'flac',
  41127.                     24 => 'oga',
  41128.                     25 => 'wma',
  41129.                     26 => 'txt',
  41130.                     27 => 'doc',
  41131.                     28 => 'ico',
  41132.                 ],
  41133.                 'private_allowed_extensions' => [
  41134.                     => 'jpg',
  41135.                     => 'jpeg',
  41136.                     => 'png',
  41137.                     => 'webp',
  41138.                     => 'gif',
  41139.                     => 'svg',
  41140.                     => 'bmp',
  41141.                     => 'tiff',
  41142.                     => 'tif',
  41143.                     => 'eps',
  41144.                     10 => 'webm',
  41145.                     11 => 'mkv',
  41146.                     12 => 'flv',
  41147.                     13 => 'ogv',
  41148.                     14 => 'ogg',
  41149.                     15 => 'mov',
  41150.                     16 => 'mp4',
  41151.                     17 => 'avi',
  41152.                     18 => 'wmv',
  41153.                     19 => 'pdf',
  41154.                     20 => 'aac',
  41155.                     21 => 'mp3',
  41156.                     22 => 'wav',
  41157.                     23 => 'flac',
  41158.                     24 => 'oga',
  41159.                     25 => 'wma',
  41160.                     26 => 'txt',
  41161.                     27 => 'doc',
  41162.                     28 => 'ico',
  41163.                     29 => 'zip',
  41164.                     30 => 'rar',
  41165.                 ],
  41166.                 'private_local_download_strategy' => 'php',
  41167.             ],
  41168.             'shopware.filesystem.private' => [
  41169.                 'type' => 'local',
  41170.                 'config' => [
  41171.                     'root' => (\dirname(__DIR__4).'/files'),
  41172.                 ],
  41173.             ],
  41174.             'shopware.filesystem.private.type' => 'local',
  41175.             'shopware.filesystem.private.config' => [
  41176.                 'root' => (\dirname(__DIR__4).'/files'),
  41177.             ],
  41178.             'shopware.filesystem.private.config.root' => (\dirname(__DIR__4).'/files'),
  41179.             'shopware.filesystem.public' => [
  41180.                 'type' => 'local',
  41181.                 'config' => [
  41182.                     'root' => (\dirname(__DIR__4).'/public'),
  41183.                 ],
  41184.             ],
  41185.             'shopware.filesystem.public.type' => 'local',
  41186.             'shopware.filesystem.public.config' => [
  41187.                 'root' => (\dirname(__DIR__4).'/public'),
  41188.             ],
  41189.             'shopware.filesystem.public.config.root' => (\dirname(__DIR__4).'/public'),
  41190.             'shopware.filesystem.temp' => [
  41191.                 'type' => 'local',
  41192.                 'config' => [
  41193.                     'root' => \dirname(__DIR__3),
  41194.                 ],
  41195.             ],
  41196.             'shopware.filesystem.temp.type' => 'local',
  41197.             'shopware.filesystem.temp.config' => [
  41198.                 'root' => \dirname(__DIR__3),
  41199.             ],
  41200.             'shopware.filesystem.temp.config.root' => \dirname(__DIR__3),
  41201.             'shopware.filesystem.theme' => [
  41202.                 'type' => 'local',
  41203.                 'config' => [
  41204.                     'root' => (\dirname(__DIR__4).'/public'),
  41205.                 ],
  41206.             ],
  41207.             'shopware.filesystem.asset' => [
  41208.                 'type' => 'local',
  41209.                 'config' => [
  41210.                     'root' => (\dirname(__DIR__4).'/public'),
  41211.                 ],
  41212.             ],
  41213.             'shopware.filesystem.sitemap' => [
  41214.                 'type' => 'local',
  41215.                 'config' => [
  41216.                     'root' => (\dirname(__DIR__4).'/public'),
  41217.                 ],
  41218.             ],
  41219.             'shopware.filesystem.allowed_extensions' => [
  41220.                 => 'jpg',
  41221.                 => 'jpeg',
  41222.                 => 'png',
  41223.                 => 'webp',
  41224.                 => 'gif',
  41225.                 => 'svg',
  41226.                 => 'bmp',
  41227.                 => 'tiff',
  41228.                 => 'tif',
  41229.                 => 'eps',
  41230.                 10 => 'webm',
  41231.                 11 => 'mkv',
  41232.                 12 => 'flv',
  41233.                 13 => 'ogv',
  41234.                 14 => 'ogg',
  41235.                 15 => 'mov',
  41236.                 16 => 'mp4',
  41237.                 17 => 'avi',
  41238.                 18 => 'wmv',
  41239.                 19 => 'pdf',
  41240.                 20 => 'aac',
  41241.                 21 => 'mp3',
  41242.                 22 => 'wav',
  41243.                 23 => 'flac',
  41244.                 24 => 'oga',
  41245.                 25 => 'wma',
  41246.                 26 => 'txt',
  41247.                 27 => 'doc',
  41248.                 28 => 'ico',
  41249.             ],
  41250.             'shopware.filesystem.allowed_extensions.0' => 'jpg',
  41251.             'shopware.filesystem.allowed_extensions.1' => 'jpeg',
  41252.             'shopware.filesystem.allowed_extensions.2' => 'png',
  41253.             'shopware.filesystem.allowed_extensions.3' => 'webp',
  41254.             'shopware.filesystem.allowed_extensions.4' => 'gif',
  41255.             'shopware.filesystem.allowed_extensions.5' => 'svg',
  41256.             'shopware.filesystem.allowed_extensions.6' => 'bmp',
  41257.             'shopware.filesystem.allowed_extensions.7' => 'tiff',
  41258.             'shopware.filesystem.allowed_extensions.8' => 'tif',
  41259.             'shopware.filesystem.allowed_extensions.9' => 'eps',
  41260.             'shopware.filesystem.allowed_extensions.10' => 'webm',
  41261.             'shopware.filesystem.allowed_extensions.11' => 'mkv',
  41262.             'shopware.filesystem.allowed_extensions.12' => 'flv',
  41263.             'shopware.filesystem.allowed_extensions.13' => 'ogv',
  41264.             'shopware.filesystem.allowed_extensions.14' => 'ogg',
  41265.             'shopware.filesystem.allowed_extensions.15' => 'mov',
  41266.             'shopware.filesystem.allowed_extensions.16' => 'mp4',
  41267.             'shopware.filesystem.allowed_extensions.17' => 'avi',
  41268.             'shopware.filesystem.allowed_extensions.18' => 'wmv',
  41269.             'shopware.filesystem.allowed_extensions.19' => 'pdf',
  41270.             'shopware.filesystem.allowed_extensions.20' => 'aac',
  41271.             'shopware.filesystem.allowed_extensions.21' => 'mp3',
  41272.             'shopware.filesystem.allowed_extensions.22' => 'wav',
  41273.             'shopware.filesystem.allowed_extensions.23' => 'flac',
  41274.             'shopware.filesystem.allowed_extensions.24' => 'oga',
  41275.             'shopware.filesystem.allowed_extensions.25' => 'wma',
  41276.             'shopware.filesystem.allowed_extensions.26' => 'txt',
  41277.             'shopware.filesystem.allowed_extensions.27' => 'doc',
  41278.             'shopware.filesystem.allowed_extensions.28' => 'ico',
  41279.             'shopware.filesystem.private_allowed_extensions' => [
  41280.                 => 'jpg',
  41281.                 => 'jpeg',
  41282.                 => 'png',
  41283.                 => 'webp',
  41284.                 => 'gif',
  41285.                 => 'svg',
  41286.                 => 'bmp',
  41287.                 => 'tiff',
  41288.                 => 'tif',
  41289.                 => 'eps',
  41290.                 10 => 'webm',
  41291.                 11 => 'mkv',
  41292.                 12 => 'flv',
  41293.                 13 => 'ogv',
  41294.                 14 => 'ogg',
  41295.                 15 => 'mov',
  41296.                 16 => 'mp4',
  41297.                 17 => 'avi',
  41298.                 18 => 'wmv',
  41299.                 19 => 'pdf',
  41300.                 20 => 'aac',
  41301.                 21 => 'mp3',
  41302.                 22 => 'wav',
  41303.                 23 => 'flac',
  41304.                 24 => 'oga',
  41305.                 25 => 'wma',
  41306.                 26 => 'txt',
  41307.                 27 => 'doc',
  41308.                 28 => 'ico',
  41309.                 29 => 'zip',
  41310.                 30 => 'rar',
  41311.             ],
  41312.             'shopware.filesystem.private_allowed_extensions.0' => 'jpg',
  41313.             'shopware.filesystem.private_allowed_extensions.1' => 'jpeg',
  41314.             'shopware.filesystem.private_allowed_extensions.2' => 'png',
  41315.             'shopware.filesystem.private_allowed_extensions.3' => 'webp',
  41316.             'shopware.filesystem.private_allowed_extensions.4' => 'gif',
  41317.             'shopware.filesystem.private_allowed_extensions.5' => 'svg',
  41318.             'shopware.filesystem.private_allowed_extensions.6' => 'bmp',
  41319.             'shopware.filesystem.private_allowed_extensions.7' => 'tiff',
  41320.             'shopware.filesystem.private_allowed_extensions.8' => 'tif',
  41321.             'shopware.filesystem.private_allowed_extensions.9' => 'eps',
  41322.             'shopware.filesystem.private_allowed_extensions.10' => 'webm',
  41323.             'shopware.filesystem.private_allowed_extensions.11' => 'mkv',
  41324.             'shopware.filesystem.private_allowed_extensions.12' => 'flv',
  41325.             'shopware.filesystem.private_allowed_extensions.13' => 'ogv',
  41326.             'shopware.filesystem.private_allowed_extensions.14' => 'ogg',
  41327.             'shopware.filesystem.private_allowed_extensions.15' => 'mov',
  41328.             'shopware.filesystem.private_allowed_extensions.16' => 'mp4',
  41329.             'shopware.filesystem.private_allowed_extensions.17' => 'avi',
  41330.             'shopware.filesystem.private_allowed_extensions.18' => 'wmv',
  41331.             'shopware.filesystem.private_allowed_extensions.19' => 'pdf',
  41332.             'shopware.filesystem.private_allowed_extensions.20' => 'aac',
  41333.             'shopware.filesystem.private_allowed_extensions.21' => 'mp3',
  41334.             'shopware.filesystem.private_allowed_extensions.22' => 'wav',
  41335.             'shopware.filesystem.private_allowed_extensions.23' => 'flac',
  41336.             'shopware.filesystem.private_allowed_extensions.24' => 'oga',
  41337.             'shopware.filesystem.private_allowed_extensions.25' => 'wma',
  41338.             'shopware.filesystem.private_allowed_extensions.26' => 'txt',
  41339.             'shopware.filesystem.private_allowed_extensions.27' => 'doc',
  41340.             'shopware.filesystem.private_allowed_extensions.28' => 'ico',
  41341.             'shopware.filesystem.private_allowed_extensions.29' => 'zip',
  41342.             'shopware.filesystem.private_allowed_extensions.30' => 'rar',
  41343.             'shopware.filesystem.private_local_download_strategy' => 'php',
  41344.             'shopware.cdn.url' => '',
  41345.             'shopware.increment' => [
  41346.                 'user_activity' => [
  41347.                     'type' => 'mysql',
  41348.                 ],
  41349.                 'message_queue' => [
  41350.                     'type' => 'mysql',
  41351.                 ],
  41352.             ],
  41353.             'shopware.increment.user_activity' => [
  41354.                 'type' => 'mysql',
  41355.             ],
  41356.             'shopware.increment.user_activity.type' => 'mysql',
  41357.             'shopware.increment.message_queue' => [
  41358.                 'type' => 'mysql',
  41359.             ],
  41360.             'shopware.increment.message_queue.type' => 'mysql',
  41361.             'shopware.api' => [
  41362.                 'max_limit' => 100,
  41363.                 'api_browser' => [
  41364.                     'auth_required' => false,
  41365.                 ],
  41366.                 'store' => [
  41367.                     'context_lifetime' => 'P1D',
  41368.                 ],
  41369.                 'rate_limiter' => [
  41370.                     'login' => [
  41371.                         'enabled' => true,
  41372.                         'policy' => 'time_backoff',
  41373.                         'reset' => '24 hours',
  41374.                         'limits' => [
  41375.                             => [
  41376.                                 'limit' => 10,
  41377.                                 'interval' => '10 seconds',
  41378.                             ],
  41379.                             => [
  41380.                                 'limit' => 15,
  41381.                                 'interval' => '30 seconds',
  41382.                             ],
  41383.                             => [
  41384.                                 'limit' => 20,
  41385.                                 'interval' => '60 seconds',
  41386.                             ],
  41387.                         ],
  41388.                         'lock_factory' => 'lock.factory',
  41389.                         'cache_pool' => 'cache.rate_limiter',
  41390.                     ],
  41391.                     'guest_login' => [
  41392.                         'enabled' => true,
  41393.                         'policy' => 'time_backoff',
  41394.                         'reset' => '24 hours',
  41395.                         'limits' => [
  41396.                             => [
  41397.                                 'limit' => 10,
  41398.                                 'interval' => '10 seconds',
  41399.                             ],
  41400.                             => [
  41401.                                 'limit' => 15,
  41402.                                 'interval' => '30 seconds',
  41403.                             ],
  41404.                             => [
  41405.                                 'limit' => 20,
  41406.                                 'interval' => '60 seconds',
  41407.                             ],
  41408.                         ],
  41409.                         'lock_factory' => 'lock.factory',
  41410.                         'cache_pool' => 'cache.rate_limiter',
  41411.                     ],
  41412.                     'oauth' => [
  41413.                         'enabled' => true,
  41414.                         'policy' => 'time_backoff',
  41415.                         'reset' => '24 hours',
  41416.                         'limits' => [
  41417.                             => [
  41418.                                 'limit' => 10,
  41419.                                 'interval' => '10 seconds',
  41420.                             ],
  41421.                             => [
  41422.                                 'limit' => 15,
  41423.                                 'interval' => '30 seconds',
  41424.                             ],
  41425.                             => [
  41426.                                 'limit' => 20,
  41427.                                 'interval' => '60 seconds',
  41428.                             ],
  41429.                         ],
  41430.                         'lock_factory' => 'lock.factory',
  41431.                         'cache_pool' => 'cache.rate_limiter',
  41432.                     ],
  41433.                     'reset_password' => [
  41434.                         'enabled' => true,
  41435.                         'policy' => 'time_backoff',
  41436.                         'reset' => '24 hours',
  41437.                         'limits' => [
  41438.                             => [
  41439.                                 'limit' => 3,
  41440.                                 'interval' => '30 seconds',
  41441.                             ],
  41442.                             => [
  41443.                                 'limit' => 5,
  41444.                                 'interval' => '60 seconds',
  41445.                             ],
  41446.                             => [
  41447.                                 'limit' => 10,
  41448.                                 'interval' => '90 seconds',
  41449.                             ],
  41450.                         ],
  41451.                         'lock_factory' => 'lock.factory',
  41452.                         'cache_pool' => 'cache.rate_limiter',
  41453.                     ],
  41454.                     'user_recovery' => [
  41455.                         'enabled' => true,
  41456.                         'policy' => 'time_backoff',
  41457.                         'reset' => '24 hours',
  41458.                         'limits' => [
  41459.                             => [
  41460.                                 'limit' => 3,
  41461.                                 'interval' => '30 seconds',
  41462.                             ],
  41463.                             => [
  41464.                                 'limit' => 5,
  41465.                                 'interval' => '60 seconds',
  41466.                             ],
  41467.                             => [
  41468.                                 'limit' => 10,
  41469.                                 'interval' => '90 seconds',
  41470.                             ],
  41471.                         ],
  41472.                         'lock_factory' => 'lock.factory',
  41473.                         'cache_pool' => 'cache.rate_limiter',
  41474.                     ],
  41475.                     'contact_form' => [
  41476.                         'enabled' => true,
  41477.                         'policy' => 'time_backoff',
  41478.                         'reset' => '24 hours',
  41479.                         'limits' => [
  41480.                             => [
  41481.                                 'limit' => 3,
  41482.                                 'interval' => '30 seconds',
  41483.                             ],
  41484.                             => [
  41485.                                 'limit' => 5,
  41486.                                 'interval' => '60 seconds',
  41487.                             ],
  41488.                             => [
  41489.                                 'limit' => 10,
  41490.                                 'interval' => '90 seconds',
  41491.                             ],
  41492.                         ],
  41493.                         'lock_factory' => 'lock.factory',
  41494.                         'cache_pool' => 'cache.rate_limiter',
  41495.                     ],
  41496.                     'notification' => [
  41497.                         'enabled' => true,
  41498.                         'policy' => 'time_backoff',
  41499.                         'reset' => '24 hours',
  41500.                         'limits' => [
  41501.                             => [
  41502.                                 'limit' => 10,
  41503.                                 'interval' => '10 seconds',
  41504.                             ],
  41505.                             => [
  41506.                                 'limit' => 15,
  41507.                                 'interval' => '30 seconds',
  41508.                             ],
  41509.                             => [
  41510.                                 'limit' => 20,
  41511.                                 'interval' => '60 seconds',
  41512.                             ],
  41513.                         ],
  41514.                         'lock_factory' => 'lock.factory',
  41515.                         'cache_pool' => 'cache.rate_limiter',
  41516.                     ],
  41517.                     'newsletter_form' => [
  41518.                         'enabled' => true,
  41519.                         'policy' => 'time_backoff',
  41520.                         'reset' => '24 hours',
  41521.                         'limits' => [
  41522.                             => [
  41523.                                 'limit' => 3,
  41524.                                 'interval' => '30 seconds',
  41525.                             ],
  41526.                             => [
  41527.                                 'limit' => 5,
  41528.                                 'interval' => '60 seconds',
  41529.                             ],
  41530.                             => [
  41531.                                 'limit' => 10,
  41532.                                 'interval' => '90 seconds',
  41533.                             ],
  41534.                         ],
  41535.                         'lock_factory' => 'lock.factory',
  41536.                         'cache_pool' => 'cache.rate_limiter',
  41537.                     ],
  41538.                     'cart_add_line_item' => [
  41539.                         'enabled' => true,
  41540.                         'policy' => 'system_config',
  41541.                         'reset' => '1 hours',
  41542.                         'limits' => [
  41543.                             => [
  41544.                                 'domain' => 'core.cart.lineItemAddLimit',
  41545.                                 'interval' => '60 seconds',
  41546.                             ],
  41547.                         ],
  41548.                         'lock_factory' => 'lock.factory',
  41549.                         'cache_pool' => 'cache.rate_limiter',
  41550.                     ],
  41551.                 ],
  41552.             ],
  41553.             'shopware.api.max_limit' => 100,
  41554.             'shopware.api.api_browser' => [
  41555.                 'auth_required' => false,
  41556.             ],
  41557.             'shopware.api.api_browser.auth_required' => false,
  41558.             'shopware.api.api_browser.auth_required_str' => '0',
  41559.             'shopware.api.store' => [
  41560.                 'context_lifetime' => 'P1D',
  41561.             ],
  41562.             'shopware.api.store.context_lifetime' => 'P1D',
  41563.             'shopware.api.rate_limiter' => [
  41564.                 'login' => [
  41565.                     'enabled' => true,
  41566.                     'policy' => 'time_backoff',
  41567.                     'reset' => '24 hours',
  41568.                     'limits' => [
  41569.                         => [
  41570.                             'limit' => 10,
  41571.                             'interval' => '10 seconds',
  41572.                         ],
  41573.                         => [
  41574.                             'limit' => 15,
  41575.                             'interval' => '30 seconds',
  41576.                         ],
  41577.                         => [
  41578.                             'limit' => 20,
  41579.                             'interval' => '60 seconds',
  41580.                         ],
  41581.                     ],
  41582.                     'lock_factory' => 'lock.factory',
  41583.                     'cache_pool' => 'cache.rate_limiter',
  41584.                 ],
  41585.                 'guest_login' => [
  41586.                     'enabled' => true,
  41587.                     'policy' => 'time_backoff',
  41588.                     'reset' => '24 hours',
  41589.                     'limits' => [
  41590.                         => [
  41591.                             'limit' => 10,
  41592.                             'interval' => '10 seconds',
  41593.                         ],
  41594.                         => [
  41595.                             'limit' => 15,
  41596.                             'interval' => '30 seconds',
  41597.                         ],
  41598.                         => [
  41599.                             'limit' => 20,
  41600.                             'interval' => '60 seconds',
  41601.                         ],
  41602.                     ],
  41603.                     'lock_factory' => 'lock.factory',
  41604.                     'cache_pool' => 'cache.rate_limiter',
  41605.                 ],
  41606.                 'oauth' => [
  41607.                     'enabled' => true,
  41608.                     'policy' => 'time_backoff',
  41609.                     'reset' => '24 hours',
  41610.                     'limits' => [
  41611.                         => [
  41612.                             'limit' => 10,
  41613.                             'interval' => '10 seconds',
  41614.                         ],
  41615.                         => [
  41616.                             'limit' => 15,
  41617.                             'interval' => '30 seconds',
  41618.                         ],
  41619.                         => [
  41620.                             'limit' => 20,
  41621.                             'interval' => '60 seconds',
  41622.                         ],
  41623.                     ],
  41624.                     'lock_factory' => 'lock.factory',
  41625.                     'cache_pool' => 'cache.rate_limiter',
  41626.                 ],
  41627.                 'reset_password' => [
  41628.                     'enabled' => true,
  41629.                     'policy' => 'time_backoff',
  41630.                     'reset' => '24 hours',
  41631.                     'limits' => [
  41632.                         => [
  41633.                             'limit' => 3,
  41634.                             'interval' => '30 seconds',
  41635.                         ],
  41636.                         => [
  41637.                             'limit' => 5,
  41638.                             'interval' => '60 seconds',
  41639.                         ],
  41640.                         => [
  41641.                             'limit' => 10,
  41642.                             'interval' => '90 seconds',
  41643.                         ],
  41644.                     ],
  41645.                     'lock_factory' => 'lock.factory',
  41646.                     'cache_pool' => 'cache.rate_limiter',
  41647.                 ],
  41648.                 'user_recovery' => [
  41649.                     'enabled' => true,
  41650.                     'policy' => 'time_backoff',
  41651.                     'reset' => '24 hours',
  41652.                     'limits' => [
  41653.                         => [
  41654.                             'limit' => 3,
  41655.                             'interval' => '30 seconds',
  41656.                         ],
  41657.                         => [
  41658.                             'limit' => 5,
  41659.                             'interval' => '60 seconds',
  41660.                         ],
  41661.                         => [
  41662.                             'limit' => 10,
  41663.                             'interval' => '90 seconds',
  41664.                         ],
  41665.                     ],
  41666.                     'lock_factory' => 'lock.factory',
  41667.                     'cache_pool' => 'cache.rate_limiter',
  41668.                 ],
  41669.                 'contact_form' => [
  41670.                     'enabled' => true,
  41671.                     'policy' => 'time_backoff',
  41672.                     'reset' => '24 hours',
  41673.                     'limits' => [
  41674.                         => [
  41675.                             'limit' => 3,
  41676.                             'interval' => '30 seconds',
  41677.                         ],
  41678.                         => [
  41679.                             'limit' => 5,
  41680.                             'interval' => '60 seconds',
  41681.                         ],
  41682.                         => [
  41683.                             'limit' => 10,
  41684.                             'interval' => '90 seconds',
  41685.                         ],
  41686.                     ],
  41687.                     'lock_factory' => 'lock.factory',
  41688.                     'cache_pool' => 'cache.rate_limiter',
  41689.                 ],
  41690.                 'notification' => [
  41691.                     'enabled' => true,
  41692.                     'policy' => 'time_backoff',
  41693.                     'reset' => '24 hours',
  41694.                     'limits' => [
  41695.                         => [
  41696.                             'limit' => 10,
  41697.                             'interval' => '10 seconds',
  41698.                         ],
  41699.                         => [
  41700.                             'limit' => 15,
  41701.                             'interval' => '30 seconds',
  41702.                         ],
  41703.                         => [
  41704.                             'limit' => 20,
  41705.                             'interval' => '60 seconds',
  41706.                         ],
  41707.                     ],
  41708.                     'lock_factory' => 'lock.factory',
  41709.                     'cache_pool' => 'cache.rate_limiter',
  41710.                 ],
  41711.                 'newsletter_form' => [
  41712.                     'enabled' => true,
  41713.                     'policy' => 'time_backoff',
  41714.                     'reset' => '24 hours',
  41715.                     'limits' => [
  41716.                         => [
  41717.                             'limit' => 3,
  41718.                             'interval' => '30 seconds',
  41719.                         ],
  41720.                         => [
  41721.                             'limit' => 5,
  41722.                             'interval' => '60 seconds',
  41723.                         ],
  41724.                         => [
  41725.                             'limit' => 10,
  41726.                             'interval' => '90 seconds',
  41727.                         ],
  41728.                     ],
  41729.                     'lock_factory' => 'lock.factory',
  41730.                     'cache_pool' => 'cache.rate_limiter',
  41731.                 ],
  41732.                 'cart_add_line_item' => [
  41733.                     'enabled' => true,
  41734.                     'policy' => 'system_config',
  41735.                     'reset' => '1 hours',
  41736.                     'limits' => [
  41737.                         => [
  41738.                             'domain' => 'core.cart.lineItemAddLimit',
  41739.                             'interval' => '60 seconds',
  41740.                         ],
  41741.                     ],
  41742.                     'lock_factory' => 'lock.factory',
  41743.                     'cache_pool' => 'cache.rate_limiter',
  41744.                 ],
  41745.             ],
  41746.             'shopware.api.rate_limiter.login' => [
  41747.                 'enabled' => true,
  41748.                 'policy' => 'time_backoff',
  41749.                 'reset' => '24 hours',
  41750.                 'limits' => [
  41751.                     => [
  41752.                         'limit' => 10,
  41753.                         'interval' => '10 seconds',
  41754.                     ],
  41755.                     => [
  41756.                         'limit' => 15,
  41757.                         'interval' => '30 seconds',
  41758.                     ],
  41759.                     => [
  41760.                         'limit' => 20,
  41761.                         'interval' => '60 seconds',
  41762.                     ],
  41763.                 ],
  41764.                 'lock_factory' => 'lock.factory',
  41765.                 'cache_pool' => 'cache.rate_limiter',
  41766.             ],
  41767.             'shopware.api.rate_limiter.login.enabled' => true,
  41768.             'shopware.api.rate_limiter.login.policy' => 'time_backoff',
  41769.             'shopware.api.rate_limiter.login.reset' => '24 hours',
  41770.             'shopware.api.rate_limiter.login.limits' => [
  41771.                 => [
  41772.                     'limit' => 10,
  41773.                     'interval' => '10 seconds',
  41774.                 ],
  41775.                 => [
  41776.                     'limit' => 15,
  41777.                     'interval' => '30 seconds',
  41778.                 ],
  41779.                 => [
  41780.                     'limit' => 20,
  41781.                     'interval' => '60 seconds',
  41782.                 ],
  41783.             ],
  41784.             'shopware.api.rate_limiter.login.limits.0' => [
  41785.                 'limit' => 10,
  41786.                 'interval' => '10 seconds',
  41787.             ],
  41788.             'shopware.api.rate_limiter.login.limits.0.limit' => 10,
  41789.             'shopware.api.rate_limiter.login.limits.0.interval' => '10 seconds',
  41790.             'shopware.api.rate_limiter.login.limits.1' => [
  41791.                 'limit' => 15,
  41792.                 'interval' => '30 seconds',
  41793.             ],
  41794.             'shopware.api.rate_limiter.login.limits.1.limit' => 15,
  41795.             'shopware.api.rate_limiter.login.limits.1.interval' => '30 seconds',
  41796.             'shopware.api.rate_limiter.login.limits.2' => [
  41797.                 'limit' => 20,
  41798.                 'interval' => '60 seconds',
  41799.             ],
  41800.             'shopware.api.rate_limiter.login.limits.2.limit' => 20,
  41801.             'shopware.api.rate_limiter.login.limits.2.interval' => '60 seconds',
  41802.             'shopware.api.rate_limiter.login.lock_factory' => 'lock.factory',
  41803.             'shopware.api.rate_limiter.login.cache_pool' => 'cache.rate_limiter',
  41804.             'shopware.api.rate_limiter.guest_login' => [
  41805.                 'enabled' => true,
  41806.                 'policy' => 'time_backoff',
  41807.                 'reset' => '24 hours',
  41808.                 'limits' => [
  41809.                     => [
  41810.                         'limit' => 10,
  41811.                         'interval' => '10 seconds',
  41812.                     ],
  41813.                     => [
  41814.                         'limit' => 15,
  41815.                         'interval' => '30 seconds',
  41816.                     ],
  41817.                     => [
  41818.                         'limit' => 20,
  41819.                         'interval' => '60 seconds',
  41820.                     ],
  41821.                 ],
  41822.                 'lock_factory' => 'lock.factory',
  41823.                 'cache_pool' => 'cache.rate_limiter',
  41824.             ],
  41825.             'shopware.api.rate_limiter.guest_login.enabled' => true,
  41826.             'shopware.api.rate_limiter.guest_login.policy' => 'time_backoff',
  41827.             'shopware.api.rate_limiter.guest_login.reset' => '24 hours',
  41828.             'shopware.api.rate_limiter.guest_login.limits' => [
  41829.                 => [
  41830.                     'limit' => 10,
  41831.                     'interval' => '10 seconds',
  41832.                 ],
  41833.                 => [
  41834.                     'limit' => 15,
  41835.                     'interval' => '30 seconds',
  41836.                 ],
  41837.                 => [
  41838.                     'limit' => 20,
  41839.                     'interval' => '60 seconds',
  41840.                 ],
  41841.             ],
  41842.             'shopware.api.rate_limiter.guest_login.limits.0' => [
  41843.                 'limit' => 10,
  41844.                 'interval' => '10 seconds',
  41845.             ],
  41846.             'shopware.api.rate_limiter.guest_login.limits.0.limit' => 10,
  41847.             'shopware.api.rate_limiter.guest_login.limits.0.interval' => '10 seconds',
  41848.             'shopware.api.rate_limiter.guest_login.limits.1' => [
  41849.                 'limit' => 15,
  41850.                 'interval' => '30 seconds',
  41851.             ],
  41852.             'shopware.api.rate_limiter.guest_login.limits.1.limit' => 15,
  41853.             'shopware.api.rate_limiter.guest_login.limits.1.interval' => '30 seconds',
  41854.             'shopware.api.rate_limiter.guest_login.limits.2' => [
  41855.                 'limit' => 20,
  41856.                 'interval' => '60 seconds',
  41857.             ],
  41858.             'shopware.api.rate_limiter.guest_login.limits.2.limit' => 20,
  41859.             'shopware.api.rate_limiter.guest_login.limits.2.interval' => '60 seconds',
  41860.             'shopware.api.rate_limiter.guest_login.lock_factory' => 'lock.factory',
  41861.             'shopware.api.rate_limiter.guest_login.cache_pool' => 'cache.rate_limiter',
  41862.             'shopware.api.rate_limiter.oauth' => [
  41863.                 'enabled' => true,
  41864.                 'policy' => 'time_backoff',
  41865.                 'reset' => '24 hours',
  41866.                 'limits' => [
  41867.                     => [
  41868.                         'limit' => 10,
  41869.                         'interval' => '10 seconds',
  41870.                     ],
  41871.                     => [
  41872.                         'limit' => 15,
  41873.                         'interval' => '30 seconds',
  41874.                     ],
  41875.                     => [
  41876.                         'limit' => 20,
  41877.                         'interval' => '60 seconds',
  41878.                     ],
  41879.                 ],
  41880.                 'lock_factory' => 'lock.factory',
  41881.                 'cache_pool' => 'cache.rate_limiter',
  41882.             ],
  41883.             'shopware.api.rate_limiter.oauth.enabled' => true,
  41884.             'shopware.api.rate_limiter.oauth.policy' => 'time_backoff',
  41885.             'shopware.api.rate_limiter.oauth.reset' => '24 hours',
  41886.             'shopware.api.rate_limiter.oauth.limits' => [
  41887.                 => [
  41888.                     'limit' => 10,
  41889.                     'interval' => '10 seconds',
  41890.                 ],
  41891.                 => [
  41892.                     'limit' => 15,
  41893.                     'interval' => '30 seconds',
  41894.                 ],
  41895.                 => [
  41896.                     'limit' => 20,
  41897.                     'interval' => '60 seconds',
  41898.                 ],
  41899.             ],
  41900.             'shopware.api.rate_limiter.oauth.limits.0' => [
  41901.                 'limit' => 10,
  41902.                 'interval' => '10 seconds',
  41903.             ],
  41904.             'shopware.api.rate_limiter.oauth.limits.0.limit' => 10,
  41905.             'shopware.api.rate_limiter.oauth.limits.0.interval' => '10 seconds',
  41906.             'shopware.api.rate_limiter.oauth.limits.1' => [
  41907.                 'limit' => 15,
  41908.                 'interval' => '30 seconds',
  41909.             ],
  41910.             'shopware.api.rate_limiter.oauth.limits.1.limit' => 15,
  41911.             'shopware.api.rate_limiter.oauth.limits.1.interval' => '30 seconds',
  41912.             'shopware.api.rate_limiter.oauth.limits.2' => [
  41913.                 'limit' => 20,
  41914.                 'interval' => '60 seconds',
  41915.             ],
  41916.             'shopware.api.rate_limiter.oauth.limits.2.limit' => 20,
  41917.             'shopware.api.rate_limiter.oauth.limits.2.interval' => '60 seconds',
  41918.             'shopware.api.rate_limiter.oauth.lock_factory' => 'lock.factory',
  41919.             'shopware.api.rate_limiter.oauth.cache_pool' => 'cache.rate_limiter',
  41920.             'shopware.api.rate_limiter.reset_password' => [
  41921.                 'enabled' => true,
  41922.                 'policy' => 'time_backoff',
  41923.                 'reset' => '24 hours',
  41924.                 'limits' => [
  41925.                     => [
  41926.                         'limit' => 3,
  41927.                         'interval' => '30 seconds',
  41928.                     ],
  41929.                     => [
  41930.                         'limit' => 5,
  41931.                         'interval' => '60 seconds',
  41932.                     ],
  41933.                     => [
  41934.                         'limit' => 10,
  41935.                         'interval' => '90 seconds',
  41936.                     ],
  41937.                 ],
  41938.                 'lock_factory' => 'lock.factory',
  41939.                 'cache_pool' => 'cache.rate_limiter',
  41940.             ],
  41941.             'shopware.api.rate_limiter.reset_password.enabled' => true,
  41942.             'shopware.api.rate_limiter.reset_password.policy' => 'time_backoff',
  41943.             'shopware.api.rate_limiter.reset_password.reset' => '24 hours',
  41944.             'shopware.api.rate_limiter.reset_password.limits' => [
  41945.                 => [
  41946.                     'limit' => 3,
  41947.                     'interval' => '30 seconds',
  41948.                 ],
  41949.                 => [
  41950.                     'limit' => 5,
  41951.                     'interval' => '60 seconds',
  41952.                 ],
  41953.                 => [
  41954.                     'limit' => 10,
  41955.                     'interval' => '90 seconds',
  41956.                 ],
  41957.             ],
  41958.             'shopware.api.rate_limiter.reset_password.limits.0' => [
  41959.                 'limit' => 3,
  41960.                 'interval' => '30 seconds',
  41961.             ],
  41962.             'shopware.api.rate_limiter.reset_password.limits.0.limit' => 3,
  41963.             'shopware.api.rate_limiter.reset_password.limits.0.interval' => '30 seconds',
  41964.             'shopware.api.rate_limiter.reset_password.limits.1' => [
  41965.                 'limit' => 5,
  41966.                 'interval' => '60 seconds',
  41967.             ],
  41968.             'shopware.api.rate_limiter.reset_password.limits.1.limit' => 5,
  41969.             'shopware.api.rate_limiter.reset_password.limits.1.interval' => '60 seconds',
  41970.             'shopware.api.rate_limiter.reset_password.limits.2' => [
  41971.                 'limit' => 10,
  41972.                 'interval' => '90 seconds',
  41973.             ],
  41974.             'shopware.api.rate_limiter.reset_password.limits.2.limit' => 10,
  41975.             'shopware.api.rate_limiter.reset_password.limits.2.interval' => '90 seconds',
  41976.             'shopware.api.rate_limiter.reset_password.lock_factory' => 'lock.factory',
  41977.             'shopware.api.rate_limiter.reset_password.cache_pool' => 'cache.rate_limiter',
  41978.             'shopware.api.rate_limiter.user_recovery' => [
  41979.                 'enabled' => true,
  41980.                 'policy' => 'time_backoff',
  41981.                 'reset' => '24 hours',
  41982.                 'limits' => [
  41983.                     => [
  41984.                         'limit' => 3,
  41985.                         'interval' => '30 seconds',
  41986.                     ],
  41987.                     => [
  41988.                         'limit' => 5,
  41989.                         'interval' => '60 seconds',
  41990.                     ],
  41991.                     => [
  41992.                         'limit' => 10,
  41993.                         'interval' => '90 seconds',
  41994.                     ],
  41995.                 ],
  41996.                 'lock_factory' => 'lock.factory',
  41997.                 'cache_pool' => 'cache.rate_limiter',
  41998.             ],
  41999.             'shopware.api.rate_limiter.user_recovery.enabled' => true,
  42000.             'shopware.api.rate_limiter.user_recovery.policy' => 'time_backoff',
  42001.             'shopware.api.rate_limiter.user_recovery.reset' => '24 hours',
  42002.             'shopware.api.rate_limiter.user_recovery.limits' => [
  42003.                 => [
  42004.                     'limit' => 3,
  42005.                     'interval' => '30 seconds',
  42006.                 ],
  42007.                 => [
  42008.                     'limit' => 5,
  42009.                     'interval' => '60 seconds',
  42010.                 ],
  42011.                 => [
  42012.                     'limit' => 10,
  42013.                     'interval' => '90 seconds',
  42014.                 ],
  42015.             ],
  42016.             'shopware.api.rate_limiter.user_recovery.limits.0' => [
  42017.                 'limit' => 3,
  42018.                 'interval' => '30 seconds',
  42019.             ],
  42020.             'shopware.api.rate_limiter.user_recovery.limits.0.limit' => 3,
  42021.             'shopware.api.rate_limiter.user_recovery.limits.0.interval' => '30 seconds',
  42022.             'shopware.api.rate_limiter.user_recovery.limits.1' => [
  42023.                 'limit' => 5,
  42024.                 'interval' => '60 seconds',
  42025.             ],
  42026.             'shopware.api.rate_limiter.user_recovery.limits.1.limit' => 5,
  42027.             'shopware.api.rate_limiter.user_recovery.limits.1.interval' => '60 seconds',
  42028.             'shopware.api.rate_limiter.user_recovery.limits.2' => [
  42029.                 'limit' => 10,
  42030.                 'interval' => '90 seconds',
  42031.             ],
  42032.             'shopware.api.rate_limiter.user_recovery.limits.2.limit' => 10,
  42033.             'shopware.api.rate_limiter.user_recovery.limits.2.interval' => '90 seconds',
  42034.             'shopware.api.rate_limiter.user_recovery.lock_factory' => 'lock.factory',
  42035.             'shopware.api.rate_limiter.user_recovery.cache_pool' => 'cache.rate_limiter',
  42036.             'shopware.api.rate_limiter.contact_form' => [
  42037.                 'enabled' => true,
  42038.                 'policy' => 'time_backoff',
  42039.                 'reset' => '24 hours',
  42040.                 'limits' => [
  42041.                     => [
  42042.                         'limit' => 3,
  42043.                         'interval' => '30 seconds',
  42044.                     ],
  42045.                     => [
  42046.                         'limit' => 5,
  42047.                         'interval' => '60 seconds',
  42048.                     ],
  42049.                     => [
  42050.                         'limit' => 10,
  42051.                         'interval' => '90 seconds',
  42052.                     ],
  42053.                 ],
  42054.                 'lock_factory' => 'lock.factory',
  42055.                 'cache_pool' => 'cache.rate_limiter',
  42056.             ],
  42057.             'shopware.api.rate_limiter.contact_form.enabled' => true,
  42058.             'shopware.api.rate_limiter.contact_form.policy' => 'time_backoff',
  42059.             'shopware.api.rate_limiter.contact_form.reset' => '24 hours',
  42060.             'shopware.api.rate_limiter.contact_form.limits' => [
  42061.                 => [
  42062.                     'limit' => 3,
  42063.                     'interval' => '30 seconds',
  42064.                 ],
  42065.                 => [
  42066.                     'limit' => 5,
  42067.                     'interval' => '60 seconds',
  42068.                 ],
  42069.                 => [
  42070.                     'limit' => 10,
  42071.                     'interval' => '90 seconds',
  42072.                 ],
  42073.             ],
  42074.             'shopware.api.rate_limiter.contact_form.limits.0' => [
  42075.                 'limit' => 3,
  42076.                 'interval' => '30 seconds',
  42077.             ],
  42078.             'shopware.api.rate_limiter.contact_form.limits.0.limit' => 3,
  42079.             'shopware.api.rate_limiter.contact_form.limits.0.interval' => '30 seconds',
  42080.             'shopware.api.rate_limiter.contact_form.limits.1' => [
  42081.                 'limit' => 5,
  42082.                 'interval' => '60 seconds',
  42083.             ],
  42084.             'shopware.api.rate_limiter.contact_form.limits.1.limit' => 5,
  42085.             'shopware.api.rate_limiter.contact_form.limits.1.interval' => '60 seconds',
  42086.             'shopware.api.rate_limiter.contact_form.limits.2' => [
  42087.                 'limit' => 10,
  42088.                 'interval' => '90 seconds',
  42089.             ],
  42090.             'shopware.api.rate_limiter.contact_form.limits.2.limit' => 10,
  42091.             'shopware.api.rate_limiter.contact_form.limits.2.interval' => '90 seconds',
  42092.             'shopware.api.rate_limiter.contact_form.lock_factory' => 'lock.factory',
  42093.             'shopware.api.rate_limiter.contact_form.cache_pool' => 'cache.rate_limiter',
  42094.             'shopware.api.rate_limiter.notification' => [
  42095.                 'enabled' => true,
  42096.                 'policy' => 'time_backoff',
  42097.                 'reset' => '24 hours',
  42098.                 'limits' => [
  42099.                     => [
  42100.                         'limit' => 10,
  42101.                         'interval' => '10 seconds',
  42102.                     ],
  42103.                     => [
  42104.                         'limit' => 15,
  42105.                         'interval' => '30 seconds',
  42106.                     ],
  42107.                     => [
  42108.                         'limit' => 20,
  42109.                         'interval' => '60 seconds',
  42110.                     ],
  42111.                 ],
  42112.                 'lock_factory' => 'lock.factory',
  42113.                 'cache_pool' => 'cache.rate_limiter',
  42114.             ],
  42115.             'shopware.api.rate_limiter.notification.enabled' => true,
  42116.             'shopware.api.rate_limiter.notification.policy' => 'time_backoff',
  42117.             'shopware.api.rate_limiter.notification.reset' => '24 hours',
  42118.             'shopware.api.rate_limiter.notification.limits' => [
  42119.                 => [
  42120.                     'limit' => 10,
  42121.                     'interval' => '10 seconds',
  42122.                 ],
  42123.                 => [
  42124.                     'limit' => 15,
  42125.                     'interval' => '30 seconds',
  42126.                 ],
  42127.                 => [
  42128.                     'limit' => 20,
  42129.                     'interval' => '60 seconds',
  42130.                 ],
  42131.             ],
  42132.             'shopware.api.rate_limiter.notification.limits.0' => [
  42133.                 'limit' => 10,
  42134.                 'interval' => '10 seconds',
  42135.             ],
  42136.             'shopware.api.rate_limiter.notification.limits.0.limit' => 10,
  42137.             'shopware.api.rate_limiter.notification.limits.0.interval' => '10 seconds',
  42138.             'shopware.api.rate_limiter.notification.limits.1' => [
  42139.                 'limit' => 15,
  42140.                 'interval' => '30 seconds',
  42141.             ],
  42142.             'shopware.api.rate_limiter.notification.limits.1.limit' => 15,
  42143.             'shopware.api.rate_limiter.notification.limits.1.interval' => '30 seconds',
  42144.             'shopware.api.rate_limiter.notification.limits.2' => [
  42145.                 'limit' => 20,
  42146.                 'interval' => '60 seconds',
  42147.             ],
  42148.             'shopware.api.rate_limiter.notification.limits.2.limit' => 20,
  42149.             'shopware.api.rate_limiter.notification.limits.2.interval' => '60 seconds',
  42150.             'shopware.api.rate_limiter.notification.lock_factory' => 'lock.factory',
  42151.             'shopware.api.rate_limiter.notification.cache_pool' => 'cache.rate_limiter',
  42152.             'shopware.api.rate_limiter.newsletter_form' => [
  42153.                 'enabled' => true,
  42154.                 'policy' => 'time_backoff',
  42155.                 'reset' => '24 hours',
  42156.                 'limits' => [
  42157.                     => [
  42158.                         'limit' => 3,
  42159.                         'interval' => '30 seconds',
  42160.                     ],
  42161.                     => [
  42162.                         'limit' => 5,
  42163.                         'interval' => '60 seconds',
  42164.                     ],
  42165.                     => [
  42166.                         'limit' => 10,
  42167.                         'interval' => '90 seconds',
  42168.                     ],
  42169.                 ],
  42170.                 'lock_factory' => 'lock.factory',
  42171.                 'cache_pool' => 'cache.rate_limiter',
  42172.             ],
  42173.             'shopware.api.rate_limiter.newsletter_form.enabled' => true,
  42174.             'shopware.api.rate_limiter.newsletter_form.policy' => 'time_backoff',
  42175.             'shopware.api.rate_limiter.newsletter_form.reset' => '24 hours',
  42176.             'shopware.api.rate_limiter.newsletter_form.limits' => [
  42177.                 => [
  42178.                     'limit' => 3,
  42179.                     'interval' => '30 seconds',
  42180.                 ],
  42181.                 => [
  42182.                     'limit' => 5,
  42183.                     'interval' => '60 seconds',
  42184.                 ],
  42185.                 => [
  42186.                     'limit' => 10,
  42187.                     'interval' => '90 seconds',
  42188.                 ],
  42189.             ],
  42190.             'shopware.api.rate_limiter.newsletter_form.limits.0' => [
  42191.                 'limit' => 3,
  42192.                 'interval' => '30 seconds',
  42193.             ],
  42194.             'shopware.api.rate_limiter.newsletter_form.limits.0.limit' => 3,
  42195.             'shopware.api.rate_limiter.newsletter_form.limits.0.interval' => '30 seconds',
  42196.             'shopware.api.rate_limiter.newsletter_form.limits.1' => [
  42197.                 'limit' => 5,
  42198.                 'interval' => '60 seconds',
  42199.             ],
  42200.             'shopware.api.rate_limiter.newsletter_form.limits.1.limit' => 5,
  42201.             'shopware.api.rate_limiter.newsletter_form.limits.1.interval' => '60 seconds',
  42202.             'shopware.api.rate_limiter.newsletter_form.limits.2' => [
  42203.                 'limit' => 10,
  42204.                 'interval' => '90 seconds',
  42205.             ],
  42206.             'shopware.api.rate_limiter.newsletter_form.limits.2.limit' => 10,
  42207.             'shopware.api.rate_limiter.newsletter_form.limits.2.interval' => '90 seconds',
  42208.             'shopware.api.rate_limiter.newsletter_form.lock_factory' => 'lock.factory',
  42209.             'shopware.api.rate_limiter.newsletter_form.cache_pool' => 'cache.rate_limiter',
  42210.             'shopware.api.rate_limiter.cart_add_line_item' => [
  42211.                 'enabled' => true,
  42212.                 'policy' => 'system_config',
  42213.                 'reset' => '1 hours',
  42214.                 'limits' => [
  42215.                     => [
  42216.                         'domain' => 'core.cart.lineItemAddLimit',
  42217.                         'interval' => '60 seconds',
  42218.                     ],
  42219.                 ],
  42220.                 'lock_factory' => 'lock.factory',
  42221.                 'cache_pool' => 'cache.rate_limiter',
  42222.             ],
  42223.             'shopware.api.rate_limiter.cart_add_line_item.enabled' => true,
  42224.             'shopware.api.rate_limiter.cart_add_line_item.policy' => 'system_config',
  42225.             'shopware.api.rate_limiter.cart_add_line_item.reset' => '1 hours',
  42226.             'shopware.api.rate_limiter.cart_add_line_item.limits' => [
  42227.                 => [
  42228.                     'domain' => 'core.cart.lineItemAddLimit',
  42229.                     'interval' => '60 seconds',
  42230.                 ],
  42231.             ],
  42232.             'shopware.api.rate_limiter.cart_add_line_item.limits.0' => [
  42233.                 'domain' => 'core.cart.lineItemAddLimit',
  42234.                 'interval' => '60 seconds',
  42235.             ],
  42236.             'shopware.api.rate_limiter.cart_add_line_item.limits.0.domain' => 'core.cart.lineItemAddLimit',
  42237.             'shopware.api.rate_limiter.cart_add_line_item.limits.0.interval' => '60 seconds',
  42238.             'shopware.api.rate_limiter.cart_add_line_item.lock_factory' => 'lock.factory',
  42239.             'shopware.api.rate_limiter.cart_add_line_item.cache_pool' => 'cache.rate_limiter',
  42240.             'shopware.admin_worker' => [
  42241.                 'enable_admin_worker' => false,
  42242.                 'poll_interval' => 20,
  42243.                 'transports' => [
  42244.                     => 'default',
  42245.                 ],
  42246.                 'memory_limit' => '128M',
  42247.             ],
  42248.             'shopware.admin_worker.enable_admin_worker' => false,
  42249.             'shopware.admin_worker.poll_interval' => 20,
  42250.             'shopware.admin_worker.transports' => [
  42251.                 => 'default',
  42252.             ],
  42253.             'shopware.admin_worker.transports.0' => 'default',
  42254.             'shopware.admin_worker.memory_limit' => '128M',
  42255.             'shopware.auto_update' => [
  42256.                 'enabled' => true,
  42257.             ],
  42258.             'shopware.auto_update.enabled' => true,
  42259.             'shopware.store' => [
  42260.                 'frw' => false,
  42261.             ],
  42262.             'shopware.sitemap' => [
  42263.                 'batchsize' => 100,
  42264.                 'custom_urls' => [
  42265.                 ],
  42266.                 'excluded_urls' => [
  42267.                 ],
  42268.             ],
  42269.             'shopware.sitemap.batchsize' => 100,
  42270.             'shopware.sitemap.custom_urls' => [
  42271.             ],
  42272.             'shopware.sitemap.excluded_urls' => [
  42273.             ],
  42274.             'shopware.media' => [
  42275.                 'enable_url_upload_feature' => true,
  42276.                 'enable_url_validation' => false,
  42277.                 'url_upload_max_size' => 0,
  42278.             ],
  42279.             'shopware.media.enable_url_upload_feature' => true,
  42280.             'shopware.media.enable_url_validation' => false,
  42281.             'shopware.media.url_upload_max_size' => 0,
  42282.             'shopware.dal' => [
  42283.                 'batch_size' => 125,
  42284.                 'max_rule_prices' => 100,
  42285.                 'versioning' => [
  42286.                     'expire_days' => 30,
  42287.                 ],
  42288.             ],
  42289.             'shopware.dal.batch_size' => 125,
  42290.             'shopware.dal.max_rule_prices' => 100,
  42291.             'shopware.dal.versioning' => [
  42292.                 'expire_days' => 30,
  42293.             ],
  42294.             'shopware.dal.versioning.expire_days' => 30,
  42295.             'shopware.mail' => [
  42296.                 'update_mail_variables_on_send' => true,
  42297.             ],
  42298.             'shopware.mail.update_mail_variables_on_send' => true,
  42299.             'shopware.cart' => [
  42300.                 'compress' => false,
  42301.                 'expire_days' => 120,
  42302.                 'redis_url' => false,
  42303.             ],
  42304.             'shopware.cart.compress' => false,
  42305.             'shopware.cart.expire_days' => 120,
  42306.             'shopware.cart.redis_url' => false,
  42307.             'shopware.number_range' => [
  42308.                 'increment_storage' => 'SQL',
  42309.                 'redis_url' => false,
  42310.             ],
  42311.             'shopware.number_range.increment_storage' => 'SQL',
  42312.             'shopware.number_range.redis_url' => false,
  42313.             'shopware.sales_channel_context' => [
  42314.                 'expire_days' => 120,
  42315.             ],
  42316.             'shopware.sales_channel_context.expire_days' => 120,
  42317.             'shopware.html_sanitizer.cache_enabled' => true,
  42318.             'shopware.html_sanitizer.sets' => [
  42319.                 'basic' => [
  42320.                     'tags' => [
  42321.                         => 'a',
  42322.                         => 'abbr',
  42323.                         => 'acronym',
  42324.                         => 'address',
  42325.                         => 'b',
  42326.                         => 'bdo',
  42327.                         => 'big',
  42328.                         => 'blockquote',
  42329.                         => 'br',
  42330.                         => 'caption',
  42331.                         10 => 'center',
  42332.                         11 => 'cite',
  42333.                         12 => 'code',
  42334.                         13 => 'col',
  42335.                         14 => 'colgroup',
  42336.                         15 => 'dd',
  42337.                         16 => 'del',
  42338.                         17 => 'dfn',
  42339.                         18 => 'dir',
  42340.                         19 => 'div',
  42341.                         20 => 'dl',
  42342.                         21 => 'dt',
  42343.                         22 => 'em',
  42344.                         23 => 'font',
  42345.                         24 => 'h1',
  42346.                         25 => 'h2',
  42347.                         26 => 'h3',
  42348.                         27 => 'h4',
  42349.                         28 => 'h5',
  42350.                         29 => 'h6',
  42351.                         30 => 'hr',
  42352.                         31 => 'i',
  42353.                         32 => 'ins',
  42354.                         33 => 'kbd',
  42355.                         34 => 'li',
  42356.                         35 => 'menu',
  42357.                         36 => 'ol',
  42358.                         37 => 'p',
  42359.                         38 => 'pre',
  42360.                         39 => 'q',
  42361.                         40 => 's',
  42362.                         41 => 'samp',
  42363.                         42 => 'small',
  42364.                         43 => 'span',
  42365.                         44 => 'strike',
  42366.                         45 => 'strong',
  42367.                         46 => 'sub',
  42368.                         47 => 'sup',
  42369.                         48 => 'table',
  42370.                         49 => 'tbody',
  42371.                         50 => 'td',
  42372.                         51 => 'tfoot',
  42373.                         52 => 'th',
  42374.                         53 => 'thead',
  42375.                         54 => 'tr',
  42376.                         55 => 'tt',
  42377.                         56 => 'u',
  42378.                         57 => 'ul',
  42379.                         58 => 'var',
  42380.                     ],
  42381.                     'attributes' => [
  42382.                         => 'align',
  42383.                         => 'bgcolor',
  42384.                         => 'border',
  42385.                         => 'cellpadding',
  42386.                         => 'cellspacing',
  42387.                         => 'cite',
  42388.                         => 'class',
  42389.                         => 'clear',
  42390.                         => 'color',
  42391.                         => 'colspan',
  42392.                         10 => 'dir',
  42393.                         11 => 'face',
  42394.                         12 => 'frame',
  42395.                         13 => 'height',
  42396.                         14 => 'href',
  42397.                         15 => 'id',
  42398.                         16 => 'lang',
  42399.                         17 => 'name',
  42400.                         18 => 'noshade',
  42401.                         19 => 'nowrap',
  42402.                         20 => 'rel',
  42403.                         21 => 'rev',
  42404.                         22 => 'rowspan',
  42405.                         23 => 'scope',
  42406.                         24 => 'size',
  42407.                         25 => 'span',
  42408.                         26 => 'start',
  42409.                         27 => 'style',
  42410.                         28 => 'summary',
  42411.                         29 => 'title',
  42412.                         30 => 'type',
  42413.                         31 => 'valign',
  42414.                         32 => 'value',
  42415.                         33 => 'width',
  42416.                     ],
  42417.                     'options' => [
  42418.                     ],
  42419.                 ],
  42420.                 'media' => [
  42421.                     'tags' => [
  42422.                         => 'img',
  42423.                     ],
  42424.                     'attributes' => [
  42425.                         => 'src',
  42426.                         => 'alt',
  42427.                     ],
  42428.                     'options' => [
  42429.                     ],
  42430.                 ],
  42431.                 'script' => [
  42432.                     'tags' => [
  42433.                         => 'script',
  42434.                     ],
  42435.                     'options' => [
  42436.                         'HTML.Trusted' => true,
  42437.                     ],
  42438.                     'attributes' => [
  42439.                     ],
  42440.                 ],
  42441.                 'tidy' => [
  42442.                     'options' => [
  42443.                         'Output.TidyFormat' => true,
  42444.                     ],
  42445.                     'tags' => [
  42446.                     ],
  42447.                     'attributes' => [
  42448.                     ],
  42449.                 ],
  42450.             ],
  42451.             'shopware.html_sanitizer.sets.basic' => [
  42452.                 'tags' => [
  42453.                     => 'a',
  42454.                     => 'abbr',
  42455.                     => 'acronym',
  42456.                     => 'address',
  42457.                     => 'b',
  42458.                     => 'bdo',
  42459.                     => 'big',
  42460.                     => 'blockquote',
  42461.                     => 'br',
  42462.                     => 'caption',
  42463.                     10 => 'center',
  42464.                     11 => 'cite',
  42465.                     12 => 'code',
  42466.                     13 => 'col',
  42467.                     14 => 'colgroup',
  42468.                     15 => 'dd',
  42469.                     16 => 'del',
  42470.                     17 => 'dfn',
  42471.                     18 => 'dir',
  42472.                     19 => 'div',
  42473.                     20 => 'dl',
  42474.                     21 => 'dt',
  42475.                     22 => 'em',
  42476.                     23 => 'font',
  42477.                     24 => 'h1',
  42478.                     25 => 'h2',
  42479.                     26 => 'h3',
  42480.                     27 => 'h4',
  42481.                     28 => 'h5',
  42482.                     29 => 'h6',
  42483.                     30 => 'hr',
  42484.                     31 => 'i',
  42485.                     32 => 'ins',
  42486.                     33 => 'kbd',
  42487.                     34 => 'li',
  42488.                     35 => 'menu',
  42489.                     36 => 'ol',
  42490.                     37 => 'p',
  42491.                     38 => 'pre',
  42492.                     39 => 'q',
  42493.                     40 => 's',
  42494.                     41 => 'samp',
  42495.                     42 => 'small',
  42496.                     43 => 'span',
  42497.                     44 => 'strike',
  42498.                     45 => 'strong',
  42499.                     46 => 'sub',
  42500.                     47 => 'sup',
  42501.                     48 => 'table',
  42502.                     49 => 'tbody',
  42503.                     50 => 'td',
  42504.                     51 => 'tfoot',
  42505.                     52 => 'th',
  42506.                     53 => 'thead',
  42507.                     54 => 'tr',
  42508.                     55 => 'tt',
  42509.                     56 => 'u',
  42510.                     57 => 'ul',
  42511.                     58 => 'var',
  42512.                 ],
  42513.                 'attributes' => [
  42514.                     => 'align',
  42515.                     => 'bgcolor',
  42516.                     => 'border',
  42517.                     => 'cellpadding',
  42518.                     => 'cellspacing',
  42519.                     => 'cite',
  42520.                     => 'class',
  42521.                     => 'clear',
  42522.                     => 'color',
  42523.                     => 'colspan',
  42524.                     10 => 'dir',
  42525.                     11 => 'face',
  42526.                     12 => 'frame',
  42527.                     13 => 'height',
  42528.                     14 => 'href',
  42529.                     15 => 'id',
  42530.                     16 => 'lang',
  42531.                     17 => 'name',
  42532.                     18 => 'noshade',
  42533.                     19 => 'nowrap',
  42534.                     20 => 'rel',
  42535.                     21 => 'rev',
  42536.                     22 => 'rowspan',
  42537.                     23 => 'scope',
  42538.                     24 => 'size',
  42539.                     25 => 'span',
  42540.                     26 => 'start',
  42541.                     27 => 'style',
  42542.                     28 => 'summary',
  42543.                     29 => 'title',
  42544.                     30 => 'type',
  42545.                     31 => 'valign',
  42546.                     32 => 'value',
  42547.                     33 => 'width',
  42548.                 ],
  42549.                 'options' => [
  42550.                 ],
  42551.             ],
  42552.             'shopware.html_sanitizer.sets.basic.tags' => [
  42553.                 => 'a',
  42554.                 => 'abbr',
  42555.                 => 'acronym',
  42556.                 => 'address',
  42557.                 => 'b',
  42558.                 => 'bdo',
  42559.                 => 'big',
  42560.                 => 'blockquote',
  42561.                 => 'br',
  42562.                 => 'caption',
  42563.                 10 => 'center',
  42564.                 11 => 'cite',
  42565.                 12 => 'code',
  42566.                 13 => 'col',
  42567.                 14 => 'colgroup',
  42568.                 15 => 'dd',
  42569.                 16 => 'del',
  42570.                 17 => 'dfn',
  42571.                 18 => 'dir',
  42572.                 19 => 'div',
  42573.                 20 => 'dl',
  42574.                 21 => 'dt',
  42575.                 22 => 'em',
  42576.                 23 => 'font',
  42577.                 24 => 'h1',
  42578.                 25 => 'h2',
  42579.                 26 => 'h3',
  42580.                 27 => 'h4',
  42581.                 28 => 'h5',
  42582.                 29 => 'h6',
  42583.                 30 => 'hr',
  42584.                 31 => 'i',
  42585.                 32 => 'ins',
  42586.                 33 => 'kbd',
  42587.                 34 => 'li',
  42588.                 35 => 'menu',
  42589.                 36 => 'ol',
  42590.                 37 => 'p',
  42591.                 38 => 'pre',
  42592.                 39 => 'q',
  42593.                 40 => 's',
  42594.                 41 => 'samp',
  42595.                 42 => 'small',
  42596.                 43 => 'span',
  42597.                 44 => 'strike',
  42598.                 45 => 'strong',
  42599.                 46 => 'sub',
  42600.                 47 => 'sup',
  42601.                 48 => 'table',
  42602.                 49 => 'tbody',
  42603.                 50 => 'td',
  42604.                 51 => 'tfoot',
  42605.                 52 => 'th',
  42606.                 53 => 'thead',
  42607.                 54 => 'tr',
  42608.                 55 => 'tt',
  42609.                 56 => 'u',
  42610.                 57 => 'ul',
  42611.                 58 => 'var',
  42612.             ],
  42613.             'shopware.html_sanitizer.sets.basic.tags.0' => 'a',
  42614.             'shopware.html_sanitizer.sets.basic.tags.1' => 'abbr',
  42615.             'shopware.html_sanitizer.sets.basic.tags.2' => 'acronym',
  42616.             'shopware.html_sanitizer.sets.basic.tags.3' => 'address',
  42617.             'shopware.html_sanitizer.sets.basic.tags.4' => 'b',
  42618.             'shopware.html_sanitizer.sets.basic.tags.5' => 'bdo',
  42619.             'shopware.html_sanitizer.sets.basic.tags.6' => 'big',
  42620.             'shopware.html_sanitizer.sets.basic.tags.7' => 'blockquote',
  42621.             'shopware.html_sanitizer.sets.basic.tags.8' => 'br',
  42622.             'shopware.html_sanitizer.sets.basic.tags.9' => 'caption',
  42623.             'shopware.html_sanitizer.sets.basic.tags.10' => 'center',
  42624.             'shopware.html_sanitizer.sets.basic.tags.11' => 'cite',
  42625.             'shopware.html_sanitizer.sets.basic.tags.12' => 'code',
  42626.             'shopware.html_sanitizer.sets.basic.tags.13' => 'col',
  42627.             'shopware.html_sanitizer.sets.basic.tags.14' => 'colgroup',
  42628.             'shopware.html_sanitizer.sets.basic.tags.15' => 'dd',
  42629.             'shopware.html_sanitizer.sets.basic.tags.16' => 'del',
  42630.             'shopware.html_sanitizer.sets.basic.tags.17' => 'dfn',
  42631.             'shopware.html_sanitizer.sets.basic.tags.18' => 'dir',
  42632.             'shopware.html_sanitizer.sets.basic.tags.19' => 'div',
  42633.             'shopware.html_sanitizer.sets.basic.tags.20' => 'dl',
  42634.             'shopware.html_sanitizer.sets.basic.tags.21' => 'dt',
  42635.             'shopware.html_sanitizer.sets.basic.tags.22' => 'em',
  42636.             'shopware.html_sanitizer.sets.basic.tags.23' => 'font',
  42637.             'shopware.html_sanitizer.sets.basic.tags.24' => 'h1',
  42638.             'shopware.html_sanitizer.sets.basic.tags.25' => 'h2',
  42639.             'shopware.html_sanitizer.sets.basic.tags.26' => 'h3',
  42640.             'shopware.html_sanitizer.sets.basic.tags.27' => 'h4',
  42641.             'shopware.html_sanitizer.sets.basic.tags.28' => 'h5',
  42642.             'shopware.html_sanitizer.sets.basic.tags.29' => 'h6',
  42643.             'shopware.html_sanitizer.sets.basic.tags.30' => 'hr',
  42644.             'shopware.html_sanitizer.sets.basic.tags.31' => 'i',
  42645.             'shopware.html_sanitizer.sets.basic.tags.32' => 'ins',
  42646.             'shopware.html_sanitizer.sets.basic.tags.33' => 'kbd',
  42647.             'shopware.html_sanitizer.sets.basic.tags.34' => 'li',
  42648.             'shopware.html_sanitizer.sets.basic.tags.35' => 'menu',
  42649.             'shopware.html_sanitizer.sets.basic.tags.36' => 'ol',
  42650.             'shopware.html_sanitizer.sets.basic.tags.37' => 'p',
  42651.             'shopware.html_sanitizer.sets.basic.tags.38' => 'pre',
  42652.             'shopware.html_sanitizer.sets.basic.tags.39' => 'q',
  42653.             'shopware.html_sanitizer.sets.basic.tags.40' => 's',
  42654.             'shopware.html_sanitizer.sets.basic.tags.41' => 'samp',
  42655.             'shopware.html_sanitizer.sets.basic.tags.42' => 'small',
  42656.             'shopware.html_sanitizer.sets.basic.tags.43' => 'span',
  42657.             'shopware.html_sanitizer.sets.basic.tags.44' => 'strike',
  42658.             'shopware.html_sanitizer.sets.basic.tags.45' => 'strong',
  42659.             'shopware.html_sanitizer.sets.basic.tags.46' => 'sub',
  42660.             'shopware.html_sanitizer.sets.basic.tags.47' => 'sup',
  42661.             'shopware.html_sanitizer.sets.basic.tags.48' => 'table',
  42662.             'shopware.html_sanitizer.sets.basic.tags.49' => 'tbody',
  42663.             'shopware.html_sanitizer.sets.basic.tags.50' => 'td',
  42664.             'shopware.html_sanitizer.sets.basic.tags.51' => 'tfoot',
  42665.             'shopware.html_sanitizer.sets.basic.tags.52' => 'th',
  42666.             'shopware.html_sanitizer.sets.basic.tags.53' => 'thead',
  42667.             'shopware.html_sanitizer.sets.basic.tags.54' => 'tr',
  42668.             'shopware.html_sanitizer.sets.basic.tags.55' => 'tt',
  42669.             'shopware.html_sanitizer.sets.basic.tags.56' => 'u',
  42670.             'shopware.html_sanitizer.sets.basic.tags.57' => 'ul',
  42671.             'shopware.html_sanitizer.sets.basic.tags.58' => 'var',
  42672.             'shopware.html_sanitizer.sets.basic.attributes' => [
  42673.                 => 'align',
  42674.                 => 'bgcolor',
  42675.                 => 'border',
  42676.                 => 'cellpadding',
  42677.                 => 'cellspacing',
  42678.                 => 'cite',
  42679.                 => 'class',
  42680.                 => 'clear',
  42681.                 => 'color',
  42682.                 => 'colspan',
  42683.                 10 => 'dir',
  42684.                 11 => 'face',
  42685.                 12 => 'frame',
  42686.                 13 => 'height',
  42687.                 14 => 'href',
  42688.                 15 => 'id',
  42689.                 16 => 'lang',
  42690.                 17 => 'name',
  42691.                 18 => 'noshade',
  42692.                 19 => 'nowrap',
  42693.                 20 => 'rel',
  42694.                 21 => 'rev',
  42695.                 22 => 'rowspan',
  42696.                 23 => 'scope',
  42697.                 24 => 'size',
  42698.                 25 => 'span',
  42699.                 26 => 'start',
  42700.                 27 => 'style',
  42701.                 28 => 'summary',
  42702.                 29 => 'title',
  42703.                 30 => 'type',
  42704.                 31 => 'valign',
  42705.                 32 => 'value',
  42706.                 33 => 'width',
  42707.             ],
  42708.             'shopware.html_sanitizer.sets.basic.attributes.0' => 'align',
  42709.             'shopware.html_sanitizer.sets.basic.attributes.1' => 'bgcolor',
  42710.             'shopware.html_sanitizer.sets.basic.attributes.2' => 'border',
  42711.             'shopware.html_sanitizer.sets.basic.attributes.3' => 'cellpadding',
  42712.             'shopware.html_sanitizer.sets.basic.attributes.4' => 'cellspacing',
  42713.             'shopware.html_sanitizer.sets.basic.attributes.5' => 'cite',
  42714.             'shopware.html_sanitizer.sets.basic.attributes.6' => 'class',
  42715.             'shopware.html_sanitizer.sets.basic.attributes.7' => 'clear',
  42716.             'shopware.html_sanitizer.sets.basic.attributes.8' => 'color',
  42717.             'shopware.html_sanitizer.sets.basic.attributes.9' => 'colspan',
  42718.             'shopware.html_sanitizer.sets.basic.attributes.10' => 'dir',
  42719.             'shopware.html_sanitizer.sets.basic.attributes.11' => 'face',
  42720.             'shopware.html_sanitizer.sets.basic.attributes.12' => 'frame',
  42721.             'shopware.html_sanitizer.sets.basic.attributes.13' => 'height',
  42722.             'shopware.html_sanitizer.sets.basic.attributes.14' => 'href',
  42723.             'shopware.html_sanitizer.sets.basic.attributes.15' => 'id',
  42724.             'shopware.html_sanitizer.sets.basic.attributes.16' => 'lang',
  42725.             'shopware.html_sanitizer.sets.basic.attributes.17' => 'name',
  42726.             'shopware.html_sanitizer.sets.basic.attributes.18' => 'noshade',
  42727.             'shopware.html_sanitizer.sets.basic.attributes.19' => 'nowrap',
  42728.             'shopware.html_sanitizer.sets.basic.attributes.20' => 'rel',
  42729.             'shopware.html_sanitizer.sets.basic.attributes.21' => 'rev',
  42730.             'shopware.html_sanitizer.sets.basic.attributes.22' => 'rowspan',
  42731.             'shopware.html_sanitizer.sets.basic.attributes.23' => 'scope',
  42732.             'shopware.html_sanitizer.sets.basic.attributes.24' => 'size',
  42733.             'shopware.html_sanitizer.sets.basic.attributes.25' => 'span',
  42734.             'shopware.html_sanitizer.sets.basic.attributes.26' => 'start',
  42735.             'shopware.html_sanitizer.sets.basic.attributes.27' => 'style',
  42736.             'shopware.html_sanitizer.sets.basic.attributes.28' => 'summary',
  42737.             'shopware.html_sanitizer.sets.basic.attributes.29' => 'title',
  42738.             'shopware.html_sanitizer.sets.basic.attributes.30' => 'type',
  42739.             'shopware.html_sanitizer.sets.basic.attributes.31' => 'valign',
  42740.             'shopware.html_sanitizer.sets.basic.attributes.32' => 'value',
  42741.             'shopware.html_sanitizer.sets.basic.attributes.33' => 'width',
  42742.             'shopware.html_sanitizer.sets.basic.options' => [
  42743.             ],
  42744.             'shopware.html_sanitizer.sets.media' => [
  42745.                 'tags' => [
  42746.                     => 'img',
  42747.                 ],
  42748.                 'attributes' => [
  42749.                     => 'src',
  42750.                     => 'alt',
  42751.                 ],
  42752.                 'options' => [
  42753.                 ],
  42754.             ],
  42755.             'shopware.html_sanitizer.sets.media.tags' => [
  42756.                 => 'img',
  42757.             ],
  42758.             'shopware.html_sanitizer.sets.media.tags.0' => 'img',
  42759.             'shopware.html_sanitizer.sets.media.attributes' => [
  42760.                 => 'src',
  42761.                 => 'alt',
  42762.             ],
  42763.             'shopware.html_sanitizer.sets.media.attributes.0' => 'src',
  42764.             'shopware.html_sanitizer.sets.media.attributes.1' => 'alt',
  42765.             'shopware.html_sanitizer.sets.media.options' => [
  42766.             ],
  42767.             'shopware.html_sanitizer.sets.script' => [
  42768.                 'tags' => [
  42769.                     => 'script',
  42770.                 ],
  42771.                 'options' => [
  42772.                     'HTML.Trusted' => true,
  42773.                 ],
  42774.                 'attributes' => [
  42775.                 ],
  42776.             ],
  42777.             'shopware.html_sanitizer.sets.script.tags' => [
  42778.                 => 'script',
  42779.             ],
  42780.             'shopware.html_sanitizer.sets.script.tags.0' => 'script',
  42781.             'shopware.html_sanitizer.sets.script.options' => [
  42782.                 'HTML.Trusted' => true,
  42783.             ],
  42784.             'shopware.html_sanitizer.sets.script.options.HTML.Trusted' => true,
  42785.             'shopware.html_sanitizer.sets.script.attributes' => [
  42786.             ],
  42787.             'shopware.html_sanitizer.sets.tidy' => [
  42788.                 'options' => [
  42789.                     'Output.TidyFormat' => true,
  42790.                 ],
  42791.                 'tags' => [
  42792.                 ],
  42793.                 'attributes' => [
  42794.                 ],
  42795.             ],
  42796.             'shopware.html_sanitizer.sets.tidy.options' => [
  42797.                 'Output.TidyFormat' => true,
  42798.             ],
  42799.             'shopware.html_sanitizer.sets.tidy.options.Output.TidyFormat' => true,
  42800.             'shopware.html_sanitizer.sets.tidy.tags' => [
  42801.             ],
  42802.             'shopware.html_sanitizer.sets.tidy.attributes' => [
  42803.             ],
  42804.             'shopware.html_sanitizer.fields' => [
  42805.                 'product_translation.description' => [
  42806.                     'sets' => [
  42807.                         => 'basic',
  42808.                         => 'media',
  42809.                     ],
  42810.                 ],
  42811.                 'app_cms_block.template' => [
  42812.                     'sets' => [
  42813.                         => 'basic',
  42814.                         => 'media',
  42815.                         => 'tidy',
  42816.                     ],
  42817.                 ],
  42818.             ],
  42819.             'shopware.html_sanitizer.fields.product_translation.description' => [
  42820.                 'sets' => [
  42821.                     => 'basic',
  42822.                     => 'media',
  42823.                 ],
  42824.             ],
  42825.             'shopware.html_sanitizer.fields.product_translation.description.sets' => [
  42826.                 => 'basic',
  42827.                 => 'media',
  42828.             ],
  42829.             'shopware.html_sanitizer.fields.product_translation.description.sets.0' => 'basic',
  42830.             'shopware.html_sanitizer.fields.product_translation.description.sets.1' => 'media',
  42831.             'shopware.html_sanitizer.fields.app_cms_block.template' => [
  42832.                 'sets' => [
  42833.                     => 'basic',
  42834.                     => 'media',
  42835.                     => 'tidy',
  42836.                 ],
  42837.             ],
  42838.             'shopware.html_sanitizer.fields.app_cms_block.template.sets' => [
  42839.                 => 'basic',
  42840.                 => 'media',
  42841.                 => 'tidy',
  42842.             ],
  42843.             'shopware.html_sanitizer.fields.app_cms_block.template.sets.0' => 'basic',
  42844.             'shopware.html_sanitizer.fields.app_cms_block.template.sets.1' => 'media',
  42845.             'shopware.html_sanitizer.fields.app_cms_block.template.sets.2' => 'tidy',
  42846.             'shopware.logger' => [
  42847.                 'file_rotation_count' => 14,
  42848.                 'exclude_exception' => [
  42849.                     => 'League\\OAuth2\\Server\\Exception\\OAuthServerException',
  42850.                 ],
  42851.                 'exclude_events' => [
  42852.                     => 'user.recovery.request',
  42853.                     => 'customer.recovery.request',
  42854.                 ],
  42855.             ],
  42856.             'shopware.logger.file_rotation_count' => 14,
  42857.             'shopware.logger.exclude_exception' => [
  42858.                 => 'League\\OAuth2\\Server\\Exception\\OAuthServerException',
  42859.             ],
  42860.             'shopware.logger.exclude_exception.0' => 'League\\OAuth2\\Server\\Exception\\OAuthServerException',
  42861.             'shopware.logger.exclude_events' => [
  42862.                 => 'user.recovery.request',
  42863.                 => 'customer.recovery.request',
  42864.             ],
  42865.             'shopware.logger.exclude_events.0' => 'user.recovery.request',
  42866.             'shopware.logger.exclude_events.1' => 'customer.recovery.request',
  42867.             'shopware.cache.invalidation' => [
  42868.                 'delay' => 0,
  42869.                 'count' => 150,
  42870.                 'http_cache' => [
  42871.                     => 'logged-in',
  42872.                     => 'cart-filled',
  42873.                 ],
  42874.                 'product_listing_route' => [
  42875.                 ],
  42876.                 'product_detail_route' => [
  42877.                 ],
  42878.                 'product_review_route' => [
  42879.                 ],
  42880.                 'product_search_route' => [
  42881.                 ],
  42882.                 'product_suggest_route' => [
  42883.                 ],
  42884.                 'product_cross_selling_route' => [
  42885.                 ],
  42886.                 'payment_method_route' => [
  42887.                 ],
  42888.                 'shipping_method_route' => [
  42889.                 ],
  42890.                 'navigation_route' => [
  42891.                 ],
  42892.                 'category_route' => [
  42893.                 ],
  42894.                 'landing_page_route' => [
  42895.                 ],
  42896.                 'language_route' => [
  42897.                 ],
  42898.                 'currency_route' => [
  42899.                 ],
  42900.                 'country_route' => [
  42901.                 ],
  42902.                 'country_state_route' => [
  42903.                 ],
  42904.                 'salutation_route' => [
  42905.                 ],
  42906.                 'sitemap_route' => [
  42907.                 ],
  42908.             ],
  42909.             'shopware.cache.invalidation.delay' => 0,
  42910.             'shopware.cache.invalidation.count' => 150,
  42911.             'shopware.cache.invalidation.http_cache' => [
  42912.                 => 'logged-in',
  42913.                 => 'cart-filled',
  42914.             ],
  42915.             'shopware.cache.invalidation.http_cache.0' => 'logged-in',
  42916.             'shopware.cache.invalidation.http_cache.1' => 'cart-filled',
  42917.             'shopware.cache.invalidation.product_listing_route' => [
  42918.             ],
  42919.             'shopware.cache.invalidation.product_detail_route' => [
  42920.             ],
  42921.             'shopware.cache.invalidation.product_review_route' => [
  42922.             ],
  42923.             'shopware.cache.invalidation.product_search_route' => [
  42924.             ],
  42925.             'shopware.cache.invalidation.product_suggest_route' => [
  42926.             ],
  42927.             'shopware.cache.invalidation.product_cross_selling_route' => [
  42928.             ],
  42929.             'shopware.cache.invalidation.payment_method_route' => [
  42930.             ],
  42931.             'shopware.cache.invalidation.shipping_method_route' => [
  42932.             ],
  42933.             'shopware.cache.invalidation.navigation_route' => [
  42934.             ],
  42935.             'shopware.cache.invalidation.category_route' => [
  42936.             ],
  42937.             'shopware.cache.invalidation.landing_page_route' => [
  42938.             ],
  42939.             'shopware.cache.invalidation.language_route' => [
  42940.             ],
  42941.             'shopware.cache.invalidation.currency_route' => [
  42942.             ],
  42943.             'shopware.cache.invalidation.country_route' => [
  42944.             ],
  42945.             'shopware.cache.invalidation.country_state_route' => [
  42946.             ],
  42947.             'shopware.cache.invalidation.salutation_route' => [
  42948.             ],
  42949.             'shopware.cache.invalidation.sitemap_route' => [
  42950.             ],
  42951.             'shopware.twig' => [
  42952.                 'allowed_php_functions' => [
  42953.                 ],
  42954.             ],
  42955.             'shopware.twig.allowed_php_functions' => [
  42956.             ],
  42957.             'shopware.dompdf' => [
  42958.                 'options' => [
  42959.                     'isRemoteEnabled' => true,
  42960.                     'isHtml5ParserEnabled' => true,
  42961.                 ],
  42962.             ],
  42963.             'shopware.dompdf.options' => [
  42964.                 'isRemoteEnabled' => true,
  42965.                 'isHtml5ParserEnabled' => true,
  42966.             ],
  42967.             'shopware.dompdf.options.isRemoteEnabled' => true,
  42968.             'shopware.dompdf.options.isHtml5ParserEnabled' => true,
  42969.             'storefront.csrf' => [
  42970.                 'enabled' => true,
  42971.                 'mode' => 'twig',
  42972.             ],
  42973.             'storefront.csrf.enabled' => true,
  42974.             'storefront.csrf.mode' => 'twig',
  42975.             'storefront.reverse_proxy' => [
  42976.                 'enabled' => false,
  42977.                 'ban_method' => 'BAN',
  42978.                 'hosts' => [
  42979.                     => 'http://varnish',
  42980.                 ],
  42981.                 'max_parallel_invalidations' => 2,
  42982.                 'redis_url' => 'redis://redis',
  42983.                 'purge_all' => [
  42984.                     'ban_method' => 'BAN',
  42985.                     'ban_headers' => [
  42986.                     ],
  42987.                     'urls' => [
  42988.                         => '/',
  42989.                     ],
  42990.                 ],
  42991.                 'fastly' => [
  42992.                     'enabled' => false,
  42993.                     'api_key' => '',
  42994.                     'instance_tag' => '',
  42995.                     'service_id' => '',
  42996.                     'soft_purge' => '0',
  42997.                     'tag_prefix' => '',
  42998.                 ],
  42999.                 'use_varnish_xkey' => false,
  43000.                 'ban_headers' => [
  43001.                 ],
  43002.             ],
  43003.             'storefront.reverse_proxy.enabled' => false,
  43004.             'storefront.reverse_proxy.ban_method' => 'BAN',
  43005.             'storefront.reverse_proxy.hosts' => [
  43006.                 => 'http://varnish',
  43007.             ],
  43008.             'storefront.reverse_proxy.hosts.0' => 'http://varnish',
  43009.             'storefront.reverse_proxy.max_parallel_invalidations' => 2,
  43010.             'storefront.reverse_proxy.redis_url' => 'redis://redis',
  43011.             'storefront.reverse_proxy.purge_all' => [
  43012.                 'ban_method' => 'BAN',
  43013.                 'ban_headers' => [
  43014.                 ],
  43015.                 'urls' => [
  43016.                     => '/',
  43017.                 ],
  43018.             ],
  43019.             'storefront.reverse_proxy.purge_all.ban_method' => 'BAN',
  43020.             'storefront.reverse_proxy.purge_all.ban_headers' => [
  43021.             ],
  43022.             'storefront.reverse_proxy.purge_all.urls' => [
  43023.                 => '/',
  43024.             ],
  43025.             'storefront.reverse_proxy.purge_all.urls.0' => '/',
  43026.             'storefront.reverse_proxy.fastly' => [
  43027.                 'enabled' => false,
  43028.                 'api_key' => '',
  43029.                 'instance_tag' => '',
  43030.                 'service_id' => '',
  43031.                 'soft_purge' => '0',
  43032.                 'tag_prefix' => '',
  43033.             ],
  43034.             'storefront.reverse_proxy.fastly.enabled' => false,
  43035.             'storefront.reverse_proxy.fastly.api_key' => '',
  43036.             'storefront.reverse_proxy.fastly.instance_tag' => '',
  43037.             'storefront.reverse_proxy.fastly.service_id' => '',
  43038.             'storefront.reverse_proxy.fastly.soft_purge' => '0',
  43039.             'storefront.reverse_proxy.fastly.tag_prefix' => '',
  43040.             'storefront.reverse_proxy.use_varnish_xkey' => false,
  43041.             'storefront.reverse_proxy.ban_headers' => [
  43042.             ],
  43043.             'storefront.http_cache' => [
  43044.                 'ignored_url_parameters' => [
  43045.                     => 'pk_campaign',
  43046.                     => 'piwik_campaign',
  43047.                     => 'pk_kwd',
  43048.                     => 'piwik_kwd',
  43049.                     => 'pk_keyword',
  43050.                     => 'mtm_campaign',
  43051.                     => 'matomo_campaign',
  43052.                     => 'mtm_cid',
  43053.                     => 'matomo_cid',
  43054.                     => 'mtm_kwd',
  43055.                     10 => 'matomo_kwd',
  43056.                     11 => 'mtm_keyword',
  43057.                     12 => 'matomo_keyword',
  43058.                     13 => 'mtm_source',
  43059.                     14 => 'matomo_source',
  43060.                     15 => 'mtm_medium',
  43061.                     16 => 'matomo_medium',
  43062.                     17 => 'mtm_content',
  43063.                     18 => 'matomo_content',
  43064.                     19 => 'mtm_group',
  43065.                     20 => 'matomo_group',
  43066.                     21 => 'mtm_placement',
  43067.                     22 => 'matomo_placement',
  43068.                     23 => 'pixelId',
  43069.                     24 => 'kwid',
  43070.                     25 => 'kw',
  43071.                     26 => 'chl',
  43072.                     27 => 'dv',
  43073.                     28 => 'nk',
  43074.                     29 => 'pa',
  43075.                     30 => 'camid',
  43076.                     31 => 'adgid',
  43077.                     32 => 'utm_term',
  43078.                     33 => 'utm_source',
  43079.                     34 => 'utm_medium',
  43080.                     35 => 'utm_campaign',
  43081.                     36 => 'utm_content',
  43082.                     37 => 'cx',
  43083.                     38 => 'ie',
  43084.                     39 => 'cof',
  43085.                     40 => 'siteurl',
  43086.                     41 => '_ga',
  43087.                     42 => 'adgroupid',
  43088.                     43 => 'campaignid',
  43089.                     44 => 'adid',
  43090.                     45 => 'gclsrc',
  43091.                     46 => 'gclid',
  43092.                     47 => 'fbclid',
  43093.                     48 => 'fb_action_ids',
  43094.                     49 => 'fb_action_types',
  43095.                     50 => 'fb_source',
  43096.                     51 => 'mc_cid',
  43097.                     52 => 'mc_eid',
  43098.                     53 => '_bta_tid',
  43099.                     54 => '_bta_c',
  43100.                     55 => 'trk_contact',
  43101.                     56 => 'trk_msg',
  43102.                     57 => 'trk_module',
  43103.                     58 => 'trk_sid',
  43104.                     59 => 'gdfms',
  43105.                     60 => 'gdftrk',
  43106.                     61 => 'gdffi',
  43107.                     62 => '_ke',
  43108.                     63 => 'redirect_log_mongo_id',
  43109.                     64 => 'redirect_mongo_id',
  43110.                     65 => 'sb_referer_host',
  43111.                     66 => 'mkwid',
  43112.                     67 => 'pcrid',
  43113.                     68 => 'ef_id',
  43114.                     69 => 's_kwcid',
  43115.                     70 => 'msclkid',
  43116.                     71 => 'dm_i',
  43117.                     72 => 'epik',
  43118.                     73 => 'pp',
  43119.                 ],
  43120.                 'stale_while_revalidate' => NULL,
  43121.                 'stale_if_error' => NULL,
  43122.             ],
  43123.             'storefront.http_cache.ignored_url_parameters' => [
  43124.                 => 'pk_campaign',
  43125.                 => 'piwik_campaign',
  43126.                 => 'pk_kwd',
  43127.                 => 'piwik_kwd',
  43128.                 => 'pk_keyword',
  43129.                 => 'mtm_campaign',
  43130.                 => 'matomo_campaign',
  43131.                 => 'mtm_cid',
  43132.                 => 'matomo_cid',
  43133.                 => 'mtm_kwd',
  43134.                 10 => 'matomo_kwd',
  43135.                 11 => 'mtm_keyword',
  43136.                 12 => 'matomo_keyword',
  43137.                 13 => 'mtm_source',
  43138.                 14 => 'matomo_source',
  43139.                 15 => 'mtm_medium',
  43140.                 16 => 'matomo_medium',
  43141.                 17 => 'mtm_content',
  43142.                 18 => 'matomo_content',
  43143.                 19 => 'mtm_group',
  43144.                 20 => 'matomo_group',
  43145.                 21 => 'mtm_placement',
  43146.                 22 => 'matomo_placement',
  43147.                 23 => 'pixelId',
  43148.                 24 => 'kwid',
  43149.                 25 => 'kw',
  43150.                 26 => 'chl',
  43151.                 27 => 'dv',
  43152.                 28 => 'nk',
  43153.                 29 => 'pa',
  43154.                 30 => 'camid',
  43155.                 31 => 'adgid',
  43156.                 32 => 'utm_term',
  43157.                 33 => 'utm_source',
  43158.                 34 => 'utm_medium',
  43159.                 35 => 'utm_campaign',
  43160.                 36 => 'utm_content',
  43161.                 37 => 'cx',
  43162.                 38 => 'ie',
  43163.                 39 => 'cof',
  43164.                 40 => 'siteurl',
  43165.                 41 => '_ga',
  43166.                 42 => 'adgroupid',
  43167.                 43 => 'campaignid',
  43168.                 44 => 'adid',
  43169.                 45 => 'gclsrc',
  43170.                 46 => 'gclid',
  43171.                 47 => 'fbclid',
  43172.                 48 => 'fb_action_ids',
  43173.                 49 => 'fb_action_types',
  43174.                 50 => 'fb_source',
  43175.                 51 => 'mc_cid',
  43176.                 52 => 'mc_eid',
  43177.                 53 => '_bta_tid',
  43178.                 54 => '_bta_c',
  43179.                 55 => 'trk_contact',
  43180.                 56 => 'trk_msg',
  43181.                 57 => 'trk_module',
  43182.                 58 => 'trk_sid',
  43183.                 59 => 'gdfms',
  43184.                 60 => 'gdftrk',
  43185.                 61 => 'gdffi',
  43186.                 62 => '_ke',
  43187.                 63 => 'redirect_log_mongo_id',
  43188.                 64 => 'redirect_mongo_id',
  43189.                 65 => 'sb_referer_host',
  43190.                 66 => 'mkwid',
  43191.                 67 => 'pcrid',
  43192.                 68 => 'ef_id',
  43193.                 69 => 's_kwcid',
  43194.                 70 => 'msclkid',
  43195.                 71 => 'dm_i',
  43196.                 72 => 'epik',
  43197.                 73 => 'pp',
  43198.             ],
  43199.             'storefront.http_cache.ignored_url_parameters.0' => 'pk_campaign',
  43200.             'storefront.http_cache.ignored_url_parameters.1' => 'piwik_campaign',
  43201.             'storefront.http_cache.ignored_url_parameters.2' => 'pk_kwd',
  43202.             'storefront.http_cache.ignored_url_parameters.3' => 'piwik_kwd',
  43203.             'storefront.http_cache.ignored_url_parameters.4' => 'pk_keyword',
  43204.             'storefront.http_cache.ignored_url_parameters.5' => 'mtm_campaign',
  43205.             'storefront.http_cache.ignored_url_parameters.6' => 'matomo_campaign',
  43206.             'storefront.http_cache.ignored_url_parameters.7' => 'mtm_cid',
  43207.             'storefront.http_cache.ignored_url_parameters.8' => 'matomo_cid',
  43208.             'storefront.http_cache.ignored_url_parameters.9' => 'mtm_kwd',
  43209.             'storefront.http_cache.ignored_url_parameters.10' => 'matomo_kwd',
  43210.             'storefront.http_cache.ignored_url_parameters.11' => 'mtm_keyword',
  43211.             'storefront.http_cache.ignored_url_parameters.12' => 'matomo_keyword',
  43212.             'storefront.http_cache.ignored_url_parameters.13' => 'mtm_source',
  43213.             'storefront.http_cache.ignored_url_parameters.14' => 'matomo_source',
  43214.             'storefront.http_cache.ignored_url_parameters.15' => 'mtm_medium',
  43215.             'storefront.http_cache.ignored_url_parameters.16' => 'matomo_medium',
  43216.             'storefront.http_cache.ignored_url_parameters.17' => 'mtm_content',
  43217.             'storefront.http_cache.ignored_url_parameters.18' => 'matomo_content',
  43218.             'storefront.http_cache.ignored_url_parameters.19' => 'mtm_group',
  43219.             'storefront.http_cache.ignored_url_parameters.20' => 'matomo_group',
  43220.             'storefront.http_cache.ignored_url_parameters.21' => 'mtm_placement',
  43221.             'storefront.http_cache.ignored_url_parameters.22' => 'matomo_placement',
  43222.             'storefront.http_cache.ignored_url_parameters.23' => 'pixelId',
  43223.             'storefront.http_cache.ignored_url_parameters.24' => 'kwid',
  43224.             'storefront.http_cache.ignored_url_parameters.25' => 'kw',
  43225.             'storefront.http_cache.ignored_url_parameters.26' => 'chl',
  43226.             'storefront.http_cache.ignored_url_parameters.27' => 'dv',
  43227.             'storefront.http_cache.ignored_url_parameters.28' => 'nk',
  43228.             'storefront.http_cache.ignored_url_parameters.29' => 'pa',
  43229.             'storefront.http_cache.ignored_url_parameters.30' => 'camid',
  43230.             'storefront.http_cache.ignored_url_parameters.31' => 'adgid',
  43231.             'storefront.http_cache.ignored_url_parameters.32' => 'utm_term',
  43232.             'storefront.http_cache.ignored_url_parameters.33' => 'utm_source',
  43233.             'storefront.http_cache.ignored_url_parameters.34' => 'utm_medium',
  43234.             'storefront.http_cache.ignored_url_parameters.35' => 'utm_campaign',
  43235.             'storefront.http_cache.ignored_url_parameters.36' => 'utm_content',
  43236.             'storefront.http_cache.ignored_url_parameters.37' => 'cx',
  43237.             'storefront.http_cache.ignored_url_parameters.38' => 'ie',
  43238.             'storefront.http_cache.ignored_url_parameters.39' => 'cof',
  43239.             'storefront.http_cache.ignored_url_parameters.40' => 'siteurl',
  43240.             'storefront.http_cache.ignored_url_parameters.41' => '_ga',
  43241.             'storefront.http_cache.ignored_url_parameters.42' => 'adgroupid',
  43242.             'storefront.http_cache.ignored_url_parameters.43' => 'campaignid',
  43243.             'storefront.http_cache.ignored_url_parameters.44' => 'adid',
  43244.             'storefront.http_cache.ignored_url_parameters.45' => 'gclsrc',
  43245.             'storefront.http_cache.ignored_url_parameters.46' => 'gclid',
  43246.             'storefront.http_cache.ignored_url_parameters.47' => 'fbclid',
  43247.             'storefront.http_cache.ignored_url_parameters.48' => 'fb_action_ids',
  43248.             'storefront.http_cache.ignored_url_parameters.49' => 'fb_action_types',
  43249.             'storefront.http_cache.ignored_url_parameters.50' => 'fb_source',
  43250.             'storefront.http_cache.ignored_url_parameters.51' => 'mc_cid',
  43251.             'storefront.http_cache.ignored_url_parameters.52' => 'mc_eid',
  43252.             'storefront.http_cache.ignored_url_parameters.53' => '_bta_tid',
  43253.             'storefront.http_cache.ignored_url_parameters.54' => '_bta_c',
  43254.             'storefront.http_cache.ignored_url_parameters.55' => 'trk_contact',
  43255.             'storefront.http_cache.ignored_url_parameters.56' => 'trk_msg',
  43256.             'storefront.http_cache.ignored_url_parameters.57' => 'trk_module',
  43257.             'storefront.http_cache.ignored_url_parameters.58' => 'trk_sid',
  43258.             'storefront.http_cache.ignored_url_parameters.59' => 'gdfms',
  43259.             'storefront.http_cache.ignored_url_parameters.60' => 'gdftrk',
  43260.             'storefront.http_cache.ignored_url_parameters.61' => 'gdffi',
  43261.             'storefront.http_cache.ignored_url_parameters.62' => '_ke',
  43262.             'storefront.http_cache.ignored_url_parameters.63' => 'redirect_log_mongo_id',
  43263.             'storefront.http_cache.ignored_url_parameters.64' => 'redirect_mongo_id',
  43264.             'storefront.http_cache.ignored_url_parameters.65' => 'sb_referer_host',
  43265.             'storefront.http_cache.ignored_url_parameters.66' => 'mkwid',
  43266.             'storefront.http_cache.ignored_url_parameters.67' => 'pcrid',
  43267.             'storefront.http_cache.ignored_url_parameters.68' => 'ef_id',
  43268.             'storefront.http_cache.ignored_url_parameters.69' => 's_kwcid',
  43269.             'storefront.http_cache.ignored_url_parameters.70' => 'msclkid',
  43270.             'storefront.http_cache.ignored_url_parameters.71' => 'dm_i',
  43271.             'storefront.http_cache.ignored_url_parameters.72' => 'epik',
  43272.             'storefront.http_cache.ignored_url_parameters.73' => 'pp',
  43273.             'storefront.http_cache.stale_while_revalidate' => NULL,
  43274.             'storefront.http_cache.stale_if_error' => NULL,
  43275.             'storefront.theme' => [
  43276.                 'config_loader_id' => 'Shopware\\Storefront\\Theme\\ConfigLoader\\DatabaseConfigLoader',
  43277.                 'theme_path_builder_id' => 'Shopware\\Storefront\\Theme\\MD5ThemePathBuilder',
  43278.                 'available_theme_provider' => 'Shopware\\Storefront\\Theme\\ConfigLoader\\DatabaseAvailableThemeProvider',
  43279.             ],
  43280.             'storefront.theme.config_loader_id' => 'Shopware\\Storefront\\Theme\\ConfigLoader\\DatabaseConfigLoader',
  43281.             'storefront.theme.theme_path_builder_id' => 'Shopware\\Storefront\\Theme\\MD5ThemePathBuilder',
  43282.             'storefront.theme.available_theme_provider' => 'Shopware\\Storefront\\Theme\\ConfigLoader\\DatabaseAvailableThemeProvider',
  43283.             'elasticsearch.administration.index_settings' => [
  43284.                 'number_of_shards' => 3,
  43285.                 'number_of_replicas' => 3,
  43286.                 'mapping.total_fields.limit' => 50000,
  43287.                 'mapping.nested_fields.limit' => 500,
  43288.                 'mapping.nested_objects.limit' => 1000000,
  43289.             ],
  43290.             'elasticsearch.administration.index_settings.number_of_shards' => 3,
  43291.             'elasticsearch.administration.index_settings.number_of_replicas' => 3,
  43292.             'elasticsearch.administration.index_settings.mapping.total_fields.limit' => 50000,
  43293.             'elasticsearch.administration.index_settings.mapping.nested_fields.limit' => 500,
  43294.             'elasticsearch.administration.index_settings.mapping.nested_objects.limit' => 1000000,
  43295.             'elasticsearch.administration.analysis' => [
  43296.                 'normalizer' => [
  43297.                     'sw_lowercase_normalizer' => [
  43298.                         'type' => 'custom',
  43299.                         'filter' => [
  43300.                             => 'lowercase',
  43301.                         ],
  43302.                     ],
  43303.                 ],
  43304.             ],
  43305.             'elasticsearch.administration.analysis.normalizer' => [
  43306.                 'sw_lowercase_normalizer' => [
  43307.                     'type' => 'custom',
  43308.                     'filter' => [
  43309.                         => 'lowercase',
  43310.                     ],
  43311.                 ],
  43312.             ],
  43313.             'elasticsearch.administration.analysis.normalizer.sw_lowercase_normalizer' => [
  43314.                 'type' => 'custom',
  43315.                 'filter' => [
  43316.                     => 'lowercase',
  43317.                 ],
  43318.             ],
  43319.             'elasticsearch.administration.analysis.normalizer.sw_lowercase_normalizer.type' => 'custom',
  43320.             'elasticsearch.administration.analysis.normalizer.sw_lowercase_normalizer.filter' => [
  43321.                 => 'lowercase',
  43322.             ],
  43323.             'elasticsearch.administration.analysis.normalizer.sw_lowercase_normalizer.filter.0' => 'lowercase',
  43324.             'elasticsearch.administration.dynamic_templates' => [
  43325.                 => [
  43326.                     'keywords' => [
  43327.                         'match_mapping_type' => 'string',
  43328.                         'mapping' => [
  43329.                             'type' => 'keyword',
  43330.                             'normalizer' => 'sw_lowercase_normalizer',
  43331.                             'fields' => [
  43332.                                 'text' => [
  43333.                                     'type' => 'text',
  43334.                                 ],
  43335.                             ],
  43336.                         ],
  43337.                     ],
  43338.                 ],
  43339.             ],
  43340.             'elasticsearch.administration.dynamic_templates.0' => [
  43341.                 'keywords' => [
  43342.                     'match_mapping_type' => 'string',
  43343.                     'mapping' => [
  43344.                         'type' => 'keyword',
  43345.                         'normalizer' => 'sw_lowercase_normalizer',
  43346.                         'fields' => [
  43347.                             'text' => [
  43348.                                 'type' => 'text',
  43349.                             ],
  43350.                         ],
  43351.                     ],
  43352.                 ],
  43353.             ],
  43354.             'elasticsearch.administration.dynamic_templates.0.keywords' => [
  43355.                 'match_mapping_type' => 'string',
  43356.                 'mapping' => [
  43357.                     'type' => 'keyword',
  43358.                     'normalizer' => 'sw_lowercase_normalizer',
  43359.                     'fields' => [
  43360.                         'text' => [
  43361.                             'type' => 'text',
  43362.                         ],
  43363.                     ],
  43364.                 ],
  43365.             ],
  43366.             'elasticsearch.administration.dynamic_templates.0.keywords.match_mapping_type' => 'string',
  43367.             'elasticsearch.administration.dynamic_templates.0.keywords.mapping' => [
  43368.                 'type' => 'keyword',
  43369.                 'normalizer' => 'sw_lowercase_normalizer',
  43370.                 'fields' => [
  43371.                     'text' => [
  43372.                         'type' => 'text',
  43373.                     ],
  43374.                 ],
  43375.             ],
  43376.             'elasticsearch.administration.dynamic_templates.0.keywords.mapping.type' => 'keyword',
  43377.             'elasticsearch.administration.dynamic_templates.0.keywords.mapping.normalizer' => 'sw_lowercase_normalizer',
  43378.             'elasticsearch.administration.dynamic_templates.0.keywords.mapping.fields' => [
  43379.                 'text' => [
  43380.                     'type' => 'text',
  43381.                 ],
  43382.             ],
  43383.             'elasticsearch.administration.dynamic_templates.0.keywords.mapping.fields.text' => [
  43384.                 'type' => 'text',
  43385.             ],
  43386.             'elasticsearch.administration.dynamic_templates.0.keywords.mapping.fields.text.type' => 'text',
  43387.             'elasticsearch.product' => [
  43388.                 'custom_fields_mapping' => [
  43389.                 ],
  43390.             ],
  43391.             'elasticsearch.product.custom_fields_mapping' => [
  43392.             ],
  43393.             'elasticsearch.ssl' => [
  43394.                 'verify_server_cert' => true,
  43395.             ],
  43396.             'elasticsearch.ssl.verify_server_cert' => true,
  43397.             'elasticsearch.index_settings' => [
  43398.                 'number_of_shards' => 3,
  43399.                 'number_of_replicas' => 3,
  43400.                 'mapping.total_fields.limit' => 50000,
  43401.                 'mapping.nested_fields.limit' => 500,
  43402.                 'mapping.nested_objects.limit' => 1000000,
  43403.             ],
  43404.             'elasticsearch.index_settings.number_of_shards' => 3,
  43405.             'elasticsearch.index_settings.number_of_replicas' => 3,
  43406.             'elasticsearch.index_settings.mapping.total_fields.limit' => 50000,
  43407.             'elasticsearch.index_settings.mapping.nested_fields.limit' => 500,
  43408.             'elasticsearch.index_settings.mapping.nested_objects.limit' => 1000000,
  43409.             'elasticsearch.analysis' => [
  43410.                 'normalizer' => [
  43411.                     'sw_lowercase_normalizer' => [
  43412.                         'type' => 'custom',
  43413.                         'filter' => [
  43414.                             => 'lowercase',
  43415.                         ],
  43416.                     ],
  43417.                 ],
  43418.                 'analyzer' => [
  43419.                     'sw_ngram_analyzer' => [
  43420.                         'type' => 'custom',
  43421.                         'tokenizer' => 'whitespace',
  43422.                         'filter' => [
  43423.                             => 'lowercase',
  43424.                             => 'sw_ngram_filter',
  43425.                         ],
  43426.                     ],
  43427.                 ],
  43428.                 'filter' => [
  43429.                     'sw_ngram_filter' => [
  43430.                         'type' => 'ngram',
  43431.                         'min_gram' => 4,
  43432.                         'max_gram' => 5,
  43433.                     ],
  43434.                 ],
  43435.             ],
  43436.             'elasticsearch.analysis.normalizer' => [
  43437.                 'sw_lowercase_normalizer' => [
  43438.                     'type' => 'custom',
  43439.                     'filter' => [
  43440.                         => 'lowercase',
  43441.                     ],
  43442.                 ],
  43443.             ],
  43444.             'elasticsearch.analysis.normalizer.sw_lowercase_normalizer' => [
  43445.                 'type' => 'custom',
  43446.                 'filter' => [
  43447.                     => 'lowercase',
  43448.                 ],
  43449.             ],
  43450.             'elasticsearch.analysis.normalizer.sw_lowercase_normalizer.type' => 'custom',
  43451.             'elasticsearch.analysis.normalizer.sw_lowercase_normalizer.filter' => [
  43452.                 => 'lowercase',
  43453.             ],
  43454.             'elasticsearch.analysis.normalizer.sw_lowercase_normalizer.filter.0' => 'lowercase',
  43455.             'elasticsearch.analysis.analyzer' => [
  43456.                 'sw_ngram_analyzer' => [
  43457.                     'type' => 'custom',
  43458.                     'tokenizer' => 'whitespace',
  43459.                     'filter' => [
  43460.                         => 'lowercase',
  43461.                         => 'sw_ngram_filter',
  43462.                     ],
  43463.                 ],
  43464.             ],
  43465.             'elasticsearch.analysis.analyzer.sw_ngram_analyzer' => [
  43466.                 'type' => 'custom',
  43467.                 'tokenizer' => 'whitespace',
  43468.                 'filter' => [
  43469.                     => 'lowercase',
  43470.                     => 'sw_ngram_filter',
  43471.                 ],
  43472.             ],
  43473.             'elasticsearch.analysis.analyzer.sw_ngram_analyzer.type' => 'custom',
  43474.             'elasticsearch.analysis.analyzer.sw_ngram_analyzer.tokenizer' => 'whitespace',
  43475.             'elasticsearch.analysis.analyzer.sw_ngram_analyzer.filter' => [
  43476.                 => 'lowercase',
  43477.                 => 'sw_ngram_filter',
  43478.             ],
  43479.             'elasticsearch.analysis.analyzer.sw_ngram_analyzer.filter.0' => 'lowercase',
  43480.             'elasticsearch.analysis.analyzer.sw_ngram_analyzer.filter.1' => 'sw_ngram_filter',
  43481.             'elasticsearch.analysis.filter' => [
  43482.                 'sw_ngram_filter' => [
  43483.                     'type' => 'ngram',
  43484.                     'min_gram' => 4,
  43485.                     'max_gram' => 5,
  43486.                 ],
  43487.             ],
  43488.             'elasticsearch.analysis.filter.sw_ngram_filter' => [
  43489.                 'type' => 'ngram',
  43490.                 'min_gram' => 4,
  43491.                 'max_gram' => 5,
  43492.             ],
  43493.             'elasticsearch.analysis.filter.sw_ngram_filter.type' => 'ngram',
  43494.             'elasticsearch.analysis.filter.sw_ngram_filter.min_gram' => 4,
  43495.             'elasticsearch.analysis.filter.sw_ngram_filter.max_gram' => 5,
  43496.             'elasticsearch.dynamic_templates' => [
  43497.                 => [
  43498.                     'keywords' => [
  43499.                         'match_mapping_type' => 'string',
  43500.                         'mapping' => [
  43501.                             'type' => 'keyword',
  43502.                             'normalizer' => 'sw_lowercase_normalizer',
  43503.                             'fields' => [
  43504.                                 'text' => [
  43505.                                     'type' => 'text',
  43506.                                 ],
  43507.                             ],
  43508.                         ],
  43509.                     ],
  43510.                 ],
  43511.             ],
  43512.             'elasticsearch.dynamic_templates.0' => [
  43513.                 'keywords' => [
  43514.                     'match_mapping_type' => 'string',
  43515.                     'mapping' => [
  43516.                         'type' => 'keyword',
  43517.                         'normalizer' => 'sw_lowercase_normalizer',
  43518.                         'fields' => [
  43519.                             'text' => [
  43520.                                 'type' => 'text',
  43521.                             ],
  43522.                         ],
  43523.                     ],
  43524.                 ],
  43525.             ],
  43526.             'elasticsearch.dynamic_templates.0.keywords' => [
  43527.                 'match_mapping_type' => 'string',
  43528.                 'mapping' => [
  43529.                     'type' => 'keyword',
  43530.                     'normalizer' => 'sw_lowercase_normalizer',
  43531.                     'fields' => [
  43532.                         'text' => [
  43533.                             'type' => 'text',
  43534.                         ],
  43535.                     ],
  43536.                 ],
  43537.             ],
  43538.             'elasticsearch.dynamic_templates.0.keywords.match_mapping_type' => 'string',
  43539.             'elasticsearch.dynamic_templates.0.keywords.mapping' => [
  43540.                 'type' => 'keyword',
  43541.                 'normalizer' => 'sw_lowercase_normalizer',
  43542.                 'fields' => [
  43543.                     'text' => [
  43544.                         'type' => 'text',
  43545.                     ],
  43546.                 ],
  43547.             ],
  43548.             'elasticsearch.dynamic_templates.0.keywords.mapping.type' => 'keyword',
  43549.             'elasticsearch.dynamic_templates.0.keywords.mapping.normalizer' => 'sw_lowercase_normalizer',
  43550.             'elasticsearch.dynamic_templates.0.keywords.mapping.fields' => [
  43551.                 'text' => [
  43552.                     'type' => 'text',
  43553.                 ],
  43554.             ],
  43555.             'elasticsearch.dynamic_templates.0.keywords.mapping.fields.text' => [
  43556.                 'type' => 'text',
  43557.             ],
  43558.             'elasticsearch.dynamic_templates.0.keywords.mapping.fields.text.type' => 'text',
  43559.             'elasticsearch.logger_level' => 100,
  43560.             'web_profiler.debug_toolbar.intercept_redirects' => false,
  43561.             'web_profiler.debug_toolbar.mode' => 2,
  43562.             'data_collector.templates' => [
  43563.                 'data_collector.request' => [
  43564.                     => 'request',
  43565.                     => '@WebProfiler/Collector/request.html.twig',
  43566.                 ],
  43567.                 'data_collector.time' => [
  43568.                     => 'time',
  43569.                     => '@WebProfiler/Collector/time.html.twig',
  43570.                 ],
  43571.                 'data_collector.memory' => [
  43572.                     => 'memory',
  43573.                     => '@WebProfiler/Collector/memory.html.twig',
  43574.                 ],
  43575.                 'data_collector.validator' => [
  43576.                     => 'validator',
  43577.                     => '@WebProfiler/Collector/validator.html.twig',
  43578.                 ],
  43579.                 'data_collector.ajax' => [
  43580.                     => 'ajax',
  43581.                     => '@WebProfiler/Collector/ajax.html.twig',
  43582.                 ],
  43583.                 'data_collector.exception' => [
  43584.                     => 'exception',
  43585.                     => '@WebProfiler/Collector/exception.html.twig',
  43586.                 ],
  43587.                 'data_collector.logger' => [
  43588.                     => 'logger',
  43589.                     => '@WebProfiler/Collector/logger.html.twig',
  43590.                 ],
  43591.                 'data_collector.events' => [
  43592.                     => 'events',
  43593.                     => '@WebProfiler/Collector/events.html.twig',
  43594.                 ],
  43595.                 'data_collector.router' => [
  43596.                     => 'router',
  43597.                     => '@WebProfiler/Collector/router.html.twig',
  43598.                 ],
  43599.                 'data_collector.cache' => [
  43600.                     => 'cache',
  43601.                     => '@WebProfiler/Collector/cache.html.twig',
  43602.                 ],
  43603.                 'data_collector.translation' => [
  43604.                     => 'translation',
  43605.                     => '@WebProfiler/Collector/translation.html.twig',
  43606.                 ],
  43607.                 'data_collector.twig' => [
  43608.                     => 'twig',
  43609.                     => '@WebProfiler/Collector/twig.html.twig',
  43610.                 ],
  43611.                 'data_collector.dump' => [
  43612.                     => 'dump',
  43613.                     => '@Debug/Profiler/dump.html.twig',
  43614.                 ],
  43615.                 'Shopware\\Core\\Profiling\\Doctrine\\ConnectionProfiler' => [
  43616.                     => 'app.connection_collector',
  43617.                     => '@Profiling/Collector/db.html.twig',
  43618.                 ],
  43619.                 'data_collector.messenger' => [
  43620.                     => 'messenger',
  43621.                     => '@WebProfiler/Collector/messenger.html.twig',
  43622.                 ],
  43623.                 'Shopware\\Core\\Framework\\Script\\Debugging\\ScriptTraces' => [
  43624.                     => 'Shopware\\Core\\Framework\\Script\\Debugging\\ScriptTraces',
  43625.                     => '@Profiling/Collector/script_traces.html.twig',
  43626.                 ],
  43627.                 'Shopware\\Elasticsearch\\Profiler\\DataCollector' => [
  43628.                     => 'elasticsearch',
  43629.                     => '@Elasticsearch/Collector/elasticsearch.html.twig',
  43630.                 ],
  43631.                 'Shopware\\Core\\Profiling\\Subscriber\\ActiveRulesDataCollectorSubscriber' => [
  43632.                     => 'Shopware\\Core\\Profiling\\Subscriber\\ActiveRulesDataCollectorSubscriber',
  43633.                     => '@Profiling/Collector/rules.html.twig',
  43634.                 ],
  43635.                 'mailer.data_collector' => [
  43636.                     => 'mailer',
  43637.                     => '@WebProfiler/Collector/mailer.html.twig',
  43638.                 ],
  43639.                 'enqueue.profiler.message_queue_collector' => [
  43640.                     => 'enqueue.message_queue',
  43641.                     => '@Enqueue/Profiler/panel.html.twig',
  43642.                 ],
  43643.                 'data_collector.config' => [
  43644.                     => 'config',
  43645.                     => '@WebProfiler/Collector/config.html.twig',
  43646.                 ],
  43647.             ],
  43648.             'shopware.filesystem.theme.url' => '',
  43649.             'shopware.filesystem.theme.type' => 'local',
  43650.             'shopware.filesystem.theme.config' => [
  43651.                 'root' => (\dirname(__DIR__4).'/public'),
  43652.             ],
  43653.             'shopware.filesystem.asset.url' => '',
  43654.             'shopware.filesystem.asset.type' => 'local',
  43655.             'shopware.filesystem.asset.config' => [
  43656.                 'root' => (\dirname(__DIR__4).'/public'),
  43657.             ],
  43658.             'shopware.filesystem.sitemap.url' => '',
  43659.             'shopware.filesystem.sitemap.type' => 'local',
  43660.             'shopware.filesystem.sitemap.config' => [
  43661.                 'root' => (\dirname(__DIR__4).'/public'),
  43662.             ],
  43663.             'shopware.filesystem.public.url' => '',
  43664.             'console.command.ids' => [
  43665.             ],
  43666.         ];
  43667.     }
  43668.     protected function throw($message)
  43669.     {
  43670.         throw new RuntimeException($message);
  43671.     }
  43672. }