<?xml version="1.0" encoding="utf-8"?>
<container xmlns="http://symfony.com/schema/dic/services" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://symfony.com/schema/dic/services https://symfony.com/schema/dic/services/services-1.0.xsd">
  <parameters>
    <parameter key="kernel.project_dir">/var/www/digitization-service/releases/8</parameter>
    <parameter key="kernel.environment">dev</parameter>
    <parameter key="kernel.runtime_environment">%env(default:kernel.environment:APP_RUNTIME_ENV)%</parameter>
    <parameter key="kernel.debug">true</parameter>
    <parameter key="kernel.build_dir">/var/www/digitization-service/releases/8/var/cache/dev</parameter>
    <parameter key="kernel.cache_dir">/var/www/digitization-service/releases/8/var/cache/dev</parameter>
    <parameter key="kernel.logs_dir">/var/www/digitization-service/releases/8/var/log</parameter>
    <parameter key="kernel.bundles" type="collection">
      <parameter key="FrameworkBundle">Symfony\Bundle\FrameworkBundle\FrameworkBundle</parameter>
      <parameter key="SwiftmailerBundle">Symfony\Bundle\SwiftmailerBundle\SwiftmailerBundle</parameter>
      <parameter key="MonologBundle">Symfony\Bundle\MonologBundle\MonologBundle</parameter>
      <parameter key="KnpPaginatorBundle">Knp\Bundle\PaginatorBundle\KnpPaginatorBundle</parameter>
      <parameter key="DoctrineBundle">Doctrine\Bundle\DoctrineBundle\DoctrineBundle</parameter>
      <parameter key="DoctrineMigrationsBundle">Doctrine\Bundle\MigrationsBundle\DoctrineMigrationsBundle</parameter>
      <parameter key="ChrisguitarguyRequestIdBundle">Chrisguitarguy\RequestId\ChrisguitarguyRequestIdBundle</parameter>
      <parameter key="PayneticsBundle">Paynetics\PayneticsBundle</parameter>
      <parameter key="AwsBundle">Aws\Symfony\AwsBundle</parameter>
    </parameter>
    <parameter key="kernel.bundles_metadata" type="collection">
      <parameter key="FrameworkBundle" type="collection">
        <parameter key="path">/var/www/digitization-service/releases/8/vendor/symfony/framework-bundle</parameter>
        <parameter key="namespace">Symfony\Bundle\FrameworkBundle</parameter>
      </parameter>
      <parameter key="SwiftmailerBundle" type="collection">
        <parameter key="path">/var/www/digitization-service/releases/8/vendor/symfony/swiftmailer-bundle</parameter>
        <parameter key="namespace">Symfony\Bundle\SwiftmailerBundle</parameter>
      </parameter>
      <parameter key="MonologBundle" type="collection">
        <parameter key="path">/var/www/digitization-service/releases/8/vendor/symfony/monolog-bundle</parameter>
        <parameter key="namespace">Symfony\Bundle\MonologBundle</parameter>
      </parameter>
      <parameter key="KnpPaginatorBundle" type="collection">
        <parameter key="path">/var/www/digitization-service/releases/8/vendor/knplabs/knp-paginator-bundle</parameter>
        <parameter key="namespace">Knp\Bundle\PaginatorBundle</parameter>
      </parameter>
      <parameter key="DoctrineBundle" type="collection">
        <parameter key="path">/var/www/digitization-service/releases/8/vendor/doctrine/doctrine-bundle</parameter>
        <parameter key="namespace">Doctrine\Bundle\DoctrineBundle</parameter>
      </parameter>
      <parameter key="DoctrineMigrationsBundle" type="collection">
        <parameter key="path">/var/www/digitization-service/releases/8/vendor/doctrine/doctrine-migrations-bundle</parameter>
        <parameter key="namespace">Doctrine\Bundle\MigrationsBundle</parameter>
      </parameter>
      <parameter key="ChrisguitarguyRequestIdBundle" type="collection">
        <parameter key="path">/var/www/digitization-service/releases/8/vendor/chrisguitarguy/request-id-bundle/src</parameter>
        <parameter key="namespace">Chrisguitarguy\RequestId</parameter>
      </parameter>
      <parameter key="PayneticsBundle" type="collection">
        <parameter key="path">/var/www/digitization-service/releases/8/vendor/payneticsteam/paynetics-bundle/src/Paynetics</parameter>
        <parameter key="namespace">Paynetics</parameter>
      </parameter>
      <parameter key="AwsBundle" type="collection">
        <parameter key="path">/var/www/digitization-service/releases/8/vendor/aws/aws-sdk-php-symfony/src</parameter>
        <parameter key="namespace">Aws\Symfony</parameter>
      </parameter>
    </parameter>
    <parameter key="kernel.charset">UTF-8</parameter>
    <parameter key="kernel.container_class">App_KernelDevDebugContainer</parameter>
    <parameter key="applePayPaymentProcessorKey">%env(secret_manager:APPLE_PAY_PRIVATE_KEY)%</parameter>
    <parameter key="appleMerchantId">%env(APPLE_PAY_MERCHANT_ID)%</parameter>
    <parameter key="googlePayPrivateKey">%env(secret_manager:GOOGLE_PAY_PRIVATE_KEY)%</parameter>
    <parameter key="event_dispatcher.event_aliases" type="collection">
      <parameter key="Symfony\Component\Console\Event\ConsoleCommandEvent">console.command</parameter>
      <parameter key="Symfony\Component\Console\Event\ConsoleErrorEvent">console.error</parameter>
      <parameter key="Symfony\Component\Console\Event\ConsoleSignalEvent">console.signal</parameter>
      <parameter key="Symfony\Component\Console\Event\ConsoleTerminateEvent">console.terminate</parameter>
      <parameter key="Symfony\Component\HttpKernel\Event\ControllerArgumentsEvent">kernel.controller_arguments</parameter>
      <parameter key="Symfony\Component\HttpKernel\Event\ControllerEvent">kernel.controller</parameter>
      <parameter key="Symfony\Component\HttpKernel\Event\ResponseEvent">kernel.response</parameter>
      <parameter key="Symfony\Component\HttpKernel\Event\FinishRequestEvent">kernel.finish_request</parameter>
      <parameter key="Symfony\Component\HttpKernel\Event\RequestEvent">kernel.request</parameter>
      <parameter key="Symfony\Component\HttpKernel\Event\ViewEvent">kernel.view</parameter>
      <parameter key="Symfony\Component\HttpKernel\Event\ExceptionEvent">kernel.exception</parameter>
      <parameter key="Symfony\Component\HttpKernel\Event\TerminateEvent">kernel.terminate</parameter>
    </parameter>
    <parameter key="fragment.renderer.hinclude.global_template">null</parameter>
    <parameter key="fragment.path">/_fragment</parameter>
    <parameter key="kernel.secret">%env(APP_SECRET)%</parameter>
    <parameter key="kernel.http_method_override">false</parameter>
    <parameter key="kernel.trusted_hosts" type="collection"/>
    <parameter key="kernel.default_locale">en</parameter>
    <parameter key="kernel.enabled_locales" type="collection"/>
    <parameter key="kernel.error_controller">error_controller</parameter>
    <parameter key="debug.file_link_format">null</parameter>
    <parameter key="translator.logging">false</parameter>
    <parameter key="translator.default_path">/var/www/digitization-service/releases/8/translations</parameter>
    <parameter key="debug.error_handler.throw_at">-1</parameter>
    <parameter key="debug.container.dump">/var/www/digitization-service/releases/8/var/cache/dev/App_KernelDevDebugContainer.xml</parameter>
    <parameter key="router.request_context.host">localhost</parameter>
    <parameter key="router.request_context.scheme">http</parameter>
    <parameter key="router.request_context.base_url"></parameter>
    <parameter key="router.resource">kernel::loadRoutes</parameter>
    <parameter key="request_listener.http_port">80</parameter>
    <parameter key="request_listener.https_port">443</parameter>
    <parameter key="serializer.mapping.cache.file">/var/www/digitization-service/releases/8/var/cache/dev/serialization.php</parameter>
    <parameter key="cache.prefix.seed">_/var/www/digitization-service/releases/8.App_KernelDevDebugContainer</parameter>
    <parameter key="session.metadata.storage_key">_sf2_meta</parameter>
    <parameter key="session.storage.options" type="collection">
      <parameter key="cache_limiter" type="string">0</parameter>
      <parameter key="cookie_secure">auto</parameter>
      <parameter key="cookie_httponly">true</parameter>
      <parameter key="cookie_samesite">lax</parameter>
      <parameter key="gc_probability">1</parameter>
    </parameter>
    <parameter key="session.save_path">null</parameter>
    <parameter key="session.metadata.update_threshold">0</parameter>
    <parameter key="validator.mapping.cache.file">/var/www/digitization-service/releases/8/var/cache/dev/validation.php</parameter>
    <parameter key="validator.translation_domain">validators</parameter>
    <parameter key="data_collector.templates" type="collection"/>
    <parameter key="swiftmailer.mailer.default.transport.name">dynamic</parameter>
    <parameter key="swiftmailer.spool.default.memory.path">/var/www/digitization-service/releases/8/var/cache/dev/swiftmailer/spool/default</parameter>
    <parameter key="swiftmailer.mailer.default.spool.enabled">true</parameter>
    <parameter key="swiftmailer.mailer.default.plugin.impersonate">null</parameter>
    <parameter key="swiftmailer.mailer.default.single_address">null</parameter>
    <parameter key="swiftmailer.mailer.default.delivery.enabled">true</parameter>
    <parameter key="swiftmailer.spool.enabled">true</parameter>
    <parameter key="swiftmailer.delivery.enabled">true</parameter>
    <parameter key="swiftmailer.single_address">null</parameter>
    <parameter key="swiftmailer.mailers" type="collection">
      <parameter key="default">swiftmailer.mailer.default</parameter>
    </parameter>
    <parameter key="swiftmailer.default_mailer">default</parameter>
    <parameter key="monolog.use_microseconds">true</parameter>
    <parameter key="monolog.swift_mailer.handlers" type="collection"/>
    <parameter key="monolog.handlers_to_channels" type="collection">
      <parameter key="monolog.handler.console" type="collection">
        <parameter key="type">exclusive</parameter>
        <parameter key="elements" type="collection">
          <parameter>event</parameter>
          <parameter>doctrine</parameter>
          <parameter>console</parameter>
        </parameter>
      </parameter>
      <parameter key="monolog.handler.main" type="collection">
        <parameter key="type">exclusive</parameter>
        <parameter key="elements" type="collection">
          <parameter>event</parameter>
        </parameter>
      </parameter>
    </parameter>
    <parameter key="knp_paginator.template.pagination">@KnpPaginator/Pagination/sliding.html.twig</parameter>
    <parameter key="knp_paginator.template.filtration">@KnpPaginator/Pagination/filtration.html.twig</parameter>
    <parameter key="knp_paginator.template.sortable">@KnpPaginator/Pagination/sortable_link.html.twig</parameter>
    <parameter key="knp_paginator.page_range">5</parameter>
    <parameter key="knp_paginator.page_limit">null</parameter>
    <parameter key="doctrine.dbal.configuration.class">Doctrine\DBAL\Configuration</parameter>
    <parameter key="doctrine.data_collector.class">Doctrine\Bundle\DoctrineBundle\DataCollector\DoctrineDataCollector</parameter>
    <parameter key="doctrine.dbal.connection.event_manager.class">Symfony\Bridge\Doctrine\ContainerAwareEventManager</parameter>
    <parameter key="doctrine.dbal.connection_factory.class">Doctrine\Bundle\DoctrineBundle\ConnectionFactory</parameter>
    <parameter key="doctrine.dbal.events.mysql_session_init.class">Doctrine\DBAL\Event\Listeners\MysqlSessionInit</parameter>
    <parameter key="doctrine.dbal.events.oracle_session_init.class">Doctrine\DBAL\Event\Listeners\OracleSessionInit</parameter>
    <parameter key="doctrine.class">Doctrine\Bundle\DoctrineBundle\Registry</parameter>
    <parameter key="doctrine.entity_managers" type="collection">
      <parameter key="default">doctrine.orm.default_entity_manager</parameter>
    </parameter>
    <parameter key="doctrine.default_entity_manager">default</parameter>
    <parameter key="doctrine.dbal.connection_factory.types" type="collection"/>
    <parameter key="doctrine.connections" type="collection">
      <parameter key="default">doctrine.dbal.default_connection</parameter>
    </parameter>
    <parameter key="doctrine.default_connection">default</parameter>
    <parameter key="doctrine.orm.configuration.class">Doctrine\ORM\Configuration</parameter>
    <parameter key="doctrine.orm.entity_manager.class">Doctrine\ORM\EntityManager</parameter>
    <parameter key="doctrine.orm.manager_configurator.class">Doctrine\Bundle\DoctrineBundle\ManagerConfigurator</parameter>
    <parameter key="doctrine.orm.cache.array.class">Doctrine\Common\Cache\ArrayCache</parameter>
    <parameter key="doctrine.orm.cache.apc.class">Doctrine\Common\Cache\ApcCache</parameter>
    <parameter key="doctrine.orm.cache.memcache.class">Doctrine\Common\Cache\MemcacheCache</parameter>
    <parameter key="doctrine.orm.cache.memcache_host">localhost</parameter>
    <parameter key="doctrine.orm.cache.memcache_port">11211</parameter>
    <parameter key="doctrine.orm.cache.memcache_instance.class">Memcache</parameter>
    <parameter key="doctrine.orm.cache.memcached.class">Doctrine\Common\Cache\MemcachedCache</parameter>
    <parameter key="doctrine.orm.cache.memcached_host">localhost</parameter>
    <parameter key="doctrine.orm.cache.memcached_port">11211</parameter>
    <parameter key="doctrine.orm.cache.memcached_instance.class">Memcached</parameter>
    <parameter key="doctrine.orm.cache.redis.class">Doctrine\Common\Cache\RedisCache</parameter>
    <parameter key="doctrine.orm.cache.redis_host">localhost</parameter>
    <parameter key="doctrine.orm.cache.redis_port">6379</parameter>
    <parameter key="doctrine.orm.cache.redis_instance.class">Redis</parameter>
    <parameter key="doctrine.orm.cache.xcache.class">Doctrine\Common\Cache\XcacheCache</parameter>
    <parameter key="doctrine.orm.cache.wincache.class">Doctrine\Common\Cache\WinCacheCache</parameter>
    <parameter key="doctrine.orm.cache.zenddata.class">Doctrine\Common\Cache\ZendDataCache</parameter>
    <parameter key="doctrine.orm.metadata.driver_chain.class">Doctrine\Persistence\Mapping\Driver\MappingDriverChain</parameter>
    <parameter key="doctrine.orm.metadata.annotation.class">Doctrine\ORM\Mapping\Driver\AnnotationDriver</parameter>
    <parameter key="doctrine.orm.metadata.xml.class">Doctrine\ORM\Mapping\Driver\SimplifiedXmlDriver</parameter>
    <parameter key="doctrine.orm.metadata.yml.class">Doctrine\ORM\Mapping\Driver\SimplifiedYamlDriver</parameter>
    <parameter key="doctrine.orm.metadata.php.class">Doctrine\ORM\Mapping\Driver\PHPDriver</parameter>
    <parameter key="doctrine.orm.metadata.staticphp.class">Doctrine\ORM\Mapping\Driver\StaticPHPDriver</parameter>
    <parameter key="doctrine.orm.metadata.attribute.class">Doctrine\ORM\Mapping\Driver\AttributeDriver</parameter>
    <parameter key="doctrine.orm.proxy_cache_warmer.class">Symfony\Bridge\Doctrine\CacheWarmer\ProxyCacheWarmer</parameter>
    <parameter key="form.type_guesser.doctrine.class">Symfony\Bridge\Doctrine\Form\DoctrineOrmTypeGuesser</parameter>
    <parameter key="doctrine.orm.validator.unique.class">Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntityValidator</parameter>
    <parameter key="doctrine.orm.validator_initializer.class">Symfony\Bridge\Doctrine\Validator\DoctrineInitializer</parameter>
    <parameter key="doctrine.orm.security.user.provider.class">Symfony\Bridge\Doctrine\Security\User\EntityUserProvider</parameter>
    <parameter key="doctrine.orm.listeners.resolve_target_entity.class">Doctrine\ORM\Tools\ResolveTargetEntityListener</parameter>
    <parameter key="doctrine.orm.listeners.attach_entity_listeners.class">Doctrine\ORM\Tools\AttachEntityListenersListener</parameter>
    <parameter key="doctrine.orm.naming_strategy.default.class">Doctrine\ORM\Mapping\DefaultNamingStrategy</parameter>
    <parameter key="doctrine.orm.naming_strategy.underscore.class">Doctrine\ORM\Mapping\UnderscoreNamingStrategy</parameter>
    <parameter key="doctrine.orm.quote_strategy.default.class">Doctrine\ORM\Mapping\DefaultQuoteStrategy</parameter>
    <parameter key="doctrine.orm.quote_strategy.ansi.class">Doctrine\ORM\Mapping\AnsiQuoteStrategy</parameter>
    <parameter key="doctrine.orm.typed_field_mapper.default.class">Doctrine\ORM\Mapping\DefaultTypedFieldMapper</parameter>
    <parameter key="doctrine.orm.entity_listener_resolver.class">Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver</parameter>
    <parameter key="doctrine.orm.second_level_cache.default_cache_factory.class">Doctrine\ORM\Cache\DefaultCacheFactory</parameter>
    <parameter key="doctrine.orm.second_level_cache.default_region.class">Doctrine\ORM\Cache\Region\DefaultRegion</parameter>
    <parameter key="doctrine.orm.second_level_cache.filelock_region.class">Doctrine\ORM\Cache\Region\FileLockRegion</parameter>
    <parameter key="doctrine.orm.second_level_cache.logger_chain.class">Doctrine\ORM\Cache\Logging\CacheLoggerChain</parameter>
    <parameter key="doctrine.orm.second_level_cache.logger_statistics.class">Doctrine\ORM\Cache\Logging\StatisticsCacheLogger</parameter>
    <parameter key="doctrine.orm.second_level_cache.cache_configuration.class">Doctrine\ORM\Cache\CacheConfiguration</parameter>
    <parameter key="doctrine.orm.second_level_cache.regions_configuration.class">Doctrine\ORM\Cache\RegionsConfiguration</parameter>
    <parameter key="doctrine.orm.auto_generate_proxy_classes">true</parameter>
    <parameter key="doctrine.orm.enable_lazy_ghost_objects">false</parameter>
    <parameter key="doctrine.orm.proxy_dir">/var/www/digitization-service/releases/8/var/cache/dev/doctrine/orm/Proxies</parameter>
    <parameter key="doctrine.orm.proxy_namespace">Proxies</parameter>
    <parameter key="doctrine.migrations.preferred_em">null</parameter>
    <parameter key="doctrine.migrations.preferred_connection">null</parameter>
    <parameter key="env(ELASTICSEARCH_HOST)">localhost</parameter>
    <parameter key="env(ELASTICSEARCH_PORT)" type="string">9200</parameter>
    <parameter key="env(REDIS_DSN)">redis://localhost</parameter>
    <parameter key="define_managers">true</parameter>
    <parameter key="define_repositories">true</parameter>
    <parameter key="cache" type="collection">
      <parameter key="enable">false</parameter>
      <parameter key="driver">paynetics.cache.adapter.redis</parameter>
      <parameter key="expiration">0</parameter>
      <parameter key="key">token</parameter>
      <parameter key="fallbackKey">id</parameter>
      <parameter key="extend">15</parameter>
      <parameter key="depth">1</parameter>
    </parameter>
    <parameter key="error_handle" type="collection">
      <parameter key="enable">true</parameter>
      <parameter key="type">api</parameter>
      <parameter key="codes_location">App\Exception\ExceptionCodes</parameter>
      <parameter key="entity_location">App\Entity</parameter>
    </parameter>
    <parameter key="serializer" type="collection">
      <parameter key="skip_null_values">true</parameter>
      <parameter key="disable_type_enforcement">true</parameter>
      <parameter key="snake_case">true</parameter>
      <parameter key="allow_extra_attributes">true</parameter>
      <parameter key="datetime_format">Y-m-d H:i:s</parameter>
    </parameter>
    <parameter key="service" type="string">8</parameter>
    <parameter key="aws_sdk.class">Aws\Sdk</parameter>
    <parameter key="console.command.ids" type="collection"/>
  </parameters>
  <services>
    <service id="service_container" class="Symfony\Component\DependencyInjection\ContainerInterface" public="true" synthetic="true"/>
    <service id="kernel" class="App\Kernel" public="true" synthetic="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="routing.route_loader"/>
    </service>
    <service id="nyholm.psr7.psr17_factory" class="Nyholm\Psr7\Factory\Psr17Factory"/>
    <service id="nyholm.psr7.httplug_factory" class="Nyholm\Psr7\Factory\HttplugFactory"/>
    <service id="App\Builder\ApplePayEncrypt" class="App\Builder\ApplePayEncrypt" autowire="true" autoconfigure="true">
      <property name="logger" type="service" id="monolog.logger"/>
    </service>
    <service id="App\Builder\GoogleOpcBuilder" class="App\Builder\GoogleOpcBuilder" autowire="true" autoconfigure="true">
      <argument type="service" id="App\Service\PgpCryptoService"/>
    </service>
    <service id="App\Builder\MastercardBuilder" class="App\Builder\MastercardBuilder" autowire="true" autoconfigure="true">
      <argument>%env(secret_manager:MASTERCARD_TAV)%</argument>
      <argument>%env(secret_manager:MASTERCARD_PEPK_CERTIFICATE)%</argument>
    </service>
    <service id="App\Builder\VisaBuilder" class="App\Builder\VisaBuilder" autowire="true" autoconfigure="true">
      <argument>%env(secret_manager:VISA_APPLE_WSD_KEY)%</argument>
      <argument>%env(secret_manager:VISA_APPLE_WSD_STRING)%</argument>
      <argument>%env(secret_manager:VISA_GOOGLE_SHARED_SECRET)%</argument>
      <argument>%env(secret_manager:VISA_GOOGLE_API_KEY)%</argument>
      <argument>%env(secret_manager:VISA_GOOGLE_CLIENT_APP_ID)%</argument>
    </service>
    <service id="App\Controller\ApplePayController" class="App\Controller\ApplePayController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <property name="mastercardApplePayBuilder" type="service" id="App\Builder\MastercardBuilder"/>
      <property name="visaBuilder" type="service" id="App\Builder\VisaBuilder"/>
      <property name="applePayEncrypt" type="service" id="App\Builder\ApplePayEncrypt"/>
      <property name="logger" type="service" id="monolog.logger"/>
      <property name="applePayRequestManager" type="service" id="App\RequestManager\ApplePayRequestManager"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.GNc8e5B.App\Controller\ApplePayController"/>
      </call>
      <call method="setSerializer">
        <argument type="service" id="serializer"/>
      </call>
      <call method="setNormalizer">
        <argument type="service" id="serializer"/>
      </call>
      <call method="setDenormalizer">
        <argument type="service" id="serializer"/>
      </call>
      <call method="setServiceContainer">
        <argument type="service" id="service_container"/>
      </call>
      <call method="setValidator">
        <argument type="service" id="validator"/>
      </call>
    </service>
    <service id="App\Controller\GooglePayController" class="App\Controller\GooglePayController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <property name="mastercardBuilder" type="service" id="App\Builder\MastercardBuilder"/>
      <property name="visaBuilder" type="service" id="App\Builder\VisaBuilder"/>
      <property name="cryptography" type="service" id="App\GooglePay\Cryptography"/>
      <property name="googleOpcBuilder" type="service" id="App\Builder\GoogleOpcBuilder"/>
      <property name="logger" type="service" id="monolog.logger"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.GNc8e5B.App\Controller\GooglePayController"/>
      </call>
      <call method="setSerializer">
        <argument type="service" id="serializer"/>
      </call>
      <call method="setNormalizer">
        <argument type="service" id="serializer"/>
      </call>
      <call method="setDenormalizer">
        <argument type="service" id="serializer"/>
      </call>
      <call method="setServiceContainer">
        <argument type="service" id="service_container"/>
      </call>
      <call method="setValidator">
        <argument type="service" id="validator"/>
      </call>
    </service>
    <service id="App\Controller\MdesController" class="App\Controller\MdesController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <property name="mastercardBuilder" type="service" id="App\Builder\MastercardBuilder"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.GNc8e5B.App\Controller\MdesController"/>
      </call>
      <call method="setSerializer">
        <argument type="service" id="serializer"/>
      </call>
      <call method="setNormalizer">
        <argument type="service" id="serializer"/>
      </call>
      <call method="setDenormalizer">
        <argument type="service" id="serializer"/>
      </call>
      <call method="setServiceContainer">
        <argument type="service" id="service_container"/>
      </call>
      <call method="setValidator">
        <argument type="service" id="validator"/>
      </call>
    </service>
    <service id="App\Dto\AddressDto" class="App\Dto\AddressDto" autowire="true" autoconfigure="true"/>
    <service id="App\Dto\CardDto" class="App\Dto\CardDto" autowire="true" autoconfigure="true"/>
    <service id="App\Dto\Request\ApplePayDto" class="App\Dto\Request\ApplePayDto" autowire="true" autoconfigure="true"/>
    <service id="App\Dto\Request\GooglePay\IntermediateSigningKeyDto" class="App\Dto\Request\GooglePay\IntermediateSigningKeyDto" autowire="true" autoconfigure="true"/>
    <service id="App\Dto\Request\GooglePay\PaymentTokenDto" class="App\Dto\Request\GooglePay\PaymentTokenDto" autowire="true" autoconfigure="true"/>
    <service id="App\Dto\Request\GooglePay\SignedKeyDto" class="App\Dto\Request\GooglePay\SignedKeyDto" autowire="true" autoconfigure="true"/>
    <service id="App\Dto\Request\GooglePay\SignedMessageDto" class="App\Dto\Request\GooglePay\SignedMessageDto" autowire="true" autoconfigure="true"/>
    <service id="App\Dto\Request\GooglePayDto" class="App\Dto\Request\GooglePayDto" autowire="true" autoconfigure="true"/>
    <service id="App\Dto\Response\AppleResponseDto" class="App\Dto\Response\AppleResponseDto" autowire="true" autoconfigure="true"/>
    <service id="App\Dto\Response\GooglePay\AssuranceDetails" class="App\Dto\Response\GooglePay\AssuranceDetails" autowire="true" autoconfigure="true"/>
    <service id="App\Dto\Response\GooglePay\PaymentMethodDetails" class="App\Dto\Response\GooglePay\PaymentMethodDetails" autowire="true" autoconfigure="true"/>
    <service id="App\Dto\Response\GooglePay\PaymentTokenResponse" class="App\Dto\Response\GooglePay\PaymentTokenResponse" autowire="true" autoconfigure="true"/>
    <service id="App\Dto\Response\GoogleResponseDto" class="App\Dto\Response\GoogleResponseDto" autowire="true" autoconfigure="true"/>
    <service id="App\EnvProcessor\SecretManagerProcessor" class="App\EnvProcessor\SecretManagerProcessor" autowire="true" autoconfigure="true">
      <tag name="container.env_var_processor"/>
      <property name="secretsManagerClient" type="service" id="aws.secretsmanager"/>
    </service>
    <service id="App\GooglePay\Cryptography" class="App\GooglePay\Cryptography" autowire="true" autoconfigure="true">
      <argument type="service" id="kernel"/>
      <call method="setSerializer">
        <argument type="service" id="serializer"/>
      </call>
      <call method="setNormalizer">
        <argument type="service" id="serializer"/>
      </call>
      <call method="setDenormalizer">
        <argument type="service" id="serializer"/>
      </call>
      <call method="setServiceContainer">
        <argument type="service" id="service_container"/>
      </call>
    </service>
    <service id="App\RequestManager\ApplePayRequestManager" class="App\RequestManager\ApplePayRequestManager" autowire="true" autoconfigure="true">
      <argument type="service" id="GuzzleHttp\ClientInterface"/>
      <argument type="service" id="Paynetics\Cache\RedisCacheRequest"/>
      <property name="logger" type="service" id="monolog.logger"/>
      <call method="setSerializer">
        <argument type="service" id="serializer"/>
      </call>
      <call method="setNormalizer">
        <argument type="service" id="serializer"/>
      </call>
      <call method="setDenormalizer">
        <argument type="service" id="serializer"/>
      </call>
      <call method="setServiceContainer">
        <argument type="service" id="service_container"/>
      </call>
    </service>
    <service id="App\Service\PgpCryptoService" class="App\Service\PgpCryptoService" autowire="true" autoconfigure="true">
      <argument>%env(secret_manager:GOOGLE_OPC_SIGNING_KEYS)%</argument>
      <argument>%env(secret_manager:GOOGLE_OPC_ENCRYPTION_KEYS)%</argument>
      <argument>/var/www/digitization-service/releases/8/var/cache/dev/gnupg</argument>
      <argument type="service" id="monolog.logger"/>
    </service>
    <service id="argument_metadata_factory" class="Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadataFactory"/>
    <service id="response_listener" class="Symfony\Component\HttpKernel\EventListener\ResponseListener">
      <tag name="kernel.event_subscriber"/>
      <tag name="container.hot_path"/>
      <argument>UTF-8</argument>
      <argument>false</argument>
    </service>
    <service id="streamed_response_listener" class="Symfony\Component\HttpKernel\EventListener\StreamedResponseListener">
      <tag name="kernel.event_subscriber"/>
      <tag name="container.hot_path"/>
    </service>
    <service id="locale_listener" class="Symfony\Component\HttpKernel\EventListener\LocaleListener">
      <tag name="kernel.event_subscriber"/>
      <tag name="container.hot_path"/>
      <tag name="container.hot_path"/>
      <tag name="container.hot_path"/>
      <argument type="service" id="request_stack"/>
      <argument>en</argument>
      <argument type="service" id="router.default" on-invalid="ignore"/>
      <argument>false</argument>
      <argument type="collection"/>
    </service>
    <service id="validate_request_listener" class="Symfony\Component\HttpKernel\EventListener\ValidateRequestListener">
      <tag name="kernel.event_subscriber"/>
      <tag name="container.hot_path"/>
    </service>
    <service id="disallow_search_engine_index_response_listener" class="Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener">
      <tag name="kernel.event_subscriber"/>
      <tag name="container.hot_path"/>
    </service>
    <service id="error_controller" class="Symfony\Component\HttpKernel\Controller\ErrorController" public="true">
      <argument type="service" id="http_kernel"/>
      <argument>error_controller</argument>
      <argument type="service" id="error_handler.error_renderer.serializer"/>
    </service>
    <service id="exception_listener" class="Symfony\Component\HttpKernel\EventListener\ErrorListener">
      <tag name="kernel.event_subscriber"/>
      <tag name="monolog.logger" channel="request"/>
      <tag name="container.hot_path"/>
      <tag name="container.hot_path"/>
      <argument>error_controller</argument>
      <argument type="service" id="monolog.logger.request" on-invalid="null"/>
      <argument>true</argument>
      <argument type="collection"/>
    </service>
    <service id="parameter_bag" class="Symfony\Component\DependencyInjection\ParameterBag\ContainerBag">
      <argument type="service" id="service_container"/>
    </service>
    <service id="http_kernel" class="Symfony\Component\HttpKernel\HttpKernel" public="true">
      <tag name="container.hot_path"/>
      <tag name="container.preload" class="Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"/>
      <tag name="container.preload" class="Symfony\Component\Runtime\Runner\Symfony\ResponseRunner"/>
      <tag name="container.preload" class="Symfony\Component\Runtime\SymfonyRuntime"/>
      <argument type="service" id="debug.event_dispatcher"/>
      <argument type="service" id="debug.controller_resolver"/>
      <argument type="service" id="request_stack"/>
      <argument type="service" id="debug.argument_resolver"/>
    </service>
    <service id="request_stack" class="Symfony\Component\HttpFoundation\RequestStack" public="true"/>
    <service id="http_cache" class="Symfony\Bundle\FrameworkBundle\HttpCache\HttpCache">
      <tag name="container.hot_path"/>
      <argument type="service" id="kernel"/>
      <argument type="service" id="http_cache.store"/>
      <argument>null</argument>
      <argument type="collection">
        <argument key="debug">true</argument>
      </argument>
    </service>
    <service id="http_cache.store" class="Symfony\Component\HttpKernel\HttpCache\Store">
      <argument>/var/www/digitization-service/releases/8/var/cache/dev/http_cache</argument>
    </service>
    <service id="url_helper" class="Symfony\Component\HttpFoundation\UrlHelper">
      <argument type="service" id="request_stack"/>
      <argument type="service" id="router.default" on-invalid="ignore"/>
    </service>
    <service id="cache_warmer" class="Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerAggregate" public="true">
      <tag name="container.no_preload"/>
      <argument type="tagged_iterator" tag="kernel.cache_warmer"/>
      <argument>true</argument>
      <argument>/var/www/digitization-service/releases/8/var/cache/dev/App_KernelDevDebugContainerDeprecations.log</argument>
    </service>
    <service id="cache_clearer" class="Symfony\Component\HttpKernel\CacheClearer\ChainCacheClearer" public="true">
      <tag name="container.private" package="symfony/framework-bundle" version="5.2"/>
      <argument type="tagged_iterator" tag="kernel.cache_clearer"/>
    </service>
    <service id="filesystem" class="Symfony\Component\Filesystem\Filesystem" public="true">
      <tag name="container.private" package="symfony/framework-bundle" version="5.2"/>
    </service>
    <service id="file_locator" class="Symfony\Component\HttpKernel\Config\FileLocator">
      <argument type="service" id="kernel"/>
    </service>
    <service id="uri_signer" class="Symfony\Component\HttpKernel\UriSigner">
      <argument>%env(APP_SECRET)%</argument>
    </service>
    <service id="config_cache_factory" class="Symfony\Component\Config\ResourceCheckerConfigCacheFactory">
      <argument type="tagged_iterator" tag="config_cache.resource_checker"/>
    </service>
    <service id="dependency_injection.config.container_parameters_resource_checker" class="Symfony\Component\DependencyInjection\Config\ContainerParametersResourceChecker">
      <tag name="config_cache.resource_checker" priority="-980"/>
      <argument type="service" id="service_container"/>
    </service>
    <service id="config.resource.self_checking_resource_checker" class="Symfony\Component\Config\Resource\SelfCheckingResourceChecker">
      <tag name="config_cache.resource_checker" priority="-990"/>
    </service>
    <service id="services_resetter" class="Symfony\Component\HttpKernel\DependencyInjection\ServicesResetter" public="true">
      <argument type="iterator">
        <argument key="cache.app" type="service" id="cache.app" on-invalid="ignore_uninitialized"/>
        <argument key="cache.system" type="service" id="cache.system" on-invalid="ignore_uninitialized"/>
        <argument key="cache.validator" type="service" id="cache.validator" on-invalid="ignore_uninitialized"/>
        <argument key="cache.serializer" type="service" id="cache.serializer" on-invalid="ignore_uninitialized"/>
        <argument key="cache.annotations" type="service" id="cache.annotations" on-invalid="ignore_uninitialized"/>
        <argument key="cache.property_info" type="service" id="cache.property_info" on-invalid="ignore_uninitialized"/>
        <argument key="debug.stopwatch" type="service" id="debug.stopwatch" on-invalid="ignore_uninitialized"/>
        <argument key="debug.event_dispatcher" type="service" id="debug.event_dispatcher" on-invalid="ignore_uninitialized"/>
        <argument key="session_listener" type="service" id="session_listener" on-invalid="ignore_uninitialized"/>
        <argument key="cache.validator_expression_language" type="service" id="cache.validator_expression_language" on-invalid="ignore_uninitialized"/>
        <argument key="swiftmailer.email_sender.listener" type="service" id="swiftmailer.email_sender.listener" on-invalid="ignore_uninitialized"/>
        <argument key="monolog.handler.main" type="service" id="monolog.handler.main" on-invalid="ignore_uninitialized"/>
        <argument key="monolog.handler.console" type="service" id="monolog.handler.console" on-invalid="ignore_uninitialized"/>
        <argument key="doctrine" type="service" id="doctrine" on-invalid="ignore_uninitialized"/>
        <argument key="doctrine.debug_data_holder" type="service" id="doctrine.debug_data_holder" on-invalid="ignore_uninitialized"/>
      </argument>
      <argument type="collection">
        <argument key="cache.app" type="collection">
          <argument>reset</argument>
        </argument>
        <argument key="cache.system" type="collection">
          <argument>reset</argument>
        </argument>
        <argument key="cache.validator" type="collection">
          <argument>reset</argument>
        </argument>
        <argument key="cache.serializer" type="collection">
          <argument>reset</argument>
        </argument>
        <argument key="cache.annotations" type="collection">
          <argument>reset</argument>
        </argument>
        <argument key="cache.property_info" type="collection">
          <argument>reset</argument>
        </argument>
        <argument key="debug.stopwatch" type="collection">
          <argument>reset</argument>
        </argument>
        <argument key="debug.event_dispatcher" type="collection">
          <argument>reset</argument>
        </argument>
        <argument key="session_listener" type="collection">
          <argument>reset</argument>
        </argument>
        <argument key="cache.validator_expression_language" type="collection">
          <argument>reset</argument>
        </argument>
        <argument key="swiftmailer.email_sender.listener" type="collection">
          <argument>reset</argument>
        </argument>
        <argument key="monolog.handler.main" type="collection">
          <argument>reset</argument>
        </argument>
        <argument key="monolog.handler.console" type="collection">
          <argument>reset</argument>
        </argument>
        <argument key="doctrine" type="collection">
          <argument>reset</argument>
        </argument>
        <argument key="doctrine.debug_data_holder" type="collection">
          <argument>reset</argument>
        </argument>
      </argument>
    </service>
    <service id="reverse_container" class="Symfony\Component\DependencyInjection\ReverseContainer">
      <argument type="service" id="service_container"/>
      <argument type="service" id=".service_locator.XXv1IfR"/>
    </service>
    <service id="locale_aware_listener" class="Symfony\Component\HttpKernel\EventListener\LocaleAwareListener">
      <tag name="kernel.event_subscriber"/>
      <tag name="container.hot_path"/>
      <tag name="container.hot_path"/>
      <argument type="iterator">
        <argument type="service" id="slugger"/>
        <argument type="service" id="translator.default"/>
      </argument>
      <argument type="service" id="request_stack"/>
    </service>
    <service id="container.env_var_processor" class="Symfony\Component\DependencyInjection\EnvVarProcessor">
      <tag name="container.env_var_processor"/>
      <argument type="service" id="service_container"/>
      <argument type="tagged_iterator" tag="container.env_var_loader"/>
    </service>
    <service id="slugger" class="Symfony\Component\String\Slugger\AsciiSlugger">
      <tag name="kernel.locale_aware"/>
      <argument>en</argument>
    </service>
    <service id="container.getenv" class="Closure">
      <tag name="routing.expression_language_function" function="env"/>
      <argument type="collection">
        <argument type="service" id="service_container"/>
        <argument>getEnv</argument>
      </argument>
      <factory class="Closure" method="fromCallable"/>
    </service>
    <service id="container.env" class="Symfony\Component\String\LazyString" abstract="true">
      <argument type="service" id="container.getenv"/>
      <factory class="Symfony\Component\String\LazyString" method="fromCallable"/>
    </service>
    <service id="config_builder.warmer" class="Symfony\Bundle\FrameworkBundle\CacheWarmer\ConfigBuilderCacheWarmer">
      <tag name="kernel.cache_warmer"/>
      <argument type="service" id="kernel"/>
      <argument type="service" id="monolog.logger" on-invalid="null"/>
    </service>
    <service id="fragment.handler" class="Symfony\Component\HttpKernel\DependencyInjection\LazyLoadingFragmentHandler">
      <argument type="service" id=".service_locator.lLv4pWF"/>
      <argument type="service" id="request_stack"/>
      <argument>true</argument>
    </service>
    <service id="fragment.uri_generator" class="Symfony\Component\HttpKernel\Fragment\FragmentUriGenerator">
      <argument>/_fragment</argument>
      <argument type="service" id="uri_signer"/>
      <argument type="service" id="request_stack"/>
    </service>
    <service id="fragment.renderer.inline" class="Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer">
      <tag name="kernel.fragment_renderer" alias="inline"/>
      <argument type="service" id="http_kernel"/>
      <argument type="service" id="debug.event_dispatcher"/>
      <call method="setFragmentPath">
        <argument>/_fragment</argument>
      </call>
    </service>
    <service id="error_handler.error_renderer.html" class="Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer">
      <argument type="service">
        <service>
          <argument type="service" id="request_stack"/>
          <argument>true</argument>
          <factory class="Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer" method="isDebug"/>
        </service>
      </argument>
      <argument>UTF-8</argument>
      <argument type="service" id="debug.file_link_formatter" on-invalid="null"/>
      <argument>/var/www/digitization-service/releases/8</argument>
      <argument type="service">
        <service>
          <argument type="service" id="request_stack"/>
          <factory class="Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer" method="getAndCleanOutputBuffer"/>
        </service>
      </argument>
      <argument type="service" id="monolog.logger" on-invalid="null"/>
    </service>
    <service id="console.error_listener" class="Symfony\Component\Console\EventListener\ErrorListener">
      <tag name="kernel.event_subscriber"/>
      <tag name="monolog.logger" channel="console"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="monolog.logger.console" on-invalid="null"/>
    </service>
    <service id="console.suggest_missing_package_subscriber" class="Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber">
      <tag name="kernel.event_subscriber"/>
      <tag name="container.no_preload"/>
    </service>
    <service id="console.command.about" class="Symfony\Bundle\FrameworkBundle\Command\AboutCommand">
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <call method="setName">
        <argument>about</argument>
      </call>
      <call method="setDescription">
        <argument>Display information about the current project</argument>
      </call>
    </service>
    <service id="console.command.assets_install" class="Symfony\Bundle\FrameworkBundle\Command\AssetsInstallCommand">
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="filesystem"/>
      <argument>/var/www/digitization-service/releases/8</argument>
      <call method="setName">
        <argument>assets:install</argument>
      </call>
      <call method="setDescription">
        <argument>Install bundle's web assets under a public directory</argument>
      </call>
    </service>
    <service id="console.command.cache_clear" class="Symfony\Bundle\FrameworkBundle\Command\CacheClearCommand">
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="cache_clearer"/>
      <argument type="service" id="filesystem"/>
      <call method="setName">
        <argument>cache:clear</argument>
      </call>
      <call method="setDescription">
        <argument>Clear the cache</argument>
      </call>
    </service>
    <service id="console.command.cache_pool_clear" class="Symfony\Bundle\FrameworkBundle\Command\CachePoolClearCommand">
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="cache.global_clearer"/>
      <argument type="collection">
        <argument>cache.app</argument>
        <argument>cache.system</argument>
        <argument>cache.validator</argument>
        <argument>cache.serializer</argument>
        <argument>cache.annotations</argument>
        <argument>cache.property_info</argument>
        <argument>cache.validator_expression_language</argument>
        <argument>cache.doctrine.orm.default.result</argument>
        <argument>cache.doctrine.orm.default.query</argument>
      </argument>
      <call method="setName">
        <argument>cache:pool:clear</argument>
      </call>
      <call method="setDescription">
        <argument>Clear cache pools</argument>
      </call>
    </service>
    <service id="console.command.cache_pool_prune" class="Symfony\Bundle\FrameworkBundle\Command\CachePoolPruneCommand">
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <argument type="collection"/>
      <call method="setName">
        <argument>cache:pool:prune</argument>
      </call>
      <call method="setDescription">
        <argument>Prune cache pools</argument>
      </call>
    </service>
    <service id="console.command.cache_pool_delete" class="Symfony\Bundle\FrameworkBundle\Command\CachePoolDeleteCommand">
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="cache.global_clearer"/>
      <argument type="collection">
        <argument>cache.app</argument>
        <argument>cache.system</argument>
        <argument>cache.validator</argument>
        <argument>cache.serializer</argument>
        <argument>cache.annotations</argument>
        <argument>cache.property_info</argument>
        <argument>cache.validator_expression_language</argument>
        <argument>cache.doctrine.orm.default.result</argument>
        <argument>cache.doctrine.orm.default.query</argument>
      </argument>
      <call method="setName">
        <argument>cache:pool:delete</argument>
      </call>
      <call method="setDescription">
        <argument>Delete an item from a cache pool</argument>
      </call>
    </service>
    <service id="console.command.cache_pool_list" class="Symfony\Bundle\FrameworkBundle\Command\CachePoolListCommand">
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <argument type="collection">
        <argument>cache.app</argument>
        <argument>cache.system</argument>
        <argument>cache.validator</argument>
        <argument>cache.serializer</argument>
        <argument>cache.annotations</argument>
        <argument>cache.property_info</argument>
        <argument>cache.validator_expression_language</argument>
        <argument>cache.doctrine.orm.default.result</argument>
        <argument>cache.doctrine.orm.default.query</argument>
      </argument>
      <call method="setName">
        <argument>cache:pool:list</argument>
      </call>
      <call method="setDescription">
        <argument>List available cache pools</argument>
      </call>
    </service>
    <service id="console.command.cache_warmup" class="Symfony\Bundle\FrameworkBundle\Command\CacheWarmupCommand">
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="cache_warmer"/>
      <call method="setName">
        <argument>cache:warmup</argument>
      </call>
      <call method="setDescription">
        <argument>Warm up an empty cache</argument>
      </call>
    </service>
    <service id="console.command.config_debug" class="Symfony\Bundle\FrameworkBundle\Command\ConfigDebugCommand">
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <call method="setName">
        <argument>debug:config</argument>
      </call>
      <call method="setDescription">
        <argument>Dump the current configuration for an extension</argument>
      </call>
    </service>
    <service id="console.command.config_dump_reference" class="Symfony\Bundle\FrameworkBundle\Command\ConfigDumpReferenceCommand">
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <call method="setName">
        <argument>config:dump-reference</argument>
      </call>
      <call method="setDescription">
        <argument>Dump the default configuration for an extension</argument>
      </call>
    </service>
    <service id="console.command.container_debug" class="Symfony\Bundle\FrameworkBundle\Command\ContainerDebugCommand">
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <call method="setName">
        <argument>debug:container</argument>
      </call>
      <call method="setDescription">
        <argument>Display current services for an application</argument>
      </call>
    </service>
    <service id="console.command.container_lint" class="Symfony\Bundle\FrameworkBundle\Command\ContainerLintCommand">
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <call method="setName">
        <argument>lint:container</argument>
      </call>
      <call method="setDescription">
        <argument>Ensure that arguments injected into services match type declarations</argument>
      </call>
    </service>
    <service id="console.command.debug_autowiring" class="Symfony\Bundle\FrameworkBundle\Command\DebugAutowiringCommand">
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <argument>null</argument>
      <argument type="service" id="debug.file_link_formatter" on-invalid="null"/>
      <call method="setName">
        <argument>debug:autowiring</argument>
      </call>
      <call method="setDescription">
        <argument>List classes/interfaces you can use for autowiring</argument>
      </call>
    </service>
    <service id="console.command.dotenv_debug" class="Symfony\Component\Dotenv\Command\DebugCommand">
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <argument>dev</argument>
      <argument>/var/www/digitization-service/releases/8</argument>
      <call method="setName">
        <argument>debug:dotenv</argument>
      </call>
      <call method="setDescription">
        <argument>Lists all dotenv files with variables and values</argument>
      </call>
    </service>
    <service id="console.command.event_dispatcher_debug" class="Symfony\Bundle\FrameworkBundle\Command\EventDispatcherDebugCommand">
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <argument type="service" id=".service_locator.Xobvezw"/>
      <call method="setName">
        <argument>debug:event-dispatcher</argument>
      </call>
      <call method="setDescription">
        <argument>Display configured listeners for an application</argument>
      </call>
    </service>
    <service id="console.command.router_debug" class="Symfony\Bundle\FrameworkBundle\Command\RouterDebugCommand">
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="router.default"/>
      <argument type="service" id="debug.file_link_formatter" on-invalid="null"/>
      <call method="setName">
        <argument>debug:router</argument>
      </call>
      <call method="setDescription">
        <argument>Display current routes for an application</argument>
      </call>
    </service>
    <service id="console.command.router_match" class="Symfony\Bundle\FrameworkBundle\Command\RouterMatchCommand">
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="router.default"/>
      <argument type="tagged_iterator" tag="routing.expression_language_provider"/>
      <call method="setName">
        <argument>router:match</argument>
      </call>
      <call method="setDescription">
        <argument>Help debug routes by simulating a path info match</argument>
      </call>
    </service>
    <service id="console.command.translation_debug" class="Symfony\Bundle\FrameworkBundle\Command\TranslationDebugCommand">
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="translator.default"/>
      <argument type="service" id="translation.reader"/>
      <argument type="service" id="translation.extractor"/>
      <argument>/var/www/digitization-service/releases/8/translations</argument>
      <argument>null</argument>
      <argument type="collection">
        <argument>/var/www/digitization-service/releases/8/vendor/symfony/validator/Resources/translations</argument>
        <argument>/var/www/digitization-service/releases/8/vendor/knplabs/knp-paginator-bundle/translations</argument>
      </argument>
      <argument type="collection"/>
      <argument type="collection"/>
      <call method="setName">
        <argument>debug:translation</argument>
      </call>
      <call method="setDescription">
        <argument>Display translation messages information</argument>
      </call>
    </service>
    <service id="console.command.translation_extract" class="Symfony\Bundle\FrameworkBundle\Command\TranslationUpdateCommand">
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="translation.writer"/>
      <argument type="service" id="translation.reader"/>
      <argument type="service" id="translation.extractor"/>
      <argument>en</argument>
      <argument>/var/www/digitization-service/releases/8/translations</argument>
      <argument>null</argument>
      <argument type="collection">
        <argument>/var/www/digitization-service/releases/8/vendor/symfony/validator/Resources/translations</argument>
        <argument>/var/www/digitization-service/releases/8/vendor/knplabs/knp-paginator-bundle/translations</argument>
      </argument>
      <argument type="collection"/>
      <argument type="collection"/>
      <call method="setName">
        <argument>translation:extract</argument>
      </call>
      <call method="setAliases">
        <argument type="collection">
          <argument>translation:update</argument>
        </argument>
      </call>
      <call method="setDescription">
        <argument>Extract missing translations keys from code to translation files.</argument>
      </call>
    </service>
    <service id="console.command.validator_debug" class="Symfony\Component\Validator\Command\DebugCommand">
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="validator"/>
      <call method="setName">
        <argument>debug:validator</argument>
      </call>
      <call method="setDescription">
        <argument>Display validation constraints for classes</argument>
      </call>
    </service>
    <service id="console.command.translation_pull" class="Symfony\Component\Translation\Command\TranslationPullCommand">
      <tag name="console.command" command="translation:pull"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="translation.provider_collection"/>
      <argument type="service" id="translation.writer"/>
      <argument type="service" id="translation.reader"/>
      <argument>en</argument>
      <argument type="collection"/>
      <argument type="collection"/>
      <call method="setName">
        <argument>translation:pull</argument>
      </call>
      <call method="setDescription">
        <argument>Pull translations from a given provider.</argument>
      </call>
    </service>
    <service id="console.command.translation_push" class="Symfony\Component\Translation\Command\TranslationPushCommand">
      <tag name="console.command" command="translation:push"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="translation.provider_collection"/>
      <argument type="service" id="translation.reader"/>
      <argument type="collection"/>
      <argument type="collection"/>
      <call method="setName">
        <argument>translation:push</argument>
      </call>
      <call method="setDescription">
        <argument>Push translations to a given provider.</argument>
      </call>
    </service>
    <service id="console.command.xliff_lint" class="Symfony\Component\Translation\Command\XliffLintCommand">
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <call method="setName">
        <argument>lint:xliff</argument>
      </call>
      <call method="setDescription">
        <argument>Lint an XLIFF file and outputs encountered errors</argument>
      </call>
    </service>
    <service id="console.command.yaml_lint" class="Symfony\Bundle\FrameworkBundle\Command\YamlLintCommand">
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <call method="setName">
        <argument>lint:yaml</argument>
      </call>
      <call method="setDescription">
        <argument>Lint a YAML file and outputs encountered errors</argument>
      </call>
    </service>
    <service id="console.command.secrets_set" class="Symfony\Bundle\FrameworkBundle\Command\SecretsSetCommand">
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="secrets.vault"/>
      <argument type="service" id="secrets.local_vault" on-invalid="null"/>
      <call method="setName">
        <argument>secrets:set</argument>
      </call>
      <call method="setDescription">
        <argument>Set a secret in the vault</argument>
      </call>
    </service>
    <service id="console.command.secrets_remove" class="Symfony\Bundle\FrameworkBundle\Command\SecretsRemoveCommand">
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="secrets.vault"/>
      <argument type="service" id="secrets.local_vault" on-invalid="null"/>
      <call method="setName">
        <argument>secrets:remove</argument>
      </call>
      <call method="setDescription">
        <argument>Remove a secret from the vault</argument>
      </call>
    </service>
    <service id="console.command.secrets_generate_key" class="Symfony\Bundle\FrameworkBundle\Command\SecretsGenerateKeysCommand">
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="secrets.vault"/>
      <argument type="service" id="secrets.local_vault" on-invalid="ignore"/>
      <call method="setName">
        <argument>secrets:generate-keys</argument>
      </call>
      <call method="setDescription">
        <argument>Generate new encryption keys</argument>
      </call>
    </service>
    <service id="console.command.secrets_list" class="Symfony\Bundle\FrameworkBundle\Command\SecretsListCommand">
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="secrets.vault"/>
      <argument type="service" id="secrets.local_vault" on-invalid="ignore"/>
      <call method="setName">
        <argument>secrets:list</argument>
      </call>
      <call method="setDescription">
        <argument>List all secrets</argument>
      </call>
    </service>
    <service id="console.command.secrets_decrypt_to_local" class="Symfony\Bundle\FrameworkBundle\Command\SecretsDecryptToLocalCommand">
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="secrets.vault"/>
      <argument type="service" id="secrets.local_vault" on-invalid="ignore"/>
      <call method="setName">
        <argument>secrets:decrypt-to-local</argument>
      </call>
      <call method="setDescription">
        <argument>Decrypt all secrets and stores them in the local vault</argument>
      </call>
    </service>
    <service id="console.command.secrets_encrypt_from_local" class="Symfony\Bundle\FrameworkBundle\Command\SecretsEncryptFromLocalCommand">
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="secrets.vault"/>
      <argument type="service" id="secrets.local_vault" on-invalid="ignore"/>
      <call method="setName">
        <argument>secrets:encrypt-from-local</argument>
      </call>
      <call method="setDescription">
        <argument>Encrypt all local secrets to the vault</argument>
      </call>
    </service>
    <service id="cache.app" class="Symfony\Component\Cache\Adapter\FilesystemAdapter" public="true">
      <tag name="cache.pool"/>
      <tag name="kernel.reset" method="reset"/>
      <argument>3ndVAFAHCg</argument>
      <argument>0</argument>
      <argument>/var/www/digitization-service/releases/8/var/cache/dev/pools/app</argument>
      <argument type="service" id="cache.default_marshaller" on-invalid="ignore"/>
      <call method="setLogger">
        <argument type="service" id="monolog.logger.cache" on-invalid="ignore"/>
      </call>
    </service>
    <service id="cache.app.taggable" class="Symfony\Component\Cache\Adapter\TagAwareAdapter">
      <argument type="service" id="cache.app"/>
    </service>
    <service id="cache.system" class="Symfony\Component\Cache\Adapter\AdapterInterface" public="true">
      <tag name="cache.pool"/>
      <tag name="kernel.reset" method="reset"/>
      <argument>G5u5R3ddId</argument>
      <argument>0</argument>
      <argument>%container.build_id%</argument>
      <argument>/var/www/digitization-service/releases/8/var/cache/dev/pools/system</argument>
      <argument type="service" id="monolog.logger.cache" on-invalid="ignore"/>
      <factory class="Symfony\Component\Cache\Adapter\AbstractAdapter" method="createSystemCache"/>
    </service>
    <service id="cache.validator" class="Symfony\Component\Cache\Adapter\AdapterInterface">
      <tag name="cache.pool"/>
      <tag name="kernel.reset" method="reset"/>
      <argument>7jMAOxLm4l</argument>
      <argument>0</argument>
      <argument>%container.build_id%</argument>
      <argument>/var/www/digitization-service/releases/8/var/cache/dev/pools/system</argument>
      <argument type="service" id="monolog.logger.cache" on-invalid="ignore"/>
      <factory class="Symfony\Component\Cache\Adapter\AbstractAdapter" method="createSystemCache"/>
    </service>
    <service id="cache.serializer" class="Symfony\Component\Cache\Adapter\AdapterInterface">
      <tag name="cache.pool"/>
      <tag name="kernel.reset" method="reset"/>
      <argument>zbluOP9oxZ</argument>
      <argument>0</argument>
      <argument>%container.build_id%</argument>
      <argument>/var/www/digitization-service/releases/8/var/cache/dev/pools/system</argument>
      <argument type="service" id="monolog.logger.cache" on-invalid="ignore"/>
      <factory class="Symfony\Component\Cache\Adapter\AbstractAdapter" method="createSystemCache"/>
    </service>
    <service id="cache.annotations" class="Symfony\Component\Cache\Adapter\AdapterInterface">
      <tag name="cache.pool"/>
      <tag name="kernel.reset" method="reset"/>
      <argument>mMpvsGwrEb</argument>
      <argument>0</argument>
      <argument>%container.build_id%</argument>
      <argument>/var/www/digitization-service/releases/8/var/cache/dev/pools/system</argument>
      <argument type="service" id="monolog.logger.cache" on-invalid="ignore"/>
      <factory class="Symfony\Component\Cache\Adapter\AbstractAdapter" method="createSystemCache"/>
    </service>
    <service id="cache.property_info" class="Symfony\Component\Cache\Adapter\AdapterInterface">
      <tag name="cache.pool"/>
      <tag name="kernel.reset" method="reset"/>
      <argument>k2GNFRWVUB</argument>
      <argument>0</argument>
      <argument>%container.build_id%</argument>
      <argument>/var/www/digitization-service/releases/8/var/cache/dev/pools/system</argument>
      <argument type="service" id="monolog.logger.cache" on-invalid="ignore"/>
      <factory class="Symfony\Component\Cache\Adapter\AbstractAdapter" method="createSystemCache"/>
    </service>
    <service id="cache.adapter.system" class="Symfony\Component\Cache\Adapter\AdapterInterface" abstract="true">
      <tag name="cache.pool" clearer="cache.system_clearer" reset="reset"/>
      <tag name="monolog.logger" channel="cache"/>
      <argument></argument>
      <argument>0</argument>
      <argument>%container.build_id%</argument>
      <argument>/var/www/digitization-service/releases/8/var/cache/dev/pools/system</argument>
      <argument type="service" id="monolog.logger.cache" on-invalid="ignore"/>
      <factory class="Symfony\Component\Cache\Adapter\AbstractAdapter" method="createSystemCache"/>
    </service>
    <service id="cache.adapter.apcu" class="Symfony\Component\Cache\Adapter\ApcuAdapter" abstract="true">
      <tag name="cache.pool" clearer="cache.default_clearer" reset="reset"/>
      <tag name="monolog.logger" channel="cache"/>
      <argument></argument>
      <argument>0</argument>
      <argument>%container.build_id%</argument>
      <call method="setLogger">
        <argument type="service" id="monolog.logger.cache" on-invalid="ignore"/>
      </call>
    </service>
    <service id="cache.adapter.doctrine" class="Symfony\Component\Cache\Adapter\DoctrineAdapter" abstract="true">
      <tag name="cache.pool" provider="cache.default_doctrine_provider" clearer="cache.default_clearer" reset="reset"/>
      <tag name="monolog.logger" channel="cache"/>
      <argument type="abstract">Doctrine provider service</argument>
      <argument></argument>
      <argument>0</argument>
      <call method="setLogger">
        <argument type="service" id="monolog.logger.cache" on-invalid="ignore"/>
      </call>
      <deprecated package="symfony/framework-bundle" version="5.4">The "%service_id%" service inherits from "cache.adapter.doctrine" which is deprecated.</deprecated>
    </service>
    <service id="cache.adapter.filesystem" class="Symfony\Component\Cache\Adapter\FilesystemAdapter" abstract="true">
      <tag name="cache.pool" clearer="cache.default_clearer" reset="reset"/>
      <tag name="monolog.logger" channel="cache"/>
      <argument></argument>
      <argument>0</argument>
      <argument>/var/www/digitization-service/releases/8/var/cache/dev/pools/app</argument>
      <argument type="service" id="cache.default_marshaller" on-invalid="ignore"/>
      <call method="setLogger">
        <argument type="service" id="monolog.logger.cache" on-invalid="ignore"/>
      </call>
    </service>
    <service id="cache.adapter.psr6" class="Symfony\Component\Cache\Adapter\ProxyAdapter" abstract="true">
      <tag name="cache.pool" provider="cache.default_psr6_provider" clearer="cache.default_clearer" reset="reset"/>
      <argument type="abstract">PSR-6 provider service</argument>
      <argument></argument>
      <argument>0</argument>
    </service>
    <service id="cache.adapter.redis" class="Symfony\Component\Cache\Adapter\RedisAdapter" abstract="true">
      <tag name="cache.pool" provider="cache.default_redis_provider" clearer="cache.default_clearer" reset="reset"/>
      <tag name="monolog.logger" channel="cache"/>
      <argument type="abstract">Redis connection service</argument>
      <argument></argument>
      <argument>0</argument>
      <argument type="service" id="cache.default_marshaller" on-invalid="ignore"/>
      <call method="setLogger">
        <argument type="service" id="monolog.logger.cache" on-invalid="ignore"/>
      </call>
    </service>
    <service id="cache.adapter.redis_tag_aware" class="Symfony\Component\Cache\Adapter\RedisTagAwareAdapter" abstract="true">
      <tag name="cache.pool" provider="cache.default_redis_provider" clearer="cache.default_clearer" reset="reset"/>
      <tag name="monolog.logger" channel="cache"/>
      <argument type="abstract">Redis connection service</argument>
      <argument></argument>
      <argument>0</argument>
      <argument type="service" id="cache.default_marshaller" on-invalid="ignore"/>
      <call method="setLogger">
        <argument type="service" id="monolog.logger.cache" on-invalid="ignore"/>
      </call>
    </service>
    <service id="cache.adapter.memcached" class="Symfony\Component\Cache\Adapter\MemcachedAdapter" abstract="true">
      <tag name="cache.pool" provider="cache.default_memcached_provider" clearer="cache.default_clearer" reset="reset"/>
      <tag name="monolog.logger" channel="cache"/>
      <argument type="abstract">Memcached connection service</argument>
      <argument></argument>
      <argument>0</argument>
      <argument type="service" id="cache.default_marshaller" on-invalid="ignore"/>
      <call method="setLogger">
        <argument type="service" id="monolog.logger.cache" on-invalid="ignore"/>
      </call>
    </service>
    <service id="cache.adapter.doctrine_dbal" class="Symfony\Component\Cache\Adapter\DoctrineDbalAdapter" abstract="true">
      <tag name="cache.pool" provider="cache.default_doctrine_dbal_provider" clearer="cache.default_clearer" reset="reset"/>
      <tag name="monolog.logger" channel="cache"/>
      <argument type="abstract">DBAL connection service</argument>
      <argument></argument>
      <argument>0</argument>
      <argument type="collection"/>
      <argument type="service" id="cache.default_marshaller" on-invalid="ignore"/>
      <call method="setLogger">
        <argument type="service" id="monolog.logger.cache" on-invalid="ignore"/>
      </call>
    </service>
    <service id="cache.adapter.pdo" class="Symfony\Component\Cache\Adapter\PdoAdapter" abstract="true">
      <tag name="cache.pool" provider="cache.default_pdo_provider" clearer="cache.default_clearer" reset="reset"/>
      <tag name="monolog.logger" channel="cache"/>
      <argument type="abstract">PDO connection service</argument>
      <argument></argument>
      <argument>0</argument>
      <argument type="collection"/>
      <argument type="service" id="cache.default_marshaller" on-invalid="ignore"/>
      <call method="setLogger">
        <argument type="service" id="monolog.logger.cache" on-invalid="ignore"/>
      </call>
    </service>
    <service id="cache.adapter.array" class="Symfony\Component\Cache\Adapter\ArrayAdapter" abstract="true">
      <tag name="cache.pool" clearer="cache.default_clearer" reset="reset"/>
      <tag name="monolog.logger" channel="cache"/>
      <argument>0</argument>
      <call method="setLogger">
        <argument type="service" id="monolog.logger.cache" on-invalid="ignore"/>
      </call>
    </service>
    <service id="cache.default_marshaller" class="Symfony\Component\Cache\Marshaller\DefaultMarshaller">
      <argument>null</argument>
      <argument>true</argument>
    </service>
    <service id="cache.default_clearer" class="Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer">
      <tag name="cache.pool.clearer"/>
      <argument type="collection">
        <argument key="cache.app" type="service" id="cache.app" on-invalid="ignore_uninitialized"/>
      </argument>
    </service>
    <service id="cache.system_clearer" class="Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer" public="true">
      <tag name="cache.pool.clearer"/>
      <tag name="kernel.cache_clearer"/>
      <argument type="collection">
        <argument key="cache.system" type="service" id="cache.system" on-invalid="ignore_uninitialized"/>
        <argument key="cache.validator" type="service" id="cache.validator" on-invalid="ignore_uninitialized"/>
        <argument key="cache.serializer" type="service" id="cache.serializer" on-invalid="ignore_uninitialized"/>
        <argument key="cache.annotations" type="service" id="cache.annotations" on-invalid="ignore_uninitialized"/>
        <argument key="cache.property_info" type="service" id="cache.property_info" on-invalid="ignore_uninitialized"/>
        <argument key="cache.validator_expression_language" type="service" id="cache.validator_expression_language" on-invalid="ignore_uninitialized"/>
      </argument>
    </service>
    <service id="cache.global_clearer" class="Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer" public="true">
      <tag name="cache.pool.clearer"/>
      <argument type="collection">
        <argument key="cache.app" type="service" id="cache.app" on-invalid="ignore_uninitialized"/>
        <argument key="cache.system" type="service" id="cache.system" on-invalid="ignore_uninitialized"/>
        <argument key="cache.validator" type="service" id="cache.validator" on-invalid="ignore_uninitialized"/>
        <argument key="cache.serializer" type="service" id="cache.serializer" on-invalid="ignore_uninitialized"/>
        <argument key="cache.annotations" type="service" id="cache.annotations" on-invalid="ignore_uninitialized"/>
        <argument key="cache.property_info" type="service" id="cache.property_info" on-invalid="ignore_uninitialized"/>
        <argument key="cache.validator_expression_language" type="service" id="cache.validator_expression_language" on-invalid="ignore_uninitialized"/>
        <argument key="cache.doctrine.orm.default.result" type="service" id="cache.doctrine.orm.default.result" on-invalid="ignore_uninitialized"/>
        <argument key="cache.doctrine.orm.default.query" type="service" id="cache.doctrine.orm.default.query" on-invalid="ignore_uninitialized"/>
      </argument>
    </service>
    <service id="identity_translator" class="Symfony\Component\Translation\IdentityTranslator"/>
    <service id="translator.default" class="Symfony\Bundle\FrameworkBundle\Translation\Translator">
      <tag name="kernel.locale_aware"/>
      <argument type="service" id=".service_locator.yY.p4P7"/>
      <argument type="service" id="translator.formatter.default"/>
      <argument>en</argument>
      <argument type="collection">
        <argument key="translation.loader.php" type="collection">
          <argument>php</argument>
        </argument>
        <argument key="translation.loader.yml" type="collection">
          <argument>yaml</argument>
          <argument>yml</argument>
        </argument>
        <argument key="translation.loader.xliff" type="collection">
          <argument>xlf</argument>
          <argument>xliff</argument>
        </argument>
        <argument key="translation.loader.po" type="collection">
          <argument>po</argument>
        </argument>
        <argument key="translation.loader.mo" type="collection">
          <argument>mo</argument>
        </argument>
        <argument key="translation.loader.qt" type="collection">
          <argument>ts</argument>
        </argument>
        <argument key="translation.loader.csv" type="collection">
          <argument>csv</argument>
        </argument>
        <argument key="translation.loader.res" type="collection">
          <argument>res</argument>
        </argument>
        <argument key="translation.loader.dat" type="collection">
          <argument>dat</argument>
        </argument>
        <argument key="translation.loader.ini" type="collection">
          <argument>ini</argument>
        </argument>
        <argument key="translation.loader.json" type="collection">
          <argument>json</argument>
        </argument>
      </argument>
      <argument type="collection">
        <argument key="cache_dir">/var/www/digitization-service/releases/8/var/cache/dev/translations</argument>
        <argument key="debug">true</argument>
        <argument key="resource_files" type="collection">
          <argument key="af" type="collection">
            <argument>/var/www/digitization-service/releases/8/vendor/symfony/validator/Resources/translations/validators.af.xlf</argument>
          </argument>
          <argument key="ar" type="collection">
            <argument>/var/www/digitization-service/releases/8/vendor/symfony/validator/Resources/translations/validators.ar.xlf</argument>
            <argument>/var/www/digitization-service/releases/8/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ar.xliff</argument>
          </argument>
          <argument key="az" type="collection">
            <argument>/var/www/digitization-service/releases/8/vendor/symfony/validator/Resources/translations/validators.az.xlf</argument>
          </argument>
          <argument key="be" type="collection">
            <argument>/var/www/digitization-service/releases/8/vendor/symfony/validator/Resources/translations/validators.be.xlf</argument>
          </argument>
          <argument key="bg" type="collection">
            <argument>/var/www/digitization-service/releases/8/vendor/symfony/validator/Resources/translations/validators.bg.xlf</argument>
            <argument>/var/www/digitization-service/releases/8/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.bg.xliff</argument>
          </argument>
          <argument key="bs" type="collection">
            <argument>/var/www/digitization-service/releases/8/vendor/symfony/validator/Resources/translations/validators.bs.xlf</argument>
          </argument>
          <argument key="ca" type="collection">
            <argument>/var/www/digitization-service/releases/8/vendor/symfony/validator/Resources/translations/validators.ca.xlf</argument>
            <argument>/var/www/digitization-service/releases/8/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ca.xliff</argument>
          </argument>
          <argument key="cs" type="collection">
            <argument>/var/www/digitization-service/releases/8/vendor/symfony/validator/Resources/translations/validators.cs.xlf</argument>
            <argument>/var/www/digitization-service/releases/8/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.cs.xliff</argument>
          </argument>
          <argument key="cy" type="collection">
            <argument>/var/www/digitization-service/releases/8/vendor/symfony/validator/Resources/translations/validators.cy.xlf</argument>
          </argument>
          <argument key="da" type="collection">
            <argument>/var/www/digitization-service/releases/8/vendor/symfony/validator/Resources/translations/validators.da.xlf</argument>
            <argument>/var/www/digitization-service/releases/8/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.da.xliff</argument>
          </argument>
          <argument key="de" type="collection">
            <argument>/var/www/digitization-service/releases/8/vendor/symfony/validator/Resources/translations/validators.de.xlf</argument>
            <argument>/var/www/digitization-service/releases/8/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.de.xliff</argument>
          </argument>
          <argument key="el" type="collection">
            <argument>/var/www/digitization-service/releases/8/vendor/symfony/validator/Resources/translations/validators.el.xlf</argument>
          </argument>
          <argument key="en" type="collection">
            <argument>/var/www/digitization-service/releases/8/vendor/symfony/validator/Resources/translations/validators.en.xlf</argument>
            <argument>/var/www/digitization-service/releases/8/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.en.xliff</argument>
          </argument>
          <argument key="es" type="collection">
            <argument>/var/www/digitization-service/releases/8/vendor/symfony/validator/Resources/translations/validators.es.xlf</argument>
            <argument>/var/www/digitization-service/releases/8/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.es.xliff</argument>
          </argument>
          <argument key="et" type="collection">
            <argument>/var/www/digitization-service/releases/8/vendor/symfony/validator/Resources/translations/validators.et.xlf</argument>
          </argument>
          <argument key="eu" type="collection">
            <argument>/var/www/digitization-service/releases/8/vendor/symfony/validator/Resources/translations/validators.eu.xlf</argument>
            <argument>/var/www/digitization-service/releases/8/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.eu.xliff</argument>
          </argument>
          <argument key="fa" type="collection">
            <argument>/var/www/digitization-service/releases/8/vendor/symfony/validator/Resources/translations/validators.fa.xlf</argument>
            <argument>/var/www/digitization-service/releases/8/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.fa.xliff</argument>
          </argument>
          <argument key="fi" type="collection">
            <argument>/var/www/digitization-service/releases/8/vendor/symfony/validator/Resources/translations/validators.fi.xlf</argument>
            <argument>/var/www/digitization-service/releases/8/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.fi.xliff</argument>
          </argument>
          <argument key="fr" type="collection">
            <argument>/var/www/digitization-service/releases/8/vendor/symfony/validator/Resources/translations/validators.fr.xlf</argument>
            <argument>/var/www/digitization-service/releases/8/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.fr.xliff</argument>
          </argument>
          <argument key="gl" type="collection">
            <argument>/var/www/digitization-service/releases/8/vendor/symfony/validator/Resources/translations/validators.gl.xlf</argument>
          </argument>
          <argument key="he" type="collection">
            <argument>/var/www/digitization-service/releases/8/vendor/symfony/validator/Resources/translations/validators.he.xlf</argument>
          </argument>
          <argument key="hr" type="collection">
            <argument>/var/www/digitization-service/releases/8/vendor/symfony/validator/Resources/translations/validators.hr.xlf</argument>
            <argument>/var/www/digitization-service/releases/8/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.hr.xliff</argument>
          </argument>
          <argument key="hu" type="collection">
            <argument>/var/www/digitization-service/releases/8/vendor/symfony/validator/Resources/translations/validators.hu.xlf</argument>
            <argument>/var/www/digitization-service/releases/8/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.hu.xliff</argument>
          </argument>
          <argument key="hy" type="collection">
            <argument>/var/www/digitization-service/releases/8/vendor/symfony/validator/Resources/translations/validators.hy.xlf</argument>
          </argument>
          <argument key="id" type="collection">
            <argument>/var/www/digitization-service/releases/8/vendor/symfony/validator/Resources/translations/validators.id.xlf</argument>
            <argument>/var/www/digitization-service/releases/8/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.id.xliff</argument>
          </argument>
          <argument key="it" type="collection">
            <argument>/var/www/digitization-service/releases/8/vendor/symfony/validator/Resources/translations/validators.it.xlf</argument>
            <argument>/var/www/digitization-service/releases/8/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.it.xliff</argument>
          </argument>
          <argument key="ja" type="collection">
            <argument>/var/www/digitization-service/releases/8/vendor/symfony/validator/Resources/translations/validators.ja.xlf</argument>
            <argument>/var/www/digitization-service/releases/8/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ja.xliff</argument>
          </argument>
          <argument key="lb" type="collection">
            <argument>/var/www/digitization-service/releases/8/vendor/symfony/validator/Resources/translations/validators.lb.xlf</argument>
          </argument>
          <argument key="lt" type="collection">
            <argument>/var/www/digitization-service/releases/8/vendor/symfony/validator/Resources/translations/validators.lt.xlf</argument>
            <argument>/var/www/digitization-service/releases/8/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.lt.xliff</argument>
          </argument>
          <argument key="lv" type="collection">
            <argument>/var/www/digitization-service/releases/8/vendor/symfony/validator/Resources/translations/validators.lv.xlf</argument>
          </argument>
          <argument key="mk" type="collection">
            <argument>/var/www/digitization-service/releases/8/vendor/symfony/validator/Resources/translations/validators.mk.xlf</argument>
          </argument>
          <argument key="mn" type="collection">
            <argument>/var/www/digitization-service/releases/8/vendor/symfony/validator/Resources/translations/validators.mn.xlf</argument>
          </argument>
          <argument key="my" type="collection">
            <argument>/var/www/digitization-service/releases/8/vendor/symfony/validator/Resources/translations/validators.my.xlf</argument>
          </argument>
          <argument key="nb" type="collection">
            <argument>/var/www/digitization-service/releases/8/vendor/symfony/validator/Resources/translations/validators.nb.xlf</argument>
          </argument>
          <argument key="nl" type="collection">
            <argument>/var/www/digitization-service/releases/8/vendor/symfony/validator/Resources/translations/validators.nl.xlf</argument>
            <argument>/var/www/digitization-service/releases/8/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.nl.xliff</argument>
          </argument>
          <argument key="nn" type="collection">
            <argument>/var/www/digitization-service/releases/8/vendor/symfony/validator/Resources/translations/validators.nn.xlf</argument>
          </argument>
          <argument key="no" type="collection">
            <argument>/var/www/digitization-service/releases/8/vendor/symfony/validator/Resources/translations/validators.no.xlf</argument>
            <argument>/var/www/digitization-service/releases/8/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.no.xliff</argument>
          </argument>
          <argument key="pl" type="collection">
            <argument>/var/www/digitization-service/releases/8/vendor/symfony/validator/Resources/translations/validators.pl.xlf</argument>
            <argument>/var/www/digitization-service/releases/8/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.pl.xliff</argument>
          </argument>
          <argument key="pt" type="collection">
            <argument>/var/www/digitization-service/releases/8/vendor/symfony/validator/Resources/translations/validators.pt.xlf</argument>
          </argument>
          <argument key="pt_BR" type="collection">
            <argument>/var/www/digitization-service/releases/8/vendor/symfony/validator/Resources/translations/validators.pt_BR.xlf</argument>
            <argument>/var/www/digitization-service/releases/8/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.pt_BR.xliff</argument>
          </argument>
          <argument key="ro" type="collection">
            <argument>/var/www/digitization-service/releases/8/vendor/symfony/validator/Resources/translations/validators.ro.xlf</argument>
            <argument>/var/www/digitization-service/releases/8/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ro.xliff</argument>
          </argument>
          <argument key="ru" type="collection">
            <argument>/var/www/digitization-service/releases/8/vendor/symfony/validator/Resources/translations/validators.ru.xlf</argument>
            <argument>/var/www/digitization-service/releases/8/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ru.xliff</argument>
          </argument>
          <argument key="sk" type="collection">
            <argument>/var/www/digitization-service/releases/8/vendor/symfony/validator/Resources/translations/validators.sk.xlf</argument>
          </argument>
          <argument key="sl" type="collection">
            <argument>/var/www/digitization-service/releases/8/vendor/symfony/validator/Resources/translations/validators.sl.xlf</argument>
          </argument>
          <argument key="sq" type="collection">
            <argument>/var/www/digitization-service/releases/8/vendor/symfony/validator/Resources/translations/validators.sq.xlf</argument>
          </argument>
          <argument key="sr_Cyrl" type="collection">
            <argument>/var/www/digitization-service/releases/8/vendor/symfony/validator/Resources/translations/validators.sr_Cyrl.xlf</argument>
          </argument>
          <argument key="sr_Latn" type="collection">
            <argument>/var/www/digitization-service/releases/8/vendor/symfony/validator/Resources/translations/validators.sr_Latn.xlf</argument>
          </argument>
          <argument key="sv" type="collection">
            <argument>/var/www/digitization-service/releases/8/vendor/symfony/validator/Resources/translations/validators.sv.xlf</argument>
            <argument>/var/www/digitization-service/releases/8/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.sv.xliff</argument>
          </argument>
          <argument key="th" type="collection">
            <argument>/var/www/digitization-service/releases/8/vendor/symfony/validator/Resources/translations/validators.th.xlf</argument>
          </argument>
          <argument key="tl" type="collection">
            <argument>/var/www/digitization-service/releases/8/vendor/symfony/validator/Resources/translations/validators.tl.xlf</argument>
          </argument>
          <argument key="tr" type="collection">
            <argument>/var/www/digitization-service/releases/8/vendor/symfony/validator/Resources/translations/validators.tr.xlf</argument>
            <argument>/var/www/digitization-service/releases/8/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.tr.xliff</argument>
          </argument>
          <argument key="uk" type="collection">
            <argument>/var/www/digitization-service/releases/8/vendor/symfony/validator/Resources/translations/validators.uk.xlf</argument>
            <argument>/var/www/digitization-service/releases/8/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.uk.xliff</argument>
          </argument>
          <argument key="ur" type="collection">
            <argument>/var/www/digitization-service/releases/8/vendor/symfony/validator/Resources/translations/validators.ur.xlf</argument>
          </argument>
          <argument key="uz" type="collection">
            <argument>/var/www/digitization-service/releases/8/vendor/symfony/validator/Resources/translations/validators.uz.xlf</argument>
          </argument>
          <argument key="vi" type="collection">
            <argument>/var/www/digitization-service/releases/8/vendor/symfony/validator/Resources/translations/validators.vi.xlf</argument>
          </argument>
          <argument key="zh_CN" type="collection">
            <argument>/var/www/digitization-service/releases/8/vendor/symfony/validator/Resources/translations/validators.zh_CN.xlf</argument>
          </argument>
          <argument key="zh_TW" type="collection">
            <argument>/var/www/digitization-service/releases/8/vendor/symfony/validator/Resources/translations/validators.zh_TW.xlf</argument>
          </argument>
          <argument key="ky" type="collection">
            <argument>/var/www/digitization-service/releases/8/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ky.xliff</argument>
          </argument>
          <argument key="sw" type="collection">
            <argument>/var/www/digitization-service/releases/8/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.sw.xliff</argument>
          </argument>
        </argument>
        <argument key="scanned_directories" type="collection">
          <argument>/var/www/digitization-service/releases/8/vendor/symfony/validator/Resources/translations</argument>
          <argument>/var/www/digitization-service/releases/8/vendor/knplabs/knp-paginator-bundle/translations</argument>
          <argument>/var/www/digitization-service/releases/8/vendor/symfony/framework-bundle/translations</argument>
          <argument>/var/www/digitization-service/releases/8/vendor/symfony/swiftmailer-bundle/translations</argument>
          <argument>/var/www/digitization-service/releases/8/vendor/symfony/monolog-bundle/translations</argument>
          <argument>/var/www/digitization-service/releases/8/vendor/doctrine/doctrine-bundle/translations</argument>
          <argument>/var/www/digitization-service/releases/8/vendor/doctrine/doctrine-migrations-bundle/translations</argument>
          <argument>/var/www/digitization-service/releases/8/vendor/chrisguitarguy/request-id-bundle/src/translations</argument>
          <argument>/var/www/digitization-service/releases/8/vendor/payneticsteam/paynetics-bundle/src/Paynetics/translations</argument>
          <argument>/var/www/digitization-service/releases/8/vendor/aws/aws-sdk-php-symfony/src/translations</argument>
          <argument>/var/www/digitization-service/releases/8/translations</argument>
        </argument>
        <argument key="cache_vary" type="collection">
          <argument key="scanned_directories" type="collection">
            <argument>vendor/symfony/validator/Resources/translations</argument>
            <argument>vendor/knplabs/knp-paginator-bundle/translations</argument>
            <argument>vendor/symfony/framework-bundle/translations</argument>
            <argument>vendor/symfony/swiftmailer-bundle/translations</argument>
            <argument>vendor/symfony/monolog-bundle/translations</argument>
            <argument>vendor/doctrine/doctrine-bundle/translations</argument>
            <argument>vendor/doctrine/doctrine-migrations-bundle/translations</argument>
            <argument>vendor/chrisguitarguy/request-id-bundle/src/translations</argument>
            <argument>vendor/payneticsteam/paynetics-bundle/src/Paynetics/translations</argument>
            <argument>vendor/aws/aws-sdk-php-symfony/src/translations</argument>
            <argument>translations</argument>
          </argument>
        </argument>
      </argument>
      <argument type="collection"/>
      <call method="setConfigCacheFactory">
        <argument type="service" id="config_cache_factory"/>
      </call>
      <call method="setFallbackLocales">
        <argument type="collection">
          <argument>en</argument>
        </argument>
      </call>
    </service>
    <service id="translator.logging" class="Symfony\Component\Translation\LoggingTranslator">
      <tag name="monolog.logger" channel="translation"/>
      <argument type="service" id="translator.logging.inner"/>
      <argument type="service" id="monolog.logger.translation"/>
    </service>
    <service id="translator.formatter.default" class="Symfony\Component\Translation\Formatter\MessageFormatter">
      <argument type="service" id="identity_translator"/>
    </service>
    <service id="translation.loader.php" class="Symfony\Component\Translation\Loader\PhpFileLoader">
      <tag name="translation.loader" alias="php"/>
    </service>
    <service id="translation.loader.yml" class="Symfony\Component\Translation\Loader\YamlFileLoader">
      <tag name="translation.loader" alias="yaml" legacy-alias="yml"/>
    </service>
    <service id="translation.loader.xliff" class="Symfony\Component\Translation\Loader\XliffFileLoader">
      <tag name="translation.loader" alias="xlf" legacy-alias="xliff"/>
    </service>
    <service id="translation.loader.po" class="Symfony\Component\Translation\Loader\PoFileLoader">
      <tag name="translation.loader" alias="po"/>
    </service>
    <service id="translation.loader.mo" class="Symfony\Component\Translation\Loader\MoFileLoader">
      <tag name="translation.loader" alias="mo"/>
    </service>
    <service id="translation.loader.qt" class="Symfony\Component\Translation\Loader\QtFileLoader">
      <tag name="translation.loader" alias="ts"/>
    </service>
    <service id="translation.loader.csv" class="Symfony\Component\Translation\Loader\CsvFileLoader">
      <tag name="translation.loader" alias="csv"/>
    </service>
    <service id="translation.loader.res" class="Symfony\Component\Translation\Loader\IcuResFileLoader">
      <tag name="translation.loader" alias="res"/>
    </service>
    <service id="translation.loader.dat" class="Symfony\Component\Translation\Loader\IcuDatFileLoader">
      <tag name="translation.loader" alias="dat"/>
    </service>
    <service id="translation.loader.ini" class="Symfony\Component\Translation\Loader\IniFileLoader">
      <tag name="translation.loader" alias="ini"/>
    </service>
    <service id="translation.loader.json" class="Symfony\Component\Translation\Loader\JsonFileLoader">
      <tag name="translation.loader" alias="json"/>
    </service>
    <service id="translation.dumper.php" class="Symfony\Component\Translation\Dumper\PhpFileDumper">
      <tag name="translation.dumper" alias="php"/>
    </service>
    <service id="translation.dumper.xliff" class="Symfony\Component\Translation\Dumper\XliffFileDumper">
      <tag name="translation.dumper" alias="xlf"/>
    </service>
    <service id="translation.dumper.po" class="Symfony\Component\Translation\Dumper\PoFileDumper">
      <tag name="translation.dumper" alias="po"/>
    </service>
    <service id="translation.dumper.mo" class="Symfony\Component\Translation\Dumper\MoFileDumper">
      <tag name="translation.dumper" alias="mo"/>
    </service>
    <service id="translation.dumper.yml" class="Symfony\Component\Translation\Dumper\YamlFileDumper">
      <tag name="translation.dumper" alias="yml"/>
    </service>
    <service id="translation.dumper.yaml" class="Symfony\Component\Translation\Dumper\YamlFileDumper">
      <tag name="translation.dumper" alias="yaml"/>
      <argument>yaml</argument>
    </service>
    <service id="translation.dumper.qt" class="Symfony\Component\Translation\Dumper\QtFileDumper">
      <tag name="translation.dumper" alias="ts"/>
    </service>
    <service id="translation.dumper.csv" class="Symfony\Component\Translation\Dumper\CsvFileDumper">
      <tag name="translation.dumper" alias="csv"/>
    </service>
    <service id="translation.dumper.ini" class="Symfony\Component\Translation\Dumper\IniFileDumper">
      <tag name="translation.dumper" alias="ini"/>
    </service>
    <service id="translation.dumper.json" class="Symfony\Component\Translation\Dumper\JsonFileDumper">
      <tag name="translation.dumper" alias="json"/>
    </service>
    <service id="translation.dumper.res" class="Symfony\Component\Translation\Dumper\IcuResFileDumper">
      <tag name="translation.dumper" alias="res"/>
    </service>
    <service id="translation.extractor.php" class="Symfony\Component\Translation\Extractor\PhpExtractor">
      <tag name="translation.extractor" alias="php"/>
    </service>
    <service id="translation.reader" class="Symfony\Component\Translation\Reader\TranslationReader">
      <call method="addLoader">
        <argument>php</argument>
        <argument type="service" id="translation.loader.php"/>
      </call>
      <call method="addLoader">
        <argument>yaml</argument>
        <argument type="service" id="translation.loader.yml"/>
      </call>
      <call method="addLoader">
        <argument>yml</argument>
        <argument type="service" id="translation.loader.yml"/>
      </call>
      <call method="addLoader">
        <argument>xlf</argument>
        <argument type="service" id="translation.loader.xliff"/>
      </call>
      <call method="addLoader">
        <argument>xliff</argument>
        <argument type="service" id="translation.loader.xliff"/>
      </call>
      <call method="addLoader">
        <argument>po</argument>
        <argument type="service" id="translation.loader.po"/>
      </call>
      <call method="addLoader">
        <argument>mo</argument>
        <argument type="service" id="translation.loader.mo"/>
      </call>
      <call method="addLoader">
        <argument>ts</argument>
        <argument type="service" id="translation.loader.qt"/>
      </call>
      <call method="addLoader">
        <argument>csv</argument>
        <argument type="service" id="translation.loader.csv"/>
      </call>
      <call method="addLoader">
        <argument>res</argument>
        <argument type="service" id="translation.loader.res"/>
      </call>
      <call method="addLoader">
        <argument>dat</argument>
        <argument type="service" id="translation.loader.dat"/>
      </call>
      <call method="addLoader">
        <argument>ini</argument>
        <argument type="service" id="translation.loader.ini"/>
      </call>
      <call method="addLoader">
        <argument>json</argument>
        <argument type="service" id="translation.loader.json"/>
      </call>
    </service>
    <service id="translation.extractor" class="Symfony\Component\Translation\Extractor\ChainExtractor">
      <call method="addExtractor">
        <argument>php</argument>
        <argument type="service" id="translation.extractor.php"/>
      </call>
    </service>
    <service id="translation.writer" class="Symfony\Component\Translation\Writer\TranslationWriter">
      <call method="addDumper">
        <argument>php</argument>
        <argument type="service" id="translation.dumper.php"/>
      </call>
      <call method="addDumper">
        <argument>xlf</argument>
        <argument type="service" id="translation.dumper.xliff"/>
      </call>
      <call method="addDumper">
        <argument>po</argument>
        <argument type="service" id="translation.dumper.po"/>
      </call>
      <call method="addDumper">
        <argument>mo</argument>
        <argument type="service" id="translation.dumper.mo"/>
      </call>
      <call method="addDumper">
        <argument>yml</argument>
        <argument type="service" id="translation.dumper.yml"/>
      </call>
      <call method="addDumper">
        <argument>yaml</argument>
        <argument type="service" id="translation.dumper.yaml"/>
      </call>
      <call method="addDumper">
        <argument>ts</argument>
        <argument type="service" id="translation.dumper.qt"/>
      </call>
      <call method="addDumper">
        <argument>csv</argument>
        <argument type="service" id="translation.dumper.csv"/>
      </call>
      <call method="addDumper">
        <argument>ini</argument>
        <argument type="service" id="translation.dumper.ini"/>
      </call>
      <call method="addDumper">
        <argument>json</argument>
        <argument type="service" id="translation.dumper.json"/>
      </call>
      <call method="addDumper">
        <argument>res</argument>
        <argument type="service" id="translation.dumper.res"/>
      </call>
    </service>
    <service id="translation.warmer" class="Symfony\Bundle\FrameworkBundle\CacheWarmer\TranslationsCacheWarmer">
      <tag name="container.service_subscriber" id="translator"/>
      <tag name="kernel.cache_warmer"/>
      <argument type="service" id=".service_locator.J4b.DPX.translation.warmer"/>
    </service>
    <service id="translation.provider_collection" class="Symfony\Component\Translation\Provider\TranslationProviderCollection">
      <argument type="collection"/>
      <factory service="translation.provider_collection_factory" method="fromConfig"/>
    </service>
    <service id="translation.provider_collection_factory" class="Symfony\Component\Translation\Provider\TranslationProviderCollectionFactory">
      <argument type="tagged_iterator" tag="translation.provider_factory"/>
      <argument type="collection"/>
    </service>
    <service id="translation.provider_factory.null" class="Symfony\Component\Translation\Provider\NullProviderFactory">
      <tag name="translation.provider_factory"/>
    </service>
    <service id="debug.debug_handlers_listener" class="Symfony\Component\HttpKernel\EventListener\DebugHandlersListener">
      <tag name="kernel.event_subscriber"/>
      <tag name="monolog.logger" channel="php"/>
      <tag name="container.hot_path"/>
      <argument>null</argument>
      <argument type="service" id="monolog.logger.php"/>
      <argument>null</argument>
      <argument>-1</argument>
      <argument>true</argument>
      <argument>true</argument>
      <argument type="service" id="monolog.logger.deprecation"/>
    </service>
    <service id="debug.file_link_formatter" class="Symfony\Component\HttpKernel\Debug\FileLinkFormatter">
      <argument>null</argument>
    </service>
    <service id="debug.stopwatch" class="Symfony\Component\Stopwatch\Stopwatch">
      <tag name="kernel.reset" method="reset"/>
      <argument>true</argument>
    </service>
    <service id="debug.event_dispatcher" class="Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher">
      <tag name="container.hot_path"/>
      <tag name="event_dispatcher">event_dispatcher.dispatcher</tag>
      <tag name="monolog.logger" channel="event"/>
      <tag name="kernel.reset" method="reset"/>
      <tag name="container.decorator" id="event_dispatcher"/>
      <argument type="service" id="debug.event_dispatcher.inner"/>
      <argument type="service" id="debug.stopwatch"/>
      <argument type="service" id="monolog.logger.event" on-invalid="null"/>
      <argument type="service" id="request_stack" on-invalid="null"/>
      <call method="addListener">
        <argument>kernel.request</argument>
        <argument type="collection">
          <argument type="service_closure" id="knp_paginator.subscriber.sliding_pagination"/>
          <argument>onKernelRequest</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>console.command</argument>
        <argument type="collection">
          <argument type="service_closure" id="doctrine_migrations.schema_filter_listener"/>
          <argument>onConsoleCommand</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>kernel.response</argument>
        <argument type="collection">
          <argument type="service_closure" id="response_listener"/>
          <argument>onKernelResponse</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>kernel.response</argument>
        <argument type="collection">
          <argument type="service_closure" id="streamed_response_listener"/>
          <argument>onKernelResponse</argument>
        </argument>
        <argument>-1024</argument>
      </call>
      <call method="addListener">
        <argument>kernel.request</argument>
        <argument type="collection">
          <argument type="service_closure" id="locale_listener"/>
          <argument>setDefaultLocale</argument>
        </argument>
        <argument>100</argument>
      </call>
      <call method="addListener">
        <argument>kernel.request</argument>
        <argument type="collection">
          <argument type="service_closure" id="locale_listener"/>
          <argument>onKernelRequest</argument>
        </argument>
        <argument>16</argument>
      </call>
      <call method="addListener">
        <argument>kernel.finish_request</argument>
        <argument type="collection">
          <argument type="service_closure" id="locale_listener"/>
          <argument>onKernelFinishRequest</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>kernel.request</argument>
        <argument type="collection">
          <argument type="service_closure" id="validate_request_listener"/>
          <argument>onKernelRequest</argument>
        </argument>
        <argument>256</argument>
      </call>
      <call method="addListener">
        <argument>kernel.response</argument>
        <argument type="collection">
          <argument type="service_closure" id="disallow_search_engine_index_response_listener"/>
          <argument>onResponse</argument>
        </argument>
        <argument>-255</argument>
      </call>
      <call method="addListener">
        <argument>kernel.controller_arguments</argument>
        <argument type="collection">
          <argument type="service_closure" id="exception_listener"/>
          <argument>onControllerArguments</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>kernel.exception</argument>
        <argument type="collection">
          <argument type="service_closure" id="exception_listener"/>
          <argument>logKernelException</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>kernel.exception</argument>
        <argument type="collection">
          <argument type="service_closure" id="exception_listener"/>
          <argument>onKernelException</argument>
        </argument>
        <argument>-128</argument>
      </call>
      <call method="addListener">
        <argument>kernel.response</argument>
        <argument type="collection">
          <argument type="service_closure" id="exception_listener"/>
          <argument>removeCspHeader</argument>
        </argument>
        <argument>-128</argument>
      </call>
      <call method="addListener">
        <argument>kernel.request</argument>
        <argument type="collection">
          <argument type="service_closure" id="locale_aware_listener"/>
          <argument>onKernelRequest</argument>
        </argument>
        <argument>15</argument>
      </call>
      <call method="addListener">
        <argument>kernel.finish_request</argument>
        <argument type="collection">
          <argument type="service_closure" id="locale_aware_listener"/>
          <argument>onKernelFinishRequest</argument>
        </argument>
        <argument>-15</argument>
      </call>
      <call method="addListener">
        <argument>console.error</argument>
        <argument type="collection">
          <argument type="service_closure" id="console.error_listener"/>
          <argument>onConsoleError</argument>
        </argument>
        <argument>-128</argument>
      </call>
      <call method="addListener">
        <argument>console.terminate</argument>
        <argument type="collection">
          <argument type="service_closure" id="console.error_listener"/>
          <argument>onConsoleTerminate</argument>
        </argument>
        <argument>-128</argument>
      </call>
      <call method="addListener">
        <argument>console.error</argument>
        <argument type="collection">
          <argument type="service_closure" id="console.suggest_missing_package_subscriber"/>
          <argument>onConsoleError</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>kernel.request</argument>
        <argument type="collection">
          <argument type="service_closure" id="debug.debug_handlers_listener"/>
          <argument>configure</argument>
        </argument>
        <argument>2048</argument>
      </call>
      <call method="addListener">
        <argument>console.command</argument>
        <argument type="collection">
          <argument type="service_closure" id="debug.debug_handlers_listener"/>
          <argument>configure</argument>
        </argument>
        <argument>2048</argument>
      </call>
      <call method="addListener">
        <argument>kernel.request</argument>
        <argument type="collection">
          <argument type="service_closure" id="router_listener"/>
          <argument>onKernelRequest</argument>
        </argument>
        <argument>32</argument>
      </call>
      <call method="addListener">
        <argument>kernel.finish_request</argument>
        <argument type="collection">
          <argument type="service_closure" id="router_listener"/>
          <argument>onKernelFinishRequest</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>kernel.exception</argument>
        <argument type="collection">
          <argument type="service_closure" id="router_listener"/>
          <argument>onKernelException</argument>
        </argument>
        <argument>-64</argument>
      </call>
      <call method="addListener">
        <argument>kernel.request</argument>
        <argument type="collection">
          <argument type="service_closure" id="session_listener"/>
          <argument>onKernelRequest</argument>
        </argument>
        <argument>128</argument>
      </call>
      <call method="addListener">
        <argument>kernel.response</argument>
        <argument type="collection">
          <argument type="service_closure" id="session_listener"/>
          <argument>onKernelResponse</argument>
        </argument>
        <argument>-1000</argument>
      </call>
      <call method="addListener">
        <argument>kernel.finish_request</argument>
        <argument type="collection">
          <argument type="service_closure" id="session_listener"/>
          <argument>onFinishRequest</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>kernel.exception</argument>
        <argument type="collection">
          <argument type="service_closure" id="swiftmailer.email_sender.listener"/>
          <argument>onException</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>kernel.terminate</argument>
        <argument type="collection">
          <argument type="service_closure" id="swiftmailer.email_sender.listener"/>
          <argument>onTerminate</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>console.error</argument>
        <argument type="collection">
          <argument type="service_closure" id="swiftmailer.email_sender.listener"/>
          <argument>onException</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>console.terminate</argument>
        <argument type="collection">
          <argument type="service_closure" id="swiftmailer.email_sender.listener"/>
          <argument>onTerminate</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>console.command</argument>
        <argument type="collection">
          <argument type="service_closure" id="monolog.handler.console"/>
          <argument>onCommand</argument>
        </argument>
        <argument>255</argument>
      </call>
      <call method="addListener">
        <argument>console.terminate</argument>
        <argument type="collection">
          <argument type="service_closure" id="monolog.handler.console"/>
          <argument>onTerminate</argument>
        </argument>
        <argument>-255</argument>
      </call>
      <call method="addListener">
        <argument>knp_pager.before</argument>
        <argument type="collection">
          <argument type="service_closure" id="knp_paginator.subscriber.paginate"/>
          <argument>before</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>knp_pager.pagination</argument>
        <argument type="collection">
          <argument type="service_closure" id="knp_paginator.subscriber.paginate"/>
          <argument>pagination</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>knp_pager.before</argument>
        <argument type="collection">
          <argument type="service_closure" id="knp_paginator.subscriber.sortable"/>
          <argument>before</argument>
        </argument>
        <argument>1</argument>
      </call>
      <call method="addListener">
        <argument>knp_pager.before</argument>
        <argument type="collection">
          <argument type="service_closure" id="knp_paginator.subscriber.filtration"/>
          <argument>before</argument>
        </argument>
        <argument>1</argument>
      </call>
      <call method="addListener">
        <argument>knp_pager.pagination</argument>
        <argument type="collection">
          <argument type="service_closure" id="knp_paginator.subscriber.sliding_pagination"/>
          <argument>pagination</argument>
        </argument>
        <argument>1</argument>
      </call>
      <call method="addListener">
        <argument>kernel.request</argument>
        <argument type="collection">
          <argument type="service_closure" id="Chrisguitarguy\RequestId\EventListener\RequestIdListener"/>
          <argument>onRequest</argument>
        </argument>
        <argument>100</argument>
      </call>
      <call method="addListener">
        <argument>kernel.response</argument>
        <argument type="collection">
          <argument type="service_closure" id="Chrisguitarguy\RequestId\EventListener\RequestIdListener"/>
          <argument>onResponse</argument>
        </argument>
        <argument>-99</argument>
      </call>
      <call method="addListener">
        <argument>kernel.exception</argument>
        <argument type="collection">
          <argument type="service_closure" id="Paynetics\EventSubscriber\ApiKernelExceptionSubscriber"/>
          <argument>onKernelException</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>Paynetics\Event\EntityCacheEvent</argument>
        <argument type="collection">
          <argument type="service_closure" id="Paynetics\EventSubscriber\EntityCacheLoadSubscriber"/>
          <argument>onEntityLoaded</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>kernel.exception</argument>
        <argument type="collection">
          <argument type="service_closure" id="Paynetics\EventSubscriber\WebKernelExceptionSubscriber"/>
          <argument>onKernelException</argument>
        </argument>
        <argument>0</argument>
      </call>
    </service>
    <service id="debug.controller_resolver" class="Symfony\Component\HttpKernel\Controller\TraceableControllerResolver">
      <tag name="monolog.logger" channel="request"/>
      <tag name="container.decorator" id="controller_resolver"/>
      <argument type="service" id="debug.controller_resolver.inner"/>
      <argument type="service" id="debug.stopwatch"/>
    </service>
    <service id="debug.argument_resolver" class="Symfony\Component\HttpKernel\Controller\TraceableArgumentResolver">
      <tag name="container.decorator" id="argument_resolver"/>
      <argument type="service" id="debug.argument_resolver.inner"/>
      <argument type="service" id="debug.stopwatch"/>
    </service>
    <service id="debug.log_processor" class="Symfony\Bridge\Monolog\Processor\DebugProcessor">
      <argument type="service" id="request_stack"/>
    </service>
    <service id="routing.resolver" class="Symfony\Component\Config\Loader\LoaderResolver">
      <call method="addLoader">
        <argument type="service" id="routing.loader.xml"/>
      </call>
      <call method="addLoader">
        <argument type="service" id="routing.loader.yml"/>
      </call>
      <call method="addLoader">
        <argument type="service" id="routing.loader.php"/>
      </call>
      <call method="addLoader">
        <argument type="service" id="routing.loader.glob"/>
      </call>
      <call method="addLoader">
        <argument type="service" id="routing.loader.directory"/>
      </call>
      <call method="addLoader">
        <argument type="service" id="routing.loader.container"/>
      </call>
      <call method="addLoader">
        <argument type="service" id="routing.loader.annotation"/>
      </call>
      <call method="addLoader">
        <argument type="service" id="routing.loader.annotation.directory"/>
      </call>
      <call method="addLoader">
        <argument type="service" id="routing.loader.annotation.file"/>
      </call>
    </service>
    <service id="routing.loader.xml" class="Symfony\Component\Routing\Loader\XmlFileLoader">
      <tag name="routing.loader"/>
      <argument type="service" id="file_locator"/>
      <argument>dev</argument>
    </service>
    <service id="routing.loader.yml" class="Symfony\Component\Routing\Loader\YamlFileLoader">
      <tag name="routing.loader"/>
      <argument type="service" id="file_locator"/>
      <argument>dev</argument>
    </service>
    <service id="routing.loader.php" class="Symfony\Component\Routing\Loader\PhpFileLoader">
      <tag name="routing.loader"/>
      <argument type="service" id="file_locator"/>
      <argument>dev</argument>
    </service>
    <service id="routing.loader.glob" class="Symfony\Component\Routing\Loader\GlobFileLoader">
      <tag name="routing.loader"/>
      <argument type="service" id="file_locator"/>
      <argument>dev</argument>
    </service>
    <service id="routing.loader.directory" class="Symfony\Component\Routing\Loader\DirectoryLoader">
      <tag name="routing.loader"/>
      <argument type="service" id="file_locator"/>
      <argument>dev</argument>
    </service>
    <service id="routing.loader.container" class="Symfony\Component\Routing\Loader\ContainerLoader">
      <tag name="routing.loader"/>
      <argument type="service" id=".service_locator.kODoftA"/>
      <argument>dev</argument>
    </service>
    <service id="routing.loader" class="Symfony\Bundle\FrameworkBundle\Routing\DelegatingLoader" public="true">
      <argument type="service" id="routing.resolver"/>
      <argument type="collection">
        <argument key="utf8">true</argument>
      </argument>
      <argument type="collection"/>
    </service>
    <service id="router.default" class="Symfony\Bundle\FrameworkBundle\Routing\Router">
      <tag name="monolog.logger" channel="router"/>
      <tag name="container.service_subscriber" id="routing.loader"/>
      <argument type="service" id=".service_locator.pKWmPfh.router.default"/>
      <argument>kernel::loadRoutes</argument>
      <argument type="collection">
        <argument key="cache_dir">/var/www/digitization-service/releases/8/var/cache/dev</argument>
        <argument key="debug">true</argument>
        <argument key="generator_class">Symfony\Component\Routing\Generator\CompiledUrlGenerator</argument>
        <argument key="generator_dumper_class">Symfony\Component\Routing\Generator\Dumper\CompiledUrlGeneratorDumper</argument>
        <argument key="matcher_class">Symfony\Bundle\FrameworkBundle\Routing\RedirectableCompiledUrlMatcher</argument>
        <argument key="matcher_dumper_class">Symfony\Component\Routing\Matcher\Dumper\CompiledUrlMatcherDumper</argument>
        <argument key="strict_requirements">true</argument>
        <argument key="resource_type">service</argument>
      </argument>
      <argument type="service" id="router.request_context" on-invalid="ignore"/>
      <argument type="service" id="parameter_bag" on-invalid="ignore"/>
      <argument type="service" id="monolog.logger.router" on-invalid="ignore"/>
      <argument>en</argument>
      <call method="setConfigCacheFactory">
        <argument type="service" id="config_cache_factory"/>
      </call>
    </service>
    <service id="router.request_context" class="Symfony\Component\Routing\RequestContext">
      <argument></argument>
      <argument>localhost</argument>
      <argument>http</argument>
      <argument>80</argument>
      <argument>443</argument>
      <factory class="Symfony\Component\Routing\RequestContext" method="fromUri"/>
    </service>
    <service id="router.cache_warmer" class="Symfony\Bundle\FrameworkBundle\CacheWarmer\RouterCacheWarmer">
      <tag name="container.service_subscriber" id="router"/>
      <tag name="kernel.cache_warmer"/>
      <argument type="service" id=".service_locator.HLwzKIm.router.cache_warmer"/>
    </service>
    <service id="router_listener" class="Symfony\Component\HttpKernel\EventListener\RouterListener">
      <tag name="kernel.event_subscriber"/>
      <tag name="monolog.logger" channel="request"/>
      <tag name="container.hot_path"/>
      <tag name="container.hot_path"/>
      <argument type="service" id="router.default"/>
      <argument type="service" id="request_stack"/>
      <argument type="service" id="router.request_context" on-invalid="ignore"/>
      <argument type="service" id="monolog.logger.request" on-invalid="ignore"/>
      <argument>/var/www/digitization-service/releases/8</argument>
      <argument>true</argument>
    </service>
    <service id="Symfony\Bundle\FrameworkBundle\Controller\RedirectController" class="Symfony\Bundle\FrameworkBundle\Controller\RedirectController" public="true">
      <argument type="service" id="router.default"/>
      <argument type="service">
        <service class="int">
          <factory service="router.request_context" method="getHttpPort"/>
        </service>
      </argument>
      <argument type="service">
        <service class="int">
          <factory service="router.request_context" method="getHttpsPort"/>
        </service>
      </argument>
    </service>
    <service id="Symfony\Bundle\FrameworkBundle\Controller\TemplateController" class="Symfony\Bundle\FrameworkBundle\Controller\TemplateController" public="true">
      <argument>null</argument>
    </service>
    <service id="routing.loader.annotation" class="Symfony\Bundle\FrameworkBundle\Routing\AnnotatedRouteControllerLoader">
      <tag name="routing.loader" priority="-10"/>
      <argument type="service" id="annotations.cached_reader" on-invalid="null"/>
      <argument>dev</argument>
    </service>
    <service id="routing.loader.annotation.directory" class="Symfony\Component\Routing\Loader\AnnotationDirectoryLoader">
      <tag name="routing.loader" priority="-10"/>
      <argument type="service" id="file_locator"/>
      <argument type="service" id="routing.loader.annotation"/>
    </service>
    <service id="routing.loader.annotation.file" class="Symfony\Component\Routing\Loader\AnnotationFileLoader">
      <tag name="routing.loader" priority="-10"/>
      <argument type="service" id="file_locator"/>
      <argument type="service" id="routing.loader.annotation"/>
    </service>
    <service id="annotations.reader" class="Doctrine\Common\Annotations\AnnotationReader">
      <call method="addGlobalIgnoredName">
        <argument>required</argument>
        <argument type="service" id="annotations.dummy_registry" on-invalid="null"/>
      </call>
    </service>
    <service id="annotations.dummy_registry" class="Doctrine\Common\Annotations\AnnotationRegistry">
      <call method="registerUniqueLoader">
        <argument>class_exists</argument>
      </call>
    </service>
    <service id="annotations.cached_reader" class="Doctrine\Common\Annotations\PsrCachedReader">
      <tag name="annotations.cached_reader"/>
      <tag name="container.do_not_inline"/>
      <argument type="service" id="annotations.reader"/>
      <argument type="service">
        <service class="Symfony\Component\Cache\Adapter\ArrayAdapter"/>
      </argument>
      <argument>true</argument>
      <argument type="service_closure" id="annotations.cache_adapter"/>
    </service>
    <service id="annotations.filesystem_cache_adapter" class="Symfony\Component\Cache\Adapter\FilesystemAdapter">
      <argument></argument>
      <argument>0</argument>
      <argument type="abstract">Cache-Directory</argument>
    </service>
    <service id="annotations.filesystem_cache" class="Doctrine\Common\Cache\Psr6\DoctrineProvider">
      <argument type="service" id="annotations.filesystem_cache_adapter"/>
      <factory class="Doctrine\Common\Cache\Psr6\DoctrineProvider" method="wrap"/>
      <deprecated package="symfony/framework-bundle" version="5.4">"%service_id% is deprecated"</deprecated>
    </service>
    <service id="annotations.cache_warmer" class="Symfony\Bundle\FrameworkBundle\CacheWarmer\AnnotationsCacheWarmer">
      <tag name="kernel.cache_warmer"/>
      <argument type="service" id="annotations.reader"/>
      <argument>/var/www/digitization-service/releases/8/var/cache/dev/annotations.php</argument>
      <argument>#^Symfony\\(?:Component\\HttpKernel\\|Bundle\\FrameworkBundle\\Controller\\(?!.*Controller$))#</argument>
      <argument>true</argument>
    </service>
    <service id="annotations.cache_adapter" class="Symfony\Component\Cache\Adapter\PhpArrayAdapter">
      <tag name="container.hot_path"/>
      <argument>/var/www/digitization-service/releases/8/var/cache/dev/annotations.php</argument>
      <argument type="service" id="cache.annotations"/>
      <factory class="Symfony\Component\Cache\Adapter\PhpArrayAdapter" method="create"/>
    </service>
    <service id="annotations.cache" class="Doctrine\Common\Cache\Psr6\DoctrineProvider">
      <argument type="service" id="annotations.cache_adapter"/>
      <factory class="Doctrine\Common\Cache\Psr6\DoctrineProvider" method="wrap"/>
      <deprecated package="symfony/framework-bundle" version="5.4">"%service_id% is deprecated"</deprecated>
    </service>
    <service id="property_accessor" class="Symfony\Component\PropertyAccess\PropertyAccessor">
      <argument>3</argument>
      <argument>2</argument>
      <argument type="service" id="cache.property_access" on-invalid="ignore"/>
      <argument type="service" id="property_info.reflection_extractor" on-invalid="null"/>
      <argument type="service" id="property_info.reflection_extractor" on-invalid="null"/>
    </service>
    <service id="secrets.vault" class="Symfony\Bundle\FrameworkBundle\Secrets\SodiumVault">
      <tag name="container.env_var_loader"/>
      <argument>/var/www/digitization-service/releases/8/config/secrets/%env(default:kernel.environment:APP_RUNTIME_ENV)%</argument>
      <argument type="service" id="secrets.decryption_key" on-invalid="ignore"/>
    </service>
    <service id="secrets.decryption_key" class="Symfony\Component\String\LazyString">
      <argument type="service" id="container.getenv"/>
      <argument>base64:default::SYMFONY_DECRYPTION_SECRET</argument>
      <factory class="Symfony\Component\String\LazyString" method="fromCallable"/>
    </service>
    <service id="secrets.local_vault" class="Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault">
      <argument>/var/www/digitization-service/releases/8/.env.dev.local</argument>
    </service>
    <service id="serializer" class="Symfony\Component\Serializer\Serializer" public="true">
      <tag name="container.private" package="symfony/framework-bundle" version="5.2"/>
      <argument type="collection">
        <argument type="service" id="serializer.denormalizer.unwrapping"/>
        <argument type="service" id="Symfony\Component\Serializer\Normalizer\DateTimeNormalizer"/>
        <argument type="service" id="Paynetics\Normalizer\EntityNormalizer"/>
        <argument type="service" id="Paynetics\Normalizer\ErrorNormalizer"/>
        <argument type="service" id="serializer.normalizer.problem"/>
        <argument type="service" id="serializer.normalizer.uid"/>
        <argument type="service" id="serializer.normalizer.datetime"/>
        <argument type="service" id="serializer.normalizer.constraint_violation_list"/>
        <argument type="service" id="serializer.normalizer.datetimezone"/>
        <argument type="service" id="serializer.normalizer.dateinterval"/>
        <argument type="service" id="serializer.normalizer.form_error"/>
        <argument type="service" id="serializer.normalizer.data_uri"/>
        <argument type="service" id="serializer.normalizer.json_serializable"/>
        <argument type="service" id="serializer.denormalizer.array"/>
        <argument type="service" id="serializer.normalizer.object"/>
      </argument>
      <argument type="collection">
        <argument type="service" id="serializer.encoder.xml"/>
        <argument type="service" id="serializer.encoder.json"/>
        <argument type="service" id="serializer.encoder.yaml"/>
        <argument type="service" id="serializer.encoder.csv"/>
      </argument>
    </service>
    <service id="serializer.mapping.class_discriminator_resolver" class="Symfony\Component\Serializer\Mapping\ClassDiscriminatorFromClassMetadata">
      <argument type="service" id="serializer.mapping.class_metadata_factory"/>
    </service>
    <service id="serializer.normalizer.constraint_violation_list" class="Symfony\Component\Serializer\Normalizer\ConstraintViolationListNormalizer" autowire="true">
      <tag name="serializer.normalizer" priority="-915"/>
      <argument type="collection"/>
      <argument type="service" id="serializer.name_converter.metadata_aware"/>
    </service>
    <service id="serializer.normalizer.datetimezone" class="Symfony\Component\Serializer\Normalizer\DateTimeZoneNormalizer">
      <tag name="serializer.normalizer" priority="-915"/>
    </service>
    <service id="serializer.normalizer.dateinterval" class="Symfony\Component\Serializer\Normalizer\DateIntervalNormalizer">
      <tag name="serializer.normalizer" priority="-915"/>
    </service>
    <service id="serializer.normalizer.data_uri" class="Symfony\Component\Serializer\Normalizer\DataUriNormalizer">
      <tag name="serializer.normalizer" priority="-920"/>
      <argument>null</argument>
    </service>
    <service id="serializer.normalizer.datetime" class="Symfony\Component\Serializer\Normalizer\DateTimeNormalizer">
      <tag name="serializer.normalizer" priority="-910"/>
    </service>
    <service id="serializer.normalizer.json_serializable" class="Symfony\Component\Serializer\Normalizer\JsonSerializableNormalizer">
      <tag name="serializer.normalizer" priority="-950"/>
      <argument>null</argument>
      <argument>null</argument>
    </service>
    <service id="serializer.normalizer.problem" class="Symfony\Component\Serializer\Normalizer\ProblemNormalizer">
      <tag name="serializer.normalizer" priority="-890"/>
      <argument>true</argument>
    </service>
    <service id="serializer.denormalizer.unwrapping" class="Symfony\Component\Serializer\Normalizer\UnwrappingDenormalizer">
      <tag name="serializer.normalizer" priority="1000"/>
      <argument type="service" id="property_accessor"/>
    </service>
    <service id="serializer.normalizer.uid" class="Symfony\Component\Serializer\Normalizer\UidNormalizer">
      <tag name="serializer.normalizer" priority="-890"/>
    </service>
    <service id="serializer.normalizer.form_error" class="Symfony\Component\Serializer\Normalizer\FormErrorNormalizer">
      <tag name="serializer.normalizer" priority="-915"/>
    </service>
    <service id="serializer.normalizer.object" class="Symfony\Component\Serializer\Normalizer\ObjectNormalizer">
      <tag name="serializer.normalizer" priority="-1000"/>
      <argument type="service" id="serializer.mapping.class_metadata_factory"/>
      <argument type="service" id="serializer.name_converter.metadata_aware"/>
      <argument type="service" id="property_accessor"/>
      <argument type="service" id="property_info" on-invalid="ignore"/>
      <argument type="service" id="serializer.mapping.class_discriminator_resolver" on-invalid="ignore"/>
      <argument>null</argument>
      <argument type="collection"/>
      <argument type="service" id="property_info" on-invalid="ignore"/>
    </service>
    <service id="serializer.normalizer.property" class="Symfony\Component\Serializer\Normalizer\PropertyNormalizer">
      <argument type="service" id="serializer.mapping.class_metadata_factory"/>
      <argument type="service" id="serializer.name_converter.metadata_aware"/>
      <argument type="service" id="property_info" on-invalid="ignore"/>
      <argument type="service" id="serializer.mapping.class_discriminator_resolver" on-invalid="ignore"/>
      <argument>null</argument>
      <argument type="collection"/>
    </service>
    <service id="serializer.denormalizer.array" class="Symfony\Component\Serializer\Normalizer\ArrayDenormalizer">
      <tag name="serializer.normalizer" priority="-990"/>
    </service>
    <service id="serializer.mapping.chain_loader" class="Symfony\Component\Serializer\Mapping\Loader\LoaderChain">
      <argument type="collection">
        <argument type="service">
          <service class="Symfony\Component\Serializer\Mapping\Loader\AnnotationLoader">
            <argument type="service" id="annotations.cached_reader" on-invalid="null"/>
          </service>
        </argument>
      </argument>
    </service>
    <service id="serializer.mapping.class_metadata_factory" class="Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactory">
      <argument type="service" id="serializer.mapping.chain_loader"/>
    </service>
    <service id="serializer.mapping.cache_warmer" class="Symfony\Bundle\FrameworkBundle\CacheWarmer\SerializerCacheWarmer">
      <tag name="kernel.cache_warmer"/>
      <argument type="collection">
        <argument type="service">
          <service class="Symfony\Component\Serializer\Mapping\Loader\AnnotationLoader">
            <argument type="service" id="annotations.cached_reader" on-invalid="null"/>
          </service>
        </argument>
      </argument>
      <argument>/var/www/digitization-service/releases/8/var/cache/dev/serialization.php</argument>
    </service>
    <service id="serializer.mapping.cache.symfony" class="Psr\Cache\CacheItemPoolInterface">
      <argument>/var/www/digitization-service/releases/8/var/cache/dev/serialization.php</argument>
      <argument type="service" id="cache.serializer"/>
      <factory class="Symfony\Component\Cache\Adapter\PhpArrayAdapter" method="create"/>
    </service>
    <service id="serializer.encoder.xml" class="Symfony\Component\Serializer\Encoder\XmlEncoder">
      <tag name="serializer.encoder"/>
    </service>
    <service id="serializer.encoder.json" class="Symfony\Component\Serializer\Encoder\JsonEncoder">
      <tag name="serializer.encoder"/>
      <argument>null</argument>
      <argument>null</argument>
    </service>
    <service id="serializer.encoder.yaml" class="Symfony\Component\Serializer\Encoder\YamlEncoder">
      <tag name="serializer.encoder"/>
      <argument>null</argument>
      <argument>null</argument>
    </service>
    <service id="serializer.encoder.csv" class="Symfony\Component\Serializer\Encoder\CsvEncoder">
      <tag name="serializer.encoder"/>
    </service>
    <service id="serializer.name_converter.camel_case_to_snake_case" class="Symfony\Component\Serializer\NameConverter\CamelCaseToSnakeCaseNameConverter"/>
    <service id="serializer.name_converter.metadata_aware" class="Symfony\Component\Serializer\NameConverter\MetadataAwareNameConverter">
      <argument type="service" id="serializer.mapping.class_metadata_factory"/>
    </service>
    <service id="property_info.serializer_extractor" class="Symfony\Component\PropertyInfo\Extractor\SerializerExtractor">
      <tag name="property_info.list_extractor" priority="-999"/>
      <argument type="service" id="serializer.mapping.class_metadata_factory"/>
    </service>
    <service id="error_handler.error_renderer.serializer" class="Symfony\Component\ErrorHandler\ErrorRenderer\SerializerErrorRenderer">
      <argument type="service" id="serializer"/>
      <argument type="service">
        <service>
          <argument type="service" id="request_stack"/>
          <factory class="Symfony\Component\ErrorHandler\ErrorRenderer\SerializerErrorRenderer" method="getPreferredFormat"/>
        </service>
      </argument>
      <argument type="service" id="error_handler.error_renderer.html"/>
      <argument type="service">
        <service>
          <argument type="service" id="request_stack"/>
          <argument>true</argument>
          <factory class="Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer" method="isDebug"/>
        </service>
      </argument>
    </service>
    <service id="property_info" class="Symfony\Component\PropertyInfo\PropertyInfoExtractor">
      <argument type="iterator">
        <argument type="service" id="property_info.serializer_extractor"/>
        <argument type="service" id="property_info.reflection_extractor"/>
        <argument type="service" id="doctrine.orm.default_entity_manager.property_info_extractor"/>
      </argument>
      <argument type="iterator">
        <argument type="service" id="doctrine.orm.default_entity_manager.property_info_extractor"/>
        <argument type="service" id="property_info.phpstan_extractor"/>
        <argument type="service" id="property_info.php_doc_extractor"/>
        <argument type="service" id="property_info.reflection_extractor"/>
      </argument>
      <argument type="iterator">
        <argument type="service" id="property_info.php_doc_extractor"/>
      </argument>
      <argument type="iterator">
        <argument type="service" id="doctrine.orm.default_entity_manager.property_info_extractor"/>
        <argument type="service" id="property_info.reflection_extractor"/>
      </argument>
      <argument type="iterator">
        <argument type="service" id="property_info.reflection_extractor"/>
      </argument>
    </service>
    <service id="property_info.reflection_extractor" class="Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor">
      <tag name="property_info.list_extractor" priority="-1000"/>
      <tag name="property_info.type_extractor" priority="-1002"/>
      <tag name="property_info.access_extractor" priority="-1000"/>
      <tag name="property_info.initializable_extractor" priority="-1000"/>
    </service>
    <service id="property_info.phpstan_extractor" class="Symfony\Component\PropertyInfo\Extractor\PhpStanExtractor">
      <tag name="property_info.type_extractor" priority="-1000"/>
    </service>
    <service id="property_info.php_doc_extractor" class="Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor">
      <tag name="property_info.description_extractor" priority="-1000"/>
      <tag name="property_info.type_extractor" priority="-1001"/>
    </service>
    <service id=".cache_connection.GD_MSZC" class="Symfony\Component\Cache\Adapter\AbstractAdapter">
      <argument>redis://localhost</argument>
      <argument type="collection">
        <argument key="lazy">true</argument>
      </argument>
      <factory class="Symfony\Component\Cache\Adapter\AbstractAdapter" method="createConnection"/>
    </service>
    <service id=".cache_connection.JKE6keX" class="Symfony\Component\Cache\Adapter\AbstractAdapter">
      <argument>memcached://localhost</argument>
      <argument type="collection">
        <argument key="lazy">true</argument>
      </argument>
      <factory class="Symfony\Component\Cache\Adapter\AbstractAdapter" method="createConnection"/>
    </service>
    <service id="cache.property_access" class="Symfony\Component\Cache\Adapter\ArrayAdapter">
      <argument>0</argument>
      <argument>false</argument>
    </service>
    <service id=".session.do-not-use" class="Symfony\Component\HttpFoundation\Session\Session">
      <factory service="session.factory" method="createSession"/>
    </service>
    <service id="session.factory" class="Symfony\Component\HttpFoundation\Session\SessionFactory">
      <argument type="service" id="request_stack"/>
      <argument type="service" id="session.storage.factory.native"/>
      <argument type="collection">
        <argument type="service" id="session_listener"/>
        <argument>onSessionUsage</argument>
      </argument>
    </service>
    <service id="session.storage.factory.native" class="Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorageFactory">
      <argument>%session.storage.options%</argument>
      <argument type="service" id="session.handler.native"/>
      <argument type="service">
        <service class="Symfony\Component\HttpFoundation\Session\Storage\MetadataBag">
          <argument>_sf2_meta</argument>
          <argument>0</argument>
        </service>
      </argument>
      <argument>true</argument>
    </service>
    <service id="session.storage.factory.php_bridge" class="Symfony\Component\HttpFoundation\Session\Storage\PhpBridgeSessionStorageFactory">
      <argument type="service" id="session.handler.native"/>
      <argument type="service">
        <service class="Symfony\Component\HttpFoundation\Session\Storage\MetadataBag">
          <argument>_sf2_meta</argument>
          <argument>0</argument>
        </service>
      </argument>
      <argument>true</argument>
    </service>
    <service id="session.storage.factory.mock_file" class="Symfony\Component\HttpFoundation\Session\Storage\MockFileSessionStorageFactory">
      <argument>/var/www/digitization-service/releases/8/var/cache/dev/sessions</argument>
      <argument>MOCKSESSID</argument>
      <argument type="service">
        <service class="Symfony\Component\HttpFoundation\Session\Storage\MetadataBag">
          <argument>_sf2_meta</argument>
          <argument>0</argument>
        </service>
      </argument>
    </service>
    <service id="session.storage.factory.service" class="Symfony\Bundle\FrameworkBundle\Session\ServiceSessionFactory">
      <argument type="service" id="session.storage"/>
      <deprecated package="symfony/framework-bundle" version="5.3">The "%service_id%" service is deprecated, use "session.storage.factory.native", "session.storage.factory.php_bridge" or "session.storage.factory.mock_file" instead.</deprecated>
    </service>
    <service id=".session.deprecated" class="Symfony\Component\HttpFoundation\Session\SessionInterface">
      <factory method="getSession">
        <service class="Symfony\Bundle\FrameworkBundle\Session\DeprecatedSessionFactory">
          <argument type="service" id="request_stack"/>
        </service>
      </factory>
    </service>
    <service id="session.flash_bag" class="Symfony\Component\HttpFoundation\Session\Flash\FlashBag">
      <factory service=".session.do-not-use" method="getFlashBag"/>
      <deprecated package="symfony/framework-bundle" version="5.1">The "%service_id%" service is deprecated, use "$session-&gt;getFlashBag()" instead.</deprecated>
    </service>
    <service id="session.attribute_bag" class="Symfony\Component\HttpFoundation\Session\Attribute\AttributeBag">
      <argument>attributes</argument>
      <factory service=".session.do-not-use" method="getBag"/>
      <deprecated package="symfony/framework-bundle" version="5.1">The "%service_id%" service is deprecated, use "$session-&gt;getAttributeBag()" instead.</deprecated>
    </service>
    <service id="session.handler.native" class="Symfony\Component\HttpFoundation\Session\Storage\Handler\StrictSessionHandler">
      <argument type="service">
        <service class="SessionHandler"/>
      </argument>
    </service>
    <service id="session.handler.native_file" class="Symfony\Component\HttpFoundation\Session\Storage\Handler\StrictSessionHandler">
      <argument type="service">
        <service class="Symfony\Component\HttpFoundation\Session\Storage\Handler\NativeFileSessionHandler">
          <argument>null</argument>
        </service>
      </argument>
    </service>
    <service id="session.abstract_handler" class="Symfony\Component\HttpFoundation\Session\Storage\Handler\AbstractSessionHandler">
      <argument type="abstract">A string or a connection object</argument>
      <factory class="Symfony\Component\HttpFoundation\Session\Storage\Handler\SessionHandlerFactory" method="createHandler"/>
    </service>
    <service id="session_listener" class="Symfony\Component\HttpKernel\EventListener\SessionListener">
      <tag name="kernel.event_subscriber"/>
      <tag name="kernel.reset" method="reset"/>
      <tag name="container.hot_path"/>
      <tag name="container.hot_path"/>
      <tag name="container.hot_path"/>
      <argument type="service" id=".service_locator.XmPJruK"/>
      <argument>true</argument>
      <argument>%session.storage.options%</argument>
    </service>
    <service id="session.marshaller" class="Symfony\Component\HttpFoundation\Session\Storage\Handler\IdentityMarshaller"/>
    <service id="validator" class="Symfony\Component\Validator\Validator\ValidatorInterface" public="true">
      <tag name="container.private" package="symfony/framework-bundle" version="5.2"/>
      <factory service="validator.builder" method="getValidator"/>
    </service>
    <service id="validator.builder" class="Symfony\Component\Validator\ValidatorBuilder">
      <call method="setConstraintValidatorFactory">
        <argument type="service" id="validator.validator_factory"/>
      </call>
      <call method="setTranslator">
        <argument type="service" id="translator.default" on-invalid="ignore"/>
      </call>
      <call method="setTranslationDomain">
        <argument>validators</argument>
      </call>
      <call method="enableAnnotationMapping">
        <argument>true</argument>
      </call>
      <call method="setDoctrineAnnotationReader">
        <argument type="service" id="annotations.cached_reader"/>
      </call>
      <call method="addMethodMapping">
        <argument>loadValidatorMetadata</argument>
      </call>
      <call method="addObjectInitializers">
        <argument type="collection">
          <argument type="service" id="doctrine.orm.validator_initializer"/>
        </argument>
      </call>
      <call method="addLoader">
        <argument type="service" id="validator.property_info_loader"/>
      </call>
      <call method="addLoader">
        <argument type="service" id="doctrine.orm.default_entity_manager.validator_loader"/>
      </call>
      <factory class="Symfony\Component\Validator\Validation" method="createValidatorBuilder"/>
    </service>
    <service id="validator.mapping.cache_warmer" class="Symfony\Bundle\FrameworkBundle\CacheWarmer\ValidatorCacheWarmer">
      <tag name="kernel.cache_warmer"/>
      <argument type="service" id="validator.builder"/>
      <argument>/var/www/digitization-service/releases/8/var/cache/dev/validation.php</argument>
    </service>
    <service id="validator.mapping.cache.adapter" class="Symfony\Component\Cache\Adapter\PhpArrayAdapter">
      <argument>/var/www/digitization-service/releases/8/var/cache/dev/validation.php</argument>
      <argument type="service" id="cache.validator"/>
      <factory class="Symfony\Component\Cache\Adapter\PhpArrayAdapter" method="create"/>
    </service>
    <service id="validator.validator_factory" class="Symfony\Component\Validator\ContainerConstraintValidatorFactory">
      <argument type="service" id=".service_locator.uVc4jmt"/>
    </service>
    <service id="validator.expression" class="Symfony\Component\Validator\Constraints\ExpressionValidator">
      <tag name="validator.constraint_validator" alias="validator.expression"/>
      <argument>null</argument>
    </service>
    <service id="cache.validator_expression_language" class="Symfony\Component\Cache\Adapter\AdapterInterface" public="true">
      <tag name="cache.pool"/>
      <tag name="kernel.reset" method="reset"/>
      <argument>PmogpP0hF1</argument>
      <argument>0</argument>
      <argument>%container.build_id%</argument>
      <argument>/var/www/digitization-service/releases/8/var/cache/dev/pools/system</argument>
      <argument type="service" id="monolog.logger.cache" on-invalid="ignore"/>
      <factory class="Symfony\Component\Cache\Adapter\AbstractAdapter" method="createSystemCache"/>
    </service>
    <service id="validator.email" class="Symfony\Component\Validator\Constraints\EmailValidator">
      <tag name="validator.constraint_validator" alias="Symfony\Component\Validator\Constraints\EmailValidator"/>
      <argument>html5</argument>
    </service>
    <service id="validator.not_compromised_password" class="Symfony\Component\Validator\Constraints\NotCompromisedPasswordValidator">
      <tag name="validator.constraint_validator" alias="Symfony\Component\Validator\Constraints\NotCompromisedPasswordValidator"/>
      <argument>null</argument>
      <argument>UTF-8</argument>
      <argument>true</argument>
      <argument>null</argument>
    </service>
    <service id="validator.property_info_loader" class="Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader">
      <tag name="validator.auto_mapper"/>
      <argument type="service" id="property_info"/>
      <argument type="service" id="property_info"/>
      <argument type="service" id="property_info"/>
      <argument>null</argument>
    </service>
    <service id=".4_Swift_Transport_Esmtp_Auth_NTLMAuthenticator~pQXjD.l" class="Swift_Transport_Esmtp_Auth_NTLMAuthenticator"/>
    <service id=".3_Swift_Transport_Esmtp_Auth_PlainAuthenticator~pQXjD.l" class="Swift_Transport_Esmtp_Auth_PlainAuthenticator"/>
    <service id=".2_Swift_Transport_Esmtp_Auth_LoginAuthenticator~pQXjD.l" class="Swift_Transport_Esmtp_Auth_LoginAuthenticator"/>
    <service id=".1_Swift_Transport_Esmtp_Auth_CramMd5Authenticator~pQXjD.l" class="Swift_Transport_Esmtp_Auth_CramMd5Authenticator"/>
    <service id="swiftmailer.mailer.abstract" class="Swift_Mailer" public="true" abstract="true">
      <argument type="service" id="swiftmailer.mailer.default.transport.spool"/>
    </service>
    <service id="swiftmailer.transport.smtp.configurator.abstract" class="Symfony\Bundle\SwiftmailerBundle\DependencyInjection\SmtpTransportConfigurator" abstract="true"/>
    <service id="swiftmailer.transport.sendmail.abstract" class="Swift_Transport_SendmailTransport" abstract="true"/>
    <service id="swiftmailer.transport.null.abstract" class="Swift_Transport_NullTransport" abstract="true"/>
    <service id="swiftmailer.transport.failover" class="Swift_Transport_FailoverTransport"/>
    <service id="swiftmailer.transport.buffer.abstract" class="Swift_Transport_StreamBuffer" abstract="true">
      <argument type="service" id="swiftmailer.transport.replacementfactory"/>
    </service>
    <service id="swiftmailer.transport.authhandler.abstract" class="Swift_Transport_Esmtp_AuthHandler" abstract="true">
      <argument type="collection">
        <argument type="service" id=".1_Swift_Transport_Esmtp_Auth_CramMd5Authenticator~pQXjD.l"/>
        <argument type="service" id=".2_Swift_Transport_Esmtp_Auth_LoginAuthenticator~pQXjD.l"/>
        <argument type="service" id=".3_Swift_Transport_Esmtp_Auth_PlainAuthenticator~pQXjD.l"/>
        <argument type="service" id=".4_Swift_Transport_Esmtp_Auth_NTLMAuthenticator~pQXjD.l"/>
      </argument>
    </service>
    <service id="swiftmailer.transport.eventdispatcher.abstract" class="Swift_Events_SimpleEventDispatcher" abstract="true"/>
    <service id="swiftmailer.transport.replacementfactory" class="Swift_StreamFilters_StringReplacementFilterFactory"/>
    <service id="swiftmailer.plugin.redirecting.abstract" class="Swift_Plugins_RedirectingPlugin" abstract="true"/>
    <service id="swiftmailer.plugin.antiflood.abstract" class="Swift_Plugins_AntiFloodPlugin" abstract="true"/>
    <service id="swiftmailer.plugin.impersonate.abstract" class="Swift_Plugins_ImpersonatePlugin" abstract="true"/>
    <service id="swiftmailer.plugin.messagelogger.abstract" class="Swift_Plugins_MessageLogger" abstract="true"/>
    <service id="swiftmailer.transport.smtp.abstract" class="Swift_Transport_EsmtpTransport" abstract="true"/>
    <service id="swiftmailer.transport.spool.abstract" class="Swift_Transport_SpoolTransport" abstract="true"/>
    <service id="swiftmailer.spool.file.abstract" class="Swift_FileSpool" abstract="true">
      <argument></argument>
    </service>
    <service id="swiftmailer.spool.memory.abstract" class="Swift_MemorySpool" abstract="true"/>
    <service id="swiftmailer.email_sender.listener" class="Symfony\Bundle\SwiftmailerBundle\EventListener\EmailSenderListener">
      <tag name="kernel.event_subscriber"/>
      <tag name="kernel.reset" method="reset"/>
      <argument type="service" id="service_container"/>
      <argument type="service" id="monolog.logger" on-invalid="null"/>
    </service>
    <service id="swiftmailer.data_collector" class="Symfony\Bundle\SwiftmailerBundle\DataCollector\MessageDataCollector">
      <tag name="data_collector" template="@Swiftmailer/Collector/swiftmailer.html.twig" id="swiftmailer" priority="245"/>
      <argument type="service" id="service_container"/>
    </service>
    <service id="swiftmailer.command.debug" class="Symfony\Bundle\SwiftmailerBundle\Command\DebugCommand">
      <tag name="console.command" command="debug:swiftmailer"/>
      <tag name="container.no_preload"/>
      <call method="setName">
        <argument>debug:swiftmailer</argument>
      </call>
    </service>
    <service id="swiftmailer.command.new_email" class="Symfony\Bundle\SwiftmailerBundle\Command\NewEmailCommand">
      <tag name="console.command" command="swiftmailer:email:send"/>
      <tag name="container.no_preload"/>
      <call method="setName">
        <argument>swiftmailer:email:send</argument>
      </call>
    </service>
    <service id="swiftmailer.command.send_email" class="Symfony\Bundle\SwiftmailerBundle\Command\SendEmailCommand">
      <tag name="console.command" command="swiftmailer:spool:send"/>
      <tag name="container.no_preload"/>
      <call method="setName">
        <argument>swiftmailer:spool:send</argument>
      </call>
    </service>
    <service id="swiftmailer.mailer.default.transport.eventdispatcher" class="Swift_Events_SimpleEventDispatcher"/>
    <service id="swiftmailer.mailer.default.transport.dynamic" class="Swift_Transport">
      <argument type="collection">
        <argument key="transport">smtp</argument>
        <argument key="url">%env(MAILER_URL)%</argument>
        <argument key="username">null</argument>
        <argument key="password">null</argument>
        <argument key="host">localhost</argument>
        <argument key="port">null</argument>
        <argument key="timeout">30</argument>
        <argument key="source_ip">null</argument>
        <argument key="local_domain">null</argument>
        <argument key="encryption">null</argument>
        <argument key="auth_mode">null</argument>
        <argument key="command">/usr/sbin/sendmail -t -i</argument>
        <argument key="stream_options" type="collection"/>
      </argument>
      <argument type="service" id="router.request_context" on-invalid="null"/>
      <argument type="service" id="swiftmailer.mailer.default.transport.eventdispatcher"/>
      <factory class="Symfony\Bundle\SwiftmailerBundle\DependencyInjection\SwiftmailerTransportFactory" method="createTransport"/>
    </service>
    <service id="swiftmailer.mailer.default" class="Swift_Mailer" public="true">
      <argument type="service" id="swiftmailer.mailer.default.transport.spool"/>
    </service>
    <service id="swiftmailer.mailer.default.spool.memory" class="Swift_MemorySpool"/>
    <service id="swiftmailer.mailer.default.transport.spool" class="Swift_Transport_SpoolTransport">
      <argument type="service" id="swiftmailer.mailer.default.transport.eventdispatcher"/>
      <argument type="service" id="swiftmailer.mailer.default.spool.memory"/>
      <call method="registerPlugin">
        <argument type="service" id="swiftmailer.mailer.default.plugin.messagelogger"/>
      </call>
    </service>
    <service id="swiftmailer.mailer.default.plugin.messagelogger" class="Swift_Plugins_MessageLogger" public="true">
      <tag name="swiftmailer.default.plugin"/>
    </service>
    <service id="monolog.logger" class="Symfony\Bridge\Monolog\Logger">
      <argument>app</argument>
      <call method="pushProcessor">
        <argument type="service" id="Chrisguitarguy\RequestId\Monolog\RequestIdProcessor"/>
      </call>
      <call method="useMicrosecondTimestamps">
        <argument>true</argument>
      </call>
      <call method="pushHandler">
        <argument type="service" id="monolog.handler.console"/>
      </call>
      <call method="pushHandler">
        <argument type="service" id="monolog.handler.main"/>
      </call>
    </service>
    <service id="monolog.logger_prototype" class="Symfony\Bridge\Monolog\Logger" abstract="true">
      <argument></argument>
      <call method="pushProcessor">
        <argument type="service" id="Chrisguitarguy\RequestId\Monolog\RequestIdProcessor"/>
      </call>
    </service>
    <service id="monolog.activation_strategy.not_found" class="Symfony\Bridge\Monolog\Handler\FingersCrossed\NotFoundActivationStrategy" abstract="true"/>
    <service id="monolog.handler.fingers_crossed.error_level_activation_strategy" class="Monolog\Handler\FingersCrossed\ErrorLevelActivationStrategy" abstract="true"/>
    <service id="monolog.formatter.chrome_php" class="Monolog\Formatter\ChromePHPFormatter"/>
    <service id="monolog.formatter.gelf_message" class="Monolog\Formatter\GelfMessageFormatter"/>
    <service id="monolog.formatter.html" class="Monolog\Formatter\HtmlFormatter"/>
    <service id="monolog.formatter.json" class="Monolog\Formatter\JsonFormatter"/>
    <service id="monolog.formatter.line" class="Monolog\Formatter\LineFormatter"/>
    <service id="monolog.formatter.loggly" class="Monolog\Formatter\LogglyFormatter"/>
    <service id="monolog.formatter.normalizer" class="Monolog\Formatter\NormalizerFormatter"/>
    <service id="monolog.formatter.scalar" class="Monolog\Formatter\ScalarFormatter"/>
    <service id="monolog.formatter.wildfire" class="Monolog\Formatter\WildfireFormatter"/>
    <service id="monolog.formatter.logstash" class="Monolog\Formatter\LogstashFormatter">
      <argument>app</argument>
    </service>
    <service id="monolog.http_client" class="Symfony\Contracts\HttpClient\HttpClientInterface">
      <factory class="Symfony\Component\HttpClient\HttpClient" method="create"/>
    </service>
    <service id="monolog.processor.psr_log_message" class="Monolog\Processor\PsrLogMessageProcessor"/>
    <service id="monolog.handler.main" class="Monolog\Handler\StreamHandler">
      <tag name="kernel.reset" method="reset"/>
      <argument>/var/www/digitization-service/releases/8/var/log/dev.log</argument>
      <argument>debug</argument>
      <argument>true</argument>
      <argument>null</argument>
      <argument>false</argument>
      <call method="pushProcessor">
        <argument type="service" id="monolog.processor.psr_log_message"/>
      </call>
    </service>
    <service id="monolog.handler.console" class="Symfony\Bridge\Monolog\Handler\ConsoleHandler">
      <tag name="kernel.event_subscriber"/>
      <tag name="kernel.reset" method="reset"/>
      <tag name="container.no_preload"/>
      <argument>null</argument>
      <argument>true</argument>
      <argument type="collection"/>
      <argument type="collection"/>
    </service>
    <service id="knp_paginator" class="Knp\Component\Pager\Paginator" public="true" lazy="true">
      <tag name="proxy" interface="Knp\Component\Pager\PaginatorInterface"/>
      <argument type="service" id="debug.event_dispatcher"/>
      <argument type="service" id="request_stack"/>
      <call method="setDefaultPaginatorOptions">
        <argument type="collection">
          <argument key="pageParameterName">page</argument>
          <argument key="sortFieldParameterName">sort</argument>
          <argument key="sortDirectionParameterName">direction</argument>
          <argument key="filterFieldParameterName">filterField</argument>
          <argument key="filterValueParameterName">filterValue</argument>
          <argument key="distinct">true</argument>
          <argument key="pageOutOfRange">ignore</argument>
          <argument key="defaultLimit">10</argument>
        </argument>
      </call>
    </service>
    <service id="knp_paginator.subscriber.paginate" class="Knp\Component\Pager\Event\Subscriber\Paginate\PaginationSubscriber">
      <tag name="kernel.event_subscriber"/>
    </service>
    <service id="knp_paginator.subscriber.sortable" class="Knp\Component\Pager\Event\Subscriber\Sortable\SortableSubscriber">
      <tag name="kernel.event_subscriber"/>
    </service>
    <service id="knp_paginator.subscriber.filtration" class="Knp\Component\Pager\Event\Subscriber\Filtration\FiltrationSubscriber">
      <tag name="kernel.event_subscriber"/>
    </service>
    <service id="knp_paginator.subscriber.sliding_pagination" class="Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber">
      <tag name="kernel.event_subscriber"/>
      <tag name="kernel.event_listener" event="kernel.request" method="onKernelRequest"/>
      <tag name="container.hot_path"/>
      <argument type="collection">
        <argument key="defaultPaginationTemplate">@KnpPaginator/Pagination/sliding.html.twig</argument>
        <argument key="defaultSortableTemplate">@KnpPaginator/Pagination/sortable_link.html.twig</argument>
        <argument key="defaultFiltrationTemplate">@KnpPaginator/Pagination/filtration.html.twig</argument>
        <argument key="defaultPageRange">5</argument>
        <argument key="defaultPageLimit">null</argument>
      </argument>
    </service>
    <service id="knp_paginator.helper.processor" class="Knp\Bundle\PaginatorBundle\Helper\Processor">
      <argument type="service" id="router.default"/>
      <argument type="service" id="translator.default"/>
    </service>
    <service id="knp_paginator.twig.extension.pagination" class="Knp\Bundle\PaginatorBundle\Twig\Extension\PaginationExtension">
      <tag name="twig.extension"/>
      <argument type="service" id="knp_paginator.helper.processor"/>
    </service>
    <service id="data_collector.doctrine" class="Doctrine\Bundle\DoctrineBundle\DataCollector\DoctrineDataCollector">
      <tag name="data_collector" template="@Doctrine/Collector/db.html.twig" id="db" priority="250"/>
      <argument type="service" id="doctrine"/>
      <argument>true</argument>
      <argument type="service" id="doctrine.debug_data_holder" on-invalid="null"/>
    </service>
    <service id="doctrine.dbal.connection_factory" class="Doctrine\Bundle\DoctrineBundle\ConnectionFactory">
      <argument type="collection"/>
      <argument type="service" id="doctrine.dbal.connection_factory.dsn_parser"/>
    </service>
    <service id="doctrine.dbal.connection_factory.dsn_parser" class="Doctrine\DBAL\Tools\DsnParser">
      <argument type="collection">
        <argument key="db2">ibm_db2</argument>
        <argument key="mssql">pdo_sqlsrv</argument>
        <argument key="mysql">pdo_mysql</argument>
        <argument key="mysql2">pdo_mysql</argument>
        <argument key="postgres">pdo_pgsql</argument>
        <argument key="postgresql">pdo_pgsql</argument>
        <argument key="pgsql">pdo_pgsql</argument>
        <argument key="sqlite">pdo_sqlite</argument>
        <argument key="sqlite3">pdo_sqlite</argument>
      </argument>
    </service>
    <service id="doctrine.dbal.connection" class="Doctrine\DBAL\Connection" abstract="true">
      <factory service="doctrine.dbal.connection_factory" method="createConnection"/>
    </service>
    <service id="doctrine.dbal.connection.event_manager" class="Symfony\Bridge\Doctrine\ContainerAwareEventManager" abstract="true">
      <argument type="service" id="service_container"/>
    </service>
    <service id="doctrine.dbal.connection.configuration" class="Doctrine\DBAL\Configuration" abstract="true"/>
    <service id="doctrine" class="Doctrine\Bundle\DoctrineBundle\Registry" public="true">
      <tag name="kernel.reset" method="reset"/>
      <argument type="service" id="service_container"/>
      <argument>%doctrine.connections%</argument>
      <argument>%doctrine.entity_managers%</argument>
      <argument>default</argument>
      <argument>default</argument>
    </service>
    <service id="doctrine.twig.doctrine_extension" class="Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension">
      <tag name="twig.extension"/>
    </service>
    <service id="doctrine.dbal.schema_asset_filter_manager" class="Doctrine\Bundle\DoctrineBundle\Dbal\SchemaAssetsFilterManager" abstract="true"/>
    <service id="doctrine.dbal.well_known_schema_asset_filter" class="Doctrine\Bundle\DoctrineBundle\Dbal\BlacklistSchemaAssetFilter">
      <argument type="collection"/>
    </service>
    <service id="doctrine.database_create_command" class="Doctrine\Bundle\DoctrineBundle\Command\CreateDatabaseDoctrineCommand">
      <tag name="console.command" command="doctrine:database:create"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="doctrine"/>
      <call method="setName">
        <argument>doctrine:database:create</argument>
      </call>
    </service>
    <service id="doctrine.database_drop_command" class="Doctrine\Bundle\DoctrineBundle\Command\DropDatabaseDoctrineCommand">
      <tag name="console.command" command="doctrine:database:drop"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="doctrine"/>
      <call method="setName">
        <argument>doctrine:database:drop</argument>
      </call>
    </service>
    <service id="doctrine.query_sql_command" class="Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunSqlDoctrineCommand">
      <tag name="console.command" command="doctrine:query:sql"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="Doctrine\Bundle\DoctrineBundle\Dbal\ManagerRegistryAwareConnectionProvider" on-invalid="null"/>
      <call method="setName">
        <argument>doctrine:query:sql</argument>
      </call>
    </service>
    <service id="Doctrine\DBAL\Tools\Console\Command\RunSqlCommand" class="Doctrine\DBAL\Tools\Console\Command\RunSqlCommand">
      <tag name="console.command" command="dbal:run-sql"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="Doctrine\Bundle\DoctrineBundle\Dbal\ManagerRegistryAwareConnectionProvider" on-invalid="null"/>
      <call method="setName">
        <argument>dbal:run-sql</argument>
      </call>
    </service>
    <service id="doctrine.dbal.default_schema_manager_factory" class="Doctrine\DBAL\Schema\DefaultSchemaManagerFactory"/>
    <service id="doctrine.dbal.legacy_schema_manager_factory" class="Doctrine\DBAL\Schema\LegacySchemaManagerFactory"/>
    <service id="doctrine.dbal.default_connection.configuration" class="Doctrine\DBAL\Configuration">
      <call method="setSchemaManagerFactory">
        <argument type="service" id="doctrine.dbal.legacy_schema_manager_factory"/>
      </call>
      <call method="setSchemaAssetsFilter">
        <argument type="service" id="doctrine.dbal.default_schema_asset_filter_manager"/>
      </call>
      <call method="setMiddlewares">
        <argument type="collection">
          <argument type="service" id="doctrine.dbal.logging_middleware.default"/>
          <argument type="service" id="doctrine.dbal.debug_middleware.default"/>
        </argument>
      </call>
    </service>
    <service id="doctrine.dbal.default_connection.event_manager" class="Symfony\Bridge\Doctrine\ContainerAwareEventManager">
      <argument type="service" id=".service_locator.DmyfUnu"/>
      <argument type="collection">
        <argument>doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber</argument>
        <argument>doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber</argument>
        <argument>doctrine.orm.listeners.doctrine_token_provider_schema_subscriber</argument>
        <argument>Paynetics\EventSubscriber\DoctrineEventSubscriber</argument>
        <argument type="collection">
          <argument type="collection">
            <argument>loadClassMetadata</argument>
          </argument>
          <argument>doctrine.orm.default_listeners.attach_entity_listeners</argument>
        </argument>
      </argument>
    </service>
    <service id="doctrine.dbal.default_connection" class="Doctrine\DBAL\Connection" public="true">
      <argument type="collection">
        <argument key="url">%env(resolve:DATABASE_URL)%</argument>
        <argument key="driver">pdo_mysql</argument>
        <argument key="idle_connection_ttl">600</argument>
        <argument key="host">localhost</argument>
        <argument key="port">null</argument>
        <argument key="user">root</argument>
        <argument key="password">null</argument>
        <argument key="driverOptions" type="collection"/>
        <argument key="defaultTableOptions" type="collection"/>
      </argument>
      <argument type="service" id="doctrine.dbal.default_connection.configuration"/>
      <argument type="service" id="doctrine.dbal.default_connection.event_manager"/>
      <argument type="collection"/>
      <factory service="doctrine.dbal.connection_factory" method="createConnection"/>
    </service>
    <service id="Doctrine\Bundle\DoctrineBundle\Dbal\ManagerRegistryAwareConnectionProvider" class="Doctrine\Bundle\DoctrineBundle\Dbal\ManagerRegistryAwareConnectionProvider">
      <argument type="service">
        <service class="Doctrine\Bundle\DoctrineBundle\Registry" public="true">
          <tag name="kernel.reset" method="reset"/>
          <argument type="service" id="service_container"/>
          <argument>%doctrine.connections%</argument>
          <argument>%doctrine.entity_managers%</argument>
          <argument>default</argument>
          <argument>default</argument>
        </service>
      </argument>
    </service>
    <service id="doctrine.dbal.connection_expiries" class="ArrayObject"/>
    <service id="doctrine.dbal.logging_middleware" class="Doctrine\DBAL\Logging\Middleware" abstract="true">
      <tag name="monolog.logger" channel="doctrine"/>
      <tag name="doctrine.middleware" connection="default" priority="10"/>
      <argument type="service" id="monolog.logger.doctrine"/>
    </service>
    <service id="doctrine.debug_data_holder" class="Doctrine\Bundle\DoctrineBundle\Middleware\BacktraceDebugDataHolder">
      <tag name="kernel.reset" method="reset"/>
      <argument type="collection"/>
    </service>
    <service id="doctrine.dbal.debug_middleware" class="Doctrine\Bundle\DoctrineBundle\Middleware\DebugMiddleware" abstract="true">
      <tag name="doctrine.middleware" connection="default" priority="10"/>
      <argument type="service" id="doctrine.debug_data_holder"/>
      <argument type="service" id="debug.stopwatch" on-invalid="null"/>
    </service>
    <service id=".1_ServiceLocator~JCQf5e7" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <argument type="collection"/>
    </service>
    <service id="doctrine.orm.proxy_cache_warmer" class="Symfony\Bridge\Doctrine\CacheWarmer\ProxyCacheWarmer">
      <tag name="kernel.cache_warmer"/>
      <argument type="service" id="doctrine"/>
    </service>
    <service id="form.type_guesser.doctrine" class="Symfony\Bridge\Doctrine\Form\DoctrineOrmTypeGuesser">
      <tag name="form.type_guesser"/>
      <argument type="service" id="doctrine"/>
    </service>
    <service id="form.type.entity" class="Symfony\Bridge\Doctrine\Form\Type\EntityType">
      <tag name="form.type" alias="entity"/>
      <argument type="service" id="doctrine"/>
    </service>
    <service id="doctrine.orm.configuration" class="Doctrine\ORM\Configuration" abstract="true"/>
    <service id="doctrine.orm.entity_manager.abstract" class="Doctrine\ORM\EntityManager" lazy="true" abstract="true"/>
    <service id="doctrine.orm.container_repository_factory" class="Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory">
      <argument type="service" id=".service_locator.cZ_.0R7"/>
    </service>
    <service id="doctrine.orm.manager_configurator.abstract" class="Doctrine\Bundle\DoctrineBundle\ManagerConfigurator" abstract="true">
      <argument type="collection"/>
      <argument type="collection"/>
    </service>
    <service id="doctrine.orm.validator.unique" class="Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntityValidator">
      <tag name="validator.constraint_validator" alias="doctrine.orm.validator.unique"/>
      <argument type="service" id="doctrine"/>
    </service>
    <service id="doctrine.orm.validator_initializer" class="Symfony\Bridge\Doctrine\Validator\DoctrineInitializer">
      <tag name="validator.initializer"/>
      <argument type="service" id="doctrine"/>
    </service>
    <service id="doctrine.orm.security.user.provider" class="Symfony\Bridge\Doctrine\Security\User\EntityUserProvider" abstract="true">
      <argument type="service" id="doctrine"/>
    </service>
    <service id="doctrine.orm.listeners.resolve_target_entity" class="Doctrine\ORM\Tools\ResolveTargetEntityListener"/>
    <service id="doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber" class="Symfony\Bridge\Doctrine\SchemaListener\DoctrineDbalCacheAdapterSchemaSubscriber">
      <tag name="doctrine.event_subscriber"/>
      <argument type="collection"/>
    </service>
    <service id="doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber" class="Symfony\Bridge\Doctrine\SchemaListener\PdoCacheAdapterDoctrineSchemaSubscriber">
      <tag name="doctrine.event_subscriber"/>
      <argument type="collection"/>
    </service>
    <service id="doctrine.orm.listeners.doctrine_token_provider_schema_subscriber" class="Symfony\Bridge\Doctrine\SchemaListener\RememberMeTokenProviderDoctrineSchemaSubscriber">
      <tag name="doctrine.event_subscriber"/>
      <argument type="tagged_iterator" tag="security.remember_me_handler"/>
    </service>
    <service id="doctrine.orm.naming_strategy.default" class="Doctrine\ORM\Mapping\DefaultNamingStrategy"/>
    <service id="doctrine.orm.naming_strategy.underscore" class="Doctrine\ORM\Mapping\UnderscoreNamingStrategy"/>
    <service id="doctrine.orm.naming_strategy.underscore_number_aware" class="Doctrine\ORM\Mapping\UnderscoreNamingStrategy">
      <argument>0</argument>
      <argument>true</argument>
    </service>
    <service id="doctrine.orm.quote_strategy.default" class="Doctrine\ORM\Mapping\DefaultQuoteStrategy"/>
    <service id="doctrine.orm.quote_strategy.ansi" class="Doctrine\ORM\Mapping\AnsiQuoteStrategy"/>
    <service id="doctrine.orm.typed_field_mapper.default" class="Doctrine\ORM\Mapping\DefaultTypedFieldMapper"/>
    <service id="doctrine.ulid_generator" class="Symfony\Bridge\Doctrine\IdGenerator\UlidGenerator">
      <tag name="doctrine.id_generator"/>
      <argument>null</argument>
    </service>
    <service id="doctrine.uuid_generator" class="Symfony\Bridge\Doctrine\IdGenerator\UuidGenerator">
      <tag name="doctrine.id_generator"/>
      <argument>null</argument>
    </service>
    <service id="doctrine.orm.command.entity_manager_provider" class="Doctrine\Bundle\DoctrineBundle\Orm\ManagerRegistryAwareEntityManagerProvider">
      <argument type="service" id="doctrine"/>
    </service>
    <service id="doctrine.cache_clear_metadata_command" class="Doctrine\ORM\Tools\Console\Command\ClearCache\MetadataCommand">
      <tag name="console.command" command="doctrine:cache:clear-metadata"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="doctrine.orm.command.entity_manager_provider"/>
      <call method="setName">
        <argument>doctrine:cache:clear-metadata</argument>
      </call>
    </service>
    <service id="doctrine.cache_clear_query_cache_command" class="Doctrine\ORM\Tools\Console\Command\ClearCache\QueryCommand">
      <tag name="console.command" command="doctrine:cache:clear-query"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="doctrine.orm.command.entity_manager_provider"/>
      <call method="setName">
        <argument>doctrine:cache:clear-query</argument>
      </call>
    </service>
    <service id="doctrine.cache_clear_result_command" class="Doctrine\ORM\Tools\Console\Command\ClearCache\ResultCommand">
      <tag name="console.command" command="doctrine:cache:clear-result"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="doctrine.orm.command.entity_manager_provider"/>
      <call method="setName">
        <argument>doctrine:cache:clear-result</argument>
      </call>
    </service>
    <service id="doctrine.cache_collection_region_command" class="Doctrine\ORM\Tools\Console\Command\ClearCache\CollectionRegionCommand">
      <tag name="console.command" command="doctrine:cache:clear-collection-region"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="doctrine.orm.command.entity_manager_provider"/>
      <call method="setName">
        <argument>doctrine:cache:clear-collection-region</argument>
      </call>
    </service>
    <service id="doctrine.mapping_convert_command" class="Doctrine\ORM\Tools\Console\Command\ConvertMappingCommand">
      <tag name="console.command" command="doctrine:mapping:convert"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="doctrine.orm.command.entity_manager_provider"/>
      <call method="setName">
        <argument>doctrine:mapping:convert</argument>
      </call>
    </service>
    <service id="doctrine.schema_create_command" class="Doctrine\ORM\Tools\Console\Command\SchemaTool\CreateCommand">
      <tag name="console.command" command="doctrine:schema:create"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="doctrine.orm.command.entity_manager_provider"/>
      <call method="setName">
        <argument>doctrine:schema:create</argument>
      </call>
    </service>
    <service id="doctrine.schema_drop_command" class="Doctrine\ORM\Tools\Console\Command\SchemaTool\DropCommand">
      <tag name="console.command" command="doctrine:schema:drop"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="doctrine.orm.command.entity_manager_provider"/>
      <call method="setName">
        <argument>doctrine:schema:drop</argument>
      </call>
    </service>
    <service id="doctrine.ensure_production_settings_command" class="Doctrine\ORM\Tools\Console\Command\EnsureProductionSettingsCommand">
      <tag name="console.command" command="doctrine:ensure-production-settings"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="doctrine.orm.command.entity_manager_provider"/>
      <call method="setName">
        <argument>doctrine:ensure-production-settings</argument>
      </call>
    </service>
    <service id="doctrine.clear_entity_region_command" class="Doctrine\ORM\Tools\Console\Command\ClearCache\EntityRegionCommand">
      <tag name="console.command" command="doctrine:cache:clear-entity-region"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="doctrine.orm.command.entity_manager_provider"/>
      <call method="setName">
        <argument>doctrine:cache:clear-entity-region</argument>
      </call>
    </service>
    <service id="doctrine.mapping_info_command" class="Doctrine\ORM\Tools\Console\Command\InfoCommand">
      <tag name="console.command" command="doctrine:mapping:info"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="doctrine.orm.command.entity_manager_provider"/>
      <call method="setName">
        <argument>doctrine:mapping:info</argument>
      </call>
    </service>
    <service id="doctrine.clear_query_region_command" class="Doctrine\ORM\Tools\Console\Command\ClearCache\QueryRegionCommand">
      <tag name="console.command" command="doctrine:cache:clear-query-region"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="doctrine.orm.command.entity_manager_provider"/>
      <call method="setName">
        <argument>doctrine:cache:clear-query-region</argument>
      </call>
    </service>
    <service id="doctrine.query_dql_command" class="Doctrine\ORM\Tools\Console\Command\RunDqlCommand">
      <tag name="console.command" command="doctrine:query:dql"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="doctrine.orm.command.entity_manager_provider"/>
      <call method="setName">
        <argument>doctrine:query:dql</argument>
      </call>
    </service>
    <service id="doctrine.schema_update_command" class="Doctrine\ORM\Tools\Console\Command\SchemaTool\UpdateCommand">
      <tag name="console.command" command="doctrine:schema:update"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="doctrine.orm.command.entity_manager_provider"/>
      <call method="setName">
        <argument>doctrine:schema:update</argument>
      </call>
    </service>
    <service id="doctrine.schema_validate_command" class="Doctrine\ORM\Tools\Console\Command\ValidateSchemaCommand">
      <tag name="console.command" command="doctrine:schema:validate"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="doctrine.orm.command.entity_manager_provider"/>
      <call method="setName">
        <argument>doctrine:schema:validate</argument>
      </call>
    </service>
    <service id="doctrine.mapping_import_command" class="Doctrine\Bundle\DoctrineBundle\Command\ImportMappingDoctrineCommand">
      <tag name="console.command" command="doctrine:mapping:import"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="doctrine"/>
      <argument>%kernel.bundles%</argument>
      <call method="setName">
        <argument>doctrine:mapping:import</argument>
      </call>
    </service>
    <service id="doctrine.orm.default_configuration" class="Doctrine\ORM\Configuration">
      <tag name="doctrine.orm.configuration"/>
      <call method="setEntityNamespaces">
        <argument type="collection">
          <argument key="App">App\Entity</argument>
          <argument key="PayneticsBundle">Paynetics\Entity</argument>
        </argument>
      </call>
      <call method="setMetadataCache">
        <argument type="service" id="cache.doctrine.orm.default.metadata"/>
      </call>
      <call method="setQueryCache">
        <argument type="service" id="cache.doctrine.orm.default.query"/>
      </call>
      <call method="setResultCache">
        <argument type="service" id="cache.doctrine.orm.default.result"/>
      </call>
      <call method="setMetadataDriverImpl">
        <argument type="service" id=".doctrine.orm.default_metadata_driver"/>
      </call>
      <call method="setProxyDir">
        <argument>/var/www/digitization-service/releases/8/var/cache/dev/doctrine/orm/Proxies</argument>
      </call>
      <call method="setProxyNamespace">
        <argument>Proxies</argument>
      </call>
      <call method="setAutoGenerateProxyClasses">
        <argument>true</argument>
      </call>
      <call method="setSchemaIgnoreClasses">
        <argument type="collection"/>
      </call>
      <call method="setClassMetadataFactoryName">
        <argument>Doctrine\Bundle\DoctrineBundle\Mapping\ClassMetadataFactory</argument>
      </call>
      <call method="setDefaultRepositoryClassName">
        <argument>Doctrine\ORM\EntityRepository</argument>
      </call>
      <call method="setNamingStrategy">
        <argument type="service" id="doctrine.orm.naming_strategy.underscore_number_aware"/>
      </call>
      <call method="setQuoteStrategy">
        <argument type="service" id="doctrine.orm.quote_strategy.default"/>
      </call>
      <call method="setTypedFieldMapper">
        <argument type="service" id="doctrine.orm.typed_field_mapper.default"/>
      </call>
      <call method="setEntityListenerResolver">
        <argument type="service" id="doctrine.orm.default_entity_listener_resolver"/>
      </call>
      <call method="setLazyGhostObjectEnabled">
        <argument>false</argument>
      </call>
      <call method="setIdentityGenerationPreferences">
        <argument type="collection"/>
      </call>
      <call method="setRepositoryFactory">
        <argument type="service" id="doctrine.orm.container_repository_factory"/>
      </call>
    </service>
    <service id="doctrine.orm.default_attribute_metadata_driver" class="Doctrine\ORM\Mapping\Driver\AttributeDriver">
      <argument type="collection">
        <argument>/var/www/digitization-service/releases/8/src/Entity</argument>
      </argument>
      <argument>false</argument>
    </service>
    <service id="doctrine.orm.default_annotation_metadata_driver" class="Doctrine\ORM\Mapping\Driver\AnnotationDriver">
      <argument type="service" id="annotations.cached_reader"/>
      <argument type="collection">
        <argument>/var/www/digitization-service/releases/8/vendor/payneticsteam/paynetics-bundle/src/Paynetics/Entity</argument>
      </argument>
      <argument>false</argument>
    </service>
    <service id="cache.doctrine.orm.default.metadata" class="Symfony\Component\Cache\Adapter\ArrayAdapter"/>
    <service id="cache.doctrine.orm.default.result" class="Symfony\Component\Cache\Adapter\ArrayAdapter">
      <tag name="cache.pool"/>
    </service>
    <service id="cache.doctrine.orm.default.query" class="Symfony\Component\Cache\Adapter\ArrayAdapter">
      <tag name="cache.pool"/>
    </service>
    <service id="doctrine.orm.default_entity_listener_resolver" class="Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver">
      <argument type="service" id="service_container"/>
    </service>
    <service id="doctrine.orm.default_listeners.attach_entity_listeners" class="Doctrine\ORM\Tools\AttachEntityListenersListener">
      <tag name="doctrine.event_listener" event="loadClassMetadata"/>
    </service>
    <service id="doctrine.orm.default_manager_configurator" class="Doctrine\Bundle\DoctrineBundle\ManagerConfigurator">
      <argument type="collection"/>
      <argument type="collection"/>
    </service>
    <service id="doctrine.orm.default_entity_manager" class="Doctrine\ORM\EntityManager" public="true" lazy="true">
      <tag name="container.preload" class="Doctrine\ORM\Proxy\Autoloader"/>
      <argument type="service" id="doctrine.dbal.default_connection"/>
      <argument type="service" id="doctrine.orm.default_configuration"/>
      <argument type="service" id="doctrine.dbal.default_connection.event_manager"/>
      <configurator service="doctrine.orm.default_manager_configurator" method="configure"/>
    </service>
    <service id="doctrine.orm.default_entity_manager.property_info_extractor" class="Symfony\Bridge\Doctrine\PropertyInfo\DoctrineExtractor">
      <tag name="property_info.list_extractor" priority="-1001"/>
      <tag name="property_info.type_extractor" priority="-999"/>
      <tag name="property_info.access_extractor" priority="-999"/>
      <argument type="service" id="doctrine.orm.default_entity_manager"/>
    </service>
    <service id="doctrine.orm.default_entity_manager.validator_loader" class="Symfony\Bridge\Doctrine\Validator\DoctrineLoader">
      <tag name="validator.auto_mapper" priority="-100"/>
      <argument type="service" id="doctrine.orm.default_entity_manager"/>
      <argument>null</argument>
    </service>
    <service id="doctrine.migrations.dependency_factory" class="Doctrine\Migrations\DependencyFactory">
      <argument type="service" id="doctrine.migrations.configuration_loader"/>
      <argument type="service" id="doctrine.migrations.entity_manager_registry_loader"/>
      <argument type="service" id="monolog.logger" on-invalid="null"/>
      <call method="setDefinition">
        <argument>Doctrine\Migrations\Version\MigrationFactory</argument>
        <argument type="service_closure" id="doctrine.migrations.container_aware_migrations_factory"/>
      </call>
      <factory class="Doctrine\Migrations\DependencyFactory" method="fromEntityManager"/>
    </service>
    <service id="doctrine.migrations.configuration_loader" class="Doctrine\Migrations\Configuration\Migration\ExistingConfiguration">
      <argument type="service" id="doctrine.migrations.configuration"/>
    </service>
    <service id="doctrine.migrations.connection_loader" class="Doctrine\Migrations\Configuration\Connection\ExistingConnection"/>
    <service id="doctrine.migrations.em_loader" class="Doctrine\Migrations\Configuration\EntityManager\ExistingEntityManager"/>
    <service id="doctrine.migrations.entity_manager_registry_loader" class="Doctrine\Migrations\Configuration\EntityManager\ManagerRegistryEntityManager">
      <argument type="service" id="doctrine"/>
      <factory class="Doctrine\Migrations\Configuration\EntityManager\ManagerRegistryEntityManager" method="withSimpleDefault"/>
    </service>
    <service id="doctrine.migrations.connection_registry_loader" class="Doctrine\Migrations\Configuration\Connection\ConnectionRegistryConnection">
      <argument type="service" id="doctrine"/>
      <factory class="Doctrine\Migrations\Configuration\Connection\ConnectionRegistryConnection" method="withSimpleDefault"/>
    </service>
    <service id="doctrine.migrations.configuration" class="Doctrine\Migrations\Configuration\Configuration">
      <call method="addMigrationsDirectory">
        <argument>DoctrineMigrations</argument>
        <argument>/var/www/digitization-service/releases/8/migrations</argument>
      </call>
      <call method="setAllOrNothing">
        <argument>false</argument>
      </call>
      <call method="setCheckDatabasePlatform">
        <argument>true</argument>
      </call>
      <call method="setTransactional">
        <argument>true</argument>
      </call>
      <call method="setMetadataStorageConfiguration">
        <argument type="service" id="doctrine.migrations.storage.table_storage"/>
      </call>
    </service>
    <service id="doctrine.migrations.container_aware_migrations_factory" class="Doctrine\Bundle\MigrationsBundle\MigrationsFactory\ContainerAwareMigrationFactory">
      <tag name="container.decorator" id="doctrine.migrations.migrations_factory"/>
      <argument type="service" id="doctrine.migrations.container_aware_migrations_factory.inner"/>
      <argument type="service" id="service_container"/>
    </service>
    <service id="doctrine_migrations.diff_command" class="Doctrine\Migrations\Tools\Console\Command\DiffCommand">
      <tag name="console.command" command="doctrine:migrations:diff"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="doctrine.migrations.dependency_factory"/>
      <argument>doctrine:migrations:diff</argument>
      <call method="setName">
        <argument>doctrine:migrations:diff</argument>
      </call>
    </service>
    <service id="doctrine_migrations.sync_metadata_command" class="Doctrine\Migrations\Tools\Console\Command\SyncMetadataCommand">
      <tag name="console.command" command="doctrine:migrations:sync-metadata-storage"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="doctrine.migrations.dependency_factory"/>
      <argument>doctrine:migrations:sync-metadata-storage</argument>
      <call method="setName">
        <argument>doctrine:migrations:sync-metadata-storage</argument>
      </call>
    </service>
    <service id="doctrine_migrations.versions_command" class="Doctrine\Migrations\Tools\Console\Command\ListCommand">
      <tag name="console.command" command="doctrine:migrations:list"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="doctrine.migrations.dependency_factory"/>
      <argument>doctrine:migrations:versions</argument>
      <call method="setName">
        <argument>doctrine:migrations:list</argument>
      </call>
    </service>
    <service id="doctrine_migrations.current_command" class="Doctrine\Migrations\Tools\Console\Command\CurrentCommand">
      <tag name="console.command" command="doctrine:migrations:current"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="doctrine.migrations.dependency_factory"/>
      <argument>doctrine:migrations:current</argument>
      <call method="setName">
        <argument>doctrine:migrations:current</argument>
      </call>
    </service>
    <service id="doctrine_migrations.dump_schema_command" class="Doctrine\Migrations\Tools\Console\Command\DumpSchemaCommand">
      <tag name="console.command" command="doctrine:migrations:dump-schema"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="doctrine.migrations.dependency_factory"/>
      <argument>doctrine:migrations:dump-schema</argument>
      <call method="setName">
        <argument>doctrine:migrations:dump-schema</argument>
      </call>
    </service>
    <service id="doctrine_migrations.execute_command" class="Doctrine\Migrations\Tools\Console\Command\ExecuteCommand">
      <tag name="console.command" command="doctrine:migrations:execute"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="doctrine.migrations.dependency_factory"/>
      <argument>doctrine:migrations:execute</argument>
      <call method="setName">
        <argument>doctrine:migrations:execute</argument>
      </call>
    </service>
    <service id="doctrine_migrations.generate_command" class="Doctrine\Migrations\Tools\Console\Command\GenerateCommand">
      <tag name="console.command" command="doctrine:migrations:generate"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="doctrine.migrations.dependency_factory"/>
      <argument>doctrine:migrations:generate</argument>
      <call method="setName">
        <argument>doctrine:migrations:generate</argument>
      </call>
    </service>
    <service id="doctrine_migrations.latest_command" class="Doctrine\Migrations\Tools\Console\Command\LatestCommand">
      <tag name="console.command" command="doctrine:migrations:latest"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="doctrine.migrations.dependency_factory"/>
      <argument>doctrine:migrations:latest</argument>
      <call method="setName">
        <argument>doctrine:migrations:latest</argument>
      </call>
    </service>
    <service id="doctrine_migrations.migrate_command" class="Doctrine\Migrations\Tools\Console\Command\MigrateCommand">
      <tag name="console.command" command="doctrine:migrations:migrate"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="doctrine.migrations.dependency_factory"/>
      <argument>doctrine:migrations:migrate</argument>
      <call method="setName">
        <argument>doctrine:migrations:migrate</argument>
      </call>
    </service>
    <service id="doctrine_migrations.rollup_command" class="Doctrine\Migrations\Tools\Console\Command\RollupCommand">
      <tag name="console.command" command="doctrine:migrations:rollup"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="doctrine.migrations.dependency_factory"/>
      <argument>doctrine:migrations:rollup</argument>
      <call method="setName">
        <argument>doctrine:migrations:rollup</argument>
      </call>
    </service>
    <service id="doctrine_migrations.status_command" class="Doctrine\Migrations\Tools\Console\Command\StatusCommand">
      <tag name="console.command" command="doctrine:migrations:status"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="doctrine.migrations.dependency_factory"/>
      <argument>doctrine:migrations:status</argument>
      <call method="setName">
        <argument>doctrine:migrations:status</argument>
      </call>
    </service>
    <service id="doctrine_migrations.up_to_date_command" class="Doctrine\Migrations\Tools\Console\Command\UpToDateCommand">
      <tag name="console.command" command="doctrine:migrations:up-to-date"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="doctrine.migrations.dependency_factory"/>
      <argument>doctrine:migrations:up-to-date</argument>
      <call method="setName">
        <argument>doctrine:migrations:up-to-date</argument>
      </call>
    </service>
    <service id="doctrine_migrations.version_command" class="Doctrine\Migrations\Tools\Console\Command\VersionCommand">
      <tag name="console.command" command="doctrine:migrations:version"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="doctrine.migrations.dependency_factory"/>
      <argument>doctrine:migrations:version</argument>
      <call method="setName">
        <argument>doctrine:migrations:version</argument>
      </call>
    </service>
    <service id="doctrine_migrations.schema_filter_listener" class="Doctrine\Bundle\MigrationsBundle\EventListener\SchemaFilterListener">
      <tag name="kernel.event_listener" event="console.command" method="onConsoleCommand"/>
      <tag name="doctrine.dbal.schema_filter" connection="default"/>
      <tag name="container.no_preload"/>
      <argument>doctrine_migration_versions</argument>
    </service>
    <service id="doctrine_migrations.migrations_flattener" class="Doctrine\Bundle\MigrationsBundle\Collector\MigrationsFlattener"/>
    <service id="doctrine_migrations.migrations_collector" class="Doctrine\Bundle\MigrationsBundle\Collector\MigrationsCollector">
      <tag name="data_collector" template="@DoctrineMigrations/Collector/migrations.html.twig" id="doctrine_migrations" priority="249"/>
      <argument type="service" id="doctrine.migrations.dependency_factory"/>
      <argument type="service" id="doctrine_migrations.migrations_flattener"/>
    </service>
    <service id="doctrine.migrations.storage.table_storage" class="Doctrine\Migrations\Metadata\Storage\TableMetadataStorageConfiguration"/>
    <service id="Chrisguitarguy\RequestId\SimpleIdStorage" class="Chrisguitarguy\RequestId\SimpleIdStorage"/>
    <service id="Chrisguitarguy\RequestId\Generator\RamseyUuid4Generator" class="Chrisguitarguy\RequestId\Generator\RamseyUuid4Generator"/>
    <service id="Chrisguitarguy\RequestId\EventListener\RequestIdListener" class="Chrisguitarguy\RequestId\EventListener\RequestIdListener">
      <tag name="kernel.event_subscriber"/>
      <tag name="container.hot_path"/>
      <tag name="container.hot_path"/>
      <argument>X-Request-Id</argument>
      <argument>X-Request-Id</argument>
      <argument>true</argument>
      <argument type="service" id="Chrisguitarguy\RequestId\SimpleIdStorage"/>
      <argument type="service" id="Chrisguitarguy\RequestId\Generator\RamseyUuid4Generator"/>
    </service>
    <service id="Chrisguitarguy\RequestId\Monolog\RequestIdProcessor" class="Chrisguitarguy\RequestId\Monolog\RequestIdProcessor">
      <tag name="monolog.processor"/>
      <argument type="service" id="Chrisguitarguy\RequestId\SimpleIdStorage"/>
    </service>
    <service id="Chrisguitarguy\RequestId\Twig\RequestIdExtension" class="Chrisguitarguy\RequestId\Twig\RequestIdExtension">
      <tag name="twig.extension"/>
      <argument type="service" id="Chrisguitarguy\RequestId\SimpleIdStorage"/>
    </service>
    <service id="Paynetics\Annotation\Cache\Cache" class="Paynetics\Annotation\Cache\Cache" autowire="true" autoconfigure="true"/>
    <service id="Paynetics\Annotation\Cache\Settings" class="Paynetics\Annotation\Cache\Settings" autowire="true" autoconfigure="true"/>
    <service id="Paynetics\Annotation\Logger\Obfuscate" class="Paynetics\Annotation\Logger\Obfuscate" autowire="true" autoconfigure="true"/>
    <service id="Paynetics\Annotation\Validation\EitherOr" class="Paynetics\Annotation\Validation\EitherOr" autowire="true" autoconfigure="true"/>
    <service id="Paynetics\Cache\RedisCacheRequest" class="Paynetics\Cache\RedisCacheRequest" autowire="true" autoconfigure="true"/>
    <service id="Paynetics\Dto\Log\ContextDto" class="Paynetics\Dto\Log\ContextDto" autowire="true" autoconfigure="true"/>
    <service id="Paynetics\Dto\Log\MessageDto" class="Paynetics\Dto\Log\MessageDto" autowire="true" autoconfigure="true"/>
    <service id="Paynetics\Dto\Request\AttributesDto" class="Paynetics\Dto\Request\AttributesDto" autowire="true" autoconfigure="true"/>
    <service id="Paynetics\Dto\Response\ListDto" class="Paynetics\Dto\Response\ListDto" autowire="true" autoconfigure="true"/>
    <service id="Paynetics\Event\EntityCacheEvent" class="Paynetics\Event\EntityCacheEvent" autowire="true" autoconfigure="true"/>
    <service id="Paynetics\EventSubscriber\ApiKernelExceptionSubscriber" class="Paynetics\EventSubscriber\ApiKernelExceptionSubscriber" autowire="true" autoconfigure="true">
      <tag name="kernel.event_subscriber"/>
      <argument type="service" id="translator.default"/>
      <argument type="service" id="kernel"/>
      <argument type="service" id="service_container"/>
      <argument type="service" id="monolog.logger.critical"/>
    </service>
    <service id="Paynetics\EventSubscriber\DoctrineEventSubscriber" class="Paynetics\EventSubscriber\DoctrineEventSubscriber" autowire="true" autoconfigure="true">
      <tag name="doctrine.event_subscriber" connection="default"/>
      <argument type="service" id="request_stack"/>
      <argument type="service" id="Paynetics\Cache\RedisCacheRequest"/>
      <argument type="service" id="Paynetics\Extractor\AnnotationExtractor"/>
      <argument type="service" id="service_container"/>
      <call method="setDispatcher">
        <argument type="service" id="debug.event_dispatcher"/>
      </call>
      <call method="setSerializer">
        <argument type="service" id="serializer"/>
      </call>
      <call method="setNormalizer">
        <argument type="service" id="serializer"/>
      </call>
      <call method="setDenormalizer">
        <argument type="service" id="serializer"/>
      </call>
      <call method="setServiceContainer">
        <argument type="service" id="service_container"/>
      </call>
      <call method="setLogger">
        <argument type="service" id="monolog.logger.audit"/>
      </call>
      <call method="setDIContainer">
        <argument type="service" id="service_container"/>
      </call>
    </service>
    <service id="Paynetics\EventSubscriber\EntityCacheLoadSubscriber" class="Paynetics\EventSubscriber\EntityCacheLoadSubscriber" autowire="true" autoconfigure="true">
      <tag name="kernel.event_subscriber"/>
      <argument type="service" id="Paynetics\Extractor\AnnotationExtractor"/>
      <argument type="service" id="service_container"/>
      <argument type="service" id="Paynetics\Cache\RedisCacheRequest"/>
    </service>
    <service id="Paynetics\EventSubscriber\WebKernelExceptionSubscriber" class="Paynetics\EventSubscriber\WebKernelExceptionSubscriber" autowire="true" autoconfigure="true">
      <tag name="kernel.event_subscriber"/>
      <argument type="service" id="service_container"/>
      <argument type="service" id="Chrisguitarguy\RequestId\SimpleIdStorage"/>
    </service>
    <service id="Paynetics\Exception\ApiException" class="Paynetics\Exception\ApiException" autowire="true" autoconfigure="true"/>
    <service id="Paynetics\Exception\RequestException" class="Paynetics\Exception\RequestException" autowire="true" autoconfigure="true"/>
    <service id="Paynetics\Exception\WebException" class="Paynetics\Exception\WebException" autowire="true" autoconfigure="true"/>
    <service id="Paynetics\Extractor\AnnotationExtractor" class="Paynetics\Extractor\AnnotationExtractor" autowire="true" autoconfigure="true">
      <argument type="service" id="kernel"/>
      <argument type="service" id="cache.app"/>
      <argument type="service" id="service_container"/>
      <argument type="service" id="annotations.cached_reader"/>
    </service>
    <service id="Paynetics\Extractor\BaseExtractor" class="Paynetics\Extractor\BaseExtractor" autowire="true" autoconfigure="true">
      <argument type="service" id="kernel"/>
      <argument type="service" id="cache.app"/>
      <argument type="service" id="service_container"/>
      <argument type="service" id="annotations.cached_reader"/>
    </service>
    <service id="Paynetics\FileManager\S3FileManager" class="Paynetics\FileManager\S3FileManager" autowire="true" autoconfigure="true">
      <argument type="service" id="aws.s3"/>
    </service>
    <service id="Paynetics\HttpRequest\ApiHttpRequestService" class="Paynetics\HttpRequest\ApiHttpRequestService" autowire="true" autoconfigure="true">
      <argument type="service" id="GuzzleHttp\ClientInterface"/>
      <argument type="service" id="Paynetics\Cache\RedisCacheRequest"/>
      <call method="setSerializer">
        <argument type="service" id="serializer"/>
      </call>
      <call method="setNormalizer">
        <argument type="service" id="serializer"/>
      </call>
      <call method="setDenormalizer">
        <argument type="service" id="serializer"/>
      </call>
      <call method="setServiceContainer">
        <argument type="service" id="service_container"/>
      </call>
    </service>
    <service id="Paynetics\HttpRequest\Headers\HeadersBag" class="Paynetics\HttpRequest\Headers\HeadersBag" autowire="true" autoconfigure="true"/>
    <service id="Paynetics\HttpRequest\WebHttpRequestService" class="Paynetics\HttpRequest\WebHttpRequestService" autowire="true" autoconfigure="true">
      <call method="setSerializer"/>
      <call method="setNormalizer"/>
      <call method="setDenormalizer"/>
      <call method="setServiceContainer"/>
    </service>
    <service id="Paynetics\Manager\BaseManager" class="Paynetics\Manager\BaseManager" autowire="true" autoconfigure="true">
      <argument type="service" id="doctrine.orm.default_entity_manager"/>
      <call method="setSerializer">
        <argument type="service" id="serializer"/>
      </call>
      <call method="setNormalizer">
        <argument type="service" id="serializer"/>
      </call>
      <call method="setDenormalizer">
        <argument type="service" id="serializer"/>
      </call>
      <call method="setServiceContainer">
        <argument type="service" id="service_container"/>
      </call>
      <call method="setCache">
        <argument type="service" id="Paynetics\Cache\RedisCacheRequest"/>
      </call>
      <call method="setValidator">
        <argument type="service" id="validator"/>
      </call>
    </service>
    <service id="Paynetics\Message\BaseMessage" class="Paynetics\Message\BaseMessage" autowire="true" autoconfigure="true"/>
    <service id="Paynetics\Message\LogMessage" class="Paynetics\Message\LogMessage" autowire="true" autoconfigure="true"/>
    <service id="Paynetics\Message\NotificationMessage" class="Paynetics\Message\NotificationMessage" autowire="true" autoconfigure="true"/>
    <service id="Paynetics\Normalizer\EntityNormalizer" class="Paynetics\Normalizer\EntityNormalizer" autowire="true" autoconfigure="true">
      <tag name="serializer.normalizer"/>
      <argument type="service" id="doctrine.orm.default_entity_manager"/>
      <argument type="service" id="serializer.mapping.class_metadata_factory"/>
      <argument type="service" id="Symfony\Component\Serializer\NameConverter\NameConverterInterface"/>
      <argument type="service" id="property_accessor"/>
      <argument type="service" id="property_info"/>
    </service>
    <service id="Paynetics\Normalizer\ErrorNormalizer" class="Paynetics\Normalizer\ErrorNormalizer" autowire="true" autoconfigure="true">
      <tag name="serializer.normalizer"/>
      <argument type="service" id="serializer.mapping.class_metadata_factory"/>
      <argument type="service" id="Symfony\Component\Serializer\NameConverter\NameConverterInterface"/>
      <argument type="service" id="property_accessor"/>
      <argument type="service" id="property_info"/>
      <argument type="service" id="serializer.mapping.class_discriminator_resolver"/>
      <argument>null</argument>
      <argument type="collection"/>
      <argument type="service" id="property_info"/>
    </service>
    <service id="Paynetics\PayneticsBundle" class="Paynetics\PayneticsBundle" autowire="true" autoconfigure="true"/>
    <service id="Paynetics\Repository\BaseRepository" class="Paynetics\Repository\BaseRepository" autowire="true" autoconfigure="true">
      <tag name="doctrine.repository_service"/>
      <argument type="service" id="doctrine"/>
      <call method="setDispatcher">
        <argument type="service" id="debug.event_dispatcher"/>
      </call>
    </service>
    <service id="Paynetics\Validator\EitherOrValidator" class="Paynetics\Validator\EitherOrValidator" autowire="true" autoconfigure="true">
      <tag name="validator.constraint_validator"/>
    </service>
    <service id="GuzzleHttp\ClientInterface" class="GuzzleHttp\Client" autowire="true" autoconfigure="true"/>
    <service id="Paynetics\FileManager\FileManagerInterface" class="Paynetics\FileManager\S3FileManager" autowire="true" autoconfigure="true">
      <argument type="service" id="aws.s3"/>
    </service>
    <service id="Symfony\Component\Serializer\NameConverter\NameConverterInterface" class="Symfony\Component\Serializer\NameConverter\CamelCaseToSnakeCaseNameConverter"/>
    <service id="Symfony\Component\Serializer\NameConverter\CamelCaseToSnakeCaseNameConverter" class="Symfony\Component\Serializer\NameConverter\CamelCaseToSnakeCaseNameConverter" public="true"/>
    <service id="Symfony\Component\Serializer\Normalizer\DateTimeNormalizer" class="Symfony\Component\Serializer\Normalizer\DateTimeNormalizer">
      <tag name="serializer.normalizer" priority="9"/>
    </service>
    <service id="aws_sdk" class="Aws\Sdk">
      <argument type="collection">
        <argument key="version">latest</argument>
        <argument key="region">eu-central-1</argument>
        <argument key="credentials" type="collection">
          <argument key="key">%env(AWS_KEY)%</argument>
          <argument key="secret">%env(AWS_SECRET)%</argument>
        </argument>
        <argument key="ua_append" type="collection">
          <argument>Symfony/5.4.48</argument>
          <argument>SYMOD/2.5.0</argument>
        </argument>
      </argument>
    </service>
    <service id="aws.accessanalyzer" class="Aws\AccessAnalyzer\AccessAnalyzerClient" lazy="true">
      <argument>AccessAnalyzer</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.account" class="Aws\Account\AccountClient" lazy="true">
      <argument>Account</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.acmpca" class="Aws\ACMPCA\ACMPCAClient" lazy="true">
      <argument>ACMPCA</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.acm" class="Aws\Acm\AcmClient" lazy="true">
      <argument>Acm</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.prometheusservice" class="Aws\PrometheusService\PrometheusServiceClient" lazy="true">
      <argument>PrometheusService</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.amplify" class="Aws\Amplify\AmplifyClient" lazy="true">
      <argument>Amplify</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.amplifybackend" class="Aws\AmplifyBackend\AmplifyBackendClient" lazy="true">
      <argument>AmplifyBackend</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.amplifyuibuilder" class="Aws\AmplifyUIBuilder\AmplifyUIBuilderClient" lazy="true">
      <argument>AmplifyUIBuilder</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.apigateway" class="Aws\ApiGateway\ApiGatewayClient" lazy="true">
      <argument>ApiGateway</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.apigatewaymanagementapi" class="Aws\ApiGatewayManagementApi\ApiGatewayManagementApiClient" lazy="true">
      <argument>ApiGatewayManagementApi</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.apigatewayv2" class="Aws\ApiGatewayV2\ApiGatewayV2Client" lazy="true">
      <argument>ApiGatewayV2</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.appconfig" class="Aws\AppConfig\AppConfigClient" lazy="true">
      <argument>AppConfig</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.appconfigdata" class="Aws\AppConfigData\AppConfigDataClient" lazy="true">
      <argument>AppConfigData</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.appfabric" class="Aws\AppFabric\AppFabricClient" lazy="true">
      <argument>AppFabric</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.appflow" class="Aws\Appflow\AppflowClient" lazy="true">
      <argument>Appflow</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.appintegrationsservice" class="Aws\AppIntegrationsService\AppIntegrationsServiceClient" lazy="true">
      <argument>AppIntegrationsService</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.applicationautoscaling" class="Aws\ApplicationAutoScaling\ApplicationAutoScalingClient" lazy="true">
      <argument>ApplicationAutoScaling</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.applicationinsights" class="Aws\ApplicationInsights\ApplicationInsightsClient" lazy="true">
      <argument>ApplicationInsights</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.applicationsignals" class="Aws\ApplicationSignals\ApplicationSignalsClient" lazy="true">
      <argument>ApplicationSignals</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.applicationcostprofiler" class="Aws\ApplicationCostProfiler\ApplicationCostProfilerClient" lazy="true">
      <argument>ApplicationCostProfiler</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.appmesh" class="Aws\AppMesh\AppMeshClient" lazy="true">
      <argument>AppMesh</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.apprunner" class="Aws\AppRunner\AppRunnerClient" lazy="true">
      <argument>AppRunner</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.appstream" class="Aws\Appstream\AppstreamClient" lazy="true">
      <argument>Appstream</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.appsync" class="Aws\AppSync\AppSyncClient" lazy="true">
      <argument>AppSync</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.apptest" class="Aws\AppTest\AppTestClient" lazy="true">
      <argument>AppTest</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.arczonalshift" class="Aws\ARCZonalShift\ARCZonalShiftClient" lazy="true">
      <argument>ARCZonalShift</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.artifact" class="Aws\Artifact\ArtifactClient" lazy="true">
      <argument>Artifact</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.athena" class="Aws\Athena\AthenaClient" lazy="true">
      <argument>Athena</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.auditmanager" class="Aws\AuditManager\AuditManagerClient" lazy="true">
      <argument>AuditManager</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.autoscalingplans" class="Aws\AutoScalingPlans\AutoScalingPlansClient" lazy="true">
      <argument>AutoScalingPlans</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.autoscaling" class="Aws\AutoScaling\AutoScalingClient" lazy="true">
      <argument>AutoScaling</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.b2bi" class="Aws\B2bi\B2biClient" lazy="true">
      <argument>B2bi</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.backupgateway" class="Aws\BackupGateway\BackupGatewayClient" lazy="true">
      <argument>BackupGateway</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.backup" class="Aws\Backup\BackupClient" lazy="true">
      <argument>Backup</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.backupsearch" class="Aws\BackupSearch\BackupSearchClient" lazy="true">
      <argument>BackupSearch</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.batch" class="Aws\Batch\BatchClient" lazy="true">
      <argument>Batch</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.bcmdataexports" class="Aws\BCMDataExports\BCMDataExportsClient" lazy="true">
      <argument>BCMDataExports</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.bcmpricingcalculator" class="Aws\BCMPricingCalculator\BCMPricingCalculatorClient" lazy="true">
      <argument>BCMPricingCalculator</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.bedrockagentruntime" class="Aws\BedrockAgentRuntime\BedrockAgentRuntimeClient" lazy="true">
      <argument>BedrockAgentRuntime</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.bedrockagent" class="Aws\BedrockAgent\BedrockAgentClient" lazy="true">
      <argument>BedrockAgent</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.bedrockdataautomationruntime" class="Aws\BedrockDataAutomationRuntime\BedrockDataAutomationRuntimeClient" lazy="true">
      <argument>BedrockDataAutomationRuntime</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.bedrockdataautomation" class="Aws\BedrockDataAutomation\BedrockDataAutomationClient" lazy="true">
      <argument>BedrockDataAutomation</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.bedrockruntime" class="Aws\BedrockRuntime\BedrockRuntimeClient" lazy="true">
      <argument>BedrockRuntime</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.bedrock" class="Aws\Bedrock\BedrockClient" lazy="true">
      <argument>Bedrock</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.billing" class="Aws\Billing\BillingClient" lazy="true">
      <argument>Billing</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.billingconductor" class="Aws\BillingConductor\BillingConductorClient" lazy="true">
      <argument>BillingConductor</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.braket" class="Aws\Braket\BraketClient" lazy="true">
      <argument>Braket</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.budgets" class="Aws\Budgets\BudgetsClient" lazy="true">
      <argument>Budgets</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.costexplorer" class="Aws\CostExplorer\CostExplorerClient" lazy="true">
      <argument>CostExplorer</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.chatbot" class="Aws\Chatbot\ChatbotClient" lazy="true">
      <argument>Chatbot</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.chimesdkidentity" class="Aws\ChimeSDKIdentity\ChimeSDKIdentityClient" lazy="true">
      <argument>ChimeSDKIdentity</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.chimesdkmediapipelines" class="Aws\ChimeSDKMediaPipelines\ChimeSDKMediaPipelinesClient" lazy="true">
      <argument>ChimeSDKMediaPipelines</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.chimesdkmeetings" class="Aws\ChimeSDKMeetings\ChimeSDKMeetingsClient" lazy="true">
      <argument>ChimeSDKMeetings</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.chimesdkmessaging" class="Aws\ChimeSDKMessaging\ChimeSDKMessagingClient" lazy="true">
      <argument>ChimeSDKMessaging</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.chimesdkvoice" class="Aws\ChimeSDKVoice\ChimeSDKVoiceClient" lazy="true">
      <argument>ChimeSDKVoice</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.chime" class="Aws\Chime\ChimeClient" lazy="true">
      <argument>Chime</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.cleanrooms" class="Aws\CleanRooms\CleanRoomsClient" lazy="true">
      <argument>CleanRooms</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.cleanroomsml" class="Aws\CleanRoomsML\CleanRoomsMLClient" lazy="true">
      <argument>CleanRoomsML</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.cloud9" class="Aws\Cloud9\Cloud9Client" lazy="true">
      <argument>Cloud9</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.cloudcontrolapi" class="Aws\CloudControlApi\CloudControlApiClient" lazy="true">
      <argument>CloudControlApi</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.clouddirectory" class="Aws\CloudDirectory\CloudDirectoryClient" lazy="true">
      <argument>CloudDirectory</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.cloudformation" class="Aws\CloudFormation\CloudFormationClient" lazy="true">
      <argument>CloudFormation</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.cloudfrontkeyvaluestore" class="Aws\CloudFrontKeyValueStore\CloudFrontKeyValueStoreClient" lazy="true">
      <argument>CloudFrontKeyValueStore</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.cloudfront" class="Aws\CloudFront\CloudFrontClient" lazy="true">
      <argument>CloudFront</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.cloudhsm" class="Aws\CloudHsm\CloudHsmClient" lazy="true">
      <argument>CloudHsm</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.cloudhsmv2" class="Aws\CloudHSMV2\CloudHSMV2Client" lazy="true">
      <argument>CloudHSMV2</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.cloudsearch" class="Aws\CloudSearch\CloudSearchClient" lazy="true">
      <argument>CloudSearch</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.cloudsearchdomain" class="Aws\CloudSearchDomain\CloudSearchDomainClient" lazy="true">
      <argument>CloudSearchDomain</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.cloudtraildata" class="Aws\CloudTrailData\CloudTrailDataClient" lazy="true">
      <argument>CloudTrailData</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.cloudtrail" class="Aws\CloudTrail\CloudTrailClient" lazy="true">
      <argument>CloudTrail</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.codeartifact" class="Aws\CodeArtifact\CodeArtifactClient" lazy="true">
      <argument>CodeArtifact</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.codebuild" class="Aws\CodeBuild\CodeBuildClient" lazy="true">
      <argument>CodeBuild</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.codecatalyst" class="Aws\CodeCatalyst\CodeCatalystClient" lazy="true">
      <argument>CodeCatalyst</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.codecommit" class="Aws\CodeCommit\CodeCommitClient" lazy="true">
      <argument>CodeCommit</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.codeconnections" class="Aws\CodeConnections\CodeConnectionsClient" lazy="true">
      <argument>CodeConnections</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.codedeploy" class="Aws\CodeDeploy\CodeDeployClient" lazy="true">
      <argument>CodeDeploy</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.codegurureviewer" class="Aws\CodeGuruReviewer\CodeGuruReviewerClient" lazy="true">
      <argument>CodeGuruReviewer</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.codegurusecurity" class="Aws\CodeGuruSecurity\CodeGuruSecurityClient" lazy="true">
      <argument>CodeGuruSecurity</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.codeguruprofiler" class="Aws\CodeGuruProfiler\CodeGuruProfilerClient" lazy="true">
      <argument>CodeGuruProfiler</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.codepipeline" class="Aws\CodePipeline\CodePipelineClient" lazy="true">
      <argument>CodePipeline</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.codestarconnections" class="Aws\CodeStarconnections\CodeStarconnectionsClient" lazy="true">
      <argument>CodeStarconnections</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.codestarnotifications" class="Aws\CodeStarNotifications\CodeStarNotificationsClient" lazy="true">
      <argument>CodeStarNotifications</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.cognitoidentity" class="Aws\CognitoIdentity\CognitoIdentityClient" lazy="true">
      <argument>CognitoIdentity</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.cognitoidentityprovider" class="Aws\CognitoIdentityProvider\CognitoIdentityProviderClient" lazy="true">
      <argument>CognitoIdentityProvider</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.cognitosync" class="Aws\CognitoSync\CognitoSyncClient" lazy="true">
      <argument>CognitoSync</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.comprehend" class="Aws\Comprehend\ComprehendClient" lazy="true">
      <argument>Comprehend</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.comprehendmedical" class="Aws\ComprehendMedical\ComprehendMedicalClient" lazy="true">
      <argument>ComprehendMedical</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.computeoptimizer" class="Aws\ComputeOptimizer\ComputeOptimizerClient" lazy="true">
      <argument>ComputeOptimizer</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.configservice" class="Aws\ConfigService\ConfigServiceClient" lazy="true">
      <argument>ConfigService</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.connectcontactlens" class="Aws\ConnectContactLens\ConnectContactLensClient" lazy="true">
      <argument>ConnectContactLens</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.connect" class="Aws\Connect\ConnectClient" lazy="true">
      <argument>Connect</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.connectcampaignservice" class="Aws\ConnectCampaignService\ConnectCampaignServiceClient" lazy="true">
      <argument>ConnectCampaignService</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.connectcampaignsv2" class="Aws\ConnectCampaignsV2\ConnectCampaignsV2Client" lazy="true">
      <argument>ConnectCampaignsV2</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.connectcases" class="Aws\ConnectCases\ConnectCasesClient" lazy="true">
      <argument>ConnectCases</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.connectparticipant" class="Aws\ConnectParticipant\ConnectParticipantClient" lazy="true">
      <argument>ConnectParticipant</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.controlcatalog" class="Aws\ControlCatalog\ControlCatalogClient" lazy="true">
      <argument>ControlCatalog</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.controltower" class="Aws\ControlTower\ControlTowerClient" lazy="true">
      <argument>ControlTower</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.costoptimizationhub" class="Aws\CostOptimizationHub\CostOptimizationHubClient" lazy="true">
      <argument>CostOptimizationHub</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.costandusagereportservice" class="Aws\CostandUsageReportService\CostandUsageReportServiceClient" lazy="true">
      <argument>CostandUsageReportService</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.customerprofiles" class="Aws\CustomerProfiles\CustomerProfilesClient" lazy="true">
      <argument>CustomerProfiles</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.iotdataplane" class="Aws\IotDataPlane\IotDataPlaneClient" lazy="true">
      <argument>IotDataPlane</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.gluedatabrew" class="Aws\GlueDataBrew\GlueDataBrewClient" lazy="true">
      <argument>GlueDataBrew</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.dataexchange" class="Aws\DataExchange\DataExchangeClient" lazy="true">
      <argument>DataExchange</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.datapipeline" class="Aws\DataPipeline\DataPipelineClient" lazy="true">
      <argument>DataPipeline</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.datasync" class="Aws\DataSync\DataSyncClient" lazy="true">
      <argument>DataSync</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.datazone" class="Aws\DataZone\DataZoneClient" lazy="true">
      <argument>DataZone</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.dax" class="Aws\DAX\DAXClient" lazy="true">
      <argument>DAX</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.deadline" class="Aws\Deadline\DeadlineClient" lazy="true">
      <argument>Deadline</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.detective" class="Aws\Detective\DetectiveClient" lazy="true">
      <argument>Detective</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.devicefarm" class="Aws\DeviceFarm\DeviceFarmClient" lazy="true">
      <argument>DeviceFarm</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.devopsguru" class="Aws\DevOpsGuru\DevOpsGuruClient" lazy="true">
      <argument>DevOpsGuru</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.directconnect" class="Aws\DirectConnect\DirectConnectClient" lazy="true">
      <argument>DirectConnect</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.directoryservicedata" class="Aws\DirectoryServiceData\DirectoryServiceDataClient" lazy="true">
      <argument>DirectoryServiceData</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.applicationdiscoveryservice" class="Aws\ApplicationDiscoveryService\ApplicationDiscoveryServiceClient" lazy="true">
      <argument>ApplicationDiscoveryService</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.dlm" class="Aws\DLM\DLMClient" lazy="true">
      <argument>DLM</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.databasemigrationservice" class="Aws\DatabaseMigrationService\DatabaseMigrationServiceClient" lazy="true">
      <argument>DatabaseMigrationService</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.docdbelastic" class="Aws\DocDBElastic\DocDBElasticClient" lazy="true">
      <argument>DocDBElastic</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.docdb" class="Aws\DocDB\DocDBClient" lazy="true">
      <argument>DocDB</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.drs" class="Aws\drs\drsClient" lazy="true">
      <argument>drs</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.directoryservice" class="Aws\DirectoryService\DirectoryServiceClient" lazy="true">
      <argument>DirectoryService</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.dsql" class="Aws\DSQL\DSQLClient" lazy="true">
      <argument>DSQL</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.dynamodb" class="Aws\DynamoDb\DynamoDbClient" lazy="true">
      <argument>DynamoDb</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.ebs" class="Aws\EBS\EBSClient" lazy="true">
      <argument>EBS</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.ec2instanceconnect" class="Aws\EC2InstanceConnect\EC2InstanceConnectClient" lazy="true">
      <argument>EC2InstanceConnect</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.ec2" class="Aws\Ec2\Ec2Client" lazy="true">
      <argument>Ec2</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.ecrpublic" class="Aws\ECRPublic\ECRPublicClient" lazy="true">
      <argument>ECRPublic</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.ecr" class="Aws\Ecr\EcrClient" lazy="true">
      <argument>Ecr</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.ecs" class="Aws\Ecs\EcsClient" lazy="true">
      <argument>Ecs</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.eksauth" class="Aws\EKSAuth\EKSAuthClient" lazy="true">
      <argument>EKSAuth</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.eks" class="Aws\EKS\EKSClient" lazy="true">
      <argument>EKS</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.elasticinference" class="Aws\ElasticInference\ElasticInferenceClient" lazy="true">
      <argument>ElasticInference</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.elasticache" class="Aws\ElastiCache\ElastiCacheClient" lazy="true">
      <argument>ElastiCache</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.elasticbeanstalk" class="Aws\ElasticBeanstalk\ElasticBeanstalkClient" lazy="true">
      <argument>ElasticBeanstalk</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.efs" class="Aws\Efs\EfsClient" lazy="true">
      <argument>Efs</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.elasticloadbalancing" class="Aws\ElasticLoadBalancing\ElasticLoadBalancingClient" lazy="true">
      <argument>ElasticLoadBalancing</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.elasticloadbalancingv2" class="Aws\ElasticLoadBalancingV2\ElasticLoadBalancingV2Client" lazy="true">
      <argument>ElasticLoadBalancingV2</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.emr" class="Aws\Emr\EmrClient" lazy="true">
      <argument>Emr</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.elastictranscoder" class="Aws\ElasticTranscoder\ElasticTranscoderClient" lazy="true">
      <argument>ElasticTranscoder</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.ses" class="Aws\Ses\SesClient" lazy="true">
      <argument>Ses</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.emrcontainers" class="Aws\EMRContainers\EMRContainersClient" lazy="true">
      <argument>EMRContainers</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.emrserverless" class="Aws\EMRServerless\EMRServerlessClient" lazy="true">
      <argument>EMRServerless</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.marketplaceentitlementservice" class="Aws\MarketplaceEntitlementService\MarketplaceEntitlementServiceClient" lazy="true">
      <argument>MarketplaceEntitlementService</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.entityresolution" class="Aws\EntityResolution\EntityResolutionClient" lazy="true">
      <argument>EntityResolution</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.elasticsearchservice" class="Aws\ElasticsearchService\ElasticsearchServiceClient" lazy="true">
      <argument>ElasticsearchService</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.eventbridge" class="Aws\EventBridge\EventBridgeClient" lazy="true">
      <argument>EventBridge</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.cloudwatchevents" class="Aws\CloudWatchEvents\CloudWatchEventsClient" lazy="true">
      <argument>CloudWatchEvents</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.cloudwatchevidently" class="Aws\CloudWatchEvidently\CloudWatchEvidentlyClient" lazy="true">
      <argument>CloudWatchEvidently</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.finspacedata" class="Aws\FinSpaceData\FinSpaceDataClient" lazy="true">
      <argument>FinSpaceData</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.finspace" class="Aws\finspace\finspaceClient" lazy="true">
      <argument>finspace</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.firehose" class="Aws\Firehose\FirehoseClient" lazy="true">
      <argument>Firehose</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.fis" class="Aws\FIS\FISClient" lazy="true">
      <argument>FIS</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.fms" class="Aws\FMS\FMSClient" lazy="true">
      <argument>FMS</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.forecastservice" class="Aws\ForecastService\ForecastServiceClient" lazy="true">
      <argument>ForecastService</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.forecastqueryservice" class="Aws\ForecastQueryService\ForecastQueryServiceClient" lazy="true">
      <argument>ForecastQueryService</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.frauddetector" class="Aws\FraudDetector\FraudDetectorClient" lazy="true">
      <argument>FraudDetector</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.freetier" class="Aws\FreeTier\FreeTierClient" lazy="true">
      <argument>FreeTier</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.fsx" class="Aws\FSx\FSxClient" lazy="true">
      <argument>FSx</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.gamelift" class="Aws\GameLift\GameLiftClient" lazy="true">
      <argument>GameLift</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.geomaps" class="Aws\GeoMaps\GeoMapsClient" lazy="true">
      <argument>GeoMaps</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.geoplaces" class="Aws\GeoPlaces\GeoPlacesClient" lazy="true">
      <argument>GeoPlaces</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.georoutes" class="Aws\GeoRoutes\GeoRoutesClient" lazy="true">
      <argument>GeoRoutes</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.glacier" class="Aws\Glacier\GlacierClient" lazy="true">
      <argument>Glacier</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.globalaccelerator" class="Aws\GlobalAccelerator\GlobalAcceleratorClient" lazy="true">
      <argument>GlobalAccelerator</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.glue" class="Aws\Glue\GlueClient" lazy="true">
      <argument>Glue</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.managedgrafana" class="Aws\ManagedGrafana\ManagedGrafanaClient" lazy="true">
      <argument>ManagedGrafana</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.greengrass" class="Aws\Greengrass\GreengrassClient" lazy="true">
      <argument>Greengrass</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.greengrassv2" class="Aws\GreengrassV2\GreengrassV2Client" lazy="true">
      <argument>GreengrassV2</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.groundstation" class="Aws\GroundStation\GroundStationClient" lazy="true">
      <argument>GroundStation</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.guardduty" class="Aws\GuardDuty\GuardDutyClient" lazy="true">
      <argument>GuardDuty</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.health" class="Aws\Health\HealthClient" lazy="true">
      <argument>Health</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.healthlake" class="Aws\HealthLake\HealthLakeClient" lazy="true">
      <argument>HealthLake</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.iam" class="Aws\Iam\IamClient" lazy="true">
      <argument>Iam</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.identitystore" class="Aws\IdentityStore\IdentityStoreClient" lazy="true">
      <argument>IdentityStore</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.imagebuilder" class="Aws\imagebuilder\imagebuilderClient" lazy="true">
      <argument>imagebuilder</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.importexport" class="Aws\ImportExport\ImportExportClient" lazy="true">
      <argument>ImportExport</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.inspectorscan" class="Aws\InspectorScan\InspectorScanClient" lazy="true">
      <argument>InspectorScan</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.inspector" class="Aws\Inspector\InspectorClient" lazy="true">
      <argument>Inspector</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.inspector2" class="Aws\Inspector2\Inspector2Client" lazy="true">
      <argument>Inspector2</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.internetmonitor" class="Aws\InternetMonitor\InternetMonitorClient" lazy="true">
      <argument>InternetMonitor</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.invoicing" class="Aws\Invoicing\InvoicingClient" lazy="true">
      <argument>Invoicing</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.iotjobsdataplane" class="Aws\IoTJobsDataPlane\IoTJobsDataPlaneClient" lazy="true">
      <argument>IoTJobsDataPlane</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.iot" class="Aws\Iot\IotClient" lazy="true">
      <argument>Iot</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.iotanalytics" class="Aws\IoTAnalytics\IoTAnalyticsClient" lazy="true">
      <argument>IoTAnalytics</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.iotdeviceadvisor" class="Aws\IoTDeviceAdvisor\IoTDeviceAdvisorClient" lazy="true">
      <argument>IoTDeviceAdvisor</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.ioteventsdata" class="Aws\IoTEventsData\IoTEventsDataClient" lazy="true">
      <argument>IoTEventsData</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.iotevents" class="Aws\IoTEvents\IoTEventsClient" lazy="true">
      <argument>IoTEvents</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.iotfleethub" class="Aws\IoTFleetHub\IoTFleetHubClient" lazy="true">
      <argument>IoTFleetHub</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.iotfleetwise" class="Aws\IoTFleetWise\IoTFleetWiseClient" lazy="true">
      <argument>IoTFleetWise</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.iotsecuretunneling" class="Aws\IoTSecureTunneling\IoTSecureTunnelingClient" lazy="true">
      <argument>IoTSecureTunneling</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.iotsitewise" class="Aws\IoTSiteWise\IoTSiteWiseClient" lazy="true">
      <argument>IoTSiteWise</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.iotthingsgraph" class="Aws\IoTThingsGraph\IoTThingsGraphClient" lazy="true">
      <argument>IoTThingsGraph</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.iottwinmaker" class="Aws\IoTTwinMaker\IoTTwinMakerClient" lazy="true">
      <argument>IoTTwinMaker</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.iotwireless" class="Aws\IoTWireless\IoTWirelessClient" lazy="true">
      <argument>IoTWireless</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.ivsrealtime" class="Aws\IVSRealTime\IVSRealTimeClient" lazy="true">
      <argument>IVSRealTime</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.ivs" class="Aws\IVS\IVSClient" lazy="true">
      <argument>IVS</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.ivschat" class="Aws\ivschat\ivschatClient" lazy="true">
      <argument>ivschat</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.kafka" class="Aws\Kafka\KafkaClient" lazy="true">
      <argument>Kafka</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.kafkaconnect" class="Aws\KafkaConnect\KafkaConnectClient" lazy="true">
      <argument>KafkaConnect</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.kendraranking" class="Aws\KendraRanking\KendraRankingClient" lazy="true">
      <argument>KendraRanking</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.kendra" class="Aws\kendra\kendraClient" lazy="true">
      <argument>kendra</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.keyspaces" class="Aws\Keyspaces\KeyspacesClient" lazy="true">
      <argument>Keyspaces</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.kinesisvideoarchivedmedia" class="Aws\KinesisVideoArchivedMedia\KinesisVideoArchivedMediaClient" lazy="true">
      <argument>KinesisVideoArchivedMedia</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.kinesisvideomedia" class="Aws\KinesisVideoMedia\KinesisVideoMediaClient" lazy="true">
      <argument>KinesisVideoMedia</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.kinesisvideosignalingchannels" class="Aws\KinesisVideoSignalingChannels\KinesisVideoSignalingChannelsClient" lazy="true">
      <argument>KinesisVideoSignalingChannels</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.kinesisvideowebrtcstorage" class="Aws\KinesisVideoWebRTCStorage\KinesisVideoWebRTCStorageClient" lazy="true">
      <argument>KinesisVideoWebRTCStorage</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.kinesis" class="Aws\Kinesis\KinesisClient" lazy="true">
      <argument>Kinesis</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.kinesisanalytics" class="Aws\KinesisAnalytics\KinesisAnalyticsClient" lazy="true">
      <argument>KinesisAnalytics</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.kinesisanalyticsv2" class="Aws\KinesisAnalyticsV2\KinesisAnalyticsV2Client" lazy="true">
      <argument>KinesisAnalyticsV2</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.kinesisvideo" class="Aws\KinesisVideo\KinesisVideoClient" lazy="true">
      <argument>KinesisVideo</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.kms" class="Aws\Kms\KmsClient" lazy="true">
      <argument>Kms</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.lakeformation" class="Aws\LakeFormation\LakeFormationClient" lazy="true">
      <argument>LakeFormation</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.lambda" class="Aws\Lambda\LambdaClient" lazy="true">
      <argument>Lambda</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.launchwizard" class="Aws\LaunchWizard\LaunchWizardClient" lazy="true">
      <argument>LaunchWizard</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.lexmodelbuildingservice" class="Aws\LexModelBuildingService\LexModelBuildingServiceClient" lazy="true">
      <argument>LexModelBuildingService</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.licensemanagerlinuxsubscriptions" class="Aws\LicenseManagerLinuxSubscriptions\LicenseManagerLinuxSubscriptionsClient" lazy="true">
      <argument>LicenseManagerLinuxSubscriptions</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.licensemanagerusersubscriptions" class="Aws\LicenseManagerUserSubscriptions\LicenseManagerUserSubscriptionsClient" lazy="true">
      <argument>LicenseManagerUserSubscriptions</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.licensemanager" class="Aws\LicenseManager\LicenseManagerClient" lazy="true">
      <argument>LicenseManager</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.lightsail" class="Aws\Lightsail\LightsailClient" lazy="true">
      <argument>Lightsail</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.locationservice" class="Aws\LocationService\LocationServiceClient" lazy="true">
      <argument>LocationService</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.cloudwatchlogs" class="Aws\CloudWatchLogs\CloudWatchLogsClient" lazy="true">
      <argument>CloudWatchLogs</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.lookoutequipment" class="Aws\LookoutEquipment\LookoutEquipmentClient" lazy="true">
      <argument>LookoutEquipment</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.lookoutmetrics" class="Aws\LookoutMetrics\LookoutMetricsClient" lazy="true">
      <argument>LookoutMetrics</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.lookoutforvision" class="Aws\LookoutforVision\LookoutforVisionClient" lazy="true">
      <argument>LookoutforVision</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.mainframemodernization" class="Aws\MainframeModernization\MainframeModernizationClient" lazy="true">
      <argument>MainframeModernization</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.machinelearning" class="Aws\MachineLearning\MachineLearningClient" lazy="true">
      <argument>MachineLearning</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.macie2" class="Aws\Macie2\Macie2Client" lazy="true">
      <argument>Macie2</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.mailmanager" class="Aws\MailManager\MailManagerClient" lazy="true">
      <argument>MailManager</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.managedblockchainquery" class="Aws\ManagedBlockchainQuery\ManagedBlockchainQueryClient" lazy="true">
      <argument>ManagedBlockchainQuery</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.managedblockchain" class="Aws\ManagedBlockchain\ManagedBlockchainClient" lazy="true">
      <argument>ManagedBlockchain</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.marketplaceagreement" class="Aws\MarketplaceAgreement\MarketplaceAgreementClient" lazy="true">
      <argument>MarketplaceAgreement</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.marketplacecatalog" class="Aws\MarketplaceCatalog\MarketplaceCatalogClient" lazy="true">
      <argument>MarketplaceCatalog</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.marketplacedeployment" class="Aws\MarketplaceDeployment\MarketplaceDeploymentClient" lazy="true">
      <argument>MarketplaceDeployment</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.marketplacereporting" class="Aws\MarketplaceReporting\MarketplaceReportingClient" lazy="true">
      <argument>MarketplaceReporting</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.marketplacecommerceanalytics" class="Aws\MarketplaceCommerceAnalytics\MarketplaceCommerceAnalyticsClient" lazy="true">
      <argument>MarketplaceCommerceAnalytics</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.mediaconnect" class="Aws\MediaConnect\MediaConnectClient" lazy="true">
      <argument>MediaConnect</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.mediaconvert" class="Aws\MediaConvert\MediaConvertClient" lazy="true">
      <argument>MediaConvert</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.medialive" class="Aws\MediaLive\MediaLiveClient" lazy="true">
      <argument>MediaLive</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.mediapackagevod" class="Aws\MediaPackageVod\MediaPackageVodClient" lazy="true">
      <argument>MediaPackageVod</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.mediapackage" class="Aws\MediaPackage\MediaPackageClient" lazy="true">
      <argument>MediaPackage</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.mediapackagev2" class="Aws\MediaPackageV2\MediaPackageV2Client" lazy="true">
      <argument>MediaPackageV2</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.mediastoredata" class="Aws\MediaStoreData\MediaStoreDataClient" lazy="true">
      <argument>MediaStoreData</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.mediastore" class="Aws\MediaStore\MediaStoreClient" lazy="true">
      <argument>MediaStore</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.mediatailor" class="Aws\MediaTailor\MediaTailorClient" lazy="true">
      <argument>MediaTailor</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.medicalimaging" class="Aws\MedicalImaging\MedicalImagingClient" lazy="true">
      <argument>MedicalImaging</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.memorydb" class="Aws\MemoryDB\MemoryDBClient" lazy="true">
      <argument>MemoryDB</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.marketplacemetering" class="Aws\MarketplaceMetering\MarketplaceMeteringClient" lazy="true">
      <argument>MarketplaceMetering</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.migrationhub" class="Aws\MigrationHub\MigrationHubClient" lazy="true">
      <argument>MigrationHub</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.mgn" class="Aws\mgn\mgnClient" lazy="true">
      <argument>mgn</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.migrationhubrefactorspaces" class="Aws\MigrationHubRefactorSpaces\MigrationHubRefactorSpacesClient" lazy="true">
      <argument>MigrationHubRefactorSpaces</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.migrationhubconfig" class="Aws\MigrationHubConfig\MigrationHubConfigClient" lazy="true">
      <argument>MigrationHubConfig</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.migrationhuborchestrator" class="Aws\MigrationHubOrchestrator\MigrationHubOrchestratorClient" lazy="true">
      <argument>MigrationHubOrchestrator</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.migrationhubstrategyrecommendations" class="Aws\MigrationHubStrategyRecommendations\MigrationHubStrategyRecommendationsClient" lazy="true">
      <argument>MigrationHubStrategyRecommendations</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.lexmodelsv2" class="Aws\LexModelsV2\LexModelsV2Client" lazy="true">
      <argument>LexModelsV2</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.cloudwatch" class="Aws\CloudWatch\CloudWatchClient" lazy="true">
      <argument>CloudWatch</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.mq" class="Aws\MQ\MQClient" lazy="true">
      <argument>MQ</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.mturk" class="Aws\MTurk\MTurkClient" lazy="true">
      <argument>MTurk</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.mwaa" class="Aws\MWAA\MWAAClient" lazy="true">
      <argument>MWAA</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.neptunegraph" class="Aws\NeptuneGraph\NeptuneGraphClient" lazy="true">
      <argument>NeptuneGraph</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.neptune" class="Aws\Neptune\NeptuneClient" lazy="true">
      <argument>Neptune</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.neptunedata" class="Aws\Neptunedata\NeptunedataClient" lazy="true">
      <argument>Neptunedata</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.networkfirewall" class="Aws\NetworkFirewall\NetworkFirewallClient" lazy="true">
      <argument>NetworkFirewall</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.networkflowmonitor" class="Aws\NetworkFlowMonitor\NetworkFlowMonitorClient" lazy="true">
      <argument>NetworkFlowMonitor</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.networkmanager" class="Aws\NetworkManager\NetworkManagerClient" lazy="true">
      <argument>NetworkManager</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.networkmonitor" class="Aws\NetworkMonitor\NetworkMonitorClient" lazy="true">
      <argument>NetworkMonitor</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.notifications" class="Aws\Notifications\NotificationsClient" lazy="true">
      <argument>Notifications</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.notificationscontacts" class="Aws\NotificationsContacts\NotificationsContactsClient" lazy="true">
      <argument>NotificationsContacts</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.oam" class="Aws\OAM\OAMClient" lazy="true">
      <argument>OAM</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.observabilityadmin" class="Aws\ObservabilityAdmin\ObservabilityAdminClient" lazy="true">
      <argument>ObservabilityAdmin</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.omics" class="Aws\Omics\OmicsClient" lazy="true">
      <argument>Omics</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.opensearchservice" class="Aws\OpenSearchService\OpenSearchServiceClient" lazy="true">
      <argument>OpenSearchService</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.opensearchserverless" class="Aws\OpenSearchServerless\OpenSearchServerlessClient" lazy="true">
      <argument>OpenSearchServerless</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.opsworks" class="Aws\OpsWorks\OpsWorksClient" lazy="true">
      <argument>OpsWorks</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.opsworkscm" class="Aws\OpsWorksCM\OpsWorksCMClient" lazy="true">
      <argument>OpsWorksCM</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.organizations" class="Aws\Organizations\OrganizationsClient" lazy="true">
      <argument>Organizations</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.osis" class="Aws\OSIS\OSISClient" lazy="true">
      <argument>OSIS</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.outposts" class="Aws\Outposts\OutpostsClient" lazy="true">
      <argument>Outposts</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.panorama" class="Aws\Panorama\PanoramaClient" lazy="true">
      <argument>Panorama</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.partnercentralselling" class="Aws\PartnerCentralSelling\PartnerCentralSellingClient" lazy="true">
      <argument>PartnerCentralSelling</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.paymentcryptographydata" class="Aws\PaymentCryptographyData\PaymentCryptographyDataClient" lazy="true">
      <argument>PaymentCryptographyData</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.paymentcryptography" class="Aws\PaymentCryptography\PaymentCryptographyClient" lazy="true">
      <argument>PaymentCryptography</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.pcaconnectorad" class="Aws\PcaConnectorAd\PcaConnectorAdClient" lazy="true">
      <argument>PcaConnectorAd</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.pcaconnectorscep" class="Aws\PcaConnectorScep\PcaConnectorScepClient" lazy="true">
      <argument>PcaConnectorScep</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.pcs" class="Aws\PCS\PCSClient" lazy="true">
      <argument>PCS</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.personalizeevents" class="Aws\PersonalizeEvents\PersonalizeEventsClient" lazy="true">
      <argument>PersonalizeEvents</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.personalizeruntime" class="Aws\PersonalizeRuntime\PersonalizeRuntimeClient" lazy="true">
      <argument>PersonalizeRuntime</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.personalize" class="Aws\Personalize\PersonalizeClient" lazy="true">
      <argument>Personalize</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.pi" class="Aws\PI\PIClient" lazy="true">
      <argument>PI</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.pinpointemail" class="Aws\PinpointEmail\PinpointEmailClient" lazy="true">
      <argument>PinpointEmail</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.pinpointsmsvoicev2" class="Aws\PinpointSMSVoiceV2\PinpointSMSVoiceV2Client" lazy="true">
      <argument>PinpointSMSVoiceV2</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.pinpoint" class="Aws\Pinpoint\PinpointClient" lazy="true">
      <argument>Pinpoint</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.pipes" class="Aws\Pipes\PipesClient" lazy="true">
      <argument>Pipes</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.polly" class="Aws\Polly\PollyClient" lazy="true">
      <argument>Polly</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.pricing" class="Aws\Pricing\PricingClient" lazy="true">
      <argument>Pricing</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.privatenetworks" class="Aws\PrivateNetworks\PrivateNetworksClient" lazy="true">
      <argument>PrivateNetworks</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.proton" class="Aws\Proton\ProtonClient" lazy="true">
      <argument>Proton</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.qapps" class="Aws\QApps\QAppsClient" lazy="true">
      <argument>QApps</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.qbusiness" class="Aws\QBusiness\QBusinessClient" lazy="true">
      <argument>QBusiness</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.qconnect" class="Aws\QConnect\QConnectClient" lazy="true">
      <argument>QConnect</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.qldbsession" class="Aws\QLDBSession\QLDBSessionClient" lazy="true">
      <argument>QLDBSession</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.qldb" class="Aws\QLDB\QLDBClient" lazy="true">
      <argument>QLDB</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.quicksight" class="Aws\QuickSight\QuickSightClient" lazy="true">
      <argument>QuickSight</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.ram" class="Aws\RAM\RAMClient" lazy="true">
      <argument>RAM</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.recyclebin" class="Aws\RecycleBin\RecycleBinClient" lazy="true">
      <argument>RecycleBin</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.rdsdataservice" class="Aws\RDSDataService\RDSDataServiceClient" lazy="true">
      <argument>RDSDataService</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.rds" class="Aws\Rds\RdsClient" lazy="true">
      <argument>Rds</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.redshiftdataapiservice" class="Aws\RedshiftDataAPIService\RedshiftDataAPIServiceClient" lazy="true">
      <argument>RedshiftDataAPIService</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.redshiftserverless" class="Aws\RedshiftServerless\RedshiftServerlessClient" lazy="true">
      <argument>RedshiftServerless</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.redshift" class="Aws\Redshift\RedshiftClient" lazy="true">
      <argument>Redshift</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.rekognition" class="Aws\Rekognition\RekognitionClient" lazy="true">
      <argument>Rekognition</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.repostspace" class="Aws\Repostspace\RepostspaceClient" lazy="true">
      <argument>Repostspace</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.resiliencehub" class="Aws\ResilienceHub\ResilienceHubClient" lazy="true">
      <argument>ResilienceHub</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.resourceexplorer2" class="Aws\ResourceExplorer2\ResourceExplorer2Client" lazy="true">
      <argument>ResourceExplorer2</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.resourcegroups" class="Aws\ResourceGroups\ResourceGroupsClient" lazy="true">
      <argument>ResourceGroups</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.resourcegroupstaggingapi" class="Aws\ResourceGroupsTaggingAPI\ResourceGroupsTaggingAPIClient" lazy="true">
      <argument>ResourceGroupsTaggingAPI</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.robomaker" class="Aws\RoboMaker\RoboMakerClient" lazy="true">
      <argument>RoboMaker</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.rolesanywhere" class="Aws\RolesAnywhere\RolesAnywhereClient" lazy="true">
      <argument>RolesAnywhere</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.route53recoverycluster" class="Aws\Route53RecoveryCluster\Route53RecoveryClusterClient" lazy="true">
      <argument>Route53RecoveryCluster</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.route53recoverycontrolconfig" class="Aws\Route53RecoveryControlConfig\Route53RecoveryControlConfigClient" lazy="true">
      <argument>Route53RecoveryControlConfig</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.route53recoveryreadiness" class="Aws\Route53RecoveryReadiness\Route53RecoveryReadinessClient" lazy="true">
      <argument>Route53RecoveryReadiness</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.route53" class="Aws\Route53\Route53Client" lazy="true">
      <argument>Route53</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.route53domains" class="Aws\Route53Domains\Route53DomainsClient" lazy="true">
      <argument>Route53Domains</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.route53profiles" class="Aws\Route53Profiles\Route53ProfilesClient" lazy="true">
      <argument>Route53Profiles</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.route53resolver" class="Aws\Route53Resolver\Route53ResolverClient" lazy="true">
      <argument>Route53Resolver</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.cloudwatchrum" class="Aws\CloudWatchRUM\CloudWatchRUMClient" lazy="true">
      <argument>CloudWatchRUM</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.lexruntimev2" class="Aws\LexRuntimeV2\LexRuntimeV2Client" lazy="true">
      <argument>LexRuntimeV2</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.lexruntimeservice" class="Aws\LexRuntimeService\LexRuntimeServiceClient" lazy="true">
      <argument>LexRuntimeService</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.sagemakerruntime" class="Aws\SageMakerRuntime\SageMakerRuntimeClient" lazy="true">
      <argument>SageMakerRuntime</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.s3" class="Aws\S3\S3Client" lazy="true">
      <argument>S3</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.s3control" class="Aws\S3Control\S3ControlClient" lazy="true">
      <argument>S3Control</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.s3outposts" class="Aws\S3Outposts\S3OutpostsClient" lazy="true">
      <argument>S3Outposts</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.s3tables" class="Aws\S3Tables\S3TablesClient" lazy="true">
      <argument>S3Tables</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.augmentedairuntime" class="Aws\AugmentedAIRuntime\AugmentedAIRuntimeClient" lazy="true">
      <argument>AugmentedAIRuntime</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.sagemakeredgemanager" class="Aws\SagemakerEdgeManager\SagemakerEdgeManagerClient" lazy="true">
      <argument>SagemakerEdgeManager</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.sagemakerfeaturestoreruntime" class="Aws\SageMakerFeatureStoreRuntime\SageMakerFeatureStoreRuntimeClient" lazy="true">
      <argument>SageMakerFeatureStoreRuntime</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.sagemakergeospatial" class="Aws\SageMakerGeospatial\SageMakerGeospatialClient" lazy="true">
      <argument>SageMakerGeospatial</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.sagemakermetrics" class="Aws\SageMakerMetrics\SageMakerMetricsClient" lazy="true">
      <argument>SageMakerMetrics</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.sagemaker" class="Aws\SageMaker\SageMakerClient" lazy="true">
      <argument>SageMaker</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.savingsplans" class="Aws\SavingsPlans\SavingsPlansClient" lazy="true">
      <argument>SavingsPlans</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.scheduler" class="Aws\Scheduler\SchedulerClient" lazy="true">
      <argument>Scheduler</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.schemas" class="Aws\Schemas\SchemasClient" lazy="true">
      <argument>Schemas</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.secretsmanager" class="Aws\SecretsManager\SecretsManagerClient" lazy="true">
      <argument>SecretsManager</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.securityir" class="Aws\SecurityIR\SecurityIRClient" lazy="true">
      <argument>SecurityIR</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.securityhub" class="Aws\SecurityHub\SecurityHubClient" lazy="true">
      <argument>SecurityHub</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.securitylake" class="Aws\SecurityLake\SecurityLakeClient" lazy="true">
      <argument>SecurityLake</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.serverlessapplicationrepository" class="Aws\ServerlessApplicationRepository\ServerlessApplicationRepositoryClient" lazy="true">
      <argument>ServerlessApplicationRepository</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.servicequotas" class="Aws\ServiceQuotas\ServiceQuotasClient" lazy="true">
      <argument>ServiceQuotas</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.appregistry" class="Aws\AppRegistry\AppRegistryClient" lazy="true">
      <argument>AppRegistry</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.servicecatalog" class="Aws\ServiceCatalog\ServiceCatalogClient" lazy="true">
      <argument>ServiceCatalog</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.servicediscovery" class="Aws\ServiceDiscovery\ServiceDiscoveryClient" lazy="true">
      <argument>ServiceDiscovery</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.sesv2" class="Aws\SesV2\SesV2Client" lazy="true">
      <argument>SesV2</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.shield" class="Aws\Shield\ShieldClient" lazy="true">
      <argument>Shield</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.signer" class="Aws\signer\signerClient" lazy="true">
      <argument>signer</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.simspaceweaver" class="Aws\SimSpaceWeaver\SimSpaceWeaverClient" lazy="true">
      <argument>SimSpaceWeaver</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.pinpointsmsvoice" class="Aws\PinpointSMSVoice\PinpointSMSVoiceClient" lazy="true">
      <argument>PinpointSMSVoice</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.sms" class="Aws\Sms\SmsClient" lazy="true">
      <argument>Sms</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.snowdevicemanagement" class="Aws\SnowDeviceManagement\SnowDeviceManagementClient" lazy="true">
      <argument>SnowDeviceManagement</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.snowball" class="Aws\SnowBall\SnowBallClient" lazy="true">
      <argument>SnowBall</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.sns" class="Aws\Sns\SnsClient" lazy="true">
      <argument>Sns</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.socialmessaging" class="Aws\SocialMessaging\SocialMessagingClient" lazy="true">
      <argument>SocialMessaging</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.sqs" class="Aws\Sqs\SqsClient" lazy="true">
      <argument>Sqs</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.ssmcontacts" class="Aws\SSMContacts\SSMContactsClient" lazy="true">
      <argument>SSMContacts</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.ssmincidents" class="Aws\SSMIncidents\SSMIncidentsClient" lazy="true">
      <argument>SSMIncidents</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.ssmquicksetup" class="Aws\SSMQuickSetup\SSMQuickSetupClient" lazy="true">
      <argument>SSMQuickSetup</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.ssmsap" class="Aws\SsmSap\SsmSapClient" lazy="true">
      <argument>SsmSap</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.ssm" class="Aws\Ssm\SsmClient" lazy="true">
      <argument>Ssm</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.ssoadmin" class="Aws\SSOAdmin\SSOAdminClient" lazy="true">
      <argument>SSOAdmin</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.ssooidc" class="Aws\SSOOIDC\SSOOIDCClient" lazy="true">
      <argument>SSOOIDC</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.sso" class="Aws\SSO\SSOClient" lazy="true">
      <argument>SSO</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.sfn" class="Aws\Sfn\SfnClient" lazy="true">
      <argument>Sfn</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.storagegateway" class="Aws\StorageGateway\StorageGatewayClient" lazy="true">
      <argument>StorageGateway</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.dynamodbstreams" class="Aws\DynamoDbStreams\DynamoDbStreamsClient" lazy="true">
      <argument>DynamoDbStreams</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.sts" class="Aws\Sts\StsClient" lazy="true">
      <argument>Sts</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.supplychain" class="Aws\SupplyChain\SupplyChainClient" lazy="true">
      <argument>SupplyChain</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.supportapp" class="Aws\SupportApp\SupportAppClient" lazy="true">
      <argument>SupportApp</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.support" class="Aws\Support\SupportClient" lazy="true">
      <argument>Support</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.swf" class="Aws\Swf\SwfClient" lazy="true">
      <argument>Swf</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.synthetics" class="Aws\Synthetics\SyntheticsClient" lazy="true">
      <argument>Synthetics</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.taxsettings" class="Aws\TaxSettings\TaxSettingsClient" lazy="true">
      <argument>TaxSettings</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.textract" class="Aws\Textract\TextractClient" lazy="true">
      <argument>Textract</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.timestreaminfluxdb" class="Aws\TimestreamInfluxDB\TimestreamInfluxDBClient" lazy="true">
      <argument>TimestreamInfluxDB</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.timestreamquery" class="Aws\TimestreamQuery\TimestreamQueryClient" lazy="true">
      <argument>TimestreamQuery</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.timestreamwrite" class="Aws\TimestreamWrite\TimestreamWriteClient" lazy="true">
      <argument>TimestreamWrite</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.tnb" class="Aws\Tnb\TnbClient" lazy="true">
      <argument>Tnb</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.transcribeservice" class="Aws\TranscribeService\TranscribeServiceClient" lazy="true">
      <argument>TranscribeService</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.transfer" class="Aws\Transfer\TransferClient" lazy="true">
      <argument>Transfer</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.translate" class="Aws\Translate\TranslateClient" lazy="true">
      <argument>Translate</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.trustedadvisor" class="Aws\TrustedAdvisor\TrustedAdvisorClient" lazy="true">
      <argument>TrustedAdvisor</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.verifiedpermissions" class="Aws\VerifiedPermissions\VerifiedPermissionsClient" lazy="true">
      <argument>VerifiedPermissions</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.voiceid" class="Aws\VoiceID\VoiceIDClient" lazy="true">
      <argument>VoiceID</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.vpclattice" class="Aws\VPCLattice\VPCLatticeClient" lazy="true">
      <argument>VPCLattice</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.wafregional" class="Aws\WafRegional\WafRegionalClient" lazy="true">
      <argument>WafRegional</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.waf" class="Aws\Waf\WafClient" lazy="true">
      <argument>Waf</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.wafv2" class="Aws\WAFV2\WAFV2Client" lazy="true">
      <argument>WAFV2</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.wellarchitected" class="Aws\WellArchitected\WellArchitectedClient" lazy="true">
      <argument>WellArchitected</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.connectwisdomservice" class="Aws\ConnectWisdomService\ConnectWisdomServiceClient" lazy="true">
      <argument>ConnectWisdomService</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.workdocs" class="Aws\WorkDocs\WorkDocsClient" lazy="true">
      <argument>WorkDocs</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.workmail" class="Aws\WorkMail\WorkMailClient" lazy="true">
      <argument>WorkMail</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.workmailmessageflow" class="Aws\WorkMailMessageFlow\WorkMailMessageFlowClient" lazy="true">
      <argument>WorkMailMessageFlow</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.workspacesthinclient" class="Aws\WorkSpacesThinClient\WorkSpacesThinClientClient" lazy="true">
      <argument>WorkSpacesThinClient</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.workspacesweb" class="Aws\WorkSpacesWeb\WorkSpacesWebClient" lazy="true">
      <argument>WorkSpacesWeb</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.workspaces" class="Aws\WorkSpaces\WorkSpacesClient" lazy="true">
      <argument>WorkSpaces</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id="aws.xray" class="Aws\XRay\XRayClient" lazy="true">
      <argument>XRay</argument>
      <factory service="aws_sdk" method="createClient"/>
    </service>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ApplePayController" class="App\Controller\ApplePayController" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ApplePayController" class="App\Controller\ApplePayController" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Controller\ApplePayController" class="App\Controller\ApplePayController" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\GooglePayController" class="App\Controller\GooglePayController" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\GooglePayController" class="App\Controller\GooglePayController" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Controller\GooglePayController" class="App\Controller\GooglePayController" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MdesController" class="App\Controller\MdesController" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MdesController" class="App\Controller\MdesController" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Controller\MdesController" class="App\Controller\MdesController" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\DependencyInjection\EnvVarProcessorInterface.0.App\EnvProcessor\SecretManagerProcessor" class="App\EnvProcessor\SecretManagerProcessor" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\EnvProcessor\SecretManagerProcessor" class="App\EnvProcessor\SecretManagerProcessor" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Paynetics\EventSubscriber\ApiKernelExceptionSubscriber" class="Paynetics\EventSubscriber\ApiKernelExceptionSubscriber" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.Paynetics\EventSubscriber\ApiKernelExceptionSubscriber" class="Paynetics\EventSubscriber\ApiKernelExceptionSubscriber" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Paynetics\EventSubscriber\EntityCacheLoadSubscriber" class="Paynetics\EventSubscriber\EntityCacheLoadSubscriber" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.Paynetics\EventSubscriber\EntityCacheLoadSubscriber" class="Paynetics\EventSubscriber\EntityCacheLoadSubscriber" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Paynetics\EventSubscriber\WebKernelExceptionSubscriber" class="Paynetics\EventSubscriber\WebKernelExceptionSubscriber" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.Paynetics\EventSubscriber\WebKernelExceptionSubscriber" class="Paynetics\EventSubscriber\WebKernelExceptionSubscriber" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.Paynetics\Normalizer\EntityNormalizer" class="Paynetics\Normalizer\EntityNormalizer" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\Serializer\Normalizer\DenormalizerInterface.0.Paynetics\Normalizer\EntityNormalizer" class="Paynetics\Normalizer\EntityNormalizer" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.Paynetics\Normalizer\EntityNormalizer" class="Paynetics\Normalizer\EntityNormalizer" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.Paynetics\Normalizer\ErrorNormalizer" class="Paynetics\Normalizer\ErrorNormalizer" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\Serializer\Normalizer\DenormalizerInterface.0.Paynetics\Normalizer\ErrorNormalizer" class="Paynetics\Normalizer\ErrorNormalizer" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.Paynetics\Normalizer\ErrorNormalizer" class="Paynetics\Normalizer\ErrorNormalizer" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Paynetics\Repository\BaseRepository" class="Paynetics\Repository\BaseRepository" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.Paynetics\Repository\BaseRepository" class="Paynetics\Repository\BaseRepository" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.Paynetics\Validator\EitherOrValidator" class="Paynetics\Validator\EitherOrValidator" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.Paynetics\Validator\EitherOrValidator" class="Paynetics\Validator\EitherOrValidator" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".service_locator.TYqHjNZ" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="base64" type="service_closure" id="container.env_var_processor"/>
        <argument key="bool" type="service_closure" id="container.env_var_processor"/>
        <argument key="const" type="service_closure" id="container.env_var_processor"/>
        <argument key="csv" type="service_closure" id="container.env_var_processor"/>
        <argument key="default" type="service_closure" id="container.env_var_processor"/>
        <argument key="file" type="service_closure" id="container.env_var_processor"/>
        <argument key="float" type="service_closure" id="container.env_var_processor"/>
        <argument key="int" type="service_closure" id="container.env_var_processor"/>
        <argument key="json" type="service_closure" id="container.env_var_processor"/>
        <argument key="key" type="service_closure" id="container.env_var_processor"/>
        <argument key="not" type="service_closure" id="container.env_var_processor"/>
        <argument key="query_string" type="service_closure" id="container.env_var_processor"/>
        <argument key="require" type="service_closure" id="container.env_var_processor"/>
        <argument key="resolve" type="service_closure" id="container.env_var_processor"/>
        <argument key="secret_manager" type="service_closure" id="App\EnvProcessor\SecretManagerProcessor"/>
        <argument key="string" type="service_closure" id="container.env_var_processor"/>
        <argument key="trim" type="service_closure" id="container.env_var_processor"/>
        <argument key="url" type="service_closure" id="container.env_var_processor"/>
      </argument>
    </service>
    <service id=".service_locator.KfbR3DY" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="loader" type="service_closure" id=".errored..service_locator.KfbR3DY.Symfony\Component\Config\Loader\LoaderInterface"/>
      </argument>
    </service>
    <service id=".service_locator.9wplPMA" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="serializer" type="service_closure" id="serializer"/>
      </argument>
    </service>
    <service id=".service_locator.vqLiAox" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="normalizer" type="service_closure" id="serializer"/>
      </argument>
    </service>
    <service id=".service_locator.L08cOYW" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="denormalizer" type="service_closure" id="serializer"/>
      </argument>
    </service>
    <service id=".service_locator.zARbZ0I" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="container" type="service_closure" id="service_container"/>
      </argument>
    </service>
    <service id=".service_locator.QMm6pUf" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection"/>
    </service>
    <service id=".service_locator.O7Avvig" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="validator" type="service_closure" id="validator"/>
      </argument>
    </service>
    <service id=".service_locator.jgYgi5i" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="App\Kernel::loadRoutes" type="service_closure" id=".service_locator.KfbR3DY"/>
        <argument key="App\Kernel::registerContainerConfiguration" type="service_closure" id=".service_locator.KfbR3DY"/>
        <argument key="kernel::loadRoutes" type="service_closure" id=".service_locator.KfbR3DY"/>
        <argument key="kernel::registerContainerConfiguration" type="service_closure" id=".service_locator.KfbR3DY"/>
        <argument key="kernel:loadRoutes" type="service_closure" id=".service_locator.KfbR3DY"/>
        <argument key="kernel:registerContainerConfiguration" type="service_closure" id=".service_locator.KfbR3DY"/>
      </argument>
    </service>
    <service id=".service_locator.uVc4jmt" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="Paynetics\Validator\EitherOrValidator" type="service_closure" id="Paynetics\Validator\EitherOrValidator"/>
        <argument key="Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntityValidator" type="service_closure" id="doctrine.orm.validator.unique"/>
        <argument key="Symfony\Component\Validator\Constraints\EmailValidator" type="service_closure" id="validator.email"/>
        <argument key="Symfony\Component\Validator\Constraints\ExpressionValidator" type="service_closure" id="validator.expression"/>
        <argument key="Symfony\Component\Validator\Constraints\NotCompromisedPasswordValidator" type="service_closure" id="validator.not_compromised_password"/>
        <argument key="doctrine.orm.validator.unique" type="service_closure" id="doctrine.orm.validator.unique"/>
        <argument key="validator.expression" type="service_closure" id="validator.expression"/>
      </argument>
    </service>
    <service id=".service_locator.lLv4pWF" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="inline" type="service_closure" id="fragment.renderer.inline"/>
      </argument>
    </service>
    <service id="debug.argument_resolver.request_attribute" class="Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver">
      <tag name="controller.argument_value_resolver" priority="100"/>
      <tag name="container.decorator" id="argument_resolver.request_attribute"/>
      <argument type="service" id="debug.argument_resolver.request_attribute.inner"/>
      <argument type="service" id="debug.stopwatch"/>
    </service>
    <service id="debug.argument_resolver.request" class="Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver">
      <tag name="controller.argument_value_resolver" priority="50"/>
      <tag name="container.decorator" id="argument_resolver.request"/>
      <argument type="service" id="debug.argument_resolver.request.inner"/>
      <argument type="service" id="debug.stopwatch"/>
    </service>
    <service id="debug.argument_resolver.session" class="Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver">
      <tag name="controller.argument_value_resolver" priority="50"/>
      <tag name="container.decorator" id="argument_resolver.session"/>
      <argument type="service" id="debug.argument_resolver.session.inner"/>
      <argument type="service" id="debug.stopwatch"/>
    </service>
    <service id="debug.argument_resolver.service" class="Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver">
      <tag name="controller.argument_value_resolver" priority="-50"/>
      <tag name="container.decorator" id="argument_resolver.service"/>
      <argument type="service" id="debug.argument_resolver.service.inner"/>
      <argument type="service" id="debug.stopwatch"/>
    </service>
    <service id="debug.argument_resolver.default" class="Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver">
      <tag name="controller.argument_value_resolver" priority="-100"/>
      <tag name="container.decorator" id="argument_resolver.default"/>
      <argument type="service" id="debug.argument_resolver.default.inner"/>
      <argument type="service" id="debug.stopwatch"/>
    </service>
    <service id="debug.argument_resolver.variadic" class="Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver">
      <tag name="controller.argument_value_resolver" priority="-150"/>
      <tag name="container.decorator" id="argument_resolver.variadic"/>
      <argument type="service" id="debug.argument_resolver.variadic.inner"/>
      <argument type="service" id="debug.stopwatch"/>
    </service>
    <service id="debug.argument_resolver.not_tagged_controller" class="Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver">
      <tag name="controller.argument_value_resolver" priority="-200"/>
      <tag name="container.decorator" id="argument_resolver.not_tagged_controller"/>
      <argument type="service" id="debug.argument_resolver.not_tagged_controller.inner"/>
      <argument type="service" id="debug.stopwatch"/>
    </service>
    <service id="monolog.logger.request" class="Symfony\Bridge\Monolog\Logger">
      <argument>request</argument>
      <call method="pushProcessor">
        <argument type="service" id="Chrisguitarguy\RequestId\Monolog\RequestIdProcessor"/>
      </call>
      <call method="pushHandler">
        <argument type="service" id="monolog.handler.console"/>
      </call>
      <call method="pushHandler">
        <argument type="service" id="monolog.handler.main"/>
      </call>
    </service>
    <service id="monolog.logger.console" class="Symfony\Bridge\Monolog\Logger">
      <argument>console</argument>
      <call method="pushProcessor">
        <argument type="service" id="Chrisguitarguy\RequestId\Monolog\RequestIdProcessor"/>
      </call>
      <call method="pushHandler">
        <argument type="service" id="monolog.handler.main"/>
      </call>
    </service>
    <service id="monolog.logger.cache" class="Symfony\Bridge\Monolog\Logger">
      <argument>cache</argument>
      <call method="pushProcessor">
        <argument type="service" id="Chrisguitarguy\RequestId\Monolog\RequestIdProcessor"/>
      </call>
      <call method="pushHandler">
        <argument type="service" id="monolog.handler.console"/>
      </call>
      <call method="pushHandler">
        <argument type="service" id="monolog.handler.main"/>
      </call>
    </service>
    <service id="monolog.logger.translation" class="Symfony\Bridge\Monolog\Logger">
      <argument>translation</argument>
      <call method="pushProcessor">
        <argument type="service" id="Chrisguitarguy\RequestId\Monolog\RequestIdProcessor"/>
      </call>
      <call method="pushHandler">
        <argument type="service" id="monolog.handler.console"/>
      </call>
      <call method="pushHandler">
        <argument type="service" id="monolog.handler.main"/>
      </call>
    </service>
    <service id="monolog.logger.php" class="Symfony\Bridge\Monolog\Logger">
      <argument>php</argument>
      <call method="pushProcessor">
        <argument type="service" id="Chrisguitarguy\RequestId\Monolog\RequestIdProcessor"/>
      </call>
      <call method="pushHandler">
        <argument type="service" id="monolog.handler.console"/>
      </call>
      <call method="pushHandler">
        <argument type="service" id="monolog.handler.main"/>
      </call>
    </service>
    <service id="monolog.logger.event" class="Symfony\Bridge\Monolog\Logger">
      <argument>event</argument>
      <call method="pushProcessor">
        <argument type="service" id="Chrisguitarguy\RequestId\Monolog\RequestIdProcessor"/>
      </call>
      <call method="pushHandler">
        <argument type="service" id="monolog.handler.null_internal"/>
      </call>
    </service>
    <service id="monolog.logger.router" class="Symfony\Bridge\Monolog\Logger">
      <argument>router</argument>
      <call method="pushProcessor">
        <argument type="service" id="Chrisguitarguy\RequestId\Monolog\RequestIdProcessor"/>
      </call>
      <call method="pushHandler">
        <argument type="service" id="monolog.handler.console"/>
      </call>
      <call method="pushHandler">
        <argument type="service" id="monolog.handler.main"/>
      </call>
    </service>
    <service id="monolog.logger.doctrine" class="Symfony\Bridge\Monolog\Logger">
      <argument>doctrine</argument>
      <call method="pushProcessor">
        <argument type="service" id="Chrisguitarguy\RequestId\Monolog\RequestIdProcessor"/>
      </call>
      <call method="pushHandler">
        <argument type="service" id="monolog.handler.main"/>
      </call>
    </service>
    <service id="monolog.logger.audit" class="Symfony\Bridge\Monolog\Logger" public="true">
      <argument>audit</argument>
      <call method="pushProcessor">
        <argument type="service" id="Chrisguitarguy\RequestId\Monolog\RequestIdProcessor"/>
      </call>
      <call method="pushHandler">
        <argument type="service" id="monolog.handler.console"/>
      </call>
      <call method="pushHandler">
        <argument type="service" id="monolog.handler.main"/>
      </call>
    </service>
    <service id="monolog.logger.critical" class="Symfony\Bridge\Monolog\Logger" public="true">
      <argument>critical</argument>
      <call method="pushProcessor">
        <argument type="service" id="Chrisguitarguy\RequestId\Monolog\RequestIdProcessor"/>
      </call>
      <call method="pushHandler">
        <argument type="service" id="monolog.handler.console"/>
      </call>
      <call method="pushHandler">
        <argument type="service" id="monolog.handler.main"/>
      </call>
    </service>
    <service id="monolog.logger.deprecation" class="Symfony\Bridge\Monolog\Logger" public="true">
      <argument>deprecation</argument>
      <call method="pushProcessor">
        <argument type="service" id="Chrisguitarguy\RequestId\Monolog\RequestIdProcessor"/>
      </call>
      <call method="pushHandler">
        <argument type="service" id="monolog.handler.console"/>
      </call>
      <call method="pushHandler">
        <argument type="service" id="monolog.handler.main"/>
      </call>
    </service>
    <service id="monolog.handler.null_internal" class="Monolog\Handler\NullHandler"/>
    <service id=".service_locator.DmyfUnu" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="Paynetics\EventSubscriber\DoctrineEventSubscriber" type="service_closure" id="Paynetics\EventSubscriber\DoctrineEventSubscriber"/>
        <argument key="doctrine.orm.default_listeners.attach_entity_listeners" type="service_closure" id="doctrine.orm.default_listeners.attach_entity_listeners"/>
        <argument key="doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber" type="service_closure" id="doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber"/>
        <argument key="doctrine.orm.listeners.doctrine_token_provider_schema_subscriber" type="service_closure" id="doctrine.orm.listeners.doctrine_token_provider_schema_subscriber"/>
        <argument key="doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber" type="service_closure" id="doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber"/>
      </argument>
    </service>
    <service id=".service_locator.cZ_.0R7" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="Paynetics\Repository\BaseRepository" type="service_closure" id="Paynetics\Repository\BaseRepository"/>
      </argument>
    </service>
    <service id=".service_locator.KLVvNIq" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="doctrine.ulid_generator" type="service_closure" id="doctrine.ulid_generator"/>
        <argument key="doctrine.uuid_generator" type="service_closure" id="doctrine.uuid_generator"/>
      </argument>
    </service>
    <service id=".doctrine.orm.default_metadata_driver" class="Doctrine\Bundle\DoctrineBundle\Mapping\MappingDriver">
      <tag name="container.decorator" id="doctrine.orm.default_metadata_driver"/>
      <argument type="service" id=".doctrine.orm.default_metadata_driver.inner"/>
      <argument type="service" id=".service_locator.KLVvNIq"/>
    </service>
    <service id="doctrine.dbal.default_schema_asset_filter_manager" class="Doctrine\Bundle\DoctrineBundle\Dbal\SchemaAssetsFilterManager">
      <argument type="collection">
        <argument type="service" id="doctrine_migrations.schema_filter_listener"/>
      </argument>
    </service>
    <service id="doctrine.dbal.logging_middleware.default" class="Doctrine\DBAL\Logging\Middleware">
      <tag name="monolog.logger" channel="doctrine"/>
      <argument type="service" id="monolog.logger.doctrine"/>
    </service>
    <service id="doctrine.dbal.debug_middleware.default" class="Doctrine\Bundle\DoctrineBundle\Middleware\DebugMiddleware">
      <argument type="service" id="doctrine.debug_data_holder"/>
      <argument type="service" id="debug.stopwatch" on-invalid="null"/>
      <call method="setConnectionName">
        <argument>default</argument>
      </call>
    </service>
    <service id=".service_locator.yY.p4P7" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="translation.loader.csv" type="service_closure" id="translation.loader.csv"/>
        <argument key="translation.loader.dat" type="service_closure" id="translation.loader.dat"/>
        <argument key="translation.loader.ini" type="service_closure" id="translation.loader.ini"/>
        <argument key="translation.loader.json" type="service_closure" id="translation.loader.json"/>
        <argument key="translation.loader.mo" type="service_closure" id="translation.loader.mo"/>
        <argument key="translation.loader.php" type="service_closure" id="translation.loader.php"/>
        <argument key="translation.loader.po" type="service_closure" id="translation.loader.po"/>
        <argument key="translation.loader.qt" type="service_closure" id="translation.loader.qt"/>
        <argument key="translation.loader.res" type="service_closure" id="translation.loader.res"/>
        <argument key="translation.loader.xliff" type="service_closure" id="translation.loader.xliff"/>
        <argument key="translation.loader.yml" type="service_closure" id="translation.loader.yml"/>
      </argument>
    </service>
    <service id=".service_locator.GNc8e5B" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="doctrine" type="service_closure" id="doctrine" on-invalid="ignore"/>
        <argument key="http_kernel" type="service_closure" id="http_kernel" on-invalid="ignore"/>
        <argument key="parameter_bag" type="service_closure" id="parameter_bag" on-invalid="ignore"/>
        <argument key="request_stack" type="service_closure" id="request_stack" on-invalid="ignore"/>
        <argument key="router" type="service_closure" id="router.default" on-invalid="ignore"/>
        <argument key="serializer" type="service_closure" id="serializer" on-invalid="ignore"/>
        <argument key="session" type="service_closure" id=".session.deprecated" on-invalid="ignore"/>
      </argument>
    </service>
    <service id=".service_locator.GNc8e5B.App\Controller\ApplePayController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\ApplePayController"/>
      <argument>App\Controller\ApplePayController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.GNc8e5B" method="withContext"/>
    </service>
    <service id=".service_locator.GNc8e5B.App\Controller\GooglePayController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\GooglePayController"/>
      <argument>App\Controller\GooglePayController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.GNc8e5B" method="withContext"/>
    </service>
    <service id=".service_locator.GNc8e5B.App\Controller\MdesController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\MdesController"/>
      <argument>App\Controller\MdesController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.GNc8e5B" method="withContext"/>
    </service>
    <service id=".service_locator.J4b.DPX" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="translator" type="service_closure" id="translator.default"/>
      </argument>
    </service>
    <service id=".service_locator.J4b.DPX.translation.warmer" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="translation.warmer"/>
      <argument>translation.warmer</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.J4b.DPX" method="withContext"/>
    </service>
    <service id=".service_locator.pKWmPfh" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="routing.loader" type="service_closure" id="routing.loader"/>
      </argument>
    </service>
    <service id=".service_locator.pKWmPfh.router.default" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="router.default"/>
      <argument>router.default</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.pKWmPfh" method="withContext"/>
    </service>
    <service id=".service_locator.HLwzKIm" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="router" type="service_closure" id="router.default"/>
      </argument>
    </service>
    <service id=".service_locator.HLwzKIm.router.cache_warmer" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="router.cache_warmer"/>
      <argument>router.cache_warmer</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.HLwzKIm" method="withContext"/>
    </service>
    <service id=".service_locator.XXv1IfR" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="reverse_container" type="service_closure" id="reverse_container" on-invalid="ignore_uninitialized"/>
      </argument>
    </service>
    <service id=".service_locator.Xobvezw" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="event_dispatcher" type="service_closure" id="debug.event_dispatcher"/>
      </argument>
    </service>
    <service id=".service_locator.kODoftA" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="kernel" type="service_closure" id="kernel"/>
      </argument>
    </service>
    <service id=".service_locator.XmPJruK" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="initialized_session" type="service_closure" id=".session.do-not-use" on-invalid="ignore_uninitialized"/>
        <argument key="logger" type="service_closure" id="monolog.logger" on-invalid="ignore"/>
        <argument key="request_stack" type="service_closure" id="request_stack" on-invalid="ignore"/>
        <argument key="session" type="service_closure" id=".session.do-not-use" on-invalid="ignore"/>
        <argument key="session_factory" type="service_closure" id="session.factory" on-invalid="ignore"/>
      </argument>
    </service>
    <service id="debug.event_dispatcher.inner" class="Symfony\Component\EventDispatcher\EventDispatcher"/>
    <service id="debug.controller_resolver.inner" class="Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver">
      <argument type="service" id="service_container"/>
      <argument type="service" id="monolog.logger.request" on-invalid="ignore"/>
    </service>
    <service id="debug.argument_resolver.inner" class="Symfony\Component\HttpKernel\Controller\ArgumentResolver">
      <argument type="service" id="argument_metadata_factory"/>
      <argument type="iterator">
        <argument type="service" id="debug.argument_resolver.request_attribute"/>
        <argument type="service" id="debug.argument_resolver.request"/>
        <argument type="service" id="debug.argument_resolver.session"/>
        <argument type="service" id="debug.argument_resolver.service"/>
        <argument type="service" id="debug.argument_resolver.default"/>
        <argument type="service" id="debug.argument_resolver.variadic"/>
        <argument type="service" id="debug.argument_resolver.not_tagged_controller"/>
      </argument>
    </service>
    <service id="doctrine.migrations.container_aware_migrations_factory.inner" class="Doctrine\Migrations\Version\MigrationFactory">
      <factory service="doctrine.migrations.dependency_factory" method="getMigrationFactory"/>
    </service>
    <service id="debug.argument_resolver.request_attribute.inner" class="Symfony\Component\HttpKernel\Controller\ArgumentResolver\RequestAttributeValueResolver"/>
    <service id="debug.argument_resolver.request.inner" class="Symfony\Component\HttpKernel\Controller\ArgumentResolver\RequestValueResolver"/>
    <service id="debug.argument_resolver.session.inner" class="Symfony\Component\HttpKernel\Controller\ArgumentResolver\SessionValueResolver"/>
    <service id="debug.argument_resolver.service.inner" class="Symfony\Component\HttpKernel\Controller\ArgumentResolver\ServiceValueResolver">
      <argument type="service" id=".service_locator.jgYgi5i"/>
    </service>
    <service id="debug.argument_resolver.default.inner" class="Symfony\Component\HttpKernel\Controller\ArgumentResolver\DefaultValueResolver"/>
    <service id="debug.argument_resolver.variadic.inner" class="Symfony\Component\HttpKernel\Controller\ArgumentResolver\VariadicValueResolver"/>
    <service id="debug.argument_resolver.not_tagged_controller.inner" class="Symfony\Component\HttpKernel\Controller\ArgumentResolver\NotTaggedControllerValueResolver">
      <argument type="service" id=".service_locator.jgYgi5i"/>
    </service>
    <service id=".doctrine.orm.default_metadata_driver.inner" class="Doctrine\Persistence\Mapping\Driver\MappingDriverChain">
      <call method="addDriver">
        <argument type="service" id="doctrine.orm.default_attribute_metadata_driver"/>
        <argument>App\Entity</argument>
      </call>
      <call method="addDriver">
        <argument type="service" id="doctrine.orm.default_annotation_metadata_driver"/>
        <argument>Paynetics\Entity</argument>
      </call>
    </service>
    <service id=".errored..service_locator.KfbR3DY.Symfony\Component\Config\Loader\LoaderInterface" class="Symfony\Component\Config\Loader\LoaderInterface"/>
    <service id=".console.command.about.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>about</argument>
      <argument type="collection"/>
      <argument>Display information about the current project</argument>
      <argument>false</argument>
      <argument type="service_closure" id="console.command.about"/>
    </service>
    <service id=".console.command.assets_install.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>assets:install</argument>
      <argument type="collection"/>
      <argument>Install bundle's web assets under a public directory</argument>
      <argument>false</argument>
      <argument type="service_closure" id="console.command.assets_install"/>
    </service>
    <service id=".console.command.cache_clear.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>cache:clear</argument>
      <argument type="collection"/>
      <argument>Clear the cache</argument>
      <argument>false</argument>
      <argument type="service_closure" id="console.command.cache_clear"/>
    </service>
    <service id=".console.command.cache_pool_clear.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>cache:pool:clear</argument>
      <argument type="collection"/>
      <argument>Clear cache pools</argument>
      <argument>false</argument>
      <argument type="service_closure" id="console.command.cache_pool_clear"/>
    </service>
    <service id=".console.command.cache_pool_prune.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>cache:pool:prune</argument>
      <argument type="collection"/>
      <argument>Prune cache pools</argument>
      <argument>false</argument>
      <argument type="service_closure" id="console.command.cache_pool_prune"/>
    </service>
    <service id=".console.command.cache_pool_delete.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>cache:pool:delete</argument>
      <argument type="collection"/>
      <argument>Delete an item from a cache pool</argument>
      <argument>false</argument>
      <argument type="service_closure" id="console.command.cache_pool_delete"/>
    </service>
    <service id=".console.command.cache_pool_list.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>cache:pool:list</argument>
      <argument type="collection"/>
      <argument>List available cache pools</argument>
      <argument>false</argument>
      <argument type="service_closure" id="console.command.cache_pool_list"/>
    </service>
    <service id=".console.command.cache_warmup.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>cache:warmup</argument>
      <argument type="collection"/>
      <argument>Warm up an empty cache</argument>
      <argument>false</argument>
      <argument type="service_closure" id="console.command.cache_warmup"/>
    </service>
    <service id=".console.command.config_debug.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>debug:config</argument>
      <argument type="collection"/>
      <argument>Dump the current configuration for an extension</argument>
      <argument>false</argument>
      <argument type="service_closure" id="console.command.config_debug"/>
    </service>
    <service id=".console.command.config_dump_reference.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>config:dump-reference</argument>
      <argument type="collection"/>
      <argument>Dump the default configuration for an extension</argument>
      <argument>false</argument>
      <argument type="service_closure" id="console.command.config_dump_reference"/>
    </service>
    <service id=".console.command.container_debug.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>debug:container</argument>
      <argument type="collection"/>
      <argument>Display current services for an application</argument>
      <argument>false</argument>
      <argument type="service_closure" id="console.command.container_debug"/>
    </service>
    <service id=".console.command.container_lint.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>lint:container</argument>
      <argument type="collection"/>
      <argument>Ensure that arguments injected into services match type declarations</argument>
      <argument>false</argument>
      <argument type="service_closure" id="console.command.container_lint"/>
    </service>
    <service id=".console.command.debug_autowiring.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>debug:autowiring</argument>
      <argument type="collection"/>
      <argument>List classes/interfaces you can use for autowiring</argument>
      <argument>false</argument>
      <argument type="service_closure" id="console.command.debug_autowiring"/>
    </service>
    <service id=".console.command.dotenv_debug.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>debug:dotenv</argument>
      <argument type="collection"/>
      <argument>Lists all dotenv files with variables and values</argument>
      <argument>false</argument>
      <argument type="service_closure" id="console.command.dotenv_debug"/>
    </service>
    <service id=".console.command.event_dispatcher_debug.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>debug:event-dispatcher</argument>
      <argument type="collection"/>
      <argument>Display configured listeners for an application</argument>
      <argument>false</argument>
      <argument type="service_closure" id="console.command.event_dispatcher_debug"/>
    </service>
    <service id=".console.command.router_debug.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>debug:router</argument>
      <argument type="collection"/>
      <argument>Display current routes for an application</argument>
      <argument>false</argument>
      <argument type="service_closure" id="console.command.router_debug"/>
    </service>
    <service id=".console.command.router_match.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>router:match</argument>
      <argument type="collection"/>
      <argument>Help debug routes by simulating a path info match</argument>
      <argument>false</argument>
      <argument type="service_closure" id="console.command.router_match"/>
    </service>
    <service id=".console.command.translation_debug.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>debug:translation</argument>
      <argument type="collection"/>
      <argument>Display translation messages information</argument>
      <argument>false</argument>
      <argument type="service_closure" id="console.command.translation_debug"/>
    </service>
    <service id=".console.command.translation_extract.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>translation:extract</argument>
      <argument type="collection">
        <argument>translation:update</argument>
      </argument>
      <argument>Extract missing translations keys from code to translation files.</argument>
      <argument>false</argument>
      <argument type="service_closure" id="console.command.translation_extract"/>
    </service>
    <service id=".console.command.validator_debug.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>debug:validator</argument>
      <argument type="collection"/>
      <argument>Display validation constraints for classes</argument>
      <argument>false</argument>
      <argument type="service_closure" id="console.command.validator_debug"/>
    </service>
    <service id=".console.command.translation_pull.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>translation:pull</argument>
      <argument type="collection"/>
      <argument>Pull translations from a given provider.</argument>
      <argument>false</argument>
      <argument type="service_closure" id="console.command.translation_pull"/>
    </service>
    <service id=".console.command.translation_push.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>translation:push</argument>
      <argument type="collection"/>
      <argument>Push translations to a given provider.</argument>
      <argument>false</argument>
      <argument type="service_closure" id="console.command.translation_push"/>
    </service>
    <service id=".console.command.xliff_lint.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>lint:xliff</argument>
      <argument type="collection"/>
      <argument>Lint an XLIFF file and outputs encountered errors</argument>
      <argument>false</argument>
      <argument type="service_closure" id="console.command.xliff_lint"/>
    </service>
    <service id=".console.command.yaml_lint.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>lint:yaml</argument>
      <argument type="collection"/>
      <argument>Lint a YAML file and outputs encountered errors</argument>
      <argument>false</argument>
      <argument type="service_closure" id="console.command.yaml_lint"/>
    </service>
    <service id=".console.command.secrets_set.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>secrets:set</argument>
      <argument type="collection"/>
      <argument>Set a secret in the vault</argument>
      <argument>false</argument>
      <argument type="service_closure" id="console.command.secrets_set"/>
    </service>
    <service id=".console.command.secrets_remove.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>secrets:remove</argument>
      <argument type="collection"/>
      <argument>Remove a secret from the vault</argument>
      <argument>false</argument>
      <argument type="service_closure" id="console.command.secrets_remove"/>
    </service>
    <service id=".console.command.secrets_generate_key.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>secrets:generate-keys</argument>
      <argument type="collection"/>
      <argument>Generate new encryption keys</argument>
      <argument>false</argument>
      <argument type="service_closure" id="console.command.secrets_generate_key"/>
    </service>
    <service id=".console.command.secrets_list.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>secrets:list</argument>
      <argument type="collection"/>
      <argument>List all secrets</argument>
      <argument>false</argument>
      <argument type="service_closure" id="console.command.secrets_list"/>
    </service>
    <service id=".console.command.secrets_decrypt_to_local.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>secrets:decrypt-to-local</argument>
      <argument type="collection"/>
      <argument>Decrypt all secrets and stores them in the local vault</argument>
      <argument>false</argument>
      <argument type="service_closure" id="console.command.secrets_decrypt_to_local"/>
    </service>
    <service id=".console.command.secrets_encrypt_from_local.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>secrets:encrypt-from-local</argument>
      <argument type="collection"/>
      <argument>Encrypt all local secrets to the vault</argument>
      <argument>false</argument>
      <argument type="service_closure" id="console.command.secrets_encrypt_from_local"/>
    </service>
    <service id="console.command_loader" class="Symfony\Component\Console\CommandLoader\ContainerCommandLoader" public="true">
      <tag name="container.no_preload"/>
      <argument type="service" id=".service_locator.Jjz2bDt"/>
      <argument type="collection">
        <argument key="about">console.command.about</argument>
        <argument key="assets:install">console.command.assets_install</argument>
        <argument key="cache:clear">console.command.cache_clear</argument>
        <argument key="cache:pool:clear">console.command.cache_pool_clear</argument>
        <argument key="cache:pool:prune">console.command.cache_pool_prune</argument>
        <argument key="cache:pool:delete">console.command.cache_pool_delete</argument>
        <argument key="cache:pool:list">console.command.cache_pool_list</argument>
        <argument key="cache:warmup">console.command.cache_warmup</argument>
        <argument key="debug:config">console.command.config_debug</argument>
        <argument key="config:dump-reference">console.command.config_dump_reference</argument>
        <argument key="debug:container">console.command.container_debug</argument>
        <argument key="lint:container">console.command.container_lint</argument>
        <argument key="debug:autowiring">console.command.debug_autowiring</argument>
        <argument key="debug:dotenv">console.command.dotenv_debug</argument>
        <argument key="debug:event-dispatcher">console.command.event_dispatcher_debug</argument>
        <argument key="debug:router">console.command.router_debug</argument>
        <argument key="router:match">console.command.router_match</argument>
        <argument key="debug:translation">console.command.translation_debug</argument>
        <argument key="translation:extract">console.command.translation_extract</argument>
        <argument key="translation:update">console.command.translation_extract</argument>
        <argument key="debug:validator">console.command.validator_debug</argument>
        <argument key="translation:pull">console.command.translation_pull</argument>
        <argument key="translation:push">console.command.translation_push</argument>
        <argument key="lint:xliff">console.command.xliff_lint</argument>
        <argument key="lint:yaml">console.command.yaml_lint</argument>
        <argument key="secrets:set">console.command.secrets_set</argument>
        <argument key="secrets:remove">console.command.secrets_remove</argument>
        <argument key="secrets:generate-keys">console.command.secrets_generate_key</argument>
        <argument key="secrets:list">console.command.secrets_list</argument>
        <argument key="secrets:decrypt-to-local">console.command.secrets_decrypt_to_local</argument>
        <argument key="secrets:encrypt-from-local">console.command.secrets_encrypt_from_local</argument>
        <argument key="debug:swiftmailer">swiftmailer.command.debug</argument>
        <argument key="swiftmailer:email:send">swiftmailer.command.new_email</argument>
        <argument key="swiftmailer:spool:send">swiftmailer.command.send_email</argument>
        <argument key="doctrine:database:create">doctrine.database_create_command</argument>
        <argument key="doctrine:database:drop">doctrine.database_drop_command</argument>
        <argument key="doctrine:query:sql">doctrine.query_sql_command</argument>
        <argument key="dbal:run-sql">Doctrine\DBAL\Tools\Console\Command\RunSqlCommand</argument>
        <argument key="doctrine:cache:clear-metadata">doctrine.cache_clear_metadata_command</argument>
        <argument key="doctrine:cache:clear-query">doctrine.cache_clear_query_cache_command</argument>
        <argument key="doctrine:cache:clear-result">doctrine.cache_clear_result_command</argument>
        <argument key="doctrine:cache:clear-collection-region">doctrine.cache_collection_region_command</argument>
        <argument key="doctrine:mapping:convert">doctrine.mapping_convert_command</argument>
        <argument key="doctrine:schema:create">doctrine.schema_create_command</argument>
        <argument key="doctrine:schema:drop">doctrine.schema_drop_command</argument>
        <argument key="doctrine:ensure-production-settings">doctrine.ensure_production_settings_command</argument>
        <argument key="doctrine:cache:clear-entity-region">doctrine.clear_entity_region_command</argument>
        <argument key="doctrine:mapping:info">doctrine.mapping_info_command</argument>
        <argument key="doctrine:cache:clear-query-region">doctrine.clear_query_region_command</argument>
        <argument key="doctrine:query:dql">doctrine.query_dql_command</argument>
        <argument key="doctrine:schema:update">doctrine.schema_update_command</argument>
        <argument key="doctrine:schema:validate">doctrine.schema_validate_command</argument>
        <argument key="doctrine:mapping:import">doctrine.mapping_import_command</argument>
        <argument key="doctrine:migrations:diff">doctrine_migrations.diff_command</argument>
        <argument key="doctrine:migrations:sync-metadata-storage">doctrine_migrations.sync_metadata_command</argument>
        <argument key="doctrine:migrations:list">doctrine_migrations.versions_command</argument>
        <argument key="doctrine:migrations:current">doctrine_migrations.current_command</argument>
        <argument key="doctrine:migrations:dump-schema">doctrine_migrations.dump_schema_command</argument>
        <argument key="doctrine:migrations:execute">doctrine_migrations.execute_command</argument>
        <argument key="doctrine:migrations:generate">doctrine_migrations.generate_command</argument>
        <argument key="doctrine:migrations:latest">doctrine_migrations.latest_command</argument>
        <argument key="doctrine:migrations:migrate">doctrine_migrations.migrate_command</argument>
        <argument key="doctrine:migrations:rollup">doctrine_migrations.rollup_command</argument>
        <argument key="doctrine:migrations:status">doctrine_migrations.status_command</argument>
        <argument key="doctrine:migrations:up-to-date">doctrine_migrations.up_to_date_command</argument>
        <argument key="doctrine:migrations:version">doctrine_migrations.version_command</argument>
      </argument>
    </service>
    <service id=".service_locator.Jjz2bDt" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="console.command.about" type="service_closure" id=".console.command.about.lazy"/>
        <argument key="console.command.assets_install" type="service_closure" id=".console.command.assets_install.lazy"/>
        <argument key="console.command.cache_clear" type="service_closure" id=".console.command.cache_clear.lazy"/>
        <argument key="console.command.cache_pool_clear" type="service_closure" id=".console.command.cache_pool_clear.lazy"/>
        <argument key="console.command.cache_pool_prune" type="service_closure" id=".console.command.cache_pool_prune.lazy"/>
        <argument key="console.command.cache_pool_delete" type="service_closure" id=".console.command.cache_pool_delete.lazy"/>
        <argument key="console.command.cache_pool_list" type="service_closure" id=".console.command.cache_pool_list.lazy"/>
        <argument key="console.command.cache_warmup" type="service_closure" id=".console.command.cache_warmup.lazy"/>
        <argument key="console.command.config_debug" type="service_closure" id=".console.command.config_debug.lazy"/>
        <argument key="console.command.config_dump_reference" type="service_closure" id=".console.command.config_dump_reference.lazy"/>
        <argument key="console.command.container_debug" type="service_closure" id=".console.command.container_debug.lazy"/>
        <argument key="console.command.container_lint" type="service_closure" id=".console.command.container_lint.lazy"/>
        <argument key="console.command.debug_autowiring" type="service_closure" id=".console.command.debug_autowiring.lazy"/>
        <argument key="console.command.dotenv_debug" type="service_closure" id=".console.command.dotenv_debug.lazy"/>
        <argument key="console.command.event_dispatcher_debug" type="service_closure" id=".console.command.event_dispatcher_debug.lazy"/>
        <argument key="console.command.router_debug" type="service_closure" id=".console.command.router_debug.lazy"/>
        <argument key="console.command.router_match" type="service_closure" id=".console.command.router_match.lazy"/>
        <argument key="console.command.translation_debug" type="service_closure" id=".console.command.translation_debug.lazy"/>
        <argument key="console.command.translation_extract" type="service_closure" id=".console.command.translation_extract.lazy"/>
        <argument key="console.command.validator_debug" type="service_closure" id=".console.command.validator_debug.lazy"/>
        <argument key="console.command.translation_pull" type="service_closure" id=".console.command.translation_pull.lazy"/>
        <argument key="console.command.translation_push" type="service_closure" id=".console.command.translation_push.lazy"/>
        <argument key="console.command.xliff_lint" type="service_closure" id=".console.command.xliff_lint.lazy"/>
        <argument key="console.command.yaml_lint" type="service_closure" id=".console.command.yaml_lint.lazy"/>
        <argument key="console.command.secrets_set" type="service_closure" id=".console.command.secrets_set.lazy"/>
        <argument key="console.command.secrets_remove" type="service_closure" id=".console.command.secrets_remove.lazy"/>
        <argument key="console.command.secrets_generate_key" type="service_closure" id=".console.command.secrets_generate_key.lazy"/>
        <argument key="console.command.secrets_list" type="service_closure" id=".console.command.secrets_list.lazy"/>
        <argument key="console.command.secrets_decrypt_to_local" type="service_closure" id=".console.command.secrets_decrypt_to_local.lazy"/>
        <argument key="console.command.secrets_encrypt_from_local" type="service_closure" id=".console.command.secrets_encrypt_from_local.lazy"/>
        <argument key="swiftmailer.command.debug" type="service_closure" id="swiftmailer.command.debug"/>
        <argument key="swiftmailer.command.new_email" type="service_closure" id="swiftmailer.command.new_email"/>
        <argument key="swiftmailer.command.send_email" type="service_closure" id="swiftmailer.command.send_email"/>
        <argument key="doctrine.database_create_command" type="service_closure" id="doctrine.database_create_command"/>
        <argument key="doctrine.database_drop_command" type="service_closure" id="doctrine.database_drop_command"/>
        <argument key="doctrine.query_sql_command" type="service_closure" id="doctrine.query_sql_command"/>
        <argument key="Doctrine\DBAL\Tools\Console\Command\RunSqlCommand" type="service_closure" id="Doctrine\DBAL\Tools\Console\Command\RunSqlCommand"/>
        <argument key="doctrine.cache_clear_metadata_command" type="service_closure" id="doctrine.cache_clear_metadata_command"/>
        <argument key="doctrine.cache_clear_query_cache_command" type="service_closure" id="doctrine.cache_clear_query_cache_command"/>
        <argument key="doctrine.cache_clear_result_command" type="service_closure" id="doctrine.cache_clear_result_command"/>
        <argument key="doctrine.cache_collection_region_command" type="service_closure" id="doctrine.cache_collection_region_command"/>
        <argument key="doctrine.mapping_convert_command" type="service_closure" id="doctrine.mapping_convert_command"/>
        <argument key="doctrine.schema_create_command" type="service_closure" id="doctrine.schema_create_command"/>
        <argument key="doctrine.schema_drop_command" type="service_closure" id="doctrine.schema_drop_command"/>
        <argument key="doctrine.ensure_production_settings_command" type="service_closure" id="doctrine.ensure_production_settings_command"/>
        <argument key="doctrine.clear_entity_region_command" type="service_closure" id="doctrine.clear_entity_region_command"/>
        <argument key="doctrine.mapping_info_command" type="service_closure" id="doctrine.mapping_info_command"/>
        <argument key="doctrine.clear_query_region_command" type="service_closure" id="doctrine.clear_query_region_command"/>
        <argument key="doctrine.query_dql_command" type="service_closure" id="doctrine.query_dql_command"/>
        <argument key="doctrine.schema_update_command" type="service_closure" id="doctrine.schema_update_command"/>
        <argument key="doctrine.schema_validate_command" type="service_closure" id="doctrine.schema_validate_command"/>
        <argument key="doctrine.mapping_import_command" type="service_closure" id="doctrine.mapping_import_command"/>
        <argument key="doctrine_migrations.diff_command" type="service_closure" id="doctrine_migrations.diff_command"/>
        <argument key="doctrine_migrations.sync_metadata_command" type="service_closure" id="doctrine_migrations.sync_metadata_command"/>
        <argument key="doctrine_migrations.versions_command" type="service_closure" id="doctrine_migrations.versions_command"/>
        <argument key="doctrine_migrations.current_command" type="service_closure" id="doctrine_migrations.current_command"/>
        <argument key="doctrine_migrations.dump_schema_command" type="service_closure" id="doctrine_migrations.dump_schema_command"/>
        <argument key="doctrine_migrations.execute_command" type="service_closure" id="doctrine_migrations.execute_command"/>
        <argument key="doctrine_migrations.generate_command" type="service_closure" id="doctrine_migrations.generate_command"/>
        <argument key="doctrine_migrations.latest_command" type="service_closure" id="doctrine_migrations.latest_command"/>
        <argument key="doctrine_migrations.migrate_command" type="service_closure" id="doctrine_migrations.migrate_command"/>
        <argument key="doctrine_migrations.rollup_command" type="service_closure" id="doctrine_migrations.rollup_command"/>
        <argument key="doctrine_migrations.status_command" type="service_closure" id="doctrine_migrations.status_command"/>
        <argument key="doctrine_migrations.up_to_date_command" type="service_closure" id="doctrine_migrations.up_to_date_command"/>
        <argument key="doctrine_migrations.version_command" type="service_closure" id="doctrine_migrations.version_command"/>
      </argument>
    </service>
    <service id="Psr\Container\ContainerInterface" alias="service_container">
      <deprecated package="symfony/dependency-injection" version="5.1">The "%alias_id%" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it.</deprecated>
    </service>
    <service id="Symfony\Component\DependencyInjection\ContainerInterface" alias="service_container">
      <deprecated package="symfony/dependency-injection" version="5.1">The "%alias_id%" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it.</deprecated>
    </service>
    <service id="Psr\Http\Message\RequestFactoryInterface" alias="nyholm.psr7.psr17_factory"/>
    <service id="Psr\Http\Message\ResponseFactoryInterface" alias="nyholm.psr7.psr17_factory"/>
    <service id="Psr\Http\Message\ServerRequestFactoryInterface" alias="nyholm.psr7.psr17_factory"/>
    <service id="Psr\Http\Message\StreamFactoryInterface" alias="nyholm.psr7.psr17_factory"/>
    <service id="Psr\Http\Message\UploadedFileFactoryInterface" alias="nyholm.psr7.psr17_factory"/>
    <service id="Psr\Http\Message\UriFactoryInterface" alias="nyholm.psr7.psr17_factory"/>
    <service id="Http\Message\MessageFactory" alias="nyholm.psr7.httplug_factory"/>
    <service id="Http\Message\RequestFactory" alias="nyholm.psr7.httplug_factory"/>
    <service id="Http\Message\ResponseFactory" alias="nyholm.psr7.httplug_factory"/>
    <service id="Http\Message\StreamFactory" alias="nyholm.psr7.httplug_factory"/>
    <service id="Http\Message\UriFactory" alias="nyholm.psr7.httplug_factory"/>
    <service id="App\Kernel" alias="kernel" public="true"/>
    <service id="Symfony\Component\DependencyInjection\ParameterBag\ContainerBagInterface" alias="parameter_bag"/>
    <service id="Symfony\Component\DependencyInjection\ParameterBag\ParameterBagInterface" alias="parameter_bag"/>
    <service id="Symfony\Component\EventDispatcher\EventDispatcherInterface" alias="debug.event_dispatcher"/>
    <service id="Symfony\Contracts\EventDispatcher\EventDispatcherInterface" alias="debug.event_dispatcher"/>
    <service id="Symfony\Component\HttpKernel\HttpKernelInterface" alias="http_kernel"/>
    <service id="Symfony\Component\HttpFoundation\RequestStack" alias="request_stack"/>
    <service id="Symfony\Component\HttpKernel\HttpCache\StoreInterface" alias="http_cache.store"/>
    <service id="Symfony\Component\HttpFoundation\UrlHelper" alias="url_helper"/>
    <service id="Symfony\Component\HttpKernel\KernelInterface" alias="kernel"/>
    <service id="Symfony\Component\Filesystem\Filesystem" alias="filesystem"/>
    <service id="Symfony\Component\HttpKernel\Config\FileLocator" alias="file_locator"/>
    <service id="Symfony\Component\HttpKernel\UriSigner" alias="uri_signer"/>
    <service id="Symfony\Component\DependencyInjection\ReverseContainer" alias="reverse_container"/>
    <service id="Symfony\Component\String\Slugger\SluggerInterface" alias="slugger"/>
    <service id="Symfony\Component\HttpKernel\Fragment\FragmentUriGeneratorInterface" alias="fragment.uri_generator"/>
    <service id="error_renderer.html" alias="error_handler.error_renderer.html"/>
    <service id="error_renderer" alias="error_handler.error_renderer.serializer"/>
    <service id="Psr\EventDispatcher\EventDispatcherInterface" alias="debug.event_dispatcher"/>
    <service id="Psr\Container\ContainerInterface $parameterBag" alias="parameter_bag"/>
    <service id="cache.app_clearer" alias="cache.default_clearer" public="true"/>
    <service id="Psr\Cache\CacheItemPoolInterface" alias="cache.app"/>
    <service id="Symfony\Component\Cache\Adapter\AdapterInterface" alias="cache.app">
      <deprecated package="symfony/framework-bundle" version="5.4">The "%alias_id%" alias is deprecated, use "Psr\Cache\CacheItemPoolInterface" instead.</deprecated>
    </service>
    <service id="Symfony\Contracts\Cache\CacheInterface" alias="cache.app"/>
    <service id="Symfony\Contracts\Cache\TagAwareCacheInterface" alias="cache.app.taggable"/>
    <service id="Symfony\Contracts\Translation\TranslatorInterface" alias="translator.default"/>
    <service id="Symfony\Component\Translation\Reader\TranslationReaderInterface" alias="translation.reader"/>
    <service id="Symfony\Component\Translation\Extractor\ExtractorInterface" alias="translation.extractor"/>
    <service id="Symfony\Component\Translation\Writer\TranslationWriterInterface" alias="translation.writer"/>
    <service id="translator" alias="translator.default" public="true"/>
    <service id="translator.formatter" alias="translator.formatter.default"/>
    <service id="Symfony\Component\HttpKernel\Debug\FileLinkFormatter" alias="debug.file_link_formatter"/>
    <service id="Symfony\Component\Stopwatch\Stopwatch" alias="debug.stopwatch"/>
    <service id="router" alias="router.default" public="true"/>
    <service id="Symfony\Component\Routing\RouterInterface" alias="router.default"/>
    <service id="Symfony\Component\Routing\Generator\UrlGeneratorInterface" alias="router.default"/>
    <service id="Symfony\Component\Routing\Matcher\UrlMatcherInterface" alias="router.default"/>
    <service id="Symfony\Component\Routing\RequestContextAwareInterface" alias="router.default"/>
    <service id="Symfony\Component\Routing\RequestContext" alias="router.request_context"/>
    <service id="annotation_reader" alias="annotations.cached_reader"/>
    <service id="Doctrine\Common\Annotations\Reader" alias="annotations.cached_reader"/>
    <service id="Symfony\Component\PropertyAccess\PropertyAccessorInterface" alias="property_accessor"/>
    <service id="Symfony\Component\Serializer\SerializerInterface" alias="serializer"/>
    <service id="Symfony\Component\Serializer\Normalizer\NormalizerInterface" alias="serializer"/>
    <service id="Symfony\Component\Serializer\Normalizer\DenormalizerInterface" alias="serializer"/>
    <service id="Symfony\Component\Serializer\Encoder\EncoderInterface" alias="serializer"/>
    <service id="Symfony\Component\Serializer\Encoder\DecoderInterface" alias="serializer"/>
    <service id="serializer.property_accessor" alias="property_accessor"/>
    <service id="Symfony\Component\Serializer\Mapping\ClassDiscriminatorResolverInterface" alias="serializer.mapping.class_discriminator_resolver"/>
    <service id="Symfony\Component\Serializer\Normalizer\ObjectNormalizer" alias="serializer.normalizer.object"/>
    <service id="Symfony\Component\Serializer\Normalizer\PropertyNormalizer" alias="serializer.normalizer.property"/>
    <service id="Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactoryInterface" alias="serializer.mapping.class_metadata_factory"/>
    <service id="error_renderer.serializer" alias="error_handler.error_renderer.serializer"/>
    <service id="Symfony\Component\PropertyInfo\PropertyAccessExtractorInterface" alias="property_info"/>
    <service id="Symfony\Component\PropertyInfo\PropertyDescriptionExtractorInterface" alias="property_info"/>
    <service id="Symfony\Component\PropertyInfo\PropertyInfoExtractorInterface" alias="property_info"/>
    <service id="Symfony\Component\PropertyInfo\PropertyTypeExtractorInterface" alias="property_info"/>
    <service id="Symfony\Component\PropertyInfo\PropertyListExtractorInterface" alias="property_info"/>
    <service id="Symfony\Component\PropertyInfo\PropertyInitializableExtractorInterface" alias="property_info"/>
    <service id="Symfony\Component\PropertyInfo\PropertyReadInfoExtractorInterface" alias="property_info.reflection_extractor"/>
    <service id="Symfony\Component\PropertyInfo\PropertyWriteInfoExtractorInterface" alias="property_info.reflection_extractor"/>
    <service id="cache.default_redis_provider" alias=".cache_connection.GD_MSZC"/>
    <service id="cache.default_memcached_provider" alias=".cache_connection.JKE6keX"/>
    <service id="cache.default_doctrine_dbal_provider" alias="doctrine.dbal.default_connection"/>
    <service id="cache.default_pdo_provider" alias="doctrine.dbal.default_connection"/>
    <service id="Symfony\Component\HttpFoundation\Session\SessionInterface" alias=".session.do-not-use">
      <deprecated package="symfony/framework-bundle" version="5.3">The "%alias_id%" and "SessionInterface" aliases are deprecated, use "$requestStack-&gt;getSession()" instead.</deprecated>
    </service>
    <service id="SessionHandlerInterface" alias="session.handler.native"/>
    <service id="Symfony\Component\HttpFoundation\Session\Flash\FlashBagInterface" alias="session.flash_bag"/>
    <service id="session.storage.factory" alias="session.storage.factory.native"/>
    <service id="session.handler" alias="session.handler.native"/>
    <service id="Symfony\Component\Validator\Validator\ValidatorInterface" alias="validator"/>
    <service id="validator.mapping.class_metadata_factory" alias="validator"/>
    <service id="swiftmailer.mailer.default.transport" alias="swiftmailer.mailer.default.transport.spool"/>
    <service id="swiftmailer.mailer.default.spool" alias="swiftmailer.mailer.default.spool.memory"/>
    <service id="swiftmailer.mailer.default.transport.real" alias="swiftmailer.mailer.default.transport.dynamic" public="true"/>
    <service id="swiftmailer.spool" alias="swiftmailer.mailer.default.spool.memory"/>
    <service id="swiftmailer.transport.real" alias="swiftmailer.mailer.default.transport.dynamic"/>
    <service id="Swift_Spool" alias="swiftmailer.mailer.default.spool.memory"/>
    <service id="swiftmailer.plugin.messagelogger" alias="swiftmailer.mailer.default.plugin.messagelogger"/>
    <service id="swiftmailer.mailer" alias="swiftmailer.mailer.default"/>
    <service id="swiftmailer.transport" alias="swiftmailer.mailer.default.transport.spool" public="true"/>
    <service id="Swift_Mailer" alias="swiftmailer.mailer.default"/>
    <service id="Swift_Transport" alias="swiftmailer.mailer.default.transport.spool"/>
    <service id="mailer" alias="swiftmailer.mailer.default" public="true"/>
    <service id="logger" alias="monolog.logger"/>
    <service id="Psr\Log\LoggerInterface" alias="monolog.logger"/>
    <service id="Knp\Component\Pager\PaginatorInterface" alias="knp_paginator"/>
    <service id="Doctrine\DBAL\Connection" alias="doctrine.dbal.default_connection"/>
    <service id="Doctrine\Persistence\ManagerRegistry" alias="doctrine"/>
    <service id="Doctrine\Common\Persistence\ManagerRegistry" alias="doctrine"/>
    <service id="database_connection" alias="doctrine.dbal.default_connection" public="true"/>
    <service id="doctrine.dbal.event_manager" alias="doctrine.dbal.default_connection.event_manager"/>
    <service id="Doctrine\DBAL\Connection $defaultConnection" alias="doctrine.dbal.default_connection"/>
    <service id="Doctrine\ORM\EntityManagerInterface" alias="doctrine.orm.default_entity_manager"/>
    <service id="doctrine.orm.metadata.annotation_reader" alias="annotations.cached_reader"/>
    <service id="doctrine.orm.entity_manager" alias="doctrine.orm.default_entity_manager" public="true"/>
    <service id="doctrine.orm.default_metadata_cache" alias="cache.doctrine.orm.default.metadata"/>
    <service id="doctrine.orm.default_result_cache" alias="cache.doctrine.orm.default.result"/>
    <service id="doctrine.orm.default_query_cache" alias="cache.doctrine.orm.default.query"/>
    <service id="Doctrine\ORM\EntityManagerInterface $defaultEntityManager" alias="doctrine.orm.default_entity_manager"/>
    <service id="doctrine.orm.default_entity_manager.event_manager" alias="doctrine.dbal.default_connection.event_manager"/>
    <service id="doctrine.migrations.metadata_storage" alias="doctrine.migrations.storage.table_storage"/>
    <service id="Chrisguitarguy\RequestId\RequestIdStorage" alias="Chrisguitarguy\RequestId\SimpleIdStorage" public="true"/>
    <service id="Chrisguitarguy\RequestId\RequestIdGenerator" alias="Chrisguitarguy\RequestId\Generator\RamseyUuid4Generator" public="true"/>
    <service id="Paynetics\Cache\CacheRequestInterface" alias="Paynetics\Cache\RedisCacheRequest"/>
    <service id="Paynetics\Extractor\ExtractorInterface" alias="Paynetics\Extractor\AnnotationExtractor"/>
    <service id="Aws\AccessAnalyzer\AccessAnalyzerClient" alias="aws.accessanalyzer"/>
    <service id="Aws\Account\AccountClient" alias="aws.account"/>
    <service id="Aws\ACMPCA\ACMPCAClient" alias="aws.acmpca"/>
    <service id="Aws\Acm\AcmClient" alias="aws.acm"/>
    <service id="Aws\PrometheusService\PrometheusServiceClient" alias="aws.prometheusservice"/>
    <service id="Aws\Amplify\AmplifyClient" alias="aws.amplify"/>
    <service id="Aws\AmplifyBackend\AmplifyBackendClient" alias="aws.amplifybackend"/>
    <service id="Aws\AmplifyUIBuilder\AmplifyUIBuilderClient" alias="aws.amplifyuibuilder"/>
    <service id="Aws\ApiGateway\ApiGatewayClient" alias="aws.apigateway"/>
    <service id="Aws\ApiGatewayManagementApi\ApiGatewayManagementApiClient" alias="aws.apigatewaymanagementapi"/>
    <service id="Aws\ApiGatewayV2\ApiGatewayV2Client" alias="aws.apigatewayv2"/>
    <service id="Aws\AppConfig\AppConfigClient" alias="aws.appconfig"/>
    <service id="Aws\AppConfigData\AppConfigDataClient" alias="aws.appconfigdata"/>
    <service id="Aws\AppFabric\AppFabricClient" alias="aws.appfabric"/>
    <service id="Aws\Appflow\AppflowClient" alias="aws.appflow"/>
    <service id="Aws\AppIntegrationsService\AppIntegrationsServiceClient" alias="aws.appintegrationsservice"/>
    <service id="Aws\ApplicationAutoScaling\ApplicationAutoScalingClient" alias="aws.applicationautoscaling"/>
    <service id="Aws\ApplicationInsights\ApplicationInsightsClient" alias="aws.applicationinsights"/>
    <service id="Aws\ApplicationSignals\ApplicationSignalsClient" alias="aws.applicationsignals"/>
    <service id="Aws\ApplicationCostProfiler\ApplicationCostProfilerClient" alias="aws.applicationcostprofiler"/>
    <service id="Aws\AppMesh\AppMeshClient" alias="aws.appmesh"/>
    <service id="Aws\AppRunner\AppRunnerClient" alias="aws.apprunner"/>
    <service id="Aws\Appstream\AppstreamClient" alias="aws.appstream"/>
    <service id="Aws\AppSync\AppSyncClient" alias="aws.appsync"/>
    <service id="Aws\AppTest\AppTestClient" alias="aws.apptest"/>
    <service id="Aws\ARCZonalShift\ARCZonalShiftClient" alias="aws.arczonalshift"/>
    <service id="Aws\Artifact\ArtifactClient" alias="aws.artifact"/>
    <service id="Aws\Athena\AthenaClient" alias="aws.athena"/>
    <service id="Aws\AuditManager\AuditManagerClient" alias="aws.auditmanager"/>
    <service id="Aws\AutoScalingPlans\AutoScalingPlansClient" alias="aws.autoscalingplans"/>
    <service id="Aws\AutoScaling\AutoScalingClient" alias="aws.autoscaling"/>
    <service id="Aws\B2bi\B2biClient" alias="aws.b2bi"/>
    <service id="Aws\BackupGateway\BackupGatewayClient" alias="aws.backupgateway"/>
    <service id="Aws\Backup\BackupClient" alias="aws.backup"/>
    <service id="Aws\BackupSearch\BackupSearchClient" alias="aws.backupsearch"/>
    <service id="Aws\Batch\BatchClient" alias="aws.batch"/>
    <service id="Aws\BCMDataExports\BCMDataExportsClient" alias="aws.bcmdataexports"/>
    <service id="Aws\BCMPricingCalculator\BCMPricingCalculatorClient" alias="aws.bcmpricingcalculator"/>
    <service id="Aws\BedrockAgentRuntime\BedrockAgentRuntimeClient" alias="aws.bedrockagentruntime"/>
    <service id="Aws\BedrockAgent\BedrockAgentClient" alias="aws.bedrockagent"/>
    <service id="Aws\BedrockDataAutomationRuntime\BedrockDataAutomationRuntimeClient" alias="aws.bedrockdataautomationruntime"/>
    <service id="Aws\BedrockDataAutomation\BedrockDataAutomationClient" alias="aws.bedrockdataautomation"/>
    <service id="Aws\BedrockRuntime\BedrockRuntimeClient" alias="aws.bedrockruntime"/>
    <service id="Aws\Bedrock\BedrockClient" alias="aws.bedrock"/>
    <service id="Aws\Billing\BillingClient" alias="aws.billing"/>
    <service id="Aws\BillingConductor\BillingConductorClient" alias="aws.billingconductor"/>
    <service id="Aws\Braket\BraketClient" alias="aws.braket"/>
    <service id="Aws\Budgets\BudgetsClient" alias="aws.budgets"/>
    <service id="Aws\CostExplorer\CostExplorerClient" alias="aws.costexplorer"/>
    <service id="Aws\Chatbot\ChatbotClient" alias="aws.chatbot"/>
    <service id="Aws\ChimeSDKIdentity\ChimeSDKIdentityClient" alias="aws.chimesdkidentity"/>
    <service id="Aws\ChimeSDKMediaPipelines\ChimeSDKMediaPipelinesClient" alias="aws.chimesdkmediapipelines"/>
    <service id="Aws\ChimeSDKMeetings\ChimeSDKMeetingsClient" alias="aws.chimesdkmeetings"/>
    <service id="Aws\ChimeSDKMessaging\ChimeSDKMessagingClient" alias="aws.chimesdkmessaging"/>
    <service id="Aws\ChimeSDKVoice\ChimeSDKVoiceClient" alias="aws.chimesdkvoice"/>
    <service id="Aws\Chime\ChimeClient" alias="aws.chime"/>
    <service id="Aws\CleanRooms\CleanRoomsClient" alias="aws.cleanrooms"/>
    <service id="Aws\CleanRoomsML\CleanRoomsMLClient" alias="aws.cleanroomsml"/>
    <service id="Aws\Cloud9\Cloud9Client" alias="aws.cloud9"/>
    <service id="Aws\CloudControlApi\CloudControlApiClient" alias="aws.cloudcontrolapi"/>
    <service id="Aws\CloudDirectory\CloudDirectoryClient" alias="aws.clouddirectory"/>
    <service id="Aws\CloudFormation\CloudFormationClient" alias="aws.cloudformation"/>
    <service id="Aws\CloudFrontKeyValueStore\CloudFrontKeyValueStoreClient" alias="aws.cloudfrontkeyvaluestore"/>
    <service id="Aws\CloudFront\CloudFrontClient" alias="aws.cloudfront"/>
    <service id="Aws\CloudHsm\CloudHsmClient" alias="aws.cloudhsm"/>
    <service id="Aws\CloudHSMV2\CloudHSMV2Client" alias="aws.cloudhsmv2"/>
    <service id="Aws\CloudSearch\CloudSearchClient" alias="aws.cloudsearch"/>
    <service id="Aws\CloudSearchDomain\CloudSearchDomainClient" alias="aws.cloudsearchdomain"/>
    <service id="Aws\CloudTrailData\CloudTrailDataClient" alias="aws.cloudtraildata"/>
    <service id="Aws\CloudTrail\CloudTrailClient" alias="aws.cloudtrail"/>
    <service id="Aws\CodeArtifact\CodeArtifactClient" alias="aws.codeartifact"/>
    <service id="Aws\CodeBuild\CodeBuildClient" alias="aws.codebuild"/>
    <service id="Aws\CodeCatalyst\CodeCatalystClient" alias="aws.codecatalyst"/>
    <service id="Aws\CodeCommit\CodeCommitClient" alias="aws.codecommit"/>
    <service id="Aws\CodeConnections\CodeConnectionsClient" alias="aws.codeconnections"/>
    <service id="Aws\CodeDeploy\CodeDeployClient" alias="aws.codedeploy"/>
    <service id="Aws\CodeGuruReviewer\CodeGuruReviewerClient" alias="aws.codegurureviewer"/>
    <service id="Aws\CodeGuruSecurity\CodeGuruSecurityClient" alias="aws.codegurusecurity"/>
    <service id="Aws\CodeGuruProfiler\CodeGuruProfilerClient" alias="aws.codeguruprofiler"/>
    <service id="Aws\CodePipeline\CodePipelineClient" alias="aws.codepipeline"/>
    <service id="Aws\CodeStarconnections\CodeStarconnectionsClient" alias="aws.codestarconnections"/>
    <service id="Aws\CodeStarNotifications\CodeStarNotificationsClient" alias="aws.codestarnotifications"/>
    <service id="Aws\CognitoIdentity\CognitoIdentityClient" alias="aws.cognitoidentity"/>
    <service id="Aws\CognitoIdentityProvider\CognitoIdentityProviderClient" alias="aws.cognitoidentityprovider"/>
    <service id="Aws\CognitoSync\CognitoSyncClient" alias="aws.cognitosync"/>
    <service id="Aws\Comprehend\ComprehendClient" alias="aws.comprehend"/>
    <service id="Aws\ComprehendMedical\ComprehendMedicalClient" alias="aws.comprehendmedical"/>
    <service id="Aws\ComputeOptimizer\ComputeOptimizerClient" alias="aws.computeoptimizer"/>
    <service id="Aws\ConfigService\ConfigServiceClient" alias="aws.configservice"/>
    <service id="Aws\ConnectContactLens\ConnectContactLensClient" alias="aws.connectcontactlens"/>
    <service id="Aws\Connect\ConnectClient" alias="aws.connect"/>
    <service id="Aws\ConnectCampaignService\ConnectCampaignServiceClient" alias="aws.connectcampaignservice"/>
    <service id="Aws\ConnectCampaignsV2\ConnectCampaignsV2Client" alias="aws.connectcampaignsv2"/>
    <service id="Aws\ConnectCases\ConnectCasesClient" alias="aws.connectcases"/>
    <service id="Aws\ConnectParticipant\ConnectParticipantClient" alias="aws.connectparticipant"/>
    <service id="Aws\ControlCatalog\ControlCatalogClient" alias="aws.controlcatalog"/>
    <service id="Aws\ControlTower\ControlTowerClient" alias="aws.controltower"/>
    <service id="Aws\CostOptimizationHub\CostOptimizationHubClient" alias="aws.costoptimizationhub"/>
    <service id="Aws\CostandUsageReportService\CostandUsageReportServiceClient" alias="aws.costandusagereportservice"/>
    <service id="Aws\CustomerProfiles\CustomerProfilesClient" alias="aws.customerprofiles"/>
    <service id="Aws\IotDataPlane\IotDataPlaneClient" alias="aws.iotdataplane"/>
    <service id="Aws\GlueDataBrew\GlueDataBrewClient" alias="aws.gluedatabrew"/>
    <service id="Aws\DataExchange\DataExchangeClient" alias="aws.dataexchange"/>
    <service id="Aws\DataPipeline\DataPipelineClient" alias="aws.datapipeline"/>
    <service id="Aws\DataSync\DataSyncClient" alias="aws.datasync"/>
    <service id="Aws\DataZone\DataZoneClient" alias="aws.datazone"/>
    <service id="Aws\DAX\DAXClient" alias="aws.dax"/>
    <service id="Aws\Deadline\DeadlineClient" alias="aws.deadline"/>
    <service id="Aws\Detective\DetectiveClient" alias="aws.detective"/>
    <service id="Aws\DeviceFarm\DeviceFarmClient" alias="aws.devicefarm"/>
    <service id="Aws\DevOpsGuru\DevOpsGuruClient" alias="aws.devopsguru"/>
    <service id="Aws\DirectConnect\DirectConnectClient" alias="aws.directconnect"/>
    <service id="Aws\DirectoryServiceData\DirectoryServiceDataClient" alias="aws.directoryservicedata"/>
    <service id="Aws\ApplicationDiscoveryService\ApplicationDiscoveryServiceClient" alias="aws.applicationdiscoveryservice"/>
    <service id="Aws\DLM\DLMClient" alias="aws.dlm"/>
    <service id="Aws\DatabaseMigrationService\DatabaseMigrationServiceClient" alias="aws.databasemigrationservice"/>
    <service id="Aws\DocDBElastic\DocDBElasticClient" alias="aws.docdbelastic"/>
    <service id="Aws\DocDB\DocDBClient" alias="aws.docdb"/>
    <service id="Aws\drs\drsClient" alias="aws.drs"/>
    <service id="Aws\DirectoryService\DirectoryServiceClient" alias="aws.directoryservice"/>
    <service id="Aws\DSQL\DSQLClient" alias="aws.dsql"/>
    <service id="Aws\DynamoDb\DynamoDbClient" alias="aws.dynamodb"/>
    <service id="Aws\EBS\EBSClient" alias="aws.ebs"/>
    <service id="Aws\EC2InstanceConnect\EC2InstanceConnectClient" alias="aws.ec2instanceconnect"/>
    <service id="Aws\Ec2\Ec2Client" alias="aws.ec2"/>
    <service id="Aws\ECRPublic\ECRPublicClient" alias="aws.ecrpublic"/>
    <service id="Aws\Ecr\EcrClient" alias="aws.ecr"/>
    <service id="Aws\Ecs\EcsClient" alias="aws.ecs"/>
    <service id="Aws\EKSAuth\EKSAuthClient" alias="aws.eksauth"/>
    <service id="Aws\EKS\EKSClient" alias="aws.eks"/>
    <service id="Aws\ElasticInference\ElasticInferenceClient" alias="aws.elasticinference"/>
    <service id="Aws\ElastiCache\ElastiCacheClient" alias="aws.elasticache"/>
    <service id="Aws\ElasticBeanstalk\ElasticBeanstalkClient" alias="aws.elasticbeanstalk"/>
    <service id="Aws\Efs\EfsClient" alias="aws.efs"/>
    <service id="Aws\ElasticLoadBalancing\ElasticLoadBalancingClient" alias="aws.elasticloadbalancing"/>
    <service id="Aws\ElasticLoadBalancingV2\ElasticLoadBalancingV2Client" alias="aws.elasticloadbalancingv2"/>
    <service id="Aws\Emr\EmrClient" alias="aws.emr"/>
    <service id="Aws\ElasticTranscoder\ElasticTranscoderClient" alias="aws.elastictranscoder"/>
    <service id="Aws\Ses\SesClient" alias="aws.ses"/>
    <service id="Aws\EMRContainers\EMRContainersClient" alias="aws.emrcontainers"/>
    <service id="Aws\EMRServerless\EMRServerlessClient" alias="aws.emrserverless"/>
    <service id="Aws\MarketplaceEntitlementService\MarketplaceEntitlementServiceClient" alias="aws.marketplaceentitlementservice"/>
    <service id="Aws\EntityResolution\EntityResolutionClient" alias="aws.entityresolution"/>
    <service id="Aws\ElasticsearchService\ElasticsearchServiceClient" alias="aws.elasticsearchservice"/>
    <service id="Aws\EventBridge\EventBridgeClient" alias="aws.eventbridge"/>
    <service id="Aws\CloudWatchEvents\CloudWatchEventsClient" alias="aws.cloudwatchevents"/>
    <service id="Aws\CloudWatchEvidently\CloudWatchEvidentlyClient" alias="aws.cloudwatchevidently"/>
    <service id="Aws\FinSpaceData\FinSpaceDataClient" alias="aws.finspacedata"/>
    <service id="Aws\finspace\finspaceClient" alias="aws.finspace"/>
    <service id="Aws\Firehose\FirehoseClient" alias="aws.firehose"/>
    <service id="Aws\FIS\FISClient" alias="aws.fis"/>
    <service id="Aws\FMS\FMSClient" alias="aws.fms"/>
    <service id="Aws\ForecastService\ForecastServiceClient" alias="aws.forecastservice"/>
    <service id="Aws\ForecastQueryService\ForecastQueryServiceClient" alias="aws.forecastqueryservice"/>
    <service id="Aws\FraudDetector\FraudDetectorClient" alias="aws.frauddetector"/>
    <service id="Aws\FreeTier\FreeTierClient" alias="aws.freetier"/>
    <service id="Aws\FSx\FSxClient" alias="aws.fsx"/>
    <service id="Aws\GameLift\GameLiftClient" alias="aws.gamelift"/>
    <service id="Aws\GeoMaps\GeoMapsClient" alias="aws.geomaps"/>
    <service id="Aws\GeoPlaces\GeoPlacesClient" alias="aws.geoplaces"/>
    <service id="Aws\GeoRoutes\GeoRoutesClient" alias="aws.georoutes"/>
    <service id="Aws\Glacier\GlacierClient" alias="aws.glacier"/>
    <service id="Aws\GlobalAccelerator\GlobalAcceleratorClient" alias="aws.globalaccelerator"/>
    <service id="Aws\Glue\GlueClient" alias="aws.glue"/>
    <service id="Aws\ManagedGrafana\ManagedGrafanaClient" alias="aws.managedgrafana"/>
    <service id="Aws\Greengrass\GreengrassClient" alias="aws.greengrass"/>
    <service id="Aws\GreengrassV2\GreengrassV2Client" alias="aws.greengrassv2"/>
    <service id="Aws\GroundStation\GroundStationClient" alias="aws.groundstation"/>
    <service id="Aws\GuardDuty\GuardDutyClient" alias="aws.guardduty"/>
    <service id="Aws\Health\HealthClient" alias="aws.health"/>
    <service id="Aws\HealthLake\HealthLakeClient" alias="aws.healthlake"/>
    <service id="Aws\Iam\IamClient" alias="aws.iam"/>
    <service id="Aws\IdentityStore\IdentityStoreClient" alias="aws.identitystore"/>
    <service id="Aws\imagebuilder\imagebuilderClient" alias="aws.imagebuilder"/>
    <service id="Aws\ImportExport\ImportExportClient" alias="aws.importexport"/>
    <service id="Aws\InspectorScan\InspectorScanClient" alias="aws.inspectorscan"/>
    <service id="Aws\Inspector\InspectorClient" alias="aws.inspector"/>
    <service id="Aws\Inspector2\Inspector2Client" alias="aws.inspector2"/>
    <service id="Aws\InternetMonitor\InternetMonitorClient" alias="aws.internetmonitor"/>
    <service id="Aws\Invoicing\InvoicingClient" alias="aws.invoicing"/>
    <service id="Aws\IoTJobsDataPlane\IoTJobsDataPlaneClient" alias="aws.iotjobsdataplane"/>
    <service id="Aws\Iot\IotClient" alias="aws.iot"/>
    <service id="Aws\IoTAnalytics\IoTAnalyticsClient" alias="aws.iotanalytics"/>
    <service id="Aws\IoTDeviceAdvisor\IoTDeviceAdvisorClient" alias="aws.iotdeviceadvisor"/>
    <service id="Aws\IoTEventsData\IoTEventsDataClient" alias="aws.ioteventsdata"/>
    <service id="Aws\IoTEvents\IoTEventsClient" alias="aws.iotevents"/>
    <service id="Aws\IoTFleetHub\IoTFleetHubClient" alias="aws.iotfleethub"/>
    <service id="Aws\IoTFleetWise\IoTFleetWiseClient" alias="aws.iotfleetwise"/>
    <service id="Aws\IoTSecureTunneling\IoTSecureTunnelingClient" alias="aws.iotsecuretunneling"/>
    <service id="Aws\IoTSiteWise\IoTSiteWiseClient" alias="aws.iotsitewise"/>
    <service id="Aws\IoTThingsGraph\IoTThingsGraphClient" alias="aws.iotthingsgraph"/>
    <service id="Aws\IoTTwinMaker\IoTTwinMakerClient" alias="aws.iottwinmaker"/>
    <service id="Aws\IoTWireless\IoTWirelessClient" alias="aws.iotwireless"/>
    <service id="Aws\IVSRealTime\IVSRealTimeClient" alias="aws.ivsrealtime"/>
    <service id="Aws\IVS\IVSClient" alias="aws.ivs"/>
    <service id="Aws\ivschat\ivschatClient" alias="aws.ivschat"/>
    <service id="Aws\Kafka\KafkaClient" alias="aws.kafka"/>
    <service id="Aws\KafkaConnect\KafkaConnectClient" alias="aws.kafkaconnect"/>
    <service id="Aws\KendraRanking\KendraRankingClient" alias="aws.kendraranking"/>
    <service id="Aws\kendra\kendraClient" alias="aws.kendra"/>
    <service id="Aws\Keyspaces\KeyspacesClient" alias="aws.keyspaces"/>
    <service id="Aws\KinesisVideoArchivedMedia\KinesisVideoArchivedMediaClient" alias="aws.kinesisvideoarchivedmedia"/>
    <service id="Aws\KinesisVideoMedia\KinesisVideoMediaClient" alias="aws.kinesisvideomedia"/>
    <service id="Aws\KinesisVideoSignalingChannels\KinesisVideoSignalingChannelsClient" alias="aws.kinesisvideosignalingchannels"/>
    <service id="Aws\KinesisVideoWebRTCStorage\KinesisVideoWebRTCStorageClient" alias="aws.kinesisvideowebrtcstorage"/>
    <service id="Aws\Kinesis\KinesisClient" alias="aws.kinesis"/>
    <service id="Aws\KinesisAnalytics\KinesisAnalyticsClient" alias="aws.kinesisanalytics"/>
    <service id="Aws\KinesisAnalyticsV2\KinesisAnalyticsV2Client" alias="aws.kinesisanalyticsv2"/>
    <service id="Aws\KinesisVideo\KinesisVideoClient" alias="aws.kinesisvideo"/>
    <service id="Aws\Kms\KmsClient" alias="aws.kms"/>
    <service id="Aws\LakeFormation\LakeFormationClient" alias="aws.lakeformation"/>
    <service id="Aws\Lambda\LambdaClient" alias="aws.lambda"/>
    <service id="Aws\LaunchWizard\LaunchWizardClient" alias="aws.launchwizard"/>
    <service id="Aws\LexModelBuildingService\LexModelBuildingServiceClient" alias="aws.lexmodelbuildingservice"/>
    <service id="Aws\LicenseManagerLinuxSubscriptions\LicenseManagerLinuxSubscriptionsClient" alias="aws.licensemanagerlinuxsubscriptions"/>
    <service id="Aws\LicenseManagerUserSubscriptions\LicenseManagerUserSubscriptionsClient" alias="aws.licensemanagerusersubscriptions"/>
    <service id="Aws\LicenseManager\LicenseManagerClient" alias="aws.licensemanager"/>
    <service id="Aws\Lightsail\LightsailClient" alias="aws.lightsail"/>
    <service id="Aws\LocationService\LocationServiceClient" alias="aws.locationservice"/>
    <service id="Aws\CloudWatchLogs\CloudWatchLogsClient" alias="aws.cloudwatchlogs"/>
    <service id="Aws\LookoutEquipment\LookoutEquipmentClient" alias="aws.lookoutequipment"/>
    <service id="Aws\LookoutMetrics\LookoutMetricsClient" alias="aws.lookoutmetrics"/>
    <service id="Aws\LookoutforVision\LookoutforVisionClient" alias="aws.lookoutforvision"/>
    <service id="Aws\MainframeModernization\MainframeModernizationClient" alias="aws.mainframemodernization"/>
    <service id="Aws\MachineLearning\MachineLearningClient" alias="aws.machinelearning"/>
    <service id="Aws\Macie2\Macie2Client" alias="aws.macie2"/>
    <service id="Aws\MailManager\MailManagerClient" alias="aws.mailmanager"/>
    <service id="Aws\ManagedBlockchainQuery\ManagedBlockchainQueryClient" alias="aws.managedblockchainquery"/>
    <service id="Aws\ManagedBlockchain\ManagedBlockchainClient" alias="aws.managedblockchain"/>
    <service id="Aws\MarketplaceAgreement\MarketplaceAgreementClient" alias="aws.marketplaceagreement"/>
    <service id="Aws\MarketplaceCatalog\MarketplaceCatalogClient" alias="aws.marketplacecatalog"/>
    <service id="Aws\MarketplaceDeployment\MarketplaceDeploymentClient" alias="aws.marketplacedeployment"/>
    <service id="Aws\MarketplaceReporting\MarketplaceReportingClient" alias="aws.marketplacereporting"/>
    <service id="Aws\MarketplaceCommerceAnalytics\MarketplaceCommerceAnalyticsClient" alias="aws.marketplacecommerceanalytics"/>
    <service id="Aws\MediaConnect\MediaConnectClient" alias="aws.mediaconnect"/>
    <service id="Aws\MediaConvert\MediaConvertClient" alias="aws.mediaconvert"/>
    <service id="Aws\MediaLive\MediaLiveClient" alias="aws.medialive"/>
    <service id="Aws\MediaPackageVod\MediaPackageVodClient" alias="aws.mediapackagevod"/>
    <service id="Aws\MediaPackage\MediaPackageClient" alias="aws.mediapackage"/>
    <service id="Aws\MediaPackageV2\MediaPackageV2Client" alias="aws.mediapackagev2"/>
    <service id="Aws\MediaStoreData\MediaStoreDataClient" alias="aws.mediastoredata"/>
    <service id="Aws\MediaStore\MediaStoreClient" alias="aws.mediastore"/>
    <service id="Aws\MediaTailor\MediaTailorClient" alias="aws.mediatailor"/>
    <service id="Aws\MedicalImaging\MedicalImagingClient" alias="aws.medicalimaging"/>
    <service id="Aws\MemoryDB\MemoryDBClient" alias="aws.memorydb"/>
    <service id="Aws\MarketplaceMetering\MarketplaceMeteringClient" alias="aws.marketplacemetering"/>
    <service id="Aws\MigrationHub\MigrationHubClient" alias="aws.migrationhub"/>
    <service id="Aws\mgn\mgnClient" alias="aws.mgn"/>
    <service id="Aws\MigrationHubRefactorSpaces\MigrationHubRefactorSpacesClient" alias="aws.migrationhubrefactorspaces"/>
    <service id="Aws\MigrationHubConfig\MigrationHubConfigClient" alias="aws.migrationhubconfig"/>
    <service id="Aws\MigrationHubOrchestrator\MigrationHubOrchestratorClient" alias="aws.migrationhuborchestrator"/>
    <service id="Aws\MigrationHubStrategyRecommendations\MigrationHubStrategyRecommendationsClient" alias="aws.migrationhubstrategyrecommendations"/>
    <service id="Aws\LexModelsV2\LexModelsV2Client" alias="aws.lexmodelsv2"/>
    <service id="Aws\CloudWatch\CloudWatchClient" alias="aws.cloudwatch"/>
    <service id="Aws\MQ\MQClient" alias="aws.mq"/>
    <service id="Aws\MTurk\MTurkClient" alias="aws.mturk"/>
    <service id="Aws\MWAA\MWAAClient" alias="aws.mwaa"/>
    <service id="Aws\NeptuneGraph\NeptuneGraphClient" alias="aws.neptunegraph"/>
    <service id="Aws\Neptune\NeptuneClient" alias="aws.neptune"/>
    <service id="Aws\Neptunedata\NeptunedataClient" alias="aws.neptunedata"/>
    <service id="Aws\NetworkFirewall\NetworkFirewallClient" alias="aws.networkfirewall"/>
    <service id="Aws\NetworkFlowMonitor\NetworkFlowMonitorClient" alias="aws.networkflowmonitor"/>
    <service id="Aws\NetworkManager\NetworkManagerClient" alias="aws.networkmanager"/>
    <service id="Aws\NetworkMonitor\NetworkMonitorClient" alias="aws.networkmonitor"/>
    <service id="Aws\Notifications\NotificationsClient" alias="aws.notifications"/>
    <service id="Aws\NotificationsContacts\NotificationsContactsClient" alias="aws.notificationscontacts"/>
    <service id="Aws\OAM\OAMClient" alias="aws.oam"/>
    <service id="Aws\ObservabilityAdmin\ObservabilityAdminClient" alias="aws.observabilityadmin"/>
    <service id="Aws\Omics\OmicsClient" alias="aws.omics"/>
    <service id="Aws\OpenSearchService\OpenSearchServiceClient" alias="aws.opensearchservice"/>
    <service id="Aws\OpenSearchServerless\OpenSearchServerlessClient" alias="aws.opensearchserverless"/>
    <service id="Aws\OpsWorks\OpsWorksClient" alias="aws.opsworks"/>
    <service id="Aws\OpsWorksCM\OpsWorksCMClient" alias="aws.opsworkscm"/>
    <service id="Aws\Organizations\OrganizationsClient" alias="aws.organizations"/>
    <service id="Aws\OSIS\OSISClient" alias="aws.osis"/>
    <service id="Aws\Outposts\OutpostsClient" alias="aws.outposts"/>
    <service id="Aws\Panorama\PanoramaClient" alias="aws.panorama"/>
    <service id="Aws\PartnerCentralSelling\PartnerCentralSellingClient" alias="aws.partnercentralselling"/>
    <service id="Aws\PaymentCryptographyData\PaymentCryptographyDataClient" alias="aws.paymentcryptographydata"/>
    <service id="Aws\PaymentCryptography\PaymentCryptographyClient" alias="aws.paymentcryptography"/>
    <service id="Aws\PcaConnectorAd\PcaConnectorAdClient" alias="aws.pcaconnectorad"/>
    <service id="Aws\PcaConnectorScep\PcaConnectorScepClient" alias="aws.pcaconnectorscep"/>
    <service id="Aws\PCS\PCSClient" alias="aws.pcs"/>
    <service id="Aws\PersonalizeEvents\PersonalizeEventsClient" alias="aws.personalizeevents"/>
    <service id="Aws\PersonalizeRuntime\PersonalizeRuntimeClient" alias="aws.personalizeruntime"/>
    <service id="Aws\Personalize\PersonalizeClient" alias="aws.personalize"/>
    <service id="Aws\PI\PIClient" alias="aws.pi"/>
    <service id="Aws\PinpointEmail\PinpointEmailClient" alias="aws.pinpointemail"/>
    <service id="Aws\PinpointSMSVoiceV2\PinpointSMSVoiceV2Client" alias="aws.pinpointsmsvoicev2"/>
    <service id="Aws\Pinpoint\PinpointClient" alias="aws.pinpoint"/>
    <service id="Aws\Pipes\PipesClient" alias="aws.pipes"/>
    <service id="Aws\Polly\PollyClient" alias="aws.polly"/>
    <service id="Aws\Pricing\PricingClient" alias="aws.pricing"/>
    <service id="Aws\PrivateNetworks\PrivateNetworksClient" alias="aws.privatenetworks"/>
    <service id="Aws\Proton\ProtonClient" alias="aws.proton"/>
    <service id="Aws\QApps\QAppsClient" alias="aws.qapps"/>
    <service id="Aws\QBusiness\QBusinessClient" alias="aws.qbusiness"/>
    <service id="Aws\QConnect\QConnectClient" alias="aws.qconnect"/>
    <service id="Aws\QLDBSession\QLDBSessionClient" alias="aws.qldbsession"/>
    <service id="Aws\QLDB\QLDBClient" alias="aws.qldb"/>
    <service id="Aws\QuickSight\QuickSightClient" alias="aws.quicksight"/>
    <service id="Aws\RAM\RAMClient" alias="aws.ram"/>
    <service id="Aws\RecycleBin\RecycleBinClient" alias="aws.recyclebin"/>
    <service id="Aws\RDSDataService\RDSDataServiceClient" alias="aws.rdsdataservice"/>
    <service id="Aws\Rds\RdsClient" alias="aws.rds"/>
    <service id="Aws\RedshiftDataAPIService\RedshiftDataAPIServiceClient" alias="aws.redshiftdataapiservice"/>
    <service id="Aws\RedshiftServerless\RedshiftServerlessClient" alias="aws.redshiftserverless"/>
    <service id="Aws\Redshift\RedshiftClient" alias="aws.redshift"/>
    <service id="Aws\Rekognition\RekognitionClient" alias="aws.rekognition"/>
    <service id="Aws\Repostspace\RepostspaceClient" alias="aws.repostspace"/>
    <service id="Aws\ResilienceHub\ResilienceHubClient" alias="aws.resiliencehub"/>
    <service id="Aws\ResourceExplorer2\ResourceExplorer2Client" alias="aws.resourceexplorer2"/>
    <service id="Aws\ResourceGroups\ResourceGroupsClient" alias="aws.resourcegroups"/>
    <service id="Aws\ResourceGroupsTaggingAPI\ResourceGroupsTaggingAPIClient" alias="aws.resourcegroupstaggingapi"/>
    <service id="Aws\RoboMaker\RoboMakerClient" alias="aws.robomaker"/>
    <service id="Aws\RolesAnywhere\RolesAnywhereClient" alias="aws.rolesanywhere"/>
    <service id="Aws\Route53RecoveryCluster\Route53RecoveryClusterClient" alias="aws.route53recoverycluster"/>
    <service id="Aws\Route53RecoveryControlConfig\Route53RecoveryControlConfigClient" alias="aws.route53recoverycontrolconfig"/>
    <service id="Aws\Route53RecoveryReadiness\Route53RecoveryReadinessClient" alias="aws.route53recoveryreadiness"/>
    <service id="Aws\Route53\Route53Client" alias="aws.route53"/>
    <service id="Aws\Route53Domains\Route53DomainsClient" alias="aws.route53domains"/>
    <service id="Aws\Route53Profiles\Route53ProfilesClient" alias="aws.route53profiles"/>
    <service id="Aws\Route53Resolver\Route53ResolverClient" alias="aws.route53resolver"/>
    <service id="Aws\CloudWatchRUM\CloudWatchRUMClient" alias="aws.cloudwatchrum"/>
    <service id="Aws\LexRuntimeV2\LexRuntimeV2Client" alias="aws.lexruntimev2"/>
    <service id="Aws\LexRuntimeService\LexRuntimeServiceClient" alias="aws.lexruntimeservice"/>
    <service id="Aws\SageMakerRuntime\SageMakerRuntimeClient" alias="aws.sagemakerruntime"/>
    <service id="Aws\S3\S3Client" alias="aws.s3"/>
    <service id="Aws\S3Control\S3ControlClient" alias="aws.s3control"/>
    <service id="Aws\S3Outposts\S3OutpostsClient" alias="aws.s3outposts"/>
    <service id="Aws\S3Tables\S3TablesClient" alias="aws.s3tables"/>
    <service id="Aws\AugmentedAIRuntime\AugmentedAIRuntimeClient" alias="aws.augmentedairuntime"/>
    <service id="Aws\SagemakerEdgeManager\SagemakerEdgeManagerClient" alias="aws.sagemakeredgemanager"/>
    <service id="Aws\SageMakerFeatureStoreRuntime\SageMakerFeatureStoreRuntimeClient" alias="aws.sagemakerfeaturestoreruntime"/>
    <service id="Aws\SageMakerGeospatial\SageMakerGeospatialClient" alias="aws.sagemakergeospatial"/>
    <service id="Aws\SageMakerMetrics\SageMakerMetricsClient" alias="aws.sagemakermetrics"/>
    <service id="Aws\SageMaker\SageMakerClient" alias="aws.sagemaker"/>
    <service id="Aws\SavingsPlans\SavingsPlansClient" alias="aws.savingsplans"/>
    <service id="Aws\Scheduler\SchedulerClient" alias="aws.scheduler"/>
    <service id="Aws\Schemas\SchemasClient" alias="aws.schemas"/>
    <service id="Aws\SecretsManager\SecretsManagerClient" alias="aws.secretsmanager"/>
    <service id="Aws\SecurityIR\SecurityIRClient" alias="aws.securityir"/>
    <service id="Aws\SecurityHub\SecurityHubClient" alias="aws.securityhub"/>
    <service id="Aws\SecurityLake\SecurityLakeClient" alias="aws.securitylake"/>
    <service id="Aws\ServerlessApplicationRepository\ServerlessApplicationRepositoryClient" alias="aws.serverlessapplicationrepository"/>
    <service id="Aws\ServiceQuotas\ServiceQuotasClient" alias="aws.servicequotas"/>
    <service id="Aws\AppRegistry\AppRegistryClient" alias="aws.appregistry"/>
    <service id="Aws\ServiceCatalog\ServiceCatalogClient" alias="aws.servicecatalog"/>
    <service id="Aws\ServiceDiscovery\ServiceDiscoveryClient" alias="aws.servicediscovery"/>
    <service id="Aws\SesV2\SesV2Client" alias="aws.sesv2"/>
    <service id="Aws\Shield\ShieldClient" alias="aws.shield"/>
    <service id="Aws\signer\signerClient" alias="aws.signer"/>
    <service id="Aws\SimSpaceWeaver\SimSpaceWeaverClient" alias="aws.simspaceweaver"/>
    <service id="Aws\PinpointSMSVoice\PinpointSMSVoiceClient" alias="aws.pinpointsmsvoice"/>
    <service id="Aws\Sms\SmsClient" alias="aws.sms"/>
    <service id="Aws\SnowDeviceManagement\SnowDeviceManagementClient" alias="aws.snowdevicemanagement"/>
    <service id="Aws\SnowBall\SnowBallClient" alias="aws.snowball"/>
    <service id="Aws\Sns\SnsClient" alias="aws.sns"/>
    <service id="Aws\SocialMessaging\SocialMessagingClient" alias="aws.socialmessaging"/>
    <service id="Aws\Sqs\SqsClient" alias="aws.sqs"/>
    <service id="Aws\SSMContacts\SSMContactsClient" alias="aws.ssmcontacts"/>
    <service id="Aws\SSMIncidents\SSMIncidentsClient" alias="aws.ssmincidents"/>
    <service id="Aws\SSMQuickSetup\SSMQuickSetupClient" alias="aws.ssmquicksetup"/>
    <service id="Aws\SsmSap\SsmSapClient" alias="aws.ssmsap"/>
    <service id="Aws\Ssm\SsmClient" alias="aws.ssm"/>
    <service id="Aws\SSOAdmin\SSOAdminClient" alias="aws.ssoadmin"/>
    <service id="Aws\SSOOIDC\SSOOIDCClient" alias="aws.ssooidc"/>
    <service id="Aws\SSO\SSOClient" alias="aws.sso"/>
    <service id="Aws\Sfn\SfnClient" alias="aws.sfn"/>
    <service id="Aws\StorageGateway\StorageGatewayClient" alias="aws.storagegateway"/>
    <service id="Aws\DynamoDbStreams\DynamoDbStreamsClient" alias="aws.dynamodbstreams"/>
    <service id="Aws\Sts\StsClient" alias="aws.sts"/>
    <service id="Aws\SupplyChain\SupplyChainClient" alias="aws.supplychain"/>
    <service id="Aws\SupportApp\SupportAppClient" alias="aws.supportapp"/>
    <service id="Aws\Support\SupportClient" alias="aws.support"/>
    <service id="Aws\Swf\SwfClient" alias="aws.swf"/>
    <service id="Aws\Synthetics\SyntheticsClient" alias="aws.synthetics"/>
    <service id="Aws\TaxSettings\TaxSettingsClient" alias="aws.taxsettings"/>
    <service id="Aws\Textract\TextractClient" alias="aws.textract"/>
    <service id="Aws\TimestreamInfluxDB\TimestreamInfluxDBClient" alias="aws.timestreaminfluxdb"/>
    <service id="Aws\TimestreamQuery\TimestreamQueryClient" alias="aws.timestreamquery"/>
    <service id="Aws\TimestreamWrite\TimestreamWriteClient" alias="aws.timestreamwrite"/>
    <service id="Aws\Tnb\TnbClient" alias="aws.tnb"/>
    <service id="Aws\TranscribeService\TranscribeServiceClient" alias="aws.transcribeservice"/>
    <service id="Aws\Transfer\TransferClient" alias="aws.transfer"/>
    <service id="Aws\Translate\TranslateClient" alias="aws.translate"/>
    <service id="Aws\TrustedAdvisor\TrustedAdvisorClient" alias="aws.trustedadvisor"/>
    <service id="Aws\VerifiedPermissions\VerifiedPermissionsClient" alias="aws.verifiedpermissions"/>
    <service id="Aws\VoiceID\VoiceIDClient" alias="aws.voiceid"/>
    <service id="Aws\VPCLattice\VPCLatticeClient" alias="aws.vpclattice"/>
    <service id="Aws\WafRegional\WafRegionalClient" alias="aws.wafregional"/>
    <service id="Aws\Waf\WafClient" alias="aws.waf"/>
    <service id="Aws\WAFV2\WAFV2Client" alias="aws.wafv2"/>
    <service id="Aws\WellArchitected\WellArchitectedClient" alias="aws.wellarchitected"/>
    <service id="Aws\ConnectWisdomService\ConnectWisdomServiceClient" alias="aws.connectwisdomservice"/>
    <service id="Aws\WorkDocs\WorkDocsClient" alias="aws.workdocs"/>
    <service id="Aws\WorkMail\WorkMailClient" alias="aws.workmail"/>
    <service id="Aws\WorkMailMessageFlow\WorkMailMessageFlowClient" alias="aws.workmailmessageflow"/>
    <service id="Aws\WorkSpacesThinClient\WorkSpacesThinClientClient" alias="aws.workspacesthinclient"/>
    <service id="Aws\WorkSpacesWeb\WorkSpacesWebClient" alias="aws.workspacesweb"/>
    <service id="Aws\WorkSpaces\WorkSpacesClient" alias="aws.workspaces"/>
    <service id="Aws\XRay\XRayClient" alias="aws.xray"/>
    <service id="container.env_var_processors_locator" alias=".service_locator.TYqHjNZ" public="true"/>
    <service id="argument_resolver.controller_locator" alias=".service_locator.jgYgi5i"/>
    <service id="session" alias=".session.do-not-use" public="true">
      <deprecated package="symfony/framework-bundle" version="5.3">The "%alias_id%" service and "SessionInterface" alias are deprecated, use "$requestStack-&gt;getSession()" instead.</deprecated>
    </service>
    <service id="Psr\Log\LoggerInterface $requestLogger" alias="monolog.logger.request"/>
    <service id="Psr\Log\LoggerInterface $consoleLogger" alias="monolog.logger.console"/>
    <service id="Psr\Log\LoggerInterface $cacheLogger" alias="monolog.logger.cache"/>
    <service id="Psr\Log\LoggerInterface $translationLogger" alias="monolog.logger.translation"/>
    <service id="Psr\Log\LoggerInterface $phpLogger" alias="monolog.logger.php"/>
    <service id="Psr\Log\LoggerInterface $eventLogger" alias="monolog.logger.event"/>
    <service id="Psr\Log\LoggerInterface $routerLogger" alias="monolog.logger.router"/>
    <service id="Psr\Log\LoggerInterface $doctrineLogger" alias="monolog.logger.doctrine"/>
    <service id="Psr\Log\LoggerInterface $auditLogger" alias="monolog.logger.audit"/>
    <service id="Psr\Log\LoggerInterface $criticalLogger" alias="monolog.logger.critical"/>
    <service id="Psr\Log\LoggerInterface $deprecationLogger" alias="monolog.logger.deprecation"/>
    <service id="doctrine.id_generator_locator" alias=".service_locator.KLVvNIq"/>
    <service id=".service_locator.Uxh1Vgz" alias=".service_locator.TYqHjNZ"/>
    <service id=".service_locator.nVftpki" alias=".service_locator.jgYgi5i"/>
    <service id=".service_locator.dZ2Iz68" alias=".service_locator.uVc4jmt"/>
    <service id=".service_locator.wdlQxiH" alias=".service_locator.DmyfUnu"/>
    <service id=".service_locator.O24_MAy" alias=".service_locator.yY.p4P7"/>
    <service id=".service_locator.W9y3dzm" alias=".service_locator.GNc8e5B"/>
    <service id="event_dispatcher" alias="debug.event_dispatcher" public="true"/>
    <service id="controller_resolver" alias="debug.controller_resolver"/>
    <service id="argument_resolver" alias="debug.argument_resolver"/>
    <service id="doctrine.migrations.migrations_factory" alias="doctrine.migrations.container_aware_migrations_factory"/>
    <service id="argument_resolver.request_attribute" alias="debug.argument_resolver.request_attribute"/>
    <service id="argument_resolver.request" alias="debug.argument_resolver.request"/>
    <service id="argument_resolver.session" alias="debug.argument_resolver.session"/>
    <service id="argument_resolver.service" alias="debug.argument_resolver.service"/>
    <service id="argument_resolver.default" alias="debug.argument_resolver.default"/>
    <service id="argument_resolver.variadic" alias="debug.argument_resolver.variadic"/>
    <service id="argument_resolver.not_tagged_controller" alias="debug.argument_resolver.not_tagged_controller"/>
    <service id="doctrine.orm.default_metadata_driver" alias=".doctrine.orm.default_metadata_driver"/>
    <service id=".service_locator.JBAFp66" alias=".service_locator.KfbR3DY"/>
    <service id=".service_locator.QyXo_5s" alias=".service_locator.9wplPMA"/>
    <service id=".service_locator.6kaoixz" alias=".service_locator.vqLiAox"/>
    <service id=".service_locator.iyojq4T" alias=".service_locator.L08cOYW"/>
    <service id=".service_locator.6I5vkOu" alias=".service_locator.zARbZ0I"/>
    <service id=".service_locator.8nSGCM4" alias=".service_locator.O7Avvig"/>
    <service id=".service_locator.R8AHc0P" alias=".service_locator.GNc8e5B"/>
    <service id=".service_locator.sf85gDo" alias=".service_locator.XmPJruK"/>
  </services>
</container>
