var/cache/dev/ContainerDSiEVTT/App_KernelDevDebugContainer.php line 5428

Open in your IDE?
  1. <?php
  2. namespace ContainerDSiEVTT;
  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 App_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.serializer' => 'get_Container_Private_SerializerService',
  37.             '.container.private.session' => 'get_Container_Private_SessionService',
  38.             '.container.private.twig' => 'get_Container_Private_TwigService',
  39.             '.container.private.validator' => 'get_Container_Private_ValidatorService',
  40.             'BcaB2c\\Controller\\HealthcheckController' => 'getHealthcheckControllerService',
  41.             'BorrowerInsurance\\Presentation\\Action\\BorrowerInsurancePreviewAction' => 'getBorrowerInsurancePreviewActionService',
  42.             'BorrowerInsurance\\Presentation\\Action\\GetContractAction' => 'getGetContractActionService',
  43.             'BorrowerInsurance\\Presentation\\Action\\GetSignbookAction' => 'getGetSignbookActionService',
  44.             'BorrowerInsurance\\Presentation\\Action\\SignAction' => 'getSignActionService',
  45.             'FLOA\\LoggerBundle\\Service\\FormattingDataService' => 'getFormattingDataServiceService',
  46.             'Insurance\\Controller\\HomeController' => 'getHomeControllerService',
  47.             'Insurance\\Controller\\SubscriberController' => 'getSubscriberControllerService',
  48.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => 'getRedirectControllerService',
  49.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController' => 'getTemplateControllerService',
  50.             'Uncap\\Controller\\DefaultController' => 'getDefaultControllerService',
  51.             'Uncap\\Controller\\FinalizationController' => 'getFinalizationControllerService',
  52.             'Uncap\\Controller\\GetContractController' => 'getGetContractControllerService',
  53.             'Uncap\\Controller\\IncomeChargesController' => 'getIncomeChargesControllerService',
  54.             'Uncap\\Controller\\PreviewController' => 'getPreviewControllerService',
  55.             'Uncap\\Controller\\SignContractController' => 'getSignContractControllerService',
  56.             'Uncap\\Controller\\VisualizeEmailController' => 'getVisualizeEmailControllerService',
  57.             'apim.repository' => 'getApim_RepositoryService',
  58.             'bca_apim.apim_configuration' => 'getBcaApim_ApimConfigurationService',
  59.             'bca_apim.guzzle_request_subscriber' => 'getBcaApim_GuzzleRequestSubscriberService',
  60.             'cache.app' => 'getCache_AppService',
  61.             'cache.app_clearer' => 'getCache_AppClearerService',
  62.             'cache.global_clearer' => 'getCache_GlobalClearerService',
  63.             'cache.system' => 'getCache_SystemService',
  64.             'cache.system_clearer' => 'getCache_SystemClearerService',
  65.             'cache.validator_expression_language' => 'getCache_ValidatorExpressionLanguageService',
  66.             'cache_warmer' => 'getCacheWarmerService',
  67.             'catalog.repository' => 'getCatalog_RepositoryService',
  68.             'console.command_loader' => 'getConsole_CommandLoaderService',
  69.             'container.env_var_processors_locator' => 'getContainer_EnvVarProcessorsLocatorService',
  70.             'data_collector.dump' => 'getDataCollector_DumpService',
  71.             'error_controller' => 'getErrorControllerService',
  72.             'event_dispatcher' => 'getEventDispatcherService',
  73.             'http_kernel' => 'getHttpKernelService',
  74.             'jms_serializer' => 'getJmsSerializerService',
  75.             'jms_serializer.deserialization_context_factory' => 'getJmsSerializer_DeserializationContextFactoryService',
  76.             'jms_serializer.metadata_driver' => 'getJmsSerializer_MetadataDriverService',
  77.             'jms_serializer.serialization_context_factory' => 'getJmsSerializer_SerializationContextFactoryService',
  78.             'jms_serializer.twig_extension.serializer_runtime_helper' => 'getJmsSerializer_TwigExtension_SerializerRuntimeHelperService',
  79.             'logger_bundle.app_logger' => 'getLoggerBundle_AppLoggerService',
  80.             'logger_bundle.extra_data' => 'getLoggerBundle_ExtraDataService',
  81.             'logger_bundle.formatter' => 'getLoggerBundle_FormatterService',
  82.             'logger_bundle.http_client' => 'getLoggerBundle_HttpClientService',
  83.             'logger_bundle.request_id' => 'getLoggerBundle_RequestIdService',
  84.             'logger_bundle.service' => 'getLoggerBundle_ServiceService',
  85.             'messenger.default_bus' => 'getMessenger_DefaultBusService',
  86.             'monolog.logger.elk' => 'getMonolog_Logger_ElkService',
  87.             'request_stack' => 'getRequestStackService',
  88.             'router' => 'getRouterService',
  89.             'routing.loader' => 'getRouting_LoaderService',
  90.             'services_resetter' => 'getServicesResetterService',
  91.             'var_dumper.cloner' => 'getVarDumper_ClonerService',
  92.             'web_profiler.controller.exception_panel' => 'getWebProfiler_Controller_ExceptionPanelService',
  93.             'web_profiler.controller.profiler' => 'getWebProfiler_Controller_ProfilerService',
  94.             'web_profiler.controller.router' => 'getWebProfiler_Controller_RouterService',
  95.             'cache_clearer' => 'getCacheClearerService',
  96.             'filesystem' => 'getFilesystemService',
  97.             'serializer' => 'getSerializerService',
  98.             'profiler' => 'getProfilerService',
  99.             'twig' => 'getTwigService',
  100.             'session' => 'getSessionService',
  101.             'validator' => 'getValidatorService',
  102.         ];
  103.         $this->aliases = [
  104.         ];
  105.         $this->privates['service_container'] = function () {
  106.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernelInterface.php';
  107.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/KernelInterface.php';
  108.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/RebootableInterface.php';
  109.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/TerminableInterface.php';
  110.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Kernel.php';
  111.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php';
  112.             include_once \dirname(__DIR__4).'/src/Kernel.php';
  113.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventSubscriberInterface.php';
  114.             include_once \dirname(__DIR__4).'/src/Insurance/EventSubscriber/InsuranceSubscriber.php';
  115.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/HandleTrait.php';
  116.             include_once \dirname(__DIR__4).'/src/Insurance/Service/BcaRequestService.php';
  117.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php';
  118.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactory.php';
  119.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ResponseListener.php';
  120.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/StreamedResponseListener.php';
  121.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleListener.php';
  122.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ValidateRequestListener.php';
  123.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DisallowRobotsIndexingListener.php';
  124.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ErrorListener.php';
  125.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php';
  126.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBag.php';
  127.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php';
  128.             include_once \dirname(__DIR__4).'/vendor/psr/container/src/ContainerInterface.php';
  129.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBagInterface.php';
  130.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBag.php';
  131.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernel.php';
  132.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolverInterface.php';
  133.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php';
  134.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolver.php';
  135.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php';
  136.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerResolver.php';
  137.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolverInterface.php';
  138.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php';
  139.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver.php';
  140.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestStack.php';
  141.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleAwareListener.php';
  142.             include_once \dirname(__DIR__4).'/vendor/psr/cache/src/CacheItemPoolInterface.php';
  143.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AdapterInterface.php';
  144.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheInterface.php';
  145.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/PruneableInterface.php';
  146.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ResetInterface.php';
  147.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/ResettableInterface.php';
  148.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/TraceableAdapter.php';
  149.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerAwareInterface.php';
  150.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerAwareTrait.php';
  151.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/AbstractAdapterTrait.php';
  152.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheTrait.php';
  153.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ContractsTrait.php';
  154.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AbstractAdapter.php';
  155.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemCommonTrait.php';
  156.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemTrait.php';
  157.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/FilesystemAdapter.php';
  158.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/MarshallerInterface.php';
  159.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/DefaultMarshaller.php';
  160.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Packages.php';
  161.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PackageInterface.php';
  162.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Package.php';
  163.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PathPackage.php';
  164.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/VersionStrategyInterface.php';
  165.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/JsonManifestVersionStrategy.php';
  166.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/ContextInterface.php';
  167.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/RequestStackContext.php';
  168.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/EventListener/MessageLoggerListener.php';
  169.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php';
  170.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerInterface.php';
  171.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/ResettableInterface.php';
  172.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Logger.php';
  173.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Log/DebugLoggerInterface.php';
  174.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Logger.php';
  175.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/FileLinkFormatter.php';
  176.             include_once \dirname(__DIR__4).'/vendor/symfony/stopwatch/Stopwatch.php';
  177.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Processor/DebugProcessor.php';
  178.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContext.php';
  179.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/RouterListener.php';
  180.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php';
  181.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php';
  182.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php';
  183.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/PsrCachedReader.php';
  184.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ProxyTrait.php';
  185.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/PhpArrayAdapter.php';
  186.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyTypeExtractorInterface.php';
  187.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyDescriptionExtractorInterface.php';
  188.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyAccessExtractorInterface.php';
  189.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyListExtractorInterface.php';
  190.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractorInterface.php';
  191.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInitializableExtractorInterface.php';
  192.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractor.php';
  193.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php';
  194.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/SessionListener.php';
  195.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceProviderInterface.php';
  196.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceLocatorTrait.php';
  197.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ServiceLocator.php';
  198.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilder.php';
  199.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validation.php';
  200.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorFactoryInterface.php';
  201.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ContainerConstraintValidatorFactory.php';
  202.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/LoaderInterface.php';
  203.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/AutoMappingTrait.php';
  204.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/PropertyInfoLoader.php';
  205.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ProfilerListener.php';
  206.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollectorInterface.php';
  207.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollector.php';
  208.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LateDataCollectorInterface.php';
  209.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php';
  210.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RouterDataCollector.php';
  211.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/DataCollector/RouterDataCollector.php';
  212.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ControllerListener.php';
  213.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ParamConverterListener.php';
  214.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterManager.php';
  215.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterInterface.php';
  216.             include_once \dirname(__DIR__4).'/src/Insurance/ParamConverter/FirstConnectionConverter.php';
  217.             include_once \dirname(__DIR__4).'/src/Insurance/ParamConverter/PostLoginConverter.php';
  218.             include_once \dirname(__DIR__4).'/src/Insurance/ParamConverter/ResetPasswordConverter.php';
  219.             include_once \dirname(__DIR__4).'/src/Insurance/ParamConverter/SubscribeConverter.php';
  220.             include_once \dirname(__DIR__4).'/src/Insurance/ParamConverter/SubscribePetConverter.php';
  221.             include_once \dirname(__DIR__4).'/src/Insurance/ParamConverter/SubscribeSchoolConverter.php';
  222.             include_once \dirname(__DIR__4).'/src/Insurance/ParamConverter/SubscribeShoppingConverter.php';
  223.             include_once \dirname(__DIR__4).'/src/Insurance/ParamConverter/SubscribeVMPConverter.php';
  224.             include_once \dirname(__DIR__4).'/src/Insurance/ParamConverter/UserConverter.php';
  225.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DoctrineParamConverter.php';
  226.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DateTimeParamConverter.php';
  227.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceSubscriberInterface.php';
  228.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/TemplateListener.php';
  229.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Templating/TemplateGuesser.php';
  230.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/HttpCacheListener.php';
  231.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/IsGrantedListener.php';
  232.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ArgumentNameConverter.php';
  233.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Profiler/Profile.php';
  234.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookupCollectionInterface.php';
  235.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookupCollection.php';
  236.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/EventListener/ResetAssetsEventListener.php';
  237.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php';
  238.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/Handler.php';
  239.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php';
  240.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerInterface.php';
  241.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerInterface.php';
  242.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerTrait.php';
  243.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerTrait.php';
  244.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php';
  245.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php';
  246.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php';
  247.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/PsrLogMessageProcessor.php';
  248.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Type/ParserInterface.php';
  249.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Type/Parser.php';
  250.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Cache/CacheInterface.php';
  251.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Cache/ClearableCacheInterface.php';
  252.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Cache/FileCache.php';
  253.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/ContentSecurityPolicyHandler.php';
  254.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/NonceGenerator.php';
  255.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/EventListener/WebDebugToolbarListener.php';
  256.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/DataDumperInterface.php';
  257.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DumpDataCollector.php';
  258.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/ClonerInterface.php';
  259.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/AbstractCloner.php';
  260.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/VarCloner.php';
  261.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/DumperInterface.php';
  262.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/AbstractDumper.php';
  263.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/CliDumper.php';
  264.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/HtmlDumper.php';
  265.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Server/Connection.php';
  266.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/ContextProviderInterface.php';
  267.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/SourceContextProvider.php';
  268.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/RequestContextProvider.php';
  269.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/CliContextProvider.php';
  270.             include_once \dirname(__DIR__4).'/vendor/floa/logger-bundle/src/Service/FormattingDataService.php';
  271.             include_once \dirname(__DIR__4).'/vendor/floa/logger-bundle/src/EventListener/RequestListener.php';
  272.             include_once \dirname(__DIR__4).'/vendor/floa/logger-bundle/src/EventListener/ResponseListener.php';
  273.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client-contracts/HttpClientInterface.php';
  274.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/TraceableHttpClient.php';
  275.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/HttpClientTrait.php';
  276.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/ScopingHttpClient.php';
  277.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/NullHandler.php';
  278.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/HttpClient.php';
  279.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContextAwareInterface.php';
  280.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/UrlMatcherInterface.php';
  281.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Generator/UrlGeneratorInterface.php';
  282.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RouterInterface.php';
  283.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/RequestMatcherInterface.php';
  284.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Router.php';
  285.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/WarmableInterface.php';
  286.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/Router.php';
  287.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ConfigCacheFactoryInterface.php';
  288.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php';
  289.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/MessageBusInterface.php';
  290.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/TraceableMessageBus.php';
  291.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/MessageBus.php';
  292.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/ContextFactory/SerializationContextFactoryInterface.php';
  293.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/ContextFactory/DeserializationContextFactoryInterface.php';
  294.             include_once \dirname(__DIR__4).'/vendor/jms/serializer-bundle/ContextFactory/ConfiguredContextFactory.php';
  295.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/SerializerInterface.php';
  296.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/ArrayTransformerInterface.php';
  297.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Serializer.php';
  298.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/MetadataFactoryInterface.php';
  299.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/AdvancedMetadataFactoryInterface.php';
  300.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/MetadataFactory.php';
  301.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/DriverInterface.php';
  302.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/LazyLoadingDriver.php';
  303.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/GraphNavigator/Factory/GraphNavigatorFactoryInterface.php';
  304.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/GraphNavigator/Factory/DeserializationGraphNavigatorFactory.php';
  305.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/HandlerRegistryInterface.php';
  306.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/HandlerRegistry.php';
  307.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/LazyHandlerRegistry.php';
  308.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Construction/ObjectConstructorInterface.php';
  309.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Construction/UnserializeObjectConstructor.php';
  310.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Accessor/AccessorStrategyInterface.php';
  311.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Accessor/DefaultAccessorStrategy.php';
  312.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/EventDispatcher/EventDispatcherInterface.php';
  313.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/EventDispatcher/EventDispatcher.php';
  314.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/EventDispatcher/LazyEventDispatcher.php';
  315.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/GraphNavigator/Factory/SerializationGraphNavigatorFactory.php';
  316.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Visitor/Factory/SerializationVisitorFactory.php';
  317.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Visitor/Factory/JsonSerializationVisitorFactory.php';
  318.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Visitor/Factory/XmlSerializationVisitorFactory.php';
  319.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Visitor/Factory/DeserializationVisitorFactory.php';
  320.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Visitor/Factory/JsonDeserializationVisitorFactory.php';
  321.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Visitor/Factory/XmlDeserializationVisitorFactory.php';
  322.             include_once \dirname(__DIR__4).'/vendor/floa/logger-bundle/src/Service/RequestIdService.php';
  323.             include_once \dirname(__DIR__4).'/vendor/floa/logger-bundle/src/Service/ExtraDataServiceInterface.php';
  324.             include_once \dirname(__DIR__4).'/vendor/floa/logger-bundle/src/Service/ExtraDataService.php';
  325.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Formatter/FormatterInterface.php';
  326.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Formatter/NormalizerFormatter.php';
  327.             include_once \dirname(__DIR__4).'/vendor/floa/logger-bundle/src/Formatter/JsonLogFormatter.php';
  328.             include_once \dirname(__DIR__4).'/vendor/floa/logger-bundle/src/Service/LoggerService.php';
  329.             include_once \dirname(__DIR__4).'/vendor/floa/logger-bundle/src/Logger/AppLoggerInterface.php';
  330.             include_once \dirname(__DIR__4).'/vendor/floa/logger-bundle/src/Logger/AppLogger.php';
  331.             include_once \dirname(__DIR__4).'/vendor/psr/event-dispatcher/src/EventDispatcherInterface.php';
  332.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher-contracts/EventDispatcherInterface.php';
  333.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcherInterface.php';
  334.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php';
  335.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/TraceableEventDispatcher.php';
  336.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcher.php';
  337.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/Profiler.php';
  338.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php';
  339.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php';
  340.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/TimeDataCollector.php';
  341.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/MemoryDataCollector.php';
  342.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php';
  343.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/AjaxDataCollector.php';
  344.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ExceptionDataCollector.php';
  345.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php';
  346.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php';
  347.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/DataCollector/CacheDataCollector.php';
  348.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/DataCollector/TwigDataCollector.php';
  349.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/DataCollector/HttpClientDataCollector.php';
  350.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/DataCollector/MessengerDataCollector.php';
  351.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/DataCollector/MessageDataCollector.php';
  352.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ConfigDataCollector.php';
  353.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/CacheInterface.php';
  354.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/FilesystemCache.php';
  355.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ExtensionInterface.php';
  356.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/AbstractExtension.php';
  357.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/CoreExtension.php';
  358.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/EscaperExtension.php';
  359.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/OptimizerExtension.php';
  360.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/StagingExtension.php';
  361.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/ExtensionSet.php';
  362.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Template.php';
  363.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/TemplateWrapper.php';
  364.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Environment.php';
  365.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/LoaderInterface.php';
  366.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/FilesystemLoader.php';
  367.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ProfilerExtension.php';
  368.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ProfilerExtension.php';
  369.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php';
  370.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/AssetExtension.php';
  371.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CodeExtension.php';
  372.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/RoutingExtension.php';
  373.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/YamlExtension.php';
  374.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/StopwatchExtension.php';
  375.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelExtension.php';
  376.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpFoundationExtension.php';
  377.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/UrlHelper.php';
  378.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SerializerExtension.php';
  379.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/DumpExtension.php';
  380.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Twig/EntryFilesTwigExtension.php';
  381.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Twig/StimulusTwigExtension.php';
  382.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Twig/SerializerBaseExtension.php';
  383.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Twig/SerializerRuntimeExtension.php';
  384.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Twig/WebProfilerExtension.php';
  385.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/AppVariable.php';
  386.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php';
  387.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php';
  388.             include_once \dirname(__DIR__4).'/vendor/twig/extra-bundle/MissingExtensionSuggestor.php';
  389.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/DependencyInjection/Configurator/EnvironmentConfigurator.php';
  390.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Factory/MetadataFactoryInterface.php';
  391.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/ValidatorInterface.php';
  392.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/TraceableValidator.php';
  393.         };
  394.     }
  395.     public function compile(): void
  396.     {
  397.         throw new LogicException('You cannot compile a dumped container that was already compiled.');
  398.     }
  399.     public function isCompiled(): bool
  400.     {
  401.         return true;
  402.     }
  403.     public function getRemovedIds(): array
  404.     {
  405.         return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
  406.     }
  407.     /**
  408.      * Gets the public '.container.private.cache_clearer' shared service.
  409.      *
  410.      * @return \Symfony\Component\HttpKernel\CacheClearer\ChainCacheClearer
  411.      */
  412.     protected function get_Container_Private_CacheClearerService()
  413.     {
  414.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  415.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/ChainCacheClearer.php';
  416.         return $this->services['.container.private.cache_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\ChainCacheClearer(new RewindableGenerator(function () {
  417.             yield => ($this->services['cache.system_clearer'] ?? $this->getCache_SystemClearerService());
  418.             yield => ($this->privates['jms_serializer.cache.cache_clearer'] ?? $this->getJmsSerializer_Cache_CacheClearerService());
  419.         }, 2));
  420.     }
  421.     /**
  422.      * Gets the public '.container.private.filesystem' shared service.
  423.      *
  424.      * @return \Symfony\Component\Filesystem\Filesystem
  425.      */
  426.     protected function get_Container_Private_FilesystemService()
  427.     {
  428.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  429.         return $this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem();
  430.     }
  431.     /**
  432.      * Gets the public '.container.private.profiler' shared service.
  433.      *
  434.      * @return \Symfony\Component\HttpKernel\Profiler\Profiler
  435.      */
  436.     protected function get_Container_Private_ProfilerService()
  437.     {
  438.         $a = new \Symfony\Bridge\Monolog\Logger('profiler');
  439.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  440.         $a->pushHandler(($this->privates['monolog.handler.elk_stream'] ?? $this->getMonolog_Handler_ElkStreamService()));
  441.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  442.         $this->services['.container.private.profiler'] = $instance = new \Symfony\Component\HttpKernel\Profiler\Profiler(new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDir.''.'/profiler')), $atrue);
  443.         $b = ($this->services['kernel'] ?? $this->get('kernel'));
  444.         $c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  445.         $d = new \Symfony\Component\Cache\DataCollector\CacheDataCollector();
  446.         $d->addInstance('cache.app', ($this->services['cache.app'] ?? $this->getCache_AppService()));
  447.         $d->addInstance('cache.system', ($this->services['cache.system'] ?? $this->getCache_SystemService()));
  448.         $d->addInstance('cache.validator', ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()));
  449.         $d->addInstance('cache.serializer', ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()));
  450.         $d->addInstance('cache.annotations', ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  451.         $d->addInstance('cache.property_info', ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()));
  452.         $d->addInstance('cache.messenger.restart_workers_signal', ($this->privates['cache.messenger.restart_workers_signal'] ?? $this->getCache_Messenger_RestartWorkersSignalService()));
  453.         $d->addInstance('cache.validator_expression_language', ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService()));
  454.         $d->addInstance('cache.webpack_encore', ($this->privates['cache.webpack_encore'] ?? $this->getCache_WebpackEncoreService()));
  455.         $e = new \Symfony\Component\HttpClient\DataCollector\HttpClientDataCollector();
  456.         $e->registerClient('http_client', ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()));
  457.         $e->registerClient('proof.client', ($this->privates['.debug.proof.client'] ?? $this->get_Debug_Proof_ClientService()));
  458.         $e->registerClient('sam.client', ($this->privates['.debug.sam.client'] ?? $this->get_Debug_Sam_ClientService()));
  459.         $e->registerClient('account.client', ($this->privates['.debug.account.client'] ?? $this->get_Debug_Account_ClientService()));
  460.         $e->registerClient('catalog.client', ($this->privates['.debug.catalog.client'] ?? $this->get_Debug_Catalog_ClientService()));
  461.         $e->registerClient('demand.client', ($this->privates['.debug.demand.client'] ?? $this->get_Debug_Demand_ClientService()));
  462.         $e->registerClient('request.client', ($this->privates['.debug.request.client'] ?? $this->get_Debug_Request_ClientService()));
  463.         $e->registerClient('apim.client', ($this->privates['.debug.apim.client'] ?? $this->get_Debug_Apim_ClientService()));
  464.         $e->registerClient('connect.client', ($this->privates['.debug.connect.client'] ?? $this->get_Debug_Connect_ClientService()));
  465.         $f = new \Symfony\Component\Messenger\DataCollector\MessengerDataCollector();
  466.         $f->registerBus('messenger.bus.default', ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService()));
  467.         $g = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
  468.         if ($this->has('kernel')) {
  469.             $g->setKernel($b);
  470.         }
  471.         $instance->add(($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()));
  472.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  473.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
  474.         $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService())));
  475.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
  476.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector());
  477.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector($a, ($this->targetDir.''.'/App_KernelDevDebugContainer'), $c));
  478.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\EventDataCollector(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), $c));
  479.         $instance->add(($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())));
  480.         $instance->add($d);
  481.         $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())));
  482.         $instance->add($e);
  483.         $instance->add(($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  484.         $instance->add($f);
  485.         $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()))));
  486.         $instance->add($g);
  487.         return $instance;
  488.     }
  489.     /**
  490.      * Gets the public '.container.private.serializer' shared service.
  491.      *
  492.      * @return \Symfony\Component\Serializer\Serializer
  493.      */
  494.     protected function get_Container_Private_SerializerService()
  495.     {
  496.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerInterface.php';
  497.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerInterface.php';
  498.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ContextAwareNormalizerInterface.php';
  499.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerInterface.php';
  500.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ContextAwareDenormalizerInterface.php';
  501.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/EncoderInterface.php';
  502.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/ContextAwareEncoderInterface.php';
  503.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/DecoderInterface.php';
  504.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/ContextAwareDecoderInterface.php';
  505.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Serializer.php';
  506.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareInterface.php';
  507.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/CacheableSupportsMethodInterface.php';
  508.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareTrait.php';
  509.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/UnwrappingDenormalizer.php';
  510.         include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessorInterface.php';
  511.         include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessor.php';
  512.         include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/ArrayAdapter.php';
  513.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerAwareTrait.php';
  514.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/Normalizer/FlattenExceptionNormalizer.php';
  515.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ProblemNormalizer.php';
  516.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/UidNormalizer.php';
  517.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateTimeNormalizer.php';
  518.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ConstraintViolationListNormalizer.php';
  519.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/NameConverterInterface.php';
  520.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/AdvancedNameConverterInterface.php';
  521.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/MetadataAwareNameConverter.php';
  522.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/CamelCaseToSnakeCaseNameConverter.php';
  523.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/MimeMessageNormalizer.php';
  524.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ObjectToPopulateTrait.php';
  525.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/AbstractNormalizer.php';
  526.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/AbstractObjectNormalizer.php';
  527.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/PropertyNormalizer.php';
  528.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/ClassDiscriminatorResolverInterface.php';
  529.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/ClassDiscriminatorFromClassMetadata.php';
  530.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateTimeZoneNormalizer.php';
  531.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateIntervalNormalizer.php';
  532.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/FormErrorNormalizer.php';
  533.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DataUriNormalizer.php';
  534.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/JsonSerializableNormalizer.php';
  535.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerAwareInterface.php';
  536.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerAwareTrait.php';
  537.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ArrayDenormalizer.php';
  538.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ObjectNormalizer.php';
  539.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/NormalizationAwareInterface.php';
  540.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/XmlEncoder.php';
  541.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/JsonEncoder.php';
  542.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/YamlEncoder.php';
  543.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/CsvEncoder.php';
  544.         include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyReadInfoExtractorInterface.php';
  545.         include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyWriteInfoExtractorInterface.php';
  546.         include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/ConstructorArgumentTypeExtractorInterface.php';
  547.         include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/ReflectionExtractor.php';
  548.         $a = ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  549.         $b = new \Symfony\Component\PropertyAccess\PropertyAccessor(32, new \Symfony\Component\Cache\Adapter\ArrayAdapter(0false), $a$a);
  550.         $c = ($this->privates['serializer.mapping.class_metadata_factory'] ?? $this->getSerializer_Mapping_ClassMetadataFactoryService());
  551.         $d = new \Symfony\Component\Serializer\NameConverter\MetadataAwareNameConverter($c, new \Symfony\Component\Serializer\NameConverter\CamelCaseToSnakeCaseNameConverter());
  552.         $e = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  553.         $f = new \Symfony\Component\Serializer\Mapping\ClassDiscriminatorFromClassMetadata($c);
  554.         return $this->services['.container.private.serializer'] = new \Symfony\Component\Serializer\Serializer([=> new \Symfony\Component\Serializer\Normalizer\UnwrappingDenormalizer($b), => 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(), => new \Symfony\Component\Serializer\Normalizer\FormErrorNormalizer(), 10 => new \Symfony\Component\Serializer\Normalizer\DataUriNormalizer(($this->privates['mime_types'] ?? $this->getMimeTypesService())), 11 => new \Symfony\Component\Serializer\Normalizer\JsonSerializableNormalizer(NULLNULL), 12 => new \Symfony\Component\Serializer\Normalizer\ArrayDenormalizer(), 13 => new \Symfony\Component\Serializer\Normalizer\ObjectNormalizer($c$d$b$e$fNULL, [], $e)], [=> 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()]);
  555.     }
  556.     /**
  557.      * Gets the public '.container.private.session' shared service.
  558.      *
  559.      * @return \Symfony\Component\HttpFoundation\Session\Session
  560.      */
  561.     protected function get_Container_Private_SessionService()
  562.     {
  563.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionInterface.php';
  564.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Session.php';
  565.         $a = ($this->privates['session.factory'] ?? $this->getSession_FactoryService());
  566.         if (isset($this->services['.container.private.session'])) {
  567.             return $this->services['.container.private.session'];
  568.         }
  569.         return $this->services['.container.private.session'] = $a->createSession();
  570.     }
  571.     /**
  572.      * Gets the public '.container.private.twig' shared service.
  573.      *
  574.      * @return \Twig\Environment
  575.      */
  576.     protected function get_Container_Private_TwigService()
  577.     {
  578.         $a = new \Twig\Loader\FilesystemLoader([], \dirname(__DIR__4));
  579.         $a->addPath('public/''public');
  580.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfiler');
  581.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), '!WebProfiler');
  582.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), 'Debug');
  583.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), '!Debug');
  584.         $a->addPath((\dirname(__DIR__4).'/templates'));
  585.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), 'email');
  586.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), '!email');
  587.         $this->services['.container.private.twig'] = $instance = new \Twig\Environment($a, ['debug' => true'strict_variables' => true'autoescape' => 'name''cache' => ($this->targetDir.''.'/twig'), 'charset' => 'UTF-8']);
  588.         $b = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  589.         $c = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
  590.         $d = ($this->services['router'] ?? $this->getRouterService());
  591.         $e = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  592.         $f = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'1);
  593.         $f->setDisplayOptions(['maxStringLength' => 4096'fileLinkFormat' => $c]);
  594.         $g = new \Symfony\Bridge\Twig\AppVariable();
  595.         $g->setEnvironment('dev');
  596.         $g->setDebug(true);
  597.         if ($this->has('request_stack')) {
  598.             $g->setRequestStack($e);
  599.         }
  600.         $h = new \Twig\Extra\TwigExtraBundle\MissingExtensionSuggestor();
  601.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ProfilerExtension(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), $b));
  602.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\TranslationExtension(NULL));
  603.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\AssetExtension(($this->privates['assets.packages'] ?? $this->getAssets_PackagesService())));
  604.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CodeExtension($c, \dirname(__DIR__4), 'UTF-8'));
  605.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\RoutingExtension($d));
  606.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\YamlExtension());
  607.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\StopwatchExtension($btrue));
  608.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpKernelExtension());
  609.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension(new \Symfony\Component\HttpFoundation\UrlHelper($e$d)));
  610.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SerializerExtension());
  611.         $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())));
  612.         $instance->addExtension(new \Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  613.             'webpack_encore.entrypoint_lookup_collection' => ['privates''webpack_encore.entrypoint_lookup_collection''getWebpackEncore_EntrypointLookupCollectionService'false],
  614.             'webpack_encore.tag_renderer' => ['privates''webpack_encore.tag_renderer''getWebpackEncore_TagRendererService'false],
  615.         ], [
  616.             'webpack_encore.entrypoint_lookup_collection' => '?',
  617.             'webpack_encore.tag_renderer' => '?',
  618.         ])));
  619.         $instance->addExtension(new \Symfony\WebpackEncoreBundle\Twig\StimulusTwigExtension());
  620.         $instance->addExtension(new \JMS\Serializer\Twig\SerializerRuntimeExtension());
  621.         $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($f));
  622.         $instance->addGlobal('app'$g);
  623.         $instance->addRuntimeLoader(new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  624.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => ['privates''twig.runtime.httpkernel''getTwig_Runtime_HttpkernelService'false],
  625.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => ['privates''twig.runtime.serializer''getTwig_Runtime_SerializerService'false],
  626.             'JMS\\Serializer\\Twig\\SerializerRuntimeHelper' => ['services''jms_serializer.twig_extension.serializer_runtime_helper''getJmsSerializer_TwigExtension_SerializerRuntimeHelperService'false],
  627.         ], [
  628.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => '?',
  629.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => '?',
  630.             'JMS\\Serializer\\Twig\\SerializerRuntimeHelper' => '?',
  631.         ])));
  632.         $instance->registerUndefinedFilterCallback([=> $h=> 'suggestFilter']);
  633.         $instance->registerUndefinedFunctionCallback([=> $h=> 'suggestFunction']);
  634.         $instance->registerUndefinedTokenParserCallback([=> $h=> 'suggestTag']);
  635.         (new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i''%d days'NULL0'.'','))->configure($instance);
  636.         return $instance;
  637.     }
  638.     /**
  639.      * Gets the public '.container.private.validator' shared service.
  640.      *
  641.      * @return \Symfony\Component\Validator\Validator\TraceableValidator
  642.      */
  643.     protected function get_Container_Private_ValidatorService()
  644.     {
  645.         return $this->services['.container.private.validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator(($this->privates['validator.builder'] ?? $this->getValidator_BuilderService())->getValidator());
  646.     }
  647.     /**
  648.      * Gets the public 'BcaB2c\Controller\HealthcheckController' shared autowired service.
  649.      *
  650.      * @return \BcaB2c\Controller\HealthcheckController
  651.      */
  652.     protected function getHealthcheckControllerService()
  653.     {
  654.         include_once \dirname(__DIR__4).'/src/BcaB2c/Controller/HealthcheckController.php';
  655.         return $this->services['BcaB2c\\Controller\\HealthcheckController'] = new \BcaB2c\Controller\HealthcheckController();
  656.     }
  657.     /**
  658.      * Gets the public 'BorrowerInsurance\Presentation\Action\BorrowerInsurancePreviewAction' shared autowired service.
  659.      *
  660.      * @return \BorrowerInsurance\Presentation\Action\BorrowerInsurancePreviewAction
  661.      */
  662.     protected function getBorrowerInsurancePreviewActionService()
  663.     {
  664.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  665.         include_once \dirname(__DIR__4).'/src/BorrowerInsurance/Presentation/Action/BorrowerInsurancePreviewAction.php';
  666.         include_once \dirname(__DIR__4).'/src/BorrowerInsurance/Domain/UseCase/CreateDemandUseCase.php';
  667.         include_once \dirname(__DIR__4).'/src/BorrowerInsurance/Domain/Query/CustomerIdQueryInterface.php';
  668.         include_once \dirname(__DIR__4).'/src/BorrowerInsurance/Infrastructure/Query/CustomerIdQuery.php';
  669.         include_once \dirname(__DIR__4).'/src/BorrowerInsurance/Domain/Query/CustomerFinancialSituationQueryInterface.php';
  670.         include_once \dirname(__DIR__4).'/src/BorrowerInsurance/Infrastructure/Query/CustomerFinancialSituationQuery.php';
  671.         include_once \dirname(__DIR__4).'/src/BorrowerInsurance/Domain/Query/CustomerQueryInterface.php';
  672.         include_once \dirname(__DIR__4).'/src/BorrowerInsurance/Infrastructure/Query/CustomerQuery.php';
  673.         include_once \dirname(__DIR__4).'/src/BorrowerInsurance/Domain/Query/CustomerProductsQueryInterface.php';
  674.         include_once \dirname(__DIR__4).'/src/BorrowerInsurance/Infrastructure/Query/CustomerProductsQuery.php';
  675.         include_once \dirname(__DIR__4).'/src/BorrowerInsurance/Domain/Builder/DemandBuilder.php';
  676.         include_once \dirname(__DIR__4).'/src/BorrowerInsurance/Domain/UseCase/CreateDemandPartialUserUseCase.php';
  677.         include_once \dirname(__DIR__4).'/src/BorrowerInsurance/Domain/Query/CustomerGetAgeQueryInterface.php';
  678.         include_once \dirname(__DIR__4).'/src/BorrowerInsurance/Infrastructure/Query/CustomerGetAgeQuery.php';
  679.         $a = ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService());
  680.         $b = ($this->services['logger_bundle.app_logger'] ?? $this->getLoggerBundle_AppLoggerService());
  681.         $c = new \BorrowerInsurance\Domain\Builder\DemandBuilder(($this->privates['BorrowerInsurance\\Infrastructure\\Query\\CustomerGetAgeQuery'] ?? ($this->privates['BorrowerInsurance\\Infrastructure\\Query\\CustomerGetAgeQuery'] = new \BorrowerInsurance\Infrastructure\Query\CustomerGetAgeQuery())), $b);
  682.         $d = ($this->privates['BorrowerInsurance\\Infrastructure\\Repository\\DemandRepository'] ?? $this->getDemandRepository2Service());
  683.         $this->services['BorrowerInsurance\\Presentation\\Action\\BorrowerInsurancePreviewAction'] = $instance = new \BorrowerInsurance\Presentation\Action\BorrowerInsurancePreviewAction(new \BorrowerInsurance\Domain\UseCase\CreateDemandUseCase(new \BorrowerInsurance\Infrastructure\Query\CustomerIdQuery($a), new \BorrowerInsurance\Infrastructure\Query\CustomerFinancialSituationQuery($a$b), new \BorrowerInsurance\Infrastructure\Query\CustomerQuery($a), new \BorrowerInsurance\Infrastructure\Query\CustomerProductsQuery($a), $c$d$b), new \BorrowerInsurance\Domain\UseCase\CreateDemandPartialUserUseCase($c$d), ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()));
  684.         $instance->setContainer(($this->privates['.service_locator.KlaTawF'] ?? $this->get_ServiceLocator_KlaTawFService())->withContext('BorrowerInsurance\\Presentation\\Action\\BorrowerInsurancePreviewAction'$this));
  685.         return $instance;
  686.     }
  687.     /**
  688.      * Gets the public 'BorrowerInsurance\Presentation\Action\GetContractAction' shared autowired service.
  689.      *
  690.      * @return \BorrowerInsurance\Presentation\Action\GetContractAction
  691.      */
  692.     protected function getGetContractActionService()
  693.     {
  694.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  695.         include_once \dirname(__DIR__4).'/src/BorrowerInsurance/Presentation/Action/GetContractAction.php';
  696.         $this->services['BorrowerInsurance\\Presentation\\Action\\GetContractAction'] = $instance = new \BorrowerInsurance\Presentation\Action\GetContractAction(($this->privates['Uncap\\Manager\\GetContractManager'] ?? $this->getGetContractManagerService()));
  697.         $instance->setContainer(($this->privates['.service_locator.KlaTawF'] ?? $this->get_ServiceLocator_KlaTawFService())->withContext('BorrowerInsurance\\Presentation\\Action\\GetContractAction'$this));
  698.         return $instance;
  699.     }
  700.     /**
  701.      * Gets the public 'BorrowerInsurance\Presentation\Action\GetSignbookAction' shared autowired service.
  702.      *
  703.      * @return \BorrowerInsurance\Presentation\Action\GetSignbookAction
  704.      */
  705.     protected function getGetSignbookActionService()
  706.     {
  707.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  708.         include_once \dirname(__DIR__4).'/src/BorrowerInsurance/Presentation/Action/GetSignbookAction.php';
  709.         include_once \dirname(__DIR__4).'/src/BorrowerInsurance/Domain/UseCase/CreateSignbookDocumentAndUpdateDemandUseCase.php';
  710.         $this->services['BorrowerInsurance\\Presentation\\Action\\GetSignbookAction'] = $instance = new \BorrowerInsurance\Presentation\Action\GetSignbookAction(new \BorrowerInsurance\Domain\UseCase\CreateSignbookDocumentAndUpdateDemandUseCase(($this->privates['BorrowerInsurance\\Infrastructure\\Query\\FindDemandQuery'] ?? $this->getFindDemandQueryService()), ($this->privates['BorrowerInsurance\\Infrastructure\\Repository\\ProofRepository'] ?? $this->getProofRepository2Service()), ($this->privates['BorrowerInsurance\\Infrastructure\\Repository\\DemandRepository'] ?? $this->getDemandRepository2Service())), ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()));
  711.         $instance->setContainer(($this->privates['.service_locator.KlaTawF'] ?? $this->get_ServiceLocator_KlaTawFService())->withContext('BorrowerInsurance\\Presentation\\Action\\GetSignbookAction'$this));
  712.         return $instance;
  713.     }
  714.     /**
  715.      * Gets the public 'BorrowerInsurance\Presentation\Action\SignAction' shared autowired service.
  716.      *
  717.      * @return \BorrowerInsurance\Presentation\Action\SignAction
  718.      */
  719.     protected function getSignActionService()
  720.     {
  721.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  722.         include_once \dirname(__DIR__4).'/src/BorrowerInsurance/Presentation/Action/SignAction.php';
  723.         include_once \dirname(__DIR__4).'/src/BorrowerInsurance/Domain/UseCase/SignContractUseCase.php';
  724.         include_once \dirname(__DIR__4).'/src/BorrowerInsurance/Domain/Repository/TokenRepositoryInterface.php';
  725.         include_once \dirname(__DIR__4).'/src/BorrowerInsurance/Infrastructure/Repository/TokenRepository.php';
  726.         include_once \dirname(__DIR__4).'/src/BorrowerInsurance/Domain/Repository/NotificationRepositoryInterface.php';
  727.         include_once \dirname(__DIR__4).'/src/BorrowerInsurance/Infrastructure/Repository/NotificationRepository.php';
  728.         $this->services['BorrowerInsurance\\Presentation\\Action\\SignAction'] = $instance = new \BorrowerInsurance\Presentation\Action\SignAction(new \BorrowerInsurance\Domain\UseCase\SignContractUseCase(($this->privates['BorrowerInsurance\\Infrastructure\\Query\\FindDemandQuery'] ?? $this->getFindDemandQueryService()), new \BorrowerInsurance\Infrastructure\Repository\TokenRepository(($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService())), ($this->privates['BorrowerInsurance\\Infrastructure\\Repository\\ProofRepository'] ?? $this->getProofRepository2Service()), new \BorrowerInsurance\Infrastructure\Repository\NotificationRepository(($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), ($this->privates['BorrowerInsurance\\Infrastructure\\Query\\GetContractFromDemandQuery'] ?? $this->getGetContractFromDemandQueryService()), new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  729.             'BorrowerInsurance\\Infrastructure\\Mailer\\ConfirmationMailer' => ['privates''BorrowerInsurance\\Infrastructure\\Mailer\\ConfirmationMailer''getConfirmationMailerService'false],
  730.         ], [
  731.             'BorrowerInsurance\\Infrastructure\\Mailer\\ConfirmationMailer' => '?',
  732.         ]), 'adhesionade@floa.fr'), ($this->privates['BorrowerInsurance\\Infrastructure\\Repository\\DemandRepository'] ?? $this->getDemandRepository2Service())));
  733.         $instance->setContainer(($this->privates['.service_locator.KlaTawF'] ?? $this->get_ServiceLocator_KlaTawFService())->withContext('BorrowerInsurance\\Presentation\\Action\\SignAction'$this));
  734.         return $instance;
  735.     }
  736.     /**
  737.      * Gets the public 'FLOA\LoggerBundle\Service\FormattingDataService' shared autowired service.
  738.      *
  739.      * @return \FLOA\LoggerBundle\Service\FormattingDataService
  740.      */
  741.     protected function getFormattingDataServiceService()
  742.     {
  743.         return $this->services['FLOA\\LoggerBundle\\Service\\FormattingDataService'] = new \FLOA\LoggerBundle\Service\FormattingDataService(NULL);
  744.     }
  745.     /**
  746.      * Gets the public 'Insurance\Controller\HomeController' shared autowired service.
  747.      *
  748.      * @return \Insurance\Controller\HomeController
  749.      */
  750.     protected function getHomeControllerService()
  751.     {
  752.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  753.         include_once \dirname(__DIR__4).'/src/Insurance/Controller/HomeController.php';
  754.         include_once \dirname(__DIR__4).'/src/Insurance/Service/BcaConnectService.php';
  755.         include_once \dirname(__DIR__4).'/vendor/floa/logger-bundle/src/Client/LoggingHttpClientInterface.php';
  756.         include_once \dirname(__DIR__4).'/vendor/floa/logger-bundle/src/Client/LoggingHttpClient.php';
  757.         include_once \dirname(__DIR__4).'/src/Insurance/Service/BcaAccountService.php';
  758.         $a = ($this->services['jms_serializer'] ?? $this->getJmsSerializerService());
  759.         $this->services['Insurance\\Controller\\HomeController'] = $instance = new \Insurance\Controller\HomeController(($this->privates['Insurance\\Service\\PricingService'] ?? $this->getPricingServiceService()), $a, new \Insurance\Service\BcaConnectService(new \FLOA\LoggerBundle\Client\LoggingHttpClient(($this->privates['.debug.connect.client'] ?? $this->get_Debug_Connect_ClientService()), ($this->services['logger_bundle.service'] ?? $this->getLoggerBundle_ServiceService()), ($this->services['logger_bundle.request_id'] ?? ($this->services['logger_bundle.request_id'] = new \FLOA\LoggerBundle\Service\RequestIdService())), 'connect'), ($this->services['apim.repository'] ?? $this->getApim_RepositoryService()), $a, ($this->services['logger_bundle.app_logger'] ?? $this->getLoggerBundle_AppLoggerService()), $this->getEnv('BCA_CONNECT_SLUG'), $this->getEnv('BCA_CONNECT_CLIENT_ID'), $this->getEnv('BCA_CONNECT_CLIENT_SECRET')), new \Insurance\Service\BcaAccountService(($this->privates['logger_bundle.http_client.account'] ?? $this->getLoggerBundle_HttpClient_AccountService()), $a, ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService())), ($this->privates['Insurance\\Service\\SamSchoolService'] ?? $this->getSamSchoolServiceService()), ($this->privates['Insurance\\Service\\BcaRequestService'] ?? $this->getBcaRequestServiceService()));
  760.         $instance->setContainer(($this->privates['.service_locator.HBVVMN9'] ?? $this->get_ServiceLocator_HBVVMN9Service())->withContext('Insurance\\Controller\\HomeController'$this));
  761.         return $instance;
  762.     }
  763.     /**
  764.      * Gets the public 'Insurance\Controller\SubscriberController' shared autowired service.
  765.      *
  766.      * @return \Insurance\Controller\SubscriberController
  767.      */
  768.     protected function getSubscriberControllerService()
  769.     {
  770.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  771.         include_once \dirname(__DIR__4).'/src/Insurance/Controller/SubscriberController.php';
  772.         $this->services['Insurance\\Controller\\SubscriberController'] = $instance = new \Insurance\Controller\SubscriberController();
  773.         $instance->setContainer(($this->privates['.service_locator.HBVVMN9'] ?? $this->get_ServiceLocator_HBVVMN9Service())->withContext('Insurance\\Controller\\SubscriberController'$this));
  774.         return $instance;
  775.     }
  776.     /**
  777.      * Gets the public 'Symfony\Bundle\FrameworkBundle\Controller\RedirectController' shared service.
  778.      *
  779.      * @return \Symfony\Bundle\FrameworkBundle\Controller\RedirectController
  780.      */
  781.     protected function getRedirectControllerService()
  782.     {
  783.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/RedirectController.php';
  784.         $a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  785.         return $this->services['Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController'] = new \Symfony\Bundle\FrameworkBundle\Controller\RedirectController(($this->services['router'] ?? $this->getRouterService()), $a->getHttpPort(), $a->getHttpsPort());
  786.     }
  787.     /**
  788.      * Gets the public 'Symfony\Bundle\FrameworkBundle\Controller\TemplateController' shared service.
  789.      *
  790.      * @return \Symfony\Bundle\FrameworkBundle\Controller\TemplateController
  791.      */
  792.     protected function getTemplateControllerService()
  793.     {
  794.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/TemplateController.php';
  795.         return $this->services['Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController'] = new \Symfony\Bundle\FrameworkBundle\Controller\TemplateController(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  796.     }
  797.     /**
  798.      * Gets the public 'Uncap\Controller\DefaultController' shared autowired service.
  799.      *
  800.      * @return \Uncap\Controller\DefaultController
  801.      */
  802.     protected function getDefaultControllerService()
  803.     {
  804.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  805.         include_once \dirname(__DIR__4).'/src/Uncap/Controller/DefaultController.php';
  806.         $this->services['Uncap\\Controller\\DefaultController'] = $instance = new \Uncap\Controller\DefaultController();
  807.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('Uncap\\Controller\\DefaultController'$this));
  808.         return $instance;
  809.     }
  810.     /**
  811.      * Gets the public 'Uncap\Controller\FinalizationController' shared autowired service.
  812.      *
  813.      * @return \Uncap\Controller\FinalizationController
  814.      */
  815.     protected function getFinalizationControllerService()
  816.     {
  817.         include_once \dirname(__DIR__4).'/src/Uncap/Controller/FinalizationController.php';
  818.         return $this->services['Uncap\\Controller\\FinalizationController'] = new \Uncap\Controller\FinalizationController(($this->privates['Uncap\\Manager\\FinalizationUncapManager'] ?? $this->getFinalizationUncapManagerService()));
  819.     }
  820.     /**
  821.      * Gets the public 'Uncap\Controller\GetContractController' shared autowired service.
  822.      *
  823.      * @return \Uncap\Controller\GetContractController
  824.      */
  825.     protected function getGetContractControllerService()
  826.     {
  827.         include_once \dirname(__DIR__4).'/src/Uncap/Controller/GetContractController.php';
  828.         return $this->services['Uncap\\Controller\\GetContractController'] = new \Uncap\Controller\GetContractController(($this->privates['Uncap\\Manager\\GetContractManager'] ?? $this->getGetContractManagerService()));
  829.     }
  830.     /**
  831.      * Gets the public 'Uncap\Controller\IncomeChargesController' shared autowired service.
  832.      *
  833.      * @return \Uncap\Controller\IncomeChargesController
  834.      */
  835.     protected function getIncomeChargesControllerService()
  836.     {
  837.         include_once \dirname(__DIR__4).'/src/Uncap/Controller/IncomeChargesController.php';
  838.         include_once \dirname(__DIR__4).'/src/Uncap/Manager/Traits/GetDemandTrait.php';
  839.         include_once \dirname(__DIR__4).'/src/Uncap/Manager/IncomeChargesManager.php';
  840.         $a = ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService());
  841.         return $this->services['Uncap\\Controller\\IncomeChargesController'] = new \Uncap\Controller\IncomeChargesController(new \Uncap\Manager\IncomeChargesManager(($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService()), $a, ($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService())), $a);
  842.     }
  843.     /**
  844.      * Gets the public 'Uncap\Controller\PreviewController' shared autowired service.
  845.      *
  846.      * @return \Uncap\Controller\PreviewController
  847.      */
  848.     protected function getPreviewControllerService()
  849.     {
  850.         include_once \dirname(__DIR__4).'/src/Uncap/Controller/PreviewController.php';
  851.         include_once \dirname(__DIR__4).'/src/Uncap/Manager/PreviewManager.php';
  852.         $a = ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService());
  853.         return $this->services['Uncap\\Controller\\PreviewController'] = new \Uncap\Controller\PreviewController(new \Uncap\Manager\PreviewManager(($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService()), $a), $a);
  854.     }
  855.     /**
  856.      * Gets the public 'Uncap\Controller\SignContractController' shared autowired service.
  857.      *
  858.      * @return \Uncap\Controller\SignContractController
  859.      */
  860.     protected function getSignContractControllerService()
  861.     {
  862.         include_once \dirname(__DIR__4).'/src/Uncap/Controller/SignContractController.php';
  863.         include_once \dirname(__DIR__4).'/src/Uncap/Manager/Traits/GetDemandTrait.php';
  864.         include_once \dirname(__DIR__4).'/src/Uncap/Manager/Traits/ExtractMainCustomerTrait.php';
  865.         include_once \dirname(__DIR__4).'/src/Uncap/Manager/SignContractManager.php';
  866.         $a = ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService());
  867.         return $this->services['Uncap\\Controller\\SignContractController'] = new \Uncap\Controller\SignContractController(new \Uncap\Manager\SignContractManager(($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService()), $a, ($this->privates['uncap.mailer.locator'] ?? $this->getUncap_Mailer_LocatorService())), $a);
  868.     }
  869.     /**
  870.      * Gets the public 'Uncap\Controller\VisualizeEmailController' shared autowired service.
  871.      *
  872.      * @return \Uncap\Controller\VisualizeEmailController
  873.      */
  874.     protected function getVisualizeEmailControllerService()
  875.     {
  876.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  877.         include_once \dirname(__DIR__4).'/src/Uncap/Controller/VisualizeEmailController.php';
  878.         $this->services['Uncap\\Controller\\VisualizeEmailController'] = $instance = new \Uncap\Controller\VisualizeEmailController();
  879.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('Uncap\\Controller\\VisualizeEmailController'$this));
  880.         return $instance;
  881.     }
  882.     /**
  883.      * Gets the public 'apim.repository' shared autowired service.
  884.      *
  885.      * @return \Infrastructure\Repository\ApimRepository
  886.      */
  887.     protected function getApim_RepositoryService()
  888.     {
  889.         include_once \dirname(__DIR__4).'/src/Infrastructure/Repository/ApimRepositoryInterface.php';
  890.         include_once \dirname(__DIR__4).'/src/Infrastructure/Repository/ApimRepository.php';
  891.         include_once \dirname(__DIR__4).'/vendor/floa/logger-bundle/src/Client/LoggingHttpClientInterface.php';
  892.         include_once \dirname(__DIR__4).'/vendor/floa/logger-bundle/src/Client/LoggingHttpClient.php';
  893.         return $this->services['apim.repository'] = new \Infrastructure\Repository\ApimRepository(new \FLOA\LoggerBundle\Client\LoggingHttpClient(($this->privates['.debug.apim.client'] ?? $this->get_Debug_Apim_ClientService()), ($this->services['logger_bundle.service'] ?? $this->getLoggerBundle_ServiceService()), ($this->services['logger_bundle.request_id'] ?? ($this->services['logger_bundle.request_id'] = new \FLOA\LoggerBundle\Service\RequestIdService())), 'apim'));
  894.     }
  895.     /**
  896.      * Gets the public 'bca_apim.apim_configuration' shared autowired service.
  897.      *
  898.      * @return \BCA\APIM\DependencyInjection\APIMConfiguration
  899.      */
  900.     protected function getBcaApim_ApimConfigurationService()
  901.     {
  902.         include_once \dirname(__DIR__4).'/vendor/bca/apim/src/DependencyInjection/APIMConfiguration.php';
  903.         return $this->services['bca_apim.apim_configuration'] = new \BCA\APIM\DependencyInjection\APIMConfiguration('api.floapay.io', [$this->getEnv('string:BCA_CONNECT_SLUG') => ['client_id' => $this->getEnv('string:BCA_CONNECT_CLIENT_ID'), 'client_secret' => $this->getEnv('string:BCA_CONNECT_CLIENT_SECRET')]]);
  904.     }
  905.     /**
  906.      * Gets the public 'bca_apim.guzzle_request_subscriber' shared autowired service.
  907.      *
  908.      * @return \BCA\APIM\RequestSubscriber\GuzzleRequestSubscriber
  909.      */
  910.     protected function getBcaApim_GuzzleRequestSubscriberService()
  911.     {
  912.         include_once \dirname(__DIR__4).'/vendor/bca/apim/src/RequestSubscriber/IAPIMRequestSubscriber.php';
  913.         include_once \dirname(__DIR__4).'/vendor/bca/apim/src/RequestSubscriber/AbstractRequestSubscriber.php';
  914.         include_once \dirname(__DIR__4).'/vendor/bca/apim/src/RequestSubscriber/GuzzleRequestSubscriber.php';
  915.         return $this->services['bca_apim.guzzle_request_subscriber'] = new \BCA\APIM\RequestSubscriber\GuzzleRequestSubscriber(($this->services['bca_apim.apim_configuration'] ?? $this->getBcaApim_ApimConfigurationService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()));
  916.     }
  917.     /**
  918.      * Gets the public 'cache.app' shared service.
  919.      *
  920.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  921.      */
  922.     protected function getCache_AppService()
  923.     {
  924.         $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('4R51OH0VKP'0, ($this->targetDir.''.'/pools/app'), ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue))));
  925.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  926.         return $this->services['cache.app'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  927.     }
  928.     /**
  929.      * Gets the public 'cache.app_clearer' shared service.
  930.      *
  931.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  932.      */
  933.     protected function getCache_AppClearerService()
  934.     {
  935.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  936.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  937.         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())]);
  938.     }
  939.     /**
  940.      * Gets the public 'cache.global_clearer' shared service.
  941.      *
  942.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  943.      */
  944.     protected function getCache_GlobalClearerService()
  945.     {
  946.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  947.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  948.         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.validator_expression_language' => ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService()), 'cache.webpack_encore' => ($this->privates['cache.webpack_encore'] ?? $this->getCache_WebpackEncoreService())]);
  949.     }
  950.     /**
  951.      * Gets the public 'cache.system' shared service.
  952.      *
  953.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  954.      */
  955.     protected function getCache_SystemService()
  956.     {
  957.         return $this->services['cache.system'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('PMuIKVrWRi'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  958.     }
  959.     /**
  960.      * Gets the public 'cache.system_clearer' shared service.
  961.      *
  962.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  963.      */
  964.     protected function getCache_SystemClearerService()
  965.     {
  966.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  967.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  968.         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()), 'cache.webpack_encore' => ($this->privates['cache.webpack_encore'] ?? $this->getCache_WebpackEncoreService())]);
  969.     }
  970.     /**
  971.      * Gets the public 'cache.validator_expression_language' shared service.
  972.      *
  973.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  974.      */
  975.     protected function getCache_ValidatorExpressionLanguageService()
  976.     {
  977.         return $this->services['cache.validator_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('RxITRyrguR'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  978.     }
  979.     /**
  980.      * Gets the public 'cache_warmer' shared service.
  981.      *
  982.      * @return \Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerAggregate
  983.      */
  984.     protected function getCacheWarmerService()
  985.     {
  986.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  987.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerAggregate.php';
  988.         return $this->services['cache_warmer'] = new \Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerAggregate(new RewindableGenerator(function () {
  989.             yield => ($this->privates['cache_pool_clearer.cache_warmer'] ?? $this->getCachePoolClearer_CacheWarmerService());
  990.             yield => ($this->privates['config_builder.warmer'] ?? $this->getConfigBuilder_WarmerService());
  991.             yield => ($this->privates['router.cache_warmer'] ?? $this->getRouter_CacheWarmerService());
  992.             yield => ($this->privates['annotations.cache_warmer'] ?? $this->getAnnotations_CacheWarmerService());
  993.             yield => ($this->privates['serializer.mapping.cache_warmer'] ?? $this->getSerializer_Mapping_CacheWarmerService());
  994.             yield => ($this->privates['validator.mapping.cache_warmer'] ?? $this->getValidator_Mapping_CacheWarmerService());
  995.             yield => ($this->privates['twig.template_cache_warmer'] ?? $this->getTwig_TemplateCacheWarmerService());
  996.             yield => ($this->privates['webpack_encore.entrypoint_lookup.cache_warmer'] ?? ($this->privates['webpack_encore.entrypoint_lookup.cache_warmer'] = new \Symfony\WebpackEncoreBundle\CacheWarmer\EntrypointCacheWarmer(['_default' => (\dirname(__DIR__4).'/public/build/entrypoints.json')], ($this->targetDir.''.'/webpack_encore.cache.php'))));
  997.         }, 8), true, ($this->targetDir.''.'/App_KernelDevDebugContainerDeprecations.log'));
  998.     }
  999.     /**
  1000.      * Gets the public 'catalog.repository' shared autowired service.
  1001.      *
  1002.      * @return \Catalog\Repository\CatalogRepository
  1003.      */
  1004.     protected function getCatalog_RepositoryService()
  1005.     {
  1006.         include_once \dirname(__DIR__4).'/src/Catalog/Repository/CatalogRepositoryInterface.php';
  1007.         include_once \dirname(__DIR__4).'/src/Catalog/Repository/CatalogRepository.php';
  1008.         include_once \dirname(__DIR__4).'/vendor/floa/logger-bundle/src/Client/LoggingHttpClientInterface.php';
  1009.         include_once \dirname(__DIR__4).'/vendor/floa/logger-bundle/src/Client/LoggingHttpClient.php';
  1010.         return $this->services['catalog.repository'] = new \Catalog\Repository\CatalogRepository(new \FLOA\LoggerBundle\Client\LoggingHttpClient(($this->privates['.debug.catalog.client'] ?? $this->get_Debug_Catalog_ClientService()), ($this->services['logger_bundle.service'] ?? $this->getLoggerBundle_ServiceService()), ($this->services['logger_bundle.request_id'] ?? ($this->services['logger_bundle.request_id'] = new \FLOA\LoggerBundle\Service\RequestIdService())), 'catalog'), $this->getEnv('CATALOG_AUTH_TOKEN'), ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()));
  1011.     }
  1012.     /**
  1013.      * Gets the public 'console.command_loader' shared service.
  1014.      *
  1015.      * @return \Symfony\Component\Console\CommandLoader\ContainerCommandLoader
  1016.      */
  1017.     protected function getConsole_CommandLoaderService()
  1018.     {
  1019.         include_once \dirname(__DIR__4).'/vendor/symfony/console/CommandLoader/CommandLoaderInterface.php';
  1020.         include_once \dirname(__DIR__4).'/vendor/symfony/console/CommandLoader/ContainerCommandLoader.php';
  1021.         return $this->services['console.command_loader'] = new \Symfony\Component\Console\CommandLoader\ContainerCommandLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1022.             'console.command.about' => ['privates''.console.command.about.lazy''get_Console_Command_About_LazyService'false],
  1023.             'console.command.assets_install' => ['privates''.console.command.assets_install.lazy''get_Console_Command_AssetsInstall_LazyService'false],
  1024.             'console.command.cache_clear' => ['privates''.console.command.cache_clear.lazy''get_Console_Command_CacheClear_LazyService'false],
  1025.             'console.command.cache_pool_clear' => ['privates''.console.command.cache_pool_clear.lazy''get_Console_Command_CachePoolClear_LazyService'false],
  1026.             'console.command.cache_pool_prune' => ['privates''.console.command.cache_pool_prune.lazy''get_Console_Command_CachePoolPrune_LazyService'false],
  1027.             'console.command.cache_pool_delete' => ['privates''.console.command.cache_pool_delete.lazy''get_Console_Command_CachePoolDelete_LazyService'false],
  1028.             'console.command.cache_pool_list' => ['privates''.console.command.cache_pool_list.lazy''get_Console_Command_CachePoolList_LazyService'false],
  1029.             'console.command.cache_warmup' => ['privates''.console.command.cache_warmup.lazy''get_Console_Command_CacheWarmup_LazyService'false],
  1030.             'console.command.config_debug' => ['privates''.console.command.config_debug.lazy''get_Console_Command_ConfigDebug_LazyService'false],
  1031.             'console.command.config_dump_reference' => ['privates''.console.command.config_dump_reference.lazy''get_Console_Command_ConfigDumpReference_LazyService'false],
  1032.             'console.command.container_debug' => ['privates''.console.command.container_debug.lazy''get_Console_Command_ContainerDebug_LazyService'false],
  1033.             'console.command.container_lint' => ['privates''.console.command.container_lint.lazy''get_Console_Command_ContainerLint_LazyService'false],
  1034.             'console.command.debug_autowiring' => ['privates''.console.command.debug_autowiring.lazy''get_Console_Command_DebugAutowiring_LazyService'false],
  1035.             'console.command.dotenv_debug' => ['privates''.console.command.dotenv_debug.lazy''get_Console_Command_DotenvDebug_LazyService'false],
  1036.             'console.command.event_dispatcher_debug' => ['privates''.console.command.event_dispatcher_debug.lazy''get_Console_Command_EventDispatcherDebug_LazyService'false],
  1037.             'console.command.messenger_consume_messages' => ['privates''.console.command.messenger_consume_messages.lazy''get_Console_Command_MessengerConsumeMessages_LazyService'false],
  1038.             'console.command.messenger_setup_transports' => ['privates''.console.command.messenger_setup_transports.lazy''get_Console_Command_MessengerSetupTransports_LazyService'false],
  1039.             'console.command.messenger_debug' => ['privates''.console.command.messenger_debug.lazy''get_Console_Command_MessengerDebug_LazyService'false],
  1040.             'console.command.messenger_stop_workers' => ['privates''.console.command.messenger_stop_workers.lazy''get_Console_Command_MessengerStopWorkers_LazyService'false],
  1041.             'console.command.router_debug' => ['privates''.console.command.router_debug.lazy''get_Console_Command_RouterDebug_LazyService'false],
  1042.             'console.command.router_match' => ['privates''.console.command.router_match.lazy''get_Console_Command_RouterMatch_LazyService'false],
  1043.             'console.command.validator_debug' => ['privates''.console.command.validator_debug.lazy''get_Console_Command_ValidatorDebug_LazyService'false],
  1044.             'console.command.yaml_lint' => ['privates''.console.command.yaml_lint.lazy''get_Console_Command_YamlLint_LazyService'false],
  1045.             'console.command.secrets_set' => ['privates''.console.command.secrets_set.lazy''get_Console_Command_SecretsSet_LazyService'false],
  1046.             'console.command.secrets_remove' => ['privates''.console.command.secrets_remove.lazy''get_Console_Command_SecretsRemove_LazyService'false],
  1047.             'console.command.secrets_generate_key' => ['privates''.console.command.secrets_generate_key.lazy''get_Console_Command_SecretsGenerateKey_LazyService'false],
  1048.             'console.command.secrets_list' => ['privates''.console.command.secrets_list.lazy''get_Console_Command_SecretsList_LazyService'false],
  1049.             'console.command.secrets_decrypt_to_local' => ['privates''.console.command.secrets_decrypt_to_local.lazy''get_Console_Command_SecretsDecryptToLocal_LazyService'false],
  1050.             'console.command.secrets_encrypt_from_local' => ['privates''.console.command.secrets_encrypt_from_local.lazy''get_Console_Command_SecretsEncryptFromLocal_LazyService'false],
  1051.             'twig.command.debug' => ['privates''.twig.command.debug.lazy''get_Twig_Command_Debug_LazyService'false],
  1052.             'twig.command.lint' => ['privates''.twig.command.lint.lazy''get_Twig_Command_Lint_LazyService'false],
  1053.             'var_dumper.command.server_dump' => ['privates''.var_dumper.command.server_dump.lazy''get_VarDumper_Command_ServerDump_LazyService'false],
  1054.             'monolog.command.server_log' => ['privates''.monolog.command.server_log.lazy''get_Monolog_Command_ServerLog_LazyService'false],
  1055.         ], [
  1056.             'console.command.about' => '?',
  1057.             'console.command.assets_install' => '?',
  1058.             'console.command.cache_clear' => '?',
  1059.             'console.command.cache_pool_clear' => '?',
  1060.             'console.command.cache_pool_prune' => '?',
  1061.             'console.command.cache_pool_delete' => '?',
  1062.             'console.command.cache_pool_list' => '?',
  1063.             'console.command.cache_warmup' => '?',
  1064.             'console.command.config_debug' => '?',
  1065.             'console.command.config_dump_reference' => '?',
  1066.             'console.command.container_debug' => '?',
  1067.             'console.command.container_lint' => '?',
  1068.             'console.command.debug_autowiring' => '?',
  1069.             'console.command.dotenv_debug' => '?',
  1070.             'console.command.event_dispatcher_debug' => '?',
  1071.             'console.command.messenger_consume_messages' => '?',
  1072.             'console.command.messenger_setup_transports' => '?',
  1073.             'console.command.messenger_debug' => '?',
  1074.             'console.command.messenger_stop_workers' => '?',
  1075.             'console.command.router_debug' => '?',
  1076.             'console.command.router_match' => '?',
  1077.             'console.command.validator_debug' => '?',
  1078.             'console.command.yaml_lint' => '?',
  1079.             'console.command.secrets_set' => '?',
  1080.             'console.command.secrets_remove' => '?',
  1081.             'console.command.secrets_generate_key' => '?',
  1082.             'console.command.secrets_list' => '?',
  1083.             'console.command.secrets_decrypt_to_local' => '?',
  1084.             'console.command.secrets_encrypt_from_local' => '?',
  1085.             'twig.command.debug' => '?',
  1086.             'twig.command.lint' => '?',
  1087.             'var_dumper.command.server_dump' => '?',
  1088.             'monolog.command.server_log' => '?',
  1089.         ]), ['about' => 'console.command.about''assets:install' => 'console.command.assets_install''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:validator' => 'console.command.validator_debug''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']);
  1090.     }
  1091.     /**
  1092.      * Gets the public 'container.env_var_processors_locator' shared service.
  1093.      *
  1094.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  1095.      */
  1096.     protected function getContainer_EnvVarProcessorsLocatorService()
  1097.     {
  1098.         return $this->services['container.env_var_processors_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1099.             'base64' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1100.             'bool' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1101.             'const' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1102.             'csv' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1103.             'default' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1104.             'file' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1105.             'float' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1106.             'int' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1107.             'json' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1108.             'key' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1109.             'not' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1110.             'query_string' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1111.             'require' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1112.             'resolve' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1113.             'string' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1114.             'trim' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1115.             'url' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1116.         ], [
  1117.             'base64' => '?',
  1118.             'bool' => '?',
  1119.             'const' => '?',
  1120.             'csv' => '?',
  1121.             'default' => '?',
  1122.             'file' => '?',
  1123.             'float' => '?',
  1124.             'int' => '?',
  1125.             'json' => '?',
  1126.             'key' => '?',
  1127.             'not' => '?',
  1128.             'query_string' => '?',
  1129.             'require' => '?',
  1130.             'resolve' => '?',
  1131.             'string' => '?',
  1132.             'trim' => '?',
  1133.             'url' => '?',
  1134.         ]);
  1135.     }
  1136.     /**
  1137.      * Gets the public 'data_collector.dump' shared service.
  1138.      *
  1139.      * @return \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector
  1140.      */
  1141.     protected function getDataCollector_DumpService()
  1142.     {
  1143.         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())), ($this->privates['var_dumper.server_connection'] ?? $this->getVarDumper_ServerConnectionService()));
  1144.     }
  1145.     /**
  1146.      * Gets the public 'error_controller' shared service.
  1147.      *
  1148.      * @return \Symfony\Component\HttpKernel\Controller\ErrorController
  1149.      */
  1150.     protected function getErrorControllerService()
  1151.     {
  1152.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ErrorController.php';
  1153.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/ErrorRendererInterface.php';
  1154.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/SerializerErrorRenderer.php';
  1155.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/ErrorRenderer/TwigErrorRenderer.php';
  1156.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php';
  1157.         $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  1158.         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)));
  1159.     }
  1160.     /**
  1161.      * Gets the public 'event_dispatcher' shared service.
  1162.      *
  1163.      * @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
  1164.      */
  1165.     protected function getEventDispatcherService()
  1166.     {
  1167.         $a = new \Symfony\Bridge\Monolog\Logger('event');
  1168.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1169.         $a->pushHandler(($this->privates['monolog.handler.elk_stream'] ?? $this->getMonolog_Handler_ElkStreamService()));
  1170.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1171.         $this->services['event_dispatcher'] = $instance = new \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher(new \Symfony\Component\EventDispatcher\EventDispatcher(), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))), $a, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  1172.         $instance->addListener('kernel.controller', [=> function () {
  1173.             return ($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()));
  1174.         }, => 'onKernelController'], 0);
  1175.         $instance->addListener('kernel.exception', [=> function () {
  1176.             return ($this->privates['webpack_encore.exception_listener'] ?? $this->getWebpackEncore_ExceptionListenerService());
  1177.         }, => 'onKernelException'], 0);
  1178.         $instance->addListener('kernel.request', [=> function () {
  1179.             return ($this->privates['FLOA\\LoggerBundle\\EventListener\\RequestListener'] ?? $this->getRequestListenerService());
  1180.         }, => 'onKernelRequest'], 256);
  1181.         $instance->addListener('kernel.response', [=> function () {
  1182.             return ($this->privates['FLOA\\LoggerBundle\\EventListener\\ResponseListener'] ?? $this->getResponseListenerService());
  1183.         }, => 'onKernelResponse'], 256);
  1184.         $instance->addListener('kernel.exception', [=> function () {
  1185.             return ($this->privates['FLOA\\LoggerBundle\\EventListener\\ExceptionListener'] ?? $this->getExceptionListenerService());
  1186.         }, => 'onKernelException'], 256);
  1187.         $instance->addListener('kernel.response', [=> function () {
  1188.             return ($this->privates['Insurance\\EventSubscriber\\InsuranceSubscriber'] ?? $this->getInsuranceSubscriberService());
  1189.         }, => 'onKernelResponse'], 0);
  1190.         $instance->addListener('kernel.response', [=> function () {
  1191.             return ($this->privates['response_listener'] ?? ($this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8'false)));
  1192.         }, => 'onKernelResponse'], 0);
  1193.         $instance->addListener('kernel.response', [=> function () {
  1194.             return ($this->privates['streamed_response_listener'] ?? ($this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener()));
  1195.         }, => 'onKernelResponse'], -1024);
  1196.         $instance->addListener('kernel.request', [=> function () {
  1197.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1198.         }, => 'setDefaultLocale'], 100);
  1199.         $instance->addListener('kernel.request', [=> function () {
  1200.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1201.         }, => 'onKernelRequest'], 16);
  1202.         $instance->addListener('kernel.finish_request', [=> function () {
  1203.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1204.         }, => 'onKernelFinishRequest'], 0);
  1205.         $instance->addListener('kernel.request', [=> function () {
  1206.             return ($this->privates['validate_request_listener'] ?? ($this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener()));
  1207.         }, => 'onKernelRequest'], 256);
  1208.         $instance->addListener('kernel.response', [=> function () {
  1209.             return ($this->privates['disallow_search_engine_index_response_listener'] ?? ($this->privates['disallow_search_engine_index_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener()));
  1210.         }, => 'onResponse'], -255);
  1211.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1212.             return ($this->privates['exception_listener'] ?? $this->getExceptionListener2Service());
  1213.         }, => 'onControllerArguments'], 0);
  1214.         $instance->addListener('kernel.exception', [=> function () {
  1215.             return ($this->privates['exception_listener'] ?? $this->getExceptionListener2Service());
  1216.         }, => 'logKernelException'], 0);
  1217.         $instance->addListener('kernel.exception', [=> function () {
  1218.             return ($this->privates['exception_listener'] ?? $this->getExceptionListener2Service());
  1219.         }, => 'onKernelException'], -128);
  1220.         $instance->addListener('kernel.response', [=> function () {
  1221.             return ($this->privates['exception_listener'] ?? $this->getExceptionListener2Service());
  1222.         }, => 'removeCspHeader'], -128);
  1223.         $instance->addListener('kernel.request', [=> function () {
  1224.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1225.         }, => 'onKernelRequest'], 15);
  1226.         $instance->addListener('kernel.finish_request', [=> function () {
  1227.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1228.         }, => 'onKernelFinishRequest'], -15);
  1229.         $instance->addListener('console.error', [=> function () {
  1230.             return ($this->privates['console.error_listener'] ?? $this->getConsole_ErrorListenerService());
  1231.         }, => 'onConsoleError'], -128);
  1232.         $instance->addListener('console.terminate', [=> function () {
  1233.             return ($this->privates['console.error_listener'] ?? $this->getConsole_ErrorListenerService());
  1234.         }, => 'onConsoleTerminate'], -128);
  1235.         $instance->addListener('console.error', [=> function () {
  1236.             return ($this->privates['console.suggest_missing_package_subscriber'] ?? ($this->privates['console.suggest_missing_package_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()));
  1237.         }, => 'onConsoleError'], 0);
  1238.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  1239.             return ($this->privates['mailer.envelope_listener'] ?? ($this->privates['mailer.envelope_listener'] = new \Symfony\Component\Mailer\EventListener\EnvelopeListener(NULLNULL)));
  1240.         }, => 'onMessage'], -255);
  1241.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  1242.             return ($this->privates['mailer.message_logger_listener'] ?? ($this->privates['mailer.message_logger_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener()));
  1243.         }, => 'onMessage'], -255);
  1244.         $instance->addListener('kernel.request', [=> function () {
  1245.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1246.         }, => 'configure'], 2048);
  1247.         $instance->addListener('console.command', [=> function () {
  1248.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1249.         }, => 'configure'], 2048);
  1250.         $instance->addListener('kernel.request', [=> function () {
  1251.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1252.         }, => 'onKernelRequest'], 32);
  1253.         $instance->addListener('kernel.finish_request', [=> function () {
  1254.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1255.         }, => 'onKernelFinishRequest'], 0);
  1256.         $instance->addListener('kernel.exception', [=> function () {
  1257.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1258.         }, => 'onKernelException'], -64);
  1259.         $instance->addListener('kernel.request', [=> function () {
  1260.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1261.         }, => 'onKernelRequest'], 128);
  1262.         $instance->addListener('kernel.response', [=> function () {
  1263.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1264.         }, => 'onKernelResponse'], -1000);
  1265.         $instance->addListener('kernel.finish_request', [=> function () {
  1266.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1267.         }, => 'onFinishRequest'], 0);
  1268.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  1269.             return ($this->privates['messenger.retry.send_failed_message_for_retry_listener'] ?? $this->getMessenger_Retry_SendFailedMessageForRetryListenerService());
  1270.         }, => 'onMessageFailed'], 100);
  1271.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  1272.             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()));
  1273.         }, => 'onMessageFailed'], 200);
  1274.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerStartedEvent', [=> function () {
  1275.             return ($this->privates['messenger.listener.stop_worker_on_restart_signal_listener'] ?? $this->getMessenger_Listener_StopWorkerOnRestartSignalListenerService());
  1276.         }, => 'onWorkerStarted'], 0);
  1277.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerRunningEvent', [=> function () {
  1278.             return ($this->privates['messenger.listener.stop_worker_on_restart_signal_listener'] ?? $this->getMessenger_Listener_StopWorkerOnRestartSignalListenerService());
  1279.         }, => 'onWorkerRunning'], 0);
  1280.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  1281.             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()));
  1282.         }, => 'onMessageFailed'], 0);
  1283.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerRunningEvent', [=> function () {
  1284.             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()));
  1285.         }, => 'onWorkerRunning'], 0);
  1286.         $instance->addListener('kernel.response', [=> function () {
  1287.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1288.         }, => 'onKernelResponse'], -100);
  1289.         $instance->addListener('kernel.exception', [=> function () {
  1290.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1291.         }, => 'onKernelException'], 0);
  1292.         $instance->addListener('kernel.terminate', [=> function () {
  1293.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1294.         }, => 'onKernelTerminate'], -1024);
  1295.         $instance->addListener('kernel.controller', [=> function () {
  1296.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  1297.         }, => 'onKernelController'], 0);
  1298.         $instance->addListener('kernel.response', [=> function () {
  1299.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  1300.         }, => 'onKernelResponse'], 0);
  1301.         $instance->addListener('kernel.controller', [=> function () {
  1302.             return ($this->privates['sensio_framework_extra.controller.listener'] ?? $this->getSensioFrameworkExtra_Controller_ListenerService());
  1303.         }, => 'onKernelController'], 0);
  1304.         $instance->addListener('kernel.controller', [=> function () {
  1305.             return ($this->privates['sensio_framework_extra.converter.listener'] ?? $this->getSensioFrameworkExtra_Converter_ListenerService());
  1306.         }, => 'onKernelController'], 0);
  1307.         $instance->addListener('kernel.controller', [=> function () {
  1308.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  1309.         }, => 'onKernelController'], -128);
  1310.         $instance->addListener('kernel.view', [=> function () {
  1311.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  1312.         }, => 'onKernelView'], 0);
  1313.         $instance->addListener('kernel.controller', [=> function () {
  1314.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  1315.         }, => 'onKernelController'], 0);
  1316.         $instance->addListener('kernel.response', [=> function () {
  1317.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  1318.         }, => 'onKernelResponse'], 0);
  1319.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1320.             return ($this->privates['framework_extra_bundle.event.is_granted'] ?? $this->getFrameworkExtraBundle_Event_IsGrantedService());
  1321.         }, => 'onKernelControllerArguments'], 0);
  1322.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  1323.             return ($this->privates['twig.mailer.message_listener'] ?? $this->getTwig_Mailer_MessageListenerService());
  1324.         }, => 'onMessage'], 0);
  1325.         $instance->addListener('kernel.finish_request', [=> function () {
  1326.             return ($this->privates['Symfony\\WebpackEncoreBundle\\EventListener\\ResetAssetsEventListener'] ?? $this->getResetAssetsEventListenerService());
  1327.         }, => 'resetAssets'], 0);
  1328.         $instance->addListener('kernel.response', [=> function () {
  1329.             return ($this->privates['web_profiler.debug_toolbar'] ?? $this->getWebProfiler_DebugToolbarService());
  1330.         }, => 'onKernelResponse'], -128);
  1331.         $instance->addListener('console.command', [=> function () {
  1332.             return ($this->privates['debug.dump_listener'] ?? $this->getDebug_DumpListenerService());
  1333.         }, => 'configure'], 1024);
  1334.         return $instance;
  1335.     }
  1336.     /**
  1337.      * Gets the public 'http_kernel' shared service.
  1338.      *
  1339.      * @return \Symfony\Component\HttpKernel\HttpKernel
  1340.      */
  1341.     protected function getHttpKernelService()
  1342.     {
  1343.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  1344.         if (isset($this->services['http_kernel'])) {
  1345.             return $this->services['http_kernel'];
  1346.         }
  1347.         $b = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  1348.         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 () {
  1349.             yield => ($this->privates['debug.argument_resolver.request_attribute'] ?? $this->getDebug_ArgumentResolver_RequestAttributeService());
  1350.             yield => ($this->privates['debug.argument_resolver.request'] ?? $this->getDebug_ArgumentResolver_RequestService());
  1351.             yield => ($this->privates['debug.argument_resolver.session'] ?? $this->getDebug_ArgumentResolver_SessionService());
  1352.             yield => ($this->privates['debug.argument_resolver.service'] ?? $this->getDebug_ArgumentResolver_ServiceService());
  1353.             yield => ($this->privates['debug.argument_resolver.default'] ?? $this->getDebug_ArgumentResolver_DefaultService());
  1354.             yield => ($this->privates['debug.argument_resolver.variadic'] ?? $this->getDebug_ArgumentResolver_VariadicService());
  1355.             yield => ($this->privates['debug.argument_resolver.not_tagged_controller'] ?? $this->getDebug_ArgumentResolver_NotTaggedControllerService());
  1356.         }, 7)), $b));
  1357.     }
  1358.     /**
  1359.      * Gets the public 'jms_serializer' shared service.
  1360.      *
  1361.      * @return \JMS\Serializer\Serializer
  1362.      */
  1363.     protected function getJmsSerializerService()
  1364.     {
  1365.         $a = new \Metadata\MetadataFactory(new \Metadata\Driver\LazyLoadingDriver(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1366.             'metadata_driver' => ['services''jms_serializer.metadata_driver''getJmsSerializer_MetadataDriverService'false],
  1367.         ], [
  1368.             'metadata_driver' => '?',
  1369.         ]), 'metadata_driver'), 'Metadata\\ClassHierarchyMetadata'true);
  1370.         $a->setCache(($this->privates['jms_serializer.metadata.cache.file_cache'] ?? ($this->privates['jms_serializer.metadata.cache.file_cache'] = new \Metadata\Cache\FileCache(($this->targetDir.''.'/jms_serializer')))));
  1371.         $a->setIncludeInterfaces(false);
  1372.         $b = new \JMS\Serializer\Handler\LazyHandlerRegistry(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1373.             'jms_serializer.array_collection_handler' => ['privates''jms_serializer.array_collection_handler''getJmsSerializer_ArrayCollectionHandlerService'false],
  1374.             'jms_serializer.constraint_violation_handler' => ['privates''jms_serializer.constraint_violation_handler''getJmsSerializer_ConstraintViolationHandlerService'false],
  1375.             'jms_serializer.datetime_handler' => ['privates''jms_serializer.datetime_handler''getJmsSerializer_DatetimeHandlerService'false],
  1376.             'jms_serializer.form_error_handler' => ['privates''jms_serializer.form_error_handler''getJmsSerializer_FormErrorHandlerService'false],
  1377.             'jms_serializer.iterator_handler' => ['privates''jms_serializer.iterator_handler''getJmsSerializer_IteratorHandlerService'false],
  1378.         ], [
  1379.             'jms_serializer.array_collection_handler' => '?',
  1380.             'jms_serializer.constraint_violation_handler' => '?',
  1381.             'jms_serializer.datetime_handler' => '?',
  1382.             'jms_serializer.form_error_handler' => '?',
  1383.             'jms_serializer.iterator_handler' => '?',
  1384.         ]), [=> ['ArrayCollection' => ['json' => [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection'], 'xml' => [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']], 'Doctrine\\Common\\Collections\\ArrayCollection' => ['json' => [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection'], 'xml' => [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']], 'Doctrine\\ORM\\PersistentCollection' => ['json' => [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection'], 'xml' => [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']], 'Doctrine\\ODM\\MongoDB\\PersistentCollection' => ['json' => [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection'], 'xml' => [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']], 'Doctrine\\ODM\\PHPCR\\PersistentCollection' => ['json' => [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection'], 'xml' => [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']], 'Symfony\\Component\\Validator\\ConstraintViolationList' => ['xml' => [=> 'jms_serializer.constraint_violation_handler'=> 'serializeListToxml'], 'json' => [=> 'jms_serializer.constraint_violation_handler'=> 'serializeListTojson']], 'Symfony\\Component\\Validator\\ConstraintViolation' => ['xml' => [=> 'jms_serializer.constraint_violation_handler'=> 'serializeViolationToxml'], 'json' => [=> 'jms_serializer.constraint_violation_handler'=> 'serializeViolationTojson']], 'DateTime' => ['json' => [=> 'jms_serializer.datetime_handler'=> 'serializeDateTime'], 'xml' => [=> 'jms_serializer.datetime_handler'=> 'serializeDateTime']], 'DateTimeImmutable' => ['json' => [=> 'jms_serializer.datetime_handler'=> 'serializeDateTimeImmutable'], 'xml' => [=> 'jms_serializer.datetime_handler'=> 'serializeDateTimeImmutable']], 'DateInterval' => ['json' => [=> 'jms_serializer.datetime_handler'=> 'serializeDateInterval'], 'xml' => [=> 'jms_serializer.datetime_handler'=> 'serializeDateInterval']], 'DateTimeInterface' => ['json' => [=> 'jms_serializer.datetime_handler'=> 'serializeDateTimeInterface'], 'xml' => [=> 'jms_serializer.datetime_handler'=> 'serializeDateTimeInterface']], 'Symfony\\Component\\Form\\Form' => ['xml' => [=> 'jms_serializer.form_error_handler'=> 'serializeFormToxml'], 'json' => [=> 'jms_serializer.form_error_handler'=> 'serializeFormTojson']], 'Symfony\\Component\\Form\\FormInterface' => ['xml' => [=> 'jms_serializer.form_error_handler'=> 'serializeFormToXml'], 'json' => [=> 'jms_serializer.form_error_handler'=> 'serializeFormToJson']], 'Symfony\\Component\\Form\\FormError' => ['xml' => [=> 'jms_serializer.form_error_handler'=> 'serializeFormErrorToxml'], 'json' => [=> 'jms_serializer.form_error_handler'=> 'serializeFormErrorTojson']], 'Iterator' => ['json' => [=> 'jms_serializer.iterator_handler'=> 'serializeIterable'], 'xml' => [=> 'jms_serializer.iterator_handler'=> 'serializeIterable']], 'ArrayIterator' => ['json' => [=> 'jms_serializer.iterator_handler'=> 'serializeIterable'], 'xml' => [=> 'jms_serializer.iterator_handler'=> 'serializeIterable']], 'Generator' => ['json' => [=> 'jms_serializer.iterator_handler'=> 'serializeIterable'], 'xml' => [=> 'jms_serializer.iterator_handler'=> 'serializeIterable']]], => ['ArrayCollection' => ['json' => [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection'], 'xml' => [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']], 'Doctrine\\Common\\Collections\\ArrayCollection' => ['json' => [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection'], 'xml' => [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']], 'Doctrine\\ORM\\PersistentCollection' => ['json' => [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection'], 'xml' => [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']], 'Doctrine\\ODM\\MongoDB\\PersistentCollection' => ['json' => [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection'], 'xml' => [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']], 'Doctrine\\ODM\\PHPCR\\PersistentCollection' => ['json' => [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection'], 'xml' => [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']], 'DateTime' => ['json' => [=> 'jms_serializer.datetime_handler'=> 'deserializeDateTimeFromjson'], 'xml' => [=> 'jms_serializer.datetime_handler'=> 'deserializeDateTimeFromxml']], 'DateTimeImmutable' => ['json' => [=> 'jms_serializer.datetime_handler'=> 'deserializeDateTimeImmutableFromjson'], 'xml' => [=> 'jms_serializer.datetime_handler'=> 'deserializeDateTimeImmutableFromxml']], 'DateInterval' => ['json' => [=> 'jms_serializer.datetime_handler'=> 'deserializeDateIntervalFromjson'], 'xml' => [=> 'jms_serializer.datetime_handler'=> 'deserializeDateIntervalFromxml']], 'DateTimeInterface' => ['json' => [=> 'jms_serializer.datetime_handler'=> 'deserializeDateTimeFromJson'], 'xml' => [=> 'jms_serializer.datetime_handler'=> 'deserializeDateTimeFromXml']], 'Iterator' => ['json' => [=> 'jms_serializer.iterator_handler'=> 'deserializeIterator'], 'xml' => [=> 'jms_serializer.iterator_handler'=> 'deserializeIterator']], 'ArrayIterator' => ['json' => [=> 'jms_serializer.iterator_handler'=> 'deserializeIterator'], 'xml' => [=> 'jms_serializer.iterator_handler'=> 'deserializeIterator']], 'Generator' => ['json' => [=> 'jms_serializer.iterator_handler'=> 'deserializeGenerator'], 'xml' => [=> 'jms_serializer.iterator_handler'=> 'deserializeGenerator']]]]);
  1385.         $c = new \JMS\Serializer\Accessor\DefaultAccessorStrategy();
  1386.         $d = new \JMS\Serializer\EventDispatcher\LazyEventDispatcher(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1387.             'jms_serializer.doctrine_proxy_subscriber' => ['privates''jms_serializer.doctrine_proxy_subscriber''getJmsSerializer_DoctrineProxySubscriberService'false],
  1388.             'jms_serializer.stopwatch_subscriber' => ['privates''jms_serializer.stopwatch_subscriber''getJmsSerializer_StopwatchSubscriberService'false],
  1389.         ], [
  1390.             'jms_serializer.doctrine_proxy_subscriber' => '?',
  1391.             'jms_serializer.stopwatch_subscriber' => '?',
  1392.         ]));
  1393.         $d->setListeners(['serializer.pre_serialize' => [=> [=> [=> 'jms_serializer.stopwatch_subscriber'=> 'onPreSerialize'], => NULL=> NULL=> NULL], => [=> [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerializeTypedProxy'], => NULL=> NULL=> 'Doctrine\\Persistence\\Proxy'], => [=> [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerializeTypedProxy'], => NULL=> NULL=> 'Doctrine\\Common\\Persistence\\Proxy'], => [=> [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerialize'], => NULL=> NULL=> 'Doctrine\\ORM\\PersistentCollection'], => [=> [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerialize'], => NULL=> NULL=> 'Doctrine\\ODM\\MongoDB\\PersistentCollection'], => [=> [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerialize'], => NULL=> NULL=> 'Doctrine\\ODM\\PHPCR\\PersistentCollection'], => [=> [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerialize'], => NULL=> NULL=> 'Doctrine\\Persistence\\Proxy'], => [=> [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerialize'], => NULL=> NULL=> 'Doctrine\\Common\\Persistence\\Proxy'], => [=> [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerialize'], => NULL=> NULL=> 'ProxyManager\\Proxy\\LazyLoadingInterface']], 'serializer.post_serialize' => [=> [=> [=> 'jms_serializer.stopwatch_subscriber'=> 'onPostSerialize'], => NULL=> NULL=> NULL]]]);
  1394.         $e = new \JMS\Serializer\Visitor\Factory\JsonSerializationVisitorFactory();
  1395.         $e->setOptions(128);
  1396.         $f = new \JMS\Serializer\Visitor\Factory\XmlSerializationVisitorFactory();
  1397.         $f->setFormatOutput(true);
  1398.         $g = new \JMS\Serializer\Visitor\Factory\JsonDeserializationVisitorFactory();
  1399.         $g->setOptions(0);
  1400.         return $this->services['jms_serializer'] = new \JMS\Serializer\Serializer($a, [=> new \JMS\Serializer\GraphNavigator\Factory\DeserializationGraphNavigatorFactory($a$b, new \JMS\Serializer\Construction\UnserializeObjectConstructor(), $c$dNULL), => new \JMS\Serializer\GraphNavigator\Factory\SerializationGraphNavigatorFactory($a$b$c$dNULL)], ['json' => $e'xml' => $f], ['json' => $g'xml' => new \JMS\Serializer\Visitor\Factory\XmlDeserializationVisitorFactory()], ($this->services['jms_serializer.serialization_context_factory'] ?? ($this->services['jms_serializer.serialization_context_factory'] = new \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory())), ($this->services['jms_serializer.deserialization_context_factory'] ?? ($this->services['jms_serializer.deserialization_context_factory'] = new \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory())), ($this->privates['jms_serializer.type_parser'] ?? ($this->privates['jms_serializer.type_parser'] = new \JMS\Serializer\Type\Parser())));
  1401.     }
  1402.     /**
  1403.      * Gets the public 'jms_serializer.deserialization_context_factory' shared service.
  1404.      *
  1405.      * @return \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory
  1406.      */
  1407.     protected function getJmsSerializer_DeserializationContextFactoryService()
  1408.     {
  1409.         return $this->services['jms_serializer.deserialization_context_factory'] = new \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory();
  1410.     }
  1411.     /**
  1412.      * Gets the public 'jms_serializer.metadata_driver' shared service.
  1413.      *
  1414.      * @return \JMS\Serializer\Metadata\Driver\TypedPropertiesDriver
  1415.      */
  1416.     protected function getJmsSerializer_MetadataDriverService()
  1417.     {
  1418.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Metadata/Driver/TypedPropertiesDriver.php';
  1419.         include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/AdvancedDriverInterface.php';
  1420.         include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/DriverChain.php';
  1421.         include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/AbstractFileDriver.php';
  1422.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Metadata/Driver/ExpressionMetadataTrait.php';
  1423.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Metadata/Driver/YamlDriver.php';
  1424.         include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/FileLocatorInterface.php';
  1425.         include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/AdvancedFileLocatorInterface.php';
  1426.         include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/TraceableFileLocatorInterface.php';
  1427.         include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/FileLocator.php';
  1428.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Naming/PropertyNamingStrategyInterface.php';
  1429.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Naming/SerializedNameAnnotationStrategy.php';
  1430.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Naming/CamelCaseNamingStrategy.php';
  1431.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Metadata/Driver/XmlDriver.php';
  1432.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Metadata/Driver/AnnotationOrAttributeDriver.php';
  1433.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Metadata/Driver/AnnotationDriver.php';
  1434.         $a = new \Metadata\Driver\FileLocator([]);
  1435.         $b = new \JMS\Serializer\Naming\SerializedNameAnnotationStrategy(new \JMS\Serializer\Naming\CamelCaseNamingStrategy('_'true));
  1436.         $c = ($this->privates['jms_serializer.type_parser'] ?? ($this->privates['jms_serializer.type_parser'] = new \JMS\Serializer\Type\Parser()));
  1437.         return $this->services['jms_serializer.metadata_driver'] = new \JMS\Serializer\Metadata\Driver\TypedPropertiesDriver(new \Metadata\Driver\DriverChain([=> new \JMS\Serializer\Metadata\Driver\YamlDriver($a$b$c), => new \JMS\Serializer\Metadata\Driver\XmlDriver($a$b$c), => new \JMS\Serializer\Metadata\Driver\AnnotationDriver(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), $b$c)]), $c);
  1438.     }
  1439.     /**
  1440.      * Gets the public 'jms_serializer.serialization_context_factory' shared service.
  1441.      *
  1442.      * @return \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory
  1443.      */
  1444.     protected function getJmsSerializer_SerializationContextFactoryService()
  1445.     {
  1446.         return $this->services['jms_serializer.serialization_context_factory'] = new \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory();
  1447.     }
  1448.     /**
  1449.      * Gets the public 'jms_serializer.twig_extension.serializer_runtime_helper' shared service.
  1450.      *
  1451.      * @return \JMS\Serializer\Twig\SerializerRuntimeHelper
  1452.      */
  1453.     protected function getJmsSerializer_TwigExtension_SerializerRuntimeHelperService()
  1454.     {
  1455.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Twig/SerializerRuntimeHelper.php';
  1456.         return $this->services['jms_serializer.twig_extension.serializer_runtime_helper'] = new \JMS\Serializer\Twig\SerializerRuntimeHelper(($this->services['jms_serializer'] ?? $this->getJmsSerializerService()));
  1457.     }
  1458.     /**
  1459.      * Gets the public 'logger_bundle.app_logger' shared autowired service.
  1460.      *
  1461.      * @return \FLOA\LoggerBundle\Logger\AppLogger
  1462.      */
  1463.     protected function getLoggerBundle_AppLoggerService()
  1464.     {
  1465.         $a = new \Symfony\Bridge\Monolog\Logger('app');
  1466.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1467.         $a->useMicrosecondTimestamps(true);
  1468.         $a->pushHandler(($this->privates['monolog.handler.elk_stream'] ?? $this->getMonolog_Handler_ElkStreamService()));
  1469.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1470.         return $this->services['logger_bundle.app_logger'] = new \FLOA\LoggerBundle\Logger\AppLogger(($this->services['logger_bundle.request_id'] ?? ($this->services['logger_bundle.request_id'] = new \FLOA\LoggerBundle\Service\RequestIdService())), ($this->services['logger_bundle.extra_data'] ?? $this->getLoggerBundle_ExtraDataService()), $a'bca-b2c', []);
  1471.     }
  1472.     /**
  1473.      * Gets the public 'logger_bundle.extra_data' shared autowired service.
  1474.      *
  1475.      * @return \FLOA\LoggerBundle\Service\ExtraDataService
  1476.      */
  1477.     protected function getLoggerBundle_ExtraDataService()
  1478.     {
  1479.         return $this->services['logger_bundle.extra_data'] = new \FLOA\LoggerBundle\Service\ExtraDataService(($this->services['FLOA\\LoggerBundle\\Service\\FormattingDataService'] ?? ($this->services['FLOA\\LoggerBundle\\Service\\FormattingDataService'] = new \FLOA\LoggerBundle\Service\FormattingDataService(NULL))));
  1480.     }
  1481.     /**
  1482.      * Gets the public 'logger_bundle.formatter' shared autowired service.
  1483.      *
  1484.      * @return \FLOA\LoggerBundle\Formatter\JsonLogFormatter
  1485.      */
  1486.     protected function getLoggerBundle_FormatterService()
  1487.     {
  1488.         return $this->services['logger_bundle.formatter'] = new \FLOA\LoggerBundle\Formatter\JsonLogFormatter();
  1489.     }
  1490.     /**
  1491.      * Gets the public 'logger_bundle.http_client' shared autowired service.
  1492.      *
  1493.      * @return \FLOA\LoggerBundle\Client\LoggingHttpClient
  1494.      */
  1495.     protected function getLoggerBundle_HttpClientService()
  1496.     {
  1497.         include_once \dirname(__DIR__4).'/vendor/floa/logger-bundle/src/Client/LoggingHttpClientInterface.php';
  1498.         include_once \dirname(__DIR__4).'/vendor/floa/logger-bundle/src/Client/LoggingHttpClient.php';
  1499.         return $this->services['logger_bundle.http_client'] = new \FLOA\LoggerBundle\Client\LoggingHttpClient(($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), ($this->services['logger_bundle.service'] ?? $this->getLoggerBundle_ServiceService()), ($this->services['logger_bundle.request_id'] ?? ($this->services['logger_bundle.request_id'] = new \FLOA\LoggerBundle\Service\RequestIdService())));
  1500.     }
  1501.     /**
  1502.      * Gets the public 'logger_bundle.request_id' shared autowired service.
  1503.      *
  1504.      * @return \FLOA\LoggerBundle\Service\RequestIdService
  1505.      */
  1506.     protected function getLoggerBundle_RequestIdService()
  1507.     {
  1508.         return $this->services['logger_bundle.request_id'] = new \FLOA\LoggerBundle\Service\RequestIdService();
  1509.     }
  1510.     /**
  1511.      * Gets the public 'logger_bundle.service' shared autowired service.
  1512.      *
  1513.      * @return \FLOA\LoggerBundle\Service\LoggerService
  1514.      */
  1515.     protected function getLoggerBundle_ServiceService()
  1516.     {
  1517.         return $this->services['logger_bundle.service'] = new \FLOA\LoggerBundle\Service\LoggerService(($this->services['logger_bundle.app_logger'] ?? $this->getLoggerBundle_AppLoggerService()), ($this->services['FLOA\\LoggerBundle\\Service\\FormattingDataService'] ?? ($this->services['FLOA\\LoggerBundle\\Service\\FormattingDataService'] = new \FLOA\LoggerBundle\Service\FormattingDataService(NULL))));
  1518.     }
  1519.     /**
  1520.      * Gets the public 'messenger.default_bus' shared service.
  1521.      *
  1522.      * @return \Symfony\Component\Messenger\TraceableMessageBus
  1523.      */
  1524.     protected function getMessenger_DefaultBusService()
  1525.     {
  1526.         return $this->services['messenger.default_bus'] = new \Symfony\Component\Messenger\TraceableMessageBus(new \Symfony\Component\Messenger\MessageBus(new RewindableGenerator(function () {
  1527.             yield => ($this->privates['messenger.bus.default.middleware.traceable'] ?? $this->getMessenger_Bus_Default_Middleware_TraceableService());
  1528.             yield => ($this->privates['messenger.bus.default.middleware.add_bus_name_stamp_middleware'] ?? ($this->privates['messenger.bus.default.middleware.add_bus_name_stamp_middleware'] = new \Symfony\Component\Messenger\Middleware\AddBusNameStampMiddleware('messenger.bus.default')));
  1529.             yield => ($this->privates['messenger.middleware.reject_redelivered_message_middleware'] ?? ($this->privates['messenger.middleware.reject_redelivered_message_middleware'] = new \Symfony\Component\Messenger\Middleware\RejectRedeliveredMessageMiddleware()));
  1530.             yield => ($this->privates['messenger.middleware.dispatch_after_current_bus'] ?? ($this->privates['messenger.middleware.dispatch_after_current_bus'] = new \Symfony\Component\Messenger\Middleware\DispatchAfterCurrentBusMiddleware()));
  1531.             yield => ($this->privates['messenger.middleware.failed_message_processing_middleware'] ?? ($this->privates['messenger.middleware.failed_message_processing_middleware'] = new \Symfony\Component\Messenger\Middleware\FailedMessageProcessingMiddleware()));
  1532.             yield => ($this->privates['messenger.middleware.send_message'] ?? $this->getMessenger_Middleware_SendMessageService());
  1533.             yield => ($this->privates['messenger.bus.default.middleware.handle_message'] ?? $this->getMessenger_Bus_Default_Middleware_HandleMessageService());
  1534.         }, 7)));
  1535.     }
  1536.     /**
  1537.      * Gets the public 'monolog.logger.elk' shared service.
  1538.      *
  1539.      * @return \Symfony\Bridge\Monolog\Logger
  1540.      */
  1541.     protected function getMonolog_Logger_ElkService()
  1542.     {
  1543.         $this->services['monolog.logger.elk'] = $instance = new \Symfony\Bridge\Monolog\Logger('elk');
  1544.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1545.         $instance->pushHandler(($this->privates['monolog.handler.elk_stream'] ?? $this->getMonolog_Handler_ElkStreamService()));
  1546.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  1547.         return $instance;
  1548.     }
  1549.     /**
  1550.      * Gets the public 'request_stack' shared service.
  1551.      *
  1552.      * @return \Symfony\Component\HttpFoundation\RequestStack
  1553.      */
  1554.     protected function getRequestStackService()
  1555.     {
  1556.         return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
  1557.     }
  1558.     /**
  1559.      * Gets the public 'router' shared service.
  1560.      *
  1561.      * @return \Symfony\Bundle\FrameworkBundle\Routing\Router
  1562.      */
  1563.     protected function getRouterService()
  1564.     {
  1565.         $a = new \Symfony\Bridge\Monolog\Logger('router');
  1566.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1567.         $a->pushHandler(($this->privates['monolog.handler.elk_stream'] ?? $this->getMonolog_Handler_ElkStreamService()));
  1568.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1569.         $this->services['router'] = $instance = new \Symfony\Bundle\FrameworkBundle\Routing\Router((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1570.             'routing.loader' => ['services''routing.loader''getRouting_LoaderService'false],
  1571.         ], [
  1572.             'routing.loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  1573.         ]))->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' => NULL'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');
  1574.         $instance->setConfigCacheFactory(new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
  1575.             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)));
  1576.             yield => ($this->privates['config.resource.self_checking_resource_checker'] ?? ($this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker()));
  1577.         }, 2)));
  1578.         return $instance;
  1579.     }
  1580.     /**
  1581.      * Gets the public 'routing.loader' shared service.
  1582.      *
  1583.      * @return \Symfony\Bundle\FrameworkBundle\Routing\DelegatingLoader
  1584.      */
  1585.     protected function getRouting_LoaderService()
  1586.     {
  1587.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderInterface.php';
  1588.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/Loader.php';
  1589.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/DelegatingLoader.php';
  1590.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/DelegatingLoader.php';
  1591.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderResolverInterface.php';
  1592.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderResolver.php';
  1593.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/FileLoader.php';
  1594.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/Configurator/Traits/HostTrait.php';
  1595.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/Configurator/Traits/LocalizedRouteTrait.php';
  1596.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/Configurator/Traits/PrefixTrait.php';
  1597.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/XmlFileLoader.php';
  1598.         include_once \dirname(__DIR__4).'/vendor/symfony/config/FileLocatorInterface.php';
  1599.         include_once \dirname(__DIR__4).'/vendor/symfony/config/FileLocator.php';
  1600.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Config/FileLocator.php';
  1601.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/YamlFileLoader.php';
  1602.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/PhpFileLoader.php';
  1603.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/GlobFileLoader.php';
  1604.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/DirectoryLoader.php';
  1605.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/ObjectLoader.php';
  1606.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/ContainerLoader.php';
  1607.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/AnnotationClassLoader.php';
  1608.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/AnnotatedRouteControllerLoader.php';
  1609.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/AnnotationFileLoader.php';
  1610.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/AnnotationDirectoryLoader.php';
  1611.         $a = new \Symfony\Component\Config\Loader\LoaderResolver();
  1612.         $b = new \Symfony\Component\HttpKernel\Config\FileLocator(($this->services['kernel'] ?? $this->get('kernel'1)));
  1613.         $c = new \Symfony\Bundle\FrameworkBundle\Routing\AnnotatedRouteControllerLoader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), 'dev');
  1614.         $a->addLoader(new \Symfony\Component\Routing\Loader\XmlFileLoader($b'dev'));
  1615.         $a->addLoader(new \Symfony\Component\Routing\Loader\YamlFileLoader($b'dev'));
  1616.         $a->addLoader(new \Symfony\Component\Routing\Loader\PhpFileLoader($b'dev'));
  1617.         $a->addLoader(new \Symfony\Component\Routing\Loader\GlobFileLoader($b'dev'));
  1618.         $a->addLoader(new \Symfony\Component\Routing\Loader\DirectoryLoader($b'dev'));
  1619.         $a->addLoader(new \Symfony\Component\Routing\Loader\ContainerLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1620.             'kernel' => ['services''kernel''getKernelService'false],
  1621.         ], [
  1622.             'kernel' => 'App\\Kernel',
  1623.         ]), 'dev'));
  1624.         $a->addLoader($c);
  1625.         $a->addLoader(new \Symfony\Component\Routing\Loader\AnnotationDirectoryLoader($b$c));
  1626.         $a->addLoader(new \Symfony\Component\Routing\Loader\AnnotationFileLoader($b$c));
  1627.         return $this->services['routing.loader'] = new \Symfony\Bundle\FrameworkBundle\Routing\DelegatingLoader($a, ['utf8' => true], []);
  1628.     }
  1629.     /**
  1630.      * Gets the public 'services_resetter' shared service.
  1631.      *
  1632.      * @return \Symfony\Component\HttpKernel\DependencyInjection\ServicesResetter
  1633.      */
  1634.     protected function getServicesResetterService()
  1635.     {
  1636.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DependencyInjection/ServicesResetter.php';
  1637.         return $this->services['services_resetter'] = new \Symfony\Component\HttpKernel\DependencyInjection\ServicesResetter(new RewindableGenerator(function () {
  1638.             if (isset($this->services['cache.app'])) {
  1639.                 yield 'cache.app' => ($this->services['cache.app'] ?? null);
  1640.             }
  1641.             if (isset($this->services['cache.system'])) {
  1642.                 yield 'cache.system' => ($this->services['cache.system'] ?? null);
  1643.             }
  1644.             if (isset($this->privates['cache.validator'])) {
  1645.                 yield 'cache.validator' => ($this->privates['cache.validator'] ?? null);
  1646.             }
  1647.             if (isset($this->privates['cache.serializer'])) {
  1648.                 yield 'cache.serializer' => ($this->privates['cache.serializer'] ?? null);
  1649.             }
  1650.             if (isset($this->privates['cache.annotations'])) {
  1651.                 yield 'cache.annotations' => ($this->privates['cache.annotations'] ?? null);
  1652.             }
  1653.             if (isset($this->privates['cache.property_info'])) {
  1654.                 yield 'cache.property_info' => ($this->privates['cache.property_info'] ?? null);
  1655.             }
  1656.             if (isset($this->privates['cache.messenger.restart_workers_signal'])) {
  1657.                 yield 'cache.messenger.restart_workers_signal' => ($this->privates['cache.messenger.restart_workers_signal'] ?? null);
  1658.             }
  1659.             if (isset($this->privates['.debug.http_client'])) {
  1660.                 yield 'http_client' => ($this->privates['.debug.http_client'] ?? null);
  1661.             }
  1662.             if (isset($this->privates['mailer.message_logger_listener'])) {
  1663.                 yield 'mailer.message_logger_listener' => ($this->privates['mailer.message_logger_listener'] ?? null);
  1664.             }
  1665.             if (isset($this->privates['debug.stopwatch'])) {
  1666.                 yield 'debug.stopwatch' => ($this->privates['debug.stopwatch'] ?? null);
  1667.             }
  1668.             if (isset($this->services['event_dispatcher'])) {
  1669.                 yield 'debug.event_dispatcher' => ($this->services['event_dispatcher'] ?? null);
  1670.             }
  1671.             if (isset($this->privates['session_listener'])) {
  1672.                 yield 'session_listener' => ($this->privates['session_listener'] ?? null);
  1673.             }
  1674.             if (isset($this->services['cache.validator_expression_language'])) {
  1675.                 yield 'cache.validator_expression_language' => ($this->services['cache.validator_expression_language'] ?? null);
  1676.             }
  1677.             if (isset($this->privates['messenger.transport.in_memory.factory'])) {
  1678.                 yield 'messenger.transport.in_memory.factory' => ($this->privates['messenger.transport.in_memory.factory'] ?? null);
  1679.             }
  1680.             if (isset($this->services['.container.private.profiler'])) {
  1681.                 yield 'profiler' => ($this->services['.container.private.profiler'] ?? null);
  1682.             }
  1683.             if (isset($this->services['.container.private.validator'])) {
  1684.                 yield 'debug.validator' => ($this->services['.container.private.validator'] ?? null);
  1685.             }
  1686.             if (isset($this->privates['webpack_encore.tag_renderer'])) {
  1687.                 yield 'webpack_encore.tag_renderer' => ($this->privates['webpack_encore.tag_renderer'] ?? null);
  1688.             }
  1689.             if (isset($this->privates['cache.webpack_encore'])) {
  1690.                 yield 'cache.webpack_encore' => ($this->privates['cache.webpack_encore'] ?? null);
  1691.             }
  1692.             if (isset($this->privates['webpack_encore.entrypoint_lookup[_default]'])) {
  1693.                 yield 'webpack_encore.entrypoint_lookup[_default]' => ($this->privates['webpack_encore.entrypoint_lookup[_default]'] ?? null);
  1694.             }
  1695.             if (isset($this->privates['monolog.handler.elk_stream'])) {
  1696.                 yield 'monolog.handler.elk_stream' => ($this->privates['monolog.handler.elk_stream'] ?? null);
  1697.             }
  1698.             if (isset($this->privates['.debug.http_client'])) {
  1699.                 yield '.debug.http_client' => ($this->privates['.debug.http_client'] ?? null);
  1700.             }
  1701.             if (isset($this->privates['.debug.proof.client'])) {
  1702.                 yield '.debug.proof.client' => ($this->privates['.debug.proof.client'] ?? null);
  1703.             }
  1704.             if (isset($this->privates['.debug.sam.client'])) {
  1705.                 yield '.debug.sam.client' => ($this->privates['.debug.sam.client'] ?? null);
  1706.             }
  1707.             if (isset($this->privates['.debug.account.client'])) {
  1708.                 yield '.debug.account.client' => ($this->privates['.debug.account.client'] ?? null);
  1709.             }
  1710.             if (isset($this->privates['.debug.catalog.client'])) {
  1711.                 yield '.debug.catalog.client' => ($this->privates['.debug.catalog.client'] ?? null);
  1712.             }
  1713.             if (isset($this->privates['.debug.demand.client'])) {
  1714.                 yield '.debug.demand.client' => ($this->privates['.debug.demand.client'] ?? null);
  1715.             }
  1716.             if (isset($this->privates['.debug.request.client'])) {
  1717.                 yield '.debug.request.client' => ($this->privates['.debug.request.client'] ?? null);
  1718.             }
  1719.             if (isset($this->privates['.debug.apim.client'])) {
  1720.                 yield '.debug.apim.client' => ($this->privates['.debug.apim.client'] ?? null);
  1721.             }
  1722.             if (isset($this->privates['.debug.connect.client'])) {
  1723.                 yield '.debug.connect.client' => ($this->privates['.debug.connect.client'] ?? null);
  1724.             }
  1725.         }, function () {
  1726.             return + (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['.debug.http_client'])) + (int) (isset($this->privates['mailer.message_logger_listener'])) + (int) (isset($this->privates['debug.stopwatch'])) + (int) (isset($this->services['event_dispatcher'])) + (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->services['.container.private.validator'])) + (int) (isset($this->privates['webpack_encore.tag_renderer'])) + (int) (isset($this->privates['cache.webpack_encore'])) + (int) (isset($this->privates['webpack_encore.entrypoint_lookup[_default]'])) + (int) (isset($this->privates['monolog.handler.elk_stream'])) + (int) (isset($this->privates['.debug.http_client'])) + (int) (isset($this->privates['.debug.proof.client'])) + (int) (isset($this->privates['.debug.sam.client'])) + (int) (isset($this->privates['.debug.account.client'])) + (int) (isset($this->privates['.debug.catalog.client'])) + (int) (isset($this->privates['.debug.demand.client'])) + (int) (isset($this->privates['.debug.request.client'])) + (int) (isset($this->privates['.debug.apim.client'])) + (int) (isset($this->privates['.debug.connect.client']));
  1727.         }), ['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'], 'http_client' => [=> '?reset'], 'mailer.message_logger_listener' => [=> 'reset'], 'debug.stopwatch' => [=> 'reset'], 'debug.event_dispatcher' => [=> 'reset'], 'session_listener' => [=> 'reset'], 'cache.validator_expression_language' => [=> 'reset'], 'messenger.transport.in_memory.factory' => [=> 'reset'], 'profiler' => [=> 'reset'], 'debug.validator' => [=> 'reset'], 'webpack_encore.tag_renderer' => [=> 'reset'], 'cache.webpack_encore' => [=> 'reset'], 'webpack_encore.entrypoint_lookup[_default]' => [=> 'reset'], 'monolog.handler.elk_stream' => [=> 'reset'], '.debug.http_client' => [=> 'reset'], '.debug.proof.client' => [=> 'reset'], '.debug.sam.client' => [=> 'reset'], '.debug.account.client' => [=> 'reset'], '.debug.catalog.client' => [=> 'reset'], '.debug.demand.client' => [=> 'reset'], '.debug.request.client' => [=> 'reset'], '.debug.apim.client' => [=> 'reset'], '.debug.connect.client' => [=> 'reset']]);
  1728.     }
  1729.     /**
  1730.      * Gets the public 'var_dumper.cloner' shared service.
  1731.      *
  1732.      * @return \Symfony\Component\VarDumper\Cloner\VarCloner
  1733.      */
  1734.     protected function getVarDumper_ClonerService()
  1735.     {
  1736.         $this->services['var_dumper.cloner'] = $instance = new \Symfony\Component\VarDumper\Cloner\VarCloner();
  1737.         $instance->setMaxItems(2500);
  1738.         $instance->setMinDepth(1);
  1739.         $instance->setMaxString(-1);
  1740.         $instance->addCasters(['Closure' => 'Symfony\\Component\\VarDumper\\Caster\\ReflectionCaster::unsetClosureFileInfo']);
  1741.         return $instance;
  1742.     }
  1743.     /**
  1744.      * Gets the public 'web_profiler.controller.exception_panel' shared service.
  1745.      *
  1746.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\ExceptionPanelController
  1747.      */
  1748.     protected function getWebProfiler_Controller_ExceptionPanelService()
  1749.     {
  1750.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Controller/ExceptionPanelController.php';
  1751.         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()));
  1752.     }
  1753.     /**
  1754.      * Gets the public 'web_profiler.controller.profiler' shared service.
  1755.      *
  1756.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\ProfilerController
  1757.      */
  1758.     protected function getWebProfiler_Controller_ProfilerService()
  1759.     {
  1760.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php';
  1761.         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));
  1762.     }
  1763.     /**
  1764.      * Gets the public 'web_profiler.controller.router' shared service.
  1765.      *
  1766.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\RouterController
  1767.      */
  1768.     protected function getWebProfiler_Controller_RouterService()
  1769.     {
  1770.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Controller/RouterController.php';
  1771.         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 () {
  1772.             return new \EmptyIterator();
  1773.         }, 0));
  1774.     }
  1775.     /**
  1776.      * Gets the private '.console.command.about.lazy' shared service.
  1777.      *
  1778.      * @return \Symfony\Component\Console\Command\LazyCommand
  1779.      */
  1780.     protected function get_Console_Command_About_LazyService()
  1781.     {
  1782.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1783.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  1784.         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 {
  1785.             return ($this->privates['console.command.about'] ?? $this->getConsole_Command_AboutService());
  1786.         });
  1787.     }
  1788.     /**
  1789.      * Gets the private '.console.command.assets_install.lazy' shared service.
  1790.      *
  1791.      * @return \Symfony\Component\Console\Command\LazyCommand
  1792.      */
  1793.     protected function get_Console_Command_AssetsInstall_LazyService()
  1794.     {
  1795.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1796.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  1797.         return $this->privates['.console.command.assets_install.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('assets:install', [], 'Install bundle\'s web assets under a public directory'false, function (): \Symfony\Bundle\FrameworkBundle\Command\AssetsInstallCommand {
  1798.             return ($this->privates['console.command.assets_install'] ?? $this->getConsole_Command_AssetsInstallService());
  1799.         });
  1800.     }
  1801.     /**
  1802.      * Gets the private '.console.command.cache_clear.lazy' shared service.
  1803.      *
  1804.      * @return \Symfony\Component\Console\Command\LazyCommand
  1805.      */
  1806.     protected function get_Console_Command_CacheClear_LazyService()
  1807.     {
  1808.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1809.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  1810.         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 {
  1811.             return ($this->privates['console.command.cache_clear'] ?? $this->getConsole_Command_CacheClearService());
  1812.         });
  1813.     }
  1814.     /**
  1815.      * Gets the private '.console.command.cache_pool_clear.lazy' shared service.
  1816.      *
  1817.      * @return \Symfony\Component\Console\Command\LazyCommand
  1818.      */
  1819.     protected function get_Console_Command_CachePoolClear_LazyService()
  1820.     {
  1821.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1822.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  1823.         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 {
  1824.             return ($this->privates['console.command.cache_pool_clear'] ?? $this->getConsole_Command_CachePoolClearService());
  1825.         });
  1826.     }
  1827.     /**
  1828.      * Gets the private '.console.command.cache_pool_delete.lazy' shared service.
  1829.      *
  1830.      * @return \Symfony\Component\Console\Command\LazyCommand
  1831.      */
  1832.     protected function get_Console_Command_CachePoolDelete_LazyService()
  1833.     {
  1834.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1835.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  1836.         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 {
  1837.             return ($this->privates['console.command.cache_pool_delete'] ?? $this->getConsole_Command_CachePoolDeleteService());
  1838.         });
  1839.     }
  1840.     /**
  1841.      * Gets the private '.console.command.cache_pool_list.lazy' shared service.
  1842.      *
  1843.      * @return \Symfony\Component\Console\Command\LazyCommand
  1844.      */
  1845.     protected function get_Console_Command_CachePoolList_LazyService()
  1846.     {
  1847.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1848.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  1849.         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 {
  1850.             return ($this->privates['console.command.cache_pool_list'] ?? $this->getConsole_Command_CachePoolListService());
  1851.         });
  1852.     }
  1853.     /**
  1854.      * Gets the private '.console.command.cache_pool_prune.lazy' shared service.
  1855.      *
  1856.      * @return \Symfony\Component\Console\Command\LazyCommand
  1857.      */
  1858.     protected function get_Console_Command_CachePoolPrune_LazyService()
  1859.     {
  1860.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1861.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  1862.         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 {
  1863.             return ($this->privates['console.command.cache_pool_prune'] ?? $this->getConsole_Command_CachePoolPruneService());
  1864.         });
  1865.     }
  1866.     /**
  1867.      * Gets the private '.console.command.cache_warmup.lazy' shared service.
  1868.      *
  1869.      * @return \Symfony\Component\Console\Command\LazyCommand
  1870.      */
  1871.     protected function get_Console_Command_CacheWarmup_LazyService()
  1872.     {
  1873.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1874.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  1875.         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 {
  1876.             return ($this->privates['console.command.cache_warmup'] ?? $this->getConsole_Command_CacheWarmupService());
  1877.         });
  1878.     }
  1879.     /**
  1880.      * Gets the private '.console.command.config_debug.lazy' shared service.
  1881.      *
  1882.      * @return \Symfony\Component\Console\Command\LazyCommand
  1883.      */
  1884.     protected function get_Console_Command_ConfigDebug_LazyService()
  1885.     {
  1886.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1887.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  1888.         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 {
  1889.             return ($this->privates['console.command.config_debug'] ?? $this->getConsole_Command_ConfigDebugService());
  1890.         });
  1891.     }
  1892.     /**
  1893.      * Gets the private '.console.command.config_dump_reference.lazy' shared service.
  1894.      *
  1895.      * @return \Symfony\Component\Console\Command\LazyCommand
  1896.      */
  1897.     protected function get_Console_Command_ConfigDumpReference_LazyService()
  1898.     {
  1899.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1900.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  1901.         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 {
  1902.             return ($this->privates['console.command.config_dump_reference'] ?? $this->getConsole_Command_ConfigDumpReferenceService());
  1903.         });
  1904.     }
  1905.     /**
  1906.      * Gets the private '.console.command.container_debug.lazy' shared service.
  1907.      *
  1908.      * @return \Symfony\Component\Console\Command\LazyCommand
  1909.      */
  1910.     protected function get_Console_Command_ContainerDebug_LazyService()
  1911.     {
  1912.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1913.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  1914.         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 {
  1915.             return ($this->privates['console.command.container_debug'] ?? $this->getConsole_Command_ContainerDebugService());
  1916.         });
  1917.     }
  1918.     /**
  1919.      * Gets the private '.console.command.container_lint.lazy' shared service.
  1920.      *
  1921.      * @return \Symfony\Component\Console\Command\LazyCommand
  1922.      */
  1923.     protected function get_Console_Command_ContainerLint_LazyService()
  1924.     {
  1925.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1926.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  1927.         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 {
  1928.             return ($this->privates['console.command.container_lint'] ?? $this->getConsole_Command_ContainerLintService());
  1929.         });
  1930.     }
  1931.     /**
  1932.      * Gets the private '.console.command.debug_autowiring.lazy' shared service.
  1933.      *
  1934.      * @return \Symfony\Component\Console\Command\LazyCommand
  1935.      */
  1936.     protected function get_Console_Command_DebugAutowiring_LazyService()
  1937.     {
  1938.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1939.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  1940.         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 {
  1941.             return ($this->privates['console.command.debug_autowiring'] ?? $this->getConsole_Command_DebugAutowiringService());
  1942.         });
  1943.     }
  1944.     /**
  1945.      * Gets the private '.console.command.dotenv_debug.lazy' shared service.
  1946.      *
  1947.      * @return \Symfony\Component\Console\Command\LazyCommand
  1948.      */
  1949.     protected function get_Console_Command_DotenvDebug_LazyService()
  1950.     {
  1951.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1952.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  1953.         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 {
  1954.             return ($this->privates['console.command.dotenv_debug'] ?? $this->getConsole_Command_DotenvDebugService());
  1955.         });
  1956.     }
  1957.     /**
  1958.      * Gets the private '.console.command.event_dispatcher_debug.lazy' shared service.
  1959.      *
  1960.      * @return \Symfony\Component\Console\Command\LazyCommand
  1961.      */
  1962.     protected function get_Console_Command_EventDispatcherDebug_LazyService()
  1963.     {
  1964.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1965.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  1966.         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 {
  1967.             return ($this->privates['console.command.event_dispatcher_debug'] ?? $this->getConsole_Command_EventDispatcherDebugService());
  1968.         });
  1969.     }
  1970.     /**
  1971.      * Gets the private '.console.command.messenger_consume_messages.lazy' shared service.
  1972.      *
  1973.      * @return \Symfony\Component\Console\Command\LazyCommand
  1974.      */
  1975.     protected function get_Console_Command_MessengerConsumeMessages_LazyService()
  1976.     {
  1977.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1978.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  1979.         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 {
  1980.             return ($this->privates['console.command.messenger_consume_messages'] ?? $this->getConsole_Command_MessengerConsumeMessagesService());
  1981.         });
  1982.     }
  1983.     /**
  1984.      * Gets the private '.console.command.messenger_debug.lazy' shared service.
  1985.      *
  1986.      * @return \Symfony\Component\Console\Command\LazyCommand
  1987.      */
  1988.     protected function get_Console_Command_MessengerDebug_LazyService()
  1989.     {
  1990.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1991.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  1992.         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 {
  1993.             return ($this->privates['console.command.messenger_debug'] ?? $this->getConsole_Command_MessengerDebugService());
  1994.         });
  1995.     }
  1996.     /**
  1997.      * Gets the private '.console.command.messenger_setup_transports.lazy' shared service.
  1998.      *
  1999.      * @return \Symfony\Component\Console\Command\LazyCommand
  2000.      */
  2001.     protected function get_Console_Command_MessengerSetupTransports_LazyService()
  2002.     {
  2003.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2004.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2005.         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 {
  2006.             return ($this->privates['console.command.messenger_setup_transports'] ?? $this->getConsole_Command_MessengerSetupTransportsService());
  2007.         });
  2008.     }
  2009.     /**
  2010.      * Gets the private '.console.command.messenger_stop_workers.lazy' shared service.
  2011.      *
  2012.      * @return \Symfony\Component\Console\Command\LazyCommand
  2013.      */
  2014.     protected function get_Console_Command_MessengerStopWorkers_LazyService()
  2015.     {
  2016.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2017.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2018.         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 {
  2019.             return ($this->privates['console.command.messenger_stop_workers'] ?? $this->getConsole_Command_MessengerStopWorkersService());
  2020.         });
  2021.     }
  2022.     /**
  2023.      * Gets the private '.console.command.router_debug.lazy' shared service.
  2024.      *
  2025.      * @return \Symfony\Component\Console\Command\LazyCommand
  2026.      */
  2027.     protected function get_Console_Command_RouterDebug_LazyService()
  2028.     {
  2029.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2030.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2031.         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 {
  2032.             return ($this->privates['console.command.router_debug'] ?? $this->getConsole_Command_RouterDebugService());
  2033.         });
  2034.     }
  2035.     /**
  2036.      * Gets the private '.console.command.router_match.lazy' shared service.
  2037.      *
  2038.      * @return \Symfony\Component\Console\Command\LazyCommand
  2039.      */
  2040.     protected function get_Console_Command_RouterMatch_LazyService()
  2041.     {
  2042.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2043.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2044.         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 {
  2045.             return ($this->privates['console.command.router_match'] ?? $this->getConsole_Command_RouterMatchService());
  2046.         });
  2047.     }
  2048.     /**
  2049.      * Gets the private '.console.command.secrets_decrypt_to_local.lazy' shared service.
  2050.      *
  2051.      * @return \Symfony\Component\Console\Command\LazyCommand
  2052.      */
  2053.     protected function get_Console_Command_SecretsDecryptToLocal_LazyService()
  2054.     {
  2055.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2056.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2057.         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 {
  2058.             return ($this->privates['console.command.secrets_decrypt_to_local'] ?? $this->getConsole_Command_SecretsDecryptToLocalService());
  2059.         });
  2060.     }
  2061.     /**
  2062.      * Gets the private '.console.command.secrets_encrypt_from_local.lazy' shared service.
  2063.      *
  2064.      * @return \Symfony\Component\Console\Command\LazyCommand
  2065.      */
  2066.     protected function get_Console_Command_SecretsEncryptFromLocal_LazyService()
  2067.     {
  2068.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2069.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2070.         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 {
  2071.             return ($this->privates['console.command.secrets_encrypt_from_local'] ?? $this->getConsole_Command_SecretsEncryptFromLocalService());
  2072.         });
  2073.     }
  2074.     /**
  2075.      * Gets the private '.console.command.secrets_generate_key.lazy' shared service.
  2076.      *
  2077.      * @return \Symfony\Component\Console\Command\LazyCommand
  2078.      */
  2079.     protected function get_Console_Command_SecretsGenerateKey_LazyService()
  2080.     {
  2081.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2082.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2083.         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 {
  2084.             return ($this->privates['console.command.secrets_generate_key'] ?? $this->getConsole_Command_SecretsGenerateKeyService());
  2085.         });
  2086.     }
  2087.     /**
  2088.      * Gets the private '.console.command.secrets_list.lazy' shared service.
  2089.      *
  2090.      * @return \Symfony\Component\Console\Command\LazyCommand
  2091.      */
  2092.     protected function get_Console_Command_SecretsList_LazyService()
  2093.     {
  2094.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2095.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2096.         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 {
  2097.             return ($this->privates['console.command.secrets_list'] ?? $this->getConsole_Command_SecretsListService());
  2098.         });
  2099.     }
  2100.     /**
  2101.      * Gets the private '.console.command.secrets_remove.lazy' shared service.
  2102.      *
  2103.      * @return \Symfony\Component\Console\Command\LazyCommand
  2104.      */
  2105.     protected function get_Console_Command_SecretsRemove_LazyService()
  2106.     {
  2107.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2108.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2109.         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 {
  2110.             return ($this->privates['console.command.secrets_remove'] ?? $this->getConsole_Command_SecretsRemoveService());
  2111.         });
  2112.     }
  2113.     /**
  2114.      * Gets the private '.console.command.secrets_set.lazy' shared service.
  2115.      *
  2116.      * @return \Symfony\Component\Console\Command\LazyCommand
  2117.      */
  2118.     protected function get_Console_Command_SecretsSet_LazyService()
  2119.     {
  2120.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2121.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2122.         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 {
  2123.             return ($this->privates['console.command.secrets_set'] ?? $this->getConsole_Command_SecretsSetService());
  2124.         });
  2125.     }
  2126.     /**
  2127.      * Gets the private '.console.command.validator_debug.lazy' shared service.
  2128.      *
  2129.      * @return \Symfony\Component\Console\Command\LazyCommand
  2130.      */
  2131.     protected function get_Console_Command_ValidatorDebug_LazyService()
  2132.     {
  2133.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2134.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2135.         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 {
  2136.             return ($this->privates['console.command.validator_debug'] ?? $this->getConsole_Command_ValidatorDebugService());
  2137.         });
  2138.     }
  2139.     /**
  2140.      * Gets the private '.console.command.yaml_lint.lazy' shared service.
  2141.      *
  2142.      * @return \Symfony\Component\Console\Command\LazyCommand
  2143.      */
  2144.     protected function get_Console_Command_YamlLint_LazyService()
  2145.     {
  2146.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2147.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2148.         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 {
  2149.             return ($this->privates['console.command.yaml_lint'] ?? $this->getConsole_Command_YamlLintService());
  2150.         });
  2151.     }
  2152.     /**
  2153.      * Gets the private '.debug.account.client' shared service.
  2154.      *
  2155.      * @return \Symfony\Component\HttpClient\TraceableHttpClient
  2156.      */
  2157.     protected function get_Debug_Account_ClientService()
  2158.     {
  2159.         return $this->privates['.debug.account.client'] = new \Symfony\Component\HttpClient\TraceableHttpClient(\Symfony\Component\HttpClient\ScopingHttpClient::forBaseUri(($this->privates['.debug.http_client.inner'] ?? $this->get_Debug_HttpClient_InnerService()), $this->getEnv('BCA_ACCOUNT_API_URI'), ['timeout' => $this->getEnv('float:BCA_ACCOUNT_API_TIMEOUT'), 'headers' => ['X-AUTH-TOKEN' => $this->getEnv('BCA_ACCOUNT_AUTH_TOKEN')], 'query' => [], 'resolve' => []]), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  2160.     }
  2161.     /**
  2162.      * Gets the private '.debug.apim.client' shared service.
  2163.      *
  2164.      * @return \Symfony\Component\HttpClient\TraceableHttpClient
  2165.      */
  2166.     protected function get_Debug_Apim_ClientService()
  2167.     {
  2168.         return $this->privates['.debug.apim.client'] = new \Symfony\Component\HttpClient\TraceableHttpClient(\Symfony\Component\HttpClient\ScopingHttpClient::forBaseUri(($this->privates['.debug.http_client.inner'] ?? $this->get_Debug_HttpClient_InnerService()), $this->getEnv('APIM_URI'), ['query' => [], 'headers' => [], 'resolve' => []]), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  2169.     }
  2170.     /**
  2171.      * Gets the private '.debug.catalog.client' shared service.
  2172.      *
  2173.      * @return \Symfony\Component\HttpClient\TraceableHttpClient
  2174.      */
  2175.     protected function get_Debug_Catalog_ClientService()
  2176.     {
  2177.         return $this->privates['.debug.catalog.client'] = new \Symfony\Component\HttpClient\TraceableHttpClient(\Symfony\Component\HttpClient\ScopingHttpClient::forBaseUri(($this->privates['.debug.http_client.inner'] ?? $this->get_Debug_HttpClient_InnerService()), $this->getEnv('CATALOG_API_URI'), ['timeout' => $this->getEnv('float:CATALOG_TIMEOUT'), 'query' => [], 'headers' => [], 'resolve' => []]), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  2178.     }
  2179.     /**
  2180.      * Gets the private '.debug.connect.client' shared service.
  2181.      *
  2182.      * @return \Symfony\Component\HttpClient\TraceableHttpClient
  2183.      */
  2184.     protected function get_Debug_Connect_ClientService()
  2185.     {
  2186.         return $this->privates['.debug.connect.client'] = new \Symfony\Component\HttpClient\TraceableHttpClient(\Symfony\Component\HttpClient\ScopingHttpClient::forBaseUri(($this->privates['.debug.http_client.inner'] ?? $this->get_Debug_HttpClient_InnerService()), $this->getEnv('BCA_CONNECT_API_URI'), ['timeout' => $this->getEnv('float:BCA_CONNECT_API_TIMEOUT'), 'query' => [], 'headers' => [], 'resolve' => []]), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  2187.     }
  2188.     /**
  2189.      * Gets the private '.debug.demand.client' shared service.
  2190.      *
  2191.      * @return \Symfony\Component\HttpClient\TraceableHttpClient
  2192.      */
  2193.     protected function get_Debug_Demand_ClientService()
  2194.     {
  2195.         return $this->privates['.debug.demand.client'] = new \Symfony\Component\HttpClient\TraceableHttpClient(\Symfony\Component\HttpClient\ScopingHttpClient::forBaseUri(($this->privates['.debug.http_client.inner'] ?? $this->get_Debug_HttpClient_InnerService()), $this->getEnv('DEMAND_API_URI'), ['timeout' => $this->getEnv('float:DEMAND_TIMEOUT'), 'query' => [], 'headers' => [], 'resolve' => []]), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  2196.     }
  2197.     /**
  2198.      * Gets the private '.debug.http_client' shared service.
  2199.      *
  2200.      * @return \Symfony\Component\HttpClient\TraceableHttpClient
  2201.      */
  2202.     protected function get_Debug_HttpClientService()
  2203.     {
  2204.         return $this->privates['.debug.http_client'] = new \Symfony\Component\HttpClient\TraceableHttpClient(($this->privates['.debug.http_client.inner'] ?? $this->get_Debug_HttpClient_InnerService()), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  2205.     }
  2206.     /**
  2207.      * Gets the private '.debug.http_client.inner' shared service.
  2208.      *
  2209.      * @return \Symfony\Contracts\HttpClient\HttpClientInterface
  2210.      */
  2211.     protected function get_Debug_HttpClient_InnerService()
  2212.     {
  2213.         $this->privates['.debug.http_client.inner'] = $instance = \Symfony\Component\HttpClient\HttpClient::create(['timeout' => 30'headers' => [], 'resolve' => []], 6);
  2214.         $a = new \Symfony\Bridge\Monolog\Logger('http_client');
  2215.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2216.         $a->pushHandler(($this->privates['monolog.handler.null_internal'] ?? ($this->privates['monolog.handler.null_internal'] = new \Monolog\Handler\NullHandler())));
  2217.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  2218.         $instance->setLogger($a);
  2219.         return $instance;
  2220.     }
  2221.     /**
  2222.      * Gets the private '.debug.proof.client' shared service.
  2223.      *
  2224.      * @return \Symfony\Component\HttpClient\TraceableHttpClient
  2225.      */
  2226.     protected function get_Debug_Proof_ClientService()
  2227.     {
  2228.         return $this->privates['.debug.proof.client'] = new \Symfony\Component\HttpClient\TraceableHttpClient(\Symfony\Component\HttpClient\ScopingHttpClient::forBaseUri(($this->privates['.debug.http_client.inner'] ?? $this->get_Debug_HttpClient_InnerService()), $this->getEnv('PROOF_API_URI'), ['timeout' => $this->getEnv('float:PROOF_TIMEOUT'), 'query' => [], 'headers' => [], 'resolve' => []]), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  2229.     }
  2230.     /**
  2231.      * Gets the private '.debug.request.client' shared service.
  2232.      *
  2233.      * @return \Symfony\Component\HttpClient\TraceableHttpClient
  2234.      */
  2235.     protected function get_Debug_Request_ClientService()
  2236.     {
  2237.         return $this->privates['.debug.request.client'] = new \Symfony\Component\HttpClient\TraceableHttpClient(\Symfony\Component\HttpClient\ScopingHttpClient::forBaseUri(($this->privates['.debug.http_client.inner'] ?? $this->get_Debug_HttpClient_InnerService()), $this->getEnv('BCA_REQUEST_API_URI'), ['timeout' => $this->getEnv('float:BCA_REQUEST_API_TIMEOUT'), 'query' => [], 'headers' => [], 'resolve' => []]), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  2238.     }
  2239.     /**
  2240.      * Gets the private '.debug.sam.client' shared service.
  2241.      *
  2242.      * @return \Symfony\Component\HttpClient\TraceableHttpClient
  2243.      */
  2244.     protected function get_Debug_Sam_ClientService()
  2245.     {
  2246.         return $this->privates['.debug.sam.client'] = new \Symfony\Component\HttpClient\TraceableHttpClient(\Symfony\Component\HttpClient\ScopingHttpClient::forBaseUri(($this->privates['.debug.http_client.inner'] ?? $this->get_Debug_HttpClient_InnerService()), $this->getEnv('SAM_API_URI'), ['timeout' => $this->getEnv('float:SAM_API_TIMEOUT'), 'query' => [], 'headers' => [], 'resolve' => []]), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  2247.     }
  2248.     /**
  2249.      * Gets the private '.errored..service_locator.KfbR3DY.Symfony\Component\Config\Loader\LoaderInterface' shared service.
  2250.      *
  2251.      * @return \Symfony\Component\Config\Loader\LoaderInterface
  2252.      */
  2253.     protected function getLoaderInterfaceService()
  2254.     {
  2255.         $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: "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".');
  2256.     }
  2257.     /**
  2258.      * Gets the private '.messenger.handler_descriptor.68M9Tir' shared service.
  2259.      *
  2260.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  2261.      */
  2262.     protected function get_Messenger_HandlerDescriptor_68M9TirService()
  2263.     {
  2264.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  2265.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/MessageHandlerInterface.php';
  2266.         include_once \dirname(__DIR__4).'/src/Proof/Command/Handler/ExportCommandHandler.php';
  2267.         return $this->privates['.messenger.handler_descriptor.68M9Tir'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(new \Proof\Command\Handler\ExportCommandHandler(($this->privates['Proof\\Repository\\ProofRepository'] ?? $this->getProofRepositoryService())), []);
  2268.     }
  2269.     /**
  2270.      * Gets the private '.messenger.handler_descriptor.9za2vv_' shared service.
  2271.      *
  2272.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  2273.      */
  2274.     protected function get_Messenger_HandlerDescriptor_9za2vvService()
  2275.     {
  2276.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  2277.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/MessageHandlerInterface.php';
  2278.         include_once \dirname(__DIR__4).'/src/Demand/Command/Handler/PartialUpdateDemandCommandHandler.php';
  2279.         return $this->privates['.messenger.handler_descriptor.9za2vv_'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(new \Demand\Command\Handler\PartialUpdateDemandCommandHandler(($this->privates['Demand\\Repository\\DemandRepository'] ?? $this->getDemandRepositoryService())), []);
  2280.     }
  2281.     /**
  2282.      * Gets the private '.messenger.handler_descriptor.Cru2vBc' shared service.
  2283.      *
  2284.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  2285.      */
  2286.     protected function get_Messenger_HandlerDescriptor_Cru2vBcService()
  2287.     {
  2288.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  2289.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/MessageHandlerInterface.php';
  2290.         include_once \dirname(__DIR__4).'/src/BcaAccount/Query/Handler/ListCustomerProductQueryHandler.php';
  2291.         return $this->privates['.messenger.handler_descriptor.Cru2vBc'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(new \BcaAccount\Query\Handler\ListCustomerProductQueryHandler(($this->privates['BcaAccount\\Repository\\BcaAccountRepository'] ?? $this->getBcaAccountRepositoryService())), []);
  2292.     }
  2293.     /**
  2294.      * Gets the private '.messenger.handler_descriptor.DA.T1pU' shared service.
  2295.      *
  2296.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  2297.      */
  2298.     protected function get_Messenger_HandlerDescriptor_DA_T1pUService()
  2299.     {
  2300.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  2301.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/MessageHandlerInterface.php';
  2302.         include_once \dirname(__DIR__4).'/src/Uncap/EventManager/DemandGrantedMessageHandler.php';
  2303.         $a = ($this->privates['Uncap\\Manager\\FinalizationUncapManager'] ?? $this->getFinalizationUncapManagerService());
  2304.         if (isset($this->privates['.messenger.handler_descriptor.DA.T1pU'])) {
  2305.             return $this->privates['.messenger.handler_descriptor.DA.T1pU'];
  2306.         }
  2307.         return $this->privates['.messenger.handler_descriptor.DA.T1pU'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(new \Uncap\EventManager\DemandGrantedMessageHandler($a, ($this->privates['Demand\\Repository\\DemandRepository'] ?? $this->getDemandRepositoryService()), ($this->services['logger_bundle.app_logger'] ?? $this->getLoggerBundle_AppLoggerService())), []);
  2308.     }
  2309.     /**
  2310.      * Gets the private '.messenger.handler_descriptor.L.DSFdD' shared service.
  2311.      *
  2312.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  2313.      */
  2314.     protected function get_Messenger_HandlerDescriptor_L_DSFdDService()
  2315.     {
  2316.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  2317.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/MessageHandlerInterface.php';
  2318.         include_once \dirname(__DIR__4).'/src/BcaRequest/Query/Handler/GetCustomerIdQueryHandler.php';
  2319.         return $this->privates['.messenger.handler_descriptor.L.DSFdD'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(new \BcaRequest\Query\Handler\GetCustomerIdQueryHandler(($this->privates['BcaRequest\\Repository\\BcaRequestRepository'] ?? $this->getBcaRequestRepositoryService())), []);
  2320.     }
  2321.     /**
  2322.      * Gets the private '.messenger.handler_descriptor.Uf2cMxR' shared service.
  2323.      *
  2324.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  2325.      */
  2326.     protected function get_Messenger_HandlerDescriptor_Uf2cMxRService()
  2327.     {
  2328.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  2329.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/MessageHandlerInterface.php';
  2330.         include_once \dirname(__DIR__4).'/src/BcaAccount/Query/Handler/GetCustomerViewQueryHandler.php';
  2331.         return $this->privates['.messenger.handler_descriptor.Uf2cMxR'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(new \BcaAccount\Query\Handler\GetCustomerViewQueryHandler(($this->privates['BcaAccount\\Repository\\BcaAccountRepository'] ?? $this->getBcaAccountRepositoryService())), []);
  2332.     }
  2333.     /**
  2334.      * Gets the private '.messenger.handler_descriptor.a4TeCQj' shared service.
  2335.      *
  2336.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  2337.      */
  2338.     protected function get_Messenger_HandlerDescriptor_A4TeCQjService()
  2339.     {
  2340.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  2341.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/MessageHandlerInterface.php';
  2342.         include_once \dirname(__DIR__4).'/src/Demand/Query/Handler/GetDemandQueryHandler.php';
  2343.         return $this->privates['.messenger.handler_descriptor.a4TeCQj'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(new \Demand\Query\Handler\GetDemandQueryHandler(($this->privates['Demand\\Repository\\DemandRepository'] ?? $this->getDemandRepositoryService())), []);
  2344.     }
  2345.     /**
  2346.      * Gets the private '.messenger.handler_descriptor.g9X2D94' shared service.
  2347.      *
  2348.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  2349.      */
  2350.     protected function get_Messenger_HandlerDescriptor_G9X2D94Service()
  2351.     {
  2352.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  2353.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/MessageHandlerInterface.php';
  2354.         include_once \dirname(__DIR__4).'/src/Proof/Command/Handler/CreateDecisionCommandHandler.php';
  2355.         return $this->privates['.messenger.handler_descriptor.g9X2D94'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(new \Proof\Command\Handler\CreateDecisionCommandHandler(($this->privates['Proof\\Repository\\ProofRepository'] ?? $this->getProofRepositoryService())), []);
  2356.     }
  2357.     /**
  2358.      * Gets the private '.messenger.handler_descriptor.os1dfe8' shared service.
  2359.      *
  2360.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  2361.      */
  2362.     protected function get_Messenger_HandlerDescriptor_Os1dfe8Service()
  2363.     {
  2364.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  2365.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/MessageHandlerInterface.php';
  2366.         include_once \dirname(__DIR__4).'/src/BcaAccount/Query/Handler/GetCustomerFinancialSituationQueryHandler.php';
  2367.         return $this->privates['.messenger.handler_descriptor.os1dfe8'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(new \BcaAccount\Query\Handler\GetCustomerFinancialSituationQueryHandler(($this->privates['BcaAccount\\Repository\\BcaAccountRepository'] ?? $this->getBcaAccountRepositoryService())), []);
  2368.     }
  2369.     /**
  2370.      * Gets the private '.messenger.handler_descriptor.qMGcOkj' shared service.
  2371.      *
  2372.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  2373.      */
  2374.     protected function get_Messenger_HandlerDescriptor_QMGcOkjService()
  2375.     {
  2376.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  2377.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/MessageHandlerInterface.php';
  2378.         include_once \dirname(__DIR__4).'/src/Proof/Command/Handler/CreateOccCommandHandler.php';
  2379.         return $this->privates['.messenger.handler_descriptor.qMGcOkj'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(new \Proof\Command\Handler\CreateOccCommandHandler(($this->privates['Proof\\Repository\\ProofRepository'] ?? $this->getProofRepositoryService())), []);
  2380.     }
  2381.     /**
  2382.      * Gets the private '.messenger.handler_descriptor.qtC5STi' shared service.
  2383.      *
  2384.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  2385.      */
  2386.     protected function get_Messenger_HandlerDescriptor_QtC5STiService()
  2387.     {
  2388.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  2389.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/MessageHandlerInterface.php';
  2390.         include_once \dirname(__DIR__4).'/src/BcaAccount/Command/Handler/UploadDocumentCommandHandler.php';
  2391.         return $this->privates['.messenger.handler_descriptor.qtC5STi'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(new \BcaAccount\Command\Handler\UploadDocumentCommandHandler(($this->privates['BcaAccount\\Repository\\BcaAccountRepository'] ?? $this->getBcaAccountRepositoryService())), []);
  2392.     }
  2393.     /**
  2394.      * Gets the private '.messenger.handler_descriptor.rwO5VK0' shared service.
  2395.      *
  2396.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  2397.      */
  2398.     protected function get_Messenger_HandlerDescriptor_RwO5VK0Service()
  2399.     {
  2400.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  2401.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/MessageHandlerInterface.php';
  2402.         include_once \dirname(__DIR__4).'/src/BcaRequest/Command/Handler/DisableTokenCommandHandler.php';
  2403.         return $this->privates['.messenger.handler_descriptor.rwO5VK0'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(new \BcaRequest\Command\Handler\DisableTokenCommandHandler(($this->privates['BcaRequest\\Repository\\BcaRequestRepository'] ?? $this->getBcaRequestRepositoryService())), []);
  2404.     }
  2405.     /**
  2406.      * Gets the private '.messenger.handler_descriptor.sKmFPRg' shared service.
  2407.      *
  2408.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  2409.      */
  2410.     protected function get_Messenger_HandlerDescriptor_SKmFPRgService()
  2411.     {
  2412.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  2413.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/MessageHandlerInterface.php';
  2414.         include_once \dirname(__DIR__4).'/src/Catalog/Query/Handler/GetConfigQueryHandler.php';
  2415.         return $this->privates['.messenger.handler_descriptor.sKmFPRg'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(new \Catalog\Query\Handler\GetConfigQueryHandler(($this->services['catalog.repository'] ?? $this->getCatalog_RepositoryService())), []);
  2416.     }
  2417.     /**
  2418.      * Gets the private '.messenger.handler_descriptor.tGvt0LH' shared service.
  2419.      *
  2420.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  2421.      */
  2422.     protected function get_Messenger_HandlerDescriptor_TGvt0LHService()
  2423.     {
  2424.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  2425.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Messenger/MessageHandler.php';
  2426.         $a = ($this->privates['mailer.transports'] ?? $this->getMailer_TransportsService());
  2427.         if (isset($this->privates['.messenger.handler_descriptor.tGvt0LH'])) {
  2428.             return $this->privates['.messenger.handler_descriptor.tGvt0LH'];
  2429.         }
  2430.         return $this->privates['.messenger.handler_descriptor.tGvt0LH'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(new \Symfony\Component\Mailer\Messenger\MessageHandler($a), []);
  2431.     }
  2432.     /**
  2433.      * Gets the private '.messenger.handler_descriptor.tYMNzGX' shared service.
  2434.      *
  2435.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  2436.      */
  2437.     protected function get_Messenger_HandlerDescriptor_TYMNzGXService()
  2438.     {
  2439.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  2440.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/MessageHandlerInterface.php';
  2441.         include_once \dirname(__DIR__4).'/src/Demand/Command/Handler/CreateDemandCommandHandler.php';
  2442.         return $this->privates['.messenger.handler_descriptor.tYMNzGX'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(new \Demand\Command\Handler\CreateDemandCommandHandler(($this->privates['Demand\\Repository\\DemandRepository'] ?? $this->getDemandRepositoryService())), []);
  2443.     }
  2444.     /**
  2445.      * Gets the private '.monolog.command.server_log.lazy' shared service.
  2446.      *
  2447.      * @return \Symfony\Component\Console\Command\LazyCommand
  2448.      */
  2449.     protected function get_Monolog_Command_ServerLog_LazyService()
  2450.     {
  2451.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2452.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2453.         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 {
  2454.             return ($this->privates['monolog.command.server_log'] ?? $this->getMonolog_Command_ServerLogService());
  2455.         });
  2456.     }
  2457.     /**
  2458.      * Gets the private '.service_locator.3xC12XZ' shared service.
  2459.      *
  2460.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2461.      */
  2462.     protected function get_ServiceLocator_3xC12XZService()
  2463.     {
  2464.         return $this->privates['.service_locator.3xC12XZ'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2465.             'postLoginRequest' => ['privates''Insurance\\Request\\PostLoginRequest''getPostLoginRequestService'false],
  2466.         ], [
  2467.             'postLoginRequest' => 'Insurance\\Request\\PostLoginRequest',
  2468.         ]);
  2469.     }
  2470.     /**
  2471.      * Gets the private '.service_locator.6q8SubU' shared service.
  2472.      *
  2473.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2474.      */
  2475.     protected function get_ServiceLocator_6q8SubUService()
  2476.     {
  2477.         return $this->privates['.service_locator.6q8SubU'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2478.             'amqp' => ['privates''messenger.transport.amqp''getMessenger_Transport_AmqpService'false],
  2479.             'messenger.transport.amqp' => ['privates''messenger.transport.amqp''getMessenger_Transport_AmqpService'false],
  2480.         ], [
  2481.             'amqp' => '?',
  2482.             'messenger.transport.amqp' => '?',
  2483.         ]);
  2484.     }
  2485.     /**
  2486.      * Gets the private '.service_locator.C2ls0L7' shared service.
  2487.      *
  2488.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2489.      */
  2490.     protected function get_ServiceLocator_C2ls0L7Service()
  2491.     {
  2492.         return $this->privates['.service_locator.C2ls0L7'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2493.             'Insurance\\Controller\\HomeController::createContext' => ['privates''.service_locator.Io9OVwD''get_ServiceLocator_Io9OVwDService'false],
  2494.             'Insurance\\Controller\\HomeController::firstConnection' => ['privates''.service_locator.sSurjHX''get_ServiceLocator_SSurjHXService'false],
  2495.             'Insurance\\Controller\\HomeController::postLogin' => ['privates''.service_locator.3xC12XZ''get_ServiceLocator_3xC12XZService'false],
  2496.             'Insurance\\Controller\\HomeController::resetPassword' => ['privates''.service_locator.N3Hjuew''get_ServiceLocator_N3HjuewService'false],
  2497.             'Insurance\\Controller\\SubscriberController::subscribePet' => ['privates''.service_locator._ItTwNG''get_ServiceLocator_ItTwNGService'false],
  2498.             'Insurance\\Controller\\SubscriberController::subscribeSchool' => ['privates''.service_locator.__wikdC''get_ServiceLocator_WikdCService'false],
  2499.             'Insurance\\Controller\\SubscriberController::subscribeShopping' => ['privates''.service_locator.KF5oti8''get_ServiceLocator_KF5oti8Service'false],
  2500.             'Insurance\\Controller\\SubscriberController::subscribeVmp' => ['privates''.service_locator.TDfLPAW''get_ServiceLocator_TDfLPAWService'false],
  2501.             'kernel::loadRoutes' => ['privates''.service_locator.KfbR3DY''get_ServiceLocator_KfbR3DYService'false],
  2502.             'kernel::registerContainerConfiguration' => ['privates''.service_locator.KfbR3DY''get_ServiceLocator_KfbR3DYService'false],
  2503.             'Insurance\\Controller\\HomeController:createContext' => ['privates''.service_locator.Io9OVwD''get_ServiceLocator_Io9OVwDService'false],
  2504.             'Insurance\\Controller\\HomeController:firstConnection' => ['privates''.service_locator.sSurjHX''get_ServiceLocator_SSurjHXService'false],
  2505.             'Insurance\\Controller\\HomeController:postLogin' => ['privates''.service_locator.3xC12XZ''get_ServiceLocator_3xC12XZService'false],
  2506.             'Insurance\\Controller\\HomeController:resetPassword' => ['privates''.service_locator.N3Hjuew''get_ServiceLocator_N3HjuewService'false],
  2507.             'Insurance\\Controller\\SubscriberController:subscribePet' => ['privates''.service_locator._ItTwNG''get_ServiceLocator_ItTwNGService'false],
  2508.             'Insurance\\Controller\\SubscriberController:subscribeSchool' => ['privates''.service_locator.__wikdC''get_ServiceLocator_WikdCService'false],
  2509.             'Insurance\\Controller\\SubscriberController:subscribeShopping' => ['privates''.service_locator.KF5oti8''get_ServiceLocator_KF5oti8Service'false],
  2510.             'Insurance\\Controller\\SubscriberController:subscribeVmp' => ['privates''.service_locator.TDfLPAW''get_ServiceLocator_TDfLPAWService'false],
  2511.             'kernel:loadRoutes' => ['privates''.service_locator.KfbR3DY''get_ServiceLocator_KfbR3DYService'false],
  2512.             'kernel:registerContainerConfiguration' => ['privates''.service_locator.KfbR3DY''get_ServiceLocator_KfbR3DYService'false],
  2513.         ], [
  2514.             'Insurance\\Controller\\HomeController::createContext' => '?',
  2515.             'Insurance\\Controller\\HomeController::firstConnection' => '?',
  2516.             'Insurance\\Controller\\HomeController::postLogin' => '?',
  2517.             'Insurance\\Controller\\HomeController::resetPassword' => '?',
  2518.             'Insurance\\Controller\\SubscriberController::subscribePet' => '?',
  2519.             'Insurance\\Controller\\SubscriberController::subscribeSchool' => '?',
  2520.             'Insurance\\Controller\\SubscriberController::subscribeShopping' => '?',
  2521.             'Insurance\\Controller\\SubscriberController::subscribeVmp' => '?',
  2522.             'kernel::loadRoutes' => '?',
  2523.             'kernel::registerContainerConfiguration' => '?',
  2524.             'Insurance\\Controller\\HomeController:createContext' => '?',
  2525.             'Insurance\\Controller\\HomeController:firstConnection' => '?',
  2526.             'Insurance\\Controller\\HomeController:postLogin' => '?',
  2527.             'Insurance\\Controller\\HomeController:resetPassword' => '?',
  2528.             'Insurance\\Controller\\SubscriberController:subscribePet' => '?',
  2529.             'Insurance\\Controller\\SubscriberController:subscribeSchool' => '?',
  2530.             'Insurance\\Controller\\SubscriberController:subscribeShopping' => '?',
  2531.             'Insurance\\Controller\\SubscriberController:subscribeVmp' => '?',
  2532.             'kernel:loadRoutes' => '?',
  2533.             'kernel:registerContainerConfiguration' => '?',
  2534.         ]);
  2535.     }
  2536.     /**
  2537.      * Gets the private '.service_locator.GNc8e5B' shared service.
  2538.      *
  2539.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2540.      */
  2541.     protected function get_ServiceLocator_GNc8e5BService()
  2542.     {
  2543.         return $this->privates['.service_locator.GNc8e5B'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2544.             'http_kernel' => ['services''http_kernel''getHttpKernelService'false],
  2545.             'message_bus' => ['services''messenger.default_bus''getMessenger_DefaultBusService'false],
  2546.             'messenger.default_bus' => ['services''messenger.default_bus''getMessenger_DefaultBusService'false],
  2547.             'parameter_bag' => ['privates''parameter_bag''getParameterBagService'false],
  2548.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  2549.             'router' => ['services''router''getRouterService'false],
  2550.             'serializer' => ['services''.container.private.serializer''get_Container_Private_SerializerService'false],
  2551.             'session' => ['privates''.session.deprecated''get_Session_DeprecatedService'false],
  2552.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  2553.         ], [
  2554.             'http_kernel' => '?',
  2555.             'message_bus' => '?',
  2556.             'messenger.default_bus' => '?',
  2557.             'parameter_bag' => '?',
  2558.             'request_stack' => '?',
  2559.             'router' => '?',
  2560.             'serializer' => '?',
  2561.             'session' => '.session.deprecated',
  2562.             'twig' => '?',
  2563.         ]);
  2564.     }
  2565.     /**
  2566.      * Gets the private '.service_locator.HBVVMN9' shared service.
  2567.      *
  2568.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2569.      */
  2570.     protected function get_ServiceLocator_HBVVMN9Service()
  2571.     {
  2572.         return $this->privates['.service_locator.HBVVMN9'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2573.             'http_kernel' => ['services''http_kernel''getHttpKernelService'false],
  2574.             'message_bus' => ['services''messenger.default_bus''getMessenger_DefaultBusService'false],
  2575.             'messenger.default_bus' => ['services''messenger.default_bus''getMessenger_DefaultBusService'false],
  2576.             'parameter_bag' => ['privates''parameter_bag''getParameterBagService'false],
  2577.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  2578.             'router' => ['services''router''getRouterService'false],
  2579.             'serializer' => ['services''.container.private.serializer''get_Container_Private_SerializerService'false],
  2580.             'session' => ['privates''.session.deprecated''get_Session_DeprecatedService'false],
  2581.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  2582.         ], [
  2583.             'http_kernel' => '?',
  2584.             'message_bus' => '?',
  2585.             'messenger.default_bus' => '?',
  2586.             'parameter_bag' => '?',
  2587.             'request_stack' => '?',
  2588.             'router' => '?',
  2589.             'serializer' => '?',
  2590.             'session' => '.session.deprecated',
  2591.             'twig' => '?',
  2592.         ]);
  2593.     }
  2594.     /**
  2595.      * Gets the private '.service_locator.Io9OVwD' shared service.
  2596.      *
  2597.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2598.      */
  2599.     protected function get_ServiceLocator_Io9OVwDService()
  2600.     {
  2601.         return $this->privates['.service_locator.Io9OVwD'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2602.             'user' => ['privates''Insurance\\Model\\User''getUserService'false],
  2603.         ], [
  2604.             'user' => 'Insurance\\Model\\User',
  2605.         ]);
  2606.     }
  2607.     /**
  2608.      * Gets the private '.service_locator.KF5oti8' shared service.
  2609.      *
  2610.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2611.      */
  2612.     protected function get_ServiceLocator_KF5oti8Service()
  2613.     {
  2614.         return $this->privates['.service_locator.KF5oti8'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2615.             'samShoppingService' => ['privates''Insurance\\Service\\SamShoppingService''getSamShoppingServiceService'false],
  2616.             'subscribeRequest' => ['privates''Insurance\\Request\\SubscribeRequest''getSubscribeRequestService'false],
  2617.         ], [
  2618.             'samShoppingService' => 'Insurance\\Service\\SamShoppingService',
  2619.             'subscribeRequest' => 'Insurance\\Request\\SubscribeRequest',
  2620.         ]);
  2621.     }
  2622.     /**
  2623.      * Gets the private '.service_locator.KfbR3DY' shared service.
  2624.      *
  2625.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2626.      */
  2627.     protected function get_ServiceLocator_KfbR3DYService()
  2628.     {
  2629.         return $this->privates['.service_locator.KfbR3DY'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2630.             '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: "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".'],
  2631.         ], [
  2632.             'loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  2633.         ]);
  2634.     }
  2635.     /**
  2636.      * Gets the private '.service_locator.KlaTawF' shared service.
  2637.      *
  2638.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2639.      */
  2640.     protected function get_ServiceLocator_KlaTawFService()
  2641.     {
  2642.         return $this->privates['.service_locator.KlaTawF'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2643.             'http_kernel' => ['services''http_kernel''getHttpKernelService'false],
  2644.             'message_bus' => ['services''messenger.default_bus''getMessenger_DefaultBusService'false],
  2645.             'messenger.default_bus' => ['services''messenger.default_bus''getMessenger_DefaultBusService'false],
  2646.             'parameter_bag' => ['privates''parameter_bag''getParameterBagService'false],
  2647.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  2648.             'router' => ['services''router''getRouterService'false],
  2649.             'serializer' => ['services''.container.private.serializer''get_Container_Private_SerializerService'false],
  2650.             'session' => ['privates''.session.deprecated''get_Session_DeprecatedService'false],
  2651.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  2652.         ], [
  2653.             'http_kernel' => '?',
  2654.             'message_bus' => '?',
  2655.             'messenger.default_bus' => '?',
  2656.             'parameter_bag' => '?',
  2657.             'request_stack' => '?',
  2658.             'router' => '?',
  2659.             'serializer' => '?',
  2660.             'session' => '.session.deprecated',
  2661.             'twig' => '?',
  2662.         ]);
  2663.     }
  2664.     /**
  2665.      * Gets the private '.service_locator.N3Hjuew' shared service.
  2666.      *
  2667.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2668.      */
  2669.     protected function get_ServiceLocator_N3HjuewService()
  2670.     {
  2671.         return $this->privates['.service_locator.N3Hjuew'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2672.             'passwordResetRequest' => ['privates''Insurance\\Request\\PasswordResetRequest''getPasswordResetRequestService'false],
  2673.         ], [
  2674.             'passwordResetRequest' => 'Insurance\\Request\\PasswordResetRequest',
  2675.         ]);
  2676.     }
  2677.     /**
  2678.      * Gets the private '.service_locator.TDfLPAW' shared service.
  2679.      *
  2680.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2681.      */
  2682.     protected function get_ServiceLocator_TDfLPAWService()
  2683.     {
  2684.         return $this->privates['.service_locator.TDfLPAW'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2685.             'samVMPService' => ['privates''Insurance\\Service\\SamVMPService''getSamVMPServiceService'false],
  2686.             'subscribeRequest' => ['privates''Insurance\\Request\\SubscribeRequest''getSubscribeRequestService'false],
  2687.         ], [
  2688.             'samVMPService' => 'Insurance\\Service\\SamVMPService',
  2689.             'subscribeRequest' => 'Insurance\\Request\\SubscribeRequest',
  2690.         ]);
  2691.     }
  2692.     /**
  2693.      * Gets the private '.service_locator._ItTwNG' shared service.
  2694.      *
  2695.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2696.      */
  2697.     protected function get_ServiceLocator_ItTwNGService()
  2698.     {
  2699.         return $this->privates['.service_locator._ItTwNG'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2700.             'samPetService' => ['privates''Insurance\\Service\\SamPetService''getSamPetServiceService'false],
  2701.             'subscribeRequest' => ['privates''Insurance\\Request\\SubscribePetRequest''getSubscribePetRequestService'false],
  2702.         ], [
  2703.             'samPetService' => 'Insurance\\Service\\SamPetService',
  2704.             'subscribeRequest' => 'Insurance\\Request\\SubscribePetRequest',
  2705.         ]);
  2706.     }
  2707.     /**
  2708.      * Gets the private '.service_locator.__wikdC' shared service.
  2709.      *
  2710.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2711.      */
  2712.     protected function get_ServiceLocator_WikdCService()
  2713.     {
  2714.         return $this->privates['.service_locator.__wikdC'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2715.             'samSchoolService' => ['privates''Insurance\\Service\\SamSchoolService''getSamSchoolServiceService'false],
  2716.             'subscribeSchoolRequest' => ['privates''Insurance\\Request\\SubscribeSchoolRequest''getSubscribeSchoolRequestService'false],
  2717.         ], [
  2718.             'samSchoolService' => 'Insurance\\Service\\SamSchoolService',
  2719.             'subscribeSchoolRequest' => 'Insurance\\Request\\SubscribeSchoolRequest',
  2720.         ]);
  2721.     }
  2722.     /**
  2723.      * Gets the private '.service_locator.sSurjHX' shared service.
  2724.      *
  2725.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2726.      */
  2727.     protected function get_ServiceLocator_SSurjHXService()
  2728.     {
  2729.         return $this->privates['.service_locator.sSurjHX'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2730.             'firstConnectionRequest' => ['privates''Insurance\\Request\\FirstConnectionRequest''getFirstConnectionRequestService'false],
  2731.         ], [
  2732.             'firstConnectionRequest' => 'Insurance\\Request\\FirstConnectionRequest',
  2733.         ]);
  2734.     }
  2735.     /**
  2736.      * Gets the private '.session.deprecated' shared service.
  2737.      *
  2738.      * @return \Symfony\Component\HttpFoundation\Session\SessionInterface
  2739.      */
  2740.     protected function get_Session_DeprecatedService()
  2741.     {
  2742.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionInterface.php';
  2743.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Session/DeprecatedSessionFactory.php';
  2744.         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();
  2745.     }
  2746.     /**
  2747.      * Gets the private '.twig.command.debug.lazy' shared service.
  2748.      *
  2749.      * @return \Symfony\Component\Console\Command\LazyCommand
  2750.      */
  2751.     protected function get_Twig_Command_Debug_LazyService()
  2752.     {
  2753.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2754.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2755.         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 {
  2756.             return ($this->privates['twig.command.debug'] ?? $this->getTwig_Command_DebugService());
  2757.         });
  2758.     }
  2759.     /**
  2760.      * Gets the private '.twig.command.lint.lazy' shared service.
  2761.      *
  2762.      * @return \Symfony\Component\Console\Command\LazyCommand
  2763.      */
  2764.     protected function get_Twig_Command_Lint_LazyService()
  2765.     {
  2766.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2767.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2768.         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 {
  2769.             return ($this->privates['twig.command.lint'] ?? $this->getTwig_Command_LintService());
  2770.         });
  2771.     }
  2772.     /**
  2773.      * Gets the private '.var_dumper.command.server_dump.lazy' shared service.
  2774.      *
  2775.      * @return \Symfony\Component\Console\Command\LazyCommand
  2776.      */
  2777.     protected function get_VarDumper_Command_ServerDump_LazyService()
  2778.     {
  2779.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2780.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2781.         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\Component\VarDumper\Command\ServerDumpCommand {
  2782.             return ($this->privates['var_dumper.command.server_dump'] ?? $this->getVarDumper_Command_ServerDumpService());
  2783.         });
  2784.     }
  2785.     /**
  2786.      * Gets the private 'BcaAccount\Repository\BcaAccountRepository' shared autowired service.
  2787.      *
  2788.      * @return \BcaAccount\Repository\BcaAccountRepository
  2789.      */
  2790.     protected function getBcaAccountRepositoryService()
  2791.     {
  2792.         include_once \dirname(__DIR__4).'/src/BcaAccount/Repository/BcaAccountRepositoryInterface.php';
  2793.         include_once \dirname(__DIR__4).'/src/BcaAccount/Repository/BcaAccountRepository.php';
  2794.         return $this->privates['BcaAccount\\Repository\\BcaAccountRepository'] = new \BcaAccount\Repository\BcaAccountRepository(($this->privates['logger_bundle.http_client.account'] ?? $this->getLoggerBundle_HttpClient_AccountService()), ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()));
  2795.     }
  2796.     /**
  2797.      * Gets the private 'BcaRequest\Repository\BcaRequestRepository' shared autowired service.
  2798.      *
  2799.      * @return \BcaRequest\Repository\BcaRequestRepository
  2800.      */
  2801.     protected function getBcaRequestRepositoryService()
  2802.     {
  2803.         include_once \dirname(__DIR__4).'/src/BcaRequest/Repository/BcaRequestRepositoryInterface.php';
  2804.         include_once \dirname(__DIR__4).'/src/BcaRequest/Repository/BcaRequestRepository.php';
  2805.         include_once \dirname(__DIR__4).'/vendor/floa/logger-bundle/src/Client/LoggingHttpClientInterface.php';
  2806.         include_once \dirname(__DIR__4).'/vendor/floa/logger-bundle/src/Client/LoggingHttpClient.php';
  2807.         return $this->privates['BcaRequest\\Repository\\BcaRequestRepository'] = new \BcaRequest\Repository\BcaRequestRepository(new \FLOA\LoggerBundle\Client\LoggingHttpClient(($this->privates['.debug.request.client'] ?? $this->get_Debug_Request_ClientService()), ($this->services['logger_bundle.service'] ?? $this->getLoggerBundle_ServiceService()), ($this->services['logger_bundle.request_id'] ?? ($this->services['logger_bundle.request_id'] = new \FLOA\LoggerBundle\Service\RequestIdService())), 'request'), ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()));
  2808.     }
  2809.     /**
  2810.      * Gets the private 'BorrowerInsurance\Infrastructure\Mailer\ConfirmationMailer' shared autowired service.
  2811.      *
  2812.      * @return \BorrowerInsurance\Infrastructure\Mailer\ConfirmationMailer
  2813.      */
  2814.     protected function getConfirmationMailerService()
  2815.     {
  2816.         include_once \dirname(__DIR__4).'/src/Infrastructure/Mailer/MailerInterface.php';
  2817.         include_once \dirname(__DIR__4).'/src/Infrastructure/Mailer/MailerManager.php';
  2818.         include_once \dirname(__DIR__4).'/src/BorrowerInsurance/Infrastructure/Mailer/AbstractBorrowerInsuranceMailer.php';
  2819.         include_once \dirname(__DIR__4).'/src/BorrowerInsurance/Infrastructure/Mailer/ConfirmationMailer.php';
  2820.         return $this->privates['BorrowerInsurance\\Infrastructure\\Mailer\\ConfirmationMailer'] = new \BorrowerInsurance\Infrastructure\Mailer\ConfirmationMailer(($this->privates['mailer.mailer'] ?? $this->getMailer_MailerService()), $this->getEnv('CLIENT_HOST'));
  2821.     }
  2822.     /**
  2823.      * Gets the private 'BorrowerInsurance\Infrastructure\Query\FindDemandQuery' shared autowired service.
  2824.      *
  2825.      * @return \BorrowerInsurance\Infrastructure\Query\FindDemandQuery
  2826.      */
  2827.     protected function getFindDemandQueryService()
  2828.     {
  2829.         include_once \dirname(__DIR__4).'/src/BorrowerInsurance/Domain/Query/FindDemandQueryInterface.php';
  2830.         include_once \dirname(__DIR__4).'/src/BorrowerInsurance/Infrastructure/Query/FindDemandQuery.php';
  2831.         return $this->privates['BorrowerInsurance\\Infrastructure\\Query\\FindDemandQuery'] = new \BorrowerInsurance\Infrastructure\Query\FindDemandQuery(($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService()));
  2832.     }
  2833.     /**
  2834.      * Gets the private 'BorrowerInsurance\Infrastructure\Query\GetContractFromDemandQuery' shared autowired service.
  2835.      *
  2836.      * @return \BorrowerInsurance\Infrastructure\Query\GetContractFromDemandQuery
  2837.      */
  2838.     protected function getGetContractFromDemandQueryService()
  2839.     {
  2840.         include_once \dirname(__DIR__4).'/src/BorrowerInsurance/Domain/Query/GetContractFromDemandQueryInterface.php';
  2841.         include_once \dirname(__DIR__4).'/src/BorrowerInsurance/Infrastructure/Query/GetContractFromDemandQuery.php';
  2842.         return $this->privates['BorrowerInsurance\\Infrastructure\\Query\\GetContractFromDemandQuery'] = new \BorrowerInsurance\Infrastructure\Query\GetContractFromDemandQuery(($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()));
  2843.     }
  2844.     /**
  2845.      * Gets the private 'BorrowerInsurance\Infrastructure\Repository\DemandRepository' shared autowired service.
  2846.      *
  2847.      * @return \BorrowerInsurance\Infrastructure\Repository\DemandRepository
  2848.      */
  2849.     protected function getDemandRepository2Service()
  2850.     {
  2851.         include_once \dirname(__DIR__4).'/src/BorrowerInsurance/Domain/Repository/DemandRepositoryInterface.php';
  2852.         include_once \dirname(__DIR__4).'/src/BorrowerInsurance/Infrastructure/Repository/DemandRepository.php';
  2853.         return $this->privates['BorrowerInsurance\\Infrastructure\\Repository\\DemandRepository'] = new \BorrowerInsurance\Infrastructure\Repository\DemandRepository(($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService()), ($this->privates['BorrowerInsurance\\Infrastructure\\Query\\GetContractFromDemandQuery'] ?? $this->getGetContractFromDemandQueryService()));
  2854.     }
  2855.     /**
  2856.      * Gets the private 'BorrowerInsurance\Infrastructure\Repository\ProofRepository' shared autowired service.
  2857.      *
  2858.      * @return \BorrowerInsurance\Infrastructure\Repository\ProofRepository
  2859.      */
  2860.     protected function getProofRepository2Service()
  2861.     {
  2862.         include_once \dirname(__DIR__4).'/src/BorrowerInsurance/Domain/Repository/ProofRepositoryInterface.php';
  2863.         include_once \dirname(__DIR__4).'/src/BorrowerInsurance/Infrastructure/Repository/ProofRepository.php';
  2864.         include_once \dirname(__DIR__4).'/src/BorrowerInsurance/Domain/Builder/ContractFieldsBuilder.php';
  2865.         include_once \dirname(__DIR__4).'/src/BorrowerInsurance/Domain/Query/CustomerGetAgeQueryInterface.php';
  2866.         include_once \dirname(__DIR__4).'/src/BorrowerInsurance/Infrastructure/Query/CustomerGetAgeQuery.php';
  2867.         return $this->privates['BorrowerInsurance\\Infrastructure\\Repository\\ProofRepository'] = new \BorrowerInsurance\Infrastructure\Repository\ProofRepository(new \BorrowerInsurance\Domain\Builder\ContractFieldsBuilder(($this->privates['BorrowerInsurance\\Infrastructure\\Query\\CustomerGetAgeQuery'] ?? ($this->privates['BorrowerInsurance\\Infrastructure\\Query\\CustomerGetAgeQuery'] = new \BorrowerInsurance\Infrastructure\Query\CustomerGetAgeQuery()))), ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService()));
  2868.     }
  2869.     /**
  2870.      * Gets the private 'Demand\Repository\DemandRepository' shared autowired service.
  2871.      *
  2872.      * @return \Demand\Repository\DemandRepository
  2873.      */
  2874.     protected function getDemandRepositoryService()
  2875.     {
  2876.         include_once \dirname(__DIR__4).'/src/Demand/Repository/DemandRepositoryInterface.php';
  2877.         include_once \dirname(__DIR__4).'/src/Demand/Repository/DemandRepository.php';
  2878.         include_once \dirname(__DIR__4).'/vendor/floa/logger-bundle/src/Client/LoggingHttpClientInterface.php';
  2879.         include_once \dirname(__DIR__4).'/vendor/floa/logger-bundle/src/Client/LoggingHttpClient.php';
  2880.         return $this->privates['Demand\\Repository\\DemandRepository'] = new \Demand\Repository\DemandRepository(new \FLOA\LoggerBundle\Client\LoggingHttpClient(($this->privates['.debug.demand.client'] ?? $this->get_Debug_Demand_ClientService()), ($this->services['logger_bundle.service'] ?? $this->getLoggerBundle_ServiceService()), ($this->services['logger_bundle.request_id'] ?? ($this->services['logger_bundle.request_id'] = new \FLOA\LoggerBundle\Service\RequestIdService())), 'demand'), ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()));
  2881.     }
  2882.     /**
  2883.      * Gets the private 'FLOA\LoggerBundle\EventListener\ExceptionListener' shared autowired service.
  2884.      *
  2885.      * @return \FLOA\LoggerBundle\EventListener\ExceptionListener
  2886.      */
  2887.     protected function getExceptionListenerService()
  2888.     {
  2889.         include_once \dirname(__DIR__4).'/vendor/floa/logger-bundle/src/EventListener/ExceptionListener.php';
  2890.         return $this->privates['FLOA\\LoggerBundle\\EventListener\\ExceptionListener'] = new \FLOA\LoggerBundle\EventListener\ExceptionListener(($this->services['logger_bundle.service'] ?? $this->getLoggerBundle_ServiceService()));
  2891.     }
  2892.     /**
  2893.      * Gets the private 'FLOA\LoggerBundle\EventListener\RequestListener' shared autowired service.
  2894.      *
  2895.      * @return \FLOA\LoggerBundle\EventListener\RequestListener
  2896.      */
  2897.     protected function getRequestListenerService()
  2898.     {
  2899.         return $this->privates['FLOA\\LoggerBundle\\EventListener\\RequestListener'] = new \FLOA\LoggerBundle\EventListener\RequestListener(($this->services['logger_bundle.request_id'] ?? ($this->services['logger_bundle.request_id'] = new \FLOA\LoggerBundle\Service\RequestIdService())), ($this->services['logger_bundle.extra_data'] ?? $this->getLoggerBundle_ExtraDataService()), ($this->services['logger_bundle.service'] ?? $this->getLoggerBundle_ServiceService()));
  2900.     }
  2901.     /**
  2902.      * Gets the private 'FLOA\LoggerBundle\EventListener\ResponseListener' shared autowired service.
  2903.      *
  2904.      * @return \FLOA\LoggerBundle\EventListener\ResponseListener
  2905.      */
  2906.     protected function getResponseListenerService()
  2907.     {
  2908.         return $this->privates['FLOA\\LoggerBundle\\EventListener\\ResponseListener'] = new \FLOA\LoggerBundle\EventListener\ResponseListener(($this->services['logger_bundle.request_id'] ?? ($this->services['logger_bundle.request_id'] = new \FLOA\LoggerBundle\Service\RequestIdService())), ($this->services['FLOA\\LoggerBundle\\Service\\FormattingDataService'] ?? ($this->services['FLOA\\LoggerBundle\\Service\\FormattingDataService'] = new \FLOA\LoggerBundle\Service\FormattingDataService(NULL))), ($this->services['logger_bundle.service'] ?? $this->getLoggerBundle_ServiceService()));
  2909.     }
  2910.     /**
  2911.      * Gets the private 'Insurance\EventSubscriber\InsuranceSubscriber' shared autowired service.
  2912.      *
  2913.      * @return \Insurance\EventSubscriber\InsuranceSubscriber
  2914.      */
  2915.     protected function getInsuranceSubscriberService()
  2916.     {
  2917.         $a = ($this->privates['Insurance\\Service\\BcaRequestService'] ?? $this->getBcaRequestServiceService());
  2918.         if (isset($this->privates['Insurance\\EventSubscriber\\InsuranceSubscriber'])) {
  2919.             return $this->privates['Insurance\\EventSubscriber\\InsuranceSubscriber'];
  2920.         }
  2921.         return $this->privates['Insurance\\EventSubscriber\\InsuranceSubscriber'] = new \Insurance\EventSubscriber\InsuranceSubscriber($a);
  2922.     }
  2923.     /**
  2924.      * Gets the private 'Insurance\Model\User' shared autowired service.
  2925.      *
  2926.      * @return \Insurance\Model\User
  2927.      */
  2928.     protected function getUserService()
  2929.     {
  2930.         include_once \dirname(__DIR__4).'/src/Insurance/Model/User.php';
  2931.         return $this->privates['Insurance\\Model\\User'] = new \Insurance\Model\User();
  2932.     }
  2933.     /**
  2934.      * Gets the private 'Insurance\Request\FirstConnectionRequest' shared autowired service.
  2935.      *
  2936.      * @return \Insurance\Request\FirstConnectionRequest
  2937.      */
  2938.     protected function getFirstConnectionRequestService()
  2939.     {
  2940.         include_once \dirname(__DIR__4).'/src/Insurance/Request/FirstConnectionRequest.php';
  2941.         return $this->privates['Insurance\\Request\\FirstConnectionRequest'] = new \Insurance\Request\FirstConnectionRequest();
  2942.     }
  2943.     /**
  2944.      * Gets the private 'Insurance\Request\PasswordResetRequest' shared autowired service.
  2945.      *
  2946.      * @return \Insurance\Request\PasswordResetRequest
  2947.      */
  2948.     protected function getPasswordResetRequestService()
  2949.     {
  2950.         include_once \dirname(__DIR__4).'/src/Insurance/Request/PasswordResetRequest.php';
  2951.         return $this->privates['Insurance\\Request\\PasswordResetRequest'] = new \Insurance\Request\PasswordResetRequest();
  2952.     }
  2953.     /**
  2954.      * Gets the private 'Insurance\Request\PostLoginRequest' shared autowired service.
  2955.      *
  2956.      * @return \Insurance\Request\PostLoginRequest
  2957.      */
  2958.     protected function getPostLoginRequestService()
  2959.     {
  2960.         include_once \dirname(__DIR__4).'/src/Insurance/Request/PostLoginRequest.php';
  2961.         return $this->privates['Insurance\\Request\\PostLoginRequest'] = new \Insurance\Request\PostLoginRequest();
  2962.     }
  2963.     /**
  2964.      * Gets the private 'Insurance\Request\SubscribePetRequest' shared autowired service.
  2965.      *
  2966.      * @return \Insurance\Request\SubscribePetRequest
  2967.      */
  2968.     protected function getSubscribePetRequestService()
  2969.     {
  2970.         include_once \dirname(__DIR__4).'/src/Insurance/Request/SubscribeRequest.php';
  2971.         include_once \dirname(__DIR__4).'/src/Insurance/Request/SubscribePetRequest.php';
  2972.         return $this->privates['Insurance\\Request\\SubscribePetRequest'] = new \Insurance\Request\SubscribePetRequest();
  2973.     }
  2974.     /**
  2975.      * Gets the private 'Insurance\Request\SubscribeRequest' shared autowired service.
  2976.      *
  2977.      * @return \Insurance\Request\SubscribeRequest
  2978.      */
  2979.     protected function getSubscribeRequestService()
  2980.     {
  2981.         include_once \dirname(__DIR__4).'/src/Insurance/Request/SubscribeRequest.php';
  2982.         return $this->privates['Insurance\\Request\\SubscribeRequest'] = new \Insurance\Request\SubscribeRequest();
  2983.     }
  2984.     /**
  2985.      * Gets the private 'Insurance\Request\SubscribeSchoolRequest' shared autowired service.
  2986.      *
  2987.      * @return \Insurance\Request\SubscribeSchoolRequest
  2988.      */
  2989.     protected function getSubscribeSchoolRequestService()
  2990.     {
  2991.         include_once \dirname(__DIR__4).'/src/Insurance/Request/SubscribeRequest.php';
  2992.         include_once \dirname(__DIR__4).'/src/Insurance/Request/SubscribeSchoolRequest.php';
  2993.         return $this->privates['Insurance\\Request\\SubscribeSchoolRequest'] = new \Insurance\Request\SubscribeSchoolRequest();
  2994.     }
  2995.     /**
  2996.      * Gets the private 'Insurance\Service\BcaRequestService' shared autowired service.
  2997.      *
  2998.      * @return \Insurance\Service\BcaRequestService
  2999.      */
  3000.     protected function getBcaRequestServiceService()
  3001.     {
  3002.         $a = ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService());
  3003.         if (isset($this->privates['Insurance\\Service\\BcaRequestService'])) {
  3004.             return $this->privates['Insurance\\Service\\BcaRequestService'];
  3005.         }
  3006.         return $this->privates['Insurance\\Service\\BcaRequestService'] = new \Insurance\Service\BcaRequestService($a);
  3007.     }
  3008.     /**
  3009.      * Gets the private 'Insurance\Service\PricingService' shared autowired service.
  3010.      *
  3011.      * @return \Insurance\Service\PricingService
  3012.      */
  3013.     protected function getPricingServiceService()
  3014.     {
  3015.         include_once \dirname(__DIR__4).'/src/Insurance/Service/PricingService.php';
  3016.         $a = ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService());
  3017.         if (isset($this->privates['Insurance\\Service\\PricingService'])) {
  3018.             return $this->privates['Insurance\\Service\\PricingService'];
  3019.         }
  3020.         return $this->privates['Insurance\\Service\\PricingService'] = new \Insurance\Service\PricingService($a$this->getParameter('popscodeIds'));
  3021.     }
  3022.     /**
  3023.      * Gets the private 'Insurance\Service\SamPetService' shared autowired service.
  3024.      *
  3025.      * @return \Insurance\Service\SamPetService
  3026.      */
  3027.     protected function getSamPetServiceService()
  3028.     {
  3029.         include_once \dirname(__DIR__4).'/src/Insurance/Service/AbstractSamService.php';
  3030.         include_once \dirname(__DIR__4).'/src/Insurance/Service/SamPetService.php';
  3031.         $a = ($this->privates['Insurance\\Service\\PricingService'] ?? $this->getPricingServiceService());
  3032.         if (isset($this->privates['Insurance\\Service\\SamPetService'])) {
  3033.             return $this->privates['Insurance\\Service\\SamPetService'];
  3034.         }
  3035.         return $this->privates['Insurance\\Service\\SamPetService'] = new \Insurance\Service\SamPetService(($this->privates['insurance.repository'] ?? $this->getInsurance_RepositoryService()), $a, ($this->services['jms_serializer'] ?? $this->getJmsSerializerService()), $this->getEnv('SAM_API_LOGIN'), $this->getEnv('SAM_API_PASSWORD'), $this->getEnv('SAM_BANK_CODE'), $this->getEnv('SAM_CHANNEL'), $this->getEnv('SAM_STANDALONE_SITE'));
  3036.     }
  3037.     /**
  3038.      * Gets the private 'Insurance\Service\SamSchoolService' shared autowired service.
  3039.      *
  3040.      * @return \Insurance\Service\SamSchoolService
  3041.      */
  3042.     protected function getSamSchoolServiceService()
  3043.     {
  3044.         include_once \dirname(__DIR__4).'/src/Insurance/Service/AbstractSamService.php';
  3045.         include_once \dirname(__DIR__4).'/src/Insurance/Service/SamSchoolService.php';
  3046.         return $this->privates['Insurance\\Service\\SamSchoolService'] = new \Insurance\Service\SamSchoolService(($this->privates['Insurance\\Service\\PricingService'] ?? $this->getPricingServiceService()), ($this->privates['insurance.repository'] ?? $this->getInsurance_RepositoryService()), ($this->services['jms_serializer'] ?? $this->getJmsSerializerService()), $this->getEnv('SAM_API_LOGIN'), $this->getEnv('SAM_API_PASSWORD'), $this->getEnv('SAM_BANK_CODE'), $this->getEnv('SAM_CHANNEL'), $this->getEnv('SAM_STANDALONE_SITE'));
  3047.     }
  3048.     /**
  3049.      * Gets the private 'Insurance\Service\SamShoppingService' shared autowired service.
  3050.      *
  3051.      * @return \Insurance\Service\SamShoppingService
  3052.      */
  3053.     protected function getSamShoppingServiceService()
  3054.     {
  3055.         include_once \dirname(__DIR__4).'/src/Insurance/Service/AbstractSamService.php';
  3056.         include_once \dirname(__DIR__4).'/src/Insurance/Service/SamShoppingService.php';
  3057.         return $this->privates['Insurance\\Service\\SamShoppingService'] = new \Insurance\Service\SamShoppingService(($this->privates['insurance.repository'] ?? $this->getInsurance_RepositoryService()), ($this->privates['Insurance\\Service\\PricingService'] ?? $this->getPricingServiceService()), ($this->services['jms_serializer'] ?? $this->getJmsSerializerService()), $this->getEnv('SAM_API_LOGIN'), $this->getEnv('SAM_API_PASSWORD'), $this->getEnv('SAM_BANK_CODE'), $this->getEnv('SAM_CHANNEL'), $this->getEnv('SAM_STANDALONE_SITE'));
  3058.     }
  3059.     /**
  3060.      * Gets the private 'Insurance\Service\SamVMPService' shared autowired service.
  3061.      *
  3062.      * @return \Insurance\Service\SamVMPService
  3063.      */
  3064.     protected function getSamVMPServiceService()
  3065.     {
  3066.         include_once \dirname(__DIR__4).'/src/Insurance/Service/AbstractSamService.php';
  3067.         include_once \dirname(__DIR__4).'/src/Insurance/Service/SamVMPService.php';
  3068.         return $this->privates['Insurance\\Service\\SamVMPService'] = new \Insurance\Service\SamVMPService(($this->privates['insurance.repository'] ?? $this->getInsurance_RepositoryService()), ($this->privates['Insurance\\Service\\PricingService'] ?? $this->getPricingServiceService()), ($this->services['jms_serializer'] ?? $this->getJmsSerializerService()), $this->getEnv('SAM_API_LOGIN'), $this->getEnv('SAM_API_PASSWORD'), $this->getEnv('SAM_BANK_CODE'), $this->getEnv('SAM_CHANNEL'), $this->getEnv('SAM_STANDALONE_SITE'));
  3069.     }
  3070.     /**
  3071.      * Gets the private 'Proof\Repository\ProofRepository' shared autowired service.
  3072.      *
  3073.      * @return \Proof\Repository\ProofRepository
  3074.      */
  3075.     protected function getProofRepositoryService()
  3076.     {
  3077.         include_once \dirname(__DIR__4).'/src/Proof/Repository/ProofRepositoryInterface.php';
  3078.         include_once \dirname(__DIR__4).'/src/Proof/Repository/ProofRepository.php';
  3079.         include_once \dirname(__DIR__4).'/vendor/floa/logger-bundle/src/Client/LoggingHttpClientInterface.php';
  3080.         include_once \dirname(__DIR__4).'/vendor/floa/logger-bundle/src/Client/LoggingHttpClient.php';
  3081.         $a = ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService());
  3082.         return $this->privates['Proof\\Repository\\ProofRepository'] = new \Proof\Repository\ProofRepository(new \FLOA\LoggerBundle\Client\LoggingHttpClient(($this->privates['.debug.proof.client'] ?? $this->get_Debug_Proof_ClientService()), ($this->services['logger_bundle.service'] ?? $this->getLoggerBundle_ServiceService()), ($this->services['logger_bundle.request_id'] ?? ($this->services['logger_bundle.request_id'] = new \FLOA\LoggerBundle\Service\RequestIdService())), 'proof'), $a$a);
  3083.     }
  3084.     /**
  3085.      * Gets the private 'Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener' shared service.
  3086.      *
  3087.      * @return \Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener
  3088.      */
  3089.     protected function getResetAssetsEventListenerService()
  3090.     {
  3091.         return $this->privates['Symfony\\WebpackEncoreBundle\\EventListener\\ResetAssetsEventListener'] = new \Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener(($this->privates['webpack_encore.entrypoint_lookup_collection'] ?? $this->getWebpackEncore_EntrypointLookupCollectionService()), [=> '_default']);
  3092.     }
  3093.     /**
  3094.      * Gets the private 'Uncap\Mailer\ConfirmationMailer' shared service.
  3095.      *
  3096.      * @return \Uncap\Mailer\ConfirmationMailer
  3097.      */
  3098.     protected function getConfirmationMailer2Service()
  3099.     {
  3100.         include_once \dirname(__DIR__4).'/src/Infrastructure/Mailer/MailerInterface.php';
  3101.         include_once \dirname(__DIR__4).'/src/Infrastructure/Mailer/MailerManager.php';
  3102.         include_once \dirname(__DIR__4).'/src/Uncap/Mailer/AbstractUncapMailer.php';
  3103.         include_once \dirname(__DIR__4).'/src/Uncap/Mailer/ConfirmationMailer.php';
  3104.         $a = ($this->privates['mailer.mailer'] ?? $this->getMailer_MailerService());
  3105.         if (isset($this->privates['Uncap\\Mailer\\ConfirmationMailer'])) {
  3106.             return $this->privates['Uncap\\Mailer\\ConfirmationMailer'];
  3107.         }
  3108.         return $this->privates['Uncap\\Mailer\\ConfirmationMailer'] = new \Uncap\Mailer\ConfirmationMailer($a$this->getEnv('CLIENT_HOST'));
  3109.     }
  3110.     /**
  3111.      * Gets the private 'Uncap\Mailer\RefusalMailer' shared service.
  3112.      *
  3113.      * @return \Uncap\Mailer\RefusalMailer
  3114.      */
  3115.     protected function getRefusalMailerService()
  3116.     {
  3117.         include_once \dirname(__DIR__4).'/src/Infrastructure/Mailer/MailerInterface.php';
  3118.         include_once \dirname(__DIR__4).'/src/Infrastructure/Mailer/MailerManager.php';
  3119.         include_once \dirname(__DIR__4).'/src/Uncap/Mailer/AbstractUncapMailer.php';
  3120.         include_once \dirname(__DIR__4).'/src/Uncap/Mailer/RefusalMailer.php';
  3121.         $a = ($this->privates['mailer.mailer'] ?? $this->getMailer_MailerService());
  3122.         if (isset($this->privates['Uncap\\Mailer\\RefusalMailer'])) {
  3123.             return $this->privates['Uncap\\Mailer\\RefusalMailer'];
  3124.         }
  3125.         return $this->privates['Uncap\\Mailer\\RefusalMailer'] = new \Uncap\Mailer\RefusalMailer($a$this->getEnv('CLIENT_HOST'));
  3126.     }
  3127.     /**
  3128.      * Gets the private 'Uncap\Mailer\ValidationMailer' shared service.
  3129.      *
  3130.      * @return \Uncap\Mailer\ValidationMailer
  3131.      */
  3132.     protected function getValidationMailerService()
  3133.     {
  3134.         include_once \dirname(__DIR__4).'/src/Infrastructure/Mailer/MailerInterface.php';
  3135.         include_once \dirname(__DIR__4).'/src/Infrastructure/Mailer/MailerManager.php';
  3136.         include_once \dirname(__DIR__4).'/src/Uncap/Mailer/AbstractUncapMailer.php';
  3137.         include_once \dirname(__DIR__4).'/src/Uncap/Mailer/ValidationMailer.php';
  3138.         $a = ($this->privates['mailer.mailer'] ?? $this->getMailer_MailerService());
  3139.         if (isset($this->privates['Uncap\\Mailer\\ValidationMailer'])) {
  3140.             return $this->privates['Uncap\\Mailer\\ValidationMailer'];
  3141.         }
  3142.         return $this->privates['Uncap\\Mailer\\ValidationMailer'] = new \Uncap\Mailer\ValidationMailer($a$this->getEnv('CLIENT_HOST'));
  3143.     }
  3144.     /**
  3145.      * Gets the private 'Uncap\Manager\FinalizationUncapManager' shared autowired service.
  3146.      *
  3147.      * @return \Uncap\Manager\FinalizationUncapManager
  3148.      */
  3149.     protected function getFinalizationUncapManagerService()
  3150.     {
  3151.         include_once \dirname(__DIR__4).'/src/Uncap/Manager/Traits/GetDemandTrait.php';
  3152.         include_once \dirname(__DIR__4).'/src/Uncap/Manager/Traits/ExtractContractFromDemandFilesTrait.php';
  3153.         include_once \dirname(__DIR__4).'/src/Uncap/Manager/Traits/ExtractMainCustomerTrait.php';
  3154.         include_once \dirname(__DIR__4).'/src/Uncap/Manager/FinalizationUncapManager.php';
  3155.         include_once \dirname(__DIR__4).'/vendor/dotsafe/hermes/src/Client.php';
  3156.         include_once \dirname(__DIR__4).'/vendor/guzzlehttp/guzzle/src/ClientInterface.php';
  3157.         include_once \dirname(__DIR__4).'/vendor/guzzlehttp/guzzle/src/Client.php';
  3158.         $a = ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService());
  3159.         if (isset($this->privates['Uncap\\Manager\\FinalizationUncapManager'])) {
  3160.             return $this->privates['Uncap\\Manager\\FinalizationUncapManager'];
  3161.         }
  3162.         $b = ($this->privates['uncap.mailer.locator'] ?? $this->getUncap_Mailer_LocatorService());
  3163.         if (isset($this->privates['Uncap\\Manager\\FinalizationUncapManager'])) {
  3164.             return $this->privates['Uncap\\Manager\\FinalizationUncapManager'];
  3165.         }
  3166.         $c = ($this->services['logger_bundle.app_logger'] ?? $this->getLoggerBundle_AppLoggerService());
  3167.         return $this->privates['Uncap\\Manager\\FinalizationUncapManager'] = new \Uncap\Manager\FinalizationUncapManager($a, ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), $b, ($this->privates['download.client.api'] ?? ($this->privates['download.client.api'] = new \GuzzleHttp\Client())), new \Hermes\Client($this->getEnv('resolve:HERMES_CLIENT_URL'), $this->getEnv('resolve:HERMES_CLIENT_KEY'), $c), $c);
  3168.     }
  3169.     /**
  3170.      * Gets the private 'Uncap\Manager\GetContractManager' shared autowired service.
  3171.      *
  3172.      * @return \Uncap\Manager\GetContractManager
  3173.      */
  3174.     protected function getGetContractManagerService()
  3175.     {
  3176.         include_once \dirname(__DIR__4).'/src/Uncap/Manager/Traits/GetDemandTrait.php';
  3177.         include_once \dirname(__DIR__4).'/src/Uncap/Manager/Traits/ExtractContractFromDemandFilesTrait.php';
  3178.         include_once \dirname(__DIR__4).'/src/Uncap/Manager/GetContractManager.php';
  3179.         include_once \dirname(__DIR__4).'/vendor/guzzlehttp/guzzle/src/ClientInterface.php';
  3180.         include_once \dirname(__DIR__4).'/vendor/guzzlehttp/guzzle/src/Client.php';
  3181.         return $this->privates['Uncap\\Manager\\GetContractManager'] = new \Uncap\Manager\GetContractManager(($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService()), ($this->privates['download.client.api'] ?? ($this->privates['download.client.api'] = new \GuzzleHttp\Client())));
  3182.     }
  3183.     /**
  3184.      * Gets the private 'annotations.cache_adapter' shared service.
  3185.      *
  3186.      * @return \Symfony\Component\Cache\Adapter\PhpArrayAdapter
  3187.      */
  3188.     protected function getAnnotations_CacheAdapterService()
  3189.     {
  3190.         return \Symfony\Component\Cache\Adapter\PhpArrayAdapter::create(($this->targetDir.''.'/annotations.php'), ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  3191.     }
  3192.     /**
  3193.      * Gets the private 'annotations.cache_warmer' shared service.
  3194.      *
  3195.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\AnnotationsCacheWarmer
  3196.      */
  3197.     protected function getAnnotations_CacheWarmerService()
  3198.     {
  3199.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  3200.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  3201.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AnnotationsCacheWarmer.php';
  3202.         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);
  3203.     }
  3204.     /**
  3205.      * Gets the private 'annotations.cached_reader' shared service.
  3206.      *
  3207.      * @return \Doctrine\Common\Annotations\PsrCachedReader
  3208.      */
  3209.     protected function getAnnotations_CachedReaderService()
  3210.     {
  3211.         return $this->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\PsrCachedReader(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), $this->getAnnotations_CacheAdapterService(), true);
  3212.     }
  3213.     /**
  3214.      * Gets the private 'annotations.reader' shared service.
  3215.      *
  3216.      * @return \Doctrine\Common\Annotations\AnnotationReader
  3217.      */
  3218.     protected function getAnnotations_ReaderService()
  3219.     {
  3220.         $this->privates['annotations.reader'] = $instance = new \Doctrine\Common\Annotations\AnnotationReader();
  3221.         $a = new \Doctrine\Common\Annotations\AnnotationRegistry();
  3222.         $a->registerUniqueLoader('class_exists');
  3223.         $instance->addGlobalIgnoredName('required'$a);
  3224.         return $instance;
  3225.     }
  3226.     /**
  3227.      * Gets the private 'assets.packages' shared service.
  3228.      *
  3229.      * @return \Symfony\Component\Asset\Packages
  3230.      */
  3231.     protected function getAssets_PackagesService()
  3232.     {
  3233.         $a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  3234.         return $this->privates['assets.packages'] = new \Symfony\Component\Asset\Packages(new \Symfony\Component\Asset\PathPackage('', new \Symfony\Component\Asset\VersionStrategy\JsonManifestVersionStrategy((\dirname(__DIR__4).'/public/build/manifest.json'), ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), false), 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 () {
  3235.             return new \EmptyIterator();
  3236.         }, 0));
  3237.     }
  3238.     /**
  3239.      * Gets the private 'cache.annotations' shared service.
  3240.      *
  3241.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3242.      */
  3243.     protected function getCache_AnnotationsService()
  3244.     {
  3245.         return $this->privates['cache.annotations'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('gUGDL1hH4T'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  3246.     }
  3247.     /**
  3248.      * Gets the private 'cache.messenger.restart_workers_signal' shared service.
  3249.      *
  3250.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3251.      */
  3252.     protected function getCache_Messenger_RestartWorkersSignalService()
  3253.     {
  3254.         $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('BOuR1+HvML'0, ($this->targetDir.''.'/pools/app'), ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue))));
  3255.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  3256.         return $this->privates['cache.messenger.restart_workers_signal'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  3257.     }
  3258.     /**
  3259.      * Gets the private 'cache.property_info' shared service.
  3260.      *
  3261.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3262.      */
  3263.     protected function getCache_PropertyInfoService()
  3264.     {
  3265.         return $this->privates['cache.property_info'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('aoTSJWAE7E'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  3266.     }
  3267.     /**
  3268.      * Gets the private 'cache.serializer' shared service.
  3269.      *
  3270.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3271.      */
  3272.     protected function getCache_SerializerService()
  3273.     {
  3274.         return $this->privates['cache.serializer'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('NGaWA8Rt3h'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  3275.     }
  3276.     /**
  3277.      * Gets the private 'cache.validator' shared service.
  3278.      *
  3279.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3280.      */
  3281.     protected function getCache_ValidatorService()
  3282.     {
  3283.         return $this->privates['cache.validator'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('n3Kt0k6W-p'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  3284.     }
  3285.     /**
  3286.      * Gets the private 'cache.webpack_encore' shared service.
  3287.      *
  3288.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3289.      */
  3290.     protected function getCache_WebpackEncoreService()
  3291.     {
  3292.         return $this->privates['cache.webpack_encore'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('HdHNWFX-6D'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  3293.     }
  3294.     /**
  3295.      * Gets the private 'cache_pool_clearer.cache_warmer' shared service.
  3296.      *
  3297.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\CachePoolClearerCacheWarmer
  3298.      */
  3299.     protected function getCachePoolClearer_CacheWarmerService()
  3300.     {
  3301.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  3302.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/CachePoolClearerCacheWarmer.php';
  3303.         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']);
  3304.     }
  3305.     /**
  3306.      * Gets the private 'config_builder.warmer' shared service.
  3307.      *
  3308.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\ConfigBuilderCacheWarmer
  3309.      */
  3310.     protected function getConfigBuilder_WarmerService()
  3311.     {
  3312.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  3313.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/ConfigBuilderCacheWarmer.php';
  3314.         return $this->privates['config_builder.warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\ConfigBuilderCacheWarmer(($this->services['kernel'] ?? $this->get('kernel'1)), ($this->services['logger_bundle.app_logger'] ?? $this->getLoggerBundle_AppLoggerService()));
  3315.     }
  3316.     /**
  3317.      * Gets the private 'console.command.about' shared service.
  3318.      *
  3319.      * @return \Symfony\Bundle\FrameworkBundle\Command\AboutCommand
  3320.      */
  3321.     protected function getConsole_Command_AboutService()
  3322.     {
  3323.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3324.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AboutCommand.php';
  3325.         $this->privates['console.command.about'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\AboutCommand();
  3326.         $instance->setName('about');
  3327.         $instance->setDescription('Display information about the current project');
  3328.         return $instance;
  3329.     }
  3330.     /**
  3331.      * Gets the private 'console.command.assets_install' shared service.
  3332.      *
  3333.      * @return \Symfony\Bundle\FrameworkBundle\Command\AssetsInstallCommand
  3334.      */
  3335.     protected function getConsole_Command_AssetsInstallService()
  3336.     {
  3337.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3338.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AssetsInstallCommand.php';
  3339.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  3340.         $this->privates['console.command.assets_install'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\AssetsInstallCommand(($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), \dirname(__DIR__4));
  3341.         $instance->setName('assets:install');
  3342.         $instance->setDescription('Install bundle\'s web assets under a public directory');
  3343.         return $instance;
  3344.     }
  3345.     /**
  3346.      * Gets the private 'console.command.cache_clear' shared service.
  3347.      *
  3348.      * @return \Symfony\Bundle\FrameworkBundle\Command\CacheClearCommand
  3349.      */
  3350.     protected function getConsole_Command_CacheClearService()
  3351.     {
  3352.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3353.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CacheClearCommand.php';
  3354.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  3355.         $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())));
  3356.         $instance->setName('cache:clear');
  3357.         $instance->setDescription('Clear the cache');
  3358.         return $instance;
  3359.     }
  3360.     /**
  3361.      * Gets the private 'console.command.cache_pool_clear' shared service.
  3362.      *
  3363.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolClearCommand
  3364.      */
  3365.     protected function getConsole_Command_CachePoolClearService()
  3366.     {
  3367.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3368.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolClearCommand.php';
  3369.         $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.validator_expression_language'=> 'cache.webpack_encore']);
  3370.         $instance->setName('cache:pool:clear');
  3371.         $instance->setDescription('Clear cache pools');
  3372.         return $instance;
  3373.     }
  3374.     /**
  3375.      * Gets the private 'console.command.cache_pool_delete' shared service.
  3376.      *
  3377.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolDeleteCommand
  3378.      */
  3379.     protected function getConsole_Command_CachePoolDeleteService()
  3380.     {
  3381.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3382.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolDeleteCommand.php';
  3383.         $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.validator_expression_language'=> 'cache.webpack_encore']);
  3384.         $instance->setName('cache:pool:delete');
  3385.         $instance->setDescription('Delete an item from a cache pool');
  3386.         return $instance;
  3387.     }
  3388.     /**
  3389.      * Gets the private 'console.command.cache_pool_list' shared service.
  3390.      *
  3391.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolListCommand
  3392.      */
  3393.     protected function getConsole_Command_CachePoolListService()
  3394.     {
  3395.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3396.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolListCommand.php';
  3397.         $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.validator_expression_language'=> 'cache.webpack_encore']);
  3398.         $instance->setName('cache:pool:list');
  3399.         $instance->setDescription('List available cache pools');
  3400.         return $instance;
  3401.     }
  3402.     /**
  3403.      * Gets the private 'console.command.cache_pool_prune' shared service.
  3404.      *
  3405.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolPruneCommand
  3406.      */
  3407.     protected function getConsole_Command_CachePoolPruneService()
  3408.     {
  3409.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3410.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolPruneCommand.php';
  3411.         $this->privates['console.command.cache_pool_prune'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolPruneCommand(new RewindableGenerator(function () {
  3412.             yield 'cache.app' => ($this->services['cache.app'] ?? $this->getCache_AppService());
  3413.             yield 'cache.system' => ($this->services['cache.system'] ?? $this->getCache_SystemService());
  3414.             yield 'cache.validator' => ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService());
  3415.             yield 'cache.serializer' => ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService());
  3416.             yield 'cache.annotations' => ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService());
  3417.             yield 'cache.property_info' => ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService());
  3418.             yield 'cache.messenger.restart_workers_signal' => ($this->privates['cache.messenger.restart_workers_signal'] ?? $this->getCache_Messenger_RestartWorkersSignalService());
  3419.             yield 'cache.validator_expression_language' => ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService());
  3420.             yield 'cache.webpack_encore' => ($this->privates['cache.webpack_encore'] ?? $this->getCache_WebpackEncoreService());
  3421.         }, 9));
  3422.         $instance->setName('cache:pool:prune');
  3423.         $instance->setDescription('Prune cache pools');
  3424.         return $instance;
  3425.     }
  3426.     /**
  3427.      * Gets the private 'console.command.cache_warmup' shared service.
  3428.      *
  3429.      * @return \Symfony\Bundle\FrameworkBundle\Command\CacheWarmupCommand
  3430.      */
  3431.     protected function getConsole_Command_CacheWarmupService()
  3432.     {
  3433.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3434.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CacheWarmupCommand.php';
  3435.         $this->privates['console.command.cache_warmup'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CacheWarmupCommand(($this->services['cache_warmer'] ?? $this->getCacheWarmerService()));
  3436.         $instance->setName('cache:warmup');
  3437.         $instance->setDescription('Warm up an empty cache');
  3438.         return $instance;
  3439.     }
  3440.     /**
  3441.      * Gets the private 'console.command.config_debug' shared service.
  3442.      *
  3443.      * @return \Symfony\Bundle\FrameworkBundle\Command\ConfigDebugCommand
  3444.      */
  3445.     protected function getConsole_Command_ConfigDebugService()
  3446.     {
  3447.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3448.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  3449.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  3450.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AbstractConfigCommand.php';
  3451.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ConfigDebugCommand.php';
  3452.         $this->privates['console.command.config_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ConfigDebugCommand();
  3453.         $instance->setName('debug:config');
  3454.         $instance->setDescription('Dump the current configuration for an extension');
  3455.         return $instance;
  3456.     }
  3457.     /**
  3458.      * Gets the private 'console.command.config_dump_reference' shared service.
  3459.      *
  3460.      * @return \Symfony\Bundle\FrameworkBundle\Command\ConfigDumpReferenceCommand
  3461.      */
  3462.     protected function getConsole_Command_ConfigDumpReferenceService()
  3463.     {
  3464.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3465.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  3466.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  3467.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AbstractConfigCommand.php';
  3468.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ConfigDumpReferenceCommand.php';
  3469.         $this->privates['console.command.config_dump_reference'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ConfigDumpReferenceCommand();
  3470.         $instance->setName('config:dump-reference');
  3471.         $instance->setDescription('Dump the default configuration for an extension');
  3472.         return $instance;
  3473.     }
  3474.     /**
  3475.      * Gets the private 'console.command.container_debug' shared service.
  3476.      *
  3477.      * @return \Symfony\Bundle\FrameworkBundle\Command\ContainerDebugCommand
  3478.      */
  3479.     protected function getConsole_Command_ContainerDebugService()
  3480.     {
  3481.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3482.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  3483.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  3484.         $this->privates['console.command.container_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ContainerDebugCommand();
  3485.         $instance->setName('debug:container');
  3486.         $instance->setDescription('Display current services for an application');
  3487.         return $instance;
  3488.     }
  3489.     /**
  3490.      * Gets the private 'console.command.container_lint' shared service.
  3491.      *
  3492.      * @return \Symfony\Bundle\FrameworkBundle\Command\ContainerLintCommand
  3493.      */
  3494.     protected function getConsole_Command_ContainerLintService()
  3495.     {
  3496.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3497.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerLintCommand.php';
  3498.         $this->privates['console.command.container_lint'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ContainerLintCommand();
  3499.         $instance->setName('lint:container');
  3500.         $instance->setDescription('Ensure that arguments injected into services match type declarations');
  3501.         return $instance;
  3502.     }
  3503.     /**
  3504.      * Gets the private 'console.command.debug_autowiring' shared service.
  3505.      *
  3506.      * @return \Symfony\Bundle\FrameworkBundle\Command\DebugAutowiringCommand
  3507.      */
  3508.     protected function getConsole_Command_DebugAutowiringService()
  3509.     {
  3510.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3511.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  3512.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  3513.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/DebugAutowiringCommand.php';
  3514.         $this->privates['console.command.debug_autowiring'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\DebugAutowiringCommand(NULL, ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()));
  3515.         $instance->setName('debug:autowiring');
  3516.         $instance->setDescription('List classes/interfaces you can use for autowiring');
  3517.         return $instance;
  3518.     }
  3519.     /**
  3520.      * Gets the private 'console.command.dotenv_debug' shared service.
  3521.      *
  3522.      * @return \Symfony\Component\Dotenv\Command\DebugCommand
  3523.      */
  3524.     protected function getConsole_Command_DotenvDebugService()
  3525.     {
  3526.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3527.         include_once \dirname(__DIR__4).'/vendor/symfony/dotenv/Command/DebugCommand.php';
  3528.         $this->privates['console.command.dotenv_debug'] = $instance = new \Symfony\Component\Dotenv\Command\DebugCommand('dev', \dirname(__DIR__4));
  3529.         $instance->setName('debug:dotenv');
  3530.         $instance->setDescription('Lists all dotenv files with variables and values');
  3531.         return $instance;
  3532.     }
  3533.     /**
  3534.      * Gets the private 'console.command.event_dispatcher_debug' shared service.
  3535.      *
  3536.      * @return \Symfony\Bundle\FrameworkBundle\Command\EventDispatcherDebugCommand
  3537.      */
  3538.     protected function getConsole_Command_EventDispatcherDebugService()
  3539.     {
  3540.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3541.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/EventDispatcherDebugCommand.php';
  3542.         $this->privates['console.command.event_dispatcher_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\EventDispatcherDebugCommand(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3543.             'event_dispatcher' => ['services''event_dispatcher''getEventDispatcherService'false],
  3544.         ], [
  3545.             'event_dispatcher' => '?',
  3546.         ]));
  3547.         $instance->setName('debug:event-dispatcher');
  3548.         $instance->setDescription('Display configured listeners for an application');
  3549.         return $instance;
  3550.     }
  3551.     /**
  3552.      * Gets the private 'console.command.messenger_consume_messages' shared service.
  3553.      *
  3554.      * @return \Symfony\Component\Messenger\Command\ConsumeMessagesCommand
  3555.      */
  3556.     protected function getConsole_Command_MessengerConsumeMessagesService()
  3557.     {
  3558.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3559.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Command/ConsumeMessagesCommand.php';
  3560.         $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()), [=> 'amqp'], NULL, [=> 'messenger.bus.default']);
  3561.         $instance->setName('messenger:consume');
  3562.         $instance->setDescription('Consume messages');
  3563.         return $instance;
  3564.     }
  3565.     /**
  3566.      * Gets the private 'console.command.messenger_debug' shared service.
  3567.      *
  3568.      * @return \Symfony\Component\Messenger\Command\DebugCommand
  3569.      */
  3570.     protected function getConsole_Command_MessengerDebugService()
  3571.     {
  3572.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3573.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Command/DebugCommand.php';
  3574.         $this->privates['console.command.messenger_debug'] = $instance = new \Symfony\Component\Messenger\Command\DebugCommand(['messenger.bus.default' => ['Symfony\\Component\\Mailer\\Messenger\\SendEmailMessage' => [=> [=> 'mailer.messenger.message_handler'=> []]], 'BcaAccount\\Command\\UploadDocumentCommand' => [=> [=> 'BcaAccount\\Command\\Handler\\UploadDocumentCommandHandler'=> []]], 'BcaAccount\\Query\\GetCustomerFinancialSituationQuery' => [=> [=> 'BcaAccount\\Query\\Handler\\GetCustomerFinancialSituationQueryHandler'=> []]], 'BcaAccount\\Query\\GetCustomerViewQuery' => [=> [=> 'BcaAccount\\Query\\Handler\\GetCustomerViewQueryHandler'=> []]], 'BcaAccount\\Query\\ListCustomerProductQuery' => [=> [=> 'BcaAccount\\Query\\Handler\\ListCustomerProductQueryHandler'=> []]], 'Demand\\Command\\CreateDemandCommand' => [=> [=> 'Demand\\Command\\Handler\\CreateDemandCommandHandler'=> []]], 'Demand\\Command\\PartialUpdateDemandCommand' => [=> [=> 'Demand\\Command\\Handler\\PartialUpdateDemandCommandHandler'=> []]], 'Demand\\Query\\GetDemandQuery' => [=> [=> 'Demand\\Query\\Handler\\GetDemandQueryHandler'=> []]], 'Proof\\Command\\CreateDecisionCommand' => [=> [=> 'Proof\\Command\\Handler\\CreateDecisionCommandHandler'=> []]], 'Proof\\Command\\CreateOccCommand' => [=> [=> 'Proof\\Command\\Handler\\CreateOccCommandHandler'=> []]], 'Proof\\Command\\ExportCommand' => [=> [=> 'Proof\\Command\\Handler\\ExportCommandHandler'=> []]], 'Catalog\\Query\\GetConfigQuery' => [=> [=> 'Catalog\\Query\\Handler\\GetConfigQueryHandler'=> []]], 'BcaRequest\\Command\\DisableTokenCommand' => [=> [=> 'BcaRequest\\Command\\Handler\\DisableTokenCommandHandler'=> []]], 'BcaRequest\\Query\\GetCustomerIdQuery' => [=> [=> 'BcaRequest\\Query\\Handler\\GetCustomerIdQueryHandler'=> []]], 'Uncap\\EventManager\\DemandResponse' => [=> [=> 'Uncap\\EventManager\\DemandGrantedMessageHandler'=> []]]]]);
  3575.         $instance->setName('debug:messenger');
  3576.         $instance->setDescription('List messages you can dispatch using the message buses');
  3577.         return $instance;
  3578.     }
  3579.     /**
  3580.      * Gets the private 'console.command.messenger_setup_transports' shared service.
  3581.      *
  3582.      * @return \Symfony\Component\Messenger\Command\SetupTransportsCommand
  3583.      */
  3584.     protected function getConsole_Command_MessengerSetupTransportsService()
  3585.     {
  3586.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3587.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Command/SetupTransportsCommand.php';
  3588.         $this->privates['console.command.messenger_setup_transports'] = $instance = new \Symfony\Component\Messenger\Command\SetupTransportsCommand(($this->privates['messenger.receiver_locator'] ?? $this->getMessenger_ReceiverLocatorService()), [=> 'amqp']);
  3589.         $instance->setName('messenger:setup-transports');
  3590.         $instance->setDescription('Prepare the required infrastructure for the transport');
  3591.         return $instance;
  3592.     }
  3593.     /**
  3594.      * Gets the private 'console.command.messenger_stop_workers' shared service.
  3595.      *
  3596.      * @return \Symfony\Component\Messenger\Command\StopWorkersCommand
  3597.      */
  3598.     protected function getConsole_Command_MessengerStopWorkersService()
  3599.     {
  3600.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3601.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Command/StopWorkersCommand.php';
  3602.         $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()));
  3603.         $instance->setName('messenger:stop-workers');
  3604.         $instance->setDescription('Stop workers after their current message');
  3605.         return $instance;
  3606.     }
  3607.     /**
  3608.      * Gets the private 'console.command.router_debug' shared service.
  3609.      *
  3610.      * @return \Symfony\Bundle\FrameworkBundle\Command\RouterDebugCommand
  3611.      */
  3612.     protected function getConsole_Command_RouterDebugService()
  3613.     {
  3614.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3615.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  3616.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/RouterDebugCommand.php';
  3617.         $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()));
  3618.         $instance->setName('debug:router');
  3619.         $instance->setDescription('Display current routes for an application');
  3620.         return $instance;
  3621.     }
  3622.     /**
  3623.      * Gets the private 'console.command.router_match' shared service.
  3624.      *
  3625.      * @return \Symfony\Bundle\FrameworkBundle\Command\RouterMatchCommand
  3626.      */
  3627.     protected function getConsole_Command_RouterMatchService()
  3628.     {
  3629.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3630.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/RouterMatchCommand.php';
  3631.         $this->privates['console.command.router_match'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\RouterMatchCommand(($this->services['router'] ?? $this->getRouterService()), new RewindableGenerator(function () {
  3632.             return new \EmptyIterator();
  3633.         }, 0));
  3634.         $instance->setName('router:match');
  3635.         $instance->setDescription('Help debug routes by simulating a path info match');
  3636.         return $instance;
  3637.     }
  3638.     /**
  3639.      * Gets the private 'console.command.secrets_decrypt_to_local' shared service.
  3640.      *
  3641.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsDecryptToLocalCommand
  3642.      */
  3643.     protected function getConsole_Command_SecretsDecryptToLocalService()
  3644.     {
  3645.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3646.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsDecryptToLocalCommand.php';
  3647.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  3648.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  3649.         $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')))));
  3650.         $instance->setName('secrets:decrypt-to-local');
  3651.         $instance->setDescription('Decrypt all secrets and stores them in the local vault');
  3652.         return $instance;
  3653.     }
  3654.     /**
  3655.      * Gets the private 'console.command.secrets_encrypt_from_local' shared service.
  3656.      *
  3657.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsEncryptFromLocalCommand
  3658.      */
  3659.     protected function getConsole_Command_SecretsEncryptFromLocalService()
  3660.     {
  3661.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3662.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsEncryptFromLocalCommand.php';
  3663.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  3664.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  3665.         $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')))));
  3666.         $instance->setName('secrets:encrypt-from-local');
  3667.         $instance->setDescription('Encrypt all local secrets to the vault');
  3668.         return $instance;
  3669.     }
  3670.     /**
  3671.      * Gets the private 'console.command.secrets_generate_key' shared service.
  3672.      *
  3673.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsGenerateKeysCommand
  3674.      */
  3675.     protected function getConsole_Command_SecretsGenerateKeyService()
  3676.     {
  3677.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3678.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsGenerateKeysCommand.php';
  3679.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  3680.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  3681.         $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')))));
  3682.         $instance->setName('secrets:generate-keys');
  3683.         $instance->setDescription('Generate new encryption keys');
  3684.         return $instance;
  3685.     }
  3686.     /**
  3687.      * Gets the private 'console.command.secrets_list' shared service.
  3688.      *
  3689.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsListCommand
  3690.      */
  3691.     protected function getConsole_Command_SecretsListService()
  3692.     {
  3693.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3694.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsListCommand.php';
  3695.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  3696.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  3697.         $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')))));
  3698.         $instance->setName('secrets:list');
  3699.         $instance->setDescription('List all secrets');
  3700.         return $instance;
  3701.     }
  3702.     /**
  3703.      * Gets the private 'console.command.secrets_remove' shared service.
  3704.      *
  3705.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsRemoveCommand
  3706.      */
  3707.     protected function getConsole_Command_SecretsRemoveService()
  3708.     {
  3709.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3710.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsRemoveCommand.php';
  3711.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  3712.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  3713.         $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')))));
  3714.         $instance->setName('secrets:remove');
  3715.         $instance->setDescription('Remove a secret from the vault');
  3716.         return $instance;
  3717.     }
  3718.     /**
  3719.      * Gets the private 'console.command.secrets_set' shared service.
  3720.      *
  3721.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsSetCommand
  3722.      */
  3723.     protected function getConsole_Command_SecretsSetService()
  3724.     {
  3725.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3726.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsSetCommand.php';
  3727.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  3728.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  3729.         $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')))));
  3730.         $instance->setName('secrets:set');
  3731.         $instance->setDescription('Set a secret in the vault');
  3732.         return $instance;
  3733.     }
  3734.     /**
  3735.      * Gets the private 'console.command.validator_debug' shared service.
  3736.      *
  3737.      * @return \Symfony\Component\Validator\Command\DebugCommand
  3738.      */
  3739.     protected function getConsole_Command_ValidatorDebugService()
  3740.     {
  3741.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3742.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Command/DebugCommand.php';
  3743.         $this->privates['console.command.validator_debug'] = $instance = new \Symfony\Component\Validator\Command\DebugCommand(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService()));
  3744.         $instance->setName('debug:validator');
  3745.         $instance->setDescription('Display validation constraints for classes');
  3746.         return $instance;
  3747.     }
  3748.     /**
  3749.      * Gets the private 'console.command.yaml_lint' shared service.
  3750.      *
  3751.      * @return \Symfony\Bundle\FrameworkBundle\Command\YamlLintCommand
  3752.      */
  3753.     protected function getConsole_Command_YamlLintService()
  3754.     {
  3755.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3756.         include_once \dirname(__DIR__4).'/vendor/symfony/yaml/Command/LintCommand.php';
  3757.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/YamlLintCommand.php';
  3758.         $this->privates['console.command.yaml_lint'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\YamlLintCommand();
  3759.         $instance->setName('lint:yaml');
  3760.         $instance->setDescription('Lint a YAML file and outputs encountered errors');
  3761.         return $instance;
  3762.     }
  3763.     /**
  3764.      * Gets the private 'console.error_listener' shared service.
  3765.      *
  3766.      * @return \Symfony\Component\Console\EventListener\ErrorListener
  3767.      */
  3768.     protected function getConsole_ErrorListenerService()
  3769.     {
  3770.         include_once \dirname(__DIR__4).'/vendor/symfony/console/EventListener/ErrorListener.php';
  3771.         $a = new \Symfony\Bridge\Monolog\Logger('console');
  3772.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3773.         $a->pushHandler(($this->privates['monolog.handler.elk_stream'] ?? $this->getMonolog_Handler_ElkStreamService()));
  3774.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  3775.         return $this->privates['console.error_listener'] = new \Symfony\Component\Console\EventListener\ErrorListener($a);
  3776.     }
  3777.     /**
  3778.      * Gets the private 'container.env_var_processor' shared service.
  3779.      *
  3780.      * @return \Symfony\Component\DependencyInjection\EnvVarProcessor
  3781.      */
  3782.     protected function getContainer_EnvVarProcessorService()
  3783.     {
  3784.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarProcessorInterface.php';
  3785.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarProcessor.php';
  3786.         return $this->privates['container.env_var_processor'] = new \Symfony\Component\DependencyInjection\EnvVarProcessor($this, new RewindableGenerator(function () {
  3787.             yield => ($this->privates['secrets.vault'] ?? $this->getSecrets_VaultService());
  3788.         }, 1));
  3789.     }
  3790.     /**
  3791.      * Gets the private 'data_collector.request' shared service.
  3792.      *
  3793.      * @return \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector
  3794.      */
  3795.     protected function getDataCollector_RequestService()
  3796.     {
  3797.         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())));
  3798.     }
  3799.     /**
  3800.      * Gets the private 'data_collector.request.session_collector' shared service.
  3801.      *
  3802.      * @return \Closure
  3803.      */
  3804.     protected function getDataCollector_Request_SessionCollectorService()
  3805.     {
  3806.         return $this->privates['data_collector.request.session_collector'] = \Closure::fromCallable([=> ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()), => 'collectSessionUsage']);
  3807.     }
  3808.     /**
  3809.      * Gets the private 'debug.argument_resolver.default' shared service.
  3810.      *
  3811.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  3812.      */
  3813.     protected function getDebug_ArgumentResolver_DefaultService()
  3814.     {
  3815.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  3816.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  3817.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/DefaultValueResolver.php';
  3818.         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))));
  3819.     }
  3820.     /**
  3821.      * Gets the private 'debug.argument_resolver.not_tagged_controller' shared service.
  3822.      *
  3823.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  3824.      */
  3825.     protected function getDebug_ArgumentResolver_NotTaggedControllerService()
  3826.     {
  3827.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  3828.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  3829.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/NotTaggedControllerValueResolver.php';
  3830.         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.C2ls0L7'] ?? $this->get_ServiceLocator_C2ls0L7Service())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  3831.     }
  3832.     /**
  3833.      * Gets the private 'debug.argument_resolver.request' shared service.
  3834.      *
  3835.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  3836.      */
  3837.     protected function getDebug_ArgumentResolver_RequestService()
  3838.     {
  3839.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  3840.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  3841.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/RequestValueResolver.php';
  3842.         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))));
  3843.     }
  3844.     /**
  3845.      * Gets the private 'debug.argument_resolver.request_attribute' shared service.
  3846.      *
  3847.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  3848.      */
  3849.     protected function getDebug_ArgumentResolver_RequestAttributeService()
  3850.     {
  3851.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  3852.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  3853.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/RequestAttributeValueResolver.php';
  3854.         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))));
  3855.     }
  3856.     /**
  3857.      * Gets the private 'debug.argument_resolver.service' shared service.
  3858.      *
  3859.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  3860.      */
  3861.     protected function getDebug_ArgumentResolver_ServiceService()
  3862.     {
  3863.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  3864.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  3865.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/ServiceValueResolver.php';
  3866.         $a = ($this->privates['.service_locator.C2ls0L7'] ?? $this->get_ServiceLocator_C2ls0L7Service());
  3867.         if (isset($this->privates['debug.argument_resolver.service'])) {
  3868.             return $this->privates['debug.argument_resolver.service'];
  3869.         }
  3870.         return $this->privates['debug.argument_resolver.service'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\ServiceValueResolver($a), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  3871.     }
  3872.     /**
  3873.      * Gets the private 'debug.argument_resolver.session' shared service.
  3874.      *
  3875.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  3876.      */
  3877.     protected function getDebug_ArgumentResolver_SessionService()
  3878.     {
  3879.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  3880.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  3881.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/SessionValueResolver.php';
  3882.         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))));
  3883.     }
  3884.     /**
  3885.      * Gets the private 'debug.argument_resolver.variadic' shared service.
  3886.      *
  3887.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  3888.      */
  3889.     protected function getDebug_ArgumentResolver_VariadicService()
  3890.     {
  3891.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  3892.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  3893.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/VariadicValueResolver.php';
  3894.         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))));
  3895.     }
  3896.     /**
  3897.      * Gets the private 'debug.debug_handlers_listener' shared service.
  3898.      *
  3899.      * @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
  3900.      */
  3901.     protected function getDebug_DebugHandlersListenerService()
  3902.     {
  3903.         $a = new \Symfony\Bridge\Monolog\Logger('php');
  3904.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3905.         $a->pushHandler(($this->privates['monolog.handler.null_internal'] ?? ($this->privates['monolog.handler.null_internal'] = new \Monolog\Handler\NullHandler())));
  3906.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  3907.         return $this->privates['debug.debug_handlers_listener'] = new \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener(NULL$aNULL, -1truetrueNULL);
  3908.     }
  3909.     /**
  3910.      * Gets the private 'debug.dump_listener' shared service.
  3911.      *
  3912.      * @return \Symfony\Component\HttpKernel\EventListener\DumpListener
  3913.      */
  3914.     protected function getDebug_DumpListenerService()
  3915.     {
  3916.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DumpListener.php';
  3917.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextualizedDumper.php';
  3918.         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()))]), ($this->privates['var_dumper.server_connection'] ?? $this->getVarDumper_ServerConnectionService()));
  3919.     }
  3920.     /**
  3921.      * Gets the private 'debug.file_link_formatter' shared service.
  3922.      *
  3923.      * @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
  3924.      */
  3925.     protected function getDebug_FileLinkFormatterService()
  3926.     {
  3927.         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 () {
  3928.             return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->getDebug_FileLinkFormatter_UrlFormatService());
  3929.         });
  3930.     }
  3931.     /**
  3932.      * Gets the private 'debug.file_link_formatter.url_format' shared service.
  3933.      *
  3934.      * @return \string
  3935.      */
  3936.     protected function getDebug_FileLinkFormatter_UrlFormatService()
  3937.     {
  3938.         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');
  3939.     }
  3940.     /**
  3941.      * Gets the private 'debug.log_processor' shared service.
  3942.      *
  3943.      * @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
  3944.      */
  3945.     protected function getDebug_LogProcessorService()
  3946.     {
  3947.         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())));
  3948.     }
  3949.     /**
  3950.      * Gets the private 'error_handler.error_renderer.html' shared service.
  3951.      *
  3952.      * @return \Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer
  3953.      */
  3954.     protected function getErrorHandler_ErrorRenderer_HtmlService()
  3955.     {
  3956.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/ErrorRendererInterface.php';
  3957.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php';
  3958.         $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  3959.         return $this->privates['error_handler.error_renderer.html'] = new \Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer(\Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer::isDebug($atrue), 'UTF-8', ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()), \dirname(__DIR__4), \Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer::getAndCleanOutputBuffer($a), ($this->services['logger_bundle.app_logger'] ?? $this->getLoggerBundle_AppLoggerService()));
  3960.     }
  3961.     /**
  3962.      * Gets the private 'exception_listener' shared service.
  3963.      *
  3964.      * @return \Symfony\Component\HttpKernel\EventListener\ErrorListener
  3965.      */
  3966.     protected function getExceptionListener2Service()
  3967.     {
  3968.         return $this->privates['exception_listener'] = new \Symfony\Component\HttpKernel\EventListener\ErrorListener('error_controller', ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), true, []);
  3969.     }
  3970.     /**
  3971.      * Gets the private 'fragment.renderer.inline' shared service.
  3972.      *
  3973.      * @return \Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer
  3974.      */
  3975.     protected function getFragment_Renderer_InlineService()
  3976.     {
  3977.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentRendererInterface.php';
  3978.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/RoutableFragmentRenderer.php';
  3979.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/InlineFragmentRenderer.php';
  3980.         $a = ($this->services['http_kernel'] ?? $this->getHttpKernelService());
  3981.         if (isset($this->privates['fragment.renderer.inline'])) {
  3982.             return $this->privates['fragment.renderer.inline'];
  3983.         }
  3984.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  3985.         if (isset($this->privates['fragment.renderer.inline'])) {
  3986.             return $this->privates['fragment.renderer.inline'];
  3987.         }
  3988.         $this->privates['fragment.renderer.inline'] = $instance = new \Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer($a$b);
  3989.         $instance->setFragmentPath('/_fragment');
  3990.         return $instance;
  3991.     }
  3992.     /**
  3993.      * Gets the private 'framework_extra_bundle.event.is_granted' shared service.
  3994.      *
  3995.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener
  3996.      */
  3997.     protected function getFrameworkExtraBundle_Event_IsGrantedService()
  3998.     {
  3999.         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);
  4000.     }
  4001.     /**
  4002.      * Gets the private 'insurance.repository' shared autowired service.
  4003.      *
  4004.      * @return \Insurance\Repository\InsuranceRepository
  4005.      */
  4006.     protected function getInsurance_RepositoryService()
  4007.     {
  4008.         include_once \dirname(__DIR__4).'/src/Insurance/Repository/InsuranceRepositoryInterface.php';
  4009.         include_once \dirname(__DIR__4).'/src/Insurance/Repository/InsuranceRepository.php';
  4010.         include_once \dirname(__DIR__4).'/vendor/floa/logger-bundle/src/Client/LoggingHttpClientInterface.php';
  4011.         include_once \dirname(__DIR__4).'/vendor/floa/logger-bundle/src/Client/LoggingHttpClient.php';
  4012.         return $this->privates['insurance.repository'] = new \Insurance\Repository\InsuranceRepository(new \FLOA\LoggerBundle\Client\LoggingHttpClient(($this->privates['.debug.sam.client'] ?? $this->get_Debug_Sam_ClientService()), ($this->services['logger_bundle.service'] ?? $this->getLoggerBundle_ServiceService()), ($this->services['logger_bundle.request_id'] ?? ($this->services['logger_bundle.request_id'] = new \FLOA\LoggerBundle\Service\RequestIdService())), 'sam'));
  4013.     }
  4014.     /**
  4015.      * Gets the private 'jms_serializer.array_collection_handler' shared service.
  4016.      *
  4017.      * @return \JMS\Serializer\Handler\ArrayCollectionHandler
  4018.      */
  4019.     protected function getJmsSerializer_ArrayCollectionHandlerService()
  4020.     {
  4021.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/SubscribingHandlerInterface.php';
  4022.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/ArrayCollectionHandler.php';
  4023.         return $this->privates['jms_serializer.array_collection_handler'] = new \JMS\Serializer\Handler\ArrayCollectionHandler(false);
  4024.     }
  4025.     /**
  4026.      * Gets the private 'jms_serializer.cache.cache_clearer' shared service.
  4027.      *
  4028.      * @return \JMS\SerializerBundle\Cache\CacheClearer
  4029.      */
  4030.     protected function getJmsSerializer_Cache_CacheClearerService()
  4031.     {
  4032.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  4033.         include_once \dirname(__DIR__4).'/vendor/jms/serializer-bundle/Cache/CacheClearer.php';
  4034.         return $this->privates['jms_serializer.cache.cache_clearer'] = new \JMS\SerializerBundle\Cache\CacheClearer(($this->privates['jms_serializer.metadata.cache.file_cache'] ?? ($this->privates['jms_serializer.metadata.cache.file_cache'] = new \Metadata\Cache\FileCache(($this->targetDir.''.'/jms_serializer')))));
  4035.     }
  4036.     /**
  4037.      * Gets the private 'jms_serializer.constraint_violation_handler' shared service.
  4038.      *
  4039.      * @return \JMS\Serializer\Handler\ConstraintViolationHandler
  4040.      */
  4041.     protected function getJmsSerializer_ConstraintViolationHandlerService()
  4042.     {
  4043.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/SubscribingHandlerInterface.php';
  4044.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/ConstraintViolationHandler.php';
  4045.         return $this->privates['jms_serializer.constraint_violation_handler'] = new \JMS\Serializer\Handler\ConstraintViolationHandler();
  4046.     }
  4047.     /**
  4048.      * Gets the private 'jms_serializer.datetime_handler' shared service.
  4049.      *
  4050.      * @return \JMS\Serializer\Handler\DateHandler
  4051.      */
  4052.     protected function getJmsSerializer_DatetimeHandlerService()
  4053.     {
  4054.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/SubscribingHandlerInterface.php';
  4055.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/DateHandler.php';
  4056.         return $this->privates['jms_serializer.datetime_handler'] = new \JMS\Serializer\Handler\DateHandler('Y-m-d\\TH:i:sP''Europe/Paris'true);
  4057.     }
  4058.     /**
  4059.      * Gets the private 'jms_serializer.doctrine_proxy_subscriber' shared service.
  4060.      *
  4061.      * @return \JMS\Serializer\EventDispatcher\Subscriber\DoctrineProxySubscriber
  4062.      */
  4063.     protected function getJmsSerializer_DoctrineProxySubscriberService()
  4064.     {
  4065.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/EventDispatcher/EventSubscriberInterface.php';
  4066.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/EventDispatcher/Subscriber/DoctrineProxySubscriber.php';
  4067.         return $this->privates['jms_serializer.doctrine_proxy_subscriber'] = new \JMS\Serializer\EventDispatcher\Subscriber\DoctrineProxySubscriber(truefalse);
  4068.     }
  4069.     /**
  4070.      * Gets the private 'jms_serializer.form_error_handler' shared service.
  4071.      *
  4072.      * @return \JMS\Serializer\Handler\FormErrorHandler
  4073.      */
  4074.     protected function getJmsSerializer_FormErrorHandlerService()
  4075.     {
  4076.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/SubscribingHandlerInterface.php';
  4077.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/FormErrorHandler.php';
  4078.         return $this->privates['jms_serializer.form_error_handler'] = new \JMS\Serializer\Handler\FormErrorHandler(NULL'validators');
  4079.     }
  4080.     /**
  4081.      * Gets the private 'jms_serializer.iterator_handler' shared service.
  4082.      *
  4083.      * @return \JMS\Serializer\Handler\IteratorHandler
  4084.      */
  4085.     protected function getJmsSerializer_IteratorHandlerService()
  4086.     {
  4087.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/SubscribingHandlerInterface.php';
  4088.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/IteratorHandler.php';
  4089.         return $this->privates['jms_serializer.iterator_handler'] = new \JMS\Serializer\Handler\IteratorHandler();
  4090.     }
  4091.     /**
  4092.      * Gets the private 'jms_serializer.stopwatch_subscriber' shared service.
  4093.      *
  4094.      * @return \JMS\SerializerBundle\Serializer\StopwatchEventSubscriber
  4095.      */
  4096.     protected function getJmsSerializer_StopwatchSubscriberService()
  4097.     {
  4098.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/EventDispatcher/EventSubscriberInterface.php';
  4099.         include_once \dirname(__DIR__4).'/vendor/jms/serializer-bundle/Serializer/StopwatchEventSubscriber.php';
  4100.         return $this->privates['jms_serializer.stopwatch_subscriber'] = new \JMS\SerializerBundle\Serializer\StopwatchEventSubscriber(($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  4101.     }
  4102.     /**
  4103.      * Gets the private 'locale_aware_listener' shared service.
  4104.      *
  4105.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener
  4106.      */
  4107.     protected function getLocaleAwareListenerService()
  4108.     {
  4109.         return $this->privates['locale_aware_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener(new RewindableGenerator(function () {
  4110.             yield => ($this->privates['slugger'] ?? ($this->privates['slugger'] = new \Symfony\Component\String\Slugger\AsciiSlugger('en')));
  4111.         }, 1), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  4112.     }
  4113.     /**
  4114.      * Gets the private 'locale_listener' shared service.
  4115.      *
  4116.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
  4117.      */
  4118.     protected function getLocaleListenerService()
  4119.     {
  4120.         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', ($this->services['router'] ?? $this->getRouterService()), false, []);
  4121.     }
  4122.     /**
  4123.      * Gets the private 'logger_bundle.http_client.account' shared service.
  4124.      *
  4125.      * @return \FLOA\LoggerBundle\Client\LoggingHttpClient
  4126.      */
  4127.     protected function getLoggerBundle_HttpClient_AccountService()
  4128.     {
  4129.         include_once \dirname(__DIR__4).'/vendor/floa/logger-bundle/src/Client/LoggingHttpClientInterface.php';
  4130.         include_once \dirname(__DIR__4).'/vendor/floa/logger-bundle/src/Client/LoggingHttpClient.php';
  4131.         return $this->privates['logger_bundle.http_client.account'] = new \FLOA\LoggerBundle\Client\LoggingHttpClient(($this->privates['.debug.account.client'] ?? $this->get_Debug_Account_ClientService()), ($this->services['logger_bundle.service'] ?? $this->getLoggerBundle_ServiceService()), ($this->services['logger_bundle.request_id'] ?? ($this->services['logger_bundle.request_id'] = new \FLOA\LoggerBundle\Service\RequestIdService())), 'account');
  4132.     }
  4133.     /**
  4134.      * Gets the private 'mailer.mailer' shared service.
  4135.      *
  4136.      * @return \Symfony\Component\Mailer\Mailer
  4137.      */
  4138.     protected function getMailer_MailerService()
  4139.     {
  4140.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/MailerInterface.php';
  4141.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Mailer.php';
  4142.         $a = ($this->privates['mailer.transports'] ?? $this->getMailer_TransportsService());
  4143.         if (isset($this->privates['mailer.mailer'])) {
  4144.             return $this->privates['mailer.mailer'];
  4145.         }
  4146.         $b = ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService());
  4147.         if (isset($this->privates['mailer.mailer'])) {
  4148.             return $this->privates['mailer.mailer'];
  4149.         }
  4150.         $c = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  4151.         if (isset($this->privates['mailer.mailer'])) {
  4152.             return $this->privates['mailer.mailer'];
  4153.         }
  4154.         return $this->privates['mailer.mailer'] = new \Symfony\Component\Mailer\Mailer($a$b$c);
  4155.     }
  4156.     /**
  4157.      * Gets the private 'mailer.transport_factory.native' shared service.
  4158.      *
  4159.      * @return \Symfony\Component\Mailer\Transport\NativeTransportFactory
  4160.      */
  4161.     protected function getMailer_TransportFactory_NativeService()
  4162.     {
  4163.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
  4164.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
  4165.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/NativeTransportFactory.php';
  4166.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  4167.         if (isset($this->privates['mailer.transport_factory.native'])) {
  4168.             return $this->privates['mailer.transport_factory.native'];
  4169.         }
  4170.         return $this->privates['mailer.transport_factory.native'] = new \Symfony\Component\Mailer\Transport\NativeTransportFactory($a, ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), ($this->privates['monolog.logger.mailer'] ?? $this->getMonolog_Logger_MailerService()));
  4171.     }
  4172.     /**
  4173.      * Gets the private 'mailer.transport_factory.null' shared service.
  4174.      *
  4175.      * @return \Symfony\Component\Mailer\Transport\NullTransportFactory
  4176.      */
  4177.     protected function getMailer_TransportFactory_NullService()
  4178.     {
  4179.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
  4180.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
  4181.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/NullTransportFactory.php';
  4182.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  4183.         if (isset($this->privates['mailer.transport_factory.null'])) {
  4184.             return $this->privates['mailer.transport_factory.null'];
  4185.         }
  4186.         return $this->privates['mailer.transport_factory.null'] = new \Symfony\Component\Mailer\Transport\NullTransportFactory($a, ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), ($this->privates['monolog.logger.mailer'] ?? $this->getMonolog_Logger_MailerService()));
  4187.     }
  4188.     /**
  4189.      * Gets the private 'mailer.transport_factory.sendgrid' shared service.
  4190.      *
  4191.      * @return \Symfony\Component\Mailer\Bridge\Sendgrid\Transport\SendgridTransportFactory
  4192.      */
  4193.     protected function getMailer_TransportFactory_SendgridService()
  4194.     {
  4195.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
  4196.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
  4197.         include_once \dirname(__DIR__4).'/vendor/symfony/sendgrid-mailer/Transport/SendgridTransportFactory.php';
  4198.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  4199.         if (isset($this->privates['mailer.transport_factory.sendgrid'])) {
  4200.             return $this->privates['mailer.transport_factory.sendgrid'];
  4201.         }
  4202.         return $this->privates['mailer.transport_factory.sendgrid'] = new \Symfony\Component\Mailer\Bridge\Sendgrid\Transport\SendgridTransportFactory($a, ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), ($this->privates['monolog.logger.mailer'] ?? $this->getMonolog_Logger_MailerService()));
  4203.     }
  4204.     /**
  4205.      * Gets the private 'mailer.transport_factory.sendmail' shared service.
  4206.      *
  4207.      * @return \Symfony\Component\Mailer\Transport\SendmailTransportFactory
  4208.      */
  4209.     protected function getMailer_TransportFactory_SendmailService()
  4210.     {
  4211.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
  4212.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
  4213.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/SendmailTransportFactory.php';
  4214.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  4215.         if (isset($this->privates['mailer.transport_factory.sendmail'])) {
  4216.             return $this->privates['mailer.transport_factory.sendmail'];
  4217.         }
  4218.         return $this->privates['mailer.transport_factory.sendmail'] = new \Symfony\Component\Mailer\Transport\SendmailTransportFactory($a, ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), ($this->privates['monolog.logger.mailer'] ?? $this->getMonolog_Logger_MailerService()));
  4219.     }
  4220.     /**
  4221.      * Gets the private 'mailer.transport_factory.smtp' shared service.
  4222.      *
  4223.      * @return \Symfony\Component\Mailer\Transport\Smtp\EsmtpTransportFactory
  4224.      */
  4225.     protected function getMailer_TransportFactory_SmtpService()
  4226.     {
  4227.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
  4228.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
  4229.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/Smtp/EsmtpTransportFactory.php';
  4230.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  4231.         if (isset($this->privates['mailer.transport_factory.smtp'])) {
  4232.             return $this->privates['mailer.transport_factory.smtp'];
  4233.         }
  4234.         return $this->privates['mailer.transport_factory.smtp'] = new \Symfony\Component\Mailer\Transport\Smtp\EsmtpTransportFactory($a, ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), ($this->privates['monolog.logger.mailer'] ?? $this->getMonolog_Logger_MailerService()));
  4235.     }
  4236.     /**
  4237.      * Gets the private 'mailer.transports' shared service.
  4238.      *
  4239.      * @return \Symfony\Component\Mailer\Transport\Transports
  4240.      */
  4241.     protected function getMailer_TransportsService()
  4242.     {
  4243.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportInterface.php';
  4244.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/Transports.php';
  4245.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport.php';
  4246.         return $this->privates['mailer.transports'] = (new \Symfony\Component\Mailer\Transport(new RewindableGenerator(function () {
  4247.             yield => ($this->privates['mailer.transport_factory.sendgrid'] ?? $this->getMailer_TransportFactory_SendgridService());
  4248.             yield => ($this->privates['mailer.transport_factory.null'] ?? $this->getMailer_TransportFactory_NullService());
  4249.             yield => ($this->privates['mailer.transport_factory.sendmail'] ?? $this->getMailer_TransportFactory_SendmailService());
  4250.             yield => ($this->privates['mailer.transport_factory.native'] ?? $this->getMailer_TransportFactory_NativeService());
  4251.             yield => ($this->privates['mailer.transport_factory.smtp'] ?? $this->getMailer_TransportFactory_SmtpService());
  4252.         }, 5)))->fromStrings(['main' => $this->getEnv('MAILER_DSN')]);
  4253.     }
  4254.     /**
  4255.      * Gets the private 'messenger.bus.default.middleware.handle_message' shared service.
  4256.      *
  4257.      * @return \Symfony\Component\Messenger\Middleware\HandleMessageMiddleware
  4258.      */
  4259.     protected function getMessenger_Bus_Default_Middleware_HandleMessageService()
  4260.     {
  4261.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Middleware/MiddlewareInterface.php';
  4262.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Middleware/HandleMessageMiddleware.php';
  4263.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlersLocatorInterface.php';
  4264.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlersLocator.php';
  4265.         $this->privates['messenger.bus.default.middleware.handle_message'] = $instance = new \Symfony\Component\Messenger\Middleware\HandleMessageMiddleware(new \Symfony\Component\Messenger\Handler\HandlersLocator(['Symfony\\Component\\Mailer\\Messenger\\SendEmailMessage' => new RewindableGenerator(function () {
  4266.             yield => ($this->privates['.messenger.handler_descriptor.tGvt0LH'] ?? $this->get_Messenger_HandlerDescriptor_TGvt0LHService());
  4267.         }, 1), 'BcaAccount\\Command\\UploadDocumentCommand' => new RewindableGenerator(function () {
  4268.             yield => ($this->privates['.messenger.handler_descriptor.qtC5STi'] ?? $this->get_Messenger_HandlerDescriptor_QtC5STiService());
  4269.         }, 1), 'BcaAccount\\Query\\GetCustomerFinancialSituationQuery' => new RewindableGenerator(function () {
  4270.             yield => ($this->privates['.messenger.handler_descriptor.os1dfe8'] ?? $this->get_Messenger_HandlerDescriptor_Os1dfe8Service());
  4271.         }, 1), 'BcaAccount\\Query\\GetCustomerViewQuery' => new RewindableGenerator(function () {
  4272.             yield => ($this->privates['.messenger.handler_descriptor.Uf2cMxR'] ?? $this->get_Messenger_HandlerDescriptor_Uf2cMxRService());
  4273.         }, 1), 'BcaAccount\\Query\\ListCustomerProductQuery' => new RewindableGenerator(function () {
  4274.             yield => ($this->privates['.messenger.handler_descriptor.Cru2vBc'] ?? $this->get_Messenger_HandlerDescriptor_Cru2vBcService());
  4275.         }, 1), 'Demand\\Command\\CreateDemandCommand' => new RewindableGenerator(function () {
  4276.             yield => ($this->privates['.messenger.handler_descriptor.tYMNzGX'] ?? $this->get_Messenger_HandlerDescriptor_TYMNzGXService());
  4277.         }, 1), 'Demand\\Command\\PartialUpdateDemandCommand' => new RewindableGenerator(function () {
  4278.             yield => ($this->privates['.messenger.handler_descriptor.9za2vv_'] ?? $this->get_Messenger_HandlerDescriptor_9za2vvService());
  4279.         }, 1), 'Demand\\Query\\GetDemandQuery' => new RewindableGenerator(function () {
  4280.             yield => ($this->privates['.messenger.handler_descriptor.a4TeCQj'] ?? $this->get_Messenger_HandlerDescriptor_A4TeCQjService());
  4281.         }, 1), 'Proof\\Command\\CreateDecisionCommand' => new RewindableGenerator(function () {
  4282.             yield => ($this->privates['.messenger.handler_descriptor.g9X2D94'] ?? $this->get_Messenger_HandlerDescriptor_G9X2D94Service());
  4283.         }, 1), 'Proof\\Command\\CreateOccCommand' => new RewindableGenerator(function () {
  4284.             yield => ($this->privates['.messenger.handler_descriptor.qMGcOkj'] ?? $this->get_Messenger_HandlerDescriptor_QMGcOkjService());
  4285.         }, 1), 'Proof\\Command\\ExportCommand' => new RewindableGenerator(function () {
  4286.             yield => ($this->privates['.messenger.handler_descriptor.68M9Tir'] ?? $this->get_Messenger_HandlerDescriptor_68M9TirService());
  4287.         }, 1), 'Catalog\\Query\\GetConfigQuery' => new RewindableGenerator(function () {
  4288.             yield => ($this->privates['.messenger.handler_descriptor.sKmFPRg'] ?? $this->get_Messenger_HandlerDescriptor_SKmFPRgService());
  4289.         }, 1), 'BcaRequest\\Command\\DisableTokenCommand' => new RewindableGenerator(function () {
  4290.             yield => ($this->privates['.messenger.handler_descriptor.rwO5VK0'] ?? $this->get_Messenger_HandlerDescriptor_RwO5VK0Service());
  4291.         }, 1), 'BcaRequest\\Query\\GetCustomerIdQuery' => new RewindableGenerator(function () {
  4292.             yield => ($this->privates['.messenger.handler_descriptor.L.DSFdD'] ?? $this->get_Messenger_HandlerDescriptor_L_DSFdDService());
  4293.         }, 1), 'Uncap\\EventManager\\DemandResponse' => new RewindableGenerator(function () {
  4294.             yield => ($this->privates['.messenger.handler_descriptor.DA.T1pU'] ?? $this->get_Messenger_HandlerDescriptor_DA_T1pUService());
  4295.         }, 1)]));
  4296.         $instance->setLogger(($this->privates['monolog.logger.messenger'] ?? $this->getMonolog_Logger_MessengerService()));
  4297.         return $instance;
  4298.     }
  4299.     /**
  4300.      * Gets the private 'messenger.bus.default.middleware.traceable' shared service.
  4301.      *
  4302.      * @return \Symfony\Component\Messenger\Middleware\TraceableMiddleware
  4303.      */
  4304.     protected function getMessenger_Bus_Default_Middleware_TraceableService()
  4305.     {
  4306.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Middleware/MiddlewareInterface.php';
  4307.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Middleware/TraceableMiddleware.php';
  4308.         return $this->privates['messenger.bus.default.middleware.traceable'] = new \Symfony\Component\Messenger\Middleware\TraceableMiddleware(($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))), 'messenger.bus.default');
  4309.     }
  4310.     /**
  4311.      * Gets the private 'messenger.listener.stop_worker_on_restart_signal_listener' shared service.
  4312.      *
  4313.      * @return \Symfony\Component\Messenger\EventListener\StopWorkerOnRestartSignalListener
  4314.      */
  4315.     protected function getMessenger_Listener_StopWorkerOnRestartSignalListenerService()
  4316.     {
  4317.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/EventListener/StopWorkerOnRestartSignalListener.php';
  4318.         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()));
  4319.     }
  4320.     /**
  4321.      * Gets the private 'messenger.middleware.send_message' shared service.
  4322.      *
  4323.      * @return \Symfony\Component\Messenger\Middleware\SendMessageMiddleware
  4324.      */
  4325.     protected function getMessenger_Middleware_SendMessageService()
  4326.     {
  4327.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Middleware/MiddlewareInterface.php';
  4328.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Middleware/SendMessageMiddleware.php';
  4329.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Sender/SendersLocatorInterface.php';
  4330.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Sender/SendersLocator.php';
  4331.         $a = ($this->privates['.service_locator.6q8SubU'] ?? $this->get_ServiceLocator_6q8SubUService());
  4332.         if (isset($this->privates['messenger.middleware.send_message'])) {
  4333.             return $this->privates['messenger.middleware.send_message'];
  4334.         }
  4335.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  4336.         if (isset($this->privates['messenger.middleware.send_message'])) {
  4337.             return $this->privates['messenger.middleware.send_message'];
  4338.         }
  4339.         $this->privates['messenger.middleware.send_message'] = $instance = new \Symfony\Component\Messenger\Middleware\SendMessageMiddleware(new \Symfony\Component\Messenger\Transport\Sender\SendersLocator([], $a), $b);
  4340.         $instance->setLogger(($this->privates['monolog.logger.messenger'] ?? $this->getMonolog_Logger_MessengerService()));
  4341.         return $instance;
  4342.     }
  4343.     /**
  4344.      * Gets the private 'messenger.receiver_locator' shared service.
  4345.      *
  4346.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4347.      */
  4348.     protected function getMessenger_ReceiverLocatorService()
  4349.     {
  4350.         return $this->privates['messenger.receiver_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4351.             'amqp' => ['privates''messenger.transport.amqp''getMessenger_Transport_AmqpService'false],
  4352.             'messenger.transport.amqp' => ['privates''messenger.transport.amqp''getMessenger_Transport_AmqpService'false],
  4353.         ], [
  4354.             'amqp' => '?',
  4355.             'messenger.transport.amqp' => '?',
  4356.         ]);
  4357.     }
  4358.     /**
  4359.      * Gets the private 'messenger.retry.multiplier_retry_strategy.amqp' shared service.
  4360.      *
  4361.      * @return \Symfony\Component\Messenger\Retry\MultiplierRetryStrategy
  4362.      */
  4363.     protected function getMessenger_Retry_MultiplierRetryStrategy_AmqpService()
  4364.     {
  4365.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Retry/RetryStrategyInterface.php';
  4366.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Retry/MultiplierRetryStrategy.php';
  4367.         return $this->privates['messenger.retry.multiplier_retry_strategy.amqp'] = new \Symfony\Component\Messenger\Retry\MultiplierRetryStrategy(3100020);
  4368.     }
  4369.     /**
  4370.      * Gets the private 'messenger.retry.send_failed_message_for_retry_listener' shared service.
  4371.      *
  4372.      * @return \Symfony\Component\Messenger\EventListener\SendFailedMessageForRetryListener
  4373.      */
  4374.     protected function getMessenger_Retry_SendFailedMessageForRetryListenerService()
  4375.     {
  4376.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/EventListener/SendFailedMessageForRetryListener.php';
  4377.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  4378.         if (isset($this->privates['messenger.retry.send_failed_message_for_retry_listener'])) {
  4379.             return $this->privates['messenger.retry.send_failed_message_for_retry_listener'];
  4380.         }
  4381.         return $this->privates['messenger.retry.send_failed_message_for_retry_listener'] = new \Symfony\Component\Messenger\EventListener\SendFailedMessageForRetryListener(($this->privates['.service_locator.6q8SubU'] ?? $this->get_ServiceLocator_6q8SubUService()), new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4382.             'amqp' => ['privates''messenger.retry.multiplier_retry_strategy.amqp''getMessenger_Retry_MultiplierRetryStrategy_AmqpService'false],
  4383.         ], [
  4384.             'amqp' => '?',
  4385.         ]), ($this->privates['monolog.logger.messenger'] ?? $this->getMonolog_Logger_MessengerService()), $a);
  4386.     }
  4387.     /**
  4388.      * Gets the private 'messenger.routable_message_bus' shared service.
  4389.      *
  4390.      * @return \Symfony\Component\Messenger\RoutableMessageBus
  4391.      */
  4392.     protected function getMessenger_RoutableMessageBusService()
  4393.     {
  4394.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/RoutableMessageBus.php';
  4395.         $a = ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService());
  4396.         if (isset($this->privates['messenger.routable_message_bus'])) {
  4397.             return $this->privates['messenger.routable_message_bus'];
  4398.         }
  4399.         return $this->privates['messenger.routable_message_bus'] = new \Symfony\Component\Messenger\RoutableMessageBus(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4400.             'messenger.bus.default' => ['services''messenger.default_bus''getMessenger_DefaultBusService'false],
  4401.         ], [
  4402.             'messenger.bus.default' => '?',
  4403.         ]), $a);
  4404.     }
  4405.     /**
  4406.      * Gets the private 'messenger.transport.amqp' shared service.
  4407.      *
  4408.      * @return \Symfony\Component\Messenger\Transport\TransportInterface
  4409.      */
  4410.     protected function getMessenger_Transport_AmqpService()
  4411.     {
  4412.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Receiver/ReceiverInterface.php';
  4413.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Sender/SenderInterface.php';
  4414.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/TransportInterface.php';
  4415.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/TransportFactoryInterface.php';
  4416.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/TransportFactory.php';
  4417.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/SerializerInterface.php';
  4418.         include_once \dirname(__DIR__4).'/src/Uncap/EventManager/DemandMessageSerializer.php';
  4419.         return $this->privates['messenger.transport.amqp'] = (new \Symfony\Component\Messenger\Transport\TransportFactory(new RewindableGenerator(function () {
  4420.             yield => (new \Symfony\Component\Messenger\Bridge\Amqp\Transport\AmqpTransportFactory());
  4421.             yield => (new \Symfony\Component\Messenger\Bridge\Redis\Transport\RedisTransportFactory());
  4422.             yield => ($this->privates['messenger.transport.sync.factory'] ?? $this->getMessenger_Transport_Sync_FactoryService());
  4423.             yield => ($this->privates['messenger.transport.in_memory.factory'] ?? ($this->privates['messenger.transport.in_memory.factory'] = new \Symfony\Component\Messenger\Transport\InMemoryTransportFactory()));
  4424.         }, 4)))->createTransport($this->getEnv('RMQ_DSN_TRANSPORT'), ['queue' => ['flags' => 'AMQP_DURABLE'], 'exchange' => ['name' => $this->getEnv('RMQ_DEMAND_EXCHANGE')], 'heartbeat' => 60'transport_name' => 'amqp'], new \Uncap\EventManager\DemandMessageSerializer());
  4425.     }
  4426.     /**
  4427.      * Gets the private 'messenger.transport.sync.factory' shared service.
  4428.      *
  4429.      * @return \Symfony\Component\Messenger\Transport\Sync\SyncTransportFactory
  4430.      */
  4431.     protected function getMessenger_Transport_Sync_FactoryService()
  4432.     {
  4433.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/TransportFactoryInterface.php';
  4434.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Sync/SyncTransportFactory.php';
  4435.         $a = ($this->privates['messenger.routable_message_bus'] ?? $this->getMessenger_RoutableMessageBusService());
  4436.         if (isset($this->privates['messenger.transport.sync.factory'])) {
  4437.             return $this->privates['messenger.transport.sync.factory'];
  4438.         }
  4439.         return $this->privates['messenger.transport.sync.factory'] = new \Symfony\Component\Messenger\Transport\Sync\SyncTransportFactory($a);
  4440.     }
  4441.     /**
  4442.      * Gets the private 'mime_types' shared service.
  4443.      *
  4444.      * @return \Symfony\Component\Mime\MimeTypes
  4445.      */
  4446.     protected function getMimeTypesService()
  4447.     {
  4448.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypeGuesserInterface.php';
  4449.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypesInterface.php';
  4450.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypes.php';
  4451.         $this->privates['mime_types'] = $instance = new \Symfony\Component\Mime\MimeTypes();
  4452.         $instance->setDefault($instance);
  4453.         return $instance;
  4454.     }
  4455.     /**
  4456.      * Gets the private 'monolog.command.server_log' shared service.
  4457.      *
  4458.      * @return \Symfony\Bridge\Monolog\Command\ServerLogCommand
  4459.      */
  4460.     protected function getMonolog_Command_ServerLogService()
  4461.     {
  4462.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4463.         include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Command/ServerLogCommand.php';
  4464.         $this->privates['monolog.command.server_log'] = $instance = new \Symfony\Bridge\Monolog\Command\ServerLogCommand();
  4465.         $instance->setName('server:log');
  4466.         $instance->setDescription('Start a log server that displays logs in real time');
  4467.         return $instance;
  4468.     }
  4469.     /**
  4470.      * Gets the private 'monolog.handler.elk_stream' shared service.
  4471.      *
  4472.      * @return \Monolog\Handler\StreamHandler
  4473.      */
  4474.     protected function getMonolog_Handler_ElkStreamService()
  4475.     {
  4476.         $this->privates['monolog.handler.elk_stream'] = $instance = new \Monolog\Handler\StreamHandler('php://stdout''info'falseNULLfalse);
  4477.         $instance->pushProcessor(new \Monolog\Processor\PsrLogMessageProcessor());
  4478.         $instance->setFormatter(($this->services['logger_bundle.formatter'] ?? ($this->services['logger_bundle.formatter'] = new \FLOA\LoggerBundle\Formatter\JsonLogFormatter())));
  4479.         return $instance;
  4480.     }
  4481.     /**
  4482.      * Gets the private 'monolog.logger.cache' shared service.
  4483.      *
  4484.      * @return \Symfony\Bridge\Monolog\Logger
  4485.      */
  4486.     protected function getMonolog_Logger_CacheService()
  4487.     {
  4488.         $this->privates['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
  4489.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  4490.         $instance->pushHandler(($this->privates['monolog.handler.elk_stream'] ?? $this->getMonolog_Handler_ElkStreamService()));
  4491.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  4492.         return $instance;
  4493.     }
  4494.     /**
  4495.      * Gets the private 'monolog.logger.mailer' shared service.
  4496.      *
  4497.      * @return \Symfony\Bridge\Monolog\Logger
  4498.      */
  4499.     protected function getMonolog_Logger_MailerService()
  4500.     {
  4501.         $this->privates['monolog.logger.mailer'] = $instance = new \Symfony\Bridge\Monolog\Logger('mailer');
  4502.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  4503.         $instance->pushHandler(($this->privates['monolog.handler.elk_stream'] ?? $this->getMonolog_Handler_ElkStreamService()));
  4504.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  4505.         return $instance;
  4506.     }
  4507.     /**
  4508.      * Gets the private 'monolog.logger.messenger' shared service.
  4509.      *
  4510.      * @return \Symfony\Bridge\Monolog\Logger
  4511.      */
  4512.     protected function getMonolog_Logger_MessengerService()
  4513.     {
  4514.         $this->privates['monolog.logger.messenger'] = $instance = new \Symfony\Bridge\Monolog\Logger('messenger');
  4515.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  4516.         $instance->pushHandler(($this->privates['monolog.handler.null_internal'] ?? ($this->privates['monolog.handler.null_internal'] = new \Monolog\Handler\NullHandler())));
  4517.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  4518.         return $instance;
  4519.     }
  4520.     /**
  4521.      * Gets the private 'monolog.logger.request' shared service.
  4522.      *
  4523.      * @return \Symfony\Bridge\Monolog\Logger
  4524.      */
  4525.     protected function getMonolog_Logger_RequestService()
  4526.     {
  4527.         $this->privates['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
  4528.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  4529.         $instance->pushHandler(($this->privates['monolog.handler.null_internal'] ?? ($this->privates['monolog.handler.null_internal'] = new \Monolog\Handler\NullHandler())));
  4530.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  4531.         return $instance;
  4532.     }
  4533.     /**
  4534.      * Gets the private 'parameter_bag' shared service.
  4535.      *
  4536.      * @return \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag
  4537.      */
  4538.     protected function getParameterBagService()
  4539.     {
  4540.         return $this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this);
  4541.     }
  4542.     /**
  4543.      * Gets the private 'profiler_listener' shared service.
  4544.      *
  4545.      * @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
  4546.      */
  4547.     protected function getProfilerListenerService()
  4548.     {
  4549.         $a = ($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService());
  4550.         if (isset($this->privates['profiler_listener'])) {
  4551.             return $this->privates['profiler_listener'];
  4552.         }
  4553.         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);
  4554.     }
  4555.     /**
  4556.      * Gets the private 'property_info' shared service.
  4557.      *
  4558.      * @return \Symfony\Component\PropertyInfo\PropertyInfoExtractor
  4559.      */
  4560.     protected function getPropertyInfoService()
  4561.     {
  4562.         return $this->privates['property_info'] = new \Symfony\Component\PropertyInfo\PropertyInfoExtractor(new RewindableGenerator(function () {
  4563.             yield => ($this->privates['property_info.serializer_extractor'] ?? $this->getPropertyInfo_SerializerExtractorService());
  4564.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  4565.         }, 2), new RewindableGenerator(function () {
  4566.             yield => ($this->privates['property_info.phpstan_extractor'] ?? ($this->privates['property_info.phpstan_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpStanExtractor()));
  4567.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  4568.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  4569.         }, 3), new RewindableGenerator(function () {
  4570.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  4571.         }, 1), new RewindableGenerator(function () {
  4572.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  4573.         }, 1), new RewindableGenerator(function () {
  4574.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  4575.         }, 1));
  4576.     }
  4577.     /**
  4578.      * Gets the private 'property_info.serializer_extractor' shared service.
  4579.      *
  4580.      * @return \Symfony\Component\PropertyInfo\Extractor\SerializerExtractor
  4581.      */
  4582.     protected function getPropertyInfo_SerializerExtractorService()
  4583.     {
  4584.         include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/SerializerExtractor.php';
  4585.         return $this->privates['property_info.serializer_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\SerializerExtractor(($this->privates['serializer.mapping.class_metadata_factory'] ?? $this->getSerializer_Mapping_ClassMetadataFactoryService()));
  4586.     }
  4587.     /**
  4588.      * Gets the private 'router.cache_warmer' shared service.
  4589.      *
  4590.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\RouterCacheWarmer
  4591.      */
  4592.     protected function getRouter_CacheWarmerService()
  4593.     {
  4594.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  4595.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/RouterCacheWarmer.php';
  4596.         return $this->privates['router.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\RouterCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4597.             'router' => ['services''router''getRouterService'false],
  4598.         ], [
  4599.             'router' => '?',
  4600.         ]))->withContext('router.cache_warmer'$this));
  4601.     }
  4602.     /**
  4603.      * Gets the private 'router.request_context' shared service.
  4604.      *
  4605.      * @return \Symfony\Component\Routing\RequestContext
  4606.      */
  4607.     protected function getRouter_RequestContextService()
  4608.     {
  4609.         return $this->privates['router.request_context'] = \Symfony\Component\Routing\RequestContext::fromUri('''localhost''http'80443);
  4610.     }
  4611.     /**
  4612.      * Gets the private 'router_listener' shared service.
  4613.      *
  4614.      * @return \Symfony\Component\HttpKernel\EventListener\RouterListener
  4615.      */
  4616.     protected function getRouterListenerService()
  4617.     {
  4618.         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);
  4619.     }
  4620.     /**
  4621.      * Gets the private 'secrets.vault' shared service.
  4622.      *
  4623.      * @return \Symfony\Bundle\FrameworkBundle\Secrets\SodiumVault
  4624.      */
  4625.     protected function getSecrets_VaultService()
  4626.     {
  4627.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  4628.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarLoaderInterface.php';
  4629.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/SodiumVault.php';
  4630.         include_once \dirname(__DIR__4).'/vendor/symfony/polyfill-php80/Resources/stubs/Stringable.php';
  4631.         include_once \dirname(__DIR__4).'/vendor/symfony/string/LazyString.php';
  4632.         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'));
  4633.     }
  4634.     /**
  4635.      * Gets the private 'sensio_framework_extra.controller.listener' shared service.
  4636.      *
  4637.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener
  4638.      */
  4639.     protected function getSensioFrameworkExtra_Controller_ListenerService()
  4640.     {
  4641.         return $this->privates['sensio_framework_extra.controller.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  4642.     }
  4643.     /**
  4644.      * Gets the private 'sensio_framework_extra.converter.listener' shared service.
  4645.      *
  4646.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener
  4647.      */
  4648.     protected function getSensioFrameworkExtra_Converter_ListenerService()
  4649.     {
  4650.         $a = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager();
  4651.         $b = new \Insurance\ParamConverter\PostLoginConverter();
  4652.         $c = ($this->services['jms_serializer'] ?? $this->getJmsSerializerService());
  4653.         $d = new \Insurance\ParamConverter\SubscribePetConverter($c);
  4654.         $e = new \Insurance\ParamConverter\SubscribeSchoolConverter($c);
  4655.         $f = new \Insurance\ParamConverter\SubscribeShoppingConverter($c);
  4656.         $g = new \Insurance\ParamConverter\SubscribeVMPConverter($c);
  4657.         $a->add(new \Insurance\ParamConverter\FirstConnectionConverter(), 0NULL);
  4658.         $a->add($b0'postLoginConverter');
  4659.         $a->add($b0NULL);
  4660.         $a->add(new \Insurance\ParamConverter\ResetPasswordConverter(), 0NULL);
  4661.         $a->add($d0'subscribePetConverter');
  4662.         $a->add($d0NULL);
  4663.         $a->add($e0'subscribeSchoolConverter');
  4664.         $a->add($e0NULL);
  4665.         $a->add($f0'subscribeShoppingConverter');
  4666.         $a->add($f0NULL);
  4667.         $a->add($g0'subscribeVMPConverter');
  4668.         $a->add($g0NULL);
  4669.         $a->add(new \Insurance\ParamConverter\UserConverter($c), 0NULL);
  4670.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter(NULLNULL), 0'doctrine.orm');
  4671.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DateTimeParamConverter(), 0'datetime');
  4672.         return $this->privates['sensio_framework_extra.converter.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener($atrue);
  4673.     }
  4674.     /**
  4675.      * Gets the private 'sensio_framework_extra.view.listener' shared service.
  4676.      *
  4677.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener
  4678.      */
  4679.     protected function getSensioFrameworkExtra_View_ListenerService()
  4680.     {
  4681.         $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))));
  4682.         $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4683.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  4684.         ], [
  4685.             'twig' => '?',
  4686.         ]))->withContext('sensio_framework_extra.view.listener'$this));
  4687.         return $instance;
  4688.     }
  4689.     /**
  4690.      * Gets the private 'serializer.mapping.cache_warmer' shared service.
  4691.      *
  4692.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\SerializerCacheWarmer
  4693.      */
  4694.     protected function getSerializer_Mapping_CacheWarmerService()
  4695.     {
  4696.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  4697.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  4698.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/SerializerCacheWarmer.php';
  4699.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderInterface.php';
  4700.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/AnnotationLoader.php';
  4701.         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'));
  4702.     }
  4703.     /**
  4704.      * Gets the private 'serializer.mapping.class_metadata_factory' shared service.
  4705.      *
  4706.      * @return \Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactory
  4707.      */
  4708.     protected function getSerializer_Mapping_ClassMetadataFactoryService()
  4709.     {
  4710.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactoryInterface.php';
  4711.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassResolverTrait.php';
  4712.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactory.php';
  4713.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderInterface.php';
  4714.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderChain.php';
  4715.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/AnnotationLoader.php';
  4716.         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()))]));
  4717.     }
  4718.     /**
  4719.      * Gets the private 'session.factory' shared service.
  4720.      *
  4721.      * @return \Symfony\Component\HttpFoundation\Session\SessionFactory
  4722.      */
  4723.     protected function getSession_FactoryService()
  4724.     {
  4725.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionFactoryInterface.php';
  4726.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionFactory.php';
  4727.         $a = ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  4728.         if (isset($this->privates['session.factory'])) {
  4729.             return $this->privates['session.factory'];
  4730.         }
  4731.         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->getSession_Storage_Factory_ServiceService(), [=> $a=> 'onSessionUsage']);
  4732.     }
  4733.     /**
  4734.      * Gets the private 'session.storage.factory.service' shared service.
  4735.      *
  4736.      * @return \Symfony\Bundle\FrameworkBundle\Session\ServiceSessionFactory
  4737.      *
  4738.      * @deprecated Since symfony/framework-bundle 5.3: The "session.storage.factory.service" service is deprecated, use "session.storage.factory.native", "session.storage.factory.php_bridge" or "session.storage.factory.mock_file" instead.
  4739.      */
  4740.     protected function getSession_Storage_Factory_ServiceService()
  4741.     {
  4742.         trigger_deprecation('symfony/framework-bundle''5.3''The "session.storage.factory.service" service is deprecated, use "session.storage.factory.native", "session.storage.factory.php_bridge" or "session.storage.factory.mock_file" instead.');
  4743.         return new \Symfony\Bundle\FrameworkBundle\Session\ServiceSessionFactory(($this->privates['session.storage.native'] ?? $this->getSession_Storage_NativeService()));
  4744.     }
  4745.     /**
  4746.      * Gets the private 'session.storage.metadata_bag' shared service.
  4747.      *
  4748.      * @return \Symfony\Component\HttpFoundation\Session\Storage\MetadataBag
  4749.      *
  4750.      * @deprecated Since symfony/framework-bundle 5.3: The "session.storage.metadata_bag" service is deprecated, create your own "session.storage.factory" instead.
  4751.      */
  4752.     protected function getSession_Storage_MetadataBagService()
  4753.     {
  4754.         trigger_deprecation('symfony/framework-bundle''5.3''The "session.storage.metadata_bag" service is deprecated, create your own "session.storage.factory" instead.');
  4755.         return new \Symfony\Component\HttpFoundation\Session\Storage\MetadataBag('_sf2_meta'0);
  4756.     }
  4757.     /**
  4758.      * Gets the private 'session.storage.native' shared service.
  4759.      *
  4760.      * @return \Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage
  4761.      *
  4762.      * @deprecated Since symfony/framework-bundle 5.3: The "session.storage.native" service is deprecated, use "session.storage.factory.native" instead.
  4763.      */
  4764.     protected function getSession_Storage_NativeService()
  4765.     {
  4766.         trigger_deprecation('symfony/framework-bundle''5.3''The "session.storage.native" service is deprecated, use "session.storage.factory.native" instead.');
  4767.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/Handler/AbstractSessionHandler.php';
  4768.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/Handler/StrictSessionHandler.php';
  4769.         return $this->privates['session.storage.native'] = new \Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage($this->parameters['session.storage.options'], new \Symfony\Component\HttpFoundation\Session\Storage\Handler\StrictSessionHandler(new \SessionHandler()), $this->getSession_Storage_MetadataBagService());
  4770.     }
  4771.     /**
  4772.      * Gets the private 'session_listener' shared service.
  4773.      *
  4774.      * @return \Symfony\Component\HttpKernel\EventListener\SessionListener
  4775.      */
  4776.     protected function getSessionListenerService()
  4777.     {
  4778.         return $this->privates['session_listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4779.             'initialized_session' => ['services''.container.private.session'NULLfalse],
  4780.             'logger' => ['services''logger_bundle.app_logger''getLoggerBundle_AppLoggerService'false],
  4781.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  4782.             'session' => ['services''.container.private.session''get_Container_Private_SessionService'false],
  4783.             'session_collector' => ['privates''data_collector.request.session_collector''getDataCollector_Request_SessionCollectorService'false],
  4784.             'session_factory' => ['privates''session.factory''getSession_FactoryService'false],
  4785.             'session_storage' => ['privates''session.storage.native''getSession_Storage_NativeService'false],
  4786.         ], [
  4787.             'initialized_session' => '?',
  4788.             'logger' => '?',
  4789.             'request_stack' => '?',
  4790.             'session' => '?',
  4791.             'session_collector' => '?',
  4792.             'session_factory' => '?',
  4793.             'session_storage' => '?',
  4794.         ]), true$this->parameters['session.storage.options']);
  4795.     }
  4796.     /**
  4797.      * Gets the private 'twig.command.debug' shared service.
  4798.      *
  4799.      * @return \Symfony\Bridge\Twig\Command\DebugCommand
  4800.      */
  4801.     protected function getTwig_Command_DebugService()
  4802.     {
  4803.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4804.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Command/DebugCommand.php';
  4805.         $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()));
  4806.         $instance->setName('debug:twig');
  4807.         $instance->setDescription('Show a list of twig functions, filters, globals and tests');
  4808.         return $instance;
  4809.     }
  4810.     /**
  4811.      * Gets the private 'twig.command.lint' shared service.
  4812.      *
  4813.      * @return \Symfony\Bundle\TwigBundle\Command\LintCommand
  4814.      */
  4815.     protected function getTwig_Command_LintService()
  4816.     {
  4817.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4818.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Command/LintCommand.php';
  4819.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/Command/LintCommand.php';
  4820.         $this->privates['twig.command.lint'] = $instance = new \Symfony\Bundle\TwigBundle\Command\LintCommand(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  4821.         $instance->setName('lint:twig');
  4822.         $instance->setDescription('Lint a Twig template and outputs encountered errors');
  4823.         return $instance;
  4824.     }
  4825.     /**
  4826.      * Gets the private 'twig.mailer.message_listener' shared service.
  4827.      *
  4828.      * @return \Symfony\Component\Mailer\EventListener\MessageListener
  4829.      */
  4830.     protected function getTwig_Mailer_MessageListenerService()
  4831.     {
  4832.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/EventListener/MessageListener.php';
  4833.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/BodyRendererInterface.php';
  4834.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Mime/BodyRenderer.php';
  4835.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  4836.         if (isset($this->privates['twig.mailer.message_listener'])) {
  4837.             return $this->privates['twig.mailer.message_listener'];
  4838.         }
  4839.         return $this->privates['twig.mailer.message_listener'] = new \Symfony\Component\Mailer\EventListener\MessageListener(NULL, new \Symfony\Bridge\Twig\Mime\BodyRenderer($a));
  4840.     }
  4841.     /**
  4842.      * Gets the private 'twig.runtime.httpkernel' shared service.
  4843.      *
  4844.      * @return \Symfony\Bridge\Twig\Extension\HttpKernelRuntime
  4845.      */
  4846.     protected function getTwig_Runtime_HttpkernelService()
  4847.     {
  4848.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelRuntime.php';
  4849.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentHandler.php';
  4850.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DependencyInjection/LazyLoadingFragmentHandler.php';
  4851.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentUriGeneratorInterface.php';
  4852.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentUriGenerator.php';
  4853.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/UriSigner.php';
  4854.         $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  4855.         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, [
  4856.             'inline' => ['privates''fragment.renderer.inline''getFragment_Renderer_InlineService'false],
  4857.         ], [
  4858.             'inline' => '?',
  4859.         ]), $atrue), new \Symfony\Component\HttpKernel\Fragment\FragmentUriGenerator('/_fragment', new \Symfony\Component\HttpKernel\UriSigner($this->getEnv('APP_SECRET')), $a));
  4860.     }
  4861.     /**
  4862.      * Gets the private 'twig.runtime.serializer' shared service.
  4863.      *
  4864.      * @return \Symfony\Bridge\Twig\Extension\SerializerRuntime
  4865.      */
  4866.     protected function getTwig_Runtime_SerializerService()
  4867.     {
  4868.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  4869.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SerializerRuntime.php';
  4870.         return $this->privates['twig.runtime.serializer'] = new \Symfony\Bridge\Twig\Extension\SerializerRuntime(($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()));
  4871.     }
  4872.     /**
  4873.      * Gets the private 'twig.template_cache_warmer' shared service.
  4874.      *
  4875.      * @return \Symfony\Bundle\TwigBundle\CacheWarmer\TemplateCacheWarmer
  4876.      */
  4877.     protected function getTwig_TemplateCacheWarmerService()
  4878.     {
  4879.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  4880.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/CacheWarmer/TemplateCacheWarmer.php';
  4881.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/TemplateIterator.php';
  4882.         return $this->privates['twig.template_cache_warmer'] = new \Symfony\Bundle\TwigBundle\CacheWarmer\TemplateCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4883.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  4884.         ], [
  4885.             'twig' => '?',
  4886.         ]))->withContext('twig.template_cache_warmer'$this), new \Symfony\Bundle\TwigBundle\TemplateIterator(($this->services['kernel'] ?? $this->get('kernel'1)), ['public/' => 'public', (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email') => 'email'], (\dirname(__DIR__4).'/templates')));
  4887.     }
  4888.     /**
  4889.      * Gets the private 'uncap.mailer.locator' shared service.
  4890.      *
  4891.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4892.      */
  4893.     protected function getUncap_Mailer_LocatorService()
  4894.     {
  4895.         return $this->privates['uncap.mailer.locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4896.             'Uncap\\Mailer\\ConfirmationMailer' => ['privates''Uncap\\Mailer\\ConfirmationMailer''getConfirmationMailer2Service'false],
  4897.             'Uncap\\Mailer\\RefusalMailer' => ['privates''Uncap\\Mailer\\RefusalMailer''getRefusalMailerService'false],
  4898.             'Uncap\\Mailer\\ValidationMailer' => ['privates''Uncap\\Mailer\\ValidationMailer''getValidationMailerService'false],
  4899.         ], [
  4900.             'Uncap\\Mailer\\ConfirmationMailer' => '?',
  4901.             'Uncap\\Mailer\\RefusalMailer' => '?',
  4902.             'Uncap\\Mailer\\ValidationMailer' => '?',
  4903.         ]);
  4904.     }
  4905.     /**
  4906.      * Gets the private 'validator.builder' shared service.
  4907.      *
  4908.      * @return \Symfony\Component\Validator\ValidatorBuilder
  4909.      */
  4910.     protected function getValidator_BuilderService()
  4911.     {
  4912.         $this->privates['validator.builder'] = $instance = \Symfony\Component\Validator\Validation::createValidatorBuilder();
  4913.         $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  4914.         $instance->setConstraintValidatorFactory(new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4915.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates''validator.email''getValidator_EmailService'false],
  4916.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates''validator.expression''getValidator_ExpressionService'false],
  4917.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => ['privates''validator.not_compromised_password''getValidator_NotCompromisedPasswordService'false],
  4918.             'validator.expression' => ['privates''validator.expression''getValidator_ExpressionService'false],
  4919.         ], [
  4920.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => '?',
  4921.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => '?',
  4922.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => '?',
  4923.             'validator.expression' => '?',
  4924.         ])));
  4925.         $instance->setTranslationDomain('validators');
  4926.         $instance->enableAnnotationMapping(true);
  4927.         $instance->setDoctrineAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  4928.         $instance->addMethodMapping('loadValidatorMetadata');
  4929.         $instance->addObjectInitializers([]);
  4930.         $instance->addLoader(new \Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader($a$a$aNULL));
  4931.         return $instance;
  4932.     }
  4933.     /**
  4934.      * Gets the private 'validator.email' shared service.
  4935.      *
  4936.      * @return \Symfony\Component\Validator\Constraints\EmailValidator
  4937.      */
  4938.     protected function getValidator_EmailService()
  4939.     {
  4940.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  4941.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  4942.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/EmailValidator.php';
  4943.         return $this->privates['validator.email'] = new \Symfony\Component\Validator\Constraints\EmailValidator('html5');
  4944.     }
  4945.     /**
  4946.      * Gets the private 'validator.expression' shared service.
  4947.      *
  4948.      * @return \Symfony\Component\Validator\Constraints\ExpressionValidator
  4949.      */
  4950.     protected function getValidator_ExpressionService()
  4951.     {
  4952.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  4953.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  4954.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/ExpressionValidator.php';
  4955.         return $this->privates['validator.expression'] = new \Symfony\Component\Validator\Constraints\ExpressionValidator(NULL);
  4956.     }
  4957.     /**
  4958.      * Gets the private 'validator.mapping.cache_warmer' shared service.
  4959.      *
  4960.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\ValidatorCacheWarmer
  4961.      */
  4962.     protected function getValidator_Mapping_CacheWarmerService()
  4963.     {
  4964.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  4965.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  4966.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/ValidatorCacheWarmer.php';
  4967.         return $this->privates['validator.mapping.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\ValidatorCacheWarmer(($this->privates['validator.builder'] ?? $this->getValidator_BuilderService()), ($this->targetDir.''.'/validation.php'));
  4968.     }
  4969.     /**
  4970.      * Gets the private 'validator.not_compromised_password' shared service.
  4971.      *
  4972.      * @return \Symfony\Component\Validator\Constraints\NotCompromisedPasswordValidator
  4973.      */
  4974.     protected function getValidator_NotCompromisedPasswordService()
  4975.     {
  4976.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  4977.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  4978.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/NotCompromisedPasswordValidator.php';
  4979.         return $this->privates['validator.not_compromised_password'] = new \Symfony\Component\Validator\Constraints\NotCompromisedPasswordValidator(($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), 'UTF-8'trueNULL);
  4980.     }
  4981.     /**
  4982.      * Gets the private 'var_dumper.command.server_dump' shared service.
  4983.      *
  4984.      * @return \Symfony\Component\VarDumper\Command\ServerDumpCommand
  4985.      */
  4986.     protected function getVarDumper_Command_ServerDumpService()
  4987.     {
  4988.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4989.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/ServerDumpCommand.php';
  4990.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Server/DumpServer.php';
  4991.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/Descriptor/DumpDescriptorInterface.php';
  4992.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/Descriptor/CliDescriptor.php';
  4993.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/Descriptor/HtmlDescriptor.php';
  4994.         $a = new \Symfony\Bridge\Monolog\Logger('debug');
  4995.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  4996.         $a->pushHandler(($this->privates['monolog.handler.elk_stream'] ?? $this->getMonolog_Handler_ElkStreamService()));
  4997.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  4998.         $this->privates['var_dumper.command.server_dump'] = $instance = new \Symfony\Component\VarDumper\Command\ServerDumpCommand(new \Symfony\Component\VarDumper\Server\DumpServer('tcp://'.$this->getEnv('string:VAR_DUMPER_SERVER'), $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()))]);
  4999.         $instance->setName('server:dump');
  5000.         $instance->setDescription('Start a dump server that collects and displays dumps in a single place');
  5001.         return $instance;
  5002.     }
  5003.     /**
  5004.      * Gets the private 'var_dumper.contextualized_cli_dumper.inner' shared service.
  5005.      *
  5006.      * @return \Symfony\Component\VarDumper\Dumper\CliDumper
  5007.      */
  5008.     protected function getVarDumper_ContextualizedCliDumper_InnerService()
  5009.     {
  5010.         $this->privates['var_dumper.contextualized_cli_dumper.inner'] = $instance = new \Symfony\Component\VarDumper\Dumper\CliDumper(NULL'UTF-8'0);
  5011.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  5012.         return $instance;
  5013.     }
  5014.     /**
  5015.      * Gets the private 'var_dumper.html_dumper' shared service.
  5016.      *
  5017.      * @return \Symfony\Component\VarDumper\Dumper\HtmlDumper
  5018.      */
  5019.     protected function getVarDumper_HtmlDumperService()
  5020.     {
  5021.         $this->privates['var_dumper.html_dumper'] = $instance = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'0);
  5022.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  5023.         return $instance;
  5024.     }
  5025.     /**
  5026.      * Gets the private 'var_dumper.server_connection' shared service.
  5027.      *
  5028.      * @return \Symfony\Component\VarDumper\Server\Connection
  5029.      */
  5030.     protected function getVarDumper_ServerConnectionService()
  5031.     {
  5032.         return $this->privates['var_dumper.server_connection'] = new \Symfony\Component\VarDumper\Server\Connection('tcp://'.$this->getEnv('string:VAR_DUMPER_SERVER'), ['source' => new \Symfony\Component\VarDumper\Dumper\ContextProvider\SourceContextProvider('UTF-8', \dirname(__DIR__4), ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())), 'request' => new \Symfony\Component\VarDumper\Dumper\ContextProvider\RequestContextProvider(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()))), 'cli' => new \Symfony\Component\VarDumper\Dumper\ContextProvider\CliContextProvider()]);
  5033.     }
  5034.     /**
  5035.      * Gets the private 'web_profiler.csp.handler' shared service.
  5036.      *
  5037.      * @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
  5038.      */
  5039.     protected function getWebProfiler_Csp_HandlerService()
  5040.     {
  5041.         return $this->privates['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
  5042.     }
  5043.     /**
  5044.      * Gets the private 'web_profiler.debug_toolbar' shared service.
  5045.      *
  5046.      * @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
  5047.      */
  5048.     protected function getWebProfiler_DebugToolbarService()
  5049.     {
  5050.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  5051.         if (isset($this->privates['web_profiler.debug_toolbar'])) {
  5052.             return $this->privates['web_profiler.debug_toolbar'];
  5053.         }
  5054.         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()));
  5055.     }
  5056.     /**
  5057.      * Gets the private 'webpack_encore.entrypoint_lookup[_default]' shared service.
  5058.      *
  5059.      * @return \Symfony\WebpackEncoreBundle\Asset\EntrypointLookup
  5060.      */
  5061.     protected function getWebpackEncore_EntrypointLookupDefaultService()
  5062.     {
  5063.         include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookupInterface.php';
  5064.         include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/IntegrityDataProviderInterface.php';
  5065.         include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookup.php';
  5066.         return $this->privates['webpack_encore.entrypoint_lookup[_default]'] = new \Symfony\WebpackEncoreBundle\Asset\EntrypointLookup((\dirname(__DIR__4).'/public/build/entrypoints.json'), NULL'_default'true);
  5067.     }
  5068.     /**
  5069.      * Gets the private 'webpack_encore.entrypoint_lookup_collection' shared service.
  5070.      *
  5071.      * @return \Symfony\WebpackEncoreBundle\Asset\EntrypointLookupCollection
  5072.      */
  5073.     protected function getWebpackEncore_EntrypointLookupCollectionService()
  5074.     {
  5075.         return $this->privates['webpack_encore.entrypoint_lookup_collection'] = new \Symfony\WebpackEncoreBundle\Asset\EntrypointLookupCollection(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5076.             '_default' => ['privates''webpack_encore.entrypoint_lookup[_default]''getWebpackEncore_EntrypointLookupDefaultService'false],
  5077.         ], [
  5078.             '_default' => '?',
  5079.         ]), '_default');
  5080.     }
  5081.     /**
  5082.      * Gets the private 'webpack_encore.exception_listener' shared service.
  5083.      *
  5084.      * @return \Symfony\WebpackEncoreBundle\EventListener\ExceptionListener
  5085.      */
  5086.     protected function getWebpackEncore_ExceptionListenerService()
  5087.     {
  5088.         include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/EventListener/ExceptionListener.php';
  5089.         return $this->privates['webpack_encore.exception_listener'] = new \Symfony\WebpackEncoreBundle\EventListener\ExceptionListener(($this->privates['webpack_encore.entrypoint_lookup_collection'] ?? $this->getWebpackEncore_EntrypointLookupCollectionService()), [=> '_default']);
  5090.     }
  5091.     /**
  5092.      * Gets the private 'webpack_encore.tag_renderer' shared service.
  5093.      *
  5094.      * @return \Symfony\WebpackEncoreBundle\Asset\TagRenderer
  5095.      */
  5096.     protected function getWebpackEncore_TagRendererService()
  5097.     {
  5098.         include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/TagRenderer.php';
  5099.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  5100.         if (isset($this->privates['webpack_encore.tag_renderer'])) {
  5101.             return $this->privates['webpack_encore.tag_renderer'];
  5102.         }
  5103.         return $this->privates['webpack_encore.tag_renderer'] = new \Symfony\WebpackEncoreBundle\Asset\TagRenderer(($this->privates['webpack_encore.entrypoint_lookup_collection'] ?? $this->getWebpackEncore_EntrypointLookupCollectionService()), ($this->privates['assets.packages'] ?? $this->getAssets_PackagesService()), [], [], [], $a);
  5104.     }
  5105.     /**
  5106.      * Gets the public 'cache_clearer' alias.
  5107.      *
  5108.      * @return object The ".container.private.cache_clearer" service.
  5109.      */
  5110.     protected function getCacheClearerService()
  5111.     {
  5112.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "cache_clearer" service directly from the container is deprecated, use dependency injection instead.');
  5113.         return $this->get('.container.private.cache_clearer');
  5114.     }
  5115.     /**
  5116.      * Gets the public 'filesystem' alias.
  5117.      *
  5118.      * @return object The ".container.private.filesystem" service.
  5119.      */
  5120.     protected function getFilesystemService()
  5121.     {
  5122.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "filesystem" service directly from the container is deprecated, use dependency injection instead.');
  5123.         return $this->get('.container.private.filesystem');
  5124.     }
  5125.     /**
  5126.      * Gets the public 'serializer' alias.
  5127.      *
  5128.      * @return object The ".container.private.serializer" service.
  5129.      */
  5130.     protected function getSerializerService()
  5131.     {
  5132.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "serializer" service directly from the container is deprecated, use dependency injection instead.');
  5133.         return $this->get('.container.private.serializer');
  5134.     }
  5135.     /**
  5136.      * Gets the public 'profiler' alias.
  5137.      *
  5138.      * @return object The ".container.private.profiler" service.
  5139.      */
  5140.     protected function getProfilerService()
  5141.     {
  5142.         trigger_deprecation('symfony/framework-bundle''5.4''Accessing the "profiler" service directly from the container is deprecated, use dependency injection instead.');
  5143.         return $this->get('.container.private.profiler');
  5144.     }
  5145.     /**
  5146.      * Gets the public 'twig' alias.
  5147.      *
  5148.      * @return object The ".container.private.twig" service.
  5149.      */
  5150.     protected function getTwigService()
  5151.     {
  5152.         trigger_deprecation('symfony/twig-bundle''5.2''Accessing the "twig" service directly from the container is deprecated, use dependency injection instead.');
  5153.         return $this->get('.container.private.twig');
  5154.     }
  5155.     /**
  5156.      * Gets the public 'session' alias.
  5157.      *
  5158.      * @return object The ".container.private.session" service.
  5159.      */
  5160.     protected function getSessionService()
  5161.     {
  5162.         trigger_deprecation('symfony/framework-bundle''5.3''Accessing the "session" service directly from the container is deprecated, use dependency injection instead.');
  5163.         return $this->get('.container.private.session');
  5164.     }
  5165.     /**
  5166.      * Gets the public 'validator' alias.
  5167.      *
  5168.      * @return object The ".container.private.validator" service.
  5169.      */
  5170.     protected function getValidatorService()
  5171.     {
  5172.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "validator" service directly from the container is deprecated, use dependency injection instead.');
  5173.         return $this->get('.container.private.validator');
  5174.     }
  5175.     /**
  5176.      * @return array|bool|float|int|string|\UnitEnum|null
  5177.      */
  5178.     public function getParameter(string $name)
  5179.     {
  5180.         if (isset($this->buildParameters[$name])) {
  5181.             return $this->buildParameters[$name];
  5182.         }
  5183.         if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters))) {
  5184.             throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.'$name));
  5185.         }
  5186.         if (isset($this->loadedDynamicParameters[$name])) {
  5187.             return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  5188.         }
  5189.         return $this->parameters[$name];
  5190.     }
  5191.     public function hasParameter(string $name): bool
  5192.     {
  5193.         if (isset($this->buildParameters[$name])) {
  5194.             return true;
  5195.         }
  5196.         return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters);
  5197.     }
  5198.     public function setParameter(string $name$value): void
  5199.     {
  5200.         throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
  5201.     }
  5202.     public function getParameterBag(): ParameterBagInterface
  5203.     {
  5204.         if (null === $this->parameterBag) {
  5205.             $parameters $this->parameters;
  5206.             foreach ($this->loadedDynamicParameters as $name => $loaded) {
  5207.                 $parameters[$name] = $loaded $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  5208.             }
  5209.             foreach ($this->buildParameters as $name => $value) {
  5210.                 $parameters[$name] = $value;
  5211.             }
  5212.             $this->parameterBag = new FrozenParameterBag($parameters);
  5213.         }
  5214.         return $this->parameterBag;
  5215.     }
  5216.     private $loadedDynamicParameters = [
  5217.         'kernel.runtime_environment' => false,
  5218.         'kernel.build_dir' => false,
  5219.         'kernel.cache_dir' => false,
  5220.         'popscodeNormal' => false,
  5221.         'popscodeDiscount' => false,
  5222.         'popscodeIds' => false,
  5223.         'app_host' => false,
  5224.         'app_index' => false,
  5225.         'kernel.secret' => false,
  5226.         'debug.container.dump' => false,
  5227.         'serializer.mapping.cache.file' => false,
  5228.         'validator.mapping.cache.file' => false,
  5229.         'profiler.storage.dsn' => false,
  5230.     ];
  5231.     private $dynamicParameters = [];
  5232.     private function getDynamicParameter(string $name)
  5233.     {
  5234.         switch ($name) {
  5235.             case 'kernel.runtime_environment'$value $this->getEnv('default:kernel.environment:APP_RUNTIME_ENV'); break;
  5236.             case 'kernel.build_dir'$value $this->targetDir.''; break;
  5237.             case 'kernel.cache_dir'$value $this->targetDir.''; break;
  5238.             case 'popscodeNormal'$value = [
  5239.                 'basic' => $this->getEnv('FORMULE_POP_CODE_SCHOOL_NORMAL_BASIC'),
  5240.                 'extra' => $this->getEnv('FORMULE_POP_CODE_SCHOOL_NORMAL_EXTRA'),
  5241.                 'dog' => $this->getEnv('FORMULE_POP_CODE_DOG'),
  5242.                 'cat' => $this->getEnv('FORMULE_POP_CODE_CAT'),
  5243.                 'shopping' => $this->getEnv('FORMULE_POP_CODE_SHOPPING'),
  5244.                 'vmp' => $this->getEnv('FORMULE_POP_CODE_VMP'),
  5245.                 'plus' => $this->getEnv('FORMULE_POP_CODE_PLUS'),
  5246.             ]; break;
  5247.             case 'popscodeDiscount'$value = [
  5248.                 'basic' => $this->getEnv('FORMULE_POP_CODE_SCHOOL_DISCOUNT_BASIC'),
  5249.                 'extra' => $this->getEnv('FORMULE_POP_CODE_SCHOOL_DISCOUNT_EXTRA'),
  5250.                 'dog' => $this->getEnv('FORMULE_POP_CODE_DOG'),
  5251.                 'cat' => $this->getEnv('FORMULE_POP_CODE_CAT'),
  5252.                 'shopping' => $this->getEnv('FORMULE_POP_CODE_SHOPPING'),
  5253.                 'vmp' => $this->getEnv('FORMULE_POP_CODE_VMP'),
  5254.                 'plus' => $this->getEnv('FORMULE_POP_CODE_PLUS'),
  5255.             ]; break;
  5256.             case 'popscodeIds'$value = [
  5257.                 'basic' => $this->getEnv('FORMULE_SCHOOL_BASIC_ID'),
  5258.                 'extra' => $this->getEnv('FORMULE_SCHOOL_EXTRA_ID'),
  5259.                 'dog' => $this->getEnv('FORMULE_DOG_ID'),
  5260.                 'cat' => $this->getEnv('FORMULE_CAT_ID'),
  5261.                 'shopping' => $this->getEnv('FORMULE_SHOPPING_ID'),
  5262.                 'vmp' => $this->getEnv('FORMULE_VMP_ID'),
  5263.                 'plus' => $this->getEnv('FORMULE_PLUS_ID'),
  5264.             ]; break;
  5265.             case 'app_host'$value $this->getEnv('resolve:APP_HOST'); break;
  5266.             case 'app_index'$value 'bca-b2c-'.$this->getEnv('string:resolve:APP_ENV'); break;
  5267.             case 'kernel.secret'$value $this->getEnv('APP_SECRET'); break;
  5268.             case 'debug.container.dump'$value = ($this->targetDir.''.'/App_KernelDevDebugContainer.xml'); break;
  5269.             case 'serializer.mapping.cache.file'$value = ($this->targetDir.''.'/serialization.php'); break;
  5270.             case 'validator.mapping.cache.file'$value = ($this->targetDir.''.'/validation.php'); break;
  5271.             case 'profiler.storage.dsn'$value = ('file:'.$this->targetDir.''.'/profiler'); break;
  5272.             default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.'$name));
  5273.         }
  5274.         $this->loadedDynamicParameters[$name] = true;
  5275.         return $this->dynamicParameters[$name] = $value;
  5276.     }
  5277.     protected function getDefaultParameters(): array
  5278.     {
  5279.         return [
  5280.             'kernel.project_dir' => \dirname(__DIR__4),
  5281.             'kernel.environment' => 'dev',
  5282.             'kernel.debug' => true,
  5283.             'kernel.logs_dir' => (\dirname(__DIR__3).'/log'),
  5284.             'kernel.bundles' => [
  5285.                 'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
  5286.                 'SensioFrameworkExtraBundle' => 'Sensio\\Bundle\\FrameworkExtraBundle\\SensioFrameworkExtraBundle',
  5287.                 'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
  5288.                 'TwigExtraBundle' => 'Twig\\Extra\\TwigExtraBundle\\TwigExtraBundle',
  5289.                 'WebpackEncoreBundle' => 'Symfony\\WebpackEncoreBundle\\WebpackEncoreBundle',
  5290.                 'BCAAPIMBundle' => 'BCA\\APIM\\BCAAPIMBundle',
  5291.                 'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
  5292.                 'JMSSerializerBundle' => 'JMS\\SerializerBundle\\JMSSerializerBundle',
  5293.                 'Infrastructure' => 'Infrastructure\\Infrastructure',
  5294.                 'BcaAccount' => 'BcaAccount\\BcaAccount',
  5295.                 'Demand' => 'Demand\\Demand',
  5296.                 'Proof' => 'Proof\\Proof',
  5297.                 'Catalog' => 'Catalog\\Catalog',
  5298.                 'BcaRequest' => 'BcaRequest\\BcaRequest',
  5299.                 'BCAAPISerializerBundle' => 'BCA\\APISerializer\\BCAAPISerializerBundle',
  5300.                 'Uncap' => 'Uncap\\Uncap',
  5301.                 'BcaB2c' => 'BcaB2c\\BcaB2c',
  5302.                 'BorrowerInsurance' => 'BorrowerInsurance\\BorrowerInsurance',
  5303.                 'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
  5304.                 'DebugBundle' => 'Symfony\\Bundle\\DebugBundle\\DebugBundle',
  5305.                 'FLOALoggerBundle' => 'FLOA\\LoggerBundle\\FLOALoggerBundle',
  5306.             ],
  5307.             'kernel.bundles_metadata' => [
  5308.                 'FrameworkBundle' => [
  5309.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle'),
  5310.                     'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
  5311.                 ],
  5312.                 'SensioFrameworkExtraBundle' => [
  5313.                     'path' => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src'),
  5314.                     'namespace' => 'Sensio\\Bundle\\FrameworkExtraBundle',
  5315.                 ],
  5316.                 'TwigBundle' => [
  5317.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle'),
  5318.                     'namespace' => 'Symfony\\Bundle\\TwigBundle',
  5319.                 ],
  5320.                 'TwigExtraBundle' => [
  5321.                     'path' => (\dirname(__DIR__4).'/vendor/twig/extra-bundle'),
  5322.                     'namespace' => 'Twig\\Extra\\TwigExtraBundle',
  5323.                 ],
  5324.                 'WebpackEncoreBundle' => [
  5325.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src'),
  5326.                     'namespace' => 'Symfony\\WebpackEncoreBundle',
  5327.                 ],
  5328.                 'BCAAPIMBundle' => [
  5329.                     'path' => (\dirname(__DIR__4).'/vendor/bca/apim/src'),
  5330.                     'namespace' => 'BCA\\APIM',
  5331.                 ],
  5332.                 'MonologBundle' => [
  5333.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle'),
  5334.                     'namespace' => 'Symfony\\Bundle\\MonologBundle',
  5335.                 ],
  5336.                 'JMSSerializerBundle' => [
  5337.                     'path' => (\dirname(__DIR__4).'/vendor/jms/serializer-bundle'),
  5338.                     'namespace' => 'JMS\\SerializerBundle',
  5339.                 ],
  5340.                 'Infrastructure' => [
  5341.                     'path' => (\dirname(__DIR__4).'/src/Infrastructure'),
  5342.                     'namespace' => 'Infrastructure',
  5343.                 ],
  5344.                 'BcaAccount' => [
  5345.                     'path' => (\dirname(__DIR__4).'/src/BcaAccount'),
  5346.                     'namespace' => 'BcaAccount',
  5347.                 ],
  5348.                 'Demand' => [
  5349.                     'path' => (\dirname(__DIR__4).'/src/Demand'),
  5350.                     'namespace' => 'Demand',
  5351.                 ],
  5352.                 'Proof' => [
  5353.                     'path' => (\dirname(__DIR__4).'/src/Proof'),
  5354.                     'namespace' => 'Proof',
  5355.                 ],
  5356.                 'Catalog' => [
  5357.                     'path' => (\dirname(__DIR__4).'/src/Catalog'),
  5358.                     'namespace' => 'Catalog',
  5359.                 ],
  5360.                 'BcaRequest' => [
  5361.                     'path' => (\dirname(__DIR__4).'/src/BcaRequest'),
  5362.                     'namespace' => 'BcaRequest',
  5363.                 ],
  5364.                 'BCAAPISerializerBundle' => [
  5365.                     'path' => (\dirname(__DIR__4).'/vendor/bca/api-serializer/src'),
  5366.                     'namespace' => 'BCA\\APISerializer',
  5367.                 ],
  5368.                 'Uncap' => [
  5369.                     'path' => (\dirname(__DIR__4).'/src/Uncap'),
  5370.                     'namespace' => 'Uncap',
  5371.                 ],
  5372.                 'BcaB2c' => [
  5373.                     'path' => (\dirname(__DIR__4).'/src/BcaB2c'),
  5374.                     'namespace' => 'BcaB2c',
  5375.                 ],
  5376.                 'BorrowerInsurance' => [
  5377.                     'path' => (\dirname(__DIR__4).'/src/BorrowerInsurance'),
  5378.                     'namespace' => 'BorrowerInsurance',
  5379.                 ],
  5380.                 'WebProfilerBundle' => [
  5381.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle'),
  5382.                     'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
  5383.                 ],
  5384.                 'DebugBundle' => [
  5385.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle'),
  5386.                     'namespace' => 'Symfony\\Bundle\\DebugBundle',
  5387.                 ],
  5388.                 'FLOALoggerBundle' => [
  5389.                     'path' => (\dirname(__DIR__4).'/vendor/floa/logger-bundle/src'),
  5390.                     'namespace' => 'FLOA\\LoggerBundle',
  5391.                 ],
  5392.             ],
  5393.             'kernel.charset' => 'UTF-8',
  5394.             'kernel.container_class' => 'App_KernelDevDebugContainer',
  5395.             'container.dumper.inline_class_loader' => true,
  5396.             'container.dumper.inline_factories' => true,
  5397.             'filtered_keys' => [
  5398.                 => 'password',
  5399.                 => 'base64',
  5400.             ],
  5401.             'prices' => [
  5402.                 98135 => '9.90',
  5403.                 98136 => '14.90',
  5404.                 98137 => '7.90',
  5405.                 98138 => '12.90',
  5406.             ],
  5407.             'event_dispatcher.event_aliases' => [
  5408.                 'Symfony\\Component\\Console\\Event\\ConsoleCommandEvent' => 'console.command',
  5409.                 'Symfony\\Component\\Console\\Event\\ConsoleErrorEvent' => 'console.error',
  5410.                 'Symfony\\Component\\Console\\Event\\ConsoleSignalEvent' => 'console.signal',
  5411.                 'Symfony\\Component\\Console\\Event\\ConsoleTerminateEvent' => 'console.terminate',
  5412.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerArgumentsEvent' => 'kernel.controller_arguments',
  5413.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerEvent' => 'kernel.controller',
  5414.                 'Symfony\\Component\\HttpKernel\\Event\\ResponseEvent' => 'kernel.response',
  5415.                 'Symfony\\Component\\HttpKernel\\Event\\FinishRequestEvent' => 'kernel.finish_request',
  5416.                 'Symfony\\Component\\HttpKernel\\Event\\RequestEvent' => 'kernel.request',
  5417.                 'Symfony\\Component\\HttpKernel\\Event\\ViewEvent' => 'kernel.view',
  5418.                 'Symfony\\Component\\HttpKernel\\Event\\ExceptionEvent' => 'kernel.exception',
  5419.                 'Symfony\\Component\\HttpKernel\\Event\\TerminateEvent' => 'kernel.terminate',
  5420.             ],
  5421.             'fragment.renderer.hinclude.global_template' => NULL,
  5422.             'fragment.path' => '/_fragment',
  5423.             'kernel.http_method_override' => true,
  5424.             'kernel.trusted_hosts' => [
  5425.             ],
  5426.             'kernel.default_locale' => 'en',
  5427.             'kernel.enabled_locales' => [
  5428.             ],
  5429.             'kernel.error_controller' => 'error_controller',
  5430.             'debug.file_link_format' => NULL,
  5431.             'asset.request_context.base_path' => NULL,
  5432.             'asset.request_context.secure' => NULL,
  5433.             'debug.error_handler.throw_at' => -1,
  5434.             'router.request_context.host' => 'localhost',
  5435.             'router.request_context.scheme' => 'http',
  5436.             'router.request_context.base_url' => '',
  5437.             'router.resource' => 'kernel::loadRoutes',
  5438.             'request_listener.http_port' => 80,
  5439.             'request_listener.https_port' => 443,
  5440.             'session.metadata.storage_key' => '_sf2_meta',
  5441.             'session.storage.options' => [
  5442.                 'cache_limiter' => '0',
  5443.                 'cookie_secure' => 'auto',
  5444.                 'cookie_httponly' => true,
  5445.                 'cookie_samesite' => 'lax',
  5446.                 'gc_probability' => 1,
  5447.             ],
  5448.             'session.save_path' => NULL,
  5449.             'session.metadata.update_threshold' => 0,
  5450.             'validator.translation_domain' => 'validators',
  5451.             'profiler_listener.only_exceptions' => false,
  5452.             'profiler_listener.only_main_requests' => false,
  5453.             'twig.form.resources' => [
  5454.                 => 'form_div_layout.html.twig',
  5455.             ],
  5456.             'twig.default_path' => (\dirname(__DIR__4).'/templates'),
  5457.             'monolog.use_microseconds' => true,
  5458.             'monolog.swift_mailer.handlers' => [
  5459.             ],
  5460.             'monolog.handlers_to_channels' => [
  5461.                 'monolog.handler.elk_stream' => [
  5462.                     'type' => 'exclusive',
  5463.                     'elements' => [
  5464.                         => 'request',
  5465.                         => 'http_client',
  5466.                         => 'php',
  5467.                         => 'messenger',
  5468.                     ],
  5469.                 ],
  5470.             ],
  5471.             'web_profiler.debug_toolbar.intercept_redirects' => false,
  5472.             'web_profiler.debug_toolbar.mode' => 2,
  5473.             'env(VAR_DUMPER_SERVER)' => '127.0.0.1:9912',
  5474.             'data_collector.templates' => [
  5475.                 'data_collector.request' => [
  5476.                     => 'request',
  5477.                     => '@WebProfiler/Collector/request.html.twig',
  5478.                 ],
  5479.                 'data_collector.time' => [
  5480.                     => 'time',
  5481.                     => '@WebProfiler/Collector/time.html.twig',
  5482.                 ],
  5483.                 'data_collector.memory' => [
  5484.                     => 'memory',
  5485.                     => '@WebProfiler/Collector/memory.html.twig',
  5486.                 ],
  5487.                 'data_collector.validator' => [
  5488.                     => 'validator',
  5489.                     => '@WebProfiler/Collector/validator.html.twig',
  5490.                 ],
  5491.                 'data_collector.ajax' => [
  5492.                     => 'ajax',
  5493.                     => '@WebProfiler/Collector/ajax.html.twig',
  5494.                 ],
  5495.                 'data_collector.exception' => [
  5496.                     => 'exception',
  5497.                     => '@WebProfiler/Collector/exception.html.twig',
  5498.                 ],
  5499.                 'data_collector.logger' => [
  5500.                     => 'logger',
  5501.                     => '@WebProfiler/Collector/logger.html.twig',
  5502.                 ],
  5503.                 'data_collector.events' => [
  5504.                     => 'events',
  5505.                     => '@WebProfiler/Collector/events.html.twig',
  5506.                 ],
  5507.                 'data_collector.router' => [
  5508.                     => 'router',
  5509.                     => '@WebProfiler/Collector/router.html.twig',
  5510.                 ],
  5511.                 'data_collector.cache' => [
  5512.                     => 'cache',
  5513.                     => '@WebProfiler/Collector/cache.html.twig',
  5514.                 ],
  5515.                 'data_collector.twig' => [
  5516.                     => 'twig',
  5517.                     => '@WebProfiler/Collector/twig.html.twig',
  5518.                 ],
  5519.                 'data_collector.http_client' => [
  5520.                     => 'http_client',
  5521.                     => '@WebProfiler/Collector/http_client.html.twig',
  5522.                 ],
  5523.                 'data_collector.dump' => [
  5524.                     => 'dump',
  5525.                     => '@Debug/Profiler/dump.html.twig',
  5526.                 ],
  5527.                 'data_collector.messenger' => [
  5528.                     => 'messenger',
  5529.                     => '@WebProfiler/Collector/messenger.html.twig',
  5530.                 ],
  5531.                 'mailer.data_collector' => [
  5532.                     => 'mailer',
  5533.                     => '@WebProfiler/Collector/mailer.html.twig',
  5534.                 ],
  5535.                 'data_collector.config' => [
  5536.                     => 'config',
  5537.                     => '@WebProfiler/Collector/config.html.twig',
  5538.                 ],
  5539.             ],
  5540.             'console.command.ids' => [
  5541.             ],
  5542.         ];
  5543.     }
  5544.     protected function throw($message)
  5545.     {
  5546.         throw new RuntimeException($message);
  5547.     }
  5548. }