<?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">C:\Users\rgalo\Dropbox\_LIVRECOMMENT</parameter>
    <parameter key="kernel.environment">test</parameter>
    <parameter key="kernel.runtime_environment">%env(default:kernel.environment:APP_RUNTIME_ENV)%</parameter>
    <parameter key="kernel.runtime_mode">%env(query_string:default:container.runtime_mode:APP_RUNTIME_MODE)%</parameter>
    <parameter key="kernel.runtime_mode.web">%env(bool:default::key:web:default:kernel.runtime_mode:)%</parameter>
    <parameter key="kernel.runtime_mode.cli">%env(not:default:kernel.runtime_mode.web:)%</parameter>
    <parameter key="kernel.runtime_mode.worker">%env(bool:default::key:worker:default:kernel.runtime_mode:)%</parameter>
    <parameter key="kernel.debug">true</parameter>
    <parameter key="kernel.build_dir">C:\Users\rgalo\Dropbox\_LIVRECOMMENT\var\cache\test</parameter>
    <parameter key="kernel.cache_dir">C:\Users\rgalo\Dropbox\_LIVRECOMMENT\var\cache\test</parameter>
    <parameter key="kernel.logs_dir">C:\Users\rgalo\Dropbox\_LIVRECOMMENT\var\log</parameter>
    <parameter key="kernel.bundles" type="collection">
      <parameter key="FrameworkBundle">Symfony\Bundle\FrameworkBundle\FrameworkBundle</parameter>
      <parameter key="TwigBundle">Symfony\Bundle\TwigBundle\TwigBundle</parameter>
      <parameter key="SecurityBundle">Symfony\Bundle\SecurityBundle\SecurityBundle</parameter>
      <parameter key="DoctrineBundle">Doctrine\Bundle\DoctrineBundle\DoctrineBundle</parameter>
      <parameter key="DoctrineMigrationsBundle">Doctrine\Bundle\MigrationsBundle\DoctrineMigrationsBundle</parameter>
      <parameter key="NelmioCorsBundle">Nelmio\CorsBundle\NelmioCorsBundle</parameter>
      <parameter key="ApiPlatformBundle">ApiPlatform\Symfony\Bundle\ApiPlatformBundle</parameter>
      <parameter key="WebProfilerBundle">Symfony\Bundle\WebProfilerBundle\WebProfilerBundle</parameter>
      <parameter key="StimulusBundle">Symfony\UX\StimulusBundle\StimulusBundle</parameter>
      <parameter key="TurboBundle">Symfony\UX\Turbo\TurboBundle</parameter>
      <parameter key="TwigExtraBundle">Twig\Extra\TwigExtraBundle\TwigExtraBundle</parameter>
      <parameter key="MonologBundle">Symfony\Bundle\MonologBundle\MonologBundle</parameter>
      <parameter key="LexikJWTAuthenticationBundle">Lexik\Bundle\JWTAuthenticationBundle\LexikJWTAuthenticationBundle</parameter>
      <parameter key="SymfonyCastsResetPasswordBundle">SymfonyCasts\Bundle\ResetPassword\SymfonyCastsResetPasswordBundle</parameter>
      <parameter key="TwigComponentBundle">Symfony\UX\TwigComponent\TwigComponentBundle</parameter>
      <parameter key="EasyAdminBundle">EasyCorp\Bundle\EasyAdminBundle\EasyAdminBundle</parameter>
    </parameter>
    <parameter key="kernel.bundles_metadata" type="collection">
      <parameter key="FrameworkBundle" type="collection">
        <parameter key="path">C:\Users\rgalo\Dropbox\_LIVRECOMMENT\vendor\symfony\framework-bundle</parameter>
        <parameter key="namespace">Symfony\Bundle\FrameworkBundle</parameter>
      </parameter>
      <parameter key="TwigBundle" type="collection">
        <parameter key="path">C:\Users\rgalo\Dropbox\_LIVRECOMMENT\vendor\symfony\twig-bundle</parameter>
        <parameter key="namespace">Symfony\Bundle\TwigBundle</parameter>
      </parameter>
      <parameter key="SecurityBundle" type="collection">
        <parameter key="path">C:\Users\rgalo\Dropbox\_LIVRECOMMENT\vendor\symfony\security-bundle</parameter>
        <parameter key="namespace">Symfony\Bundle\SecurityBundle</parameter>
      </parameter>
      <parameter key="DoctrineBundle" type="collection">
        <parameter key="path">C:\Users\rgalo\Dropbox\_LIVRECOMMENT\vendor\doctrine\doctrine-bundle</parameter>
        <parameter key="namespace">Doctrine\Bundle\DoctrineBundle</parameter>
      </parameter>
      <parameter key="DoctrineMigrationsBundle" type="collection">
        <parameter key="path">C:\Users\rgalo\Dropbox\_LIVRECOMMENT\vendor\doctrine\doctrine-migrations-bundle</parameter>
        <parameter key="namespace">Doctrine\Bundle\MigrationsBundle</parameter>
      </parameter>
      <parameter key="NelmioCorsBundle" type="collection">
        <parameter key="path">C:\Users\rgalo\Dropbox\_LIVRECOMMENT\vendor\nelmio\cors-bundle</parameter>
        <parameter key="namespace">Nelmio\CorsBundle</parameter>
      </parameter>
      <parameter key="ApiPlatformBundle" type="collection">
        <parameter key="path">C:\Users\rgalo\Dropbox\_LIVRECOMMENT\vendor\api-platform\symfony\Bundle</parameter>
        <parameter key="namespace">ApiPlatform\Symfony\Bundle</parameter>
      </parameter>
      <parameter key="WebProfilerBundle" type="collection">
        <parameter key="path">C:\Users\rgalo\Dropbox\_LIVRECOMMENT\vendor\symfony\web-profiler-bundle</parameter>
        <parameter key="namespace">Symfony\Bundle\WebProfilerBundle</parameter>
      </parameter>
      <parameter key="StimulusBundle" type="collection">
        <parameter key="path">C:\Users\rgalo\Dropbox\_LIVRECOMMENT\vendor\symfony\stimulus-bundle</parameter>
        <parameter key="namespace">Symfony\UX\StimulusBundle</parameter>
      </parameter>
      <parameter key="TurboBundle" type="collection">
        <parameter key="path">C:\Users\rgalo\Dropbox\_LIVRECOMMENT\vendor\symfony\ux-turbo</parameter>
        <parameter key="namespace">Symfony\UX\Turbo</parameter>
      </parameter>
      <parameter key="TwigExtraBundle" type="collection">
        <parameter key="path">C:\Users\rgalo\Dropbox\_LIVRECOMMENT\vendor\twig\extra-bundle</parameter>
        <parameter key="namespace">Twig\Extra\TwigExtraBundle</parameter>
      </parameter>
      <parameter key="MonologBundle" type="collection">
        <parameter key="path">C:\Users\rgalo\Dropbox\_LIVRECOMMENT\vendor\symfony\monolog-bundle\src</parameter>
        <parameter key="namespace">Symfony\Bundle\MonologBundle</parameter>
      </parameter>
      <parameter key="LexikJWTAuthenticationBundle" type="collection">
        <parameter key="path">C:\Users\rgalo\Dropbox\_LIVRECOMMENT\vendor\lexik\jwt-authentication-bundle</parameter>
        <parameter key="namespace">Lexik\Bundle\JWTAuthenticationBundle</parameter>
      </parameter>
      <parameter key="SymfonyCastsResetPasswordBundle" type="collection">
        <parameter key="path">C:\Users\rgalo\Dropbox\_LIVRECOMMENT\vendor\symfonycasts\reset-password-bundle\src</parameter>
        <parameter key="namespace">SymfonyCasts\Bundle\ResetPassword</parameter>
      </parameter>
      <parameter key="TwigComponentBundle" type="collection">
        <parameter key="path">C:\Users\rgalo\Dropbox\_LIVRECOMMENT\vendor\symfony\ux-twig-component</parameter>
        <parameter key="namespace">Symfony\UX\TwigComponent</parameter>
      </parameter>
      <parameter key="EasyAdminBundle" type="collection">
        <parameter key="path">C:\Users\rgalo\Dropbox\_LIVRECOMMENT\vendor\easycorp\easyadmin-bundle</parameter>
        <parameter key="namespace">EasyCorp\Bundle\EasyAdminBundle</parameter>
      </parameter>
    </parameter>
    <parameter key="kernel.charset">UTF-8</parameter>
    <parameter key="kernel.container_class">App_KernelTestDebugContainer</parameter>
    <parameter key="kernel.share_dir">C:\Users\rgalo\Dropbox\_LIVRECOMMENT\var\share\test</parameter>
    <parameter key=".container.known_envs" type="collection">
      <parameter>test</parameter>
      <parameter>dev</parameter>
      <parameter>prod</parameter>
    </parameter>
    <parameter key=".kernel.config_dir">C:\Users\rgalo\Dropbox\_LIVRECOMMENT/config</parameter>
    <parameter key=".kernel.bundles_definition" type="collection">
      <parameter key="Symfony\Bundle\FrameworkBundle\FrameworkBundle" type="collection">
        <parameter key="all">true</parameter>
      </parameter>
      <parameter key="Symfony\Bundle\TwigBundle\TwigBundle" type="collection">
        <parameter key="all">true</parameter>
      </parameter>
      <parameter key="Symfony\Bundle\SecurityBundle\SecurityBundle" type="collection">
        <parameter key="all">true</parameter>
      </parameter>
      <parameter key="Doctrine\Bundle\DoctrineBundle\DoctrineBundle" type="collection">
        <parameter key="all">true</parameter>
      </parameter>
      <parameter key="Doctrine\Bundle\MigrationsBundle\DoctrineMigrationsBundle" type="collection">
        <parameter key="all">true</parameter>
      </parameter>
      <parameter key="Nelmio\CorsBundle\NelmioCorsBundle" type="collection">
        <parameter key="all">true</parameter>
      </parameter>
      <parameter key="ApiPlatform\Symfony\Bundle\ApiPlatformBundle" type="collection">
        <parameter key="all">true</parameter>
      </parameter>
      <parameter key="Symfony\Bundle\DebugBundle\DebugBundle" type="collection">
        <parameter key="dev">true</parameter>
      </parameter>
      <parameter key="Symfony\Bundle\WebProfilerBundle\WebProfilerBundle" type="collection">
        <parameter key="dev">true</parameter>
        <parameter key="test">true</parameter>
      </parameter>
      <parameter key="Symfony\UX\StimulusBundle\StimulusBundle" type="collection">
        <parameter key="all">true</parameter>
      </parameter>
      <parameter key="Symfony\UX\Turbo\TurboBundle" type="collection">
        <parameter key="all">true</parameter>
      </parameter>
      <parameter key="Twig\Extra\TwigExtraBundle\TwigExtraBundle" type="collection">
        <parameter key="all">true</parameter>
      </parameter>
      <parameter key="Symfony\Bundle\MonologBundle\MonologBundle" type="collection">
        <parameter key="all">true</parameter>
      </parameter>
      <parameter key="Symfony\Bundle\MakerBundle\MakerBundle" type="collection">
        <parameter key="dev">true</parameter>
      </parameter>
      <parameter key="Lexik\Bundle\JWTAuthenticationBundle\LexikJWTAuthenticationBundle" type="collection">
        <parameter key="all">true</parameter>
      </parameter>
      <parameter key="SymfonyCasts\Bundle\ResetPassword\SymfonyCastsResetPasswordBundle" type="collection">
        <parameter key="all">true</parameter>
      </parameter>
      <parameter key="Symfony\UX\TwigComponent\TwigComponentBundle" type="collection">
        <parameter key="all">true</parameter>
      </parameter>
      <parameter key="EasyCorp\Bundle\EasyAdminBundle\EasyAdminBundle" type="collection">
        <parameter key="all">true</parameter>
      </parameter>
    </parameter>
    <parameter key="app.covers_dir">C:\Users\rgalo\Dropbox\_LIVRECOMMENT/public/covers</parameter>
    <parameter key="env(WEBPUSH_VAPID_SUBJECT)"/>
    <parameter key="env(WEBPUSH_VAPID_PUBLIC_KEY)"/>
    <parameter key="env(WEBPUSH_VAPID_PRIVATE_KEY)"/>
    <parameter key="app.ol_author_dict_path">C:\Users\rgalo\Dropbox\_LIVRECOMMENT/var/dump_ingest/authors.sqlite</parameter>
    <parameter key="app.facet_vocabulary_path">C:\Users\rgalo\Dropbox\_LIVRECOMMENT/config/data/facet_vocabulary.php</parameter>
    <parameter key="app.read_alikes_path">C:\Users\rgalo\Dropbox\_LIVRECOMMENT/config/data/read_alikes.php</parameter>
    <parameter key="app.facet_seeds_path">C:\Users\rgalo\Dropbox\_LIVRECOMMENT/config/data/facet_seeds.php</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\Form\Event\PreSubmitEvent">form.pre_submit</parameter>
      <parameter key="Symfony\Component\Form\Event\SubmitEvent">form.submit</parameter>
      <parameter key="Symfony\Component\Form\Event\PostSubmitEvent">form.post_submit</parameter>
      <parameter key="Symfony\Component\Form\Event\PreSetDataEvent">form.pre_set_data</parameter>
      <parameter key="Symfony\Component\Form\Event\PostSetDataEvent">form.post_set_data</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 key="Symfony\Component\Security\Core\Event\AuthenticationSuccessEvent">security.authentication.success</parameter>
      <parameter key="Symfony\Component\Security\Http\Event\InteractiveLoginEvent">security.interactive_login</parameter>
      <parameter key="Symfony\Component\Security\Http\Event\SwitchUserEvent">security.switch_user</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.allowed_http_method_override">null</parameter>
    <parameter key="kernel.trust_x_sendfile_type_header">%env(bool:default::SYMFONY_TRUST_X_SENDFILE_TYPE_HEADER)%</parameter>
    <parameter key="kernel.trusted_hosts">%env(TRUSTED_HOSTS)%</parameter>
    <parameter key="kernel.default_locale">en</parameter>
    <parameter key="kernel.enabled_locales" type="collection"/>
    <parameter key="kernel.error_controller">error_controller</parameter>
    <parameter key="kernel.trusted_proxies">%env(TRUSTED_PROXIES)%</parameter>
    <parameter key="kernel.trusted_headers" type="collection">
      <parameter>x-forwarded-for</parameter>
      <parameter>x-forwarded-host</parameter>
      <parameter>x-forwarded-proto</parameter>
      <parameter>x-forwarded-port</parameter>
      <parameter>x-forwarded-prefix</parameter>
    </parameter>
    <parameter key="debug.file_link_format">%env(default::SYMFONY_IDE)%</parameter>
    <parameter key="test.client.parameters" type="collection"/>
    <parameter key="asset.request_context.base_path">null</parameter>
    <parameter key="asset.request_context.secure">null</parameter>
    <parameter key="translator.logging">false</parameter>
    <parameter key="translator.default_path">C:\Users\rgalo\Dropbox\_LIVRECOMMENT/translations</parameter>
    <parameter key="debug.error_handler.throw_at">-1</parameter>
    <parameter key="debug.container.dump">C:\Users\rgalo\Dropbox\_LIVRECOMMENT\var\cache\test/App_KernelTestDebugContainer.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">%env(DEFAULT_URI)%</parameter>
    <parameter key="router.resource">kernel::loadRoutes</parameter>
    <parameter key="router.cache_dir">C:\Users\rgalo\Dropbox\_LIVRECOMMENT\var\cache\test</parameter>
    <parameter key="request_listener.http_port">80</parameter>
    <parameter key="request_listener.https_port">443</parameter>
    <parameter key="serializer.mapping.cache.file">C:\Users\rgalo\Dropbox\_LIVRECOMMENT\var\cache\test/serialization.php</parameter>
    <parameter key=".serializer.named_serializers" type="collection"/>
    <parameter key="cache.prefix.seed">_C:\Users\rgalo\Dropbox\_LIVRECOMMENT.App_KernelTestDebugContainer</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_lifetime">0</parameter>
      <parameter key="cookie_secure">auto</parameter>
      <parameter key="cookie_httponly">true</parameter>
      <parameter key="cookie_samesite">lax</parameter>
      <parameter key="gc_maxlifetime">86400</parameter>
    </parameter>
    <parameter key="session.metadata.cookie_lifetime">0</parameter>
    <parameter key="session.save_path">null</parameter>
    <parameter key="session.metadata.update_threshold">0</parameter>
    <parameter key="form.type_extension.csrf.enabled">true</parameter>
    <parameter key="form.type_extension.csrf.field_name">_token</parameter>
    <parameter key="form.type_extension.csrf.field_attr" type="collection">
      <parameter key="data-controller">csrf-protection</parameter>
    </parameter>
    <parameter key=".form.type_extension.csrf.token_id">submit</parameter>
    <parameter key="validator.mapping.cache.file">C:\Users\rgalo\Dropbox\_LIVRECOMMENT\var\cache\test/validation.php</parameter>
    <parameter key="validator.translation_domain">validators</parameter>
    <parameter key="profiler_listener.only_exceptions">false</parameter>
    <parameter key="profiler_listener.only_main_requests">false</parameter>
    <parameter key="profiler.storage.dsn">file:C:\Users\rgalo\Dropbox\_LIVRECOMMENT\var\cache\test/profiler</parameter>
    <parameter key="twig.form.resources" type="collection">
      <parameter>form_div_layout.html.twig</parameter>
    </parameter>
    <parameter key="twig.default_path">C:\Users\rgalo\Dropbox\_LIVRECOMMENT/templates</parameter>
    <parameter key="security.role_hierarchy.roles" type="collection"/>
    <parameter key="security.access.denied_url">null</parameter>
    <parameter key="security.authentication.manager.erase_credentials">true</parameter>
    <parameter key="security.authentication.session_strategy.strategy">migrate</parameter>
    <parameter key="security.authentication.hide_user_not_found">true</parameter>
    <parameter key=".security.authentication.expose_security_errors" type="constant">Symfony\Component\Security\Http\Authentication\ExposeSecurityLevel::None</parameter>
    <parameter key="security.firewalls" type="collection">
      <parameter>dev</parameter>
      <parameter>api_login</parameter>
      <parameter>api</parameter>
      <parameter>main</parameter>
    </parameter>
    <parameter key="security.logout_uris" type="collection"/>
    <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="uuid" type="collection">
        <parameter key="class">Symfony\Bridge\Doctrine\Types\UuidType</parameter>
      </parameter>
      <parameter key="ulid" type="collection">
        <parameter key="class">Symfony\Bridge\Doctrine\Types\UlidType</parameter>
      </parameter>
      <parameter key="date_point" type="collection">
        <parameter key="class">Symfony\Bridge\Doctrine\Types\DatePointType</parameter>
      </parameter>
      <parameter key="day_point" type="collection">
        <parameter key="class">Symfony\Bridge\Doctrine\Types\DayPointType</parameter>
      </parameter>
      <parameter key="time_point" type="collection">
        <parameter key="class">Symfony\Bridge\Doctrine\Types\TimePointType</parameter>
      </parameter>
    </parameter>
    <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\Persistence\Mapping\Driver\PHPDriver</parameter>
    <parameter key="doctrine.orm.metadata.staticphp.class">Doctrine\Persistence\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">false</parameter>
    <parameter key="doctrine.orm.enable_lazy_ghost_objects">true</parameter>
    <parameter key="doctrine.orm.enable_native_lazy_objects">false</parameter>
    <parameter key="doctrine.orm.proxy_dir">C:\Users\rgalo\Dropbox\_LIVRECOMMENT\var\cache\test/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="nelmio_cors.map" type="collection">
      <parameter key="^/" type="collection"/>
    </parameter>
    <parameter key="nelmio_cors.defaults" type="collection">
      <parameter key="allow_origin" type="collection">
        <parameter>%env(CORS_ALLOW_ORIGIN)%</parameter>
      </parameter>
      <parameter key="allow_credentials">false</parameter>
      <parameter key="allow_headers" type="collection">
        <parameter>content-type</parameter>
        <parameter>authorization</parameter>
      </parameter>
      <parameter key="allow_private_network">false</parameter>
      <parameter key="expose_headers" type="collection">
        <parameter>Link</parameter>
      </parameter>
      <parameter key="allow_methods" type="collection">
        <parameter>GET</parameter>
        <parameter>OPTIONS</parameter>
        <parameter>POST</parameter>
        <parameter>PUT</parameter>
        <parameter>PATCH</parameter>
        <parameter>DELETE</parameter>
      </parameter>
      <parameter key="max_age">3600</parameter>
      <parameter key="hosts" type="collection"/>
      <parameter key="origin_regex">true</parameter>
      <parameter key="skip_same_as_origin">true</parameter>
      <parameter key="forced_allow_origin_value">null</parameter>
    </parameter>
    <parameter key="nelmio_cors.cors_listener.class">Nelmio\CorsBundle\EventListener\CorsListener</parameter>
    <parameter key="nelmio_cors.options_resolver.class">Nelmio\CorsBundle\Options\Resolver</parameter>
    <parameter key="nelmio_cors.options_provider.config.class">Nelmio\CorsBundle\Options\ConfigProvider</parameter>
    <parameter key="api_platform.use_symfony_listeners">false</parameter>
    <parameter key="api_platform.serializer.default_context" type="collection">
      <parameter key="hydra_prefix">false</parameter>
    </parameter>
    <parameter key="api_platform.enable_entrypoint">true</parameter>
    <parameter key="api_platform.enable_docs">true</parameter>
    <parameter key="api_platform.title">LivreComment API</parameter>
    <parameter key="api_platform.description">API publique LivreComment — consommée par l'app web (Twig+Hotwire) et l'app mobile native à venir.</parameter>
    <parameter key="api_platform.version">1.0.0</parameter>
    <parameter key="api_platform.show_webby">true</parameter>
    <parameter key="api_platform.url_generation_strategy">1</parameter>
    <parameter key="api_platform.exception_to_status" type="collection">
      <parameter key="Symfony\Component\Serializer\Exception\ExceptionInterface">400</parameter>
      <parameter key="ApiPlatform\Metadata\Exception\InvalidArgumentException">400</parameter>
      <parameter key="Doctrine\ORM\OptimisticLockException">409</parameter>
    </parameter>
    <parameter key="api_platform.formats" type="collection">
      <parameter key="jsonld" type="collection">
        <parameter>application/ld+json</parameter>
      </parameter>
      <parameter key="json" type="collection">
        <parameter>application/json</parameter>
      </parameter>
      <parameter key="html" type="collection">
        <parameter>text/html</parameter>
      </parameter>
    </parameter>
    <parameter key="api_platform.patch_formats" type="collection">
      <parameter key="json" type="collection">
        <parameter>application/merge-patch+json</parameter>
      </parameter>
    </parameter>
    <parameter key="api_platform.error_formats" type="collection">
      <parameter key="jsonld" type="collection">
        <parameter>application/ld+json</parameter>
      </parameter>
      <parameter key="jsonproblem" type="collection">
        <parameter>application/problem+json</parameter>
      </parameter>
      <parameter key="json" type="collection">
        <parameter>application/problem+json</parameter>
        <parameter>application/json</parameter>
      </parameter>
    </parameter>
    <parameter key="api_platform.docs_formats" type="collection">
      <parameter key="jsonld" type="collection">
        <parameter>application/ld+json</parameter>
      </parameter>
      <parameter key="jsonopenapi" type="collection">
        <parameter>application/vnd.openapi+json</parameter>
      </parameter>
      <parameter key="html" type="collection">
        <parameter>text/html</parameter>
      </parameter>
      <parameter key="yamlopenapi" type="collection">
        <parameter>application/vnd.openapi+yaml</parameter>
      </parameter>
    </parameter>
    <parameter key="api_platform.jsonschema_formats" type="collection"/>
    <parameter key="api_platform.eager_loading.enabled">true</parameter>
    <parameter key="api_platform.eager_loading.max_joins">30</parameter>
    <parameter key="api_platform.eager_loading.fetch_partial">false</parameter>
    <parameter key="api_platform.eager_loading.force_eager">true</parameter>
    <parameter key="api_platform.collection.exists_parameter_name">exists</parameter>
    <parameter key="api_platform.collection.order">ASC</parameter>
    <parameter key="api_platform.collection.order_parameter_name">order</parameter>
    <parameter key="api_platform.collection.order_nulls_comparison">null</parameter>
    <parameter key="api_platform.collection.pagination.enabled">true</parameter>
    <parameter key="api_platform.collection.pagination.partial">false</parameter>
    <parameter key="api_platform.collection.pagination.client_enabled">false</parameter>
    <parameter key="api_platform.collection.pagination.client_items_per_page">false</parameter>
    <parameter key="api_platform.collection.pagination.client_partial">false</parameter>
    <parameter key="api_platform.collection.pagination.items_per_page">30</parameter>
    <parameter key="api_platform.collection.pagination.maximum_items_per_page">30</parameter>
    <parameter key="api_platform.collection.pagination.page_parameter_name">page</parameter>
    <parameter key="api_platform.collection.pagination.enabled_parameter_name">pagination</parameter>
    <parameter key="api_platform.collection.pagination.items_per_page_parameter_name">itemsPerPage</parameter>
    <parameter key="api_platform.collection.pagination.partial_parameter_name">partial</parameter>
    <parameter key="api_platform.collection.pagination" type="collection">
      <parameter key="enabled">true</parameter>
      <parameter key="page_parameter_name">page</parameter>
      <parameter key="enabled_parameter_name">pagination</parameter>
      <parameter key="items_per_page_parameter_name">itemsPerPage</parameter>
      <parameter key="partial_parameter_name">partial</parameter>
      <parameter key="client_enabled">false</parameter>
      <parameter key="items_per_page">30</parameter>
    </parameter>
    <parameter key="api_platform.handle_symfony_errors">false</parameter>
    <parameter key="api_platform.http_cache.etag">true</parameter>
    <parameter key="api_platform.http_cache.max_age">null</parameter>
    <parameter key="api_platform.http_cache.shared_max_age">null</parameter>
    <parameter key="api_platform.http_cache.vary" type="collection">
      <parameter>Content-Type</parameter>
      <parameter>Authorization</parameter>
      <parameter>Origin</parameter>
    </parameter>
    <parameter key="api_platform.http_cache.public">null</parameter>
    <parameter key="api_platform.http_cache.stale_while_revalidate">null</parameter>
    <parameter key="api_platform.http_cache.stale_if_error">null</parameter>
    <parameter key="api_platform.http_cache.invalidation.max_header_length">7500</parameter>
    <parameter key="api_platform.http_cache.invalidation.xkey.glue"> </parameter>
    <parameter key="api_platform.asset_package">null</parameter>
    <parameter key="api_platform.defaults" type="collection">
      <parameter key="extra_properties" type="collection"/>
      <parameter key="stateless">true</parameter>
      <parameter key="route_prefix">/v1</parameter>
      <parameter key="cache_headers" type="collection">
        <parameter key="vary" type="collection">
          <parameter>Content-Type</parameter>
          <parameter>Authorization</parameter>
          <parameter>Origin</parameter>
        </parameter>
      </parameter>
      <parameter key="normalization_context" type="collection">
        <parameter key="skip_null_values">false</parameter>
      </parameter>
      <parameter key="denormalization_context" type="collection">
        <parameter key="allow_extra_attributes">false</parameter>
      </parameter>
      <parameter key="pagination_client_enabled">false</parameter>
      <parameter key="pagination_items_per_page">30</parameter>
    </parameter>
    <parameter key="api_platform.defaults.parameters" type="collection"/>
    <parameter key="api_platform.resource_class_directories" type="collection">
      <parameter>C:\Users\rgalo\Dropbox\_LIVRECOMMENT/src/ApiResource</parameter>
      <parameter>C:\Users\rgalo\Dropbox\_LIVRECOMMENT/src/Entity</parameter>
    </parameter>
    <parameter key="api_platform.class_name_resources" type="collection">
      <parameter>ApiPlatform\State\ApiResource\Error</parameter>
      <parameter>ApiPlatform\Validator\Exception\ValidationException</parameter>
      <parameter>App\ApiResource\WorkApiResource</parameter>
    </parameter>
    <parameter key="api_platform.oauth.enabled">false</parameter>
    <parameter key="api_platform.oauth.clientId"/>
    <parameter key="api_platform.oauth.clientSecret"/>
    <parameter key="api_platform.oauth.type">oauth2</parameter>
    <parameter key="api_platform.oauth.flow">application</parameter>
    <parameter key="api_platform.oauth.tokenUrl"/>
    <parameter key="api_platform.oauth.authorizationUrl"/>
    <parameter key="api_platform.oauth.refreshUrl"/>
    <parameter key="api_platform.oauth.scopes" type="collection"/>
    <parameter key="api_platform.oauth.pkce">false</parameter>
    <parameter key="api_platform.openapi.termsOfService">null</parameter>
    <parameter key="api_platform.openapi.contact.name">null</parameter>
    <parameter key="api_platform.openapi.contact.url">null</parameter>
    <parameter key="api_platform.openapi.contact.email">null</parameter>
    <parameter key="api_platform.openapi.license.name">null</parameter>
    <parameter key="api_platform.openapi.license.url">null</parameter>
    <parameter key="api_platform.openapi.license.identifier">null</parameter>
    <parameter key="api_platform.openapi.overrideResponses">true</parameter>
    <parameter key="api_platform.openapi.tags" type="collection"/>
    <parameter key="api_platform.openapi.errorResourceClass">null</parameter>
    <parameter key="api_platform.openapi.validationErrorResourceClass">null</parameter>
    <parameter key="api_platform.swagger.versions" type="collection">
      <parameter>3</parameter>
    </parameter>
    <parameter key="api_platform.enable_swagger_ui">true</parameter>
    <parameter key="api_platform.enable_re_doc">false</parameter>
    <parameter key="api_platform.enable_scalar">true</parameter>
    <parameter key="api_platform.swagger.api_keys" type="collection"/>
    <parameter key="api_platform.swagger.persist_authorization">false</parameter>
    <parameter key="api_platform.swagger.http_auth" type="collection"/>
    <parameter key="api_platform.swagger_ui.extra_configuration" type="collection"/>
    <parameter key="api_platform.scalar.extra_configuration" type="collection"/>
    <parameter key="api_platform.graphql.enabled">false</parameter>
    <parameter key="api_platform.graphql.max_query_depth">20</parameter>
    <parameter key="api_platform.graphql.max_query_complexity">500</parameter>
    <parameter key="api_platform.graphql.introspection.enabled">false</parameter>
    <parameter key="api_platform.graphql.graphiql.enabled">false</parameter>
    <parameter key="api_platform.graphql.collection.pagination" type="collection">
      <parameter key="enabled">true</parameter>
    </parameter>
    <parameter key="api_platform.validator.serialize_payload_fields" type="collection"/>
    <parameter key="api_platform.elasticsearch.enabled">false</parameter>
    <parameter key="api_platform.maker.namespace_prefix"/>
    <parameter key="api_platform.mcp.format">jsonld</parameter>
    <parameter key="monolog.use_microseconds">true</parameter>
    <parameter key="monolog.handlers_to_channels" type="collection">
      <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="lexik_jwt_authentication.pass_phrase">%env(JWT_PASSPHRASE)%</parameter>
    <parameter key="lexik_jwt_authentication.token_ttl">3600</parameter>
    <parameter key="lexik_jwt_authentication.clock_skew">0</parameter>
    <parameter key="lexik_jwt_authentication.allow_no_expiration">false</parameter>
    <parameter key="lexik_jwt_authentication.user_id_claim">email</parameter>
    <parameter key="lexik_jwt_authentication.encoder.signature_algorithm">RS256</parameter>
    <parameter key="data_collector.templates" type="collection">
      <parameter key="data_collector.request" type="collection">
        <parameter>request</parameter>
        <parameter>@WebProfiler/Collector/request.html.twig</parameter>
      </parameter>
      <parameter key=".data_collector.command" type="collection">
        <parameter>command</parameter>
        <parameter>@WebProfiler/Collector/command.html.twig</parameter>
      </parameter>
      <parameter key="api_platform.data_collector.request" type="collection">
        <parameter>api_platform.data_collector.request</parameter>
        <parameter>@ApiPlatform/DataCollector/request.html.twig</parameter>
      </parameter>
      <parameter key="data_collector.time" type="collection">
        <parameter>time</parameter>
        <parameter>@WebProfiler/Collector/time.html.twig</parameter>
      </parameter>
      <parameter key="data_collector.memory" type="collection">
        <parameter>memory</parameter>
        <parameter>@WebProfiler/Collector/memory.html.twig</parameter>
      </parameter>
      <parameter key="data_collector.validator" type="collection">
        <parameter>validator</parameter>
        <parameter>@WebProfiler/Collector/validator.html.twig</parameter>
      </parameter>
      <parameter key="data_collector.ajax" type="collection">
        <parameter>ajax</parameter>
        <parameter>@WebProfiler/Collector/ajax.html.twig</parameter>
      </parameter>
      <parameter key="data_collector.form" type="collection">
        <parameter>form</parameter>
        <parameter>@WebProfiler/Collector/form.html.twig</parameter>
      </parameter>
      <parameter key="data_collector.exception" type="collection">
        <parameter>exception</parameter>
        <parameter>@WebProfiler/Collector/exception.html.twig</parameter>
      </parameter>
      <parameter key="data_collector.logger" type="collection">
        <parameter>logger</parameter>
        <parameter>@WebProfiler/Collector/logger.html.twig</parameter>
      </parameter>
      <parameter key="data_collector.events" type="collection">
        <parameter>events</parameter>
        <parameter>@WebProfiler/Collector/events.html.twig</parameter>
      </parameter>
      <parameter key="data_collector.router" type="collection">
        <parameter>router</parameter>
        <parameter>@WebProfiler/Collector/router.html.twig</parameter>
      </parameter>
      <parameter key="data_collector.cache" type="collection">
        <parameter>cache</parameter>
        <parameter>@WebProfiler/Collector/cache.html.twig</parameter>
      </parameter>
      <parameter key="data_collector.translation" type="collection">
        <parameter>translation</parameter>
        <parameter>@WebProfiler/Collector/translation.html.twig</parameter>
      </parameter>
      <parameter key="data_collector.security" type="collection">
        <parameter>security</parameter>
        <parameter>@Security/Collector/security.html.twig</parameter>
      </parameter>
      <parameter key="data_collector.twig" type="collection">
        <parameter>twig</parameter>
        <parameter>@WebProfiler/Collector/twig.html.twig</parameter>
      </parameter>
      <parameter key="ux.twig_component.data_collector" type="collection">
        <parameter>twig_component</parameter>
        <parameter>@TwigComponent/Collector/twig_component.html.twig</parameter>
      </parameter>
      <parameter key="data_collector.http_client" type="collection">
        <parameter>http_client</parameter>
        <parameter>@WebProfiler/Collector/http_client.html.twig</parameter>
      </parameter>
      <parameter key="data_collector.doctrine" type="collection">
        <parameter>db</parameter>
        <parameter>@Doctrine/Collector/db.html.twig</parameter>
      </parameter>
      <parameter key="data_collector.messenger" type="collection">
        <parameter>messenger</parameter>
        <parameter>@WebProfiler/Collector/messenger.html.twig</parameter>
      </parameter>
      <parameter key="mailer.data_collector" type="collection">
        <parameter>mailer</parameter>
        <parameter>@WebProfiler/Collector/mailer.html.twig</parameter>
      </parameter>
      <parameter key="notifier.data_collector" type="collection">
        <parameter>notifier</parameter>
        <parameter>@WebProfiler/Collector/notifier.html.twig</parameter>
      </parameter>
      <parameter key="serializer.data_collector" type="collection">
        <parameter>serializer</parameter>
        <parameter>@WebProfiler/Collector/serializer.html.twig</parameter>
      </parameter>
      <parameter key="EasyCorp\Bundle\EasyAdminBundle\DataCollector\EasyAdminDataCollector" type="collection">
        <parameter>easyadmin</parameter>
        <parameter>@EasyAdmin/inspector/data_collector.html.twig</parameter>
      </parameter>
      <parameter key="data_collector.config" type="collection">
        <parameter>config</parameter>
        <parameter>@WebProfiler/Collector/config.html.twig</parameter>
      </parameter>
    </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="http_discovery.psr17_factory" class="Http\Discovery\Psr17Factory"/>
    <service id="App\ApiResource\ProviderBookResultDto" class="App\ApiResource\ProviderBookResultDto" autowire="true" autoconfigure="true">
      <tag name="container.error" message="Cannot autowire service &quot;App\ApiResource\ProviderBookResultDto&quot;: argument &quot;$source&quot; of method &quot;__construct()&quot; is type-hinted &quot;string&quot;, you should configure its value explicitly."/>
    </service>
    <service id="App\ApiResource\Provider\WorkCollectionProvider" class="App\ApiResource\Provider\WorkCollectionProvider" autowire="true" autoconfigure="true">
      <tag name="api_platform.state_provider"/>
      <argument type="service" id="App\Repository\WorkRepository"/>
      <argument type="service" id="App\ApiResource\Provider\WorkDtoAssembler"/>
    </service>
    <service id="App\ApiResource\Provider\WorkDtoAssembler" class="App\ApiResource\Provider\WorkDtoAssembler" autowire="true" autoconfigure="true">
      <argument type="service" id="request_stack"/>
    </service>
    <service id="App\ApiResource\Provider\WorkItemProvider" class="App\ApiResource\Provider\WorkItemProvider" autowire="true" autoconfigure="true">
      <tag name="api_platform.state_provider"/>
      <argument type="service" id="App\Repository\WorkRepository"/>
      <argument type="service" id="App\ApiResource\Provider\WorkDtoAssembler"/>
    </service>
    <service id="App\ApiResource\WorkApiResource" class="App\ApiResource\WorkApiResource" autowire="true" autoconfigure="true">
      <tag name="api_platform.resource"/>
      <tag name="container.error" message="Cannot autowire service &quot;App\ApiResource\WorkApiResource&quot;: argument &quot;$publicId&quot; of method &quot;__construct()&quot; is type-hinted &quot;string&quot;, you should configure its value explicitly."/>
    </service>
    <service id="App\ApiResource\WorkAuthorDto" class="App\ApiResource\WorkAuthorDto" autowire="true" autoconfigure="true">
      <tag name="container.error" message="Cannot autowire service &quot;App\ApiResource\WorkAuthorDto&quot;: argument &quot;$publicId&quot; of method &quot;__construct()&quot; is type-hinted &quot;string&quot;, you should configure its value explicitly."/>
    </service>
    <service id="App\ApiResource\WorkCoverVariantsDto" class="App\ApiResource\WorkCoverVariantsDto" autowire="true" autoconfigure="true">
      <tag name="container.error" message="Cannot autowire service &quot;App\ApiResource\WorkCoverVariantsDto&quot;: argument &quot;$thumbnail&quot; of method &quot;__construct()&quot; is type-hinted &quot;string&quot;, you should configure its value explicitly."/>
    </service>
    <service id="App\Command\AuthorReenrichAllCommand" class="App\Command\AuthorReenrichAllCommand" autowire="true" autoconfigure="true">
      <tag name="console.command" command="app:author:reenrich-all" description="Re-enrichit tous les auteurs via Wikipedia FR (puis OL en fallback)." help=""/>
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="App\Repository\AuthorRepository"/>
      <argument type="service" id="App\Service\Catalog\Enrichment\AuthorWikipediaFrEnrichmentService"/>
      <argument type="service" id="App\Service\Books\AuthorEnrichmentService"/>
      <argument type="service" id="cache.app"/>
      <argument type="service" id="monolog.logger"/>
      <call method="setName">
        <argument>app:author:reenrich-all</argument>
      </call>
      <call method="setDescription">
        <argument>Re-enrichit tous les auteurs via Wikipedia FR (puis OL en fallback).</argument>
      </call>
    </service>
    <service id="App\Command\BackfillFacetsCommand" class="App\Command\BackfillFacetsCommand" autowire="true" autoconfigure="true">
      <tag name="console.command" command="app:catalog:backfill-facets" description="Recalcule les facettes cachees de tous les Works (sans reseau)." help=""/>
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="doctrine.orm.default_entity_manager"/>
      <argument type="service" id="App\Service\Recommendation\FacetExtractor"/>
      <call method="setName">
        <argument>app:catalog:backfill-facets</argument>
      </call>
      <call method="setDescription">
        <argument>Recalcule les facettes cachees de tous les Works (sans reseau).</argument>
      </call>
    </service>
    <service id="App\Command\BackfillLocalCoversCommand" class="App\Command\BackfillLocalCoversCommand" autowire="true" autoconfigure="true">
      <tag name="console.command" command="app:works:backfill-local-covers" description="Télécharge en local les covers des Works qui pointent encore sur une URL distante." help=""/>
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="App\Repository\WorkRepository"/>
      <argument type="service" id="App\Service\Catalog\Covers\ImageCacheService"/>
      <argument type="service" id="doctrine.orm.default_entity_manager"/>
      <call method="setName">
        <argument>app:works:backfill-local-covers</argument>
      </call>
      <call method="setDescription">
        <argument>Télécharge en local les covers des Works qui pointent encore sur une URL distante.</argument>
      </call>
    </service>
    <service id="App\Command\BackfillSeriesTitlesCommand" class="App\Command\BackfillSeriesTitlesCommand" autowire="true" autoconfigure="true">
      <tag name="console.command" command="app:works:backfill-series-titles" description="Corrige le titre des Works &quot;série T{N}&quot; via le vrai titre du tome (subtitle Google Books)." help=""/>
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="App\Repository\WorkRepository"/>
      <argument type="service" id="App\Service\Books\GoogleBooksProvider"/>
      <argument type="service" id="App\Service\Books\CanonicalKeyBuilder"/>
      <argument type="service" id="doctrine.orm.default_entity_manager"/>
      <call method="setName">
        <argument>app:works:backfill-series-titles</argument>
      </call>
      <call method="setDescription">
        <argument>Corrige le titre des Works "série T{N}" via le vrai titre du tome (subtitle Google Books).</argument>
      </call>
    </service>
    <service id="App\Command\BackfillWorkCoversCommand" class="App\Command\BackfillWorkCoversCommand" autowire="true" autoconfigure="true">
      <tag name="console.command" command="app:works:backfill-covers" description="Récupère une cover via cascade OL pour les Works sans cover." help=""/>
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="App\Repository\WorkRepository"/>
      <argument type="service" id="App\Service\Books\CoverResolver"/>
      <argument type="service" id="doctrine.orm.default_entity_manager"/>
      <call method="setName">
        <argument>app:works:backfill-covers</argument>
      </call>
      <call method="setDescription">
        <argument>Récupère une cover via cascade OL pour les Works sans cover.</argument>
      </call>
    </service>
    <service id="App\Command\CacheCategoryCoversCommand" class="App\Command\CacheCategoryCoversCommand" autowire="true" autoconfigure="true">
      <tag name="console.command" command="app:catalog:cache-category-covers" description="Télécharge en local les covers des catégories /search (Open Library → public/covers/categories)." help=""/>
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="http_client.uri_template"/>
      <argument>C:\Users\rgalo\Dropbox\_LIVRECOMMENT</argument>
      <call method="setName">
        <argument>app:catalog:cache-category-covers</argument>
      </call>
      <call method="setDescription">
        <argument>Télécharge en local les covers des catégories /search (Open Library → public/covers/categories).</argument>
      </call>
    </service>
    <service id="App\Command\CatalogCleanupLegacyCommand" class="App\Command\CatalogCleanupLegacyCommand" autowire="true" autoconfigure="true">
      <tag name="console.command" command="app:catalog:cleanup-legacy" description="Supprime les Works en doublon (orphelins) par canonical_key." help=""/>
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="App\Repository\WorkRepository"/>
      <argument type="service" id="doctrine.orm.default_entity_manager"/>
      <call method="setName">
        <argument>app:catalog:cleanup-legacy</argument>
      </call>
      <call method="setDescription">
        <argument>Supprime les Works en doublon (orphelins) par canonical_key.</argument>
      </call>
    </service>
    <service id="App\Command\CatalogDownloadCoversCommand" class="App\Command\CatalogDownloadCoversCommand" autowire="true" autoconfigure="true">
      <tag name="console.command" command="app:catalog:download-covers" description="Télécharge en local les images distantes manquantes (couvertures + photos d'auteurs)." help=""/>
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="App\Repository\WorkRepository"/>
      <argument type="service" id="App\Repository\AuthorRepository"/>
      <argument type="service" id="App\Service\Catalog\Covers\ImageCacheService"/>
      <argument type="service" id="doctrine.orm.default_entity_manager"/>
      <call method="setName">
        <argument>app:catalog:download-covers</argument>
      </call>
      <call method="setDescription">
        <argument>Télécharge en local les images distantes manquantes (couvertures + photos d'auteurs).</argument>
      </call>
    </service>
    <service id="App\Command\CatalogEnrichCommand" class="App\Command\CatalogEnrichCommand" autowire="true" autoconfigure="true">
      <tag name="console.command" command="app:catalog:enrich" description="Ré-enrichit un Work existant via Wikipedia FR (description + cover)." help=""/>
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="App\Repository\WorkRepository"/>
      <argument type="service" id="App\Service\Catalog\Resolution\WikidataSearchService"/>
      <argument type="service" id="App\Service\Catalog\Enrichment\WorkEnrichmentService"/>
      <argument type="service" id="doctrine.orm.default_entity_manager"/>
      <call method="setName">
        <argument>app:catalog:enrich</argument>
      </call>
      <call method="setDescription">
        <argument>Ré-enrichit un Work existant via Wikipedia FR (description + cover).</argument>
      </call>
    </service>
    <service id="App\Command\CatalogReenrichAllCommand" class="App\Command\CatalogReenrichAllCommand" autowire="true" autoconfigure="true">
      <tag name="console.command" command="app:catalog:reenrich-all" description="Re-applique l'enrichissement Wikipedia FR + GB sur tous les Works du catalogue." help=""/>
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="App\Repository\WorkRepository"/>
      <argument type="service" id="App\Repository\AuthorRepository"/>
      <argument type="service" id="App\Service\Catalog\Resolution\GenreSynchronizer"/>
      <argument type="service" id="App\Service\Catalog\Resolution\WikidataSearchService"/>
      <argument type="service" id="App\Service\Catalog\Enrichment\WorkEnrichmentService"/>
      <argument type="service" id="doctrine.orm.default_entity_manager"/>
      <argument type="service" id="slugger"/>
      <argument type="service" id="monolog.logger"/>
      <call method="setName">
        <argument>app:catalog:reenrich-all</argument>
      </call>
      <call method="setDescription">
        <argument>Re-applique l'enrichissement Wikipedia FR + GB sur tous les Works du catalogue.</argument>
      </call>
    </service>
    <service id="App\Command\CatalogRematerializeCommand" class="App\Command\CatalogRematerializeCommand" autowire="true" autoconfigure="true">
      <tag name="console.command" command="app:catalog:rematerialize" description="Force la ré-application des données Wikidata sur un Work existant." help=""/>
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="App\Repository\WorkRepository"/>
      <argument type="service" id="App\Repository\AuthorRepository"/>
      <argument type="service" id="App\Service\Catalog\Resolution\WikidataSearchService"/>
      <argument type="service" id="App\Service\Catalog\Enrichment\WorkEnrichmentService"/>
      <argument type="service" id="doctrine.orm.default_entity_manager"/>
      <argument type="service" id="slugger"/>
      <call method="setName">
        <argument>app:catalog:rematerialize</argument>
      </call>
      <call method="setDescription">
        <argument>Force la ré-application des données Wikidata sur un Work existant.</argument>
      </call>
    </service>
    <service id="App\Command\DedupeAuthorsCommand" class="App\Command\DedupeAuthorsCommand" autowire="true" autoconfigure="true">
      <tag name="console.command" command="app:authors:dedupe" description="Fusionne les Authors avec le même matchKey (canonique)." help=""/>
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="App\Repository\AuthorRepository"/>
      <argument type="service" id="App\Service\Books\CanonicalKeyBuilder"/>
      <argument type="service" id="doctrine.orm.default_entity_manager"/>
      <call method="setName">
        <argument>app:authors:dedupe</argument>
      </call>
      <call method="setDescription">
        <argument>Fusionne les Authors avec le même matchKey (canonique).</argument>
      </call>
    </service>
    <service id="App\Command\ElectCanonicalEditionCommand" class="App\Command\ElectCanonicalEditionCommand" autowire="true" autoconfigure="true">
      <tag name="console.command" command="app:works:elect-canonical-edition" description="Élit l'édition canonique de chaque Work (cover, éditeur, méta) parmi ses éditions existantes." help=""/>
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="App\Repository\WorkRepository"/>
      <argument type="service" id="doctrine.orm.default_entity_manager"/>
      <call method="setName">
        <argument>app:works:elect-canonical-edition</argument>
      </call>
      <call method="setDescription">
        <argument>Élit l'édition canonique de chaque Work (cover, éditeur, méta) parmi ses éditions existantes.</argument>
      </call>
    </service>
    <service id="App\Command\EnrichFrEditionsCommand" class="App\Command\EnrichFrEditionsCommand" autowire="true" autoconfigure="true">
      <tag name="console.command" command="app:works:enrich-fr-editions" description="Crée des Editions FR (Pottermore, Gallimard, etc.) pour les Works peu garnis via Google Books." help=""/>
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="App\Repository\WorkRepository"/>
      <argument type="service" id="App\Repository\EditionRepository"/>
      <argument type="service" id="googleBooksClient.uri_template"/>
      <argument type="service" id="doctrine.orm.default_entity_manager"/>
      <argument>%env(default::default::GOOGLE_BOOKS_API_KEY)%</argument>
      <call method="setName">
        <argument>app:works:enrich-fr-editions</argument>
      </call>
      <call method="setDescription">
        <argument>Crée des Editions FR (Pottermore, Gallimard, etc.) pour les Works peu garnis via Google Books.</argument>
      </call>
    </service>
    <service id="App\Command\GenerateCoverThumbsCommand" class="App\Command\GenerateCoverThumbsCommand" autowire="true" autoconfigure="true">
      <tag name="console.command" command="app:catalog:generate-cover-thumbs" description="Génère les vignettes WebP des covers de livres (depuis les fichiers locaux, sans download)." help=""/>
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="App\Repository\WorkRepository"/>
      <argument type="service" id="App\Service\Catalog\Covers\ImageCacheService"/>
      <argument>C:\Users\rgalo\Dropbox\_LIVRECOMMENT/public/covers</argument>
      <call method="setName">
        <argument>app:catalog:generate-cover-thumbs</argument>
      </call>
      <call method="setDescription">
        <argument>Génère les vignettes WebP des covers de livres (depuis les fichiers locaux, sans download).</argument>
      </call>
    </service>
    <service id="App\Command\GenerateVapidKeysCommand" class="App\Command\GenerateVapidKeysCommand" autowire="true" autoconfigure="true">
      <tag name="console.command" command="app:push:generate-vapid" description="Génère les clés VAPID et les écrit dans .env.local (si absentes)." help=""/>
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <argument>C:\Users\rgalo\Dropbox\_LIVRECOMMENT</argument>
      <call method="setName">
        <argument>app:push:generate-vapid</argument>
      </call>
      <call method="setDescription">
        <argument>Génère les clés VAPID et les écrit dans .env.local (si absentes).</argument>
      </call>
    </service>
    <service id="App\Command\ImportProviderWorkCommand" class="App\Command\ImportProviderWorkCommand" autowire="true" autoconfigure="true">
      <tag name="console.command" command="app:catalog:import-provider" description="Matérialise des Works par identifiant provider (réchauffe le cache via une recherche)." help=""/>
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="App\Service\Books\BookSearchService"/>
      <call method="setName">
        <argument>app:catalog:import-provider</argument>
      </call>
      <call method="setDescription">
        <argument>Matérialise des Works par identifiant provider (réchauffe le cache via une recherche).</argument>
      </call>
    </service>
    <service id="App\Command\MakeAdminCommand" class="App\Command\MakeAdminCommand" autowire="true" autoconfigure="true">
      <tag name="console.command" command="app:admin:grant" description="Donne ROLE_ADMIN à un utilisateur (par e-mail ou pseudo)." help=""/>
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="App\Repository\UserRepository"/>
      <argument type="service" id="doctrine.orm.default_entity_manager"/>
      <call method="setName">
        <argument>app:admin:grant</argument>
      </call>
      <call method="setDescription">
        <argument>Donne ROLE_ADMIN à un utilisateur (par e-mail ou pseudo).</argument>
      </call>
    </service>
    <service id="App\Command\MergeWorkCommand" class="App\Command\MergeWorkCommand" autowire="true" autoconfigure="true">
      <tag name="console.command" command="app:catalog:merge-work" description="Fusionne un Work source dans un Work target (réassigne Editions/ratings/lists)." help=""/>
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="App\Repository\WorkRepository"/>
      <argument type="service" id="doctrine.orm.default_entity_manager"/>
      <call method="setName">
        <argument>app:catalog:merge-work</argument>
      </call>
      <call method="setDescription">
        <argument>Fusionne un Work source dans un Work target (réassigne Editions/ratings/lists).</argument>
      </call>
    </service>
    <service id="App\Command\NormalizeWorkTitlesCommand" class="App\Command\NormalizeWorkTitlesCommand" autowire="true" autoconfigure="true">
      <tag name="console.command" command="app:catalog:normalize-titles" description="Normalise les titres des Works existants (capitales, préfixe auteur)" help=""/>
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="App\Repository\WorkRepository"/>
      <argument type="service" id="App\Service\Books\TitleNormalizer"/>
      <argument type="service" id="App\Service\Books\CanonicalKeyBuilder"/>
      <argument type="service" id="doctrine.orm.default_entity_manager"/>
      <call method="setName">
        <argument>app:catalog:normalize-titles</argument>
      </call>
      <call method="setDescription">
        <argument>Normalise les titres des Works existants (capitales, préfixe auteur)</argument>
      </call>
    </service>
    <service id="App\Command\OnboardingEnrichPhotosCommand" class="App\Command\OnboardingEnrichPhotosCommand" autowire="true" autoconfigure="true">
      <tag name="console.command" command="app:onboarding:enrich-photos" description="Récupère la photo des auteurs proposés à l'onboarding (Wikipedia FR, fallback OL)." help=""/>
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="App\Repository\AuthorRepository"/>
      <argument type="service" id="App\Service\Catalog\Enrichment\AuthorWikipediaFrEnrichmentService"/>
      <argument type="service" id="App\Service\Books\AuthorEnrichmentService"/>
      <argument type="service" id="cache.app"/>
      <argument type="service" id="monolog.logger"/>
      <call method="setName">
        <argument>app:onboarding:enrich-photos</argument>
      </call>
      <call method="setDescription">
        <argument>Récupère la photo des auteurs proposés à l'onboarding (Wikipedia FR, fallback OL).</argument>
      </call>
    </service>
    <service id="App\Command\PurgeCollectionWorksCommand" class="App\Command\PurgeCollectionWorksCommand" autowire="true" autoconfigure="true">
      <tag name="console.command" command="app:catalog:purge-collections" description="Supprime les Works qui sont des coffrets/intégrales/lots éditoriaux." help=""/>
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="App\Repository\WorkRepository"/>
      <argument type="service" id="App\Service\Books\CanonicalKeyBuilder"/>
      <argument type="service" id="doctrine.orm.default_entity_manager"/>
      <call method="setName">
        <argument>app:catalog:purge-collections</argument>
      </call>
      <call method="setDescription">
        <argument>Supprime les Works qui sont des coffrets/intégrales/lots éditoriaux.</argument>
      </call>
    </service>
    <service id="App\Command\ReadAlikesGapsCommand" class="App\Command\ReadAlikesGapsCommand" autowire="true" autoconfigure="true">
      <tag name="console.command" command="app:reco:read-alikes-gaps" description="Auteurs des profils de gout absents de la carte de read-alikes." help=""/>
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="App\Repository\UserRepository"/>
      <argument type="service" id="App\Service\Recommendation\TasteProfileBuilder"/>
      <argument type="service" id="App\Service\Recommendation\ReadAlikeMap"/>
      <call method="setName">
        <argument>app:reco:read-alikes-gaps</argument>
      </call>
      <call method="setDescription">
        <argument>Auteurs des profils de gout absents de la carte de read-alikes.</argument>
      </call>
    </service>
    <service id="App\Command\RecanonicalizeWorksCommand" class="App\Command\RecanonicalizeWorksCommand" autowire="true" autoconfigure="true">
      <tag name="console.command" command="app:works:recanonicalize" description="Recalcule canonical_key de tous les Works (utile après changement d'algorithme)." help=""/>
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="App\Repository\WorkRepository"/>
      <argument type="service" id="App\Service\Books\CanonicalKeyBuilder"/>
      <argument type="service" id="doctrine.orm.default_entity_manager"/>
      <call method="setName">
        <argument>app:works:recanonicalize</argument>
      </call>
      <call method="setDescription">
        <argument>Recalcule canonical_key de tous les Works (utile après changement d'algorithme).</argument>
      </call>
    </service>
    <service id="App\Command\RecapOversizedCoversCommand" class="App\Command\RecapOversizedCoversCommand" autowire="true" autoconfigure="true">
      <tag name="console.command" command="app:catalog:recap-oversized-covers" description="Re-cappe à 600px les covers locales stockées en pleine résolution (sans download)." help=""/>
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="App\Repository\WorkRepository"/>
      <argument type="service" id="App\Service\Catalog\Covers\ImageCacheService"/>
      <call method="setName">
        <argument>app:catalog:recap-oversized-covers</argument>
      </call>
      <call method="setDescription">
        <argument>Re-cappe à 600px les covers locales stockées en pleine résolution (sans download).</argument>
      </call>
    </service>
    <service id="App\Command\RefetchFrenchCoversCommand" class="App\Command\RefetchFrenchCoversCommand" autowire="true" autoconfigure="true">
      <tag name="console.command" command="app:works:refetch-covers-fr" description="Re-fetch les covers FR via Google Books pour les Works FR (corrige les mauvaises éditions)." help=""/>
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="App\Repository\WorkRepository"/>
      <argument type="service" id="App\Service\Books\GoogleBooksProvider"/>
      <argument type="service" id="doctrine.orm.default_entity_manager"/>
      <argument>C:\Users\rgalo\Dropbox\_LIVRECOMMENT/public/covers</argument>
      <call method="setName">
        <argument>app:works:refetch-covers-fr</argument>
      </call>
      <call method="setDescription">
        <argument>Re-fetch les covers FR via Google Books pour les Works FR (corrige les mauvaises éditions).</argument>
      </call>
    </service>
    <service id="App\Command\ResolveWorkQidsCommand" class="App\Command\ResolveWorkQidsCommand" autowire="true" autoconfigure="true">
      <tag name="console.command" command="app:works:resolve-qids" description="Résout les QID Wikidata des Works existants (backfill prudent, rejouable)." help=""/>
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="App\Repository\WorkRepository"/>
      <argument type="service" id="App\Service\Catalog\Resolution\WorkQidResolver"/>
      <argument type="service" id="doctrine.orm.default_entity_manager"/>
      <call method="setName">
        <argument>app:works:resolve-qids</argument>
      </call>
      <call method="setDescription">
        <argument>Résout les QID Wikidata des Works existants (backfill prudent, rejouable).</argument>
      </call>
    </service>
    <service id="App\Command\SeedOnboardingCommand" class="App\Command\SeedOnboardingCommand" autowire="true" autoconfigure="true">
      <tag name="console.command" command="app:onboarding:seed" description="Crée les genres + auteurs phares de l'onboarding (poésie, littérature contemporaine)" help=""/>
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="App\Repository\GenreRepository"/>
      <argument type="service" id="App\Service\Books\AuthorSearchService"/>
      <argument type="service" id="doctrine.orm.default_entity_manager"/>
      <call method="setName">
        <argument>app:onboarding:seed</argument>
      </call>
      <call method="setDescription">
        <argument>Crée les genres + auteurs phares de l'onboarding (poésie, littérature contemporaine)</argument>
      </call>
    </service>
    <service id="App\Command\TestWikidataCommand" class="App\Command\TestWikidataCommand" autowire="true" autoconfigure="true">
      <tag name="console.command" command="app:catalog:test-wikidata" description="Test la résolution Wikidata pour un titre de livre." help=""/>
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="App\Service\Catalog\Resolution\WikidataSearchService"/>
      <call method="setName">
        <argument>app:catalog:test-wikidata</argument>
      </call>
      <call method="setDescription">
        <argument>Test la résolution Wikidata pour un titre de livre.</argument>
      </call>
    </service>
    <service id="App\Command\WatchAssetsCommand" class="App\Command\WatchAssetsCommand" autowire="true" autoconfigure="true">
      <tag name="console.command" command="app:assets:watch" description="Surveille assets/ et recompile automatiquement à chaque modification." help=""/>
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <argument>C:\Users\rgalo\Dropbox\_LIVRECOMMENT</argument>
      <call method="setName">
        <argument>app:assets:watch</argument>
      </call>
      <call method="setDescription">
        <argument>Surveille assets/ et recompile automatiquement à chaque modification.</argument>
      </call>
    </service>
    <service id="App\Controller\ActivityController" class="App\Controller\ActivityController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="routing.controller"/>
      <tag name="container.service_subscriber"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.TJNRSaV.App\Controller\ActivityController"/>
      </call>
    </service>
    <service id="App\Controller\Admin\AuthorCrudController" class="App\Controller\Admin\AuthorCrudController" public="true" autowire="true" autoconfigure="true">
      <tag name="ea.crud_controller"/>
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.WOU_dzL.App\Controller\Admin\AuthorCrudController"/>
      </call>
    </service>
    <service id="App\Controller\Admin\BookListCrudController" class="App\Controller\Admin\BookListCrudController" public="true" autowire="true" autoconfigure="true">
      <tag name="ea.crud_controller"/>
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.WOU_dzL.App\Controller\Admin\BookListCrudController"/>
      </call>
    </service>
    <service id="App\Controller\Admin\BookRequestCrudController" class="App\Controller\Admin\BookRequestCrudController" public="true" autowire="true" autoconfigure="true">
      <tag name="ea.crud_controller"/>
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.WOU_dzL.App\Controller\Admin\BookRequestCrudController"/>
      </call>
    </service>
    <service id="App\Controller\Admin\DashboardController" class="App\Controller\Admin\DashboardController" public="true" autowire="true" autoconfigure="true">
      <tag name="ea.dashboard_controller"/>
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <argument type="service" id="doctrine.orm.default_entity_manager"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.prgUcSS.App\Controller\Admin\DashboardController"/>
      </call>
    </service>
    <service id="App\Controller\Admin\ReviewCrudController" class="App\Controller\Admin\ReviewCrudController" public="true" autowire="true" autoconfigure="true">
      <tag name="ea.crud_controller"/>
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.WOU_dzL.App\Controller\Admin\ReviewCrudController"/>
      </call>
    </service>
    <service id="App\Controller\Admin\UserCrudController" class="App\Controller\Admin\UserCrudController" public="true" autowire="true" autoconfigure="true">
      <tag name="ea.crud_controller"/>
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.WOU_dzL.App\Controller\Admin\UserCrudController"/>
      </call>
    </service>
    <service id="App\Controller\Admin\WorkCrudController" class="App\Controller\Admin\WorkCrudController" public="true" autowire="true" autoconfigure="true">
      <tag name="ea.crud_controller"/>
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.WOU_dzL.App\Controller\Admin\WorkCrudController"/>
      </call>
    </service>
    <service id="App\Controller\Api\AuthController" class="App\Controller\Api\AuthController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="routing.controller"/>
      <tag name="container.service_subscriber"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.TJNRSaV.App\Controller\Api\AuthController"/>
      </call>
    </service>
    <service id="App\Controller\Api\BooksTopApiController" class="App\Controller\Api\BooksTopApiController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="routing.controller"/>
      <tag name="container.service_subscriber"/>
      <argument type="service" id="App\Repository\WorkRepository"/>
      <argument type="service" id="App\ApiResource\Provider\WorkDtoAssembler"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.TJNRSaV.App\Controller\Api\BooksTopApiController"/>
      </call>
    </service>
    <service id="App\Controller\Api\SearchApiController" class="App\Controller\Api\SearchApiController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="routing.controller"/>
      <tag name="container.service_subscriber"/>
      <argument type="service" id="App\Service\Books\BookSearchService"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.TJNRSaV.App\Controller\Api\SearchApiController"/>
      </call>
    </service>
    <service id="App\Controller\Api\WorkFeedController" class="App\Controller\Api\WorkFeedController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="routing.controller"/>
      <tag name="container.service_subscriber"/>
      <argument type="service" id="App\Repository\WorkRepository"/>
      <argument type="service" id="App\ApiResource\Provider\WorkDtoAssembler"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.TJNRSaV.App\Controller\Api\WorkFeedController"/>
      </call>
    </service>
    <service id="App\Controller\Api\WorkOpenApiController" class="App\Controller\Api\WorkOpenApiController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="routing.controller"/>
      <tag name="container.service_subscriber"/>
      <argument type="service" id="App\Service\Catalog\Resolution\WorkOpener"/>
      <argument type="service" id="App\ApiResource\Provider\WorkDtoAssembler"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.TJNRSaV.App\Controller\Api\WorkOpenApiController"/>
      </call>
    </service>
    <service id="App\Controller\AuthController" class="App\Controller\AuthController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="routing.controller"/>
      <tag name="container.service_subscriber"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.TJNRSaV.App\Controller\AuthController"/>
      </call>
    </service>
    <service id="App\Controller\AuthorController" class="App\Controller\AuthorController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="routing.controller"/>
      <tag name="container.service_subscriber"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.TJNRSaV.App\Controller\AuthorController"/>
      </call>
    </service>
    <service id="App\Controller\BookRequestController" class="App\Controller\BookRequestController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="routing.controller"/>
      <tag name="container.service_subscriber"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.TJNRSaV.App\Controller\BookRequestController"/>
      </call>
    </service>
    <service id="App\Controller\CoverController" class="App\Controller\CoverController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="routing.controller"/>
      <tag name="container.service_subscriber"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.TJNRSaV.App\Controller\CoverController"/>
      </call>
    </service>
    <service id="App\Controller\DiscoveryController" class="App\Controller\DiscoveryController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="routing.controller"/>
      <tag name="container.service_subscriber"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.TJNRSaV.App\Controller\DiscoveryController"/>
      </call>
    </service>
    <service id="App\Controller\EditionController" class="App\Controller\EditionController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="routing.controller"/>
      <tag name="container.service_subscriber"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.TJNRSaV.App\Controller\EditionController"/>
      </call>
    </service>
    <service id="App\Controller\EnrichBatchController" class="App\Controller\EnrichBatchController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="routing.controller"/>
      <tag name="container.service_subscriber"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.TJNRSaV.App\Controller\EnrichBatchController"/>
      </call>
    </service>
    <service id="App\Controller\FeedController" class="App\Controller\FeedController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="routing.controller"/>
      <tag name="container.service_subscriber"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.TJNRSaV.App\Controller\FeedController"/>
      </call>
    </service>
    <service id="App\Controller\FollowController" class="App\Controller\FollowController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="routing.controller"/>
      <tag name="container.service_subscriber"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.TJNRSaV.App\Controller\FollowController"/>
      </call>
    </service>
    <service id="App\Controller\HomeController" class="App\Controller\HomeController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="routing.controller"/>
      <tag name="container.service_subscriber"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.TJNRSaV.App\Controller\HomeController"/>
      </call>
    </service>
    <service id="App\Controller\ListController" class="App\Controller\ListController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="routing.controller"/>
      <tag name="container.service_subscriber"/>
      <argument type="service" id="App\Repository\BookListRepository"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.TJNRSaV.App\Controller\ListController"/>
      </call>
    </service>
    <service id="App\Controller\NotificationController" class="App\Controller\NotificationController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="routing.controller"/>
      <tag name="container.service_subscriber"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.TJNRSaV.App\Controller\NotificationController"/>
      </call>
    </service>
    <service id="App\Controller\OnboardingController" class="App\Controller\OnboardingController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="routing.controller"/>
      <tag name="container.service_subscriber"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.TJNRSaV.App\Controller\OnboardingController"/>
      </call>
    </service>
    <service id="App\Controller\ProfileController" class="App\Controller\ProfileController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="routing.controller"/>
      <tag name="container.service_subscriber"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.TJNRSaV.App\Controller\ProfileController"/>
      </call>
    </service>
    <service id="App\Controller\PushController" class="App\Controller\PushController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="routing.controller"/>
      <tag name="container.service_subscriber"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.TJNRSaV.App\Controller\PushController"/>
      </call>
    </service>
    <service id="App\Controller\ResetPasswordController" class="App\Controller\ResetPasswordController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="routing.controller"/>
      <tag name="container.service_subscriber"/>
      <argument type="service" id="symfonycasts.reset_password.helper"/>
      <argument type="service" id="doctrine.orm.default_entity_manager"/>
      <argument type="service" id="App\Service\PasswordResetMailer"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.TJNRSaV.App\Controller\ResetPasswordController"/>
      </call>
    </service>
    <service id="App\Controller\ReviewController" class="App\Controller\ReviewController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="routing.controller"/>
      <tag name="container.service_subscriber"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.TJNRSaV.App\Controller\ReviewController"/>
      </call>
    </service>
    <service id="App\Controller\SearchController" class="App\Controller\SearchController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="routing.controller"/>
      <tag name="container.service_subscriber"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.TJNRSaV.App\Controller\SearchController"/>
      </call>
    </service>
    <service id="App\Controller\WorkController" class="App\Controller\WorkController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="routing.controller"/>
      <tag name="container.service_subscriber"/>
      <argument type="service" id="App\Repository\WorkRepository"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.TJNRSaV.App\Controller\WorkController"/>
      </call>
    </service>
    <service id="App\Controller\WorkOpenController" class="App\Controller\WorkOpenController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="routing.controller"/>
      <tag name="container.service_subscriber"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.TJNRSaV.App\Controller\WorkOpenController"/>
      </call>
    </service>
    <service id="App\Entity\Author" class="App\Entity\Author" autowire="true" autoconfigure="true">
      <tag name="container.excluded" source="because it's a Doctrine entity"/>
      <tag name="container.excluded" source="with #[Doctrine\ORM\Mapping\Entity] attribute"/>
    </service>
    <service id="App\Entity\BookList" class="App\Entity\BookList" autowire="true" autoconfigure="true">
      <tag name="container.excluded" source="because it's a Doctrine entity"/>
      <tag name="container.excluded" source="with #[Doctrine\ORM\Mapping\Entity] attribute"/>
    </service>
    <service id="App\Entity\BookListItem" class="App\Entity\BookListItem" autowire="true" autoconfigure="true">
      <tag name="container.excluded" source="because it's a Doctrine entity"/>
      <tag name="container.excluded" source="with #[Doctrine\ORM\Mapping\Entity] attribute"/>
    </service>
    <service id="App\Entity\BookListLike" class="App\Entity\BookListLike" autowire="true" autoconfigure="true">
      <tag name="container.excluded" source="because it's a Doctrine entity"/>
      <tag name="container.excluded" source="with #[Doctrine\ORM\Mapping\Entity] attribute"/>
    </service>
    <service id="App\Entity\BookRequest" class="App\Entity\BookRequest" autowire="true" autoconfigure="true">
      <tag name="container.excluded" source="because it's a Doctrine entity"/>
      <tag name="container.excluded" source="with #[Doctrine\ORM\Mapping\Entity] attribute"/>
    </service>
    <service id="App\Entity\DismissedRecommendation" class="App\Entity\DismissedRecommendation" autowire="true" autoconfigure="true">
      <tag name="container.excluded" source="because it's a Doctrine entity"/>
      <tag name="container.excluded" source="with #[Doctrine\ORM\Mapping\Entity] attribute"/>
    </service>
    <service id="App\Entity\Edition" class="App\Entity\Edition" autowire="true" autoconfigure="true">
      <tag name="container.excluded" source="because it's a Doctrine entity"/>
      <tag name="container.excluded" source="with #[Doctrine\ORM\Mapping\Entity] attribute"/>
    </service>
    <service id="App\Entity\Enum\YearSource" class="App\Entity\Enum\YearSource" autowire="true" autoconfigure="true">
      <tag name="container.excluded" source="because it's an enum"/>
    </service>
    <service id="App\Entity\Follow" class="App\Entity\Follow" autowire="true" autoconfigure="true">
      <tag name="container.excluded" source="because it's a Doctrine entity"/>
      <tag name="container.excluded" source="with #[Doctrine\ORM\Mapping\Entity] attribute"/>
    </service>
    <service id="App\Entity\Genre" class="App\Entity\Genre" autowire="true" autoconfigure="true">
      <tag name="container.excluded" source="because it's a Doctrine entity"/>
      <tag name="container.excluded" source="with #[Doctrine\ORM\Mapping\Entity] attribute"/>
    </service>
    <service id="App\Entity\Notification" class="App\Entity\Notification" autowire="true" autoconfigure="true">
      <tag name="container.excluded" source="because it's a Doctrine entity"/>
      <tag name="container.excluded" source="with #[Doctrine\ORM\Mapping\Entity] attribute"/>
    </service>
    <service id="App\Entity\PushSubscription" class="App\Entity\PushSubscription" autowire="true" autoconfigure="true">
      <tag name="container.excluded" source="because it's a Doctrine entity"/>
      <tag name="container.excluded" source="with #[Doctrine\ORM\Mapping\Entity] attribute"/>
    </service>
    <service id="App\Entity\Rating" class="App\Entity\Rating" autowire="true" autoconfigure="true">
      <tag name="container.excluded" source="because it's a Doctrine entity"/>
      <tag name="container.excluded" source="with #[Doctrine\ORM\Mapping\Entity] attribute"/>
    </service>
    <service id="App\Entity\ResetPasswordRequest" class="App\Entity\ResetPasswordRequest" autowire="true" autoconfigure="true">
      <tag name="container.excluded" source="because it's a Doctrine entity"/>
      <tag name="container.excluded" source="with #[Doctrine\ORM\Mapping\Entity] attribute"/>
    </service>
    <service id="App\Entity\Review" class="App\Entity\Review" autowire="true" autoconfigure="true">
      <tag name="container.excluded" source="because it's a Doctrine entity"/>
      <tag name="container.excluded" source="with #[Doctrine\ORM\Mapping\Entity] attribute"/>
    </service>
    <service id="App\Entity\ReviewComment" class="App\Entity\ReviewComment" autowire="true" autoconfigure="true">
      <tag name="container.excluded" source="because it's a Doctrine entity"/>
      <tag name="container.excluded" source="with #[Doctrine\ORM\Mapping\Entity] attribute"/>
    </service>
    <service id="App\Entity\ReviewLike" class="App\Entity\ReviewLike" autowire="true" autoconfigure="true">
      <tag name="container.excluded" source="because it's a Doctrine entity"/>
      <tag name="container.excluded" source="with #[Doctrine\ORM\Mapping\Entity] attribute"/>
    </service>
    <service id="App\Entity\User" class="App\Entity\User" autowire="true" autoconfigure="true">
      <tag name="container.excluded" source="because it's a Doctrine entity"/>
      <tag name="container.excluded" source="with #[Doctrine\ORM\Mapping\Entity] attribute"/>
    </service>
    <service id="App\Entity\UserFavorite" class="App\Entity\UserFavorite" autowire="true" autoconfigure="true">
      <tag name="container.excluded" source="because it's a Doctrine entity"/>
      <tag name="container.excluded" source="with #[Doctrine\ORM\Mapping\Entity] attribute"/>
    </service>
    <service id="App\Entity\Work" class="App\Entity\Work" autowire="true" autoconfigure="true">
      <tag name="container.excluded" source="because it's a Doctrine entity"/>
      <tag name="container.excluded" source="with #[Doctrine\ORM\Mapping\Entity] attribute"/>
    </service>
    <service id="App\Enum\BookListType" class="App\Enum\BookListType" autowire="true" autoconfigure="true">
      <tag name="container.excluded" source="because it's an enum"/>
    </service>
    <service id="App\Enum\BookRequestStatus" class="App\Enum\BookRequestStatus" autowire="true" autoconfigure="true">
      <tag name="container.excluded" source="because it's an enum"/>
    </service>
    <service id="App\Enum\NotificationType" class="App\Enum\NotificationType" autowire="true" autoconfigure="true">
      <tag name="container.excluded" source="because it's an enum"/>
    </service>
    <service id="App\EventSubscriber\OnboardingRedirectSubscriber" class="App\EventSubscriber\OnboardingRedirectSubscriber" autowire="true" autoconfigure="true">
      <tag name="kernel.event_subscriber"/>
      <tag name="container.hot_path"/>
      <argument type="service" id="security.helper"/>
      <argument type="service" id="router.default"/>
    </service>
    <service id="App\Form\BookRequestType" class="App\Form\BookRequestType" autowire="true" autoconfigure="true">
      <tag name="form.type" csrf_token_id="%.form.type_extension.csrf.token_id%"/>
    </service>
    <service id="App\Form\ChangePasswordFormType" class="App\Form\ChangePasswordFormType" autowire="true" autoconfigure="true">
      <tag name="form.type" csrf_token_id="%.form.type_extension.csrf.token_id%"/>
    </service>
    <service id="App\Form\RegistrationFormType" class="App\Form\RegistrationFormType" autowire="true" autoconfigure="true">
      <tag name="form.type" csrf_token_id="%.form.type_extension.csrf.token_id%"/>
    </service>
    <service id="App\Form\ResetPasswordRequestFormType" class="App\Form\ResetPasswordRequestFormType" autowire="true" autoconfigure="true">
      <tag name="form.type" csrf_token_id="%.form.type_extension.csrf.token_id%"/>
    </service>
    <service id="App\MessageHandler\DownloadAuthorPhotoHandler" class="App\MessageHandler\DownloadAuthorPhotoHandler" autowire="true" autoconfigure="true">
      <tag name="messenger.message_handler" bus="" handles="" method="" priority="0" sign="false" from_transport=""/>
      <argument type="service" id="App\Repository\AuthorRepository"/>
      <argument type="service" id="App\Service\Catalog\Covers\ImageCacheService"/>
      <argument type="service" id="doctrine.orm.default_entity_manager"/>
      <argument type="service" id="monolog.logger"/>
    </service>
    <service id="App\MessageHandler\DownloadWorkCoverHandler" class="App\MessageHandler\DownloadWorkCoverHandler" autowire="true" autoconfigure="true">
      <tag name="messenger.message_handler" bus="" handles="" method="" priority="0" sign="false" from_transport=""/>
      <argument type="service" id="App\Repository\WorkRepository"/>
      <argument type="service" id="App\Service\Catalog\Covers\ImageCacheService"/>
      <argument type="service" id="doctrine.orm.default_entity_manager"/>
      <argument type="service" id="monolog.logger"/>
    </service>
    <service id="App\MessageHandler\EnrichWorkHandler" class="App\MessageHandler\EnrichWorkHandler" autowire="true" autoconfigure="true">
      <tag name="messenger.message_handler" bus="" handles="" method="" priority="0" sign="false" from_transport=""/>
      <argument type="service" id="App\Repository\WorkRepository"/>
      <argument type="service" id="App\Service\Catalog\Enrichment\WorkEnrichmentService"/>
      <argument type="service" id="doctrine.orm.default_entity_manager"/>
      <argument type="service" id="debug.traced.messenger.bus.default"/>
      <argument type="service" id="monolog.logger"/>
    </service>
    <service id="App\Message\DownloadAuthorPhotoMessage" class="App\Message\DownloadAuthorPhotoMessage" autowire="true" autoconfigure="true">
      <tag name="container.error" message="Cannot autowire service &quot;App\Message\DownloadAuthorPhotoMessage&quot;: argument &quot;$authorPublicId&quot; of method &quot;__construct()&quot; is type-hinted &quot;string&quot;, you should configure its value explicitly."/>
    </service>
    <service id="App\Message\DownloadWorkCoverMessage" class="App\Message\DownloadWorkCoverMessage" autowire="true" autoconfigure="true">
      <tag name="container.error" message="Cannot autowire service &quot;App\Message\DownloadWorkCoverMessage&quot;: argument &quot;$workPublicId&quot; of method &quot;__construct()&quot; is type-hinted &quot;string&quot;, you should configure its value explicitly."/>
    </service>
    <service id="App\Message\EnrichWorkMessage" class="App\Message\EnrichWorkMessage" autowire="true" autoconfigure="true">
      <tag name="container.error" message="Cannot autowire service &quot;App\Message\EnrichWorkMessage&quot;: argument &quot;$workPublicId&quot; of method &quot;__construct()&quot; is type-hinted &quot;string&quot;, you should configure its value explicitly."/>
    </service>
    <service id="App\Repository\AuthorRepository" class="App\Repository\AuthorRepository" autowire="true" autoconfigure="true">
      <tag name="doctrine.repository_service"/>
      <argument type="service" id="doctrine"/>
    </service>
    <service id="App\Repository\BookListItemRepository" class="App\Repository\BookListItemRepository" autowire="true" autoconfigure="true">
      <tag name="doctrine.repository_service"/>
      <argument type="service" id="doctrine"/>
    </service>
    <service id="App\Repository\BookListLikeRepository" class="App\Repository\BookListLikeRepository" autowire="true" autoconfigure="true">
      <tag name="doctrine.repository_service"/>
      <argument type="service" id="doctrine"/>
    </service>
    <service id="App\Repository\BookListRepository" class="App\Repository\BookListRepository" autowire="true" autoconfigure="true">
      <tag name="doctrine.repository_service"/>
      <argument type="service" id="doctrine"/>
    </service>
    <service id="App\Repository\BookRequestRepository" class="App\Repository\BookRequestRepository" autowire="true" autoconfigure="true">
      <tag name="doctrine.repository_service"/>
      <argument type="service" id="doctrine"/>
    </service>
    <service id="App\Repository\DismissedRecommendationRepository" class="App\Repository\DismissedRecommendationRepository" autowire="true" autoconfigure="true">
      <tag name="doctrine.repository_service"/>
      <argument type="service" id="doctrine"/>
    </service>
    <service id="App\Repository\EditionRepository" class="App\Repository\EditionRepository" autowire="true" autoconfigure="true">
      <tag name="doctrine.repository_service"/>
      <argument type="service" id="doctrine"/>
    </service>
    <service id="App\Repository\FollowRepository" class="App\Repository\FollowRepository" autowire="true" autoconfigure="true">
      <tag name="doctrine.repository_service"/>
      <argument type="service" id="doctrine"/>
    </service>
    <service id="App\Repository\GenreRepository" class="App\Repository\GenreRepository" autowire="true" autoconfigure="true">
      <tag name="doctrine.repository_service"/>
      <argument type="service" id="doctrine"/>
    </service>
    <service id="App\Repository\NotificationRepository" class="App\Repository\NotificationRepository" autowire="true" autoconfigure="true">
      <tag name="doctrine.repository_service"/>
      <argument type="service" id="doctrine"/>
    </service>
    <service id="App\Repository\PushSubscriptionRepository" class="App\Repository\PushSubscriptionRepository" autowire="true" autoconfigure="true">
      <tag name="doctrine.repository_service"/>
      <argument type="service" id="doctrine"/>
    </service>
    <service id="App\Repository\RatingRepository" class="App\Repository\RatingRepository" autowire="true" autoconfigure="true">
      <tag name="doctrine.repository_service"/>
      <argument type="service" id="doctrine"/>
    </service>
    <service id="App\Repository\ResetPasswordRequestRepository" class="App\Repository\ResetPasswordRequestRepository" autowire="true" autoconfigure="true">
      <tag name="doctrine.repository_service"/>
      <argument type="service" id="doctrine"/>
    </service>
    <service id="App\Repository\ReviewCommentRepository" class="App\Repository\ReviewCommentRepository" autowire="true" autoconfigure="true">
      <tag name="doctrine.repository_service"/>
      <argument type="service" id="doctrine"/>
    </service>
    <service id="App\Repository\ReviewLikeRepository" class="App\Repository\ReviewLikeRepository" autowire="true" autoconfigure="true">
      <tag name="doctrine.repository_service"/>
      <argument type="service" id="doctrine"/>
    </service>
    <service id="App\Repository\ReviewRepository" class="App\Repository\ReviewRepository" autowire="true" autoconfigure="true">
      <tag name="doctrine.repository_service"/>
      <argument type="service" id="doctrine"/>
    </service>
    <service id="App\Repository\UserFavoriteRepository" class="App\Repository\UserFavoriteRepository" autowire="true" autoconfigure="true">
      <tag name="doctrine.repository_service"/>
      <argument type="service" id="doctrine"/>
    </service>
    <service id="App\Repository\UserRepository" class="App\Repository\UserRepository" autowire="true" autoconfigure="true">
      <tag name="doctrine.repository_service"/>
      <argument type="service" id="doctrine"/>
    </service>
    <service id="App\Repository\WorkRepository" class="App\Repository\WorkRepository" autowire="true" autoconfigure="true">
      <tag name="doctrine.repository_service"/>
      <argument type="service" id="doctrine"/>
    </service>
    <service id="App\Security\LoginSuccessHandler" class="App\Security\LoginSuccessHandler" autowire="true" autoconfigure="true">
      <argument type="service" id="router.default"/>
    </service>
    <service id="App\Security\Voter\BookListItemVoter" class="App\Security\Voter\BookListItemVoter" autowire="true" autoconfigure="true">
      <tag name="security.voter"/>
      <argument type="service" id="security.helper"/>
    </service>
    <service id="App\Security\Voter\BookListVoter" class="App\Security\Voter\BookListVoter" autowire="true" autoconfigure="true">
      <tag name="security.voter"/>
      <argument type="service" id="security.helper"/>
    </service>
    <service id="App\Security\Voter\FollowVoter" class="App\Security\Voter\FollowVoter" autowire="true" autoconfigure="true">
      <tag name="security.voter"/>
      <argument type="service" id="security.helper"/>
    </service>
    <service id="App\Security\Voter\ReviewCommentVoter" class="App\Security\Voter\ReviewCommentVoter" autowire="true" autoconfigure="true">
      <tag name="security.voter"/>
      <argument type="service" id="security.helper"/>
    </service>
    <service id="App\Security\Voter\ReviewVoter" class="App\Security\Voter\ReviewVoter" autowire="true" autoconfigure="true">
      <tag name="security.voter"/>
      <argument type="service" id="security.helper"/>
    </service>
    <service id="App\Security\Voter\UserVoter" class="App\Security\Voter\UserVoter" autowire="true" autoconfigure="true">
      <tag name="security.voter"/>
      <argument type="service" id="security.helper"/>
    </service>
    <service id="App\Service\BookListService" class="App\Service\BookListService" autowire="true" autoconfigure="true">
      <argument type="service" id="doctrine.orm.default_entity_manager"/>
    </service>
    <service id="App\Service\Books\AuthorEnrichmentService" class="App\Service\Books\AuthorEnrichmentService" autowire="true" autoconfigure="true">
      <argument type="service" id="App\Service\Books\OpenLibraryProvider"/>
      <argument type="service" id="doctrine.orm.default_entity_manager"/>
      <argument type="service" id="cache.app"/>
    </service>
    <service id="App\Service\Books\AuthorResult" class="App\Service\Books\AuthorResult" autowire="true" autoconfigure="true">
      <tag name="container.error" message="Cannot autowire service &quot;App\Service\Books\AuthorResult&quot;: argument &quot;$name&quot; of method &quot;__construct()&quot; is type-hinted &quot;string&quot;, you should configure its value explicitly."/>
    </service>
    <service id="App\Service\Books\AuthorSearchService" class="App\Service\Books\AuthorSearchService" autowire="true" autoconfigure="true">
      <argument type="service" id="App\Repository\AuthorRepository"/>
      <argument type="service" id="App\Service\Books\GoogleBooksProvider"/>
      <argument type="service" id="App\Service\Books\CanonicalKeyBuilder"/>
      <argument type="service" id="cache.app"/>
      <argument type="service" id="doctrine.orm.default_entity_manager"/>
      <argument type="service" id="slugger"/>
    </service>
    <service id=".abstract.App\Service\Books\BookProviderInterface" class="App\Service\Books\BookProviderInterface" autowire="true" autoconfigure="true" abstract="true">
      <tag name="container.excluded" source="because the class is abstract"/>
    </service>
    <service id="App\Service\Books\BookSearchService" class="App\Service\Books\BookSearchService" autowire="true" autoconfigure="true">
      <argument type="service" id="App\Service\Books\OpenLibraryProvider"/>
      <argument type="service" id="App\Service\Books\GoogleBooksProvider"/>
      <argument type="service" id="App\Service\Books\WorkResolver"/>
      <argument type="service" id="App\Service\Books\EditionResolver"/>
      <argument type="service" id="App\Repository\EditionRepository"/>
      <argument type="service" id="App\Repository\AuthorRepository"/>
      <argument type="service" id="doctrine.orm.default_entity_manager"/>
      <argument type="service" id="book_search.cache"/>
      <argument type="service" id="slugger"/>
      <argument type="service" id="monolog.logger"/>
      <argument type="service" id="App\Service\Books\CanonicalKeyBuilder"/>
      <argument type="service" id="App\Service\Books\CoverResolver"/>
      <argument type="service" id="App\Repository\WorkRepository"/>
      <argument type="service" id="App\Service\Catalog\Covers\ImageCacheService"/>
      <argument type="service" id="App\Service\Books\TitleSimilarity"/>
      <argument type="service" id="App\Service\Catalog\Resolution\WorkQidResolver"/>
      <argument type="service" id="App\Service\Books\PodPublisherDetector"/>
      <argument type="service" id="App\Service\Books\ProviderResultCache"/>
      <argument type="service" id="App\Service\Books\TitleNormalizer"/>
    </service>
    <service id="App\Service\Books\CanonicalKeyBuilder" class="App\Service\Books\CanonicalKeyBuilder" autowire="true" autoconfigure="true"/>
    <service id="App\Service\Books\CoverResolver" class="App\Service\Books\CoverResolver" autowire="true" autoconfigure="true">
      <argument type="service" id="App\Service\Books\OpenLibraryProvider"/>
      <argument type="service" id="cache.app"/>
      <argument type="service" id="App\Service\Books\GoogleBooksProvider"/>
      <argument type="service" id="App\Service\Books\CanonicalKeyBuilder"/>
    </service>
    <service id="App\Service\Books\EditionListingService" class="App\Service\Books\EditionListingService" autowire="true" autoconfigure="true">
      <argument type="service" id="App\Service\Books\OpenLibraryProvider"/>
      <argument type="service" id="cache.app"/>
    </service>
    <service id="App\Service\Books\EditionResolver" class="App\Service\Books\EditionResolver" autowire="true" autoconfigure="true">
      <argument type="service" id="App\Repository\EditionRepository"/>
      <argument type="service" id="doctrine.orm.default_entity_manager"/>
    </service>
    <service id="App\Service\Books\GoogleBooksProvider" class="App\Service\Books\GoogleBooksProvider" autowire="true" autoconfigure="true">
      <argument type="service" id="googleBooksClient.uri_template"/>
      <argument type="service" id="monolog.logger"/>
      <argument type="service" id="cache.app"/>
      <argument>%env(default::GOOGLE_BOOKS_API_KEY)%</argument>
    </service>
    <service id="App\Service\Books\OpenLibraryProvider" class="App\Service\Books\OpenLibraryProvider" autowire="true" autoconfigure="true">
      <argument type="service" id="openLibraryClient.uri_template"/>
      <argument type="service" id="monolog.logger"/>
    </service>
    <service id="App\Service\Books\PodPublisherDetector" class="App\Service\Books\PodPublisherDetector" autowire="true" autoconfigure="true"/>
    <service id="App\Service\Books\ProviderBookResult" class="App\Service\Books\ProviderBookResult" autowire="true" autoconfigure="true">
      <tag name="container.error" message="Cannot autowire service &quot;App\Service\Books\ProviderBookResult&quot;: argument &quot;$source&quot; of method &quot;__construct()&quot; is type-hinted &quot;string&quot;, you should configure its value explicitly."/>
    </service>
    <service id="App\Service\Books\ProviderResultCache" class="App\Service\Books\ProviderResultCache" autowire="true" autoconfigure="true">
      <argument type="service" id="book_search.cache"/>
    </service>
    <service id="App\Service\Books\TitleNormalizer" class="App\Service\Books\TitleNormalizer" autowire="true" autoconfigure="true"/>
    <service id="App\Service\Books\TitleSimilarity" class="App\Service\Books\TitleSimilarity" autowire="true" autoconfigure="true"/>
    <service id="App\Service\Books\WorkResolver" class="App\Service\Books\WorkResolver" autowire="true" autoconfigure="true">
      <argument type="service" id="App\Repository\WorkRepository"/>
      <argument type="service" id="doctrine.orm.default_entity_manager"/>
      <argument type="service" id="App\Service\Books\CanonicalKeyBuilder"/>
      <argument type="service" id="App\Service\Recommendation\FacetExtractor"/>
    </service>
    <service id="App\Service\Catalog\Bnf\BnfDumpParser" class="App\Service\Catalog\Bnf\BnfDumpParser" autowire="true" autoconfigure="true"/>
    <service id="App\Service\Catalog\Bnf\BnfParsedPerson" class="App\Service\Catalog\Bnf\BnfParsedPerson" autowire="true" autoconfigure="true">
      <tag name="container.error" message="Cannot autowire service &quot;App\Service\Catalog\Bnf\BnfParsedPerson&quot;: argument &quot;$bnfArk&quot; of method &quot;__construct()&quot; is type-hinted &quot;string&quot;, you should configure its value explicitly."/>
    </service>
    <service id="App\Service\Catalog\Bnf\BnfParsedWork" class="App\Service\Catalog\Bnf\BnfParsedWork" autowire="true" autoconfigure="true">
      <tag name="container.error" message="Cannot autowire service &quot;App\Service\Catalog\Bnf\BnfParsedWork&quot;: argument &quot;$bnfArk&quot; of method &quot;__construct()&quot; is type-hinted &quot;string&quot;, you should configure its value explicitly."/>
    </service>
    <service id="App\Service\Catalog\Covers\ImageCacheService" class="App\Service\Catalog\Covers\ImageCacheService" autowire="true" autoconfigure="true">
      <argument type="service" id="http_client.uri_template"/>
      <argument>C:\Users\rgalo\Dropbox\_LIVRECOMMENT/public/covers</argument>
      <argument type="service" id="monolog.logger"/>
    </service>
    <service id="App\Service\Catalog\Enrichment\AuthorWikipediaFrEnrichmentService" class="App\Service\Catalog\Enrichment\AuthorWikipediaFrEnrichmentService" autowire="true" autoconfigure="true">
      <argument type="service" id="http_client.uri_template"/>
      <argument type="service" id="App\Service\Catalog\Enrichment\WikipediaFrFetcher"/>
      <argument type="service" id="doctrine.orm.default_entity_manager"/>
      <argument type="service" id="cache.app"/>
      <argument type="service" id="monolog.logger"/>
    </service>
    <service id="App\Service\Catalog\Enrichment\GoogleBooksCoverFetcher" class="App\Service\Catalog\Enrichment\GoogleBooksCoverFetcher" autowire="true" autoconfigure="true">
      <argument type="service" id="http_client.uri_template"/>
      <argument>%env(default::GOOGLE_BOOKS_API_KEY)%</argument>
      <argument type="service" id="monolog.logger"/>
      <argument type="service" id="cache.app"/>
    </service>
    <service id="App\Service\Catalog\Enrichment\OpenLibraryWorkFetcher" class="App\Service\Catalog\Enrichment\OpenLibraryWorkFetcher" autowire="true" autoconfigure="true">
      <argument type="service" id="http_client.uri_template"/>
      <argument type="service" id="monolog.logger"/>
    </service>
    <service id="App\Service\Catalog\Enrichment\WikipediaFrFetcher" class="App\Service\Catalog\Enrichment\WikipediaFrFetcher" autowire="true" autoconfigure="true">
      <argument type="service" id="http_client.uri_template"/>
      <argument type="service" id="monolog.logger"/>
    </service>
    <service id="App\Service\Catalog\Enrichment\WikipediaSummary" class="App\Service\Catalog\Enrichment\WikipediaSummary" autowire="true" autoconfigure="true">
      <tag name="container.error" message="Cannot autowire service &quot;App\Service\Catalog\Enrichment\WikipediaSummary&quot;: argument &quot;$extract&quot; of method &quot;__construct()&quot; is type-hinted &quot;string&quot;, you should configure its value explicitly."/>
    </service>
    <service id="App\Service\Catalog\Enrichment\WorkEnrichmentService" class="App\Service\Catalog\Enrichment\WorkEnrichmentService" autowire="true" autoconfigure="true">
      <argument type="service" id="App\Service\Catalog\Enrichment\WikipediaFrFetcher"/>
      <argument type="service" id="App\Service\Catalog\Enrichment\GoogleBooksCoverFetcher"/>
      <argument type="service" id="App\Service\Catalog\Enrichment\OpenLibraryWorkFetcher"/>
      <argument type="service" id="monolog.logger"/>
    </service>
    <service id="App\Service\Catalog\Enrichment\WorkGapEnricher" class="App\Service\Catalog\Enrichment\WorkGapEnricher" autowire="true" autoconfigure="true">
      <argument type="service" id="App\Service\Books\CoverResolver"/>
      <argument type="service" id="App\Service\Books\BookSearchService"/>
      <argument type="service" id="book_search.cache"/>
      <argument type="service" id="doctrine.orm.default_entity_manager"/>
      <argument type="service" id="monolog.logger"/>
    </service>
    <service id=".abstract.App\Service\Catalog\Ingestion\OlAuthorDict" class="App\Service\Catalog\Ingestion\OlAuthorDict" autowire="true" autoconfigure="true" abstract="true">
      <tag name="container.excluded" source="because the class is abstract"/>
    </service>
    <service id="App\Service\Catalog\Ingestion\OlDumpReader" class="App\Service\Catalog\Ingestion\OlDumpReader" autowire="true" autoconfigure="true">
      <argument type="service" id="monolog.logger"/>
    </service>
    <service id="App\Service\Catalog\Ingestion\SqliteAuthorDict" class="App\Service\Catalog\Ingestion\SqliteAuthorDict" autowire="true" autoconfigure="true">
      <argument>C:\Users\rgalo\Dropbox\_LIVRECOMMENT/var/dump_ingest/authors.sqlite</argument>
      <argument type="service" id="monolog.logger"/>
    </service>
    <service id="App\Service\Catalog\Resolution\AuthorNameOverrides" class="App\Service\Catalog\Resolution\AuthorNameOverrides" autowire="true" autoconfigure="true"/>
    <service id=".abstract.App\Service\Catalog\Resolution\BookEntityResolverInterface" class="App\Service\Catalog\Resolution\BookEntityResolverInterface" autowire="true" autoconfigure="true" abstract="true">
      <tag name="container.excluded" source="because the class is abstract"/>
    </service>
    <service id="App\Service\Catalog\Resolution\GenreSynchronizer" class="App\Service\Catalog\Resolution\GenreSynchronizer" autowire="true" autoconfigure="true">
      <argument type="service" id="App\Repository\GenreRepository"/>
      <argument type="service" id="doctrine.orm.default_entity_manager"/>
      <argument type="service" id="slugger"/>
    </service>
    <service id="App\Service\Catalog\Resolution\OpenLibraryWorkResolver" class="App\Service\Catalog\Resolution\OpenLibraryWorkResolver" autowire="true" autoconfigure="true">
      <argument type="service" id="http_client.uri_template"/>
      <argument type="service" id="monolog.logger"/>
    </service>
    <service id="App\Service\Catalog\Resolution\ResolvedBook" class="App\Service\Catalog\Resolution\ResolvedBook" autowire="true" autoconfigure="true">
      <tag name="container.error" message="Cannot autowire service &quot;App\Service\Catalog\Resolution\ResolvedBook&quot;: argument &quot;$title&quot; of method &quot;__construct()&quot; is type-hinted &quot;string&quot;, you should configure its value explicitly."/>
    </service>
    <service id="App\Service\Catalog\Resolution\WikidataSearchService" class="App\Service\Catalog\Resolution\WikidataSearchService" autowire="true" autoconfigure="true">
      <argument type="service" id="http_client.uri_template"/>
      <argument type="service" id="App\Service\Catalog\Resolution\AuthorNameOverrides"/>
      <argument type="service" id="monolog.logger"/>
    </service>
    <service id="App\Service\Catalog\Resolution\WikipediaSpellChecker" class="App\Service\Catalog\Resolution\WikipediaSpellChecker" autowire="true" autoconfigure="true">
      <argument type="service" id="http_client.uri_template"/>
      <argument type="service" id="monolog.logger"/>
    </service>
    <service id="App\Service\Catalog\Resolution\WorkMaterializer" class="App\Service\Catalog\Resolution\WorkMaterializer" autowire="true" autoconfigure="true">
      <argument type="service" id="App\Repository\WorkRepository"/>
      <argument type="service" id="App\Repository\AuthorRepository"/>
      <argument type="service" id="App\Service\Catalog\Resolution\GenreSynchronizer"/>
      <argument type="service" id="doctrine.orm.default_entity_manager"/>
      <argument type="service" id="App\Service\Books\CanonicalKeyBuilder"/>
      <argument type="service" id="slugger"/>
    </service>
    <service id="App\Service\Catalog\Resolution\WorkOpener" class="App\Service\Catalog\Resolution\WorkOpener" autowire="true" autoconfigure="true">
      <argument type="service" id="App\Repository\WorkRepository"/>
      <argument type="service" id="App\Service\Catalog\Resolution\OpenLibraryWorkResolver"/>
      <argument type="service" id="App\Service\Catalog\Resolution\WorkMaterializer"/>
      <argument type="service" id="debug.traced.messenger.bus.default"/>
      <argument type="service" id="monolog.logger"/>
    </service>
    <service id="App\Service\Catalog\Resolution\WorkQidResolver" class="App\Service\Catalog\Resolution\WorkQidResolver" autowire="true" autoconfigure="true">
      <argument type="service" id="App\Service\Catalog\Resolution\WikidataSearchService"/>
      <argument type="service" id="App\Service\Books\CanonicalKeyBuilder"/>
      <argument type="service" id="App\Service\Books\TitleSimilarity"/>
    </service>
    <service id="App\Service\Catalog\Wikidata\WikidataConfig" class="App\Service\Catalog\Wikidata\WikidataConfig" autowire="true" autoconfigure="true"/>
    <service id="App\Service\FavoriteService" class="App\Service\FavoriteService" autowire="true" autoconfigure="true">
      <argument type="service" id="doctrine.orm.default_entity_manager"/>
      <argument type="service" id="App\Repository\UserFavoriteRepository"/>
    </service>
    <service id="App\Service\NotificationService" class="App\Service\NotificationService" autowire="true" autoconfigure="true">
      <argument type="service" id="App\Repository\NotificationRepository"/>
      <argument type="service" id="doctrine.orm.default_entity_manager"/>
      <argument type="service" id="App\Service\WebPushSender"/>
      <argument type="service" id="router.default"/>
      <argument type="service" id="monolog.logger"/>
    </service>
    <service id="App\Service\PasswordResetMailer" class="App\Service\PasswordResetMailer" autowire="true" autoconfigure="true">
      <argument type="service" id="mailer.mailer"/>
    </service>
    <service id="App\Service\Profile\ActivityEvent" class="App\Service\Profile\ActivityEvent" autowire="true" autoconfigure="true">
      <tag name="container.error" message="Cannot autowire service &quot;App\Service\Profile\ActivityEvent&quot;: argument &quot;$type&quot; of method &quot;__construct()&quot; is type-hinted &quot;string&quot;, you should configure its value explicitly."/>
    </service>
    <service id="App\Service\Profile\ActivityFeedService" class="App\Service\Profile\ActivityFeedService" autowire="true" autoconfigure="true">
      <argument type="service" id="App\Repository\RatingRepository"/>
      <argument type="service" id="App\Repository\ReviewRepository"/>
      <argument type="service" id="App\Repository\BookListItemRepository"/>
      <argument type="service" id="App\Repository\ReviewCommentRepository"/>
      <argument type="service" id="App\Repository\FollowRepository"/>
    </service>
    <service id="App\Service\Profile\ProfileStats" class="App\Service\Profile\ProfileStats" autowire="true" autoconfigure="true">
      <tag name="container.error" message="Cannot autowire service &quot;App\Service\Profile\ProfileStats&quot;: argument &quot;$totalRatings&quot; of method &quot;__construct()&quot; is type-hinted &quot;int&quot;, you should configure its value explicitly."/>
    </service>
    <service id="App\Service\Profile\ProfileStatsService" class="App\Service\Profile\ProfileStatsService" autowire="true" autoconfigure="true">
      <argument type="service" id="App\Repository\RatingRepository"/>
    </service>
    <service id="App\Service\RatingService" class="App\Service\RatingService" autowire="true" autoconfigure="true">
      <argument type="service" id="doctrine.orm.default_entity_manager"/>
      <argument type="service" id="App\Repository\RatingRepository"/>
      <argument type="service" id="App\Service\ShelfService"/>
    </service>
    <service id=".abstract.App\Service\Recommendation\CandidateProvider" class="App\Service\Recommendation\CandidateProvider" autowire="true" autoconfigure="true" abstract="true">
      <tag name="container.excluded" source="because the class is abstract"/>
    </service>
    <service id="App\Service\Recommendation\CategoryBrowseService" class="App\Service\Recommendation\CategoryBrowseService" autowire="true" autoconfigure="true">
      <argument type="service" id="App\Repository\GenreRepository"/>
      <argument type="service" id="App\Service\Recommendation\CategoryPopularityProvider"/>
      <argument type="service" id="App\Service\Recommendation\CategorySeedProvider"/>
      <argument type="service" id="App\Service\Recommendation\WorkResultConverter"/>
      <argument type="service" id="book_search.cache"/>
    </service>
    <service id="App\Service\Recommendation\CategoryPopularityProvider" class="App\Service\Recommendation\CategoryPopularityProvider" autowire="true" autoconfigure="true">
      <argument type="service" id="App\Repository\WorkRepository"/>
    </service>
    <service id=".abstract.App\Service\Recommendation\CategoryPopularityProviderInterface" class="App\Service\Recommendation\CategoryPopularityProviderInterface" autowire="true" autoconfigure="true" abstract="true">
      <tag name="container.excluded" source="because the class is abstract"/>
    </service>
    <service id="App\Service\Recommendation\CategorySeedProvider" class="App\Service\Recommendation\CategorySeedProvider" autowire="true" autoconfigure="true">
      <argument type="service" id="App\Service\Books\GoogleBooksProvider"/>
      <argument type="service" id="App\Service\Books\PodPublisherDetector"/>
      <argument type="service" id="App\Service\Books\CanonicalKeyBuilder"/>
      <argument type="service" id="App\Repository\WorkRepository"/>
      <argument type="service" id="App\Service\Books\ProviderResultCache"/>
    </service>
    <service id=".abstract.App\Service\Recommendation\CategorySeedProviderInterface" class="App\Service\Recommendation\CategorySeedProviderInterface" autowire="true" autoconfigure="true" abstract="true">
      <tag name="container.excluded" source="because the class is abstract"/>
    </service>
    <service id="App\Service\Recommendation\FacetExtractor" class="App\Service\Recommendation\FacetExtractor" autowire="true" autoconfigure="true">
      <argument>C:\Users\rgalo\Dropbox\_LIVRECOMMENT/config/data/facet_vocabulary.php</argument>
    </service>
    <service id="App\Service\Recommendation\FacetSeedMap" class="App\Service\Recommendation\FacetSeedMap" autowire="true" autoconfigure="true">
      <argument>C:\Users\rgalo\Dropbox\_LIVRECOMMENT/config/data/facet_seeds.php</argument>
    </service>
    <service id="App\Service\Recommendation\FacetSeedProvider" class="App\Service\Recommendation\FacetSeedProvider" autowire="true" autoconfigure="true">
      <argument type="service" id="App\Service\Recommendation\FacetSeedMap"/>
      <argument type="service" id="App\Service\Recommendation\CategorySeedProvider"/>
    </service>
    <service id=".abstract.App\Service\Recommendation\FacetSeedProviderInterface" class="App\Service\Recommendation\FacetSeedProviderInterface" autowire="true" autoconfigure="true" abstract="true">
      <tag name="container.excluded" source="because the class is abstract"/>
    </service>
    <service id="App\Service\Recommendation\ForYouService" class="App\Service\Recommendation\ForYouService" autowire="true" autoconfigure="true">
      <argument type="service" id="App\Service\Recommendation\TasteProfileBuilder"/>
      <argument type="service" id="App\Repository\RatingRepository"/>
      <argument type="service" id="App\Repository\BookListItemRepository"/>
      <argument type="service" id="App\Repository\DismissedRecommendationRepository"/>
      <argument type="service" id="App\Repository\WorkRepository"/>
      <argument type="service" id="App\Service\Recommendation\GoogleBooksCandidateProvider"/>
      <argument type="service" id="App\Service\Recommendation\RecommendationScorer"/>
      <argument type="service" id="App\Service\Recommendation\WorkResultConverter"/>
      <argument type="service" id="App\Service\Books\CanonicalKeyBuilder"/>
      <argument type="service" id="cache.app"/>
      <argument type="service" id="App\Service\Recommendation\FacetExtractor"/>
      <argument type="service" id="App\Service\Recommendation\ReadAlikeProvider"/>
      <argument type="service" id="App\Service\Recommendation\FacetSeedProvider"/>
    </service>
    <service id="App\Service\Recommendation\GenreIdfProvider" class="App\Service\Recommendation\GenreIdfProvider" autowire="true" autoconfigure="true">
      <argument type="service" id="App\Repository\WorkRepository"/>
      <argument type="service" id="cache.app"/>
    </service>
    <service id=".abstract.App\Service\Recommendation\GenreIdfProviderInterface" class="App\Service\Recommendation\GenreIdfProviderInterface" autowire="true" autoconfigure="true" abstract="true">
      <tag name="container.excluded" source="because the class is abstract"/>
    </service>
    <service id="App\Service\Recommendation\GoogleBooksCandidateProvider" class="App\Service\Recommendation\GoogleBooksCandidateProvider" autowire="true" autoconfigure="true">
      <argument type="service" id="App\Service\Books\GoogleBooksProvider"/>
      <argument type="service" id="App\Repository\WorkRepository"/>
      <argument type="service" id="App\Service\Books\CanonicalKeyBuilder"/>
      <argument type="service" id="App\Service\Books\PodPublisherDetector"/>
      <argument type="service" id="App\Service\Books\ProviderResultCache"/>
    </service>
    <service id="App\Service\Recommendation\ReadAlikeMap" class="App\Service\Recommendation\ReadAlikeMap" autowire="true" autoconfigure="true">
      <argument>C:\Users\rgalo\Dropbox\_LIVRECOMMENT/config/data/read_alikes.php</argument>
    </service>
    <service id="App\Service\Recommendation\ReadAlikeProvider" class="App\Service\Recommendation\ReadAlikeProvider" autowire="true" autoconfigure="true">
      <argument type="service" id="App\Service\Recommendation\ReadAlikeMap"/>
      <argument type="service" id="App\Service\Recommendation\CategorySeedProvider"/>
    </service>
    <service id=".abstract.App\Service\Recommendation\ReadAlikeProviderInterface" class="App\Service\Recommendation\ReadAlikeProviderInterface" autowire="true" autoconfigure="true" abstract="true">
      <tag name="container.excluded" source="because the class is abstract"/>
    </service>
    <service id="App\Service\Recommendation\RecommendationActionService" class="App\Service\Recommendation\RecommendationActionService" autowire="true" autoconfigure="true">
      <argument type="service" id="App\Service\Books\BookSearchService"/>
      <argument type="service" id="App\Repository\WorkRepository"/>
      <argument type="service" id="App\Service\ShelfService"/>
      <argument type="service" id="App\Repository\DismissedRecommendationRepository"/>
      <argument type="service" id="doctrine.orm.default_entity_manager"/>
    </service>
    <service id="App\Service\Recommendation\RecommendationScorer" class="App\Service\Recommendation\RecommendationScorer" autowire="true" autoconfigure="true"/>
    <service id="App\Service\Recommendation\ScoreableCandidate" class="App\Service\Recommendation\ScoreableCandidate" autowire="true" autoconfigure="true">
      <tag name="container.error" message="Cannot autowire service &quot;App\Service\Recommendation\ScoreableCandidate&quot;: argument &quot;$source&quot; of method &quot;__construct()&quot; is type-hinted &quot;string&quot;, you should configure its value explicitly."/>
    </service>
    <service id="App\Service\Recommendation\TasteProfile" class="App\Service\Recommendation\TasteProfile" autowire="true" autoconfigure="true"/>
    <service id="App\Service\Recommendation\TasteProfileBuilder" class="App\Service\Recommendation\TasteProfileBuilder" autowire="true" autoconfigure="true">
      <argument type="service" id="App\Repository\RatingRepository"/>
      <argument type="service" id="App\Repository\BookListItemRepository"/>
      <argument type="service" id="App\Service\Recommendation\GenreIdfProvider"/>
      <argument type="service" id="clock"/>
    </service>
    <service id="App\Service\Recommendation\WorkResultConverter" class="App\Service\Recommendation\WorkResultConverter" autowire="true" autoconfigure="true"/>
    <service id="App\Service\ReviewService" class="App\Service\ReviewService" autowire="true" autoconfigure="true">
      <argument type="service" id="doctrine.orm.default_entity_manager"/>
      <argument type="service" id="App\Repository\RatingRepository"/>
    </service>
    <service id="App\Service\ShelfService" class="App\Service\ShelfService" autowire="true" autoconfigure="true">
      <argument type="service" id="doctrine.orm.default_entity_manager"/>
      <argument type="service" id="App\Repository\BookListRepository"/>
    </service>
    <service id="App\Service\UserRegistrationService" class="App\Service\UserRegistrationService" autowire="true" autoconfigure="true">
      <argument type="service" id="doctrine.orm.default_entity_manager"/>
      <argument type="service" id="App\Repository\UserRepository"/>
      <argument type="service" id="security.user_password_hasher"/>
    </service>
    <service id="App\Service\WebPushSender" class="App\Service\WebPushSender" autowire="true" autoconfigure="true">
      <argument type="service" id="App\Repository\PushSubscriptionRepository"/>
      <argument type="service" id="doctrine.orm.default_entity_manager"/>
      <argument type="service" id="monolog.logger"/>
      <argument>%env(WEBPUSH_VAPID_SUBJECT)%</argument>
      <argument>%env(WEBPUSH_VAPID_PUBLIC_KEY)%</argument>
      <argument>%env(WEBPUSH_VAPID_PRIVATE_KEY)%</argument>
    </service>
    <service id="App\Twig\AdExtension" class="App\Twig\AdExtension" autowire="true" autoconfigure="true">
      <tag name="twig.extension"/>
      <argument>%env(bool:ADS_ENABLED)%</argument>
    </service>
    <service id="App\Twig\BioExtension" class="App\Twig\BioExtension" autowire="true" autoconfigure="true">
      <tag name="twig.extension"/>
    </service>
    <service id="App\Twig\BookTitleExtension" class="App\Twig\BookTitleExtension" autowire="true" autoconfigure="true">
      <tag name="twig.extension"/>
      <argument type="service" id="App\Service\Books\CanonicalKeyBuilder"/>
    </service>
    <service id="App\Twig\CoverExtension" class="App\Twig\CoverExtension" autowire="true" autoconfigure="true">
      <tag name="twig.extension"/>
      <argument type="service" id="App\Service\Catalog\Covers\ImageCacheService"/>
    </service>
    <service id="App\Twig\DateExtension" class="App\Twig\DateExtension" autowire="true" autoconfigure="true">
      <tag name="twig.extension"/>
    </service>
    <service id="App\Twig\NotificationExtension" class="App\Twig\NotificationExtension" autowire="true" autoconfigure="true">
      <tag name="twig.extension"/>
      <argument type="service" id="security.helper"/>
      <argument type="service" id="App\Repository\NotificationRepository"/>
    </service>
    <service id="App\Twig\PushExtension" class="App\Twig\PushExtension" autowire="true" autoconfigure="true">
      <tag name="twig.extension"/>
      <argument>%env(WEBPUSH_VAPID_PUBLIC_KEY)%</argument>
    </service>
    <service id="App\Twig\ReviewExtension" class="App\Twig\ReviewExtension" autowire="true" autoconfigure="true">
      <tag name="twig.extension"/>
      <argument type="service" id="security.helper"/>
      <argument type="service" id="App\Repository\ReviewLikeRepository"/>
    </service>
    <service id="book_search.cache" class="Symfony\Component\Cache\Adapter\FilesystemAdapter" autowire="true" autoconfigure="true">
      <tag name="kernel.reset" method="reset"/>
      <argument>book_search</argument>
      <argument>0</argument>
      <argument>C:\Users\rgalo\Dropbox\_LIVRECOMMENT/var/book_search_cache</argument>
      <call method="setLogger">
        <argument type="service" id="monolog.logger"/>
      </call>
    </service>
    <service id="argument_metadata_factory" class="Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadataFactory"/>
    <service id="argument_resolver.backed_enum_resolver" class="Symfony\Component\HttpKernel\Controller\ArgumentResolver\BackedEnumValueResolver">
      <tag name="Symfony\Component\HttpKernel\Controller\ArgumentResolver\BackedEnumValueResolver" priority="100">controller.argument_value_resolver</tag>
    </service>
    <service id="argument_resolver.uid" class="Symfony\Component\HttpKernel\Controller\ArgumentResolver\UidValueResolver">
      <tag name="Symfony\Component\HttpKernel\Controller\ArgumentResolver\UidValueResolver" priority="100">controller.argument_value_resolver</tag>
    </service>
    <service id="argument_resolver.datetime" class="Symfony\Component\HttpKernel\Controller\ArgumentResolver\DateTimeValueResolver">
      <tag name="Symfony\Component\HttpKernel\Controller\ArgumentResolver\DateTimeValueResolver" priority="100">controller.argument_value_resolver</tag>
      <argument type="service" id="clock" on-invalid="null"/>
    </service>
    <service id="argument_resolver.request_payload" class="Symfony\Component\HttpKernel\Controller\ArgumentResolver\RequestPayloadValueResolver" lazy="true">
      <tag name="Symfony\Component\HttpKernel\Controller\ArgumentResolver\RequestPayloadValueResolver">controller.targeted_value_resolver</tag>
      <tag name="kernel.event_subscriber"/>
      <tag name="container.hot_path"/>
      <argument type="service" id="debug.serializer"/>
      <argument type="service" id="debug.validator" on-invalid="null"/>
      <argument type="service" id="translator.data_collector" on-invalid="null"/>
      <argument>validators</argument>
    </service>
    <service id="argument_resolver.request_attribute" class="Symfony\Component\HttpKernel\Controller\ArgumentResolver\RequestAttributeValueResolver">
      <tag name="Symfony\Component\HttpKernel\Controller\ArgumentResolver\RequestAttributeValueResolver" priority="100">controller.argument_value_resolver</tag>
    </service>
    <service id="argument_resolver.request" class="Symfony\Component\HttpKernel\Controller\ArgumentResolver\RequestValueResolver">
      <tag name="Symfony\Component\HttpKernel\Controller\ArgumentResolver\RequestValueResolver" priority="50">controller.argument_value_resolver</tag>
    </service>
    <service id="argument_resolver.session" class="Symfony\Component\HttpKernel\Controller\ArgumentResolver\SessionValueResolver">
      <tag name="Symfony\Component\HttpKernel\Controller\ArgumentResolver\SessionValueResolver" priority="50">controller.argument_value_resolver</tag>
    </service>
    <service id="argument_resolver.service" class="Symfony\Component\HttpKernel\Controller\ArgumentResolver\ServiceValueResolver">
      <tag name="Symfony\Component\HttpKernel\Controller\ArgumentResolver\ServiceValueResolver" priority="-50">controller.argument_value_resolver</tag>
      <argument type="service" id=".service_locator.Yx9V9No"/>
    </service>
    <service id="argument_resolver.default" class="Symfony\Component\HttpKernel\Controller\ArgumentResolver\DefaultValueResolver">
      <tag name="Symfony\Component\HttpKernel\Controller\ArgumentResolver\DefaultValueResolver" priority="-100">controller.argument_value_resolver</tag>
    </service>
    <service id="argument_resolver.variadic" class="Symfony\Component\HttpKernel\Controller\ArgumentResolver\VariadicValueResolver">
      <tag name="Symfony\Component\HttpKernel\Controller\ArgumentResolver\VariadicValueResolver" priority="-150">controller.argument_value_resolver</tag>
    </service>
    <service id="argument_resolver.query_parameter_value_resolver" class="Symfony\Component\HttpKernel\Controller\ArgumentResolver\QueryParameterValueResolver">
      <tag name="Symfony\Component\HttpKernel\Controller\ArgumentResolver\QueryParameterValueResolver">controller.targeted_value_resolver</tag>
    </service>
    <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="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="monolog.logger" channel="request"/>
      <tag name="kernel.event_subscriber"/>
      <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"/>
      <argument type="collection"/>
    </service>
    <service id="controller.cache_attribute_listener" class="Symfony\Component\HttpKernel\EventListener\CacheAttributeListener">
      <tag name="kernel.reset" method="?reset"/>
      <tag name="kernel.event_subscriber"/>
      <tag name="container.hot_path"/>
      <tag name="container.hot_path"/>
    </service>
    <service id="controller.is_signature_valid_attribute_listener" class="Symfony\Component\HttpKernel\EventListener\IsSignatureValidAttributeListener">
      <tag name="kernel.event_subscriber"/>
      <tag name="container.hot_path"/>
      <argument type="service" id="uri_signer"/>
    </service>
    <service id="controller.helper" class="Symfony\Bundle\FrameworkBundle\Controller\ControllerHelper">
      <tag name="container.service_subscriber"/>
      <argument type="service" id=".service_locator.TJNRSaV.controller.helper"/>
    </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"/>
      <argument>true</argument>
    </service>
    <service id="request_stack" class="Symfony\Component\HttpFoundation\RequestStack" public="true">
      <tag name="kernel.reset" method="resetRequestFormats" on_invalid="ignore"/>
    </service>
    <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>C:\Users\rgalo\Dropbox\_LIVRECOMMENT\var\share\test/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>C:\Users\rgalo\Dropbox\_LIVRECOMMENT\var\cache\test/App_KernelTestDebugContainerDeprecations.log</argument>
    </service>
    <service id="cache_clearer" class="Symfony\Component\HttpKernel\CacheClearer\ChainCacheClearer">
      <argument type="tagged_iterator" tag="kernel.cache_clearer"/>
    </service>
    <service id="filesystem" class="Symfony\Component\Filesystem\Filesystem"/>
    <service id="file_locator" class="Symfony\Component\HttpKernel\Config\FileLocator">
      <argument type="service" id="kernel"/>
    </service>
    <service id="uri_signer" class="Symfony\Component\HttpFoundation\UriSigner" lazy="true">
      <argument>%kernel.secret%</argument>
      <argument>_hash</argument>
      <argument>_expiration</argument>
      <argument type="service" id="clock" on-invalid="null"/>
    </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="book_search.cache" type="service" id="book_search.cache" on-invalid="ignore_uninitialized"/>
        <argument key="controller.cache_attribute_listener" type="service" id="controller.cache_attribute_listener" on-invalid="ignore_uninitialized"/>
        <argument key="request_stack" type="service" id="request_stack" on-invalid="ignore_uninitialized"/>
        <argument key="container.env_var_processor" type="service" id="container.env_var_processor" on-invalid="ignore_uninitialized"/>
        <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.property_info" type="service" id="cache.property_info" on-invalid="ignore_uninitialized"/>
        <argument key="cache.asset_mapper" type="service" id="cache.asset_mapper" on-invalid="ignore_uninitialized"/>
        <argument key="cache.messenger.restart_workers_signal" type="service" id="cache.messenger.restart_workers_signal" on-invalid="ignore_uninitialized"/>
        <argument key="cache.http_client.pool" type="service" id="cache.http_client.pool" on-invalid="ignore_uninitialized"/>
        <argument key="http_client.transport" type="service" id="http_client.transport" on-invalid="ignore_uninitialized"/>
        <argument key="http_client" type="service" id="http_client.uri_template" on-invalid="ignore_uninitialized"/>
        <argument key="openLibraryClient.scoping" type="service" id="openLibraryClient.scoping" on-invalid="ignore_uninitialized"/>
        <argument key="googleBooksClient.scoping" type="service" id="googleBooksClient.scoping" on-invalid="ignore_uninitialized"/>
        <argument key="mailer.message_logger_listener" type="service" id="mailer.message_logger_listener" on-invalid="ignore_uninitialized"/>
        <argument key="translation.locale_switcher" type="service" id="translation.locale_switcher" 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="debug.log_processor" type="service" id="debug.log_processor" on-invalid="ignore_uninitialized"/>
        <argument key="cache.rate_limiter" type="service" id="cache.rate_limiter" on-invalid="ignore_uninitialized"/>
        <argument key="form.choice_list_factory.cached" type="service" id="form.choice_list_factory.cached" on-invalid="ignore_uninitialized"/>
        <argument key="cache.validator_expression_language" type="service" id="cache.validator_expression_language" on-invalid="ignore_uninitialized"/>
        <argument key="messenger.transport.in_memory.factory" type="service" id="messenger.transport.in_memory.factory" on-invalid="ignore_uninitialized"/>
        <argument key="profiler" type="service" id="profiler" on-invalid="ignore_uninitialized"/>
        <argument key="profiler_listener" type="service" id="profiler_listener" on-invalid="ignore_uninitialized"/>
        <argument key="debug.validator" type="service" id="debug.validator" on-invalid="ignore_uninitialized"/>
        <argument key="translator.data_collector" type="service" id="translator.data_collector" on-invalid="ignore_uninitialized"/>
        <argument key="twig" type="service" id="twig" on-invalid="ignore_uninitialized"/>
        <argument key="twig.form.engine" type="service" id="twig.form.engine" on-invalid="ignore_uninitialized"/>
        <argument key="security.token_storage" type="service" id="security.token_storage" on-invalid="ignore_uninitialized"/>
        <argument key="cache.security_expression_language" type="service" id="cache.security_expression_language" on-invalid="ignore_uninitialized"/>
        <argument key="cache.security_is_granted_attribute_expression_language" type="service" id="cache.security_is_granted_attribute_expression_language" on-invalid="ignore_uninitialized"/>
        <argument key="cache.security_is_csrf_token_valid_attribute_expression_language" type="service" id="cache.security_is_csrf_token_valid_attribute_expression_language" on-invalid="ignore_uninitialized"/>
        <argument key="debug.security.access.decision_manager" type="service" id="debug.security.access.decision_manager" on-invalid="ignore_uninitialized"/>
        <argument key="debug.security.firewall" type="service" id="debug.security.firewall" on-invalid="ignore_uninitialized"/>
        <argument key="debug.security.firewall.authenticator.api_login" type="service" id="debug.security.firewall.authenticator.api_login" on-invalid="ignore_uninitialized"/>
        <argument key="debug.security.firewall.authenticator.api" type="service" id="debug.security.firewall.authenticator.api" on-invalid="ignore_uninitialized"/>
        <argument key="debug.security.firewall.authenticator.main" type="service" id="debug.security.firewall.authenticator.main" 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 key="form.type.entity" type="service" id="form.type.entity" on-invalid="ignore_uninitialized"/>
        <argument key="api_platform.cache.route_name_resolver" type="service" id="api_platform.cache.route_name_resolver" on-invalid="ignore_uninitialized"/>
        <argument key="api_platform.cache.metadata.resource" type="service" id="api_platform.cache.metadata.resource" on-invalid="ignore_uninitialized"/>
        <argument key="api_platform.cache.metadata.property" type="service" id="api_platform.cache.metadata.property" on-invalid="ignore_uninitialized"/>
        <argument key="api_platform.cache.metadata.resource_collection" type="service" id="api_platform.cache.metadata.resource_collection" on-invalid="ignore_uninitialized"/>
        <argument key="api_platform.cache.metadata.operation" type="service" id="api_platform.cache.metadata.operation" on-invalid="ignore_uninitialized"/>
        <argument key="api_platform.cache.openapi" type="service" id="api_platform.cache.openapi" on-invalid="ignore_uninitialized"/>
        <argument key="monolog.handler.main" type="service" id="monolog.handler.main" on-invalid="ignore_uninitialized"/>
        <argument key="ux.twig_component.component_factory" type="service" id="ux.twig_component.component_factory" on-invalid="ignore_uninitialized"/>
        <argument key="ux.twig_component.component_renderer" type="service" id="ux.twig_component.component_renderer" on-invalid="ignore_uninitialized"/>
        <argument key="cache.ux.twig_component" type="service" id="cache.ux.twig_component" on-invalid="ignore_uninitialized"/>
        <argument key="cache.easyadmin" type="service" id="cache.easyadmin" on-invalid="ignore_uninitialized"/>
        <argument key="EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\AssociationConfigurator" type="service" id="EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\AssociationConfigurator" on-invalid="ignore_uninitialized"/>
        <argument key="debug.security.event_dispatcher.api_login" type="service" id="debug.security.event_dispatcher.api_login" on-invalid="ignore_uninitialized"/>
        <argument key="debug.security.event_dispatcher.api" type="service" id="debug.security.event_dispatcher.api" on-invalid="ignore_uninitialized"/>
        <argument key="debug.security.event_dispatcher.main" type="service" id="debug.security.event_dispatcher.main" on-invalid="ignore_uninitialized"/>
        <argument key=".debug.http_client" type="service" id=".debug.http_client" on-invalid="ignore_uninitialized"/>
        <argument key=".debug.openLibraryClient" type="service" id=".debug.openLibraryClient" on-invalid="ignore_uninitialized"/>
        <argument key=".debug.googleBooksClient" type="service" id=".debug.googleBooksClient" on-invalid="ignore_uninitialized"/>
      </argument>
      <argument type="collection">
        <argument key="book_search.cache" type="collection">
          <argument>reset</argument>
        </argument>
        <argument key="controller.cache_attribute_listener" type="collection">
          <argument>?reset</argument>
        </argument>
        <argument key="request_stack" type="collection">
          <argument>?resetRequestFormats</argument>
        </argument>
        <argument key="container.env_var_processor" type="collection">
          <argument>reset</argument>
        </argument>
        <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.property_info" type="collection">
          <argument>reset</argument>
        </argument>
        <argument key="cache.asset_mapper" type="collection">
          <argument>reset</argument>
        </argument>
        <argument key="cache.messenger.restart_workers_signal" type="collection">
          <argument>reset</argument>
        </argument>
        <argument key="cache.http_client.pool" type="collection">
          <argument>reset</argument>
        </argument>
        <argument key="http_client.transport" type="collection">
          <argument>?reset</argument>
        </argument>
        <argument key="http_client" type="collection">
          <argument>?reset</argument>
        </argument>
        <argument key="openLibraryClient.scoping" type="collection">
          <argument>?reset</argument>
        </argument>
        <argument key="googleBooksClient.scoping" type="collection">
          <argument>?reset</argument>
        </argument>
        <argument key="mailer.message_logger_listener" type="collection">
          <argument>reset</argument>
        </argument>
        <argument key="translation.locale_switcher" 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="debug.log_processor" type="collection">
          <argument>reset</argument>
        </argument>
        <argument key="cache.rate_limiter" type="collection">
          <argument>reset</argument>
        </argument>
        <argument key="form.choice_list_factory.cached" type="collection">
          <argument>reset</argument>
        </argument>
        <argument key="cache.validator_expression_language" type="collection">
          <argument>reset</argument>
        </argument>
        <argument key="messenger.transport.in_memory.factory" type="collection">
          <argument>reset</argument>
        </argument>
        <argument key="profiler" type="collection">
          <argument>reset</argument>
        </argument>
        <argument key="profiler_listener" type="collection">
          <argument>?reset</argument>
        </argument>
        <argument key="debug.validator" type="collection">
          <argument>reset</argument>
        </argument>
        <argument key="translator.data_collector" type="collection">
          <argument>?reset</argument>
        </argument>
        <argument key="twig" type="collection">
          <argument>resetGlobals</argument>
        </argument>
        <argument key="twig.form.engine" type="collection">
          <argument>reset</argument>
        </argument>
        <argument key="security.token_storage" type="collection">
          <argument>disableUsageTracking</argument>
          <argument>setToken</argument>
        </argument>
        <argument key="cache.security_expression_language" type="collection">
          <argument>reset</argument>
        </argument>
        <argument key="cache.security_is_granted_attribute_expression_language" type="collection">
          <argument>reset</argument>
        </argument>
        <argument key="cache.security_is_csrf_token_valid_attribute_expression_language" type="collection">
          <argument>reset</argument>
        </argument>
        <argument key="debug.security.access.decision_manager" type="collection">
          <argument>?reset</argument>
        </argument>
        <argument key="debug.security.firewall" type="collection">
          <argument>reset</argument>
        </argument>
        <argument key="debug.security.firewall.authenticator.api_login" type="collection">
          <argument>reset</argument>
        </argument>
        <argument key="debug.security.firewall.authenticator.api" type="collection">
          <argument>reset</argument>
        </argument>
        <argument key="debug.security.firewall.authenticator.main" 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 key="form.type.entity" type="collection">
          <argument>reset</argument>
        </argument>
        <argument key="api_platform.cache.route_name_resolver" type="collection">
          <argument>reset</argument>
        </argument>
        <argument key="api_platform.cache.metadata.resource" type="collection">
          <argument>reset</argument>
        </argument>
        <argument key="api_platform.cache.metadata.property" type="collection">
          <argument>reset</argument>
        </argument>
        <argument key="api_platform.cache.metadata.resource_collection" type="collection">
          <argument>reset</argument>
        </argument>
        <argument key="api_platform.cache.metadata.operation" type="collection">
          <argument>reset</argument>
        </argument>
        <argument key="api_platform.cache.openapi" type="collection">
          <argument>reset</argument>
        </argument>
        <argument key="monolog.handler.main" type="collection">
          <argument>reset</argument>
        </argument>
        <argument key="ux.twig_component.component_factory" type="collection">
          <argument>reset</argument>
        </argument>
        <argument key="ux.twig_component.component_renderer" type="collection">
          <argument>reset</argument>
        </argument>
        <argument key="cache.ux.twig_component" type="collection">
          <argument>reset</argument>
        </argument>
        <argument key="cache.easyadmin" type="collection">
          <argument>reset</argument>
        </argument>
        <argument key="EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\AssociationConfigurator" type="collection">
          <argument>reset</argument>
        </argument>
        <argument key="debug.security.event_dispatcher.api_login" type="collection">
          <argument>reset</argument>
        </argument>
        <argument key="debug.security.event_dispatcher.api" type="collection">
          <argument>reset</argument>
        </argument>
        <argument key="debug.security.event_dispatcher.main" type="collection">
          <argument>reset</argument>
        </argument>
        <argument key=".debug.http_client" type="collection">
          <argument>reset</argument>
        </argument>
        <argument key=".debug.openLibraryClient" type="collection">
          <argument>reset</argument>
        </argument>
        <argument key=".debug.googleBooksClient" 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.icAHgqM"/>
    </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 type="service" id="translation.locale_switcher"/>
      </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"/>
      <tag name="kernel.reset" method="reset"/>
      <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.get_routing_condition_service" class="Closure" public="true">
      <tag name="routing.expression_language_function" function="service"/>
      <argument type="collection">
        <argument type="service" id="api_platform.filter_locator"/>
        <argument>get</argument>
      </argument>
      <factory class="Closure" method="fromCallable"/>
    </service>
    <service id="container.env" class="Symfony\Component\String\LazyString" constructor="fromCallable" abstract="true">
      <argument type="service" id="container.getenv"/>
    </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="clock" class="Symfony\Component\Clock\Clock"/>
    <service id="Symfony\Component\Config\Loader\LoaderInterface" class="Symfony\Component\Config\Loader\LoaderInterface" abstract="true">
      <tag name="container.excluded"/>
    </service>
    <service id="Symfony\Component\HttpFoundation\Request" class="Symfony\Component\HttpFoundation\Request" abstract="true">
      <tag name="container.excluded"/>
    </service>
    <service id="Symfony\Component\HttpFoundation\Response" class="Symfony\Component\HttpFoundation\Response" abstract="true">
      <tag name="container.excluded"/>
    </service>
    <service id="Symfony\Component\HttpFoundation\Session\SessionInterface" class="Symfony\Component\HttpFoundation\Session\SessionInterface" abstract="true">
      <tag name="container.excluded"/>
    </service>
    <service id="fragment.handler" class="Symfony\Component\HttpKernel\DependencyInjection\LazyLoadingFragmentHandler">
      <argument type="service" id=".service_locator.nqEKT7G"/>
      <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>C:\Users\rgalo\Dropbox\_LIVRECOMMENT</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="error_handler.error_renderer.cli" class="Symfony\Component\ErrorHandler\ErrorRenderer\CliErrorRenderer"/>
    <service id="error_handler.error_renderer.default" class="Symfony\Component\ErrorHandler\ErrorRenderer\ErrorRendererInterface">
      <argument>%env(bool:default::key:web:default:kernel.runtime_mode:)%</argument>
      <argument type="service_closure" id="twig.error_renderer.html"/>
      <argument type="service_closure" id="error_handler.error_renderer.cli"/>
      <factory class="Symfony\Bundle\FrameworkBundle\ErrorHandler\ErrorRenderer\RuntimeModeErrorRendererSelector" method="select"/>
    </service>
    <service id="process.messenger.process_message_handler" class="Symfony\Component\Process\Messenger\RunProcessMessageHandler">
      <tag name="messenger.message_handler" sign="true"/>
    </service>
    <service id="console.error_listener" class="Symfony\Component\Console\EventListener\ErrorListener">
      <tag name="monolog.logger" channel="console"/>
      <tag name="kernel.event_subscriber"/>
      <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>C:\Users\rgalo\Dropbox\_LIVRECOMMENT</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.property_info</argument>
        <argument>cache.asset_mapper</argument>
        <argument>cache.messenger.restart_workers_signal</argument>
        <argument>cache.http_client.pool</argument>
        <argument>cache.rate_limiter</argument>
        <argument>cache.validator_expression_language</argument>
        <argument>cache.security_expression_language</argument>
        <argument>cache.security_is_granted_attribute_expression_language</argument>
        <argument>cache.security_is_csrf_token_valid_attribute_expression_language</argument>
        <argument>cache.doctrine.orm.default.result</argument>
        <argument>cache.doctrine.orm.default.query</argument>
        <argument>api_platform.cache.route_name_resolver</argument>
        <argument>api_platform.cache.metadata.resource</argument>
        <argument>api_platform.cache.metadata.property</argument>
        <argument>api_platform.cache.metadata.resource_collection</argument>
        <argument>api_platform.cache.metadata.operation</argument>
        <argument>api_platform.cache.openapi</argument>
        <argument>cache.ux.twig_component</argument>
        <argument>cache.easyadmin</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_invalidate_tags" class="Symfony\Bundle\FrameworkBundle\Command\CachePoolInvalidateTagsCommand">
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <argument type="service" id=".service_locator.6eloqTE"/>
      <call method="setName">
        <argument>cache:pool:invalidate-tags</argument>
      </call>
      <call method="setDescription">
        <argument>Invalidate cache tags for all or a specific pool</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.property_info</argument>
        <argument>cache.asset_mapper</argument>
        <argument>cache.messenger.restart_workers_signal</argument>
        <argument>cache.http_client.pool</argument>
        <argument>cache.rate_limiter</argument>
        <argument>cache.validator_expression_language</argument>
        <argument>cache.security_expression_language</argument>
        <argument>cache.security_is_granted_attribute_expression_language</argument>
        <argument>cache.security_is_csrf_token_valid_attribute_expression_language</argument>
        <argument>cache.doctrine.orm.default.result</argument>
        <argument>cache.doctrine.orm.default.query</argument>
        <argument>api_platform.cache.route_name_resolver</argument>
        <argument>api_platform.cache.metadata.resource</argument>
        <argument>api_platform.cache.metadata.property</argument>
        <argument>api_platform.cache.metadata.resource_collection</argument>
        <argument>api_platform.cache.metadata.operation</argument>
        <argument>api_platform.cache.openapi</argument>
        <argument>cache.ux.twig_component</argument>
        <argument>cache.easyadmin</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.property_info</argument>
        <argument>cache.asset_mapper</argument>
        <argument>cache.messenger.restart_workers_signal</argument>
        <argument>cache.http_client.pool</argument>
        <argument>cache.rate_limiter</argument>
        <argument>cache.validator_expression_language</argument>
        <argument>cache.security_expression_language</argument>
        <argument>cache.security_is_granted_attribute_expression_language</argument>
        <argument>cache.security_is_csrf_token_valid_attribute_expression_language</argument>
        <argument>cache.doctrine.orm.default.result</argument>
        <argument>cache.doctrine.orm.default.query</argument>
        <argument>api_platform.cache.route_name_resolver</argument>
        <argument>api_platform.cache.metadata.resource</argument>
        <argument>api_platform.cache.metadata.property</argument>
        <argument>api_platform.cache.metadata.resource_collection</argument>
        <argument>api_platform.cache.metadata.operation</argument>
        <argument>api_platform.cache.openapi</argument>
        <argument>cache.ux.twig_component</argument>
        <argument>cache.easyadmin</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"/>
      <argument type="service" id=".service_locator.ryAvHi4"/>
      <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>test</argument>
      <argument>C:\Users\rgalo\Dropbox\_LIVRECOMMENT</argument>
      <call method="setName">
        <argument>debug:dotenv</argument>
      </call>
      <call method="setDescription">
        <argument>List 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..juZFPr"/>
      <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.messenger_consume_messages" class="Symfony\Component\Messenger\Command\ConsumeMessagesCommand">
      <tag name="console.command"/>
      <tag name="monolog.logger" channel="messenger"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="messenger.routable_message_bus"/>
      <argument type="service" id="messenger.receiver_locator"/>
      <argument type="service" id="debug.event_dispatcher"/>
      <argument type="service" id="monolog.logger.messenger" on-invalid="null"/>
      <argument type="collection">
        <argument>async</argument>
        <argument>failed</argument>
      </argument>
      <argument type="service" id="messenger.listener.reset_services" on-invalid="null"/>
      <argument type="collection">
        <argument>messenger.bus.default</argument>
      </argument>
      <argument>null</argument>
      <argument>null</argument>
      <call method="setName">
        <argument>messenger:consume</argument>
      </call>
      <call method="setDescription">
        <argument>Consume messages</argument>
      </call>
    </service>
    <service id="console.command.messenger_setup_transports" class="Symfony\Component\Messenger\Command\SetupTransportsCommand">
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="messenger.receiver_locator"/>
      <argument type="collection">
        <argument>async</argument>
        <argument>failed</argument>
        <argument>sync</argument>
      </argument>
      <call method="setName">
        <argument>messenger:setup-transports</argument>
      </call>
      <call method="setDescription">
        <argument>Prepare the required infrastructure for the transport</argument>
      </call>
    </service>
    <service id="console.command.messenger_debug" class="Symfony\Component\Messenger\Command\DebugCommand">
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <argument type="collection">
        <argument key="messenger.bus.default" type="collection">
          <argument key="App\Message\DownloadAuthorPhotoMessage" type="collection">
            <argument type="collection">
              <argument>App\MessageHandler\DownloadAuthorPhotoHandler</argument>
              <argument type="collection"/>
            </argument>
          </argument>
          <argument key="App\Message\DownloadWorkCoverMessage" type="collection">
            <argument type="collection">
              <argument>App\MessageHandler\DownloadWorkCoverHandler</argument>
              <argument type="collection"/>
            </argument>
          </argument>
          <argument key="App\Message\EnrichWorkMessage" type="collection">
            <argument type="collection">
              <argument>App\MessageHandler\EnrichWorkHandler</argument>
              <argument type="collection"/>
            </argument>
          </argument>
          <argument key="Symfony\Component\Process\Messenger\RunProcessMessage" type="collection">
            <argument type="collection">
              <argument>process.messenger.process_message_handler</argument>
              <argument type="collection">
                <argument key="sign">true</argument>
              </argument>
            </argument>
          </argument>
          <argument key="Symfony\Component\Console\Messenger\RunCommandMessage" type="collection">
            <argument type="collection">
              <argument>console.messenger.execute_command_handler</argument>
              <argument type="collection">
                <argument key="sign">true</argument>
              </argument>
            </argument>
          </argument>
          <argument key="Symfony\Component\HttpClient\Messenger\PingWebhookMessage" type="collection">
            <argument type="collection">
              <argument>http_client.messenger.ping_webhook_handler</argument>
              <argument type="collection"/>
            </argument>
          </argument>
          <argument key="Symfony\Component\Mailer\Messenger\SendEmailMessage" type="collection">
            <argument type="collection">
              <argument>mailer.messenger.message_handler</argument>
              <argument type="collection"/>
            </argument>
          </argument>
          <argument key="Symfony\Component\Messenger\Message\RedispatchMessage" type="collection">
            <argument type="collection">
              <argument>messenger.redispatch_message_handler</argument>
              <argument type="collection"/>
            </argument>
          </argument>
          <argument key="Symfony\Component\Notifier\Message\ChatMessage" type="collection">
            <argument type="collection">
              <argument>chatter.messenger.chat_handler</argument>
              <argument type="collection"/>
            </argument>
          </argument>
          <argument key="Symfony\Component\Notifier\Message\SmsMessage" type="collection">
            <argument type="collection">
              <argument>texter.messenger.sms_handler</argument>
              <argument type="collection"/>
            </argument>
          </argument>
          <argument key="Symfony\Component\Notifier\Message\PushMessage" type="collection">
            <argument type="collection">
              <argument>texter.messenger.push_handler</argument>
              <argument type="collection"/>
            </argument>
          </argument>
          <argument key="Symfony\Component\Notifier\Message\DesktopMessage" type="collection">
            <argument type="collection">
              <argument>texter.messenger.desktop_handler</argument>
              <argument type="collection"/>
            </argument>
          </argument>
        </argument>
      </argument>
      <call method="setName">
        <argument>debug:messenger</argument>
      </call>
      <call method="setDescription">
        <argument>List messages you can dispatch using the message buses</argument>
      </call>
    </service>
    <service id="console.command.messenger_stop_workers" class="Symfony\Component\Messenger\Command\StopWorkersCommand">
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="cache.messenger.restart_workers_signal"/>
      <call method="setName">
        <argument>messenger:stop-workers</argument>
      </call>
      <call method="setDescription">
        <argument>Stop workers after their current message</argument>
      </call>
    </service>
    <service id="console.command.messenger_failed_messages_retry" class="Symfony\Component\Messenger\Command\FailedMessagesRetryCommand">
      <tag name="console.command"/>
      <tag name="monolog.logger" channel="messenger"/>
      <tag name="container.no_preload"/>
      <argument>failed</argument>
      <argument type="service" id=".service_locator.iU9im4e"/>
      <argument type="service" id="messenger.routable_message_bus"/>
      <argument type="service" id="debug.event_dispatcher"/>
      <argument type="service" id="monolog.logger.messenger" on-invalid="null"/>
      <argument type="service" id=".messenger.transport.native_php_serializer" on-invalid="null"/>
      <argument>null</argument>
      <call method="setName">
        <argument>messenger:failed:retry</argument>
      </call>
      <call method="setDescription">
        <argument>Retry one or more messages from the failure transport</argument>
      </call>
    </service>
    <service id="console.command.messenger_failed_messages_show" class="Symfony\Component\Messenger\Command\FailedMessagesShowCommand">
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <argument>failed</argument>
      <argument type="service" id=".service_locator.iU9im4e"/>
      <argument type="service" id=".messenger.transport.native_php_serializer" on-invalid="null"/>
      <call method="setName">
        <argument>messenger:failed:show</argument>
      </call>
      <call method="setDescription">
        <argument>Show one or more messages from the failure transport</argument>
      </call>
    </service>
    <service id="console.command.messenger_failed_messages_remove" class="Symfony\Component\Messenger\Command\FailedMessagesRemoveCommand">
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <argument>failed</argument>
      <argument type="service" id=".service_locator.iU9im4e"/>
      <argument type="service" id=".messenger.transport.native_php_serializer" on-invalid="null"/>
      <call method="setName">
        <argument>messenger:failed:remove</argument>
      </call>
      <call method="setDescription">
        <argument>Remove given messages from the failure transport</argument>
      </call>
    </service>
    <service id="console.command.messenger_stats" class="Symfony\Component\Messenger\Command\StatsCommand">
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="messenger.receiver_locator"/>
      <argument type="collection">
        <argument>async</argument>
        <argument>failed</argument>
        <argument>sync</argument>
      </argument>
      <call method="setName">
        <argument>messenger:stats</argument>
      </call>
      <call method="setDescription">
        <argument>Show the message count for one or more transports</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.serializer_debug" class="Symfony\Component\Serializer\Command\DebugCommand">
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="api_platform.serializer.mapping.class_metadata_factory"/>
      <call method="setName">
        <argument>debug:serializer</argument>
      </call>
      <call method="setDescription">
        <argument>Display serialization information for classes</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.data_collector"/>
      <argument type="service" id="translation.reader"/>
      <argument type="service" id="translation.extractor"/>
      <argument>C:\Users\rgalo\Dropbox\_LIVRECOMMENT/translations</argument>
      <argument>C:\Users\rgalo\Dropbox\_LIVRECOMMENT/templates</argument>
      <argument type="collection">
        <argument>C:\Users\rgalo\Dropbox\_LIVRECOMMENT\vendor\symfony\validator/Resources/translations</argument>
        <argument>C:\Users\rgalo\Dropbox\_LIVRECOMMENT\vendor\symfony\form/Resources/translations</argument>
        <argument>C:\Users\rgalo\Dropbox\_LIVRECOMMENT\vendor\symfony\security-core/Resources/translations</argument>
        <argument>C:\Users\rgalo\Dropbox\_LIVRECOMMENT\vendor\symfonycasts\reset-password-bundle\src/Resources/translations</argument>
        <argument>C:\Users\rgalo\Dropbox\_LIVRECOMMENT\vendor\easycorp\easyadmin-bundle/translations</argument>
      </argument>
      <argument type="collection">
        <argument>C:\Users\rgalo\Dropbox\_LIVRECOMMENT\vendor\easycorp\easyadmin-bundle\src/../templates/</argument>
        <argument>C:\Users\rgalo\Dropbox\_LIVRECOMMENT\vendor\symfony\twig-bridge/Resources/views/Email</argument>
        <argument>C:\Users\rgalo\Dropbox\_LIVRECOMMENT\vendor\symfony\twig-bridge/Resources/views/Form</argument>
      </argument>
      <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\TranslationExtractCommand">
      <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>C:\Users\rgalo\Dropbox\_LIVRECOMMENT/translations</argument>
      <argument>C:\Users\rgalo\Dropbox\_LIVRECOMMENT/templates</argument>
      <argument type="collection">
        <argument>C:\Users\rgalo\Dropbox\_LIVRECOMMENT\vendor\symfony\validator/Resources/translations</argument>
        <argument>C:\Users\rgalo\Dropbox\_LIVRECOMMENT\vendor\symfony\form/Resources/translations</argument>
        <argument>C:\Users\rgalo\Dropbox\_LIVRECOMMENT\vendor\symfony\security-core/Resources/translations</argument>
        <argument>C:\Users\rgalo\Dropbox\_LIVRECOMMENT\vendor\symfonycasts\reset-password-bundle\src/Resources/translations</argument>
        <argument>C:\Users\rgalo\Dropbox\_LIVRECOMMENT\vendor\easycorp\easyadmin-bundle/translations</argument>
      </argument>
      <argument type="collection">
        <argument>C:\Users\rgalo\Dropbox\_LIVRECOMMENT\vendor\easycorp\easyadmin-bundle\src/../templates/</argument>
        <argument>C:\Users\rgalo\Dropbox\_LIVRECOMMENT\vendor\symfony\twig-bridge/Resources/views/Email</argument>
        <argument>C:\Users\rgalo\Dropbox\_LIVRECOMMENT\vendor\symfony\twig-bridge/Resources/views/Form</argument>
      </argument>
      <argument type="collection"/>
      <call method="setName">
        <argument>translation:extract</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="debug.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.translation_lint" class="Symfony\Component\Translation\Command\TranslationLintCommand">
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="translator.data_collector"/>
      <argument type="collection"/>
      <call method="setName">
        <argument>lint:translations</argument>
      </call>
      <call method="setDescription">
        <argument>Lint translations files syntax and outputs encountered errors</argument>
      </call>
    </service>
    <service id="console.command.form_debug" class="Symfony\Component\Form\Command\DebugCommand">
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="form.registry"/>
      <argument type="collection">
        <argument>Symfony\Component\Form\Extension\Core\Type</argument>
        <argument>App\Form</argument>
        <argument>Symfony\Bridge\Doctrine\Form\Type</argument>
        <argument>EasyCorp\Bundle\EasyAdminBundle\Form\Type</argument>
      </argument>
      <argument type="collection">
        <argument>App\Form\BookRequestType</argument>
        <argument>App\Form\ChangePasswordFormType</argument>
        <argument>App\Form\RegistrationFormType</argument>
        <argument>App\Form\ResetPasswordRequestFormType</argument>
        <argument>Symfony\Component\Form\Extension\Core\Type\FormType</argument>
        <argument>Symfony\Component\Form\Extension\Core\Type\ChoiceType</argument>
        <argument>Symfony\Component\Form\Extension\Core\Type\FileType</argument>
        <argument>Symfony\Component\Form\Extension\Core\Type\ColorType</argument>
        <argument>Symfony\Bridge\Doctrine\Form\Type\EntityType</argument>
        <argument>EasyCorp\Bundle\EasyAdminBundle\Form\Type\FiltersFormType</argument>
        <argument>EasyCorp\Bundle\EasyAdminBundle\Form\Type\FileUploadType</argument>
        <argument>EasyCorp\Bundle\EasyAdminBundle\Form\Type\EaMoneyType</argument>
        <argument>EasyCorp\Bundle\EasyAdminBundle\Form\Type\CrudFormType</argument>
        <argument>EasyCorp\Bundle\EasyAdminBundle\Form\Type\CrudAutocompleteType</argument>
      </argument>
      <argument type="collection">
        <argument>Symfony\Component\Form\Extension\Core\Type\TransformationFailureExtension</argument>
        <argument>Symfony\Component\Form\Extension\HttpFoundation\Type\FormTypeHttpFoundationExtension</argument>
        <argument>Symfony\Component\Form\Extension\HttpFoundation\Type\FormFlowTypeSessionDataStorageExtension</argument>
        <argument>Symfony\Component\Form\Extension\Validator\Type\FormTypeValidatorExtension</argument>
        <argument>Symfony\Component\Form\Extension\Validator\Type\RepeatedTypeValidatorExtension</argument>
        <argument>Symfony\Component\Form\Extension\Validator\Type\SubmitTypeValidatorExtension</argument>
        <argument>Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension</argument>
        <argument>Symfony\Component\Form\Extension\Csrf\Type\FormTypeCsrfExtension</argument>
        <argument>Symfony\Component\Form\Extension\DataCollector\Type\DataCollectorTypeExtension</argument>
        <argument>Symfony\Component\Form\Extension\PasswordHasher\Type\FormTypePasswordHasherExtension</argument>
        <argument>Symfony\Component\Form\Extension\PasswordHasher\Type\PasswordTypePasswordHasherExtension</argument>
        <argument>EasyCorp\Bundle\EasyAdminBundle\Form\Extension\EaCrudFormTypeExtension</argument>
        <argument>EasyCorp\Bundle\EasyAdminBundle\Form\Extension\CollectionTypeExtension</argument>
      </argument>
      <argument type="collection">
        <argument>Symfony\Component\Form\Extension\Validator\ValidatorTypeGuesser</argument>
        <argument>Symfony\Component\Form\EnumFormTypeGuesser</argument>
        <argument>Symfony\Bridge\Doctrine\Form\DoctrineOrmTypeGuesser</argument>
      </argument>
      <argument type="service" id="debug.file_link_formatter" on-invalid="null"/>
      <call method="setName">
        <argument>debug:form</argument>
      </call>
      <call method="setDescription">
        <argument>Display form type information</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_reveal" class="Symfony\Bundle\FrameworkBundle\Command\SecretsRevealCommand">
      <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:reveal</argument>
      </call>
      <call method="setDescription">
        <argument>Reveal the value of a secret</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="console.command.error_dumper" class="Symfony\Component\ErrorHandler\Command\ErrorDumpCommand">
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="filesystem"/>
      <argument type="service" id="twig.error_renderer.html"/>
      <argument>null</argument>
      <call method="setName">
        <argument>error:dump</argument>
      </call>
      <call method="setDescription">
        <argument>Dump error pages to plain HTML files that can be directly served by a web server</argument>
      </call>
    </service>
    <service id="console.messenger.application" class="Symfony\Bundle\FrameworkBundle\Console\Application" shared="false">
      <argument type="service" id="kernel"/>
      <call method="setAutoExit">
        <argument>false</argument>
      </call>
    </service>
    <service id="console.messenger.execute_command_handler" class="Symfony\Component\Console\Messenger\RunCommandMessageHandler">
      <tag name="messenger.message_handler" sign="true"/>
      <argument type="service" id="console.messenger.application"/>
    </service>
    <service id="cache.app" class="Symfony\Component\Cache\Adapter\TraceableAdapter" public="true">
      <tag name="cache.pool" pruneable="true"/>
      <tag name="kernel.reset" method="reset"/>
      <argument type="service" id="cache.app.recorder_inner"/>
      <argument type="service" id="profiler.is_disabled_state_checker" on-invalid="ignore"/>
    </service>
    <service id="cache.app.taggable" class="Symfony\Component\Cache\Adapter\TagAwareAdapter">
      <tag name="cache.taggable" pool="cache.app"/>
      <argument type="service" id="cache.app"/>
    </service>
    <service id="cache.system" class="Symfony\Component\Cache\Adapter\TraceableAdapter" public="true">
      <tag name="cache.pool" pruneable="false"/>
      <tag name="kernel.reset" method="reset"/>
      <argument type="service" id="cache.system.recorder_inner"/>
      <argument type="service" id="profiler.is_disabled_state_checker" on-invalid="ignore"/>
    </service>
    <service id="cache.validator" class="Symfony\Component\Cache\Adapter\TraceableAdapter">
      <tag name="cache.pool" pruneable="false"/>
      <tag name="kernel.reset" method="reset"/>
      <argument type="service" id="cache.validator.recorder_inner"/>
      <argument type="service" id="profiler.is_disabled_state_checker" on-invalid="ignore"/>
    </service>
    <service id="cache.serializer" class="Symfony\Component\Cache\Adapter\TraceableAdapter">
      <tag name="cache.pool" pruneable="false"/>
      <tag name="kernel.reset" method="reset"/>
      <argument type="service" id="cache.serializer.recorder_inner"/>
      <argument type="service" id="profiler.is_disabled_state_checker" on-invalid="ignore"/>
    </service>
    <service id="cache.property_info" class="Symfony\Component\Cache\Adapter\TraceableAdapter">
      <tag name="cache.pool" pruneable="false"/>
      <tag name="kernel.reset" method="reset"/>
      <argument type="service" id="cache.property_info.recorder_inner"/>
      <argument type="service" id="profiler.is_disabled_state_checker" on-invalid="ignore"/>
    </service>
    <service id="cache.asset_mapper" class="Symfony\Component\Cache\Adapter\TraceableAdapter">
      <tag name="cache.pool" pruneable="false"/>
      <tag name="kernel.reset" method="reset"/>
      <argument type="service" id="cache.asset_mapper.recorder_inner"/>
      <argument type="service" id="profiler.is_disabled_state_checker" on-invalid="ignore"/>
    </service>
    <service id="cache.messenger.restart_workers_signal" class="Symfony\Component\Cache\Adapter\TraceableAdapter">
      <tag name="cache.pool" pruneable="true"/>
      <tag name="kernel.reset" method="reset"/>
      <argument type="service" id="cache.messenger.restart_workers_signal.recorder_inner"/>
      <argument type="service" id="profiler.is_disabled_state_checker" on-invalid="ignore"/>
    </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>0</argument>
      <argument>%container.build_id%</argument>
      <argument>C:\Users\rgalo\Dropbox\_LIVRECOMMENT\var\cache\test/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>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.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>0</argument>
      <argument>C:\Users\rgalo\Dropbox\_LIVRECOMMENT\var\share\test/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>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>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>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>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>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>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 key="cache.messenger.restart_workers_signal" type="service" id="cache.messenger.restart_workers_signal" on-invalid="ignore_uninitialized"/>
        <argument key="cache.http_client.pool" type="service" id="cache.http_client.pool" on-invalid="ignore_uninitialized"/>
        <argument key="cache.rate_limiter" type="service" id="cache.rate_limiter" on-invalid="ignore_uninitialized"/>
      </argument>
    </service>
    <service id="cache.system_clearer" class="Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer" public="true">
      <tag name="cache.pool.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.property_info" type="service" id="cache.property_info" on-invalid="ignore_uninitialized"/>
        <argument key="cache.asset_mapper" type="service" id="cache.asset_mapper" on-invalid="ignore_uninitialized"/>
        <argument key="cache.validator_expression_language" type="service" id="cache.validator_expression_language" on-invalid="ignore_uninitialized"/>
        <argument key="cache.security_expression_language" type="service" id="cache.security_expression_language" on-invalid="ignore_uninitialized"/>
        <argument key="cache.security_is_granted_attribute_expression_language" type="service" id="cache.security_is_granted_attribute_expression_language" on-invalid="ignore_uninitialized"/>
        <argument key="cache.security_is_csrf_token_valid_attribute_expression_language" type="service" id="cache.security_is_csrf_token_valid_attribute_expression_language" on-invalid="ignore_uninitialized"/>
        <argument key="api_platform.cache.route_name_resolver" type="service" id="api_platform.cache.route_name_resolver" on-invalid="ignore_uninitialized"/>
        <argument key="api_platform.cache.metadata.resource" type="service" id="api_platform.cache.metadata.resource" on-invalid="ignore_uninitialized"/>
        <argument key="api_platform.cache.metadata.property" type="service" id="api_platform.cache.metadata.property" on-invalid="ignore_uninitialized"/>
        <argument key="api_platform.cache.metadata.resource_collection" type="service" id="api_platform.cache.metadata.resource_collection" on-invalid="ignore_uninitialized"/>
        <argument key="api_platform.cache.metadata.operation" type="service" id="api_platform.cache.metadata.operation" on-invalid="ignore_uninitialized"/>
        <argument key="api_platform.cache.openapi" type="service" id="api_platform.cache.openapi" on-invalid="ignore_uninitialized"/>
        <argument key="cache.ux.twig_component" type="service" id="cache.ux.twig_component" on-invalid="ignore_uninitialized"/>
        <argument key="cache.easyadmin" type="service" id="cache.easyadmin" 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.property_info" type="service" id="cache.property_info" on-invalid="ignore_uninitialized"/>
        <argument key="cache.asset_mapper" type="service" id="cache.asset_mapper" on-invalid="ignore_uninitialized"/>
        <argument key="cache.messenger.restart_workers_signal" type="service" id="cache.messenger.restart_workers_signal" on-invalid="ignore_uninitialized"/>
        <argument key="cache.http_client.pool" type="service" id="cache.http_client.pool" on-invalid="ignore_uninitialized"/>
        <argument key="cache.rate_limiter" type="service" id="cache.rate_limiter" on-invalid="ignore_uninitialized"/>
        <argument key="cache.validator_expression_language" type="service" id="cache.validator_expression_language" on-invalid="ignore_uninitialized"/>
        <argument key="cache.security_expression_language" type="service" id="cache.security_expression_language" on-invalid="ignore_uninitialized"/>
        <argument key="cache.security_is_granted_attribute_expression_language" type="service" id="cache.security_is_granted_attribute_expression_language" on-invalid="ignore_uninitialized"/>
        <argument key="cache.security_is_csrf_token_valid_attribute_expression_language" type="service" id="cache.security_is_csrf_token_valid_attribute_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 key="api_platform.cache.route_name_resolver" type="service" id="api_platform.cache.route_name_resolver" on-invalid="ignore_uninitialized"/>
        <argument key="api_platform.cache.metadata.resource" type="service" id="api_platform.cache.metadata.resource" on-invalid="ignore_uninitialized"/>
        <argument key="api_platform.cache.metadata.property" type="service" id="api_platform.cache.metadata.property" on-invalid="ignore_uninitialized"/>
        <argument key="api_platform.cache.metadata.resource_collection" type="service" id="api_platform.cache.metadata.resource_collection" on-invalid="ignore_uninitialized"/>
        <argument key="api_platform.cache.metadata.operation" type="service" id="api_platform.cache.metadata.operation" on-invalid="ignore_uninitialized"/>
        <argument key="api_platform.cache.openapi" type="service" id="api_platform.cache.openapi" on-invalid="ignore_uninitialized"/>
        <argument key="cache.ux.twig_component" type="service" id="cache.ux.twig_component" on-invalid="ignore_uninitialized"/>
        <argument key="cache.easyadmin" type="service" id="cache.easyadmin" on-invalid="ignore_uninitialized"/>
      </argument>
    </service>
    <service id="identity_translator" class="Symfony\Component\Translation\IdentityTranslator"/>
    <service id="test.client" class="Symfony\Bundle\FrameworkBundle\KernelBrowser" shared="false" public="true">
      <argument type="service" id="kernel"/>
      <argument type="collection"/>
      <argument type="service" id="test.client.history"/>
      <argument type="service" id="test.client.cookiejar"/>
    </service>
    <service id="test.client.history" class="Symfony\Component\BrowserKit\History" shared="false"/>
    <service id="test.client.cookiejar" class="Symfony\Component\BrowserKit\CookieJar" shared="false"/>
    <service id="test.session.listener" class="Symfony\Component\HttpKernel\EventListener\SessionListener">
      <tag name="kernel.event_subscriber"/>
      <tag name="container.hot_path"/>
      <tag name="container.hot_path"/>
      <argument type="service" id=".service_locator.UdHMvxb"/>
      <argument>true</argument>
      <argument>%session.storage.options%</argument>
    </service>
    <service id="test.service_container" class="Symfony\Bundle\FrameworkBundle\Test\TestContainer" public="true">
      <argument type="service" id="kernel"/>
      <argument>test.private_services_locator</argument>
    </service>
    <service id="test.private_services_locator" class="Symfony\Component\DependencyInjection\ServiceLocator" public="true">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="http_discovery.psr17_factory" type="service_closure" id="http_discovery.psr17_factory" on-invalid="ignore_uninitialized"/>
        <argument key="App\ApiResource\Provider\WorkCollectionProvider" type="service_closure" id="App\ApiResource\Provider\WorkCollectionProvider" on-invalid="ignore_uninitialized"/>
        <argument key="App\ApiResource\Provider\WorkDtoAssembler" type="service_closure" id="App\ApiResource\Provider\WorkDtoAssembler" on-invalid="ignore_uninitialized"/>
        <argument key="App\ApiResource\Provider\WorkItemProvider" type="service_closure" id="App\ApiResource\Provider\WorkItemProvider" on-invalid="ignore_uninitialized"/>
        <argument key="App\Command\AuthorReenrichAllCommand" type="service_closure" id="App\Command\AuthorReenrichAllCommand" on-invalid="ignore_uninitialized"/>
        <argument key="App\Command\BackfillFacetsCommand" type="service_closure" id="App\Command\BackfillFacetsCommand" on-invalid="ignore_uninitialized"/>
        <argument key="App\Command\BackfillLocalCoversCommand" type="service_closure" id="App\Command\BackfillLocalCoversCommand" on-invalid="ignore_uninitialized"/>
        <argument key="App\Command\BackfillSeriesTitlesCommand" type="service_closure" id="App\Command\BackfillSeriesTitlesCommand" on-invalid="ignore_uninitialized"/>
        <argument key="App\Command\BackfillWorkCoversCommand" type="service_closure" id="App\Command\BackfillWorkCoversCommand" on-invalid="ignore_uninitialized"/>
        <argument key="App\Command\CacheCategoryCoversCommand" type="service_closure" id="App\Command\CacheCategoryCoversCommand" on-invalid="ignore_uninitialized"/>
        <argument key="App\Command\CatalogCleanupLegacyCommand" type="service_closure" id="App\Command\CatalogCleanupLegacyCommand" on-invalid="ignore_uninitialized"/>
        <argument key="App\Command\CatalogDownloadCoversCommand" type="service_closure" id="App\Command\CatalogDownloadCoversCommand" on-invalid="ignore_uninitialized"/>
        <argument key="App\Command\CatalogEnrichCommand" type="service_closure" id="App\Command\CatalogEnrichCommand" on-invalid="ignore_uninitialized"/>
        <argument key="App\Command\CatalogReenrichAllCommand" type="service_closure" id="App\Command\CatalogReenrichAllCommand" on-invalid="ignore_uninitialized"/>
        <argument key="App\Command\CatalogRematerializeCommand" type="service_closure" id="App\Command\CatalogRematerializeCommand" on-invalid="ignore_uninitialized"/>
        <argument key="App\Command\DedupeAuthorsCommand" type="service_closure" id="App\Command\DedupeAuthorsCommand" on-invalid="ignore_uninitialized"/>
        <argument key="App\Command\ElectCanonicalEditionCommand" type="service_closure" id="App\Command\ElectCanonicalEditionCommand" on-invalid="ignore_uninitialized"/>
        <argument key="App\Command\EnrichFrEditionsCommand" type="service_closure" id="App\Command\EnrichFrEditionsCommand" on-invalid="ignore_uninitialized"/>
        <argument key="App\Command\GenerateCoverThumbsCommand" type="service_closure" id="App\Command\GenerateCoverThumbsCommand" on-invalid="ignore_uninitialized"/>
        <argument key="App\Command\GenerateVapidKeysCommand" type="service_closure" id="App\Command\GenerateVapidKeysCommand" on-invalid="ignore_uninitialized"/>
        <argument key="App\Command\ImportProviderWorkCommand" type="service_closure" id="App\Command\ImportProviderWorkCommand" on-invalid="ignore_uninitialized"/>
        <argument key="App\Command\MakeAdminCommand" type="service_closure" id="App\Command\MakeAdminCommand" on-invalid="ignore_uninitialized"/>
        <argument key="App\Command\MergeWorkCommand" type="service_closure" id="App\Command\MergeWorkCommand" on-invalid="ignore_uninitialized"/>
        <argument key="App\Command\NormalizeWorkTitlesCommand" type="service_closure" id="App\Command\NormalizeWorkTitlesCommand" on-invalid="ignore_uninitialized"/>
        <argument key="App\Command\OnboardingEnrichPhotosCommand" type="service_closure" id="App\Command\OnboardingEnrichPhotosCommand" on-invalid="ignore_uninitialized"/>
        <argument key="App\Command\PurgeCollectionWorksCommand" type="service_closure" id="App\Command\PurgeCollectionWorksCommand" on-invalid="ignore_uninitialized"/>
        <argument key="App\Command\ReadAlikesGapsCommand" type="service_closure" id="App\Command\ReadAlikesGapsCommand" on-invalid="ignore_uninitialized"/>
        <argument key="App\Command\RecanonicalizeWorksCommand" type="service_closure" id="App\Command\RecanonicalizeWorksCommand" on-invalid="ignore_uninitialized"/>
        <argument key="App\Command\RecapOversizedCoversCommand" type="service_closure" id="App\Command\RecapOversizedCoversCommand" on-invalid="ignore_uninitialized"/>
        <argument key="App\Command\RefetchFrenchCoversCommand" type="service_closure" id="App\Command\RefetchFrenchCoversCommand" on-invalid="ignore_uninitialized"/>
        <argument key="App\Command\ResolveWorkQidsCommand" type="service_closure" id="App\Command\ResolveWorkQidsCommand" on-invalid="ignore_uninitialized"/>
        <argument key="App\Command\SeedOnboardingCommand" type="service_closure" id="App\Command\SeedOnboardingCommand" on-invalid="ignore_uninitialized"/>
        <argument key="App\Command\TestWikidataCommand" type="service_closure" id="App\Command\TestWikidataCommand" on-invalid="ignore_uninitialized"/>
        <argument key="App\Command\WatchAssetsCommand" type="service_closure" id="App\Command\WatchAssetsCommand" on-invalid="ignore_uninitialized"/>
        <argument key="App\Entity\Author" type="service_closure" id="App\Entity\Author" on-invalid="ignore_uninitialized"/>
        <argument key="App\Entity\BookList" type="service_closure" id="App\Entity\BookList" on-invalid="ignore_uninitialized"/>
        <argument key="App\Entity\BookListItem" type="service_closure" id="App\Entity\BookListItem" on-invalid="ignore_uninitialized"/>
        <argument key="App\Entity\BookListLike" type="service_closure" id="App\Entity\BookListLike" on-invalid="ignore_uninitialized"/>
        <argument key="App\Entity\BookRequest" type="service_closure" id="App\Entity\BookRequest" on-invalid="ignore_uninitialized"/>
        <argument key="App\Entity\DismissedRecommendation" type="service_closure" id="App\Entity\DismissedRecommendation" on-invalid="ignore_uninitialized"/>
        <argument key="App\Entity\Edition" type="service_closure" id="App\Entity\Edition" on-invalid="ignore_uninitialized"/>
        <argument key="App\Entity\Enum\YearSource" type="service_closure" id="App\Entity\Enum\YearSource" on-invalid="ignore_uninitialized"/>
        <argument key="App\Entity\Follow" type="service_closure" id="App\Entity\Follow" on-invalid="ignore_uninitialized"/>
        <argument key="App\Entity\Genre" type="service_closure" id="App\Entity\Genre" on-invalid="ignore_uninitialized"/>
        <argument key="App\Entity\Notification" type="service_closure" id="App\Entity\Notification" on-invalid="ignore_uninitialized"/>
        <argument key="App\Entity\PushSubscription" type="service_closure" id="App\Entity\PushSubscription" on-invalid="ignore_uninitialized"/>
        <argument key="App\Entity\Rating" type="service_closure" id="App\Entity\Rating" on-invalid="ignore_uninitialized"/>
        <argument key="App\Entity\ResetPasswordRequest" type="service_closure" id="App\Entity\ResetPasswordRequest" on-invalid="ignore_uninitialized"/>
        <argument key="App\Entity\Review" type="service_closure" id="App\Entity\Review" on-invalid="ignore_uninitialized"/>
        <argument key="App\Entity\ReviewComment" type="service_closure" id="App\Entity\ReviewComment" on-invalid="ignore_uninitialized"/>
        <argument key="App\Entity\ReviewLike" type="service_closure" id="App\Entity\ReviewLike" on-invalid="ignore_uninitialized"/>
        <argument key="App\Entity\User" type="service_closure" id="App\Entity\User" on-invalid="ignore_uninitialized"/>
        <argument key="App\Entity\UserFavorite" type="service_closure" id="App\Entity\UserFavorite" on-invalid="ignore_uninitialized"/>
        <argument key="App\Entity\Work" type="service_closure" id="App\Entity\Work" on-invalid="ignore_uninitialized"/>
        <argument key="App\Enum\BookListType" type="service_closure" id="App\Enum\BookListType" on-invalid="ignore_uninitialized"/>
        <argument key="App\Enum\BookRequestStatus" type="service_closure" id="App\Enum\BookRequestStatus" on-invalid="ignore_uninitialized"/>
        <argument key="App\Enum\NotificationType" type="service_closure" id="App\Enum\NotificationType" on-invalid="ignore_uninitialized"/>
        <argument key="App\EventSubscriber\OnboardingRedirectSubscriber" type="service_closure" id="App\EventSubscriber\OnboardingRedirectSubscriber" on-invalid="ignore_uninitialized"/>
        <argument key="App\Form\BookRequestType" type="service_closure" id="App\Form\BookRequestType" on-invalid="ignore_uninitialized"/>
        <argument key="App\Form\ChangePasswordFormType" type="service_closure" id="App\Form\ChangePasswordFormType" on-invalid="ignore_uninitialized"/>
        <argument key="App\Form\RegistrationFormType" type="service_closure" id="App\Form\RegistrationFormType" on-invalid="ignore_uninitialized"/>
        <argument key="App\Form\ResetPasswordRequestFormType" type="service_closure" id="App\Form\ResetPasswordRequestFormType" on-invalid="ignore_uninitialized"/>
        <argument key="App\MessageHandler\DownloadAuthorPhotoHandler" type="service_closure" id="App\MessageHandler\DownloadAuthorPhotoHandler" on-invalid="ignore_uninitialized"/>
        <argument key="App\MessageHandler\DownloadWorkCoverHandler" type="service_closure" id="App\MessageHandler\DownloadWorkCoverHandler" on-invalid="ignore_uninitialized"/>
        <argument key="App\MessageHandler\EnrichWorkHandler" type="service_closure" id="App\MessageHandler\EnrichWorkHandler" on-invalid="ignore_uninitialized"/>
        <argument key="App\Repository\AuthorRepository" type="service_closure" id="App\Repository\AuthorRepository" on-invalid="ignore_uninitialized"/>
        <argument key="App\Repository\BookListItemRepository" type="service_closure" id="App\Repository\BookListItemRepository" on-invalid="ignore_uninitialized"/>
        <argument key="App\Repository\BookListLikeRepository" type="service_closure" id="App\Repository\BookListLikeRepository" on-invalid="ignore_uninitialized"/>
        <argument key="App\Repository\BookListRepository" type="service_closure" id="App\Repository\BookListRepository" on-invalid="ignore_uninitialized"/>
        <argument key="App\Repository\BookRequestRepository" type="service_closure" id="App\Repository\BookRequestRepository" on-invalid="ignore_uninitialized"/>
        <argument key="App\Repository\DismissedRecommendationRepository" type="service_closure" id="App\Repository\DismissedRecommendationRepository" on-invalid="ignore_uninitialized"/>
        <argument key="App\Repository\EditionRepository" type="service_closure" id="App\Repository\EditionRepository" on-invalid="ignore_uninitialized"/>
        <argument key="App\Repository\FollowRepository" type="service_closure" id="App\Repository\FollowRepository" on-invalid="ignore_uninitialized"/>
        <argument key="App\Repository\GenreRepository" type="service_closure" id="App\Repository\GenreRepository" on-invalid="ignore_uninitialized"/>
        <argument key="App\Repository\NotificationRepository" type="service_closure" id="App\Repository\NotificationRepository" on-invalid="ignore_uninitialized"/>
        <argument key="App\Repository\PushSubscriptionRepository" type="service_closure" id="App\Repository\PushSubscriptionRepository" on-invalid="ignore_uninitialized"/>
        <argument key="App\Repository\RatingRepository" type="service_closure" id="App\Repository\RatingRepository" on-invalid="ignore_uninitialized"/>
        <argument key="App\Repository\ResetPasswordRequestRepository" type="service_closure" id="App\Repository\ResetPasswordRequestRepository" on-invalid="ignore_uninitialized"/>
        <argument key="App\Repository\ReviewCommentRepository" type="service_closure" id="App\Repository\ReviewCommentRepository" on-invalid="ignore_uninitialized"/>
        <argument key="App\Repository\ReviewLikeRepository" type="service_closure" id="App\Repository\ReviewLikeRepository" on-invalid="ignore_uninitialized"/>
        <argument key="App\Repository\ReviewRepository" type="service_closure" id="App\Repository\ReviewRepository" on-invalid="ignore_uninitialized"/>
        <argument key="App\Repository\UserFavoriteRepository" type="service_closure" id="App\Repository\UserFavoriteRepository" on-invalid="ignore_uninitialized"/>
        <argument key="App\Repository\UserRepository" type="service_closure" id="App\Repository\UserRepository" on-invalid="ignore_uninitialized"/>
        <argument key="App\Repository\WorkRepository" type="service_closure" id="App\Repository\WorkRepository" on-invalid="ignore_uninitialized"/>
        <argument key="App\Security\LoginSuccessHandler" type="service_closure" id="App\Security\LoginSuccessHandler" on-invalid="ignore_uninitialized"/>
        <argument key="App\Security\Voter\BookListItemVoter" type="service_closure" id="App\Security\Voter\BookListItemVoter" on-invalid="ignore_uninitialized"/>
        <argument key="App\Security\Voter\BookListVoter" type="service_closure" id="App\Security\Voter\BookListVoter" on-invalid="ignore_uninitialized"/>
        <argument key="App\Security\Voter\FollowVoter" type="service_closure" id="App\Security\Voter\FollowVoter" on-invalid="ignore_uninitialized"/>
        <argument key="App\Security\Voter\ReviewCommentVoter" type="service_closure" id="App\Security\Voter\ReviewCommentVoter" on-invalid="ignore_uninitialized"/>
        <argument key="App\Security\Voter\ReviewVoter" type="service_closure" id="App\Security\Voter\ReviewVoter" on-invalid="ignore_uninitialized"/>
        <argument key="App\Security\Voter\UserVoter" type="service_closure" id="App\Security\Voter\UserVoter" on-invalid="ignore_uninitialized"/>
        <argument key="App\Service\BookListService" type="service_closure" id="App\Service\BookListService" on-invalid="ignore_uninitialized"/>
        <argument key="App\Service\Books\AuthorEnrichmentService" type="service_closure" id="App\Service\Books\AuthorEnrichmentService" on-invalid="ignore_uninitialized"/>
        <argument key="App\Service\Books\AuthorSearchService" type="service_closure" id="App\Service\Books\AuthorSearchService" on-invalid="ignore_uninitialized"/>
        <argument key="App\Service\Books\BookSearchService" type="service_closure" id="App\Service\Books\BookSearchService" on-invalid="ignore_uninitialized"/>
        <argument key="App\Service\Books\CanonicalKeyBuilder" type="service_closure" id="App\Service\Books\CanonicalKeyBuilder" on-invalid="ignore_uninitialized"/>
        <argument key="App\Service\Books\CoverResolver" type="service_closure" id="App\Service\Books\CoverResolver" on-invalid="ignore_uninitialized"/>
        <argument key="App\Service\Books\EditionListingService" type="service_closure" id="App\Service\Books\EditionListingService" on-invalid="ignore_uninitialized"/>
        <argument key="App\Service\Books\EditionResolver" type="service_closure" id="App\Service\Books\EditionResolver" on-invalid="ignore_uninitialized"/>
        <argument key="App\Service\Books\GoogleBooksProvider" type="service_closure" id="App\Service\Books\GoogleBooksProvider" on-invalid="ignore_uninitialized"/>
        <argument key="App\Service\Books\OpenLibraryProvider" type="service_closure" id="App\Service\Books\OpenLibraryProvider" on-invalid="ignore_uninitialized"/>
        <argument key="App\Service\Books\PodPublisherDetector" type="service_closure" id="App\Service\Books\PodPublisherDetector" on-invalid="ignore_uninitialized"/>
        <argument key="App\Service\Books\ProviderResultCache" type="service_closure" id="App\Service\Books\ProviderResultCache" on-invalid="ignore_uninitialized"/>
        <argument key="App\Service\Books\TitleNormalizer" type="service_closure" id="App\Service\Books\TitleNormalizer" on-invalid="ignore_uninitialized"/>
        <argument key="App\Service\Books\TitleSimilarity" type="service_closure" id="App\Service\Books\TitleSimilarity" on-invalid="ignore_uninitialized"/>
        <argument key="App\Service\Books\WorkResolver" type="service_closure" id="App\Service\Books\WorkResolver" on-invalid="ignore_uninitialized"/>
        <argument key="App\Service\Catalog\Bnf\BnfDumpParser" type="service_closure" id="App\Service\Catalog\Bnf\BnfDumpParser" on-invalid="ignore_uninitialized"/>
        <argument key="App\Service\Catalog\Covers\ImageCacheService" type="service_closure" id="App\Service\Catalog\Covers\ImageCacheService" on-invalid="ignore_uninitialized"/>
        <argument key="App\Service\Catalog\Enrichment\AuthorWikipediaFrEnrichmentService" type="service_closure" id="App\Service\Catalog\Enrichment\AuthorWikipediaFrEnrichmentService" on-invalid="ignore_uninitialized"/>
        <argument key="App\Service\Catalog\Enrichment\GoogleBooksCoverFetcher" type="service_closure" id="App\Service\Catalog\Enrichment\GoogleBooksCoverFetcher" on-invalid="ignore_uninitialized"/>
        <argument key="App\Service\Catalog\Enrichment\OpenLibraryWorkFetcher" type="service_closure" id="App\Service\Catalog\Enrichment\OpenLibraryWorkFetcher" on-invalid="ignore_uninitialized"/>
        <argument key="App\Service\Catalog\Enrichment\WikipediaFrFetcher" type="service_closure" id="App\Service\Catalog\Enrichment\WikipediaFrFetcher" on-invalid="ignore_uninitialized"/>
        <argument key="App\Service\Catalog\Enrichment\WorkEnrichmentService" type="service_closure" id="App\Service\Catalog\Enrichment\WorkEnrichmentService" on-invalid="ignore_uninitialized"/>
        <argument key="App\Service\Catalog\Enrichment\WorkGapEnricher" type="service_closure" id="App\Service\Catalog\Enrichment\WorkGapEnricher" on-invalid="ignore_uninitialized"/>
        <argument key="App\Service\Catalog\Ingestion\OlDumpReader" type="service_closure" id="App\Service\Catalog\Ingestion\OlDumpReader" on-invalid="ignore_uninitialized"/>
        <argument key="App\Service\Catalog\Ingestion\SqliteAuthorDict" type="service_closure" id="App\Service\Catalog\Ingestion\SqliteAuthorDict" on-invalid="ignore_uninitialized"/>
        <argument key="App\Service\Catalog\Resolution\AuthorNameOverrides" type="service_closure" id="App\Service\Catalog\Resolution\AuthorNameOverrides" on-invalid="ignore_uninitialized"/>
        <argument key="App\Service\Catalog\Resolution\GenreSynchronizer" type="service_closure" id="App\Service\Catalog\Resolution\GenreSynchronizer" on-invalid="ignore_uninitialized"/>
        <argument key="App\Service\Catalog\Resolution\OpenLibraryWorkResolver" type="service_closure" id="App\Service\Catalog\Resolution\OpenLibraryWorkResolver" on-invalid="ignore_uninitialized"/>
        <argument key="App\Service\Catalog\Resolution\WikidataSearchService" type="service_closure" id="App\Service\Catalog\Resolution\WikidataSearchService" on-invalid="ignore_uninitialized"/>
        <argument key="App\Service\Catalog\Resolution\WikipediaSpellChecker" type="service_closure" id="App\Service\Catalog\Resolution\WikipediaSpellChecker" on-invalid="ignore_uninitialized"/>
        <argument key="App\Service\Catalog\Resolution\WorkMaterializer" type="service_closure" id="App\Service\Catalog\Resolution\WorkMaterializer" on-invalid="ignore_uninitialized"/>
        <argument key="App\Service\Catalog\Resolution\WorkOpener" type="service_closure" id="App\Service\Catalog\Resolution\WorkOpener" on-invalid="ignore_uninitialized"/>
        <argument key="App\Service\Catalog\Resolution\WorkQidResolver" type="service_closure" id="App\Service\Catalog\Resolution\WorkQidResolver" on-invalid="ignore_uninitialized"/>
        <argument key="App\Service\Catalog\Wikidata\WikidataConfig" type="service_closure" id="App\Service\Catalog\Wikidata\WikidataConfig" on-invalid="ignore_uninitialized"/>
        <argument key="App\Service\FavoriteService" type="service_closure" id="App\Service\FavoriteService" on-invalid="ignore_uninitialized"/>
        <argument key="App\Service\NotificationService" type="service_closure" id="App\Service\NotificationService" on-invalid="ignore_uninitialized"/>
        <argument key="App\Service\PasswordResetMailer" type="service_closure" id="App\Service\PasswordResetMailer" on-invalid="ignore_uninitialized"/>
        <argument key="App\Service\Profile\ActivityFeedService" type="service_closure" id="App\Service\Profile\ActivityFeedService" on-invalid="ignore_uninitialized"/>
        <argument key="App\Service\Profile\ProfileStatsService" type="service_closure" id="App\Service\Profile\ProfileStatsService" on-invalid="ignore_uninitialized"/>
        <argument key="App\Service\RatingService" type="service_closure" id="App\Service\RatingService" on-invalid="ignore_uninitialized"/>
        <argument key="App\Service\Recommendation\CategoryBrowseService" type="service_closure" id="App\Service\Recommendation\CategoryBrowseService" on-invalid="ignore_uninitialized"/>
        <argument key="App\Service\Recommendation\CategoryPopularityProvider" type="service_closure" id="App\Service\Recommendation\CategoryPopularityProvider" on-invalid="ignore_uninitialized"/>
        <argument key="App\Service\Recommendation\CategorySeedProvider" type="service_closure" id="App\Service\Recommendation\CategorySeedProvider" on-invalid="ignore_uninitialized"/>
        <argument key="App\Service\Recommendation\FacetExtractor" type="service_closure" id="App\Service\Recommendation\FacetExtractor" on-invalid="ignore_uninitialized"/>
        <argument key="App\Service\Recommendation\FacetSeedMap" type="service_closure" id="App\Service\Recommendation\FacetSeedMap" on-invalid="ignore_uninitialized"/>
        <argument key="App\Service\Recommendation\FacetSeedProvider" type="service_closure" id="App\Service\Recommendation\FacetSeedProvider" on-invalid="ignore_uninitialized"/>
        <argument key="App\Service\Recommendation\ForYouService" type="service_closure" id="App\Service\Recommendation\ForYouService" on-invalid="ignore_uninitialized"/>
        <argument key="App\Service\Recommendation\GenreIdfProvider" type="service_closure" id="App\Service\Recommendation\GenreIdfProvider" on-invalid="ignore_uninitialized"/>
        <argument key="App\Service\Recommendation\GoogleBooksCandidateProvider" type="service_closure" id="App\Service\Recommendation\GoogleBooksCandidateProvider" on-invalid="ignore_uninitialized"/>
        <argument key="App\Service\Recommendation\ReadAlikeMap" type="service_closure" id="App\Service\Recommendation\ReadAlikeMap" on-invalid="ignore_uninitialized"/>
        <argument key="App\Service\Recommendation\ReadAlikeProvider" type="service_closure" id="App\Service\Recommendation\ReadAlikeProvider" on-invalid="ignore_uninitialized"/>
        <argument key="App\Service\Recommendation\RecommendationActionService" type="service_closure" id="App\Service\Recommendation\RecommendationActionService" on-invalid="ignore_uninitialized"/>
        <argument key="App\Service\Recommendation\RecommendationScorer" type="service_closure" id="App\Service\Recommendation\RecommendationScorer" on-invalid="ignore_uninitialized"/>
        <argument key="App\Service\Recommendation\TasteProfile" type="service_closure" id="App\Service\Recommendation\TasteProfile" on-invalid="ignore_uninitialized"/>
        <argument key="App\Service\Recommendation\TasteProfileBuilder" type="service_closure" id="App\Service\Recommendation\TasteProfileBuilder" on-invalid="ignore_uninitialized"/>
        <argument key="App\Service\Recommendation\WorkResultConverter" type="service_closure" id="App\Service\Recommendation\WorkResultConverter" on-invalid="ignore_uninitialized"/>
        <argument key="App\Service\ReviewService" type="service_closure" id="App\Service\ReviewService" on-invalid="ignore_uninitialized"/>
        <argument key="App\Service\ShelfService" type="service_closure" id="App\Service\ShelfService" on-invalid="ignore_uninitialized"/>
        <argument key="App\Service\UserRegistrationService" type="service_closure" id="App\Service\UserRegistrationService" on-invalid="ignore_uninitialized"/>
        <argument key="App\Service\WebPushSender" type="service_closure" id="App\Service\WebPushSender" on-invalid="ignore_uninitialized"/>
        <argument key="App\Twig\AdExtension" type="service_closure" id="App\Twig\AdExtension" on-invalid="ignore_uninitialized"/>
        <argument key="App\Twig\BioExtension" type="service_closure" id="App\Twig\BioExtension" on-invalid="ignore_uninitialized"/>
        <argument key="App\Twig\BookTitleExtension" type="service_closure" id="App\Twig\BookTitleExtension" on-invalid="ignore_uninitialized"/>
        <argument key="App\Twig\CoverExtension" type="service_closure" id="App\Twig\CoverExtension" on-invalid="ignore_uninitialized"/>
        <argument key="App\Twig\DateExtension" type="service_closure" id="App\Twig\DateExtension" on-invalid="ignore_uninitialized"/>
        <argument key="App\Twig\NotificationExtension" type="service_closure" id="App\Twig\NotificationExtension" on-invalid="ignore_uninitialized"/>
        <argument key="App\Twig\PushExtension" type="service_closure" id="App\Twig\PushExtension" on-invalid="ignore_uninitialized"/>
        <argument key="App\Twig\ReviewExtension" type="service_closure" id="App\Twig\ReviewExtension" on-invalid="ignore_uninitialized"/>
        <argument key="book_search.cache" type="service_closure" id="book_search.cache" on-invalid="ignore_uninitialized"/>
        <argument key="argument_metadata_factory" type="service_closure" id="argument_metadata_factory" on-invalid="ignore_uninitialized"/>
        <argument key="argument_resolver.backed_enum_resolver" type="service_closure" id="argument_resolver.backed_enum_resolver" on-invalid="ignore_uninitialized"/>
        <argument key="argument_resolver.uid" type="service_closure" id="argument_resolver.uid" on-invalid="ignore_uninitialized"/>
        <argument key="argument_resolver.datetime" type="service_closure" id="argument_resolver.datetime" on-invalid="ignore_uninitialized"/>
        <argument key="argument_resolver.request_payload" type="service_closure" id="argument_resolver.request_payload" on-invalid="ignore_uninitialized"/>
        <argument key="argument_resolver.request_attribute" type="service_closure" id="argument_resolver.request_attribute" on-invalid="ignore_uninitialized"/>
        <argument key="argument_resolver.request" type="service_closure" id="argument_resolver.request" on-invalid="ignore_uninitialized"/>
        <argument key="argument_resolver.session" type="service_closure" id="argument_resolver.session" on-invalid="ignore_uninitialized"/>
        <argument key="argument_resolver.service" type="service_closure" id="argument_resolver.service" on-invalid="ignore_uninitialized"/>
        <argument key="argument_resolver.default" type="service_closure" id="argument_resolver.default" on-invalid="ignore_uninitialized"/>
        <argument key="argument_resolver.variadic" type="service_closure" id="argument_resolver.variadic" on-invalid="ignore_uninitialized"/>
        <argument key="argument_resolver.query_parameter_value_resolver" type="service_closure" id="argument_resolver.query_parameter_value_resolver" on-invalid="ignore_uninitialized"/>
        <argument key="response_listener" type="service_closure" id="response_listener" on-invalid="ignore_uninitialized"/>
        <argument key="locale_listener" type="service_closure" id="locale_listener" on-invalid="ignore_uninitialized"/>
        <argument key="validate_request_listener" type="service_closure" id="validate_request_listener" on-invalid="ignore_uninitialized"/>
        <argument key="disallow_search_engine_index_response_listener" type="service_closure" id="disallow_search_engine_index_response_listener" on-invalid="ignore_uninitialized"/>
        <argument key="exception_listener" type="service_closure" id="exception_listener" on-invalid="ignore_uninitialized"/>
        <argument key="controller.cache_attribute_listener" type="service_closure" id="controller.cache_attribute_listener" on-invalid="ignore_uninitialized"/>
        <argument key="controller.is_signature_valid_attribute_listener" type="service_closure" id="controller.is_signature_valid_attribute_listener" on-invalid="ignore_uninitialized"/>
        <argument key="controller.helper" type="service_closure" id="controller.helper" on-invalid="ignore_uninitialized"/>
        <argument key="parameter_bag" type="service_closure" id="parameter_bag" on-invalid="ignore_uninitialized"/>
        <argument key="http_cache" type="service_closure" id="http_cache" on-invalid="ignore_uninitialized"/>
        <argument key="http_cache.store" type="service_closure" id="http_cache.store" on-invalid="ignore_uninitialized"/>
        <argument key="url_helper" type="service_closure" id="url_helper" on-invalid="ignore_uninitialized"/>
        <argument key="cache_clearer" type="service_closure" id="cache_clearer" on-invalid="ignore_uninitialized"/>
        <argument key="filesystem" type="service_closure" id="filesystem" on-invalid="ignore_uninitialized"/>
        <argument key="file_locator" type="service_closure" id="file_locator" on-invalid="ignore_uninitialized"/>
        <argument key="uri_signer" type="service_closure" id="uri_signer" on-invalid="ignore_uninitialized"/>
        <argument key="config_cache_factory" type="service_closure" id="config_cache_factory" on-invalid="ignore_uninitialized"/>
        <argument key="dependency_injection.config.container_parameters_resource_checker" type="service_closure" id="dependency_injection.config.container_parameters_resource_checker" on-invalid="ignore_uninitialized"/>
        <argument key="config.resource.self_checking_resource_checker" type="service_closure" id="config.resource.self_checking_resource_checker" on-invalid="ignore_uninitialized"/>
        <argument key="reverse_container" type="service_closure" id="reverse_container" on-invalid="ignore_uninitialized"/>
        <argument key="locale_aware_listener" type="service_closure" id="locale_aware_listener" on-invalid="ignore_uninitialized"/>
        <argument key="container.env_var_processor" type="service_closure" id="container.env_var_processor" on-invalid="ignore_uninitialized"/>
        <argument key="slugger" type="service_closure" id="slugger" on-invalid="ignore_uninitialized"/>
        <argument key="container.getenv" type="service_closure" id="container.getenv" on-invalid="ignore_uninitialized"/>
        <argument key="config_builder.warmer" type="service_closure" id="config_builder.warmer" on-invalid="ignore_uninitialized"/>
        <argument key="clock" type="service_closure" id="clock" on-invalid="ignore_uninitialized"/>
        <argument key="fragment.handler" type="service_closure" id="fragment.handler" on-invalid="ignore_uninitialized"/>
        <argument key="fragment.uri_generator" type="service_closure" id="fragment.uri_generator" on-invalid="ignore_uninitialized"/>
        <argument key="fragment.renderer.inline" type="service_closure" id="fragment.renderer.inline" on-invalid="ignore_uninitialized"/>
        <argument key="error_handler.error_renderer.html" type="service_closure" id="error_handler.error_renderer.html" on-invalid="ignore_uninitialized"/>
        <argument key="error_handler.error_renderer.cli" type="service_closure" id="error_handler.error_renderer.cli" on-invalid="ignore_uninitialized"/>
        <argument key="error_handler.error_renderer.default" type="service_closure" id="error_handler.error_renderer.default" on-invalid="ignore_uninitialized"/>
        <argument key="process.messenger.process_message_handler" type="service_closure" id="process.messenger.process_message_handler" on-invalid="ignore_uninitialized"/>
        <argument key="console.error_listener" type="service_closure" id="console.error_listener" on-invalid="ignore_uninitialized"/>
        <argument key="console.suggest_missing_package_subscriber" type="service_closure" id="console.suggest_missing_package_subscriber" on-invalid="ignore_uninitialized"/>
        <argument key="console.command.about" type="service_closure" id="console.command.about" on-invalid="ignore_uninitialized"/>
        <argument key="console.command.assets_install" type="service_closure" id="console.command.assets_install" on-invalid="ignore_uninitialized"/>
        <argument key="console.command.cache_clear" type="service_closure" id="console.command.cache_clear" on-invalid="ignore_uninitialized"/>
        <argument key="console.command.cache_pool_clear" type="service_closure" id="console.command.cache_pool_clear" on-invalid="ignore_uninitialized"/>
        <argument key="console.command.cache_pool_prune" type="service_closure" id="console.command.cache_pool_prune" on-invalid="ignore_uninitialized"/>
        <argument key="console.command.cache_pool_invalidate_tags" type="service_closure" id="console.command.cache_pool_invalidate_tags" on-invalid="ignore_uninitialized"/>
        <argument key="console.command.cache_pool_delete" type="service_closure" id="console.command.cache_pool_delete" on-invalid="ignore_uninitialized"/>
        <argument key="console.command.cache_pool_list" type="service_closure" id="console.command.cache_pool_list" on-invalid="ignore_uninitialized"/>
        <argument key="console.command.cache_warmup" type="service_closure" id="console.command.cache_warmup" on-invalid="ignore_uninitialized"/>
        <argument key="console.command.config_debug" type="service_closure" id="console.command.config_debug" on-invalid="ignore_uninitialized"/>
        <argument key="console.command.config_dump_reference" type="service_closure" id="console.command.config_dump_reference" on-invalid="ignore_uninitialized"/>
        <argument key="console.command.container_debug" type="service_closure" id="console.command.container_debug" on-invalid="ignore_uninitialized"/>
        <argument key="console.command.container_lint" type="service_closure" id="console.command.container_lint" on-invalid="ignore_uninitialized"/>
        <argument key="console.command.debug_autowiring" type="service_closure" id="console.command.debug_autowiring" on-invalid="ignore_uninitialized"/>
        <argument key="console.command.dotenv_debug" type="service_closure" id="console.command.dotenv_debug" on-invalid="ignore_uninitialized"/>
        <argument key="console.command.event_dispatcher_debug" type="service_closure" id="console.command.event_dispatcher_debug" on-invalid="ignore_uninitialized"/>
        <argument key="console.command.messenger_consume_messages" type="service_closure" id="console.command.messenger_consume_messages" on-invalid="ignore_uninitialized"/>
        <argument key="console.command.messenger_setup_transports" type="service_closure" id="console.command.messenger_setup_transports" on-invalid="ignore_uninitialized"/>
        <argument key="console.command.messenger_debug" type="service_closure" id="console.command.messenger_debug" on-invalid="ignore_uninitialized"/>
        <argument key="console.command.messenger_stop_workers" type="service_closure" id="console.command.messenger_stop_workers" on-invalid="ignore_uninitialized"/>
        <argument key="console.command.messenger_failed_messages_retry" type="service_closure" id="console.command.messenger_failed_messages_retry" on-invalid="ignore_uninitialized"/>
        <argument key="console.command.messenger_failed_messages_show" type="service_closure" id="console.command.messenger_failed_messages_show" on-invalid="ignore_uninitialized"/>
        <argument key="console.command.messenger_failed_messages_remove" type="service_closure" id="console.command.messenger_failed_messages_remove" on-invalid="ignore_uninitialized"/>
        <argument key="console.command.messenger_stats" type="service_closure" id="console.command.messenger_stats" on-invalid="ignore_uninitialized"/>
        <argument key="console.command.router_debug" type="service_closure" id="console.command.router_debug" on-invalid="ignore_uninitialized"/>
        <argument key="console.command.router_match" type="service_closure" id="console.command.router_match" on-invalid="ignore_uninitialized"/>
        <argument key="console.command.serializer_debug" type="service_closure" id="console.command.serializer_debug" on-invalid="ignore_uninitialized"/>
        <argument key="console.command.translation_debug" type="service_closure" id="console.command.translation_debug" on-invalid="ignore_uninitialized"/>
        <argument key="console.command.translation_extract" type="service_closure" id="console.command.translation_extract" on-invalid="ignore_uninitialized"/>
        <argument key="console.command.validator_debug" type="service_closure" id="console.command.validator_debug" on-invalid="ignore_uninitialized"/>
        <argument key="console.command.translation_pull" type="service_closure" id="console.command.translation_pull" on-invalid="ignore_uninitialized"/>
        <argument key="console.command.translation_push" type="service_closure" id="console.command.translation_push" on-invalid="ignore_uninitialized"/>
        <argument key="console.command.xliff_lint" type="service_closure" id="console.command.xliff_lint" on-invalid="ignore_uninitialized"/>
        <argument key="console.command.yaml_lint" type="service_closure" id="console.command.yaml_lint" on-invalid="ignore_uninitialized"/>
        <argument key="console.command.translation_lint" type="service_closure" id="console.command.translation_lint" on-invalid="ignore_uninitialized"/>
        <argument key="console.command.form_debug" type="service_closure" id="console.command.form_debug" on-invalid="ignore_uninitialized"/>
        <argument key="console.command.secrets_set" type="service_closure" id="console.command.secrets_set" on-invalid="ignore_uninitialized"/>
        <argument key="console.command.secrets_remove" type="service_closure" id="console.command.secrets_remove" on-invalid="ignore_uninitialized"/>
        <argument key="console.command.secrets_generate_key" type="service_closure" id="console.command.secrets_generate_key" on-invalid="ignore_uninitialized"/>
        <argument key="console.command.secrets_list" type="service_closure" id="console.command.secrets_list" on-invalid="ignore_uninitialized"/>
        <argument key="console.command.secrets_reveal" type="service_closure" id="console.command.secrets_reveal" on-invalid="ignore_uninitialized"/>
        <argument key="console.command.secrets_decrypt_to_local" type="service_closure" id="console.command.secrets_decrypt_to_local" on-invalid="ignore_uninitialized"/>
        <argument key="console.command.secrets_encrypt_from_local" type="service_closure" id="console.command.secrets_encrypt_from_local" on-invalid="ignore_uninitialized"/>
        <argument key="console.command.error_dumper" type="service_closure" id="console.command.error_dumper" on-invalid="ignore_uninitialized"/>
        <argument key="console.messenger.application" type="service_closure" id="console.messenger.application" on-invalid="ignore_uninitialized"/>
        <argument key="console.messenger.execute_command_handler" type="service_closure" id="console.messenger.execute_command_handler" on-invalid="ignore_uninitialized"/>
        <argument key="cache.app.taggable" type="service_closure" id="cache.app.taggable" on-invalid="ignore_uninitialized"/>
        <argument key="cache.validator" type="service_closure" id="cache.validator" on-invalid="ignore_uninitialized"/>
        <argument key="cache.serializer" type="service_closure" id="cache.serializer" on-invalid="ignore_uninitialized"/>
        <argument key="cache.property_info" type="service_closure" id="cache.property_info" on-invalid="ignore_uninitialized"/>
        <argument key="cache.asset_mapper" type="service_closure" id="cache.asset_mapper" on-invalid="ignore_uninitialized"/>
        <argument key="cache.messenger.restart_workers_signal" type="service_closure" id="cache.messenger.restart_workers_signal" on-invalid="ignore_uninitialized"/>
        <argument key="cache.default_marshaller" type="service_closure" id="cache.default_marshaller" on-invalid="ignore_uninitialized"/>
        <argument key="cache.default_clearer" type="service_closure" id="cache.default_clearer" on-invalid="ignore_uninitialized"/>
        <argument key="identity_translator" type="service_closure" id="identity_translator" on-invalid="ignore_uninitialized"/>
        <argument key="test.client.history" type="service_closure" id="test.client.history" on-invalid="ignore_uninitialized"/>
        <argument key="test.client.cookiejar" type="service_closure" id="test.client.cookiejar" on-invalid="ignore_uninitialized"/>
        <argument key="test.session.listener" type="service_closure" id="test.session.listener" on-invalid="ignore_uninitialized"/>
        <argument key="assets.packages" type="service_closure" id="assets.packages" on-invalid="ignore_uninitialized"/>
        <argument key="assets.empty_package" type="service_closure" id="assets.empty_package" on-invalid="ignore_uninitialized"/>
        <argument key="assets.context" type="service_closure" id="assets.context" on-invalid="ignore_uninitialized"/>
        <argument key="assets.empty_version_strategy" type="service_closure" id="assets.empty_version_strategy" on-invalid="ignore_uninitialized"/>
        <argument key="asset_mapper" type="service_closure" id="asset_mapper" on-invalid="ignore_uninitialized"/>
        <argument key="asset_mapper.cached_mapped_asset_factory.inner" type="service_closure" id="asset_mapper.cached_mapped_asset_factory.inner" on-invalid="ignore_uninitialized"/>
        <argument key="asset_mapper.cached_mapped_asset_factory" type="service_closure" id="asset_mapper.cached_mapped_asset_factory" on-invalid="ignore_uninitialized"/>
        <argument key="asset_mapper.repository" type="service_closure" id="asset_mapper.repository" on-invalid="ignore_uninitialized"/>
        <argument key="asset_mapper.public_assets_path_resolver" type="service_closure" id="asset_mapper.public_assets_path_resolver" on-invalid="ignore_uninitialized"/>
        <argument key="asset_mapper.local_public_assets_filesystem" type="service_closure" id="asset_mapper.local_public_assets_filesystem" on-invalid="ignore_uninitialized"/>
        <argument key="asset_mapper.compiled_asset_mapper_config_reader" type="service_closure" id="asset_mapper.compiled_asset_mapper_config_reader" on-invalid="ignore_uninitialized"/>
        <argument key="asset_mapper.asset_package.inner" type="service_closure" id="asset_mapper.asset_package.inner" on-invalid="ignore_uninitialized"/>
        <argument key="asset_mapper.asset_package" type="service_closure" id="asset_mapper.asset_package" on-invalid="ignore_uninitialized"/>
        <argument key="asset_mapper.dev_server_subscriber" type="service_closure" id="asset_mapper.dev_server_subscriber" on-invalid="ignore_uninitialized"/>
        <argument key="asset_mapper.command.compile" type="service_closure" id="asset_mapper.command.compile" on-invalid="ignore_uninitialized"/>
        <argument key="asset_mapper.command.debug" type="service_closure" id="asset_mapper.command.debug" on-invalid="ignore_uninitialized"/>
        <argument key="asset_mapper_compiler" type="service_closure" id="asset_mapper_compiler" on-invalid="ignore_uninitialized"/>
        <argument key="asset_mapper.compiler.css_asset_url_compiler" type="service_closure" id="asset_mapper.compiler.css_asset_url_compiler" on-invalid="ignore_uninitialized"/>
        <argument key="asset_mapper.compiler.source_mapping_urls_compiler" type="service_closure" id="asset_mapper.compiler.source_mapping_urls_compiler" on-invalid="ignore_uninitialized"/>
        <argument key="asset_mapper.compiler.javascript_import_path_compiler" type="service_closure" id="asset_mapper.compiler.javascript_import_path_compiler" on-invalid="ignore_uninitialized"/>
        <argument key="asset_mapper.importmap.config_reader" type="service_closure" id="asset_mapper.importmap.config_reader" on-invalid="ignore_uninitialized"/>
        <argument key="asset_mapper.importmap.manager" type="service_closure" id="asset_mapper.importmap.manager" on-invalid="ignore_uninitialized"/>
        <argument key="asset_mapper.importmap.generator" type="service_closure" id="asset_mapper.importmap.generator" on-invalid="ignore_uninitialized"/>
        <argument key="asset_mapper.importmap.remote_package_storage" type="service_closure" id="asset_mapper.importmap.remote_package_storage" on-invalid="ignore_uninitialized"/>
        <argument key="asset_mapper.importmap.remote_package_downloader" type="service_closure" id="asset_mapper.importmap.remote_package_downloader" on-invalid="ignore_uninitialized"/>
        <argument key="asset_mapper.importmap.version_checker" type="service_closure" id="asset_mapper.importmap.version_checker" on-invalid="ignore_uninitialized"/>
        <argument key="asset_mapper.importmap.resolver" type="service_closure" id="asset_mapper.importmap.resolver" on-invalid="ignore_uninitialized"/>
        <argument key="asset_mapper.importmap.renderer" type="service_closure" id="asset_mapper.importmap.renderer" on-invalid="ignore_uninitialized"/>
        <argument key="asset_mapper.importmap.auditor" type="service_closure" id="asset_mapper.importmap.auditor" on-invalid="ignore_uninitialized"/>
        <argument key="asset_mapper.importmap.update_checker" type="service_closure" id="asset_mapper.importmap.update_checker" on-invalid="ignore_uninitialized"/>
        <argument key="asset_mapper.importmap.command.require" type="service_closure" id="asset_mapper.importmap.command.require" on-invalid="ignore_uninitialized"/>
        <argument key="asset_mapper.importmap.command.remove" type="service_closure" id="asset_mapper.importmap.command.remove" on-invalid="ignore_uninitialized"/>
        <argument key="asset_mapper.importmap.command.update" type="service_closure" id="asset_mapper.importmap.command.update" on-invalid="ignore_uninitialized"/>
        <argument key="asset_mapper.importmap.command.install" type="service_closure" id="asset_mapper.importmap.command.install" on-invalid="ignore_uninitialized"/>
        <argument key="asset_mapper.importmap.command.audit" type="service_closure" id="asset_mapper.importmap.command.audit" on-invalid="ignore_uninitialized"/>
        <argument key="asset_mapper.importmap.command.outdated" type="service_closure" id="asset_mapper.importmap.command.outdated" on-invalid="ignore_uninitialized"/>
        <argument key="asset_mapper.compressor.brotli" type="service_closure" id="asset_mapper.compressor.brotli" on-invalid="ignore_uninitialized"/>
        <argument key="asset_mapper.compressor.zstandard" type="service_closure" id="asset_mapper.compressor.zstandard" on-invalid="ignore_uninitialized"/>
        <argument key="asset_mapper.compressor.gzip" type="service_closure" id="asset_mapper.compressor.gzip" on-invalid="ignore_uninitialized"/>
        <argument key="asset_mapper.compressor" type="service_closure" id="asset_mapper.compressor" on-invalid="ignore_uninitialized"/>
        <argument key="asset_mapper.assets.command.compress" type="service_closure" id="asset_mapper.assets.command.compress" on-invalid="ignore_uninitialized"/>
        <argument key="cache.http_client" type="service_closure" id="cache.http_client" on-invalid="ignore_uninitialized"/>
        <argument key="http_client.transport" type="service_closure" id="http_client.transport" on-invalid="ignore_uninitialized"/>
        <argument key="psr18.http_client" type="service_closure" id="psr18.http_client" on-invalid="ignore_uninitialized"/>
        <argument key=".debug.http_client.inner" type="service_closure" id=".debug.http_client.inner" on-invalid="ignore_uninitialized"/>
        <argument key="http_client.uri_template" type="service_closure" id="http_client.uri_template" on-invalid="ignore_uninitialized"/>
        <argument key="http_client.uri_template_expander.guzzle" type="service_closure" id="http_client.uri_template_expander.guzzle" on-invalid="ignore_uninitialized"/>
        <argument key="http_client.uri_template_expander.rize" type="service_closure" id="http_client.uri_template_expander.rize" on-invalid="ignore_uninitialized"/>
        <argument key="http_client.messenger.ping_webhook_handler" type="service_closure" id="http_client.messenger.ping_webhook_handler" on-invalid="ignore_uninitialized"/>
        <argument key="openLibraryClient.scoping" type="service_closure" id="openLibraryClient.scoping" on-invalid="ignore_uninitialized"/>
        <argument key=".debug.openLibraryClient.inner" type="service_closure" id=".debug.openLibraryClient.inner" on-invalid="ignore_uninitialized"/>
        <argument key="openLibraryClient.uri_template" type="service_closure" id="openLibraryClient.uri_template" on-invalid="ignore_uninitialized"/>
        <argument key="psr18.openLibraryClient" type="service_closure" id="psr18.openLibraryClient" on-invalid="ignore_uninitialized"/>
        <argument key="googleBooksClient.scoping" type="service_closure" id="googleBooksClient.scoping" on-invalid="ignore_uninitialized"/>
        <argument key=".debug.googleBooksClient.inner" type="service_closure" id=".debug.googleBooksClient.inner" on-invalid="ignore_uninitialized"/>
        <argument key="googleBooksClient.uri_template" type="service_closure" id="googleBooksClient.uri_template" on-invalid="ignore_uninitialized"/>
        <argument key="psr18.googleBooksClient" type="service_closure" id="psr18.googleBooksClient" on-invalid="ignore_uninitialized"/>
        <argument key="mailer.mailer" type="service_closure" id="mailer.mailer" on-invalid="ignore_uninitialized"/>
        <argument key="mailer.transports" type="service_closure" id="mailer.transports" on-invalid="ignore_uninitialized"/>
        <argument key="mailer.transport_factory" type="service_closure" id="mailer.transport_factory" on-invalid="ignore_uninitialized"/>
        <argument key="mailer.messenger.message_handler" type="service_closure" id="mailer.messenger.message_handler" on-invalid="ignore_uninitialized"/>
        <argument key="mailer.envelope_listener" type="service_closure" id="mailer.envelope_listener" on-invalid="ignore_uninitialized"/>
        <argument key="mailer.message_logger_listener" type="service_closure" id="mailer.message_logger_listener" on-invalid="ignore_uninitialized"/>
        <argument key="mailer.messenger_transport_listener" type="service_closure" id="mailer.messenger_transport_listener" on-invalid="ignore_uninitialized"/>
        <argument key="console.command.mailer_test" type="service_closure" id="console.command.mailer_test" on-invalid="ignore_uninitialized"/>
        <argument key="mailer.transport_factory.native" type="service_closure" id="mailer.transport_factory.native" on-invalid="ignore_uninitialized"/>
        <argument key="mailer.transport_factory.null" type="service_closure" id="mailer.transport_factory.null" on-invalid="ignore_uninitialized"/>
        <argument key="mailer.transport_factory.sendmail" type="service_closure" id="mailer.transport_factory.sendmail" on-invalid="ignore_uninitialized"/>
        <argument key="mailer.transport_factory.smtp" type="service_closure" id="mailer.transport_factory.smtp" on-invalid="ignore_uninitialized"/>
        <argument key="translator.default" type="service_closure" id="translator.default" on-invalid="ignore_uninitialized"/>
        <argument key="translator.logging" type="service_closure" id="translator.logging" on-invalid="ignore_uninitialized"/>
        <argument key="translator.formatter.default" type="service_closure" id="translator.formatter.default" on-invalid="ignore_uninitialized"/>
        <argument key="translation.loader.php" type="service_closure" id="translation.loader.php" on-invalid="ignore_uninitialized"/>
        <argument key="translation.loader.yml" type="service_closure" id="translation.loader.yml" on-invalid="ignore_uninitialized"/>
        <argument key="translation.loader.xliff" type="service_closure" id="translation.loader.xliff" on-invalid="ignore_uninitialized"/>
        <argument key="translation.loader.po" type="service_closure" id="translation.loader.po" on-invalid="ignore_uninitialized"/>
        <argument key="translation.loader.mo" type="service_closure" id="translation.loader.mo" on-invalid="ignore_uninitialized"/>
        <argument key="translation.loader.qt" type="service_closure" id="translation.loader.qt" on-invalid="ignore_uninitialized"/>
        <argument key="translation.loader.csv" type="service_closure" id="translation.loader.csv" on-invalid="ignore_uninitialized"/>
        <argument key="translation.loader.res" type="service_closure" id="translation.loader.res" on-invalid="ignore_uninitialized"/>
        <argument key="translation.loader.dat" type="service_closure" id="translation.loader.dat" on-invalid="ignore_uninitialized"/>
        <argument key="translation.loader.ini" type="service_closure" id="translation.loader.ini" on-invalid="ignore_uninitialized"/>
        <argument key="translation.loader.json" type="service_closure" id="translation.loader.json" on-invalid="ignore_uninitialized"/>
        <argument key="translation.dumper.php" type="service_closure" id="translation.dumper.php" on-invalid="ignore_uninitialized"/>
        <argument key="translation.dumper.xliff" type="service_closure" id="translation.dumper.xliff" on-invalid="ignore_uninitialized"/>
        <argument key="translation.dumper.xliff.xliff" type="service_closure" id="translation.dumper.xliff.xliff" on-invalid="ignore_uninitialized"/>
        <argument key="translation.dumper.po" type="service_closure" id="translation.dumper.po" on-invalid="ignore_uninitialized"/>
        <argument key="translation.dumper.mo" type="service_closure" id="translation.dumper.mo" on-invalid="ignore_uninitialized"/>
        <argument key="translation.dumper.yml" type="service_closure" id="translation.dumper.yml" on-invalid="ignore_uninitialized"/>
        <argument key="translation.dumper.yaml" type="service_closure" id="translation.dumper.yaml" on-invalid="ignore_uninitialized"/>
        <argument key="translation.dumper.qt" type="service_closure" id="translation.dumper.qt" on-invalid="ignore_uninitialized"/>
        <argument key="translation.dumper.csv" type="service_closure" id="translation.dumper.csv" on-invalid="ignore_uninitialized"/>
        <argument key="translation.dumper.ini" type="service_closure" id="translation.dumper.ini" on-invalid="ignore_uninitialized"/>
        <argument key="translation.dumper.json" type="service_closure" id="translation.dumper.json" on-invalid="ignore_uninitialized"/>
        <argument key="translation.dumper.res" type="service_closure" id="translation.dumper.res" on-invalid="ignore_uninitialized"/>
        <argument key="translation.extractor.php_ast" type="service_closure" id="translation.extractor.php_ast" on-invalid="ignore_uninitialized"/>
        <argument key="translation.extractor.visitor.trans_method" type="service_closure" id="translation.extractor.visitor.trans_method" on-invalid="ignore_uninitialized"/>
        <argument key="translation.extractor.visitor.translatable_message" type="service_closure" id="translation.extractor.visitor.translatable_message" on-invalid="ignore_uninitialized"/>
        <argument key="translation.extractor.visitor.constraint" type="service_closure" id="translation.extractor.visitor.constraint" on-invalid="ignore_uninitialized"/>
        <argument key="translation.reader" type="service_closure" id="translation.reader" on-invalid="ignore_uninitialized"/>
        <argument key="translation.extractor" type="service_closure" id="translation.extractor" on-invalid="ignore_uninitialized"/>
        <argument key="translation.writer" type="service_closure" id="translation.writer" on-invalid="ignore_uninitialized"/>
        <argument key="translation.warmer" type="service_closure" id="translation.warmer" on-invalid="ignore_uninitialized"/>
        <argument key="translation.locale_switcher" type="service_closure" id="translation.locale_switcher" on-invalid="ignore_uninitialized"/>
        <argument key="translation.provider_collection" type="service_closure" id="translation.provider_collection" on-invalid="ignore_uninitialized"/>
        <argument key="translation.provider_collection_factory" type="service_closure" id="translation.provider_collection_factory" on-invalid="ignore_uninitialized"/>
        <argument key="translation.provider_factory.null" type="service_closure" id="translation.provider_factory.null" on-invalid="ignore_uninitialized"/>
        <argument key="debug.debug_handlers_listener" type="service_closure" id="debug.debug_handlers_listener" on-invalid="ignore_uninitialized"/>
        <argument key="debug.file_link_formatter" type="service_closure" id="debug.file_link_formatter" on-invalid="ignore_uninitialized"/>
        <argument key="debug.event_dispatcher.inner" type="service_closure" id="debug.event_dispatcher.inner" on-invalid="ignore_uninitialized"/>
        <argument key="debug.event_dispatcher" type="service_closure" id="debug.event_dispatcher" on-invalid="ignore_uninitialized"/>
        <argument key="debug.controller_resolver.inner" type="service_closure" id="debug.controller_resolver.inner" on-invalid="ignore_uninitialized"/>
        <argument key="debug.controller_resolver" type="service_closure" id="debug.controller_resolver" on-invalid="ignore_uninitialized"/>
        <argument key="debug.argument_resolver.inner" type="service_closure" id="debug.argument_resolver.inner" on-invalid="ignore_uninitialized"/>
        <argument key="debug.argument_resolver" type="service_closure" id="debug.argument_resolver" on-invalid="ignore_uninitialized"/>
        <argument key="argument_resolver.not_tagged_controller" type="service_closure" id="argument_resolver.not_tagged_controller" on-invalid="ignore_uninitialized"/>
        <argument key="debug.log_processor" type="service_closure" id="debug.log_processor" on-invalid="ignore_uninitialized"/>
        <argument key="debug.debug_logger_configurator" type="service_closure" id="debug.debug_logger_configurator" on-invalid="ignore_uninitialized"/>
        <argument key="routing.resolver" type="service_closure" id="routing.resolver" on-invalid="ignore_uninitialized"/>
        <argument key="routing.loader.xml" type="service_closure" id="routing.loader.xml" on-invalid="ignore_uninitialized"/>
        <argument key="routing.loader.yml" type="service_closure" id="routing.loader.yml" on-invalid="ignore_uninitialized"/>
        <argument key="routing.loader.php" type="service_closure" id="routing.loader.php" on-invalid="ignore_uninitialized"/>
        <argument key="routing.loader.glob" type="service_closure" id="routing.loader.glob" on-invalid="ignore_uninitialized"/>
        <argument key="routing.loader.directory" type="service_closure" id="routing.loader.directory" on-invalid="ignore_uninitialized"/>
        <argument key="routing.loader.container" type="service_closure" id="routing.loader.container" on-invalid="ignore_uninitialized"/>
        <argument key="routing.loader.attribute" type="service_closure" id="routing.loader.attribute" on-invalid="ignore_uninitialized"/>
        <argument key="routing.loader.attribute.services" type="service_closure" id="routing.loader.attribute.services" on-invalid="ignore_uninitialized"/>
        <argument key="routing.loader.attribute.directory" type="service_closure" id="routing.loader.attribute.directory" on-invalid="ignore_uninitialized"/>
        <argument key="routing.loader.attribute.file" type="service_closure" id="routing.loader.attribute.file" on-invalid="ignore_uninitialized"/>
        <argument key="routing.loader.psr4" type="service_closure" id="routing.loader.psr4" on-invalid="ignore_uninitialized"/>
        <argument key="router.default" type="service_closure" id="router.default" on-invalid="ignore_uninitialized"/>
        <argument key="router.request_context" type="service_closure" id="router.request_context" on-invalid="ignore_uninitialized"/>
        <argument key="router.expression_language_provider" type="service_closure" id="router.expression_language_provider" on-invalid="ignore_uninitialized"/>
        <argument key="router.cache_warmer" type="service_closure" id="router.cache_warmer" on-invalid="ignore_uninitialized"/>
        <argument key="router_listener" type="service_closure" id="router_listener" on-invalid="ignore_uninitialized"/>
        <argument key="property_accessor" type="service_closure" id="property_accessor" on-invalid="ignore_uninitialized"/>
        <argument key="secrets.vault" type="service_closure" id="secrets.vault" on-invalid="ignore_uninitialized"/>
        <argument key="secrets.env_var_loader" type="service_closure" id="secrets.env_var_loader" on-invalid="ignore_uninitialized"/>
        <argument key="secrets.decryption_key" type="service_closure" id="secrets.decryption_key" on-invalid="ignore_uninitialized"/>
        <argument key="secrets.local_vault" type="service_closure" id="secrets.local_vault" on-invalid="ignore_uninitialized"/>
        <argument key="serializer.mapping.class_discriminator_resolver" type="service_closure" id="serializer.mapping.class_discriminator_resolver" on-invalid="ignore_uninitialized"/>
        <argument key="serializer.normalizer.constraint_violation_list" type="service_closure" id="serializer.normalizer.constraint_violation_list" on-invalid="ignore_uninitialized"/>
        <argument key="serializer.normalizer.mime_message" type="service_closure" id="serializer.normalizer.mime_message" on-invalid="ignore_uninitialized"/>
        <argument key="serializer.normalizer.datetimezone" type="service_closure" id="serializer.normalizer.datetimezone" on-invalid="ignore_uninitialized"/>
        <argument key="serializer.normalizer.dateinterval" type="service_closure" id="serializer.normalizer.dateinterval" on-invalid="ignore_uninitialized"/>
        <argument key="serializer.normalizer.data_uri" type="service_closure" id="serializer.normalizer.data_uri" on-invalid="ignore_uninitialized"/>
        <argument key="serializer.normalizer.datetime" type="service_closure" id="serializer.normalizer.datetime" on-invalid="ignore_uninitialized"/>
        <argument key="serializer.normalizer.json_serializable" type="service_closure" id="serializer.normalizer.json_serializable" on-invalid="ignore_uninitialized"/>
        <argument key="serializer.normalizer.problem" type="service_closure" id="serializer.normalizer.problem" on-invalid="ignore_uninitialized"/>
        <argument key="serializer.denormalizer.unwrapping" type="service_closure" id="serializer.denormalizer.unwrapping" on-invalid="ignore_uninitialized"/>
        <argument key="serializer.normalizer.uid" type="service_closure" id="serializer.normalizer.uid" on-invalid="ignore_uninitialized"/>
        <argument key="serializer.normalizer.translatable" type="service_closure" id="serializer.normalizer.translatable" on-invalid="ignore_uninitialized"/>
        <argument key="serializer.normalizer.form_error" type="service_closure" id="serializer.normalizer.form_error" on-invalid="ignore_uninitialized"/>
        <argument key="serializer.normalizer.object" type="service_closure" id="serializer.normalizer.object" on-invalid="ignore_uninitialized"/>
        <argument key="serializer.normalizer.property" type="service_closure" id="serializer.normalizer.property" on-invalid="ignore_uninitialized"/>
        <argument key="serializer.denormalizer.array" type="service_closure" id="serializer.denormalizer.array" on-invalid="ignore_uninitialized"/>
        <argument key="serializer.mapping.chain_loader" type="service_closure" id="serializer.mapping.chain_loader" on-invalid="ignore_uninitialized"/>
        <argument key="serializer.mapping.attribute_loader" type="service_closure" id="serializer.mapping.attribute_loader" on-invalid="ignore_uninitialized"/>
        <argument key="serializer.mapping.cache_warmer" type="service_closure" id="serializer.mapping.cache_warmer" on-invalid="ignore_uninitialized"/>
        <argument key="serializer.mapping.cache.symfony" type="service_closure" id="serializer.mapping.cache.symfony" on-invalid="ignore_uninitialized"/>
        <argument key="serializer.encoder.xml" type="service_closure" id="serializer.encoder.xml" on-invalid="ignore_uninitialized"/>
        <argument key="serializer.encoder.json" type="service_closure" id="serializer.encoder.json" on-invalid="ignore_uninitialized"/>
        <argument key="serializer.encoder.yaml" type="service_closure" id="serializer.encoder.yaml" on-invalid="ignore_uninitialized"/>
        <argument key="serializer.encoder.csv" type="service_closure" id="serializer.encoder.csv" on-invalid="ignore_uninitialized"/>
        <argument key="serializer.name_converter.camel_case_to_snake_case" type="service_closure" id="serializer.name_converter.camel_case_to_snake_case" on-invalid="ignore_uninitialized"/>
        <argument key="serializer.name_converter.snake_case_to_camel_case" type="service_closure" id="serializer.name_converter.snake_case_to_camel_case" on-invalid="ignore_uninitialized"/>
        <argument key="serializer.name_converter.metadata_aware" type="service_closure" id="serializer.name_converter.metadata_aware" on-invalid="ignore_uninitialized"/>
        <argument key="property_info.serializer_extractor" type="service_closure" id="property_info.serializer_extractor" on-invalid="ignore_uninitialized"/>
        <argument key="error_handler.error_renderer.serializer" type="service_closure" id="error_handler.error_renderer.serializer" on-invalid="ignore_uninitialized"/>
        <argument key="serializer.normalizer.backed_enum" type="service_closure" id="serializer.normalizer.backed_enum" on-invalid="ignore_uninitialized"/>
        <argument key="serializer.normalizer.number" type="service_closure" id="serializer.normalizer.number" on-invalid="ignore_uninitialized"/>
        <argument key="type_info.type_context_factory" type="service_closure" id="type_info.type_context_factory" on-invalid="ignore_uninitialized"/>
        <argument key="type_info.resolver" type="service_closure" id="type_info.resolver" on-invalid="ignore_uninitialized"/>
        <argument key="type_info.resolver.reflection_type" type="service_closure" id="type_info.resolver.reflection_type" on-invalid="ignore_uninitialized"/>
        <argument key="type_info.resolver.reflection_parameter" type="service_closure" id="type_info.resolver.reflection_parameter" on-invalid="ignore_uninitialized"/>
        <argument key="type_info.resolver.reflection_property" type="service_closure" id="type_info.resolver.reflection_property" on-invalid="ignore_uninitialized"/>
        <argument key="type_info.resolver.reflection_return" type="service_closure" id="type_info.resolver.reflection_return" on-invalid="ignore_uninitialized"/>
        <argument key="type_info.resolver.string" type="service_closure" id="type_info.resolver.string" on-invalid="ignore_uninitialized"/>
        <argument key="type_info.resolver.reflection_parameter.phpdoc_aware" type="service_closure" id="type_info.resolver.reflection_parameter.phpdoc_aware" on-invalid="ignore_uninitialized"/>
        <argument key="type_info.resolver.reflection_property.phpdoc_aware" type="service_closure" id="type_info.resolver.reflection_property.phpdoc_aware" on-invalid="ignore_uninitialized"/>
        <argument key="type_info.resolver.reflection_return.phpdoc_aware" type="service_closure" id="type_info.resolver.reflection_return.phpdoc_aware" on-invalid="ignore_uninitialized"/>
        <argument key="property_info" type="service_closure" id="property_info" on-invalid="ignore_uninitialized"/>
        <argument key="property_info.reflection_extractor" type="service_closure" id="property_info.reflection_extractor" on-invalid="ignore_uninitialized"/>
        <argument key="property_info.constructor_extractor" type="service_closure" id="property_info.constructor_extractor" on-invalid="ignore_uninitialized"/>
        <argument key="property_info.phpstan_extractor" type="service_closure" id="property_info.phpstan_extractor" on-invalid="ignore_uninitialized"/>
        <argument key="property_info.php_doc_extractor" type="service_closure" id="property_info.php_doc_extractor" on-invalid="ignore_uninitialized"/>
        <argument key="web_link.http_header_serializer" type="service_closure" id="web_link.http_header_serializer" on-invalid="ignore_uninitialized"/>
        <argument key="web_link.http_header_parser" type="service_closure" id="web_link.http_header_parser" on-invalid="ignore_uninitialized"/>
        <argument key="web_link.add_link_header_listener" type="service_closure" id="web_link.add_link_header_listener" on-invalid="ignore_uninitialized"/>
        <argument key="ulid.factory" type="service_closure" id="ulid.factory" on-invalid="ignore_uninitialized"/>
        <argument key="uuid.factory" type="service_closure" id="uuid.factory" on-invalid="ignore_uninitialized"/>
        <argument key="name_based_uuid.factory" type="service_closure" id="name_based_uuid.factory" on-invalid="ignore_uninitialized"/>
        <argument key="random_based_uuid.factory" type="service_closure" id="random_based_uuid.factory" on-invalid="ignore_uninitialized"/>
        <argument key="time_based_uuid.factory" type="service_closure" id="time_based_uuid.factory" on-invalid="ignore_uninitialized"/>
        <argument key="cache.property_access" type="service_closure" id="cache.property_access" on-invalid="ignore_uninitialized"/>
        <argument key="session.factory" type="service_closure" id="session.factory" on-invalid="ignore_uninitialized"/>
        <argument key="session.storage.factory.native" type="service_closure" id="session.storage.factory.native" on-invalid="ignore_uninitialized"/>
        <argument key="session.storage.factory.php_bridge" type="service_closure" id="session.storage.factory.php_bridge" on-invalid="ignore_uninitialized"/>
        <argument key="session.storage.factory.mock_file" type="service_closure" id="session.storage.factory.mock_file" on-invalid="ignore_uninitialized"/>
        <argument key="session.handler.native" type="service_closure" id="session.handler.native" on-invalid="ignore_uninitialized"/>
        <argument key="session.handler.native_file" type="service_closure" id="session.handler.native_file" on-invalid="ignore_uninitialized"/>
        <argument key="session.abstract_handler" type="service_closure" id="session.abstract_handler" on-invalid="ignore_uninitialized"/>
        <argument key="session.marshaller" type="service_closure" id="session.marshaller" on-invalid="ignore_uninitialized"/>
        <argument key="security.csrf.token_generator" type="service_closure" id="security.csrf.token_generator" on-invalid="ignore_uninitialized"/>
        <argument key="security.csrf.token_storage" type="service_closure" id="security.csrf.token_storage" on-invalid="ignore_uninitialized"/>
        <argument key="twig.runtime.security_csrf" type="service_closure" id="twig.runtime.security_csrf" on-invalid="ignore_uninitialized"/>
        <argument key="twig.extension.security_csrf" type="service_closure" id="twig.extension.security_csrf" on-invalid="ignore_uninitialized"/>
        <argument key="security.csrf.same_origin_token_manager.inner" type="service_closure" id="security.csrf.same_origin_token_manager.inner" on-invalid="ignore_uninitialized"/>
        <argument key="security.csrf.same_origin_token_manager" type="service_closure" id="security.csrf.same_origin_token_manager" on-invalid="ignore_uninitialized"/>
        <argument key="form.resolved_type_factory" type="service_closure" id="form.resolved_type_factory" on-invalid="ignore_uninitialized"/>
        <argument key="form.registry" type="service_closure" id="form.registry" on-invalid="ignore_uninitialized"/>
        <argument key="form.factory" type="service_closure" id="form.factory" on-invalid="ignore_uninitialized"/>
        <argument key="form.extension" type="service_closure" id="form.extension" on-invalid="ignore_uninitialized"/>
        <argument key="form.type_guesser.validator" type="service_closure" id="form.type_guesser.validator" on-invalid="ignore_uninitialized"/>
        <argument key="form.type_guesser.enum_type" type="service_closure" id="form.type_guesser.enum_type" on-invalid="ignore_uninitialized"/>
        <argument key="form.choice_list_factory.default" type="service_closure" id="form.choice_list_factory.default" on-invalid="ignore_uninitialized"/>
        <argument key="form.choice_list_factory.property_access" type="service_closure" id="form.choice_list_factory.property_access" on-invalid="ignore_uninitialized"/>
        <argument key="form.choice_list_factory.cached" type="service_closure" id="form.choice_list_factory.cached" on-invalid="ignore_uninitialized"/>
        <argument key="form.type.form" type="service_closure" id="form.type.form" on-invalid="ignore_uninitialized"/>
        <argument key="form.type.choice" type="service_closure" id="form.type.choice" on-invalid="ignore_uninitialized"/>
        <argument key="form.type.file" type="service_closure" id="form.type.file" on-invalid="ignore_uninitialized"/>
        <argument key="form.type.color" type="service_closure" id="form.type.color" on-invalid="ignore_uninitialized"/>
        <argument key="form.type_extension.form.transformation_failure_handling" type="service_closure" id="form.type_extension.form.transformation_failure_handling" on-invalid="ignore_uninitialized"/>
        <argument key="form.type_extension.form.http_foundation" type="service_closure" id="form.type_extension.form.http_foundation" on-invalid="ignore_uninitialized"/>
        <argument key="form.type_extension.form.flow.session_data_storage" type="service_closure" id="form.type_extension.form.flow.session_data_storage" on-invalid="ignore_uninitialized"/>
        <argument key="form.type_extension.form.request_handler" type="service_closure" id="form.type_extension.form.request_handler" on-invalid="ignore_uninitialized"/>
        <argument key="form.server_params" type="service_closure" id="form.server_params" on-invalid="ignore_uninitialized"/>
        <argument key="form.type_extension.form.validator" type="service_closure" id="form.type_extension.form.validator" on-invalid="ignore_uninitialized"/>
        <argument key="form.type_extension.repeated.validator" type="service_closure" id="form.type_extension.repeated.validator" on-invalid="ignore_uninitialized"/>
        <argument key="form.type_extension.submit.validator" type="service_closure" id="form.type_extension.submit.validator" on-invalid="ignore_uninitialized"/>
        <argument key="form.type_extension.upload.validator" type="service_closure" id="form.type_extension.upload.validator" on-invalid="ignore_uninitialized"/>
        <argument key="form.type_extension.csrf" type="service_closure" id="form.type_extension.csrf" on-invalid="ignore_uninitialized"/>
        <argument key="validator.builder" type="service_closure" id="validator.builder" on-invalid="ignore_uninitialized"/>
        <argument key="validator.mapping.cache_warmer" type="service_closure" id="validator.mapping.cache_warmer" on-invalid="ignore_uninitialized"/>
        <argument key="validator.mapping.cache.adapter" type="service_closure" id="validator.mapping.cache.adapter" on-invalid="ignore_uninitialized"/>
        <argument key="validator.validator_factory" type="service_closure" id="validator.validator_factory" on-invalid="ignore_uninitialized"/>
        <argument key="validator.expression" type="service_closure" id="validator.expression" on-invalid="ignore_uninitialized"/>
        <argument key="validator.expression_language" type="service_closure" id="validator.expression_language" on-invalid="ignore_uninitialized"/>
        <argument key="validator.expression_language_provider" type="service_closure" id="validator.expression_language_provider" on-invalid="ignore_uninitialized"/>
        <argument key="validator.email" type="service_closure" id="validator.email" on-invalid="ignore_uninitialized"/>
        <argument key="validator.not_compromised_password" type="service_closure" id="validator.not_compromised_password" on-invalid="ignore_uninitialized"/>
        <argument key="validator.when" type="service_closure" id="validator.when" on-invalid="ignore_uninitialized"/>
        <argument key="validator.no_suspicious_characters" type="service_closure" id="validator.no_suspicious_characters" on-invalid="ignore_uninitialized"/>
        <argument key="validator.property_info_loader" type="service_closure" id="validator.property_info_loader" on-invalid="ignore_uninitialized"/>
        <argument key="validator.form.attribute_metadata" type="service_closure" id="validator.form.attribute_metadata" on-invalid="ignore_uninitialized"/>
        <argument key="messenger.senders_locator" type="service_closure" id="messenger.senders_locator" on-invalid="ignore_uninitialized"/>
        <argument key="messenger.transport.symfony_serializer" type="service_closure" id="messenger.transport.symfony_serializer" on-invalid="ignore_uninitialized"/>
        <argument key="serializer.normalizer.flatten_exception" type="service_closure" id="serializer.normalizer.flatten_exception" on-invalid="ignore_uninitialized"/>
        <argument key="messenger.transport.native_php_serializer" type="service_closure" id="messenger.transport.native_php_serializer" on-invalid="ignore_uninitialized"/>
        <argument key="messenger.middleware.add_default_stamps_middleware" type="service_closure" id="messenger.middleware.add_default_stamps_middleware" on-invalid="ignore_uninitialized"/>
        <argument key="messenger.middleware.dispatch_after_current_bus" type="service_closure" id="messenger.middleware.dispatch_after_current_bus" on-invalid="ignore_uninitialized"/>
        <argument key="messenger.middleware.validation" type="service_closure" id="messenger.middleware.validation" on-invalid="ignore_uninitialized"/>
        <argument key="messenger.middleware.reject_redelivered_message_middleware" type="service_closure" id="messenger.middleware.reject_redelivered_message_middleware" on-invalid="ignore_uninitialized"/>
        <argument key="messenger.middleware.failed_message_processing_middleware" type="service_closure" id="messenger.middleware.failed_message_processing_middleware" on-invalid="ignore_uninitialized"/>
        <argument key="messenger.middleware.router_context" type="service_closure" id="messenger.middleware.router_context" on-invalid="ignore_uninitialized"/>
        <argument key="messenger.receiver_locator" type="service_closure" id="messenger.receiver_locator" on-invalid="ignore_uninitialized"/>
        <argument key="messenger.transport_factory" type="service_closure" id="messenger.transport_factory" on-invalid="ignore_uninitialized"/>
        <argument key="messenger.transport.amqp.factory" type="service_closure" id="messenger.transport.amqp.factory" on-invalid="ignore_uninitialized"/>
        <argument key="messenger.transport.redis.factory" type="service_closure" id="messenger.transport.redis.factory" on-invalid="ignore_uninitialized"/>
        <argument key="messenger.transport.sync.factory" type="service_closure" id="messenger.transport.sync.factory" on-invalid="ignore_uninitialized"/>
        <argument key="messenger.transport.in_memory.factory" type="service_closure" id="messenger.transport.in_memory.factory" on-invalid="ignore_uninitialized"/>
        <argument key="messenger.transport.beanstalkd.factory" type="service_closure" id="messenger.transport.beanstalkd.factory" on-invalid="ignore_uninitialized"/>
        <argument key="messenger.retry_strategy_locator" type="service_closure" id="messenger.retry_strategy_locator" on-invalid="ignore_uninitialized"/>
        <argument key="messenger.retry.send_failed_message_for_retry_listener" type="service_closure" id="messenger.retry.send_failed_message_for_retry_listener" on-invalid="ignore_uninitialized"/>
        <argument key="messenger.failure.add_error_details_stamp_listener" type="service_closure" id="messenger.failure.add_error_details_stamp_listener" on-invalid="ignore_uninitialized"/>
        <argument key="messenger.failure.send_failed_message_to_failure_transport_listener" type="service_closure" id="messenger.failure.send_failed_message_to_failure_transport_listener" on-invalid="ignore_uninitialized"/>
        <argument key="messenger.listener.dispatch_pcntl_signal_listener" type="service_closure" id="messenger.listener.dispatch_pcntl_signal_listener" on-invalid="ignore_uninitialized"/>
        <argument key="messenger.listener.stop_worker_on_restart_signal_listener" type="service_closure" id="messenger.listener.stop_worker_on_restart_signal_listener" on-invalid="ignore_uninitialized"/>
        <argument key="messenger.listener.stop_worker_on_stop_exception_listener" type="service_closure" id="messenger.listener.stop_worker_on_stop_exception_listener" on-invalid="ignore_uninitialized"/>
        <argument key="messenger.listener.reset_services" type="service_closure" id="messenger.listener.reset_services" on-invalid="ignore_uninitialized"/>
        <argument key="messenger.listener.reset_memory_usage" type="service_closure" id="messenger.listener.reset_memory_usage" on-invalid="ignore_uninitialized"/>
        <argument key="messenger.routable_message_bus" type="service_closure" id="messenger.routable_message_bus" on-invalid="ignore_uninitialized"/>
        <argument key="messenger.redispatch_message_handler" type="service_closure" id="messenger.redispatch_message_handler" on-invalid="ignore_uninitialized"/>
        <argument key="messenger.transport.async" type="service_closure" id="messenger.transport.async" on-invalid="ignore_uninitialized"/>
        <argument key="messenger.retry.multiplier_retry_strategy.async" type="service_closure" id="messenger.retry.multiplier_retry_strategy.async" on-invalid="ignore_uninitialized"/>
        <argument key="messenger.transport.failed" type="service_closure" id="messenger.transport.failed" on-invalid="ignore_uninitialized"/>
        <argument key="messenger.retry.multiplier_retry_strategy.failed" type="service_closure" id="messenger.retry.multiplier_retry_strategy.failed" on-invalid="ignore_uninitialized"/>
        <argument key="messenger.transport.sync" type="service_closure" id="messenger.transport.sync" on-invalid="ignore_uninitialized"/>
        <argument key="messenger.retry.multiplier_retry_strategy.sync" type="service_closure" id="messenger.retry.multiplier_retry_strategy.sync" on-invalid="ignore_uninitialized"/>
        <argument key="notifier" type="service_closure" id="notifier" on-invalid="ignore_uninitialized"/>
        <argument key="notifier.channel_policy" type="service_closure" id="notifier.channel_policy" on-invalid="ignore_uninitialized"/>
        <argument key="notifier.flash_message_importance_mapper" type="service_closure" id="notifier.flash_message_importance_mapper" on-invalid="ignore_uninitialized"/>
        <argument key="notifier.channel.browser" type="service_closure" id="notifier.channel.browser" on-invalid="ignore_uninitialized"/>
        <argument key="notifier.channel.chat" type="service_closure" id="notifier.channel.chat" on-invalid="ignore_uninitialized"/>
        <argument key="notifier.channel.sms" type="service_closure" id="notifier.channel.sms" on-invalid="ignore_uninitialized"/>
        <argument key="notifier.channel.email" type="service_closure" id="notifier.channel.email" on-invalid="ignore_uninitialized"/>
        <argument key="notifier.channel.push" type="service_closure" id="notifier.channel.push" on-invalid="ignore_uninitialized"/>
        <argument key="notifier.channel.desktop" type="service_closure" id="notifier.channel.desktop" on-invalid="ignore_uninitialized"/>
        <argument key="notifier.monolog_handler" type="service_closure" id="notifier.monolog_handler" on-invalid="ignore_uninitialized"/>
        <argument key="notifier.failed_message_listener" type="service_closure" id="notifier.failed_message_listener" on-invalid="ignore_uninitialized"/>
        <argument key="chatter.transports" type="service_closure" id="chatter.transports" on-invalid="ignore_uninitialized"/>
        <argument key="chatter.transport_factory" type="service_closure" id="chatter.transport_factory" on-invalid="ignore_uninitialized"/>
        <argument key="chatter.messenger.chat_handler" type="service_closure" id="chatter.messenger.chat_handler" on-invalid="ignore_uninitialized"/>
        <argument key="texter.transports" type="service_closure" id="texter.transports" on-invalid="ignore_uninitialized"/>
        <argument key="texter.transport_factory" type="service_closure" id="texter.transport_factory" on-invalid="ignore_uninitialized"/>
        <argument key="texter.messenger.sms_handler" type="service_closure" id="texter.messenger.sms_handler" on-invalid="ignore_uninitialized"/>
        <argument key="texter.messenger.push_handler" type="service_closure" id="texter.messenger.push_handler" on-invalid="ignore_uninitialized"/>
        <argument key="notifier.notification_logger_listener" type="service_closure" id="notifier.notification_logger_listener" on-invalid="ignore_uninitialized"/>
        <argument key="texter.messenger.desktop_handler" type="service_closure" id="texter.messenger.desktop_handler" on-invalid="ignore_uninitialized"/>
        <argument key="notifier.transport_factory.null" type="service_closure" id="notifier.transport_factory.null" on-invalid="ignore_uninitialized"/>
        <argument key="notifier.admin_recipient.0" type="service_closure" id="notifier.admin_recipient.0" on-invalid="ignore_uninitialized"/>
        <argument key="profiler" type="service_closure" id="profiler" on-invalid="ignore_uninitialized"/>
        <argument key="profiler.storage" type="service_closure" id="profiler.storage" on-invalid="ignore_uninitialized"/>
        <argument key="profiler_listener" type="service_closure" id="profiler_listener" on-invalid="ignore_uninitialized"/>
        <argument key="console_profiler_listener" type="service_closure" id="console_profiler_listener" on-invalid="ignore_uninitialized"/>
        <argument key="profiler.state_checker" type="service_closure" id="profiler.state_checker" on-invalid="ignore_uninitialized"/>
        <argument key="profiler.is_disabled_state_checker" type="service_closure" id="profiler.is_disabled_state_checker" on-invalid="ignore_uninitialized"/>
        <argument key="data_collector.config" type="service_closure" id="data_collector.config" on-invalid="ignore_uninitialized"/>
        <argument key="data_collector.request" type="service_closure" id="data_collector.request" on-invalid="ignore_uninitialized"/>
        <argument key="data_collector.request.session_collector" type="service_closure" id="data_collector.request.session_collector" on-invalid="ignore_uninitialized"/>
        <argument key="data_collector.ajax" type="service_closure" id="data_collector.ajax" on-invalid="ignore_uninitialized"/>
        <argument key="data_collector.exception" type="service_closure" id="data_collector.exception" on-invalid="ignore_uninitialized"/>
        <argument key="data_collector.events" type="service_closure" id="data_collector.events" on-invalid="ignore_uninitialized"/>
        <argument key="data_collector.logger" type="service_closure" id="data_collector.logger" on-invalid="ignore_uninitialized"/>
        <argument key="data_collector.time" type="service_closure" id="data_collector.time" on-invalid="ignore_uninitialized"/>
        <argument key="data_collector.memory" type="service_closure" id="data_collector.memory" on-invalid="ignore_uninitialized"/>
        <argument key="data_collector.router" type="service_closure" id="data_collector.router" on-invalid="ignore_uninitialized"/>
        <argument key="cache_pool_clearer.cache_warmer" type="service_closure" id="cache_pool_clearer.cache_warmer" on-invalid="ignore_uninitialized"/>
        <argument key="form.type_extension.form.data_collector" type="service_closure" id="form.type_extension.form.data_collector" on-invalid="ignore_uninitialized"/>
        <argument key="data_collector.form.extractor" type="service_closure" id="data_collector.form.extractor" on-invalid="ignore_uninitialized"/>
        <argument key="data_collector.form" type="service_closure" id="data_collector.form" on-invalid="ignore_uninitialized"/>
        <argument key="debug.validator.inner" type="service_closure" id="debug.validator.inner" on-invalid="ignore_uninitialized"/>
        <argument key="debug.validator" type="service_closure" id="debug.validator" on-invalid="ignore_uninitialized"/>
        <argument key="data_collector.validator" type="service_closure" id="data_collector.validator" on-invalid="ignore_uninitialized"/>
        <argument key="translator.data_collector" type="service_closure" id="translator.data_collector" on-invalid="ignore_uninitialized"/>
        <argument key="data_collector.translation" type="service_closure" id="data_collector.translation" on-invalid="ignore_uninitialized"/>
        <argument key="data_collector.messenger" type="service_closure" id="data_collector.messenger" on-invalid="ignore_uninitialized"/>
        <argument key="mailer.data_collector" type="service_closure" id="mailer.data_collector" on-invalid="ignore_uninitialized"/>
        <argument key="data_collector.http_client" type="service_closure" id="data_collector.http_client" on-invalid="ignore_uninitialized"/>
        <argument key="notifier.data_collector" type="service_closure" id="notifier.data_collector" on-invalid="ignore_uninitialized"/>
        <argument key="debug.serializer.inner" type="service_closure" id="debug.serializer.inner" on-invalid="ignore_uninitialized"/>
        <argument key="debug.serializer" type="service_closure" id="debug.serializer" on-invalid="ignore_uninitialized"/>
        <argument key="serializer.data_collector" type="service_closure" id="serializer.data_collector" on-invalid="ignore_uninitialized"/>
        <argument key="mime_types" type="service_closure" id="mime_types" on-invalid="ignore_uninitialized"/>
        <argument key="twig" type="service_closure" id="twig" on-invalid="ignore_uninitialized"/>
        <argument key="twig.app_variable" type="service_closure" id="twig.app_variable" on-invalid="ignore_uninitialized"/>
        <argument key="twig.template_iterator" type="service_closure" id="twig.template_iterator" on-invalid="ignore_uninitialized"/>
        <argument key="twig.template_cache_warmer" type="service_closure" id="twig.template_cache_warmer" on-invalid="ignore_uninitialized"/>
        <argument key="twig.loader.native_filesystem" type="service_closure" id="twig.loader.native_filesystem" on-invalid="ignore_uninitialized"/>
        <argument key="twig.loader.chain" type="service_closure" id="twig.loader.chain" on-invalid="ignore_uninitialized"/>
        <argument key="twig.extension.profiler" type="service_closure" id="twig.extension.profiler" on-invalid="ignore_uninitialized"/>
        <argument key="twig.profile" type="service_closure" id="twig.profile" on-invalid="ignore_uninitialized"/>
        <argument key="data_collector.twig" type="service_closure" id="data_collector.twig" on-invalid="ignore_uninitialized"/>
        <argument key="twig.extension.trans" type="service_closure" id="twig.extension.trans" on-invalid="ignore_uninitialized"/>
        <argument key="twig.extension.assets" type="service_closure" id="twig.extension.assets" on-invalid="ignore_uninitialized"/>
        <argument key="twig.extension.routing" type="service_closure" id="twig.extension.routing" on-invalid="ignore_uninitialized"/>
        <argument key="twig.extension.yaml" type="service_closure" id="twig.extension.yaml" on-invalid="ignore_uninitialized"/>
        <argument key="twig.extension.debug.stopwatch" type="service_closure" id="twig.extension.debug.stopwatch" on-invalid="ignore_uninitialized"/>
        <argument key="twig.extension.expression" type="service_closure" id="twig.extension.expression" on-invalid="ignore_uninitialized"/>
        <argument key="twig.extension.htmlsanitizer" type="service_closure" id="twig.extension.htmlsanitizer" on-invalid="ignore_uninitialized"/>
        <argument key="twig.extension.httpkernel" type="service_closure" id="twig.extension.httpkernel" on-invalid="ignore_uninitialized"/>
        <argument key="twig.runtime.httpkernel" type="service_closure" id="twig.runtime.httpkernel" on-invalid="ignore_uninitialized"/>
        <argument key="twig.extension.httpfoundation" type="service_closure" id="twig.extension.httpfoundation" on-invalid="ignore_uninitialized"/>
        <argument key="twig.extension.debug" type="service_closure" id="twig.extension.debug" on-invalid="ignore_uninitialized"/>
        <argument key="twig.extension.weblink" type="service_closure" id="twig.extension.weblink" on-invalid="ignore_uninitialized"/>
        <argument key="twig.translation.extractor" type="service_closure" id="twig.translation.extractor" on-invalid="ignore_uninitialized"/>
        <argument key="twig.runtime_loader" type="service_closure" id="twig.runtime_loader" on-invalid="ignore_uninitialized"/>
        <argument key="twig.error_renderer.html" type="service_closure" id="twig.error_renderer.html" on-invalid="ignore_uninitialized"/>
        <argument key="twig.runtime.serializer" type="service_closure" id="twig.runtime.serializer" on-invalid="ignore_uninitialized"/>
        <argument key="twig.extension.serializer" type="service_closure" id="twig.extension.serializer" on-invalid="ignore_uninitialized"/>
        <argument key="controller.template_attribute_listener" type="service_closure" id="controller.template_attribute_listener" on-invalid="ignore_uninitialized"/>
        <argument key="twig.extension.form" type="service_closure" id="twig.extension.form" on-invalid="ignore_uninitialized"/>
        <argument key="twig.form.engine" type="service_closure" id="twig.form.engine" on-invalid="ignore_uninitialized"/>
        <argument key="twig.form.renderer" type="service_closure" id="twig.form.renderer" on-invalid="ignore_uninitialized"/>
        <argument key="twig.command.debug" type="service_closure" id="twig.command.debug" on-invalid="ignore_uninitialized"/>
        <argument key="twig.command.lint" type="service_closure" id="twig.command.lint" on-invalid="ignore_uninitialized"/>
        <argument key="twig.validator" type="service_closure" id="twig.validator" on-invalid="ignore_uninitialized"/>
        <argument key="twig.mailer.message_listener" type="service_closure" id="twig.mailer.message_listener" on-invalid="ignore_uninitialized"/>
        <argument key="twig.mime_body_renderer" type="service_closure" id="twig.mime_body_renderer" on-invalid="ignore_uninitialized"/>
        <argument key="twig.runtime.importmap" type="service_closure" id="twig.runtime.importmap" on-invalid="ignore_uninitialized"/>
        <argument key="twig.extension.importmap" type="service_closure" id="twig.extension.importmap" on-invalid="ignore_uninitialized"/>
        <argument key="security.authorization_checker" type="service_closure" id="security.authorization_checker" on-invalid="ignore_uninitialized"/>
        <argument key="security.token_storage" type="service_closure" id="security.token_storage" on-invalid="ignore_uninitialized"/>
        <argument key="security.untracked_token_storage" type="service_closure" id="security.untracked_token_storage" on-invalid="ignore_uninitialized"/>
        <argument key="security.helper" type="service_closure" id="security.helper" on-invalid="ignore_uninitialized"/>
        <argument key="security.user_value_resolver" type="service_closure" id="security.user_value_resolver" on-invalid="ignore_uninitialized"/>
        <argument key="security.security_token_value_resolver" type="service_closure" id="security.security_token_value_resolver" on-invalid="ignore_uninitialized"/>
        <argument key="security.authentication.trust_resolver" type="service_closure" id="security.authentication.trust_resolver" on-invalid="ignore_uninitialized"/>
        <argument key="security.authentication.session_strategy" type="service_closure" id="security.authentication.session_strategy" on-invalid="ignore_uninitialized"/>
        <argument key="security.authentication.session_strategy_noop" type="service_closure" id="security.authentication.session_strategy_noop" on-invalid="ignore_uninitialized"/>
        <argument key="security.user_checker" type="service_closure" id="security.user_checker" on-invalid="ignore_uninitialized"/>
        <argument key="security.user_checker_locator" type="service_closure" id="security.user_checker_locator" on-invalid="ignore_uninitialized"/>
        <argument key="security.expression_language" type="service_closure" id="security.expression_language" on-invalid="ignore_uninitialized"/>
        <argument key="security.authentication_utils" type="service_closure" id="security.authentication_utils" on-invalid="ignore_uninitialized"/>
        <argument key="security.role_hierarchy" type="service_closure" id="security.role_hierarchy" on-invalid="ignore_uninitialized"/>
        <argument key="security.access.simple_role_voter" type="service_closure" id="security.access.simple_role_voter" on-invalid="ignore_uninitialized"/>
        <argument key="security.access.authenticated_voter" type="service_closure" id="security.access.authenticated_voter" on-invalid="ignore_uninitialized"/>
        <argument key="security.access.expression_voter" type="service_closure" id="security.access.expression_voter" on-invalid="ignore_uninitialized"/>
        <argument key="security.access.closure_voter" type="service_closure" id="security.access.closure_voter" on-invalid="ignore_uninitialized"/>
        <argument key="security.impersonate_url_generator" type="service_closure" id="security.impersonate_url_generator" on-invalid="ignore_uninitialized"/>
        <argument key="security.firewall.map" type="service_closure" id="security.firewall.map" on-invalid="ignore_uninitialized"/>
        <argument key="security.logout_url_generator" type="service_closure" id="security.logout_url_generator" on-invalid="ignore_uninitialized"/>
        <argument key="security.route_loader.logout" type="service_closure" id="security.route_loader.logout" on-invalid="ignore_uninitialized"/>
        <argument key="security.http_utils" type="service_closure" id="security.http_utils" on-invalid="ignore_uninitialized"/>
        <argument key="security.validator.user_password" type="service_closure" id="security.validator.user_password" on-invalid="ignore_uninitialized"/>
        <argument key="cache.security_expression_language" type="service_closure" id="cache.security_expression_language" on-invalid="ignore_uninitialized"/>
        <argument key="controller.is_granted_attribute_listener" type="service_closure" id="controller.is_granted_attribute_listener" on-invalid="ignore_uninitialized"/>
        <argument key="security.is_granted_attribute_expression_language" type="service_closure" id="security.is_granted_attribute_expression_language" on-invalid="ignore_uninitialized"/>
        <argument key="security.is_csrf_token_valid_attribute_expression_language" type="service_closure" id="security.is_csrf_token_valid_attribute_expression_language" on-invalid="ignore_uninitialized"/>
        <argument key="security.password_hasher_factory" type="service_closure" id="security.password_hasher_factory" on-invalid="ignore_uninitialized"/>
        <argument key="security.user_password_hasher" type="service_closure" id="security.user_password_hasher" on-invalid="ignore_uninitialized"/>
        <argument key="form.listener.password_hasher" type="service_closure" id="form.listener.password_hasher" on-invalid="ignore_uninitialized"/>
        <argument key="form.type_extension.form.password_hasher" type="service_closure" id="form.type_extension.form.password_hasher" on-invalid="ignore_uninitialized"/>
        <argument key="form.type_extension.password.password_hasher" type="service_closure" id="form.type_extension.password.password_hasher" on-invalid="ignore_uninitialized"/>
        <argument key="security.channel_listener" type="service_closure" id="security.channel_listener" on-invalid="ignore_uninitialized"/>
        <argument key="security.access_map" type="service_closure" id="security.access_map" on-invalid="ignore_uninitialized"/>
        <argument key="security.context_listener" type="service_closure" id="security.context_listener" on-invalid="ignore_uninitialized"/>
        <argument key="security.access_listener" type="service_closure" id="security.access_listener" on-invalid="ignore_uninitialized"/>
        <argument key="security.firewall.event_dispatcher_locator" type="service_closure" id="security.firewall.event_dispatcher_locator" on-invalid="ignore_uninitialized"/>
        <argument key="security.authenticator.managers_locator" type="service_closure" id="security.authenticator.managers_locator" on-invalid="ignore_uninitialized"/>
        <argument key="security.user_authenticator" type="service_closure" id="security.user_authenticator" on-invalid="ignore_uninitialized"/>
        <argument key="security.listener.check_authenticator_credentials" type="service_closure" id="security.listener.check_authenticator_credentials" on-invalid="ignore_uninitialized"/>
        <argument key="security.listener.user_provider" type="service_closure" id="security.listener.user_provider" on-invalid="ignore_uninitialized"/>
        <argument key="security.listener.password_migrating" type="service_closure" id="security.listener.password_migrating" on-invalid="ignore_uninitialized"/>
        <argument key="security.access_token_extractor.header" type="service_closure" id="security.access_token_extractor.header" on-invalid="ignore_uninitialized"/>
        <argument key="security.access_token_extractor.query_string" type="service_closure" id="security.access_token_extractor.query_string" on-invalid="ignore_uninitialized"/>
        <argument key="security.access_token_extractor.request_body" type="service_closure" id="security.access_token_extractor.request_body" on-invalid="ignore_uninitialized"/>
        <argument key="security.access_token_handler.oidc.algorithm_manager_factory" type="service_closure" id="security.access_token_handler.oidc.algorithm_manager_factory" on-invalid="ignore_uninitialized"/>
        <argument key="security.access_token_handler.oidc.signature.ES256" type="service_closure" id="security.access_token_handler.oidc.signature.ES256" on-invalid="ignore_uninitialized"/>
        <argument key="security.access_token_handler.oidc.signature.ES384" type="service_closure" id="security.access_token_handler.oidc.signature.ES384" on-invalid="ignore_uninitialized"/>
        <argument key="security.access_token_handler.oidc.signature.ES512" type="service_closure" id="security.access_token_handler.oidc.signature.ES512" on-invalid="ignore_uninitialized"/>
        <argument key="security.access_token_handler.oidc.signature.RS256" type="service_closure" id="security.access_token_handler.oidc.signature.RS256" on-invalid="ignore_uninitialized"/>
        <argument key="security.access_token_handler.oidc.signature.RS384" type="service_closure" id="security.access_token_handler.oidc.signature.RS384" on-invalid="ignore_uninitialized"/>
        <argument key="security.access_token_handler.oidc.signature.RS512" type="service_closure" id="security.access_token_handler.oidc.signature.RS512" on-invalid="ignore_uninitialized"/>
        <argument key="security.access_token_handler.oidc.signature.PS256" type="service_closure" id="security.access_token_handler.oidc.signature.PS256" on-invalid="ignore_uninitialized"/>
        <argument key="security.access_token_handler.oidc.signature.PS384" type="service_closure" id="security.access_token_handler.oidc.signature.PS384" on-invalid="ignore_uninitialized"/>
        <argument key="security.access_token_handler.oidc.signature.PS512" type="service_closure" id="security.access_token_handler.oidc.signature.PS512" on-invalid="ignore_uninitialized"/>
        <argument key="security.access_token_handler.oidc.encryption_algorithm_manager_factory" type="service_closure" id="security.access_token_handler.oidc.encryption_algorithm_manager_factory" on-invalid="ignore_uninitialized"/>
        <argument key="security.access_token_handler.oidc.encryption.RSAOAEP" type="service_closure" id="security.access_token_handler.oidc.encryption.RSAOAEP" on-invalid="ignore_uninitialized"/>
        <argument key="security.access_token_handler.oidc.encryption.ECDHES" type="service_closure" id="security.access_token_handler.oidc.encryption.ECDHES" on-invalid="ignore_uninitialized"/>
        <argument key="security.access_token_handler.oidc.encryption.ECDHSS" type="service_closure" id="security.access_token_handler.oidc.encryption.ECDHSS" on-invalid="ignore_uninitialized"/>
        <argument key="security.access_token_handler.oidc.encryption.A128CBCHS256" type="service_closure" id="security.access_token_handler.oidc.encryption.A128CBCHS256" on-invalid="ignore_uninitialized"/>
        <argument key="security.access_token_handler.oidc.encryption.A192CBCHS384" type="service_closure" id="security.access_token_handler.oidc.encryption.A192CBCHS384" on-invalid="ignore_uninitialized"/>
        <argument key="security.access_token_handler.oidc.encryption.A256CBCHS512" type="service_closure" id="security.access_token_handler.oidc.encryption.A256CBCHS512" on-invalid="ignore_uninitialized"/>
        <argument key="security.access_token_handler.oidc.encryption.A128GCM" type="service_closure" id="security.access_token_handler.oidc.encryption.A128GCM" on-invalid="ignore_uninitialized"/>
        <argument key="security.access_token_handler.oidc.encryption.A192GCM" type="service_closure" id="security.access_token_handler.oidc.encryption.A192GCM" on-invalid="ignore_uninitialized"/>
        <argument key="security.access_token_handler.oidc.encryption.A256GCM" type="service_closure" id="security.access_token_handler.oidc.encryption.A256GCM" on-invalid="ignore_uninitialized"/>
        <argument key="twig.extension.logout_url" type="service_closure" id="twig.extension.logout_url" on-invalid="ignore_uninitialized"/>
        <argument key="twig.extension.security" type="service_closure" id="twig.extension.security" on-invalid="ignore_uninitialized"/>
        <argument key="data_collector.security" type="service_closure" id="data_collector.security" on-invalid="ignore_uninitialized"/>
        <argument key="debug.security.access.decision_manager.inner" type="service_closure" id="debug.security.access.decision_manager.inner" on-invalid="ignore_uninitialized"/>
        <argument key="debug.security.access.decision_manager" type="service_closure" id="debug.security.access.decision_manager" on-invalid="ignore_uninitialized"/>
        <argument key="debug.security.voter.vote_listener" type="service_closure" id="debug.security.voter.vote_listener" on-invalid="ignore_uninitialized"/>
        <argument key="debug.security.firewall" type="service_closure" id="debug.security.firewall" on-invalid="ignore_uninitialized"/>
        <argument key="security.command.debug_firewall" type="service_closure" id="security.command.debug_firewall" on-invalid="ignore_uninitialized"/>
        <argument key="security.user.provider.concrete.app_user_provider" type="service_closure" id="security.user.provider.concrete.app_user_provider" on-invalid="ignore_uninitialized"/>
        <argument key="security.firewall.map.config.dev" type="service_closure" id="security.firewall.map.config.dev" on-invalid="ignore_uninitialized"/>
        <argument key="security.firewall.map.context.dev" type="service_closure" id="security.firewall.map.context.dev" on-invalid="ignore_uninitialized"/>
        <argument key="security.firewall.map.config.api_login" type="service_closure" id="security.firewall.map.config.api_login" on-invalid="ignore_uninitialized"/>
        <argument key="security.listener.api_login.user_provider" type="service_closure" id="security.listener.api_login.user_provider" on-invalid="ignore_uninitialized"/>
        <argument key="security.user_checker.chain.api_login" type="service_closure" id="security.user_checker.chain.api_login" on-invalid="ignore_uninitialized"/>
        <argument key="security.authenticator.json_login.api_login" type="service_closure" id="security.authenticator.json_login.api_login" on-invalid="ignore_uninitialized"/>
        <argument key="security.authentication.success_handler.api_login.json_login" type="service_closure" id="security.authentication.success_handler.api_login.json_login" on-invalid="ignore_uninitialized"/>
        <argument key="security.authentication.failure_handler.api_login.json_login" type="service_closure" id="security.authentication.failure_handler.api_login.json_login" on-invalid="ignore_uninitialized"/>
        <argument key="debug.security.authenticator.json_login.api_login" type="service_closure" id="debug.security.authenticator.json_login.api_login" on-invalid="ignore_uninitialized"/>
        <argument key="security.authenticator.manager.api_login" type="service_closure" id="security.authenticator.manager.api_login" on-invalid="ignore_uninitialized"/>
        <argument key="debug.security.firewall.authenticator.api_login.inner" type="service_closure" id="debug.security.firewall.authenticator.api_login.inner" on-invalid="ignore_uninitialized"/>
        <argument key="debug.security.firewall.authenticator.api_login" type="service_closure" id="debug.security.firewall.authenticator.api_login" on-invalid="ignore_uninitialized"/>
        <argument key="security.listener.user_checker.api_login" type="service_closure" id="security.listener.user_checker.api_login" on-invalid="ignore_uninitialized"/>
        <argument key="security.exception_listener.api_login" type="service_closure" id="security.exception_listener.api_login" on-invalid="ignore_uninitialized"/>
        <argument key="security.firewall.map.context.api_login" type="service_closure" id="security.firewall.map.context.api_login" on-invalid="ignore_uninitialized"/>
        <argument key="security.firewall.map.config.api" type="service_closure" id="security.firewall.map.config.api" on-invalid="ignore_uninitialized"/>
        <argument key="security.listener.api.user_provider" type="service_closure" id="security.listener.api.user_provider" on-invalid="ignore_uninitialized"/>
        <argument key="security.user_checker.chain.api" type="service_closure" id="security.user_checker.chain.api" on-invalid="ignore_uninitialized"/>
        <argument key="security.authenticator.jwt.api" type="service_closure" id="security.authenticator.jwt.api" on-invalid="ignore_uninitialized"/>
        <argument key="debug.security.authenticator.jwt.api" type="service_closure" id="debug.security.authenticator.jwt.api" on-invalid="ignore_uninitialized"/>
        <argument key="security.authenticator.manager.api" type="service_closure" id="security.authenticator.manager.api" on-invalid="ignore_uninitialized"/>
        <argument key="debug.security.firewall.authenticator.api.inner" type="service_closure" id="debug.security.firewall.authenticator.api.inner" on-invalid="ignore_uninitialized"/>
        <argument key="debug.security.firewall.authenticator.api" type="service_closure" id="debug.security.firewall.authenticator.api" on-invalid="ignore_uninitialized"/>
        <argument key="security.listener.user_checker.api" type="service_closure" id="security.listener.user_checker.api" on-invalid="ignore_uninitialized"/>
        <argument key="security.exception_listener.api" type="service_closure" id="security.exception_listener.api" on-invalid="ignore_uninitialized"/>
        <argument key="security.firewall.map.context.api" type="service_closure" id="security.firewall.map.context.api" on-invalid="ignore_uninitialized"/>
        <argument key="security.firewall.map.config.main" type="service_closure" id="security.firewall.map.config.main" on-invalid="ignore_uninitialized"/>
        <argument key="security.listener.main.user_provider" type="service_closure" id="security.listener.main.user_provider" on-invalid="ignore_uninitialized"/>
        <argument key="security.user_checker.chain.main" type="service_closure" id="security.user_checker.chain.main" on-invalid="ignore_uninitialized"/>
        <argument key="security.context_listener.0" type="service_closure" id="security.context_listener.0" on-invalid="ignore_uninitialized"/>
        <argument key="security.listener.session.main" type="service_closure" id="security.listener.session.main" on-invalid="ignore_uninitialized"/>
        <argument key="security.logout_listener.main" type="service_closure" id="security.logout_listener.main" on-invalid="ignore_uninitialized"/>
        <argument key="security.logout.listener.default.main" type="service_closure" id="security.logout.listener.default.main" on-invalid="ignore_uninitialized"/>
        <argument key="security.logout.listener.session.main" type="service_closure" id="security.logout.listener.session.main" on-invalid="ignore_uninitialized"/>
        <argument key="limiter._login_local_main" type="service_closure" id="limiter._login_local_main" on-invalid="ignore_uninitialized"/>
        <argument key="limiter.storage._login_local_main" type="service_closure" id="limiter.storage._login_local_main" on-invalid="ignore_uninitialized"/>
        <argument key="limiter._login_global_main" type="service_closure" id="limiter._login_global_main" on-invalid="ignore_uninitialized"/>
        <argument key="limiter.storage._login_global_main" type="service_closure" id="limiter.storage._login_global_main" on-invalid="ignore_uninitialized"/>
        <argument key="security.login_throttling.main.limiter" type="service_closure" id="security.login_throttling.main.limiter" on-invalid="ignore_uninitialized"/>
        <argument key="security.listener.login_throttling.main" type="service_closure" id="security.listener.login_throttling.main" on-invalid="ignore_uninitialized"/>
        <argument key="security.authenticator.form_login.main" type="service_closure" id="security.authenticator.form_login.main" on-invalid="ignore_uninitialized"/>
        <argument key="security.authentication.success_handler.main.form_login" type="service_closure" id="security.authentication.success_handler.main.form_login" on-invalid="ignore_uninitialized"/>
        <argument key="security.authentication.failure_handler.main.form_login" type="service_closure" id="security.authentication.failure_handler.main.form_login" on-invalid="ignore_uninitialized"/>
        <argument key="debug.security.authenticator.form_login.main" type="service_closure" id="debug.security.authenticator.form_login.main" on-invalid="ignore_uninitialized"/>
        <argument key="security.authenticator.manager.main" type="service_closure" id="security.authenticator.manager.main" on-invalid="ignore_uninitialized"/>
        <argument key="debug.security.firewall.authenticator.main.inner" type="service_closure" id="debug.security.firewall.authenticator.main.inner" on-invalid="ignore_uninitialized"/>
        <argument key="debug.security.firewall.authenticator.main" type="service_closure" id="debug.security.firewall.authenticator.main" on-invalid="ignore_uninitialized"/>
        <argument key="security.listener.user_checker.main" type="service_closure" id="security.listener.user_checker.main" on-invalid="ignore_uninitialized"/>
        <argument key="security.exception_listener.main" type="service_closure" id="security.exception_listener.main" on-invalid="ignore_uninitialized"/>
        <argument key="security.firewall.map.context.main" type="service_closure" id="security.firewall.map.context.main" on-invalid="ignore_uninitialized"/>
        <argument key="security.command.user_password_hash" type="service_closure" id="security.command.user_password_hash" on-invalid="ignore_uninitialized"/>
        <argument key="security.command.role_hierarchy_dump" type="service_closure" id="security.command.role_hierarchy_dump" on-invalid="ignore_uninitialized"/>
        <argument key="data_collector.doctrine" type="service_closure" id="data_collector.doctrine" on-invalid="ignore_uninitialized"/>
        <argument key="doctrine.dbal.connection_factory" type="service_closure" id="doctrine.dbal.connection_factory" on-invalid="ignore_uninitialized"/>
        <argument key="doctrine.dbal.connection_factory.dsn_parser" type="service_closure" id="doctrine.dbal.connection_factory.dsn_parser" on-invalid="ignore_uninitialized"/>
        <argument key="doctrine.twig.doctrine_extension" type="service_closure" id="doctrine.twig.doctrine_extension" on-invalid="ignore_uninitialized"/>
        <argument key="doctrine.dbal.well_known_schema_asset_filter" type="service_closure" id="doctrine.dbal.well_known_schema_asset_filter" on-invalid="ignore_uninitialized"/>
        <argument key="doctrine.database_create_command" type="service_closure" id="doctrine.database_create_command" on-invalid="ignore_uninitialized"/>
        <argument key="doctrine.database_drop_command" type="service_closure" id="doctrine.database_drop_command" on-invalid="ignore_uninitialized"/>
        <argument key="doctrine.query_sql_command" type="service_closure" id="doctrine.query_sql_command" on-invalid="ignore_uninitialized"/>
        <argument key="Doctrine\DBAL\Tools\Console\Command\RunSqlCommand" type="service_closure" id="Doctrine\DBAL\Tools\Console\Command\RunSqlCommand" on-invalid="ignore_uninitialized"/>
        <argument key="doctrine.dbal.idle_connection_listener" type="service_closure" id="doctrine.dbal.idle_connection_listener" on-invalid="ignore_uninitialized"/>
        <argument key="doctrine.dbal.default_schema_manager_factory" type="service_closure" id="doctrine.dbal.default_schema_manager_factory" on-invalid="ignore_uninitialized"/>
        <argument key="doctrine.dbal.default_connection.configuration" type="service_closure" id="doctrine.dbal.default_connection.configuration" on-invalid="ignore_uninitialized"/>
        <argument key="doctrine.dbal.default_connection.event_manager" type="service_closure" id="doctrine.dbal.default_connection.event_manager" on-invalid="ignore_uninitialized"/>
        <argument key="Doctrine\Bundle\DoctrineBundle\Dbal\ManagerRegistryAwareConnectionProvider" type="service_closure" id="Doctrine\Bundle\DoctrineBundle\Dbal\ManagerRegistryAwareConnectionProvider" on-invalid="ignore_uninitialized"/>
        <argument key="doctrine.dbal.connection_expiries" type="service_closure" id="doctrine.dbal.connection_expiries" on-invalid="ignore_uninitialized"/>
        <argument key="doctrine.debug_data_holder" type="service_closure" id="doctrine.debug_data_holder" on-invalid="ignore_uninitialized"/>
        <argument key="doctrine.orm.messenger.event_subscriber.doctrine_clear_entity_manager" type="service_closure" id="doctrine.orm.messenger.event_subscriber.doctrine_clear_entity_manager" on-invalid="ignore_uninitialized"/>
        <argument key="messenger.transport.doctrine.factory" type="service_closure" id="messenger.transport.doctrine.factory" on-invalid="ignore_uninitialized"/>
        <argument key="doctrine.orm.messenger.doctrine_schema_listener" type="service_closure" id="doctrine.orm.messenger.doctrine_schema_listener" on-invalid="ignore_uninitialized"/>
        <argument key="doctrine.orm.proxy_cache_warmer" type="service_closure" id="doctrine.orm.proxy_cache_warmer" on-invalid="ignore_uninitialized"/>
        <argument key="form.type_guesser.doctrine" type="service_closure" id="form.type_guesser.doctrine" on-invalid="ignore_uninitialized"/>
        <argument key="form.type.entity" type="service_closure" id="form.type.entity" on-invalid="ignore_uninitialized"/>
        <argument key="doctrine.orm.container_repository_factory" type="service_closure" id="doctrine.orm.container_repository_factory" on-invalid="ignore_uninitialized"/>
        <argument key="doctrine.orm.validator.unique" type="service_closure" id="doctrine.orm.validator.unique" on-invalid="ignore_uninitialized"/>
        <argument key="doctrine.orm.validator_initializer" type="service_closure" id="doctrine.orm.validator_initializer" on-invalid="ignore_uninitialized"/>
        <argument key="doctrine.orm.listeners.resolve_target_entity" type="service_closure" id="doctrine.orm.listeners.resolve_target_entity" on-invalid="ignore_uninitialized"/>
        <argument key="doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_listener" type="service_closure" id="doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_listener" on-invalid="ignore_uninitialized"/>
        <argument key="doctrine.orm.listeners.doctrine_token_provider_schema_listener" type="service_closure" id="doctrine.orm.listeners.doctrine_token_provider_schema_listener" on-invalid="ignore_uninitialized"/>
        <argument key="doctrine.orm.listeners.pdo_session_handler_schema_listener" type="service_closure" id="doctrine.orm.listeners.pdo_session_handler_schema_listener" on-invalid="ignore_uninitialized"/>
        <argument key="doctrine.orm.listeners.lock_store_schema_listener" type="service_closure" id="doctrine.orm.listeners.lock_store_schema_listener" on-invalid="ignore_uninitialized"/>
        <argument key="doctrine.orm.naming_strategy.default" type="service_closure" id="doctrine.orm.naming_strategy.default" on-invalid="ignore_uninitialized"/>
        <argument key="doctrine.orm.naming_strategy.underscore" type="service_closure" id="doctrine.orm.naming_strategy.underscore" on-invalid="ignore_uninitialized"/>
        <argument key="doctrine.orm.naming_strategy.underscore_number_aware" type="service_closure" id="doctrine.orm.naming_strategy.underscore_number_aware" on-invalid="ignore_uninitialized"/>
        <argument key="doctrine.orm.quote_strategy.default" type="service_closure" id="doctrine.orm.quote_strategy.default" on-invalid="ignore_uninitialized"/>
        <argument key="doctrine.orm.quote_strategy.ansi" type="service_closure" id="doctrine.orm.quote_strategy.ansi" on-invalid="ignore_uninitialized"/>
        <argument key="doctrine.orm.typed_field_mapper.default" type="service_closure" id="doctrine.orm.typed_field_mapper.default" on-invalid="ignore_uninitialized"/>
        <argument key="doctrine.ulid_generator" type="service_closure" id="doctrine.ulid_generator" on-invalid="ignore_uninitialized"/>
        <argument key="doctrine.uuid_generator" type="service_closure" id="doctrine.uuid_generator" on-invalid="ignore_uninitialized"/>
        <argument key="doctrine.orm.command.entity_manager_provider" type="service_closure" id="doctrine.orm.command.entity_manager_provider" on-invalid="ignore_uninitialized"/>
        <argument key="doctrine.orm.entity_value_resolver" type="service_closure" id="doctrine.orm.entity_value_resolver" on-invalid="ignore_uninitialized"/>
        <argument key="doctrine.orm.entity_value_resolver.expression_language" type="service_closure" id="doctrine.orm.entity_value_resolver.expression_language" on-invalid="ignore_uninitialized"/>
        <argument key="doctrine.cache_clear_metadata_command" type="service_closure" id="doctrine.cache_clear_metadata_command" on-invalid="ignore_uninitialized"/>
        <argument key="doctrine.cache_clear_query_cache_command" type="service_closure" id="doctrine.cache_clear_query_cache_command" on-invalid="ignore_uninitialized"/>
        <argument key="doctrine.cache_clear_result_command" type="service_closure" id="doctrine.cache_clear_result_command" on-invalid="ignore_uninitialized"/>
        <argument key="doctrine.cache_collection_region_command" type="service_closure" id="doctrine.cache_collection_region_command" on-invalid="ignore_uninitialized"/>
        <argument key="doctrine.schema_create_command" type="service_closure" id="doctrine.schema_create_command" on-invalid="ignore_uninitialized"/>
        <argument key="doctrine.schema_drop_command" type="service_closure" id="doctrine.schema_drop_command" on-invalid="ignore_uninitialized"/>
        <argument key="doctrine.clear_entity_region_command" type="service_closure" id="doctrine.clear_entity_region_command" on-invalid="ignore_uninitialized"/>
        <argument key="doctrine.mapping_info_command" type="service_closure" id="doctrine.mapping_info_command" on-invalid="ignore_uninitialized"/>
        <argument key="doctrine.mapping_describe_command" type="service_closure" id="doctrine.mapping_describe_command" on-invalid="ignore_uninitialized"/>
        <argument key="doctrine.clear_query_region_command" type="service_closure" id="doctrine.clear_query_region_command" on-invalid="ignore_uninitialized"/>
        <argument key="doctrine.query_dql_command" type="service_closure" id="doctrine.query_dql_command" on-invalid="ignore_uninitialized"/>
        <argument key="doctrine.schema_update_command" type="service_closure" id="doctrine.schema_update_command" on-invalid="ignore_uninitialized"/>
        <argument key="doctrine.schema_validate_command" type="service_closure" id="doctrine.schema_validate_command" on-invalid="ignore_uninitialized"/>
        <argument key="doctrine.orm.default_configuration" type="service_closure" id="doctrine.orm.default_configuration" on-invalid="ignore_uninitialized"/>
        <argument key="doctrine.orm.default_attribute_metadata_driver" type="service_closure" id="doctrine.orm.default_attribute_metadata_driver" on-invalid="ignore_uninitialized"/>
        <argument key="cache.doctrine.orm.default.metadata" type="service_closure" id="cache.doctrine.orm.default.metadata" on-invalid="ignore_uninitialized"/>
        <argument key="cache.doctrine.orm.default.result" type="service_closure" id="cache.doctrine.orm.default.result" on-invalid="ignore_uninitialized"/>
        <argument key="cache.doctrine.orm.default.query" type="service_closure" id="cache.doctrine.orm.default.query" on-invalid="ignore_uninitialized"/>
        <argument key="doctrine.orm.default_entity_listener_resolver" type="service_closure" id="doctrine.orm.default_entity_listener_resolver" on-invalid="ignore_uninitialized"/>
        <argument key="doctrine.orm.default_listeners.attach_entity_listeners" type="service_closure" id="doctrine.orm.default_listeners.attach_entity_listeners" on-invalid="ignore_uninitialized"/>
        <argument key="doctrine.orm.default_manager_configurator" type="service_closure" id="doctrine.orm.default_manager_configurator" on-invalid="ignore_uninitialized"/>
        <argument key="doctrine.orm.default_entity_manager.property_info_extractor" type="service_closure" id="doctrine.orm.default_entity_manager.property_info_extractor" on-invalid="ignore_uninitialized"/>
        <argument key="doctrine.orm.default_entity_manager.validator_loader" type="service_closure" id="doctrine.orm.default_entity_manager.validator_loader" on-invalid="ignore_uninitialized"/>
        <argument key="doctrine.migrations.dependency_factory" type="service_closure" id="doctrine.migrations.dependency_factory" on-invalid="ignore_uninitialized"/>
        <argument key="doctrine.migrations.configuration_loader" type="service_closure" id="doctrine.migrations.configuration_loader" on-invalid="ignore_uninitialized"/>
        <argument key="doctrine.migrations.connection_loader" type="service_closure" id="doctrine.migrations.connection_loader" on-invalid="ignore_uninitialized"/>
        <argument key="doctrine.migrations.em_loader" type="service_closure" id="doctrine.migrations.em_loader" on-invalid="ignore_uninitialized"/>
        <argument key="doctrine.migrations.entity_manager_registry_loader" type="service_closure" id="doctrine.migrations.entity_manager_registry_loader" on-invalid="ignore_uninitialized"/>
        <argument key="doctrine.migrations.connection_registry_loader" type="service_closure" id="doctrine.migrations.connection_registry_loader" on-invalid="ignore_uninitialized"/>
        <argument key="doctrine.migrations.configuration" type="service_closure" id="doctrine.migrations.configuration" on-invalid="ignore_uninitialized"/>
        <argument key="doctrine.migrations.migrations_factory" type="service_closure" id="doctrine.migrations.migrations_factory" on-invalid="ignore_uninitialized"/>
        <argument key="doctrine_migrations.diff_command" type="service_closure" id="doctrine_migrations.diff_command" on-invalid="ignore_uninitialized"/>
        <argument key="doctrine_migrations.sync_metadata_command" type="service_closure" id="doctrine_migrations.sync_metadata_command" on-invalid="ignore_uninitialized"/>
        <argument key="doctrine_migrations.versions_command" type="service_closure" id="doctrine_migrations.versions_command" on-invalid="ignore_uninitialized"/>
        <argument key="doctrine_migrations.current_command" type="service_closure" id="doctrine_migrations.current_command" on-invalid="ignore_uninitialized"/>
        <argument key="doctrine_migrations.dump_schema_command" type="service_closure" id="doctrine_migrations.dump_schema_command" on-invalid="ignore_uninitialized"/>
        <argument key="doctrine_migrations.execute_command" type="service_closure" id="doctrine_migrations.execute_command" on-invalid="ignore_uninitialized"/>
        <argument key="doctrine_migrations.generate_command" type="service_closure" id="doctrine_migrations.generate_command" on-invalid="ignore_uninitialized"/>
        <argument key="doctrine_migrations.latest_command" type="service_closure" id="doctrine_migrations.latest_command" on-invalid="ignore_uninitialized"/>
        <argument key="doctrine_migrations.migrate_command" type="service_closure" id="doctrine_migrations.migrate_command" on-invalid="ignore_uninitialized"/>
        <argument key="doctrine_migrations.rollup_command" type="service_closure" id="doctrine_migrations.rollup_command" on-invalid="ignore_uninitialized"/>
        <argument key="doctrine_migrations.status_command" type="service_closure" id="doctrine_migrations.status_command" on-invalid="ignore_uninitialized"/>
        <argument key="doctrine_migrations.up_to_date_command" type="service_closure" id="doctrine_migrations.up_to_date_command" on-invalid="ignore_uninitialized"/>
        <argument key="doctrine_migrations.version_command" type="service_closure" id="doctrine_migrations.version_command" on-invalid="ignore_uninitialized"/>
        <argument key="doctrine_migrations.schema_filter_listener" type="service_closure" id="doctrine_migrations.schema_filter_listener" on-invalid="ignore_uninitialized"/>
        <argument key="doctrine.migrations.storage.table_storage" type="service_closure" id="doctrine.migrations.storage.table_storage" on-invalid="ignore_uninitialized"/>
        <argument key="nelmio_cors.cors_listener" type="service_closure" id="nelmio_cors.cors_listener" on-invalid="ignore_uninitialized"/>
        <argument key="nelmio_cors.options_resolver" type="service_closure" id="nelmio_cors.options_resolver" on-invalid="ignore_uninitialized"/>
        <argument key="nelmio_cors.options_provider.config" type="service_closure" id="nelmio_cors.options_provider.config" on-invalid="ignore_uninitialized"/>
        <argument key="nelmio_cors.cacheable_response_vary_listener" type="service_closure" id="nelmio_cors.cacheable_response_vary_listener" on-invalid="ignore_uninitialized"/>
        <argument key="api_platform.state_provider.locator" type="service_closure" id="api_platform.state_provider.locator" on-invalid="ignore_uninitialized"/>
        <argument key="api_platform.state_processor.locator" type="service_closure" id="api_platform.state_processor.locator" on-invalid="ignore_uninitialized"/>
        <argument key="api_platform.pagination" type="service_closure" id="api_platform.pagination" on-invalid="ignore_uninitialized"/>
        <argument key="api_platform.serializer_locator" type="service_closure" id="api_platform.serializer_locator" on-invalid="ignore_uninitialized"/>
        <argument key="api_platform.pagination_options" type="service_closure" id="api_platform.pagination_options" on-invalid="ignore_uninitialized"/>
        <argument key="api_platform.state_provider.create" type="service_closure" id="api_platform.state_provider.create" on-invalid="ignore_uninitialized"/>
        <argument key="api_platform.state_provider.object" type="service_closure" id="api_platform.state_provider.object" on-invalid="ignore_uninitialized"/>
        <argument key="api_platform.state_provider.backed_enum" type="service_closure" id="api_platform.state_provider.backed_enum" on-invalid="ignore_uninitialized"/>
        <argument key="api_platform.listener.exception" type="service_closure" id="api_platform.listener.exception" on-invalid="ignore_uninitialized"/>
        <argument key="api_platform.cache_warmer.cache_pool_clearer" type="service_closure" id="api_platform.cache_warmer.cache_pool_clearer" on-invalid="ignore_uninitialized"/>
        <argument key="api_platform.negotiator" type="service_closure" id="api_platform.negotiator" on-invalid="ignore_uninitialized"/>
        <argument key="api_platform.resource_class_resolver" type="service_closure" id="api_platform.resource_class_resolver" on-invalid="ignore_uninitialized"/>
        <argument key="api_platform.router" type="service_closure" id="api_platform.router" on-invalid="ignore_uninitialized"/>
        <argument key="api_platform.serializer.filter_parameter_provider" type="service_closure" id="api_platform.serializer.filter_parameter_provider" on-invalid="ignore_uninitialized"/>
        <argument key="api_platform.serializer.context_builder.filter" type="service_closure" id="api_platform.serializer.context_builder.filter" on-invalid="ignore_uninitialized"/>
        <argument key="api_platform.serializer.operation_resource_resolver" type="service_closure" id="api_platform.serializer.operation_resource_resolver" on-invalid="ignore_uninitialized"/>
        <argument key="api_platform.serializer.normalizer.item" type="service_closure" id="api_platform.serializer.normalizer.item" on-invalid="ignore_uninitialized"/>
        <argument key="api_platform.normalizer.object" type="service_closure" id="api_platform.normalizer.object" on-invalid="ignore_uninitialized"/>
        <argument key="api_platform.serializer.mapping.class_metadata_factory.inner" type="service_closure" id="api_platform.serializer.mapping.class_metadata_factory.inner" on-invalid="ignore_uninitialized"/>
        <argument key="api_platform.serializer.mapping.class_metadata_factory" type="service_closure" id="api_platform.serializer.mapping.class_metadata_factory" on-invalid="ignore_uninitialized"/>
        <argument key="api_platform.path_segment_name_generator.underscore" type="service_closure" id="api_platform.path_segment_name_generator.underscore" on-invalid="ignore_uninitialized"/>
        <argument key="api_platform.path_segment_name_generator.dash" type="service_closure" id="api_platform.path_segment_name_generator.dash" on-invalid="ignore_uninitialized"/>
        <argument key="api_platform.metadata.path_segment_name_generator.underscore" type="service_closure" id="api_platform.metadata.path_segment_name_generator.underscore" on-invalid="ignore_uninitialized"/>
        <argument key="api_platform.metadata.path_segment_name_generator.dash" type="service_closure" id="api_platform.metadata.path_segment_name_generator.dash" on-invalid="ignore_uninitialized"/>
        <argument key="api_platform.metadata.inflector" type="service_closure" id="api_platform.metadata.inflector" on-invalid="ignore_uninitialized"/>
        <argument key="api_platform.route_loader" type="service_closure" id="api_platform.route_loader" on-invalid="ignore_uninitialized"/>
        <argument key="api_platform.symfony.iri_converter.skolem" type="service_closure" id="api_platform.symfony.iri_converter.skolem" on-invalid="ignore_uninitialized"/>
        <argument key="api_platform.api.identifiers_extractor" type="service_closure" id="api_platform.api.identifiers_extractor" on-invalid="ignore_uninitialized"/>
        <argument key="api_platform.uri_variables.converter" type="service_closure" id="api_platform.uri_variables.converter" on-invalid="ignore_uninitialized"/>
        <argument key="api_platform.uri_variables.transformer.integer" type="service_closure" id="api_platform.uri_variables.transformer.integer" on-invalid="ignore_uninitialized"/>
        <argument key="api_platform.uri_variables.transformer.date_time" type="service_closure" id="api_platform.uri_variables.transformer.date_time" on-invalid="ignore_uninitialized"/>
        <argument key="api_platform.uri_variables.transformer.api_resource" type="service_closure" id="api_platform.uri_variables.transformer.api_resource" on-invalid="ignore_uninitialized"/>
        <argument key="api_platform.symfony.iri_converter" type="service_closure" id="api_platform.symfony.iri_converter" on-invalid="ignore_uninitialized"/>
        <argument key="api_platform.state.error_provider" type="service_closure" id="api_platform.state.error_provider" on-invalid="ignore_uninitialized"/>
        <argument key="api_platform.normalizer.constraint_violation_list" type="service_closure" id="api_platform.normalizer.constraint_violation_list" on-invalid="ignore_uninitialized"/>
        <argument key="api_platform.serializer.property_metadata_loader" type="service_closure" id="api_platform.serializer.property_metadata_loader" on-invalid="ignore_uninitialized"/>
        <argument key="api_platform.filter_locator" type="service_closure" id="api_platform.filter_locator" on-invalid="ignore_uninitialized"/>
        <argument key="api_platform.symfony.uri_variables.transformer.ulid" type="service_closure" id="api_platform.symfony.uri_variables.transformer.ulid" on-invalid="ignore_uninitialized"/>
        <argument key="api_platform.symfony.uri_variables.transformer.uuid" type="service_closure" id="api_platform.symfony.uri_variables.transformer.uuid" on-invalid="ignore_uninitialized"/>
        <argument key="api_platform.state_provider.content_negotiation" type="service_closure" id="api_platform.state_provider.content_negotiation" on-invalid="ignore_uninitialized"/>
        <argument key="api_platform.error_listener" type="service_closure" id="api_platform.error_listener" on-invalid="ignore_uninitialized"/>
        <argument key="api_platform.state_provider.parameter" type="service_closure" id="api_platform.state_provider.parameter" on-invalid="ignore_uninitialized"/>
        <argument key="api_platform.state_processor.serialize" type="service_closure" id="api_platform.state_processor.serialize" on-invalid="ignore_uninitialized"/>
        <argument key="api_platform.state_processor.write" type="service_closure" id="api_platform.state_processor.write" on-invalid="ignore_uninitialized"/>
        <argument key="api_platform.state_processor.add_link_header" type="service_closure" id="api_platform.state_processor.add_link_header" on-invalid="ignore_uninitialized"/>
        <argument key="api_platform.state_provider.parameter.iri_converter" type="service_closure" id="api_platform.state_provider.parameter.iri_converter" on-invalid="ignore_uninitialized"/>
        <argument key="api_platform.metadata.resource.name_collection_factory.cached" type="service_closure" id="api_platform.metadata.resource.name_collection_factory.cached" on-invalid="ignore_uninitialized"/>
        <argument key="api_platform.metadata.resource.name_collection_factory.xml" type="service_closure" id="api_platform.metadata.resource.name_collection_factory.xml" on-invalid="ignore_uninitialized"/>
        <argument key="api_platform.metadata.resource.name_collection_factory.php_file" type="service_closure" id="api_platform.metadata.resource.name_collection_factory.php_file" on-invalid="ignore_uninitialized"/>
        <argument key="api_platform.metadata.resource.name_collection_factory.concerns" type="service_closure" id="api_platform.metadata.resource.name_collection_factory.concerns" on-invalid="ignore_uninitialized"/>
        <argument key="api_platform.metadata.resource.name_collection_factory.attributes" type="service_closure" id="api_platform.metadata.resource.name_collection_factory.attributes" on-invalid="ignore_uninitialized"/>
        <argument key="api_platform.metadata.resource.name_collection_factory.class_name" type="service_closure" id="api_platform.metadata.resource.name_collection_factory.class_name" on-invalid="ignore_uninitialized"/>
        <argument key="api_platform.metadata.property.name_collection_factory.property_info" type="service_closure" id="api_platform.metadata.property.name_collection_factory.property_info" on-invalid="ignore_uninitialized"/>
        <argument key="api_platform.metadata.property.name_collection_factory.cached" type="service_closure" id="api_platform.metadata.property.name_collection_factory.cached" on-invalid="ignore_uninitialized"/>
        <argument key="api_platform.metadata.property.name_collection_factory.xml" type="service_closure" id="api_platform.metadata.property.name_collection_factory.xml" on-invalid="ignore_uninitialized"/>
        <argument key="api_platform.metadata.property.name_collection_factory.concerns" type="service_closure" id="api_platform.metadata.property.name_collection_factory.concerns" on-invalid="ignore_uninitialized"/>
        <argument key="api_platform.metadata.resource_extractor.php_file" type="service_closure" id="api_platform.metadata.resource_extractor.php_file" on-invalid="ignore_uninitialized"/>
        <argument key="api_platform.metadata.resource_extractor.xml" type="service_closure" id="api_platform.metadata.resource_extractor.xml" on-invalid="ignore_uninitialized"/>
        <argument key="api_platform.metadata.property_extractor.xml" type="service_closure" id="api_platform.metadata.property_extractor.xml" on-invalid="ignore_uninitialized"/>
        <argument key="api_platform.metadata.property.metadata_factory.property_info" type="service_closure" id="api_platform.metadata.property.metadata_factory.property_info" on-invalid="ignore_uninitialized"/>
        <argument key="api_platform.metadata.property.metadata_factory.attribute" type="service_closure" id="api_platform.metadata.property.metadata_factory.attribute" on-invalid="ignore_uninitialized"/>
        <argument key="api_platform.metadata.property.metadata_factory.serializer" type="service_closure" id="api_platform.metadata.property.metadata_factory.serializer" on-invalid="ignore_uninitialized"/>
        <argument key="api_platform.metadata.property.metadata_factory.cached" type="service_closure" id="api_platform.metadata.property.metadata_factory.cached" on-invalid="ignore_uninitialized"/>
        <argument key="api_platform.metadata.property.metadata_factory.default_property" type="service_closure" id="api_platform.metadata.property.metadata_factory.default_property" on-invalid="ignore_uninitialized"/>
        <argument key="api_platform.metadata.property.metadata_factory.identifier" type="service_closure" id="api_platform.metadata.property.metadata_factory.identifier" on-invalid="ignore_uninitialized"/>
        <argument key="api_platform.metadata.property.metadata_factory.xml" type="service_closure" id="api_platform.metadata.property.metadata_factory.xml" on-invalid="ignore_uninitialized"/>
        <argument key="api_platform.metadata.resource.metadata_collection_factory.attributes" type="service_closure" id="api_platform.metadata.resource.metadata_collection_factory.attributes" on-invalid="ignore_uninitialized"/>
        <argument key="api_platform.metadata.resource.metadata_collection_factory.xml" type="service_closure" id="api_platform.metadata.resource.metadata_collection_factory.xml" on-invalid="ignore_uninitialized"/>
        <argument key="api_platform.metadata.resource.metadata_collection_factory.php_file" type="service_closure" id="api_platform.metadata.resource.metadata_collection_factory.php_file" on-invalid="ignore_uninitialized"/>
        <argument key="api_platform.metadata.resource.metadata_collection_factory.mutator" type="service_closure" id="api_platform.metadata.resource.metadata_collection_factory.mutator" on-invalid="ignore_uninitialized"/>
        <argument key="api_platform.metadata.resource.metadata_collection_factory.concerns" type="service_closure" id="api_platform.metadata.resource.metadata_collection_factory.concerns" on-invalid="ignore_uninitialized"/>
        <argument key="api_platform.metadata.resource.metadata_collection_factory.not_exposed_operation" type="service_closure" id="api_platform.metadata.resource.metadata_collection_factory.not_exposed_operation" on-invalid="ignore_uninitialized"/>
        <argument key="api_platform.metadata.resource.metadata_collection_factory.backed_enum" type="service_closure" id="api_platform.metadata.resource.metadata_collection_factory.backed_enum" on-invalid="ignore_uninitialized"/>
        <argument key="api_platform.metadata.resource.metadata_collection_factory.uri_template" type="service_closure" id="api_platform.metadata.resource.metadata_collection_factory.uri_template" on-invalid="ignore_uninitialized"/>
        <argument key="api_platform.metadata.resource.metadata_collection_factory.main_controller" type="service_closure" id="api_platform.metadata.resource.metadata_collection_factory.main_controller" on-invalid="ignore_uninitialized"/>
        <argument key="api_platform.metadata.resource.metadata_collection_factory.link" type="service_closure" id="api_platform.metadata.resource.metadata_collection_factory.link" on-invalid="ignore_uninitialized"/>
        <argument key="api_platform.metadata.resource.metadata_collection_factory.operation_name" type="service_closure" id="api_platform.metadata.resource.metadata_collection_factory.operation_name" on-invalid="ignore_uninitialized"/>
        <argument key="api_platform.metadata.resource.metadata_collection_factory.input_output" type="service_closure" id="api_platform.metadata.resource.metadata_collection_factory.input_output" on-invalid="ignore_uninitialized"/>
        <argument key="api_platform.metadata.resource.metadata_collection_factory.formats" type="service_closure" id="api_platform.metadata.resource.metadata_collection_factory.formats" on-invalid="ignore_uninitialized"/>
        <argument key="api_platform.metadata.resource.metadata_collection_factory.filters" type="service_closure" id="api_platform.metadata.resource.metadata_collection_factory.filters" on-invalid="ignore_uninitialized"/>
        <argument key="api_platform.metadata.resource.metadata_collection_factory.alternate_uri" type="service_closure" id="api_platform.metadata.resource.metadata_collection_factory.alternate_uri" on-invalid="ignore_uninitialized"/>
        <argument key="api_platform.metadata.resource.metadata_collection_factory.parameter" type="service_closure" id="api_platform.metadata.resource.metadata_collection_factory.parameter" on-invalid="ignore_uninitialized"/>
        <argument key="api_platform.metadata.resource.metadata_collection_factory.cached" type="service_closure" id="api_platform.metadata.resource.metadata_collection_factory.cached" on-invalid="ignore_uninitialized"/>
        <argument key="api_platform.metadata.operation.metadata_factory.cached.inner" type="service_closure" id="api_platform.metadata.operation.metadata_factory.cached.inner" on-invalid="ignore_uninitialized"/>
        <argument key="api_platform.metadata.operation.metadata_factory.cached" type="service_closure" id="api_platform.metadata.operation.metadata_factory.cached" on-invalid="ignore_uninitialized"/>
        <argument key="api_platform.metadata.mutator_collection.resource" type="service_closure" id="api_platform.metadata.mutator_collection.resource" on-invalid="ignore_uninitialized"/>
        <argument key="api_platform.metadata.mutator_collection.operation" type="service_closure" id="api_platform.metadata.mutator_collection.operation" on-invalid="ignore_uninitialized"/>
        <argument key="api_platform.metadata.resource.metadata_collection_factory.php_doc" type="service_closure" id="api_platform.metadata.resource.metadata_collection_factory.php_doc" on-invalid="ignore_uninitialized"/>
        <argument key="api_platform.metadata.resource_extractor.yaml" type="service_closure" id="api_platform.metadata.resource_extractor.yaml" on-invalid="ignore_uninitialized"/>
        <argument key="api_platform.metadata.property_extractor.yaml" type="service_closure" id="api_platform.metadata.property_extractor.yaml" on-invalid="ignore_uninitialized"/>
        <argument key="api_platform.metadata.resource.name_collection_factory.yaml" type="service_closure" id="api_platform.metadata.resource.name_collection_factory.yaml" on-invalid="ignore_uninitialized"/>
        <argument key="api_platform.metadata.resource.metadata_collection_factory.yaml" type="service_closure" id="api_platform.metadata.resource.metadata_collection_factory.yaml" on-invalid="ignore_uninitialized"/>
        <argument key="api_platform.metadata.property.metadata_factory.yaml" type="service_closure" id="api_platform.metadata.property.metadata_factory.yaml" on-invalid="ignore_uninitialized"/>
        <argument key="api_platform.metadata.property.name_collection_factory.yaml" type="service_closure" id="api_platform.metadata.property.name_collection_factory.yaml" on-invalid="ignore_uninitialized"/>
        <argument key="api_platform.json_schema.json_schema_generate_command" type="service_closure" id="api_platform.json_schema.json_schema_generate_command" on-invalid="ignore_uninitialized"/>
        <argument key="api_platform.json_schema.metadata.property.metadata_factory.schema" type="service_closure" id="api_platform.json_schema.metadata.property.metadata_factory.schema" on-invalid="ignore_uninitialized"/>
        <argument key="api_platform.hydra.json_schema.schema_factory.inner" type="service_closure" id="api_platform.hydra.json_schema.schema_factory.inner" on-invalid="ignore_uninitialized"/>
        <argument key="api_platform.json_schema.backward_compatible_schema_factory" type="service_closure" id="api_platform.json_schema.backward_compatible_schema_factory" on-invalid="ignore_uninitialized"/>
        <argument key="api_platform.json_schema.definition_name_factory" type="service_closure" id="api_platform.json_schema.definition_name_factory" on-invalid="ignore_uninitialized"/>
        <argument key="api_platform.openapi.provider" type="service_closure" id="api_platform.openapi.provider" on-invalid="ignore_uninitialized"/>
        <argument key="api_platform.serializer.context_builder.filter.inner" type="service_closure" id="api_platform.serializer.context_builder.filter.inner" on-invalid="ignore_uninitialized"/>
        <argument key="api_platform.openapi.serializer_context_builder" type="service_closure" id="api_platform.openapi.serializer_context_builder" on-invalid="ignore_uninitialized"/>
        <argument key="api_platform.openapi.options" type="service_closure" id="api_platform.openapi.options" on-invalid="ignore_uninitialized"/>
        <argument key="api_platform.openapi.command" type="service_closure" id="api_platform.openapi.command" on-invalid="ignore_uninitialized"/>
        <argument key="api_platform.openapi.normalizer.legacy.inner" type="service_closure" id="api_platform.openapi.normalizer.legacy.inner" on-invalid="ignore_uninitialized"/>
        <argument key="api_platform.openapi.normalizer.legacy" type="service_closure" id="api_platform.openapi.normalizer.legacy" on-invalid="ignore_uninitialized"/>
        <argument key="api_platform.jsonopenapi.encoder" type="service_closure" id="api_platform.jsonopenapi.encoder" on-invalid="ignore_uninitialized"/>
        <argument key="api_platform.yamlopenapi.encoder" type="service_closure" id="api_platform.yamlopenapi.encoder" on-invalid="ignore_uninitialized"/>
        <argument key="api_platform.swagger_ui.context" type="service_closure" id="api_platform.swagger_ui.context" on-invalid="ignore_uninitialized"/>
        <argument key="api_platform.swagger_ui.processor" type="service_closure" id="api_platform.swagger_ui.processor" on-invalid="ignore_uninitialized"/>
        <argument key="api_platform.swagger_ui.provider" type="service_closure" id="api_platform.swagger_ui.provider" on-invalid="ignore_uninitialized"/>
        <argument key="api_platform.hydra.processor.link" type="service_closure" id="api_platform.hydra.processor.link" on-invalid="ignore_uninitialized"/>
        <argument key="api_platform.jsonld.context_builder" type="service_closure" id="api_platform.jsonld.context_builder" on-invalid="ignore_uninitialized"/>
        <argument key="api_platform.jsonld.normalizer.item" type="service_closure" id="api_platform.jsonld.normalizer.item" on-invalid="ignore_uninitialized"/>
        <argument key="api_platform.jsonld.normalizer.error" type="service_closure" id="api_platform.jsonld.normalizer.error" on-invalid="ignore_uninitialized"/>
        <argument key="api_platform.jsonld.normalizer.object" type="service_closure" id="api_platform.jsonld.normalizer.object" on-invalid="ignore_uninitialized"/>
        <argument key="api_platform.jsonld.normalizer.validation_exception" type="service_closure" id="api_platform.jsonld.normalizer.validation_exception" on-invalid="ignore_uninitialized"/>
        <argument key="api_platform.jsonld.encoder" type="service_closure" id="api_platform.jsonld.encoder" on-invalid="ignore_uninitialized"/>
        <argument key="api_platform.hydra.json_schema.schema_factory" type="service_closure" id="api_platform.hydra.json_schema.schema_factory" on-invalid="ignore_uninitialized"/>
        <argument key="api_platform.hydra.normalizer.documentation" type="service_closure" id="api_platform.hydra.normalizer.documentation" on-invalid="ignore_uninitialized"/>
        <argument key="api_platform.hydra.normalizer.constraint_violation_list" type="service_closure" id="api_platform.hydra.normalizer.constraint_violation_list" on-invalid="ignore_uninitialized"/>
        <argument key="api_platform.hydra.normalizer.entrypoint" type="service_closure" id="api_platform.hydra.normalizer.entrypoint" on-invalid="ignore_uninitialized"/>
        <argument key="api_platform.hydra.normalizer.partial_collection_view" type="service_closure" id="api_platform.hydra.normalizer.partial_collection_view" on-invalid="ignore_uninitialized"/>
        <argument key="api_platform.hydra.normalizer.partial_collection_view.inner" type="service_closure" id="api_platform.hydra.normalizer.partial_collection_view.inner" on-invalid="ignore_uninitialized"/>
        <argument key="api_platform.hydra.normalizer.collection_filters" type="service_closure" id="api_platform.hydra.normalizer.collection_filters" on-invalid="ignore_uninitialized"/>
        <argument key="api_platform.hydra.name_converter.hydra_prefix" type="service_closure" id="api_platform.hydra.name_converter.hydra_prefix" on-invalid="ignore_uninitialized"/>
        <argument key="api_platform.problem.encoder" type="service_closure" id="api_platform.problem.encoder" on-invalid="ignore_uninitialized"/>
        <argument key="api_platform.problem.normalizer.validation_exception" type="service_closure" id="api_platform.problem.normalizer.validation_exception" on-invalid="ignore_uninitialized"/>
        <argument key="api_platform.doctrine.metadata_factory" type="service_closure" id="api_platform.doctrine.metadata_factory" on-invalid="ignore_uninitialized"/>
        <argument key="api_platform.doctrine.orm.state.remove_processor" type="service_closure" id="api_platform.doctrine.orm.state.remove_processor" on-invalid="ignore_uninitialized"/>
        <argument key="api_platform.doctrine.orm.state.persist_processor" type="service_closure" id="api_platform.doctrine.orm.state.persist_processor" on-invalid="ignore_uninitialized"/>
        <argument key="api_platform.doctrine.orm.order_filter.instance" type="service_closure" id="api_platform.doctrine.orm.order_filter.instance" on-invalid="ignore_uninitialized"/>
        <argument key="api_platform.doctrine.orm.range_filter.instance" type="service_closure" id="api_platform.doctrine.orm.range_filter.instance" on-invalid="ignore_uninitialized"/>
        <argument key="api_platform.doctrine.orm.date_filter.instance" type="service_closure" id="api_platform.doctrine.orm.date_filter.instance" on-invalid="ignore_uninitialized"/>
        <argument key="api_platform.doctrine.orm.backed_enum_filter.instance" type="service_closure" id="api_platform.doctrine.orm.backed_enum_filter.instance" on-invalid="ignore_uninitialized"/>
        <argument key="api_platform.doctrine.orm.boolean_filter.instance" type="service_closure" id="api_platform.doctrine.orm.boolean_filter.instance" on-invalid="ignore_uninitialized"/>
        <argument key="api_platform.doctrine.orm.numeric_filter.instance" type="service_closure" id="api_platform.doctrine.orm.numeric_filter.instance" on-invalid="ignore_uninitialized"/>
        <argument key="api_platform.doctrine.orm.exists_filter.instance" type="service_closure" id="api_platform.doctrine.orm.exists_filter.instance" on-invalid="ignore_uninitialized"/>
        <argument key="api_platform.doctrine.orm.query_extension.eager_loading" type="service_closure" id="api_platform.doctrine.orm.query_extension.eager_loading" on-invalid="ignore_uninitialized"/>
        <argument key="api_platform.doctrine.orm.query_extension.filter" type="service_closure" id="api_platform.doctrine.orm.query_extension.filter" on-invalid="ignore_uninitialized"/>
        <argument key="api_platform.doctrine.orm.query_extension.filter_eager_loading" type="service_closure" id="api_platform.doctrine.orm.query_extension.filter_eager_loading" on-invalid="ignore_uninitialized"/>
        <argument key="api_platform.doctrine.orm.query_extension.pagination" type="service_closure" id="api_platform.doctrine.orm.query_extension.pagination" on-invalid="ignore_uninitialized"/>
        <argument key="api_platform.doctrine.orm.query_extension.order" type="service_closure" id="api_platform.doctrine.orm.query_extension.order" on-invalid="ignore_uninitialized"/>
        <argument key="api_platform.doctrine.orm.extension.parameter_extension" type="service_closure" id="api_platform.doctrine.orm.extension.parameter_extension" on-invalid="ignore_uninitialized"/>
        <argument key="api_platform.doctrine.orm.metadata.property.metadata_factory" type="service_closure" id="api_platform.doctrine.orm.metadata.property.metadata_factory" on-invalid="ignore_uninitialized"/>
        <argument key="api_platform.doctrine.orm.state.collection_provider" type="service_closure" id="api_platform.doctrine.orm.state.collection_provider" on-invalid="ignore_uninitialized"/>
        <argument key="api_platform.doctrine.orm.state.item_provider" type="service_closure" id="api_platform.doctrine.orm.state.item_provider" on-invalid="ignore_uninitialized"/>
        <argument key="api_platform.doctrine.orm.search_filter.instance" type="service_closure" id="api_platform.doctrine.orm.search_filter.instance" on-invalid="ignore_uninitialized"/>
        <argument key="api_platform.doctrine.orm.uuid_filter" type="service_closure" id="api_platform.doctrine.orm.uuid_filter" on-invalid="ignore_uninitialized"/>
        <argument key="api_platform.doctrine.orm.ulid_filter" type="service_closure" id="api_platform.doctrine.orm.ulid_filter" on-invalid="ignore_uninitialized"/>
        <argument key="api_platform.doctrine.orm.uuid_binary_filter" type="service_closure" id="api_platform.doctrine.orm.uuid_binary_filter" on-invalid="ignore_uninitialized"/>
        <argument key="api_platform.doctrine.orm.metadata.resource.metadata_collection_factory" type="service_closure" id="api_platform.doctrine.orm.metadata.resource.metadata_collection_factory" on-invalid="ignore_uninitialized"/>
        <argument key="api_platform.doctrine.orm.metadata.resource.link_factory.inner" type="service_closure" id="api_platform.doctrine.orm.metadata.resource.link_factory.inner" on-invalid="ignore_uninitialized"/>
        <argument key="api_platform.doctrine.orm.metadata.resource.link_factory" type="service_closure" id="api_platform.doctrine.orm.metadata.resource.link_factory" on-invalid="ignore_uninitialized"/>
        <argument key="api_platform.doctrine.orm.metadata.resource.parameter_metadata_collection_factory" type="service_closure" id="api_platform.doctrine.orm.metadata.resource.parameter_metadata_collection_factory" on-invalid="ignore_uninitialized"/>
        <argument key="api_platform.doctrine.orm.links_handler" type="service_closure" id="api_platform.doctrine.orm.links_handler" on-invalid="ignore_uninitialized"/>
        <argument key="api_platform.hydra.processor.link.inner" type="service_closure" id="api_platform.hydra.processor.link.inner" on-invalid="ignore_uninitialized"/>
        <argument key="api_platform.http_cache.processor.add_headers" type="service_closure" id="api_platform.http_cache.processor.add_headers" on-invalid="ignore_uninitialized"/>
        <argument key="api_platform.metadata.property.metadata_factory.validator" type="service_closure" id="api_platform.metadata.property.metadata_factory.validator" on-invalid="ignore_uninitialized"/>
        <argument key="api_platform.metadata.property_schema.choice_restriction" type="service_closure" id="api_platform.metadata.property_schema.choice_restriction" on-invalid="ignore_uninitialized"/>
        <argument key="api_platform.metadata.property_schema.collection_restriction" type="service_closure" id="api_platform.metadata.property_schema.collection_restriction" on-invalid="ignore_uninitialized"/>
        <argument key="api_platform.metadata.property_schema.count_restriction" type="service_closure" id="api_platform.metadata.property_schema.count_restriction" on-invalid="ignore_uninitialized"/>
        <argument key="api_platform.metadata.property_schema.css_color_restriction" type="service_closure" id="api_platform.metadata.property_schema.css_color_restriction" on-invalid="ignore_uninitialized"/>
        <argument key="api_platform.metadata.property_schema.greater_than_or_equal_restriction" type="service_closure" id="api_platform.metadata.property_schema.greater_than_or_equal_restriction" on-invalid="ignore_uninitialized"/>
        <argument key="api_platform.metadata.property_schema.greater_than_restriction" type="service_closure" id="api_platform.metadata.property_schema.greater_than_restriction" on-invalid="ignore_uninitialized"/>
        <argument key="api_platform.metadata.property_schema.length_restriction" type="service_closure" id="api_platform.metadata.property_schema.length_restriction" on-invalid="ignore_uninitialized"/>
        <argument key="api_platform.metadata.property_schema.less_than_or_equal_restriction" type="service_closure" id="api_platform.metadata.property_schema.less_than_or_equal_restriction" on-invalid="ignore_uninitialized"/>
        <argument key="api_platform.metadata.property_schema.less_than_restriction" type="service_closure" id="api_platform.metadata.property_schema.less_than_restriction" on-invalid="ignore_uninitialized"/>
        <argument key="api_platform.metadata.property_schema.one_of_restriction" type="service_closure" id="api_platform.metadata.property_schema.one_of_restriction" on-invalid="ignore_uninitialized"/>
        <argument key="api_platform.metadata.property_schema.range_restriction" type="service_closure" id="api_platform.metadata.property_schema.range_restriction" on-invalid="ignore_uninitialized"/>
        <argument key="api_platform.metadata.property_schema.regex_restriction" type="service_closure" id="api_platform.metadata.property_schema.regex_restriction" on-invalid="ignore_uninitialized"/>
        <argument key="api_platform.metadata.property_schema.format_restriction" type="service_closure" id="api_platform.metadata.property_schema.format_restriction" on-invalid="ignore_uninitialized"/>
        <argument key="api_platform.metadata.property_schema.unique_restriction" type="service_closure" id="api_platform.metadata.property_schema.unique_restriction" on-invalid="ignore_uninitialized"/>
        <argument key="api_platform.validator" type="service_closure" id="api_platform.validator" on-invalid="ignore_uninitialized"/>
        <argument key="api_platform.validator.state.error_provider" type="service_closure" id="api_platform.validator.state.error_provider" on-invalid="ignore_uninitialized"/>
        <argument key="api_platform.validator.metadata.resource.metadata_collection_factory.parameter" type="service_closure" id="api_platform.validator.metadata.resource.metadata_collection_factory.parameter" on-invalid="ignore_uninitialized"/>
        <argument key="api_platform.state_processor.validate" type="service_closure" id="api_platform.state_processor.validate" on-invalid="ignore_uninitialized"/>
        <argument key="api_platform.data_collector.request" type="service_closure" id="api_platform.data_collector.request" on-invalid="ignore_uninitialized"/>
        <argument key="debug.var_dumper.cloner" type="service_closure" id="debug.var_dumper.cloner" on-invalid="ignore_uninitialized"/>
        <argument key="debug.var_dumper.cli_dumper" type="service_closure" id="debug.var_dumper.cli_dumper" on-invalid="ignore_uninitialized"/>
        <argument key="debug.api_platform.debug_resource.command" type="service_closure" id="debug.api_platform.debug_resource.command" on-invalid="ignore_uninitialized"/>
        <argument key="api_platform.messenger.metadata.resource.metadata_collection_factory" type="service_closure" id="api_platform.messenger.metadata.resource.metadata_collection_factory" on-invalid="ignore_uninitialized"/>
        <argument key="ApiPlatform\Symfony\Messenger\Processor" type="service_closure" id="ApiPlatform\Symfony\Messenger\Processor" on-invalid="ignore_uninitialized"/>
        <argument key="api_platform.security.resource_access_checker" type="service_closure" id="api_platform.security.resource_access_checker" on-invalid="ignore_uninitialized"/>
        <argument key="api_platform.security.expression_language_provider" type="service_closure" id="api_platform.security.expression_language_provider" on-invalid="ignore_uninitialized"/>
        <argument key="api_platform.state_provider.access_checker.post_deserialize.inner" type="service_closure" id="api_platform.state_provider.access_checker.post_deserialize.inner" on-invalid="ignore_uninitialized"/>
        <argument key="api_platform.state_provider.access_checker.post_deserialize" type="service_closure" id="api_platform.state_provider.access_checker.post_deserialize" on-invalid="ignore_uninitialized"/>
        <argument key="api_platform.state_provider.security_parameter.inner" type="service_closure" id="api_platform.state_provider.security_parameter.inner" on-invalid="ignore_uninitialized"/>
        <argument key="api_platform.state_provider.security_parameter" type="service_closure" id="api_platform.state_provider.security_parameter" on-invalid="ignore_uninitialized"/>
        <argument key="api_platform.state_provider.access_checker.pre_read" type="service_closure" id="api_platform.state_provider.access_checker.pre_read" on-invalid="ignore_uninitialized"/>
        <argument key="api_platform.state_provider.access_checker.post_validate.inner" type="service_closure" id="api_platform.state_provider.access_checker.post_validate.inner" on-invalid="ignore_uninitialized"/>
        <argument key="api_platform.state_provider.access_checker.post_validate" type="service_closure" id="api_platform.state_provider.access_checker.post_validate" on-invalid="ignore_uninitialized"/>
        <argument key="api_platform.maker.command.state_processor" type="service_closure" id="api_platform.maker.command.state_processor" on-invalid="ignore_uninitialized"/>
        <argument key="api_platform.maker.command.state_provider" type="service_closure" id="api_platform.maker.command.state_provider" on-invalid="ignore_uninitialized"/>
        <argument key="api_platform.maker.command.filter" type="service_closure" id="api_platform.maker.command.filter" on-invalid="ignore_uninitialized"/>
        <argument key="api_platform.argument_resolver.payload" type="service_closure" id="api_platform.argument_resolver.payload" on-invalid="ignore_uninitialized"/>
        <argument key="api_platform.state_provider.read_link" type="service_closure" id="api_platform.state_provider.read_link" on-invalid="ignore_uninitialized"/>
        <argument key="web_profiler.csp.handler" type="service_closure" id="web_profiler.csp.handler" on-invalid="ignore_uninitialized"/>
        <argument key="twig.extension.webprofiler" type="service_closure" id="twig.extension.webprofiler" on-invalid="ignore_uninitialized"/>
        <argument key="debug.file_link_formatter.url_format" type="service_closure" id="debug.file_link_formatter.url_format" on-invalid="ignore_uninitialized"/>
        <argument key="twig.extension.code" type="service_closure" id="twig.extension.code" on-invalid="ignore_uninitialized"/>
        <argument key="stimulus.helper" type="service_closure" id="stimulus.helper" on-invalid="ignore_uninitialized"/>
        <argument key="stimulus.twig_extension" type="service_closure" id="stimulus.twig_extension" on-invalid="ignore_uninitialized"/>
        <argument key="stimulus.asset_mapper.ux_package_reader" type="service_closure" id="stimulus.asset_mapper.ux_package_reader" on-invalid="ignore_uninitialized"/>
        <argument key="stimulus.ux_controllers_twig_extension" type="service_closure" id="stimulus.ux_controllers_twig_extension" on-invalid="ignore_uninitialized"/>
        <argument key="stimulus.ux_controllers_twig_runtime" type="service_closure" id="stimulus.ux_controllers_twig_runtime" on-invalid="ignore_uninitialized"/>
        <argument key="stimulus.asset_mapper.controllers_map_generator" type="service_closure" id="stimulus.asset_mapper.controllers_map_generator" on-invalid="ignore_uninitialized"/>
        <argument key="stimulus.asset_mapper.auto_import_locator" type="service_closure" id="stimulus.asset_mapper.auto_import_locator" on-invalid="ignore_uninitialized"/>
        <argument key="stimulus.asset_mapper.loader_javascript_compiler" type="service_closure" id="stimulus.asset_mapper.loader_javascript_compiler" on-invalid="ignore_uninitialized"/>
        <argument key="turbo.id_accessor" type="service_closure" id="turbo.id_accessor" on-invalid="ignore_uninitialized"/>
        <argument key="turbo.broadcaster.action_renderer.inner" type="service_closure" id="turbo.broadcaster.action_renderer.inner" on-invalid="ignore_uninitialized"/>
        <argument key="turbo.broadcaster.action_renderer" type="service_closure" id="turbo.broadcaster.action_renderer" on-invalid="ignore_uninitialized"/>
        <argument key="turbo.twig.extension" type="service_closure" id="turbo.twig.extension" on-invalid="ignore_uninitialized"/>
        <argument key="turbo.twig.runtime" type="service_closure" id="turbo.twig.runtime" on-invalid="ignore_uninitialized"/>
        <argument key="turbo.doctrine.event_listener" type="service_closure" id="turbo.doctrine.event_listener" on-invalid="ignore_uninitialized"/>
        <argument key="turbo.kernel.request_listener" type="service_closure" id="turbo.kernel.request_listener" on-invalid="ignore_uninitialized"/>
        <argument key="twig.missing_extension_suggestor" type="service_closure" id="twig.missing_extension_suggestor" on-invalid="ignore_uninitialized"/>
        <argument key="twig.extension.html" type="service_closure" id="twig.extension.html" on-invalid="ignore_uninitialized"/>
        <argument key="monolog.logger" type="service_closure" id="monolog.logger" on-invalid="ignore_uninitialized"/>
        <argument key="monolog.formatter.chrome_php" type="service_closure" id="monolog.formatter.chrome_php" on-invalid="ignore_uninitialized"/>
        <argument key="monolog.formatter.gelf_message" type="service_closure" id="monolog.formatter.gelf_message" on-invalid="ignore_uninitialized"/>
        <argument key="monolog.formatter.html" type="service_closure" id="monolog.formatter.html" on-invalid="ignore_uninitialized"/>
        <argument key="monolog.formatter.json" type="service_closure" id="monolog.formatter.json" on-invalid="ignore_uninitialized"/>
        <argument key="monolog.formatter.line" type="service_closure" id="monolog.formatter.line" on-invalid="ignore_uninitialized"/>
        <argument key="monolog.formatter.syslog" type="service_closure" id="monolog.formatter.syslog" on-invalid="ignore_uninitialized"/>
        <argument key="monolog.formatter.loggly" type="service_closure" id="monolog.formatter.loggly" on-invalid="ignore_uninitialized"/>
        <argument key="monolog.formatter.normalizer" type="service_closure" id="monolog.formatter.normalizer" on-invalid="ignore_uninitialized"/>
        <argument key="monolog.formatter.scalar" type="service_closure" id="monolog.formatter.scalar" on-invalid="ignore_uninitialized"/>
        <argument key="monolog.formatter.wildfire" type="service_closure" id="monolog.formatter.wildfire" on-invalid="ignore_uninitialized"/>
        <argument key="monolog.formatter.logstash" type="service_closure" id="monolog.formatter.logstash" on-invalid="ignore_uninitialized"/>
        <argument key="monolog.http_client" type="service_closure" id="monolog.http_client" on-invalid="ignore_uninitialized"/>
        <argument key="monolog.handler.main.http_code_strategy" type="service_closure" id="monolog.handler.main.http_code_strategy" on-invalid="ignore_uninitialized"/>
        <argument key="monolog.handler.main" type="service_closure" id="monolog.handler.main" on-invalid="ignore_uninitialized"/>
        <argument key="monolog.processor.psr_log_message" type="service_closure" id="monolog.processor.psr_log_message" on-invalid="ignore_uninitialized"/>
        <argument key="monolog.handler.nested" type="service_closure" id="monolog.handler.nested" on-invalid="ignore_uninitialized"/>
        <argument key="lexik_jwt_authentication.payload_enrichment.random_jti_enrichment" type="service_closure" id="lexik_jwt_authentication.payload_enrichment.random_jti_enrichment" on-invalid="ignore_uninitialized"/>
        <argument key="lexik_jwt_authentication.payload_enrichment" type="service_closure" id="lexik_jwt_authentication.payload_enrichment" on-invalid="ignore_uninitialized"/>
        <argument key="lexik_jwt_authentication.key_loader.raw" type="service_closure" id="lexik_jwt_authentication.key_loader.raw" on-invalid="ignore_uninitialized"/>
        <argument key="lexik_jwt_authentication.encoder.lcobucci" type="service_closure" id="lexik_jwt_authentication.encoder.lcobucci" on-invalid="ignore_uninitialized"/>
        <argument key="lexik_jwt_authentication.jws_provider.lcobucci" type="service_closure" id="lexik_jwt_authentication.jws_provider.lcobucci" on-invalid="ignore_uninitialized"/>
        <argument key="lexik_jwt_authentication.handler.authentication_success" type="service_closure" id="lexik_jwt_authentication.handler.authentication_success" on-invalid="ignore_uninitialized"/>
        <argument key="lexik_jwt_authentication.handler.authentication_failure" type="service_closure" id="lexik_jwt_authentication.handler.authentication_failure" on-invalid="ignore_uninitialized"/>
        <argument key="lexik_jwt_authentication.extractor.chain_extractor" type="service_closure" id="lexik_jwt_authentication.extractor.chain_extractor" on-invalid="ignore_uninitialized"/>
        <argument key="lexik_jwt_authentication.extractor.authorization_header_extractor" type="service_closure" id="lexik_jwt_authentication.extractor.authorization_header_extractor" on-invalid="ignore_uninitialized"/>
        <argument key="lexik_jwt_authentication.extractor.query_parameter_extractor" type="service_closure" id="lexik_jwt_authentication.extractor.query_parameter_extractor" on-invalid="ignore_uninitialized"/>
        <argument key="lexik_jwt_authentication.extractor.cookie_extractor" type="service_closure" id="lexik_jwt_authentication.extractor.cookie_extractor" on-invalid="ignore_uninitialized"/>
        <argument key="lexik_jwt_authentication.extractor.split_cookie_extractor" type="service_closure" id="lexik_jwt_authentication.extractor.split_cookie_extractor" on-invalid="ignore_uninitialized"/>
        <argument key="lexik_jwt_authentication.security.jwt_user_provider" type="service_closure" id="lexik_jwt_authentication.security.jwt_user_provider" on-invalid="ignore_uninitialized"/>
        <argument key="lexik_jwt_authentication.check_config_command" type="service_closure" id="lexik_jwt_authentication.check_config_command" on-invalid="ignore_uninitialized"/>
        <argument key="lexik_jwt_authentication.migrate_config_command" type="service_closure" id="lexik_jwt_authentication.migrate_config_command" on-invalid="ignore_uninitialized"/>
        <argument key="lexik_jwt_authentication.enable_encryption_config_command" type="service_closure" id="lexik_jwt_authentication.enable_encryption_config_command" on-invalid="ignore_uninitialized"/>
        <argument key="lexik_jwt_authentication.generate_keypair_command" type="service_closure" id="lexik_jwt_authentication.generate_keypair_command" on-invalid="ignore_uninitialized"/>
        <argument key="lexik_jwt_authentication.api_platform.openapi.factory.inner" type="service_closure" id="lexik_jwt_authentication.api_platform.openapi.factory.inner" on-invalid="ignore_uninitialized"/>
        <argument key="lexik_jwt_authentication.api_platform.openapi.factory" type="service_closure" id="lexik_jwt_authentication.api_platform.openapi.factory" on-invalid="ignore_uninitialized"/>
        <argument key="symfonycasts.reset_password.fake_request_repository" type="service_closure" id="symfonycasts.reset_password.fake_request_repository" on-invalid="ignore_uninitialized"/>
        <argument key="symfonycasts.reset_password.cleaner" type="service_closure" id="symfonycasts.reset_password.cleaner" on-invalid="ignore_uninitialized"/>
        <argument key="SymfonyCasts\Bundle\ResetPassword\Command\ResetPasswordRemoveExpiredCommand" type="service_closure" id="SymfonyCasts\Bundle\ResetPassword\Command\ResetPasswordRemoveExpiredCommand" on-invalid="ignore_uninitialized"/>
        <argument key="symfonycasts.reset_password.random_generator" type="service_closure" id="symfonycasts.reset_password.random_generator" on-invalid="ignore_uninitialized"/>
        <argument key="symfonycasts.reset_password.token_generator" type="service_closure" id="symfonycasts.reset_password.token_generator" on-invalid="ignore_uninitialized"/>
        <argument key="symfonycasts.reset_password.helper" type="service_closure" id="symfonycasts.reset_password.helper" on-invalid="ignore_uninitialized"/>
        <argument key="ux.twig_component.component_template_finder" type="service_closure" id="ux.twig_component.component_template_finder" on-invalid="ignore_uninitialized"/>
        <argument key="ux.twig_component.component_factory" type="service_closure" id="ux.twig_component.component_factory" on-invalid="ignore_uninitialized"/>
        <argument key="ux.twig_component.component_stack" type="service_closure" id="ux.twig_component.component_stack" on-invalid="ignore_uninitialized"/>
        <argument key="ux.twig_component.component_properties" type="service_closure" id="ux.twig_component.component_properties" on-invalid="ignore_uninitialized"/>
        <argument key="ux.twig_component.component_renderer" type="service_closure" id="ux.twig_component.component_renderer" on-invalid="ignore_uninitialized"/>
        <argument key="ux.twig_component.twig.component_extension" type="service_closure" id="ux.twig_component.twig.component_extension" on-invalid="ignore_uninitialized"/>
        <argument key="ux.twig_component.twig.component_runtime" type="service_closure" id="ux.twig_component.twig.component_runtime" on-invalid="ignore_uninitialized"/>
        <argument key="ux.twig_component.twig.lexer" type="service_closure" id="ux.twig_component.twig.lexer" on-invalid="ignore_uninitialized"/>
        <argument key="ux.twig_component.twig.environment_configurator.inner" type="service_closure" id="ux.twig_component.twig.environment_configurator.inner" on-invalid="ignore_uninitialized"/>
        <argument key="ux.twig_component.twig.environment_configurator" type="service_closure" id="ux.twig_component.twig.environment_configurator" on-invalid="ignore_uninitialized"/>
        <argument key="ux.twig_component.command.debug" type="service_closure" id="ux.twig_component.command.debug" on-invalid="ignore_uninitialized"/>
        <argument key="ux.twig_component.component_logger_listener" type="service_closure" id="ux.twig_component.component_logger_listener" on-invalid="ignore_uninitialized"/>
        <argument key="ux.twig_component.data_collector" type="service_closure" id="ux.twig_component.data_collector" on-invalid="ignore_uninitialized"/>
        <argument key="cache.ux.twig_component" type="service_closure" id="cache.ux.twig_component" on-invalid="ignore_uninitialized"/>
        <argument key="ux.twig_component.cache_warmer" type="service_closure" id="ux.twig_component.cache_warmer" on-invalid="ignore_uninitialized"/>
        <argument key="EasyCorp\Bundle\EasyAdminBundle\Maker\ClassMaker" type="service_closure" id="EasyCorp\Bundle\EasyAdminBundle\Maker\ClassMaker" on-invalid="ignore_uninitialized"/>
        <argument key="EasyCorp\Bundle\EasyAdminBundle\DataCollector\EasyAdminDataCollector" type="service_closure" id="EasyCorp\Bundle\EasyAdminBundle\DataCollector\EasyAdminDataCollector" on-invalid="ignore_uninitialized"/>
        <argument key="EasyCorp\Bundle\EasyAdminBundle\EventListener\ExceptionListener" type="service_closure" id="EasyCorp\Bundle\EasyAdminBundle\EventListener\ExceptionListener" on-invalid="ignore_uninitialized"/>
        <argument key="EasyCorp\Bundle\EasyAdminBundle\Twig\EasyAdminTwigExtension" type="service_closure" id="EasyCorp\Bundle\EasyAdminBundle\Twig\EasyAdminTwigExtension" on-invalid="ignore_uninitialized"/>
        <argument key="EasyCorp\Bundle\EasyAdminBundle\Form\Extension\EaCrudFormTypeExtension" type="service_closure" id="EasyCorp\Bundle\EasyAdminBundle\Form\Extension\EaCrudFormTypeExtension" on-invalid="ignore_uninitialized"/>
        <argument key="EasyCorp\Bundle\EasyAdminBundle\Form\Extension\CollectionTypeExtension" type="service_closure" id="EasyCorp\Bundle\EasyAdminBundle\Form\Extension\CollectionTypeExtension" on-invalid="ignore_uninitialized"/>
        <argument key="EasyCorp\Bundle\EasyAdminBundle\Security\AuthorizationChecker" type="service_closure" id="EasyCorp\Bundle\EasyAdminBundle\Security\AuthorizationChecker" on-invalid="ignore_uninitialized"/>
        <argument key="EasyCorp\Bundle\EasyAdminBundle\Intl\IntlFormatter" type="service_closure" id="EasyCorp\Bundle\EasyAdminBundle\Intl\IntlFormatter" on-invalid="ignore_uninitialized"/>
        <argument key="EasyCorp\Bundle\EasyAdminBundle\Provider\AdminContextProvider" type="service_closure" id="EasyCorp\Bundle\EasyAdminBundle\Provider\AdminContextProvider" on-invalid="ignore_uninitialized"/>
        <argument key="EasyCorp\Bundle\EasyAdminBundle\ArgumentResolver\AdminContextResolver" type="service_closure" id="EasyCorp\Bundle\EasyAdminBundle\ArgumentResolver\AdminContextResolver" on-invalid="ignore_uninitialized"/>
        <argument key="EasyCorp\Bundle\EasyAdminBundle\ArgumentResolver\BatchActionDtoResolver" type="service_closure" id="EasyCorp\Bundle\EasyAdminBundle\ArgumentResolver\BatchActionDtoResolver" on-invalid="ignore_uninitialized"/>
        <argument key="EasyCorp\Bundle\EasyAdminBundle\EventListener\AdminRouterSubscriber" type="service_closure" id="EasyCorp\Bundle\EasyAdminBundle\EventListener\AdminRouterSubscriber" on-invalid="ignore_uninitialized"/>
        <argument key="EasyCorp\Bundle\EasyAdminBundle\Factory\ControllerFactory" type="service_closure" id="EasyCorp\Bundle\EasyAdminBundle\Factory\ControllerFactory" on-invalid="ignore_uninitialized"/>
        <argument key="EasyCorp\Bundle\EasyAdminBundle\EventListener\CrudResponseListener" type="service_closure" id="EasyCorp\Bundle\EasyAdminBundle\EventListener\CrudResponseListener" on-invalid="ignore_uninitialized"/>
        <argument key="EasyCorp\Bundle\EasyAdminBundle\Factory\AdminContextFactory" type="service_closure" id="EasyCorp\Bundle\EasyAdminBundle\Factory\AdminContextFactory" on-invalid="ignore_uninitialized"/>
        <argument key="EasyCorp\Bundle\EasyAdminBundle\Router\AdminUrlGenerator" type="service_closure" id="EasyCorp\Bundle\EasyAdminBundle\Router\AdminUrlGenerator" on-invalid="ignore_uninitialized"/>
        <argument key="service_locator_EasyCorp\Bundle\EasyAdminBundle\Router\AdminUrlGenerator" type="service_closure" id="service_locator_EasyCorp\Bundle\EasyAdminBundle\Router\AdminUrlGenerator" on-invalid="ignore_uninitialized"/>
        <argument key="EasyCorp\Bundle\EasyAdminBundle\Registry\AdminControllerRegistry" type="service_closure" id="EasyCorp\Bundle\EasyAdminBundle\Registry\AdminControllerRegistry" on-invalid="ignore_uninitialized"/>
        <argument key="EasyCorp\Bundle\EasyAdminBundle\Router\AdminRouteGenerator" type="service_closure" id="EasyCorp\Bundle\EasyAdminBundle\Router\AdminRouteGenerator" on-invalid="ignore_uninitialized"/>
        <argument key="EasyCorp\Bundle\EasyAdminBundle\Router\AdminRouteLoader" type="service_closure" id="EasyCorp\Bundle\EasyAdminBundle\Router\AdminRouteLoader" on-invalid="ignore_uninitialized"/>
        <argument key="EasyCorp\Bundle\EasyAdminBundle\Factory\MenuFactory" type="service_closure" id="EasyCorp\Bundle\EasyAdminBundle\Factory\MenuFactory" on-invalid="ignore_uninitialized"/>
        <argument key="EasyCorp\Bundle\EasyAdminBundle\Menu\MenuItemMatcher" type="service_closure" id="EasyCorp\Bundle\EasyAdminBundle\Menu\MenuItemMatcher" on-invalid="ignore_uninitialized"/>
        <argument key="EasyCorp\Bundle\EasyAdminBundle\Orm\EntityRepository" type="service_closure" id="EasyCorp\Bundle\EasyAdminBundle\Orm\EntityRepository" on-invalid="ignore_uninitialized"/>
        <argument key="EasyCorp\Bundle\EasyAdminBundle\Factory\EntityFactory" type="service_closure" id="EasyCorp\Bundle\EasyAdminBundle\Factory\EntityFactory" on-invalid="ignore_uninitialized"/>
        <argument key="EasyCorp\Bundle\EasyAdminBundle\Orm\EntityPaginator" type="service_closure" id="EasyCorp\Bundle\EasyAdminBundle\Orm\EntityPaginator" on-invalid="ignore_uninitialized"/>
        <argument key="EasyCorp\Bundle\EasyAdminBundle\Orm\EntityUpdater" type="service_closure" id="EasyCorp\Bundle\EasyAdminBundle\Orm\EntityUpdater" on-invalid="ignore_uninitialized"/>
        <argument key="EasyCorp\Bundle\EasyAdminBundle\Factory\PaginatorFactory" type="service_closure" id="EasyCorp\Bundle\EasyAdminBundle\Factory\PaginatorFactory" on-invalid="ignore_uninitialized"/>
        <argument key="EasyCorp\Bundle\EasyAdminBundle\Factory\FormFactory" type="service_closure" id="EasyCorp\Bundle\EasyAdminBundle\Factory\FormFactory" on-invalid="ignore_uninitialized"/>
        <argument key="EasyCorp\Bundle\EasyAdminBundle\Factory\FormLayoutFactory" type="service_closure" id="EasyCorp\Bundle\EasyAdminBundle\Factory\FormLayoutFactory" on-invalid="ignore_uninitialized"/>
        <argument key="EasyCorp\Bundle\EasyAdminBundle\Factory\FieldFactory" type="service_closure" id="EasyCorp\Bundle\EasyAdminBundle\Factory\FieldFactory" on-invalid="ignore_uninitialized"/>
        <argument key="EasyCorp\Bundle\EasyAdminBundle\Provider\FieldProvider" type="service_closure" id="EasyCorp\Bundle\EasyAdminBundle\Provider\FieldProvider" on-invalid="ignore_uninitialized"/>
        <argument key="EasyCorp\Bundle\EasyAdminBundle\Factory\FilterFactory" type="service_closure" id="EasyCorp\Bundle\EasyAdminBundle\Factory\FilterFactory" on-invalid="ignore_uninitialized"/>
        <argument key="EasyCorp\Bundle\EasyAdminBundle\Form\Type\FiltersFormType" type="service_closure" id="EasyCorp\Bundle\EasyAdminBundle\Form\Type\FiltersFormType" on-invalid="ignore_uninitialized"/>
        <argument key="EasyCorp\Bundle\EasyAdminBundle\Form\Type\FileUploadType" type="service_closure" id="EasyCorp\Bundle\EasyAdminBundle\Form\Type\FileUploadType" on-invalid="ignore_uninitialized"/>
        <argument key="EasyCorp\Bundle\EasyAdminBundle\Form\Type\EaMoneyType" type="service_closure" id="EasyCorp\Bundle\EasyAdminBundle\Form\Type\EaMoneyType" on-invalid="ignore_uninitialized"/>
        <argument key="EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\ChoiceConfigurator" type="service_closure" id="EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\ChoiceConfigurator" on-invalid="ignore_uninitialized"/>
        <argument key="EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\CommonConfigurator" type="service_closure" id="EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\CommonConfigurator" on-invalid="ignore_uninitialized"/>
        <argument key="EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\ComparisonConfigurator" type="service_closure" id="EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\ComparisonConfigurator" on-invalid="ignore_uninitialized"/>
        <argument key="EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\CountryConfigurator" type="service_closure" id="EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\CountryConfigurator" on-invalid="ignore_uninitialized"/>
        <argument key="EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\CurrencyConfigurator" type="service_closure" id="EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\CurrencyConfigurator" on-invalid="ignore_uninitialized"/>
        <argument key="EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\DateTimeConfigurator" type="service_closure" id="EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\DateTimeConfigurator" on-invalid="ignore_uninitialized"/>
        <argument key="EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\EntityConfigurator" type="service_closure" id="EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\EntityConfigurator" on-invalid="ignore_uninitialized"/>
        <argument key="EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\LanguageConfigurator" type="service_closure" id="EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\LanguageConfigurator" on-invalid="ignore_uninitialized"/>
        <argument key="EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\LocaleConfigurator" type="service_closure" id="EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\LocaleConfigurator" on-invalid="ignore_uninitialized"/>
        <argument key="EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\NullConfigurator" type="service_closure" id="EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\NullConfigurator" on-invalid="ignore_uninitialized"/>
        <argument key="EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\NumericConfigurator" type="service_closure" id="EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\NumericConfigurator" on-invalid="ignore_uninitialized"/>
        <argument key="EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\TextConfigurator" type="service_closure" id="EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\TextConfigurator" on-invalid="ignore_uninitialized"/>
        <argument key="EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\TimezoneConfigurator" type="service_closure" id="EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\TimezoneConfigurator" on-invalid="ignore_uninitialized"/>
        <argument key="EasyCorp\Bundle\EasyAdminBundle\Factory\ActionFactory" type="service_closure" id="EasyCorp\Bundle\EasyAdminBundle\Factory\ActionFactory" on-invalid="ignore_uninitialized"/>
        <argument key="EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter" type="service_closure" id="EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter" on-invalid="ignore_uninitialized"/>
        <argument key="EasyCorp\Bundle\EasyAdminBundle\Form\Type\CrudFormType" type="service_closure" id="EasyCorp\Bundle\EasyAdminBundle\Form\Type\CrudFormType" on-invalid="ignore_uninitialized"/>
        <argument key="EasyCorp\Bundle\EasyAdminBundle\Form\Type\CrudAutocompleteType" type="service_closure" id="EasyCorp\Bundle\EasyAdminBundle\Form\Type\CrudAutocompleteType" on-invalid="ignore_uninitialized"/>
        <argument key="EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\ArrayConfigurator" type="service_closure" id="EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\ArrayConfigurator" on-invalid="ignore_uninitialized"/>
        <argument key="EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\AssociationConfigurator" type="service_closure" id="EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\AssociationConfigurator" on-invalid="ignore_uninitialized"/>
        <argument key="EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\AvatarConfigurator" type="service_closure" id="EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\AvatarConfigurator" on-invalid="ignore_uninitialized"/>
        <argument key="EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\BooleanConfigurator" type="service_closure" id="EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\BooleanConfigurator" on-invalid="ignore_uninitialized"/>
        <argument key="EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CommonPostConfigurator" type="service_closure" id="EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CommonPostConfigurator" on-invalid="ignore_uninitialized"/>
        <argument key="EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CommonPreConfigurator" type="service_closure" id="EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CommonPreConfigurator" on-invalid="ignore_uninitialized"/>
        <argument key="EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CountryConfigurator" type="service_closure" id="EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CountryConfigurator" on-invalid="ignore_uninitialized"/>
        <argument key="EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CurrencyConfigurator" type="service_closure" id="EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CurrencyConfigurator" on-invalid="ignore_uninitialized"/>
        <argument key="EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\DateTimeConfigurator" type="service_closure" id="EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\DateTimeConfigurator" on-invalid="ignore_uninitialized"/>
        <argument key="EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\EmailConfigurator" type="service_closure" id="EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\EmailConfigurator" on-invalid="ignore_uninitialized"/>
        <argument key="EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\FormConfigurator" type="service_closure" id="EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\FormConfigurator" on-invalid="ignore_uninitialized"/>
        <argument key="EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\IdConfigurator" type="service_closure" id="EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\IdConfigurator" on-invalid="ignore_uninitialized"/>
        <argument key="EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\FileConfigurator" type="service_closure" id="EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\FileConfigurator" on-invalid="ignore_uninitialized"/>
        <argument key="EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\ImageConfigurator" type="service_closure" id="EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\ImageConfigurator" on-invalid="ignore_uninitialized"/>
        <argument key="EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\IntegerConfigurator" type="service_closure" id="EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\IntegerConfigurator" on-invalid="ignore_uninitialized"/>
        <argument key="EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\LanguageConfigurator" type="service_closure" id="EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\LanguageConfigurator" on-invalid="ignore_uninitialized"/>
        <argument key="EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\LocaleConfigurator" type="service_closure" id="EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\LocaleConfigurator" on-invalid="ignore_uninitialized"/>
        <argument key="EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\MoneyConfigurator" type="service_closure" id="EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\MoneyConfigurator" on-invalid="ignore_uninitialized"/>
        <argument key="EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\NumberConfigurator" type="service_closure" id="EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\NumberConfigurator" on-invalid="ignore_uninitialized"/>
        <argument key="EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\PercentConfigurator" type="service_closure" id="EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\PercentConfigurator" on-invalid="ignore_uninitialized"/>
        <argument key="EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\ChoiceConfigurator" type="service_closure" id="EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\ChoiceConfigurator" on-invalid="ignore_uninitialized"/>
        <argument key="EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\ColorConfigurator" type="service_closure" id="EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\ColorConfigurator" on-invalid="ignore_uninitialized"/>
        <argument key="EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CollectionConfigurator" type="service_closure" id="EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CollectionConfigurator" on-invalid="ignore_uninitialized"/>
        <argument key="EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\SlugConfigurator" type="service_closure" id="EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\SlugConfigurator" on-invalid="ignore_uninitialized"/>
        <argument key="EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\TelephoneConfigurator" type="service_closure" id="EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\TelephoneConfigurator" on-invalid="ignore_uninitialized"/>
        <argument key="EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\TextConfigurator" type="service_closure" id="EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\TextConfigurator" on-invalid="ignore_uninitialized"/>
        <argument key="EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\TimezoneConfigurator" type="service_closure" id="EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\TimezoneConfigurator" on-invalid="ignore_uninitialized"/>
        <argument key="EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\UrlConfigurator" type="service_closure" id="EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\UrlConfigurator" on-invalid="ignore_uninitialized"/>
        <argument key="EasyCorp\Bundle\EasyAdminBundle\Translation\EntityTranslationIdGenerator" type="service_closure" id="EasyCorp\Bundle\EasyAdminBundle\Translation\EntityTranslationIdGenerator" on-invalid="ignore_uninitialized"/>
        <argument key="EasyCorp\Bundle\EasyAdminBundle\Asset\AssetPackage" type="service_closure" id="EasyCorp\Bundle\EasyAdminBundle\Asset\AssetPackage" on-invalid="ignore_uninitialized"/>
        <argument key="EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Icon" type="service_closure" id="EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Icon" on-invalid="ignore_uninitialized"/>
        <argument key="EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Flag" type="service_closure" id="EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Flag" on-invalid="ignore_uninitialized"/>
        <argument key="EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Alert" type="service_closure" id="EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Alert" on-invalid="ignore_uninitialized"/>
        <argument key="EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Badge" type="service_closure" id="EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Badge" on-invalid="ignore_uninitialized"/>
        <argument key="EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Pagination" type="service_closure" id="EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Pagination" on-invalid="ignore_uninitialized"/>
        <argument key="EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Button" type="service_closure" id="EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Button" on-invalid="ignore_uninitialized"/>
        <argument key="api_platform.name_converter.metadata_aware" type="service_closure" id="api_platform.name_converter.metadata_aware" on-invalid="ignore_uninitialized"/>
        <argument key="debug.security.event_dispatcher.api_login.inner" type="service_closure" id="debug.security.event_dispatcher.api_login.inner" on-invalid="ignore_uninitialized"/>
        <argument key="debug.security.event_dispatcher.api_login" type="service_closure" id="debug.security.event_dispatcher.api_login" on-invalid="ignore_uninitialized"/>
        <argument key="debug.security.event_dispatcher.api.inner" type="service_closure" id="debug.security.event_dispatcher.api.inner" on-invalid="ignore_uninitialized"/>
        <argument key="debug.security.event_dispatcher.api" type="service_closure" id="debug.security.event_dispatcher.api" on-invalid="ignore_uninitialized"/>
        <argument key="debug.security.event_dispatcher.main.inner" type="service_closure" id="debug.security.event_dispatcher.main.inner" on-invalid="ignore_uninitialized"/>
        <argument key="debug.security.event_dispatcher.main" type="service_closure" id="debug.security.event_dispatcher.main" on-invalid="ignore_uninitialized"/>
        <argument key="messenger.bus.default.middleware.traceable" type="service_closure" id="messenger.bus.default.middleware.traceable" on-invalid="ignore_uninitialized"/>
        <argument key="messenger.bus.default.middleware.add_bus_name_stamp_middleware" type="service_closure" id="messenger.bus.default.middleware.add_bus_name_stamp_middleware" on-invalid="ignore_uninitialized"/>
        <argument key="messenger.bus.default.middleware.send_message" type="service_closure" id="messenger.bus.default.middleware.send_message" on-invalid="ignore_uninitialized"/>
        <argument key="messenger.bus.default.middleware.handle_message" type="service_closure" id="messenger.bus.default.middleware.handle_message" on-invalid="ignore_uninitialized"/>
        <argument key="debug.traced.messenger.bus.default.inner" type="service_closure" id="debug.traced.messenger.bus.default.inner" on-invalid="ignore_uninitialized"/>
        <argument key="debug.traced.messenger.bus.default" type="service_closure" id="debug.traced.messenger.bus.default" on-invalid="ignore_uninitialized"/>
        <argument key="messenger.bus.default.messenger.handlers_locator" type="service_closure" id="messenger.bus.default.messenger.handlers_locator" on-invalid="ignore_uninitialized"/>
        <argument key="security.listener.csrf_protection" type="service_closure" id="security.listener.csrf_protection" on-invalid="ignore_uninitialized"/>
        <argument key="controller.is_csrf_token_valid_attribute_listener" type="service_closure" id="controller.is_csrf_token_valid_attribute_listener" on-invalid="ignore_uninitialized"/>
        <argument key="security.logout.listener.csrf_token_clearing" type="service_closure" id="security.logout.listener.csrf_token_clearing" on-invalid="ignore_uninitialized"/>
        <argument key="security.ldap_locator" type="service_closure" id="security.ldap_locator" on-invalid="ignore_uninitialized"/>
        <argument key=".doctrine.orm.default_metadata_driver.inner" type="service_closure" id=".doctrine.orm.default_metadata_driver.inner" on-invalid="ignore_uninitialized"/>
        <argument key="doctrine.dbal.default_schema_asset_filter_manager" type="service_closure" id="doctrine.dbal.default_schema_asset_filter_manager" on-invalid="ignore_uninitialized"/>
        <argument key="doctrine.dbal.logging_middleware.default" type="service_closure" id="doctrine.dbal.logging_middleware.default" on-invalid="ignore_uninitialized"/>
        <argument key="doctrine.dbal.debug_middleware.default" type="service_closure" id="doctrine.dbal.debug_middleware.default" on-invalid="ignore_uninitialized"/>
        <argument key="doctrine.dbal.idle_connection_middleware.default" type="service_closure" id="doctrine.dbal.idle_connection_middleware.default" on-invalid="ignore_uninitialized"/>
        <argument key="monolog.logger.request" type="service_closure" id="monolog.logger.request" on-invalid="ignore_uninitialized"/>
        <argument key="monolog.logger.console" type="service_closure" id="monolog.logger.console" on-invalid="ignore_uninitialized"/>
        <argument key="monolog.logger.messenger" type="service_closure" id="monolog.logger.messenger" on-invalid="ignore_uninitialized"/>
        <argument key="monolog.logger.cache" type="service_closure" id="monolog.logger.cache" on-invalid="ignore_uninitialized"/>
        <argument key="monolog.logger.asset_mapper" type="service_closure" id="monolog.logger.asset_mapper" on-invalid="ignore_uninitialized"/>
        <argument key="monolog.logger.http_client" type="service_closure" id="monolog.logger.http_client" on-invalid="ignore_uninitialized"/>
        <argument key="monolog.logger.mailer" type="service_closure" id="monolog.logger.mailer" on-invalid="ignore_uninitialized"/>
        <argument key="monolog.logger.translation" type="service_closure" id="monolog.logger.translation" on-invalid="ignore_uninitialized"/>
        <argument key="monolog.logger.php" type="service_closure" id="monolog.logger.php" on-invalid="ignore_uninitialized"/>
        <argument key="monolog.logger.event" type="service_closure" id="monolog.logger.event" on-invalid="ignore_uninitialized"/>
        <argument key="monolog.logger.router" type="service_closure" id="monolog.logger.router" on-invalid="ignore_uninitialized"/>
        <argument key="monolog.logger.profiler" type="service_closure" id="monolog.logger.profiler" on-invalid="ignore_uninitialized"/>
        <argument key="monolog.logger.security" type="service_closure" id="monolog.logger.security" on-invalid="ignore_uninitialized"/>
        <argument key="monolog.logger.doctrine" type="service_closure" id="monolog.logger.doctrine" on-invalid="ignore_uninitialized"/>
        <argument key="api_platform.state_provider.access_checker.pre_read.inner" type="service_closure" id="api_platform.state_provider.access_checker.pre_read.inner" on-invalid="ignore_uninitialized"/>
        <argument key="api_platform.openapi.normalizer.api_gateway.inner" type="service_closure" id="api_platform.openapi.normalizer.api_gateway.inner" on-invalid="ignore_uninitialized"/>
        <argument key="cache.app.recorder_inner" type="service_closure" id="cache.app.recorder_inner" on-invalid="ignore_uninitialized"/>
        <argument key="cache.system.recorder_inner" type="service_closure" id="cache.system.recorder_inner" on-invalid="ignore_uninitialized"/>
        <argument key="cache.validator.recorder_inner" type="service_closure" id="cache.validator.recorder_inner" on-invalid="ignore_uninitialized"/>
        <argument key="cache.serializer.recorder_inner" type="service_closure" id="cache.serializer.recorder_inner" on-invalid="ignore_uninitialized"/>
        <argument key="cache.property_info.recorder_inner" type="service_closure" id="cache.property_info.recorder_inner" on-invalid="ignore_uninitialized"/>
        <argument key="cache.asset_mapper.recorder_inner" type="service_closure" id="cache.asset_mapper.recorder_inner" on-invalid="ignore_uninitialized"/>
        <argument key="cache.messenger.restart_workers_signal.recorder_inner" type="service_closure" id="cache.messenger.restart_workers_signal.recorder_inner" on-invalid="ignore_uninitialized"/>
        <argument key="cache.http_client.pool.recorder_inner" type="service_closure" id="cache.http_client.pool.recorder_inner" on-invalid="ignore_uninitialized"/>
        <argument key="cache.rate_limiter.recorder_inner" type="service_closure" id="cache.rate_limiter.recorder_inner" on-invalid="ignore_uninitialized"/>
        <argument key="cache.validator_expression_language.recorder_inner" type="service_closure" id="cache.validator_expression_language.recorder_inner" on-invalid="ignore_uninitialized"/>
        <argument key="cache.security_expression_language.recorder_inner" type="service_closure" id="cache.security_expression_language.recorder_inner" on-invalid="ignore_uninitialized"/>
        <argument key="cache.security_is_granted_attribute_expression_language.recorder_inner" type="service_closure" id="cache.security_is_granted_attribute_expression_language.recorder_inner" on-invalid="ignore_uninitialized"/>
        <argument key="cache.security_is_csrf_token_valid_attribute_expression_language.recorder_inner" type="service_closure" id="cache.security_is_csrf_token_valid_attribute_expression_language.recorder_inner" on-invalid="ignore_uninitialized"/>
        <argument key="cache.doctrine.orm.default.result.recorder_inner" type="service_closure" id="cache.doctrine.orm.default.result.recorder_inner" on-invalid="ignore_uninitialized"/>
        <argument key="cache.doctrine.orm.default.query.recorder_inner" type="service_closure" id="cache.doctrine.orm.default.query.recorder_inner" on-invalid="ignore_uninitialized"/>
        <argument key="api_platform.cache.route_name_resolver.recorder_inner" type="service_closure" id="api_platform.cache.route_name_resolver.recorder_inner" on-invalid="ignore_uninitialized"/>
        <argument key="api_platform.cache.metadata.resource.recorder_inner" type="service_closure" id="api_platform.cache.metadata.resource.recorder_inner" on-invalid="ignore_uninitialized"/>
        <argument key="api_platform.cache.metadata.property.recorder_inner" type="service_closure" id="api_platform.cache.metadata.property.recorder_inner" on-invalid="ignore_uninitialized"/>
        <argument key="api_platform.cache.metadata.resource_collection.recorder_inner" type="service_closure" id="api_platform.cache.metadata.resource_collection.recorder_inner" on-invalid="ignore_uninitialized"/>
        <argument key="api_platform.cache.metadata.operation.recorder_inner" type="service_closure" id="api_platform.cache.metadata.operation.recorder_inner" on-invalid="ignore_uninitialized"/>
        <argument key="api_platform.cache.openapi.recorder_inner" type="service_closure" id="api_platform.cache.openapi.recorder_inner" on-invalid="ignore_uninitialized"/>
        <argument key="cache.ux.twig_component.recorder_inner" type="service_closure" id="cache.ux.twig_component.recorder_inner" on-invalid="ignore_uninitialized"/>
        <argument key="cache.easyadmin.recorder_inner" type="service_closure" id="cache.easyadmin.recorder_inner" on-invalid="ignore_uninitialized"/>
        <argument key="Psr\Http\Message\RequestFactoryInterface" type="service_closure" id="http_discovery.psr17_factory" on-invalid="ignore_uninitialized"/>
        <argument key="Psr\Http\Message\ResponseFactoryInterface" type="service_closure" id="http_discovery.psr17_factory" on-invalid="ignore_uninitialized"/>
        <argument key="Psr\Http\Message\ServerRequestFactoryInterface" type="service_closure" id="http_discovery.psr17_factory" on-invalid="ignore_uninitialized"/>
        <argument key="Psr\Http\Message\StreamFactoryInterface" type="service_closure" id="http_discovery.psr17_factory" on-invalid="ignore_uninitialized"/>
        <argument key="Psr\Http\Message\UploadedFileFactoryInterface" type="service_closure" id="http_discovery.psr17_factory" on-invalid="ignore_uninitialized"/>
        <argument key="Psr\Http\Message\UriFactoryInterface" type="service_closure" id="http_discovery.psr17_factory" on-invalid="ignore_uninitialized"/>
        <argument key="App\Service\Catalog\Ingestion\OlAuthorDict" type="service_closure" id="App\Service\Catalog\Ingestion\SqliteAuthorDict" on-invalid="ignore_uninitialized"/>
        <argument key="App\Service\Recommendation\CandidateProvider" type="service_closure" id="App\Service\Recommendation\GoogleBooksCandidateProvider" on-invalid="ignore_uninitialized"/>
        <argument key="App\Service\Recommendation\CategoryPopularityProviderInterface" type="service_closure" id="App\Service\Recommendation\CategoryPopularityProvider" on-invalid="ignore_uninitialized"/>
        <argument key="App\Service\Recommendation\CategorySeedProviderInterface" type="service_closure" id="App\Service\Recommendation\CategorySeedProvider" on-invalid="ignore_uninitialized"/>
        <argument key="App\Service\Recommendation\ReadAlikeProviderInterface" type="service_closure" id="App\Service\Recommendation\ReadAlikeProvider" on-invalid="ignore_uninitialized"/>
        <argument key="App\Service\Recommendation\FacetSeedProviderInterface" type="service_closure" id="App\Service\Recommendation\FacetSeedProvider" on-invalid="ignore_uninitialized"/>
        <argument key="App\Service\Catalog\Resolution\BookEntityResolverInterface" type="service_closure" id="App\Service\Catalog\Resolution\WikidataSearchService" on-invalid="ignore_uninitialized"/>
        <argument key="App\Service\Recommendation\GenreIdfProviderInterface" type="service_closure" id="App\Service\Recommendation\GenreIdfProvider" on-invalid="ignore_uninitialized"/>
        <argument key="Symfony\Bundle\FrameworkBundle\Controller\ControllerHelper" type="service_closure" id="controller.helper" on-invalid="ignore_uninitialized"/>
        <argument key="Symfony\Component\DependencyInjection\ParameterBag\ContainerBagInterface" type="service_closure" id="parameter_bag" on-invalid="ignore_uninitialized"/>
        <argument key="Symfony\Component\DependencyInjection\ParameterBag\ParameterBagInterface" type="service_closure" id="parameter_bag" on-invalid="ignore_uninitialized"/>
        <argument key="Symfony\Component\EventDispatcher\EventDispatcherInterface" type="service_closure" id="debug.event_dispatcher" on-invalid="ignore_uninitialized"/>
        <argument key="Symfony\Contracts\EventDispatcher\EventDispatcherInterface" type="service_closure" id="debug.event_dispatcher" on-invalid="ignore_uninitialized"/>
        <argument key="Psr\EventDispatcher\EventDispatcherInterface" type="service_closure" id="debug.event_dispatcher" on-invalid="ignore_uninitialized"/>
        <argument key="Symfony\Component\HttpKernel\HttpKernelInterface" type="service_closure" id="http_kernel" on-invalid="ignore_uninitialized"/>
        <argument key="Symfony\Component\HttpFoundation\RequestStack" type="service_closure" id="request_stack" on-invalid="ignore_uninitialized"/>
        <argument key="Symfony\Component\HttpKernel\HttpCache\StoreInterface" type="service_closure" id="http_cache.store" on-invalid="ignore_uninitialized"/>
        <argument key="Symfony\Component\HttpFoundation\UrlHelper" type="service_closure" id="url_helper" on-invalid="ignore_uninitialized"/>
        <argument key="Symfony\Component\HttpKernel\KernelInterface" type="service_closure" id="kernel" on-invalid="ignore_uninitialized"/>
        <argument key="Symfony\Component\Filesystem\Filesystem" type="service_closure" id="filesystem" on-invalid="ignore_uninitialized"/>
        <argument key="Symfony\Component\HttpKernel\Config\FileLocator" type="service_closure" id="file_locator" on-invalid="ignore_uninitialized"/>
        <argument key="Symfony\Component\HttpFoundation\UriSigner" type="service_closure" id="uri_signer" on-invalid="ignore_uninitialized"/>
        <argument key="Symfony\Component\HttpKernel\DependencyInjection\ServicesResetterInterface" type="service_closure" id="services_resetter" on-invalid="ignore_uninitialized"/>
        <argument key="Symfony\Component\DependencyInjection\ReverseContainer" type="service_closure" id="reverse_container" on-invalid="ignore_uninitialized"/>
        <argument key="Symfony\Component\String\Slugger\SluggerInterface" type="service_closure" id="slugger" on-invalid="ignore_uninitialized"/>
        <argument key="Symfony\Component\Clock\ClockInterface" type="service_closure" id="clock" on-invalid="ignore_uninitialized"/>
        <argument key="Psr\Clock\ClockInterface" type="service_closure" id="clock" on-invalid="ignore_uninitialized"/>
        <argument key="Symfony\Component\HttpKernel\Fragment\FragmentUriGeneratorInterface" type="service_closure" id="fragment.uri_generator" on-invalid="ignore_uninitialized"/>
        <argument key="error_renderer.html" type="service_closure" id="twig.error_renderer.html" on-invalid="ignore_uninitialized"/>
        <argument key="error_renderer.cli" type="service_closure" id="error_handler.error_renderer.cli" on-invalid="ignore_uninitialized"/>
        <argument key="error_renderer.default" type="service_closure" id="error_handler.error_renderer.default" on-invalid="ignore_uninitialized"/>
        <argument key="error_renderer" type="service_closure" id="error_handler.error_renderer.serializer" on-invalid="ignore_uninitialized"/>
        <argument key="Psr\Container\ContainerInterface $parameterBag" type="service_closure" id="parameter_bag" on-invalid="ignore_uninitialized"/>
        <argument key="Psr\Cache\CacheItemPoolInterface" type="service_closure" id="cache.app" on-invalid="ignore_uninitialized"/>
        <argument key="Symfony\Contracts\Cache\CacheInterface" type="service_closure" id="cache.app" on-invalid="ignore_uninitialized"/>
        <argument key="Symfony\Contracts\Cache\NamespacedPoolInterface" type="service_closure" id="cache.app" on-invalid="ignore_uninitialized"/>
        <argument key="Symfony\Contracts\Cache\TagAwareCacheInterface" type="service_closure" id="cache.app.taggable" on-invalid="ignore_uninitialized"/>
        <argument key="Symfony\Contracts\Translation\TranslatorInterface" type="service_closure" id="translator.data_collector" on-invalid="ignore_uninitialized"/>
        <argument key="Symfony\Component\Asset\Packages" type="service_closure" id="assets.packages" on-invalid="ignore_uninitialized"/>
        <argument key="Symfony\Component\AssetMapper\AssetMapperInterface" type="service_closure" id="asset_mapper" on-invalid="ignore_uninitialized"/>
        <argument key="asset_mapper.http_client" type="service_closure" id="http_client.uri_template" on-invalid="ignore_uninitialized"/>
        <argument key="Symfony\Component\AssetMapper\ImportMap\ImportMapManager" type="service_closure" id="asset_mapper.importmap.manager" on-invalid="ignore_uninitialized"/>
        <argument key="Symfony\Component\AssetMapper\Compressor\CompressorInterface" type="service_closure" id="asset_mapper.compressor" on-invalid="ignore_uninitialized"/>
        <argument key="Symfony\Contracts\HttpClient\HttpClientInterface" type="service_closure" id="http_client.uri_template" on-invalid="ignore_uninitialized"/>
        <argument key="Psr\Http\Client\ClientInterface" type="service_closure" id="psr18.http_client" on-invalid="ignore_uninitialized"/>
        <argument key="Symfony\Contracts\HttpClient\HttpClientInterface $openLibraryClient" type="service_closure" id="openLibraryClient.uri_template" on-invalid="ignore_uninitialized"/>
        <argument key="Psr\Http\Client\ClientInterface $openLibraryClient" type="service_closure" id="psr18.openLibraryClient" on-invalid="ignore_uninitialized"/>
        <argument key="Symfony\Contracts\HttpClient\HttpClientInterface $googleBooksClient" type="service_closure" id="googleBooksClient.uri_template" on-invalid="ignore_uninitialized"/>
        <argument key="Psr\Http\Client\ClientInterface $googleBooksClient" type="service_closure" id="psr18.googleBooksClient" on-invalid="ignore_uninitialized"/>
        <argument key="mailer" type="service_closure" id="mailer.mailer" on-invalid="ignore_uninitialized"/>
        <argument key="Symfony\Component\Mailer\MailerInterface" type="service_closure" id="mailer.mailer" on-invalid="ignore_uninitialized"/>
        <argument key="mailer.default_transport" type="service_closure" id="mailer.transports" on-invalid="ignore_uninitialized"/>
        <argument key="Symfony\Component\Mailer\Transport\TransportInterface" type="service_closure" id="mailer.transports" on-invalid="ignore_uninitialized"/>
        <argument key="Symfony\Component\Translation\Reader\TranslationReaderInterface" type="service_closure" id="translation.reader" on-invalid="ignore_uninitialized"/>
        <argument key="Symfony\Component\Translation\Extractor\ExtractorInterface" type="service_closure" id="translation.extractor" on-invalid="ignore_uninitialized"/>
        <argument key="Symfony\Component\Translation\Writer\TranslationWriterInterface" type="service_closure" id="translation.writer" on-invalid="ignore_uninitialized"/>
        <argument key="Symfony\Contracts\Translation\LocaleAwareInterface" type="service_closure" id="translation.locale_switcher" on-invalid="ignore_uninitialized"/>
        <argument key="Symfony\Component\Translation\LocaleSwitcher" type="service_closure" id="translation.locale_switcher" on-invalid="ignore_uninitialized"/>
        <argument key="translator.formatter" type="service_closure" id="translator.formatter.default" on-invalid="ignore_uninitialized"/>
        <argument key="Symfony\Component\ErrorHandler\ErrorRenderer\FileLinkFormatter" type="service_closure" id="debug.file_link_formatter" on-invalid="ignore_uninitialized"/>
        <argument key="Symfony\Component\Stopwatch\Stopwatch" type="service_closure" id="debug.stopwatch" on-invalid="ignore_uninitialized"/>
        <argument key="Symfony\Component\Routing\RouterInterface" type="service_closure" id="router.default" on-invalid="ignore_uninitialized"/>
        <argument key="Symfony\Component\Routing\Generator\UrlGeneratorInterface" type="service_closure" id="router.default" on-invalid="ignore_uninitialized"/>
        <argument key="Symfony\Component\Routing\Matcher\UrlMatcherInterface" type="service_closure" id="router.default" on-invalid="ignore_uninitialized"/>
        <argument key="Symfony\Component\Routing\RequestContextAwareInterface" type="service_closure" id="router.default" on-invalid="ignore_uninitialized"/>
        <argument key="Symfony\Component\Routing\RequestContext" type="service_closure" id="router.request_context" on-invalid="ignore_uninitialized"/>
        <argument key="Symfony\Component\PropertyAccess\PropertyAccessorInterface" type="service_closure" id="property_accessor" on-invalid="ignore_uninitialized"/>
        <argument key="Symfony\Component\Serializer\SerializerInterface" type="service_closure" id="debug.serializer" on-invalid="ignore_uninitialized"/>
        <argument key="Symfony\Component\Serializer\Normalizer\NormalizerInterface" type="service_closure" id="debug.serializer" on-invalid="ignore_uninitialized"/>
        <argument key="Symfony\Component\Serializer\Normalizer\DenormalizerInterface" type="service_closure" id="debug.serializer" on-invalid="ignore_uninitialized"/>
        <argument key="Symfony\Component\Serializer\Encoder\EncoderInterface" type="service_closure" id="debug.serializer" on-invalid="ignore_uninitialized"/>
        <argument key="Symfony\Component\Serializer\Encoder\DecoderInterface" type="service_closure" id="debug.serializer" on-invalid="ignore_uninitialized"/>
        <argument key="serializer.property_accessor" type="service_closure" id="property_accessor" on-invalid="ignore_uninitialized"/>
        <argument key="Symfony\Component\Serializer\Mapping\ClassDiscriminatorResolverInterface" type="service_closure" id="serializer.mapping.class_discriminator_resolver" on-invalid="ignore_uninitialized"/>
        <argument key="Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactoryInterface" type="service_closure" id="api_platform.serializer.mapping.class_metadata_factory" on-invalid="ignore_uninitialized"/>
        <argument key="error_renderer.serializer" type="service_closure" id="error_handler.error_renderer.serializer" on-invalid="ignore_uninitialized"/>
        <argument key="Symfony\Component\TypeInfo\TypeResolver\TypeResolverInterface" type="service_closure" id="type_info.resolver" on-invalid="ignore_uninitialized"/>
        <argument key="Symfony\Component\PropertyInfo\PropertyAccessExtractorInterface" type="service_closure" id="property_info" on-invalid="ignore_uninitialized"/>
        <argument key="Symfony\Component\PropertyInfo\PropertyDescriptionExtractorInterface" type="service_closure" id="property_info" on-invalid="ignore_uninitialized"/>
        <argument key="Symfony\Component\PropertyInfo\PropertyInfoExtractorInterface" type="service_closure" id="property_info" on-invalid="ignore_uninitialized"/>
        <argument key="Symfony\Component\PropertyInfo\PropertyTypeExtractorInterface" type="service_closure" id="property_info" on-invalid="ignore_uninitialized"/>
        <argument key="Symfony\Component\PropertyInfo\PropertyListExtractorInterface" type="service_closure" id="property_info" on-invalid="ignore_uninitialized"/>
        <argument key="Symfony\Component\PropertyInfo\PropertyInitializableExtractorInterface" type="service_closure" id="property_info" on-invalid="ignore_uninitialized"/>
        <argument key="Symfony\Component\PropertyInfo\PropertyReadInfoExtractorInterface" type="service_closure" id="property_info.reflection_extractor" on-invalid="ignore_uninitialized"/>
        <argument key="Symfony\Component\PropertyInfo\PropertyWriteInfoExtractorInterface" type="service_closure" id="property_info.reflection_extractor" on-invalid="ignore_uninitialized"/>
        <argument key="Symfony\Component\WebLink\HttpHeaderSerializer" type="service_closure" id="web_link.http_header_serializer" on-invalid="ignore_uninitialized"/>
        <argument key="Symfony\Component\WebLink\HttpHeaderParser" type="service_closure" id="web_link.http_header_parser" on-invalid="ignore_uninitialized"/>
        <argument key="Symfony\Component\Uid\Factory\UlidFactory" type="service_closure" id="ulid.factory" on-invalid="ignore_uninitialized"/>
        <argument key="Symfony\Component\Uid\Factory\UuidFactory" type="service_closure" id="uuid.factory" on-invalid="ignore_uninitialized"/>
        <argument key="Symfony\Component\Uid\Factory\NameBasedUuidFactory" type="service_closure" id="name_based_uuid.factory" on-invalid="ignore_uninitialized"/>
        <argument key="Symfony\Component\Uid\Factory\RandomBasedUuidFactory" type="service_closure" id="random_based_uuid.factory" on-invalid="ignore_uninitialized"/>
        <argument key="Symfony\Component\Uid\Factory\TimeBasedUuidFactory" type="service_closure" id="time_based_uuid.factory" on-invalid="ignore_uninitialized"/>
        <argument key="cache.default_redis_provider" type="service_closure" id=".cache_connection.MfCypIA" on-invalid="ignore_uninitialized"/>
        <argument key="cache.default_valkey_provider" type="service_closure" id=".cache_connection.H8vabc8" on-invalid="ignore_uninitialized"/>
        <argument key="cache.default_memcached_provider" type="service_closure" id=".cache_connection.8kvDmRs" on-invalid="ignore_uninitialized"/>
        <argument key="cache.default_doctrine_dbal_provider" type="service_closure" id="doctrine.dbal.default_connection" on-invalid="ignore_uninitialized"/>
        <argument key="SessionHandlerInterface" type="service_closure" id="session.handler.native" on-invalid="ignore_uninitialized"/>
        <argument key="session.storage.factory" type="service_closure" id="session.storage.factory.mock_file" on-invalid="ignore_uninitialized"/>
        <argument key="session.handler" type="service_closure" id="session.handler.native" on-invalid="ignore_uninitialized"/>
        <argument key="session_listener" type="service_closure" id="test.session.listener" on-invalid="ignore_uninitialized"/>
        <argument key="Symfony\Component\Security\Csrf\TokenGenerator\TokenGeneratorInterface" type="service_closure" id="security.csrf.token_generator" on-invalid="ignore_uninitialized"/>
        <argument key="Symfony\Component\Security\Csrf\TokenStorage\TokenStorageInterface" type="service_closure" id="security.csrf.token_storage" on-invalid="ignore_uninitialized"/>
        <argument key="Symfony\Component\Security\Csrf\CsrfTokenManagerInterface" type="service_closure" id="security.csrf.same_origin_token_manager" on-invalid="ignore_uninitialized"/>
        <argument key="Symfony\Component\Form\ResolvedFormTypeFactoryInterface" type="service_closure" id="form.resolved_type_factory" on-invalid="ignore_uninitialized"/>
        <argument key="Symfony\Component\Form\FormRegistryInterface" type="service_closure" id="form.registry" on-invalid="ignore_uninitialized"/>
        <argument key="Symfony\Component\Form\FormFactoryInterface" type="service_closure" id="form.factory" on-invalid="ignore_uninitialized"/>
        <argument key="form.property_accessor" type="service_closure" id="property_accessor" on-invalid="ignore_uninitialized"/>
        <argument key="form.choice_list_factory" type="service_closure" id="form.choice_list_factory.cached" on-invalid="ignore_uninitialized"/>
        <argument key="Symfony\Component\Validator\Validator\ValidatorInterface" type="service_closure" id="debug.validator" on-invalid="ignore_uninitialized"/>
        <argument key="validator.mapping.class_metadata_factory" type="service_closure" id="debug.validator" on-invalid="ignore_uninitialized"/>
        <argument key="messenger.default_serializer" type="service_closure" id=".signing.messenger.default_serializer" on-invalid="ignore_uninitialized"/>
        <argument key="Symfony\Component\Messenger\Transport\Serialization\SerializerInterface" type="service_closure" id=".signing.messenger.default_serializer" on-invalid="ignore_uninitialized"/>
        <argument key="Symfony\Component\Messenger\MessageBusInterface" type="service_closure" id="debug.traced.messenger.bus.default" on-invalid="ignore_uninitialized"/>
        <argument key="messenger.failure_transports.default" type="service_closure" id="messenger.transport.failed" on-invalid="ignore_uninitialized"/>
        <argument key="Symfony\Component\Notifier\NotifierInterface" type="service_closure" id="notifier" on-invalid="ignore_uninitialized"/>
        <argument key="Symfony\Component\Mime\MimeTypesInterface" type="service_closure" id="mime_types" on-invalid="ignore_uninitialized"/>
        <argument key="Symfony\Component\Mime\MimeTypeGuesserInterface" type="service_closure" id="mime_types" on-invalid="ignore_uninitialized"/>
        <argument key="Twig\Environment" type="service_closure" id="twig" on-invalid="ignore_uninitialized"/>
        <argument key="Symfony\Component\Mime\BodyRendererInterface" type="service_closure" id="twig.mime_body_renderer" on-invalid="ignore_uninitialized"/>
        <argument key="Symfony\Component\Security\Core\Authorization\AuthorizationCheckerInterface" type="service_closure" id="security.authorization_checker" on-invalid="ignore_uninitialized"/>
        <argument key="Symfony\Component\Security\Core\Authorization\UserAuthorizationCheckerInterface" type="service_closure" id="security.authorization_checker" on-invalid="ignore_uninitialized"/>
        <argument key="Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorageInterface" type="service_closure" id="security.token_storage" on-invalid="ignore_uninitialized"/>
        <argument key="Symfony\Bundle\SecurityBundle\Security" type="service_closure" id="security.helper" on-invalid="ignore_uninitialized"/>
        <argument key="Symfony\Component\Security\Http\Session\SessionAuthenticationStrategyInterface" type="service_closure" id="security.authentication.session_strategy" on-invalid="ignore_uninitialized"/>
        <argument key="Symfony\Component\Security\Http\Authentication\AuthenticationUtils" type="service_closure" id="security.authentication_utils" on-invalid="ignore_uninitialized"/>
        <argument key="Symfony\Component\Security\Core\Authorization\AccessDecisionManagerInterface" type="service_closure" id="debug.security.access.decision_manager" on-invalid="ignore_uninitialized"/>
        <argument key="Symfony\Component\Security\Core\Role\RoleHierarchyInterface" type="service_closure" id="security.role_hierarchy" on-invalid="ignore_uninitialized"/>
        <argument key="Symfony\Component\Security\Http\Firewall" type="service_closure" id="debug.security.firewall" on-invalid="ignore_uninitialized"/>
        <argument key="Symfony\Component\Security\Http\FirewallMapInterface" type="service_closure" id="security.firewall.map" on-invalid="ignore_uninitialized"/>
        <argument key="Symfony\Component\Security\Http\HttpUtils" type="service_closure" id="security.http_utils" on-invalid="ignore_uninitialized"/>
        <argument key="Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactoryInterface" type="service_closure" id="security.password_hasher_factory" on-invalid="ignore_uninitialized"/>
        <argument key="security.password_hasher" type="service_closure" id="security.user_password_hasher" on-invalid="ignore_uninitialized"/>
        <argument key="Symfony\Component\PasswordHasher\Hasher\UserPasswordHasherInterface" type="service_closure" id="security.user_password_hasher" on-invalid="ignore_uninitialized"/>
        <argument key="Symfony\Component\Security\Http\Authentication\UserAuthenticatorInterface" type="service_closure" id="security.user_authenticator" on-invalid="ignore_uninitialized"/>
        <argument key="security.firewall" type="service_closure" id="debug.security.firewall" on-invalid="ignore_uninitialized"/>
        <argument key="security.user_providers" type="service_closure" id="security.user.provider.concrete.app_user_provider" on-invalid="ignore_uninitialized"/>
        <argument key="Symfony\Component\Security\Core\User\UserProviderInterface" type="service_closure" id="security.user.provider.concrete.app_user_provider" on-invalid="ignore_uninitialized"/>
        <argument key="security.authentication.session_strategy.api_login" type="service_closure" id="security.authentication.session_strategy_noop" on-invalid="ignore_uninitialized"/>
        <argument key="security.user_checker.api_login" type="service_closure" id="security.user_checker" on-invalid="ignore_uninitialized"/>
        <argument key="security.authentication.session_strategy.api" type="service_closure" id="security.authentication.session_strategy_noop" on-invalid="ignore_uninitialized"/>
        <argument key="security.user_checker.api" type="service_closure" id="security.user_checker" on-invalid="ignore_uninitialized"/>
        <argument key="security.authentication.session_strategy.main" type="service_closure" id="security.authentication.session_strategy" on-invalid="ignore_uninitialized"/>
        <argument key="Symfony\Component\RateLimiter\RateLimiterFactory $loginLocalMainLimiter" type="service_closure" id="limiter._login_local_main" on-invalid="ignore_uninitialized"/>
        <argument key="Symfony\Component\RateLimiter\RateLimiterFactoryInterface $loginLocalMainLimiter" type="service_closure" id="limiter._login_local_main" on-invalid="ignore_uninitialized"/>
        <argument key="Symfony\Component\RateLimiter\RateLimiterFactory $loginGlobalMainLimiter" type="service_closure" id="limiter._login_global_main" on-invalid="ignore_uninitialized"/>
        <argument key="Symfony\Component\RateLimiter\RateLimiterFactoryInterface $loginGlobalMainLimiter" type="service_closure" id="limiter._login_global_main" on-invalid="ignore_uninitialized"/>
        <argument key="security.user_checker.main" type="service_closure" id="security.user_checker" on-invalid="ignore_uninitialized"/>
        <argument key="security.firewall.context_locator" type="service_closure" id=".service_locator.upZxPPe" on-invalid="ignore_uninitialized"/>
        <argument key="Symfony\Component\Security\Core\User\UserCheckerInterface" type="service_closure" id="security.user_checker" on-invalid="ignore_uninitialized"/>
        <argument key="Doctrine\DBAL\Connection" type="service_closure" id="doctrine.dbal.default_connection" on-invalid="ignore_uninitialized"/>
        <argument key="Doctrine\Persistence\ManagerRegistry" type="service_closure" id="doctrine" on-invalid="ignore_uninitialized"/>
        <argument key="Doctrine\Common\Persistence\ManagerRegistry" type="service_closure" id="doctrine" on-invalid="ignore_uninitialized"/>
        <argument key="doctrine.dbal.event_manager" type="service_closure" id="doctrine.dbal.default_connection.event_manager" on-invalid="ignore_uninitialized"/>
        <argument key="Doctrine\DBAL\Connection $defaultConnection" type="service_closure" id="doctrine.dbal.default_connection" on-invalid="ignore_uninitialized"/>
        <argument key="Doctrine\ORM\EntityManagerInterface" type="service_closure" id="doctrine.orm.default_entity_manager" on-invalid="ignore_uninitialized"/>
        <argument key="doctrine.orm.default_metadata_cache" type="service_closure" id="cache.doctrine.orm.default.metadata" on-invalid="ignore_uninitialized"/>
        <argument key="doctrine.orm.default_result_cache" type="service_closure" id="cache.doctrine.orm.default.result" on-invalid="ignore_uninitialized"/>
        <argument key="doctrine.orm.default_query_cache" type="service_closure" id="cache.doctrine.orm.default.query" on-invalid="ignore_uninitialized"/>
        <argument key="Doctrine\ORM\EntityManagerInterface $defaultEntityManager" type="service_closure" id="doctrine.orm.default_entity_manager" on-invalid="ignore_uninitialized"/>
        <argument key="doctrine.orm.default_entity_manager.event_manager" type="service_closure" id="doctrine.dbal.default_connection.event_manager" on-invalid="ignore_uninitialized"/>
        <argument key="doctrine.migrations.metadata_storage" type="service_closure" id="doctrine.migrations.storage.table_storage" on-invalid="ignore_uninitialized"/>
        <argument key="api_platform.state_provider" type="service_closure" id="api_platform.state_provider.locator" on-invalid="ignore_uninitialized"/>
        <argument key="ApiPlatform\State\Pagination\Pagination" type="service_closure" id="api_platform.pagination" on-invalid="ignore_uninitialized"/>
        <argument key="ApiPlatform\State\Pagination\PaginationOptions" type="service_closure" id="api_platform.pagination_options" on-invalid="ignore_uninitialized"/>
        <argument key="ApiPlatform\State\CreateProvider" type="service_closure" id="api_platform.state_provider.create" on-invalid="ignore_uninitialized"/>
        <argument key="ApiPlatform\State\ObjectProvider" type="service_closure" id="api_platform.state_provider.object" on-invalid="ignore_uninitialized"/>
        <argument key="ApiPlatform\State\SerializerContextBuilderInterface" type="service_closure" id="api_platform.openapi.serializer_context_builder" on-invalid="ignore_uninitialized"/>
        <argument key="api_platform.serializer" type="service_closure" id="debug.serializer" on-invalid="ignore_uninitialized"/>
        <argument key="api_platform.property_accessor" type="service_closure" id="property_accessor" on-invalid="ignore_uninitialized"/>
        <argument key="api_platform.property_info" type="service_closure" id="property_info" on-invalid="ignore_uninitialized"/>
        <argument key="ApiPlatform\Metadata\ResourceClassResolverInterface" type="service_closure" id="api_platform.resource_class_resolver" on-invalid="ignore_uninitialized"/>
        <argument key="ApiPlatform\Metadata\UrlGeneratorInterface" type="service_closure" id="api_platform.router" on-invalid="ignore_uninitialized"/>
        <argument key="ApiPlatform\Serializer\OperationResourceClassResolverInterface" type="service_closure" id="api_platform.serializer.operation_resource_resolver" on-invalid="ignore_uninitialized"/>
        <argument key="api_platform.identifiers_extractor" type="service_closure" id="api_platform.api.identifiers_extractor" on-invalid="ignore_uninitialized"/>
        <argument key="ApiPlatform\Metadata\IdentifiersExtractorInterface" type="service_closure" id="api_platform.api.identifiers_extractor" on-invalid="ignore_uninitialized"/>
        <argument key="api_platform.iri_converter" type="service_closure" id="api_platform.symfony.iri_converter" on-invalid="ignore_uninitialized"/>
        <argument key="ApiPlatform\Metadata\IriConverterInterface" type="service_closure" id="api_platform.symfony.iri_converter" on-invalid="ignore_uninitialized"/>
        <argument key="api_platform.state_provider.main" type="service_closure" id="api_platform.state_provider.content_negotiation" on-invalid="ignore_uninitialized"/>
        <argument key="api_platform.state_processor.main" type="service_closure" id="api_platform.state_processor.validate" on-invalid="ignore_uninitialized"/>
        <argument key="api_platform.path_segment_name_generator" type="service_closure" id="api_platform.metadata.path_segment_name_generator.underscore" on-invalid="ignore_uninitialized"/>
        <argument key="api_platform.inflector" type="service_closure" id="api_platform.metadata.inflector" on-invalid="ignore_uninitialized"/>
        <argument key="api_platform.metadata.resource.name_collection_factory" type="service_closure" id="api_platform.metadata.resource.name_collection_factory.cached" on-invalid="ignore_uninitialized"/>
        <argument key="ApiPlatform\Metadata\Resource\Factory\ResourceNameCollectionFactoryInterface" type="service_closure" id="api_platform.metadata.resource.name_collection_factory.cached" on-invalid="ignore_uninitialized"/>
        <argument key="api_platform.metadata.property.name_collection_factory" type="service_closure" id="api_platform.metadata.property.name_collection_factory.cached" on-invalid="ignore_uninitialized"/>
        <argument key="ApiPlatform\Metadata\Property\Factory\PropertyNameCollectionFactoryInterface" type="service_closure" id="api_platform.metadata.property.name_collection_factory.cached" on-invalid="ignore_uninitialized"/>
        <argument key="api_platform.metadata.property.metadata_factory" type="service_closure" id="api_platform.metadata.property.metadata_factory.cached" on-invalid="ignore_uninitialized"/>
        <argument key="ApiPlatform\Metadata\Property\Factory\PropertyMetadataFactoryInterface" type="service_closure" id="api_platform.metadata.property.metadata_factory.cached" on-invalid="ignore_uninitialized"/>
        <argument key="api_platform.metadata.resource.metadata_collection_factory" type="service_closure" id="api_platform.doctrine.orm.metadata.resource.metadata_collection_factory" on-invalid="ignore_uninitialized"/>
        <argument key="ApiPlatform\Metadata\Resource\Factory\ResourceMetadataCollectionFactoryInterface" type="service_closure" id="api_platform.doctrine.orm.metadata.resource.metadata_collection_factory" on-invalid="ignore_uninitialized"/>
        <argument key="ApiPlatform\Metadata\Operation\Factory\OperationMetadataFactoryInterface" type="service_closure" id="api_platform.metadata.operation.metadata_factory.cached" on-invalid="ignore_uninitialized"/>
        <argument key="ApiPlatform\JsonSchema\SchemaFactoryInterface" type="service_closure" id="api_platform.json_schema.backward_compatible_schema_factory" on-invalid="ignore_uninitialized"/>
        <argument key="ApiPlatform\OpenApi\Serializer\OpenApiNormalizer" type="service_closure" id="api_platform.openapi.normalizer.legacy" on-invalid="ignore_uninitialized"/>
        <argument key="ApiPlatform\OpenApi\Options" type="service_closure" id="api_platform.openapi.options" on-invalid="ignore_uninitialized"/>
        <argument key="ApiPlatform\OpenApi\Factory\OpenApiFactoryInterface" type="service_closure" id="lexik_jwt_authentication.api_platform.openapi.factory" on-invalid="ignore_uninitialized"/>
        <argument key="ApiPlatform\Doctrine\Common\State\RemoveProcessor" type="service_closure" id="api_platform.doctrine.orm.state.remove_processor" on-invalid="ignore_uninitialized"/>
        <argument key="ApiPlatform\Doctrine\Common\State\PersistProcessor" type="service_closure" id="api_platform.doctrine.orm.state.persist_processor" on-invalid="ignore_uninitialized"/>
        <argument key="ApiPlatform\Doctrine\Orm\Extension\EagerLoadingExtension" type="service_closure" id="api_platform.doctrine.orm.query_extension.eager_loading" on-invalid="ignore_uninitialized"/>
        <argument key="ApiPlatform\Doctrine\Orm\Extension\FilterExtension" type="service_closure" id="api_platform.doctrine.orm.query_extension.filter" on-invalid="ignore_uninitialized"/>
        <argument key="ApiPlatform\Doctrine\Orm\Extension\FilterEagerLoadingExtension" type="service_closure" id="api_platform.doctrine.orm.query_extension.filter_eager_loading" on-invalid="ignore_uninitialized"/>
        <argument key="ApiPlatform\Doctrine\Orm\Extension\PaginationExtension" type="service_closure" id="api_platform.doctrine.orm.query_extension.pagination" on-invalid="ignore_uninitialized"/>
        <argument key="ApiPlatform\Doctrine\Orm\Extension\OrderExtension" type="service_closure" id="api_platform.doctrine.orm.query_extension.order" on-invalid="ignore_uninitialized"/>
        <argument key="ApiPlatform\Doctrine\Orm\Extension\ParameterExtension" type="service_closure" id="api_platform.doctrine.orm.extension.parameter_extension" on-invalid="ignore_uninitialized"/>
        <argument key="ApiPlatform\Doctrine\Orm\State\CollectionProvider" type="service_closure" id="api_platform.doctrine.orm.state.collection_provider" on-invalid="ignore_uninitialized"/>
        <argument key="ApiPlatform\Doctrine\Orm\State\ItemProvider" type="service_closure" id="api_platform.doctrine.orm.state.item_provider" on-invalid="ignore_uninitialized"/>
        <argument key="api_platform.state.item_provider" type="service_closure" id="api_platform.doctrine.orm.state.item_provider" on-invalid="ignore_uninitialized"/>
        <argument key="ApiPlatform\Doctrine\Orm\Filter\UuidFilter" type="service_closure" id="api_platform.doctrine.orm.uuid_filter" on-invalid="ignore_uninitialized"/>
        <argument key="ApiPlatform\Doctrine\Orm\Filter\UlidFilter" type="service_closure" id="api_platform.doctrine.orm.ulid_filter" on-invalid="ignore_uninitialized"/>
        <argument key="ApiPlatform\Doctrine\Orm\Filter\UuidBinaryFilter" type="service_closure" id="api_platform.doctrine.orm.uuid_binary_filter" on-invalid="ignore_uninitialized"/>
        <argument key="ApiPlatform\Validator\ValidatorInterface" type="service_closure" id="api_platform.validator" on-invalid="ignore_uninitialized"/>
        <argument key="api_platform.message_bus" type="service_closure" id="debug.traced.messenger.bus.default" on-invalid="ignore_uninitialized"/>
        <argument key="api_platform.security.expression_language" type="service_closure" id="security.expression_language" on-invalid="ignore_uninitialized"/>
        <argument key="ApiPlatform\Metadata\ResourceAccessCheckerInterface" type="service_closure" id="api_platform.security.resource_access_checker" on-invalid="ignore_uninitialized"/>
        <argument key="Symfony\UX\Turbo\Broadcaster\BroadcasterInterface" type="service_closure" id="turbo.broadcaster.action_renderer" on-invalid="ignore_uninitialized"/>
        <argument key="logger" type="service_closure" id="monolog.logger" on-invalid="ignore_uninitialized"/>
        <argument key="Psr\Log\LoggerInterface" type="service_closure" id="monolog.logger" on-invalid="ignore_uninitialized"/>
        <argument key="Lexik\Bundle\JWTAuthenticationBundle\Services\JWTTokenManagerInterface" type="service_closure" id="lexik_jwt_authentication.jwt_manager" on-invalid="ignore_uninitialized"/>
        <argument key="Lexik\Bundle\JWTAuthenticationBundle\Services\JWSProvider\JWSProviderInterface" type="service_closure" id="lexik_jwt_authentication.jws_provider.lcobucci" on-invalid="ignore_uninitialized"/>
        <argument key="Lexik\Bundle\JWTAuthenticationBundle\Security\Http\Authentication\AuthenticationSuccessHandler" type="service_closure" id="lexik_jwt_authentication.handler.authentication_success" on-invalid="ignore_uninitialized"/>
        <argument key="Lexik\Bundle\JWTAuthenticationBundle\Security\Http\Authentication\AuthenticationFailureHandler" type="service_closure" id="lexik_jwt_authentication.handler.authentication_failure" on-invalid="ignore_uninitialized"/>
        <argument key="Lexik\Bundle\JWTAuthenticationBundle\TokenExtractor\TokenExtractorInterface" type="service_closure" id="lexik_jwt_authentication.extractor.chain_extractor" on-invalid="ignore_uninitialized"/>
        <argument key="Lexik\Bundle\JWTAuthenticationBundle\Encoder\JWTEncoderInterface" type="service_closure" id="lexik_jwt_authentication.encoder.lcobucci" on-invalid="ignore_uninitialized"/>
        <argument key="SymfonyCasts\Bundle\ResetPassword\ResetPasswordHelperInterface" type="service_closure" id="symfonycasts.reset_password.helper" on-invalid="ignore_uninitialized"/>
        <argument key="Symfony\UX\TwigComponent\ComponentRendererInterface" type="service_closure" id="ux.twig_component.component_renderer" on-invalid="ignore_uninitialized"/>
        <argument key="console.command.stimulus_component_debug" type="service_closure" id="ux.twig_component.command.debug" on-invalid="ignore_uninitialized"/>
        <argument key="EasyCorp\Bundle\EasyAdminBundle\Contracts\Provider\AdminContextProviderInterface" type="service_closure" id="EasyCorp\Bundle\EasyAdminBundle\Provider\AdminContextProvider" on-invalid="ignore_uninitialized"/>
        <argument key="EasyCorp\Bundle\EasyAdminBundle\Router\AdminUrlGeneratorInterface" type="service_closure" id="EasyCorp\Bundle\EasyAdminBundle\Router\AdminUrlGenerator" on-invalid="ignore_uninitialized"/>
        <argument key="EasyCorp\Bundle\EasyAdminBundle\Contracts\Menu\MenuItemMatcherInterface" type="service_closure" id="EasyCorp\Bundle\EasyAdminBundle\Menu\MenuItemMatcher" on-invalid="ignore_uninitialized"/>
        <argument key="EasyCorp\Bundle\EasyAdminBundle\Contracts\Registry\AdminControllerRegistryInterface" type="service_closure" id="EasyCorp\Bundle\EasyAdminBundle\Registry\AdminControllerRegistry" on-invalid="ignore_uninitialized"/>
        <argument key="EasyCorp\Bundle\EasyAdminBundle\Contracts\Orm\EntityPaginatorInterface" type="service_closure" id="EasyCorp\Bundle\EasyAdminBundle\Orm\EntityPaginator" on-invalid="ignore_uninitialized"/>
        <argument key="EasyCorp\Bundle\EasyAdminBundle\Contracts\Orm\EntityRepositoryInterface" type="service_closure" id="EasyCorp\Bundle\EasyAdminBundle\Orm\EntityRepository" on-invalid="ignore_uninitialized"/>
        <argument key="EasyCorp\Bundle\EasyAdminBundle\Contracts\Orm\EntityUpdaterInterface" type="service_closure" id="EasyCorp\Bundle\EasyAdminBundle\Orm\EntityUpdater" on-invalid="ignore_uninitialized"/>
        <argument key="EasyCorp\Bundle\EasyAdminBundle\Contracts\Translation\EntityTranslationIdGeneratorInterface" type="service_closure" id="EasyCorp\Bundle\EasyAdminBundle\Translation\EntityTranslationIdGenerator" on-invalid="ignore_uninitialized"/>
        <argument key="api_platform.name_converter" type="service_closure" id="api_platform.hydra.name_converter.hydra_prefix" on-invalid="ignore_uninitialized"/>
        <argument key="twig.loader.filesystem" type="service_closure" id="twig.loader.native_filesystem" on-invalid="ignore_uninitialized"/>
        <argument key="argument_resolver.controller_locator" type="service_closure" id=".service_locator.Yx9V9No" on-invalid="ignore_uninitialized"/>
        <argument key="twig.loader" type="service_closure" id="twig.loader.native_filesystem" on-invalid="ignore_uninitialized"/>
        <argument key="doctrine.id_generator_locator" type="service_closure" id=".service_locator.W55Po6X" on-invalid="ignore_uninitialized"/>
        <argument key="Psr\Log\LoggerInterface $requestLogger" type="service_closure" id="monolog.logger.request" on-invalid="ignore_uninitialized"/>
        <argument key="Psr\Log\LoggerInterface $consoleLogger" type="service_closure" id="monolog.logger.console" on-invalid="ignore_uninitialized"/>
        <argument key="Psr\Log\LoggerInterface $messengerLogger" type="service_closure" id="monolog.logger.messenger" on-invalid="ignore_uninitialized"/>
        <argument key="Psr\Log\LoggerInterface $cacheLogger" type="service_closure" id="monolog.logger.cache" on-invalid="ignore_uninitialized"/>
        <argument key="Psr\Log\LoggerInterface $assetMapperLogger" type="service_closure" id="monolog.logger.asset_mapper" on-invalid="ignore_uninitialized"/>
        <argument key="Psr\Log\LoggerInterface $httpClientLogger" type="service_closure" id="monolog.logger.http_client" on-invalid="ignore_uninitialized"/>
        <argument key="Psr\Log\LoggerInterface $mailerLogger" type="service_closure" id="monolog.logger.mailer" on-invalid="ignore_uninitialized"/>
        <argument key="Psr\Log\LoggerInterface $translationLogger" type="service_closure" id="monolog.logger.translation" on-invalid="ignore_uninitialized"/>
        <argument key="Psr\Log\LoggerInterface $phpLogger" type="service_closure" id="monolog.logger.php" on-invalid="ignore_uninitialized"/>
        <argument key="Psr\Log\LoggerInterface $eventLogger" type="service_closure" id="monolog.logger.event" on-invalid="ignore_uninitialized"/>
        <argument key="Psr\Log\LoggerInterface $routerLogger" type="service_closure" id="monolog.logger.router" on-invalid="ignore_uninitialized"/>
        <argument key="Psr\Log\LoggerInterface $profilerLogger" type="service_closure" id="monolog.logger.profiler" on-invalid="ignore_uninitialized"/>
        <argument key="Psr\Log\LoggerInterface $securityLogger" type="service_closure" id="monolog.logger.security" on-invalid="ignore_uninitialized"/>
        <argument key="Psr\Log\LoggerInterface $doctrineLogger" type="service_closure" id="monolog.logger.doctrine" on-invalid="ignore_uninitialized"/>
        <argument key="Psr\Log\LoggerInterface $deprecationLogger" type="service_closure" id="monolog.logger.deprecation" on-invalid="ignore_uninitialized"/>
        <argument key="api_platform.metadata.resource.metadata_collection_factory.parameter.inner" type="service_closure" id="api_platform.metadata.resource.metadata_collection_factory.attributes" on-invalid="ignore_uninitialized"/>
        <argument key="api_platform.validator.metadata.resource.metadata_collection_factory.parameter.inner" type="service_closure" id="api_platform.metadata.resource.metadata_collection_factory.parameter" on-invalid="ignore_uninitialized"/>
        <argument key="api_platform.doctrine.orm.metadata.resource.parameter_metadata_collection_factory.inner" type="service_closure" id="api_platform.validator.metadata.resource.metadata_collection_factory.parameter" on-invalid="ignore_uninitialized"/>
        <argument key="api_platform.metadata.resource.name_collection_factory.php_file.inner" type="service_closure" id="api_platform.metadata.resource.name_collection_factory.xml" on-invalid="ignore_uninitialized"/>
        <argument key="api_platform.metadata.resource.name_collection_factory.concerns.inner" type="service_closure" id="api_platform.metadata.resource.name_collection_factory.php_file" on-invalid="ignore_uninitialized"/>
        <argument key="api_platform.metadata.resource.metadata_collection_factory.xml.inner" type="service_closure" id="api_platform.doctrine.orm.metadata.resource.parameter_metadata_collection_factory" on-invalid="ignore_uninitialized"/>
        <argument key="api_platform.metadata.resource.metadata_collection_factory.php_file.inner" type="service_closure" id="api_platform.metadata.resource.metadata_collection_factory.xml" on-invalid="ignore_uninitialized"/>
        <argument key="api_platform.metadata.resource.metadata_collection_factory.mutator.inner" type="service_closure" id="api_platform.metadata.resource.metadata_collection_factory.php_file" on-invalid="ignore_uninitialized"/>
        <argument key="api_platform.metadata.resource.metadata_collection_factory.concerns.inner" type="service_closure" id="api_platform.metadata.resource.metadata_collection_factory.mutator" on-invalid="ignore_uninitialized"/>
        <argument key="api_platform.metadata.resource.metadata_collection_factory.yaml.inner" type="service_closure" id="api_platform.metadata.resource.metadata_collection_factory.concerns" on-invalid="ignore_uninitialized"/>
        <argument key="api_platform.metadata.resource.metadata_collection_factory.not_exposed_operation.inner" type="service_closure" id="api_platform.metadata.resource.metadata_collection_factory.yaml" on-invalid="ignore_uninitialized"/>
        <argument key="api_platform.state_provider.read.inner" type="service_closure" id="api_platform.state_provider.locator" on-invalid="ignore_uninitialized"/>
        <argument key="api_platform.metadata.resource.metadata_collection_factory.backed_enum.inner" type="service_closure" id="api_platform.metadata.resource.metadata_collection_factory.not_exposed_operation" on-invalid="ignore_uninitialized"/>
        <argument key="api_platform.metadata.resource.metadata_collection_factory.uri_template.inner" type="service_closure" id="api_platform.metadata.resource.metadata_collection_factory.backed_enum" on-invalid="ignore_uninitialized"/>
        <argument key="api_platform.metadata.resource.metadata_collection_factory.main_controller.inner" type="service_closure" id="api_platform.metadata.resource.metadata_collection_factory.uri_template" on-invalid="ignore_uninitialized"/>
        <argument key="api_platform.metadata.resource.metadata_collection_factory.link.inner" type="service_closure" id="api_platform.metadata.resource.metadata_collection_factory.main_controller" on-invalid="ignore_uninitialized"/>
        <argument key="api_platform.state_processor.respond" type="service_closure" id="api_platform.http_cache.processor.add_headers" on-invalid="ignore_uninitialized"/>
        <argument key="api_platform.state_provider.deserialize.inner" type="service_closure" id="api_platform.state_provider.security_parameter" on-invalid="ignore_uninitialized"/>
        <argument key="validator" type="service_closure" id="debug.validator" on-invalid="ignore_uninitialized"/>
        <argument key="api_platform.state_processor.serialize.inner" type="service_closure" id="api_platform.http_cache.processor.add_headers" on-invalid="ignore_uninitialized"/>
        <argument key="api_platform.metadata.resource.metadata_collection_factory.operation_name.inner" type="service_closure" id="api_platform.metadata.resource.metadata_collection_factory.link" on-invalid="ignore_uninitialized"/>
        <argument key="api_platform.metadata.resource.metadata_collection_factory.input_output.inner" type="service_closure" id="api_platform.metadata.resource.metadata_collection_factory.operation_name" on-invalid="ignore_uninitialized"/>
        <argument key="api_platform.metadata.resource.metadata_collection_factory.formats.inner" type="service_closure" id="api_platform.metadata.resource.metadata_collection_factory.input_output" on-invalid="ignore_uninitialized"/>
        <argument key="api_platform.metadata.resource.metadata_collection_factory.filters.inner" type="service_closure" id="api_platform.metadata.resource.metadata_collection_factory.formats" on-invalid="ignore_uninitialized"/>
        <argument key="api_platform.metadata.resource.metadata_collection_factory.alternate_uri.inner" type="service_closure" id="api_platform.metadata.resource.metadata_collection_factory.filters" on-invalid="ignore_uninitialized"/>
        <argument key="api_platform.metadata.resource.metadata_collection_factory.php_doc.inner" type="service_closure" id="api_platform.metadata.resource.metadata_collection_factory.alternate_uri" on-invalid="ignore_uninitialized"/>
        <argument key="api_platform.state_provider.validate.inner" type="service_closure" id="api_platform.state_provider.access_checker.post_deserialize" on-invalid="ignore_uninitialized"/>
        <argument key="api_platform.state_provider.parameter_validator.inner" type="service_closure" id="api_platform.state_provider.access_checker.post_validate" on-invalid="ignore_uninitialized"/>
        <argument key="api_platform.state_provider.parameter.inner" type="service_closure" id="api_platform.state_provider.parameter_validator" on-invalid="ignore_uninitialized"/>
        <argument key="api_platform.state_provider.content_negotiation.inner" type="service_closure" id="api_platform.state_provider.parameter" on-invalid="ignore_uninitialized"/>
        <argument key="api_platform.state_processor.write.inner" type="service_closure" id="api_platform.state_processor.serialize" on-invalid="ignore_uninitialized"/>
        <argument key="http_client" type="service_closure" id="http_client.uri_template" on-invalid="ignore_uninitialized"/>
        <argument key="openLibraryClient" type="service_closure" id="openLibraryClient.uri_template" on-invalid="ignore_uninitialized"/>
        <argument key="googleBooksClient" type="service_closure" id="googleBooksClient.uri_template" on-invalid="ignore_uninitialized"/>
        <argument key="api_platform.state_processor.validate.inner" type="service_closure" id="api_platform.state_processor.write" on-invalid="ignore_uninitialized"/>
        <argument key="api_platform.messenger.metadata.resource.metadata_collection_factory.inner" type="service_closure" id="api_platform.metadata.resource.metadata_collection_factory.php_doc" on-invalid="ignore_uninitialized"/>
        <argument key="api_platform.metadata.property.metadata_factory.property_info.inner" type="service_closure" id="api_platform.metadata.property.metadata_factory.xml" on-invalid="ignore_uninitialized"/>
        <argument key="api_platform.doctrine.orm.metadata.property.metadata_factory.inner" type="service_closure" id="api_platform.metadata.property.metadata_factory.property_info" on-invalid="ignore_uninitialized"/>
        <argument key="api_platform.metadata.resource.link_factory" type="service_closure" id="api_platform.doctrine.orm.metadata.resource.link_factory" on-invalid="ignore_uninitialized"/>
        <argument key="api_platform.metadata.property.metadata_factory.attribute.inner" type="service_closure" id="api_platform.doctrine.orm.metadata.property.metadata_factory" on-invalid="ignore_uninitialized"/>
        <argument key="api_platform.metadata.property.metadata_factory.serializer.inner" type="service_closure" id="api_platform.metadata.property.metadata_factory.attribute" on-invalid="ignore_uninitialized"/>
        <argument key="api_platform.metadata.property.metadata_factory.default_property.inner" type="service_closure" id="api_platform.metadata.property.metadata_factory.serializer" on-invalid="ignore_uninitialized"/>
        <argument key="api_platform.metadata.property.metadata_factory.identifier.inner" type="service_closure" id="api_platform.metadata.property.metadata_factory.default_property" on-invalid="ignore_uninitialized"/>
        <argument key="api_platform.metadata.property.metadata_factory.yaml.inner" type="service_closure" id="api_platform.metadata.property.metadata_factory.identifier" on-invalid="ignore_uninitialized"/>
        <argument key="api_platform.metadata.property.metadata_factory.validator.inner" type="service_closure" id="api_platform.metadata.property.metadata_factory.yaml" on-invalid="ignore_uninitialized"/>
        <argument key="openLibraryClient.scoping.inner" type="service_closure" id=".debug.openLibraryClient" on-invalid="ignore_uninitialized"/>
        <argument key="googleBooksClient.scoping.inner" type="service_closure" id=".debug.googleBooksClient" on-invalid="ignore_uninitialized"/>
        <argument key="openLibraryClient.uri_template.inner" type="service_closure" id="openLibraryClient.scoping" on-invalid="ignore_uninitialized"/>
        <argument key="googleBooksClient.uri_template.inner" type="service_closure" id="googleBooksClient.scoping" on-invalid="ignore_uninitialized"/>
        <argument key="api_platform.json_schema.metadata.property.metadata_factory.schema.inner" type="service_closure" id="api_platform.metadata.property.metadata_factory.validator" on-invalid="ignore_uninitialized"/>
        <argument key="api_platform.state_provider.read" type="service_closure" id="api_platform.state_provider.security_parameter" on-invalid="ignore_uninitialized"/>
        <argument key="http_client.uri_template.inner" type="service_closure" id=".debug.http_client" on-invalid="ignore_uninitialized"/>
        <argument key="asset_mapper.mapped_asset_factory" type="service_closure" id="asset_mapper.cached_mapped_asset_factory" on-invalid="ignore_uninitialized"/>
        <argument key="assets._default_package" type="service_closure" id="asset_mapper.asset_package" on-invalid="ignore_uninitialized"/>
        <argument key="controller_resolver" type="service_closure" id="debug.controller_resolver" on-invalid="ignore_uninitialized"/>
        <argument key="argument_resolver" type="service_closure" id="debug.argument_resolver" on-invalid="ignore_uninitialized"/>
        <argument key="security.csrf.token_manager" type="service_closure" id="security.csrf.same_origin_token_manager" on-invalid="ignore_uninitialized"/>
        <argument key="translator.data_collector.inner" type="service_closure" id="translator.default" on-invalid="ignore_uninitialized"/>
        <argument key="serializer" type="service_closure" id="debug.serializer" on-invalid="ignore_uninitialized"/>
        <argument key="twig.error_renderer.html.inner" type="service_closure" id="error_handler.error_renderer.html" on-invalid="ignore_uninitialized"/>
        <argument key="security.access.decision_manager" type="service_closure" id="debug.security.access.decision_manager" on-invalid="ignore_uninitialized"/>
        <argument key="security.firewall.authenticator.api_login" type="service_closure" id="debug.security.firewall.authenticator.api_login" on-invalid="ignore_uninitialized"/>
        <argument key="security.firewall.authenticator.api" type="service_closure" id="debug.security.firewall.authenticator.api" on-invalid="ignore_uninitialized"/>
        <argument key="security.firewall.authenticator.main" type="service_closure" id="debug.security.firewall.authenticator.main" on-invalid="ignore_uninitialized"/>
        <argument key="api_platform.serializer.context_builder" type="service_closure" id="api_platform.openapi.serializer_context_builder" on-invalid="ignore_uninitialized"/>
        <argument key="api_platform.state_processor.add_link_header.inner" type="service_closure" id="api_platform.hydra.processor.link" on-invalid="ignore_uninitialized"/>
        <argument key="api_platform.metadata.resource.name_collection_factory.attributes.inner" type="service_closure" id="api_platform.metadata.resource.name_collection_factory.concerns" on-invalid="ignore_uninitialized"/>
        <argument key="api_platform.metadata.resource.name_collection_factory.class_name.inner" type="service_closure" id="api_platform.metadata.resource.name_collection_factory.attributes" on-invalid="ignore_uninitialized"/>
        <argument key="api_platform.metadata.property.name_collection_factory.xml.inner" type="service_closure" id="api_platform.metadata.property.name_collection_factory.property_info" on-invalid="ignore_uninitialized"/>
        <argument key="api_platform.metadata.property.name_collection_factory.concerns.inner" type="service_closure" id="api_platform.metadata.property.name_collection_factory.xml" on-invalid="ignore_uninitialized"/>
        <argument key="api_platform.metadata.resource.name_collection_factory.yaml.inner" type="service_closure" id="api_platform.metadata.resource.name_collection_factory.class_name" on-invalid="ignore_uninitialized"/>
        <argument key="api_platform.metadata.property.name_collection_factory.yaml.inner" type="service_closure" id="api_platform.metadata.property.name_collection_factory.concerns" on-invalid="ignore_uninitialized"/>
        <argument key="api_platform.openapi.serializer_context_builder.inner" type="service_closure" id="api_platform.serializer.context_builder.filter" on-invalid="ignore_uninitialized"/>
        <argument key="api_platform.swagger_ui.provider.inner" type="service_closure" id="api_platform.state_provider.access_checker.pre_read" on-invalid="ignore_uninitialized"/>
        <argument key="api_platform.json_schema.schema_factory" type="service_closure" id="api_platform.json_schema.backward_compatible_schema_factory" on-invalid="ignore_uninitialized"/>
        <argument key="api_platform.hydra.normalizer.collection" type="service_closure" id="api_platform.hydra.normalizer.collection_filters" on-invalid="ignore_uninitialized"/>
        <argument key="api_platform.hydra.normalizer.collection_filters.inner" type="service_closure" id="api_platform.hydra.normalizer.partial_collection_view" on-invalid="ignore_uninitialized"/>
        <argument key="api_platform.hydra.name_converter.hydra_prefix.inner" type="service_closure" id="api_platform.name_converter.metadata_aware" on-invalid="ignore_uninitialized"/>
        <argument key="api_platform.http_cache.processor.add_headers.inner" type="service_closure" id="api_platform.state_processor.add_link_header" on-invalid="ignore_uninitialized"/>
        <argument key="api_platform.state_provider.access_checker.inner" type="service_closure" id="api_platform.swagger_ui.provider" on-invalid="ignore_uninitialized"/>
        <argument key="api_platform.state_provider.deserialize" type="service_closure" id="api_platform.state_provider.access_checker.post_deserialize" on-invalid="ignore_uninitialized"/>
        <argument key="api_platform.state_provider.access_checker" type="service_closure" id="api_platform.state_provider.security_parameter" on-invalid="ignore_uninitialized"/>
        <argument key="api_platform.state_provider.validate" type="service_closure" id="api_platform.state_provider.access_checker.post_validate" on-invalid="ignore_uninitialized"/>
        <argument key="turbo.broadcaster.imux" type="service_closure" id="turbo.broadcaster.action_renderer" on-invalid="ignore_uninitialized"/>
        <argument key="api_platform.openapi.factory" type="service_closure" id="lexik_jwt_authentication.api_platform.openapi.factory" on-invalid="ignore_uninitialized"/>
        <argument key="twig.configurator.environment" type="service_closure" id="ux.twig_component.twig.environment_configurator" on-invalid="ignore_uninitialized"/>
        <argument key="security.event_dispatcher.api_login" type="service_closure" id="debug.security.event_dispatcher.api_login" on-invalid="ignore_uninitialized"/>
        <argument key="security.event_dispatcher.api" type="service_closure" id="debug.security.event_dispatcher.api" on-invalid="ignore_uninitialized"/>
        <argument key="security.event_dispatcher.main" type="service_closure" id="debug.security.event_dispatcher.main" on-invalid="ignore_uninitialized"/>
        <argument key="messenger.bus.default" type="service_closure" id="debug.traced.messenger.bus.default" on-invalid="ignore_uninitialized"/>
        <argument key="doctrine.orm.default_metadata_driver" type="service_closure" id=".doctrine.orm.default_metadata_driver" on-invalid="ignore_uninitialized"/>
        <argument key="serializer.mapping.class_metadata_factory" type="service_closure" id="api_platform.serializer.mapping.class_metadata_factory" on-invalid="ignore_uninitialized"/>
        <argument key="api_platform.openapi.normalizer" type="service_closure" id="api_platform.openapi.normalizer.legacy" on-invalid="ignore_uninitialized"/>
        <argument key="api_platform.json_schema.backward_compatible_schema_factory.inner" type="service_closure" id="api_platform.hydra.json_schema.schema_factory" on-invalid="ignore_uninitialized"/>
        <argument key="api_platform.openapi.normalizer.api_gateway" type="service_closure" id="api_platform.openapi.normalizer.legacy" on-invalid="ignore_uninitialized"/>
        <argument key="api_platform.metadata.resource.name_collection_factory.cached.inner" type="service_closure" id="api_platform.metadata.resource.name_collection_factory.yaml" on-invalid="ignore_uninitialized"/>
        <argument key="api_platform.metadata.property.name_collection_factory.cached.inner" type="service_closure" id="api_platform.metadata.property.name_collection_factory.yaml" on-invalid="ignore_uninitialized"/>
        <argument key="api_platform.metadata.property.metadata_factory.cached.inner" type="service_closure" id="api_platform.json_schema.metadata.property.metadata_factory.schema" on-invalid="ignore_uninitialized"/>
        <argument key="api_platform.metadata.resource.metadata_collection_factory.cached.inner" type="service_closure" id="api_platform.messenger.metadata.resource.metadata_collection_factory" on-invalid="ignore_uninitialized"/>
        <argument key="api_platform.metadata.operation.metadata_factory" type="service_closure" id="api_platform.metadata.operation.metadata_factory.cached" on-invalid="ignore_uninitialized"/>
        <argument key="api_platform.doctrine.orm.metadata.resource.metadata_collection_factory.inner" type="service_closure" id="api_platform.metadata.resource.metadata_collection_factory.cached" on-invalid="ignore_uninitialized"/>
      </argument>
    </service>
    <service id="assets.packages" class="Symfony\Component\Asset\Packages">
      <argument type="service" id="asset_mapper.asset_package"/>
      <argument type="tagged_iterator" tag="assets.package" index-by="package" default-index-method="getDefaultPackageName" default-priority-method="getDefaultPackagePriority"/>
    </service>
    <service id="assets.empty_package" class="Symfony\Component\Asset\Package">
      <argument type="service" id="assets.empty_version_strategy"/>
    </service>
    <service id="assets.context" class="Symfony\Component\Asset\Context\RequestStackContext">
      <argument type="service" id="request_stack"/>
      <argument type="service">
        <service class="string">
          <factory service="router.request_context" method="getBaseUrl"/>
        </service>
      </argument>
      <argument type="service">
        <service class="bool">
          <factory service="router.request_context" method="isSecure"/>
        </service>
      </argument>
    </service>
    <service id="assets.path_package" class="Symfony\Component\Asset\PathPackage" abstract="true">
      <argument type="abstract">base path</argument>
      <argument type="abstract">version strategy</argument>
      <argument type="service" id="assets.context"/>
    </service>
    <service id="assets.url_package" class="Symfony\Component\Asset\UrlPackage" abstract="true">
      <argument type="abstract">base URLs</argument>
      <argument type="abstract">version strategy</argument>
      <argument type="service" id="assets.context"/>
    </service>
    <service id="assets.static_version_strategy" class="Symfony\Component\Asset\VersionStrategy\StaticVersionStrategy" abstract="true">
      <argument type="abstract">version</argument>
      <argument type="abstract">format</argument>
    </service>
    <service id="assets.empty_version_strategy" class="Symfony\Component\Asset\VersionStrategy\EmptyVersionStrategy"/>
    <service id="assets.json_manifest_version_strategy" class="Symfony\Component\Asset\VersionStrategy\JsonManifestVersionStrategy" abstract="true">
      <argument type="abstract">manifest path</argument>
      <argument type="service" id="http_client.uri_template" on-invalid="null"/>
      <argument>false</argument>
    </service>
    <service id="asset_mapper" class="Symfony\Component\AssetMapper\AssetMapper">
      <argument type="service" id="asset_mapper.repository"/>
      <argument type="service" id="asset_mapper.cached_mapped_asset_factory"/>
      <argument type="service" id="asset_mapper.compiled_asset_mapper_config_reader"/>
    </service>
    <service id="asset_mapper.cached_mapped_asset_factory" class="Symfony\Component\AssetMapper\Factory\CachedMappedAssetFactory">
      <tag name="container.decorator" id="asset_mapper.mapped_asset_factory" inner="asset_mapper.cached_mapped_asset_factory.inner"/>
      <argument type="service" id="asset_mapper.cached_mapped_asset_factory.inner"/>
      <argument>C:\Users\rgalo\Dropbox\_LIVRECOMMENT\var\cache\test/asset_mapper</argument>
      <argument>true</argument>
    </service>
    <service id="asset_mapper.repository" class="Symfony\Component\AssetMapper\AssetMapperRepository">
      <argument type="collection">
        <argument key="C:\Users\rgalo\Dropbox\_LIVRECOMMENT\vendor\symfony\ux-turbo\src\DependencyInjection/../../assets/dist">@symfony/ux-turbo</argument>
        <argument key="C:\Users\rgalo\Dropbox\_LIVRECOMMENT\vendor\symfony\stimulus-bundle\src\DependencyInjection/../../assets/dist">@symfony/stimulus-bundle</argument>
        <argument key="assets/"/>
        <argument key="C:\Users\rgalo\Dropbox\_LIVRECOMMENT\vendor\api-platform\symfony\Bundle/Resources/public">bundles/apiplatform</argument>
        <argument key="C:\Users\rgalo\Dropbox\_LIVRECOMMENT\vendor\easycorp\easyadmin-bundle/public">bundles/easyadmin</argument>
      </argument>
      <argument>C:\Users\rgalo\Dropbox\_LIVRECOMMENT</argument>
      <argument type="collection">
        <argument>#^(?=[^\.]).*\.d\.ts$#</argument>
        <argument>#^(?=[^\.]).*/(?=[^\.])controllers\.json$#</argument>
      </argument>
      <argument>true</argument>
      <argument>true</argument>
    </service>
    <service id="asset_mapper.public_assets_path_resolver" class="Symfony\Component\AssetMapper\Path\PublicAssetsPathResolver">
      <argument>/assets/</argument>
    </service>
    <service id="asset_mapper.local_public_assets_filesystem" class="Symfony\Component\AssetMapper\Path\LocalPublicAssetsFilesystem">
      <argument>C:\Users\rgalo\Dropbox\_LIVRECOMMENT/public</argument>
    </service>
    <service id="asset_mapper.compiled_asset_mapper_config_reader" class="Symfony\Component\AssetMapper\CompiledAssetMapperConfigReader">
      <argument>C:\Users\rgalo\Dropbox\_LIVRECOMMENT/public/assets</argument>
    </service>
    <service id="asset_mapper.asset_package" class="Symfony\Component\AssetMapper\MapperAwareAssetPackage">
      <tag name="container.decorator" id="assets._default_package" inner="asset_mapper.asset_package.inner"/>
      <argument type="service" id="asset_mapper.asset_package.inner"/>
      <argument type="service" id="asset_mapper"/>
    </service>
    <service id="asset_mapper.dev_server_subscriber" class="Symfony\Component\AssetMapper\AssetMapperDevServerSubscriber">
      <tag name="kernel.event_subscriber"/>
      <tag name="container.hot_path"/>
      <tag name="container.hot_path"/>
      <argument type="service" id="asset_mapper"/>
      <argument>/assets/</argument>
      <argument type="collection"/>
      <argument type="service" id="cache.asset_mapper"/>
      <argument type="service" id="profiler" on-invalid="null"/>
    </service>
    <service id="asset_mapper.command.compile" class="Symfony\Component\AssetMapper\Command\AssetMapperCompileCommand">
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="asset_mapper.compiled_asset_mapper_config_reader"/>
      <argument type="service" id="asset_mapper"/>
      <argument type="service" id="asset_mapper.importmap.generator"/>
      <argument type="service" id="asset_mapper.local_public_assets_filesystem"/>
      <argument>C:\Users\rgalo\Dropbox\_LIVRECOMMENT</argument>
      <argument>true</argument>
      <argument type="service" id="debug.event_dispatcher" on-invalid="null"/>
      <call method="setName">
        <argument>asset-map:compile</argument>
      </call>
      <call method="setDescription">
        <argument>Compile all mapped assets and writes them to the final public output directory</argument>
      </call>
    </service>
    <service id="asset_mapper.command.debug" class="Symfony\Component\AssetMapper\Command\DebugAssetMapperCommand">
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="asset_mapper"/>
      <argument type="service" id="asset_mapper.repository"/>
      <argument>C:\Users\rgalo\Dropbox\_LIVRECOMMENT</argument>
      <call method="setName">
        <argument>debug:asset-map</argument>
      </call>
      <call method="setDescription">
        <argument>Output all mapped assets</argument>
      </call>
    </service>
    <service id="asset_mapper_compiler" class="Symfony\Component\AssetMapper\AssetMapperCompiler">
      <argument type="tagged_iterator" tag="asset_mapper.compiler"/>
      <argument type="service_closure" id="asset_mapper"/>
    </service>
    <service id="asset_mapper.compiler.css_asset_url_compiler" class="Symfony\Component\AssetMapper\Compiler\CssAssetUrlCompiler">
      <tag name="asset_mapper.compiler"/>
      <tag name="monolog.logger" channel="asset_mapper"/>
      <argument>strict</argument>
      <argument type="service" id="monolog.logger.asset_mapper"/>
    </service>
    <service id="asset_mapper.compiler.source_mapping_urls_compiler" class="Symfony\Component\AssetMapper\Compiler\SourceMappingUrlsCompiler">
      <tag name="asset_mapper.compiler"/>
    </service>
    <service id="asset_mapper.compiler.javascript_import_path_compiler" class="Symfony\Component\AssetMapper\Compiler\JavaScriptImportPathCompiler">
      <tag name="asset_mapper.compiler"/>
      <tag name="monolog.logger" channel="asset_mapper"/>
      <argument type="service" id="asset_mapper.importmap.config_reader"/>
      <argument>strict</argument>
      <argument type="service" id="monolog.logger.asset_mapper"/>
    </service>
    <service id="asset_mapper.importmap.config_reader" class="Symfony\Component\AssetMapper\ImportMap\ImportMapConfigReader">
      <argument>C:\Users\rgalo\Dropbox\_LIVRECOMMENT/importmap.php</argument>
      <argument type="service" id="asset_mapper.importmap.remote_package_storage"/>
    </service>
    <service id="asset_mapper.importmap.manager" class="Symfony\Component\AssetMapper\ImportMap\ImportMapManager">
      <argument type="service" id="asset_mapper"/>
      <argument type="service" id="asset_mapper.importmap.config_reader"/>
      <argument type="service" id="asset_mapper.importmap.remote_package_downloader"/>
      <argument type="service" id="asset_mapper.importmap.resolver"/>
    </service>
    <service id="asset_mapper.importmap.generator" class="Symfony\Component\AssetMapper\ImportMap\ImportMapGenerator">
      <argument type="service" id="asset_mapper"/>
      <argument type="service" id="asset_mapper.compiled_asset_mapper_config_reader"/>
      <argument type="service" id="asset_mapper.importmap.config_reader"/>
    </service>
    <service id="asset_mapper.importmap.remote_package_storage" class="Symfony\Component\AssetMapper\ImportMap\RemotePackageStorage">
      <argument>C:\Users\rgalo\Dropbox\_LIVRECOMMENT/assets/vendor</argument>
    </service>
    <service id="asset_mapper.importmap.remote_package_downloader" class="Symfony\Component\AssetMapper\ImportMap\RemotePackageDownloader">
      <argument type="service" id="asset_mapper.importmap.remote_package_storage"/>
      <argument type="service" id="asset_mapper.importmap.config_reader"/>
      <argument type="service" id="asset_mapper.importmap.resolver"/>
    </service>
    <service id="asset_mapper.importmap.version_checker" class="Symfony\Component\AssetMapper\ImportMap\ImportMapVersionChecker">
      <argument type="service" id="asset_mapper.importmap.config_reader"/>
      <argument type="service" id="asset_mapper.importmap.remote_package_downloader"/>
    </service>
    <service id="asset_mapper.importmap.resolver" class="Symfony\Component\AssetMapper\ImportMap\Resolver\JsDelivrEsmResolver">
      <argument type="service" id="http_client.uri_template"/>
    </service>
    <service id="asset_mapper.importmap.renderer" class="Symfony\Component\AssetMapper\ImportMap\ImportMapRenderer">
      <argument type="service" id="asset_mapper.importmap.generator"/>
      <argument type="service" id="assets.packages" on-invalid="null"/>
      <argument>UTF-8</argument>
      <argument>es-module-shims</argument>
      <argument type="collection">
        <argument key="data-turbo-track">reload</argument>
      </argument>
      <argument type="service" id="request_stack"/>
    </service>
    <service id="asset_mapper.importmap.auditor" class="Symfony\Component\AssetMapper\ImportMap\ImportMapAuditor">
      <argument type="service" id="asset_mapper.importmap.config_reader"/>
      <argument type="service" id="http_client.uri_template"/>
    </service>
    <service id="asset_mapper.importmap.update_checker" class="Symfony\Component\AssetMapper\ImportMap\ImportMapUpdateChecker">
      <argument type="service" id="asset_mapper.importmap.config_reader"/>
      <argument type="service" id="http_client.uri_template"/>
    </service>
    <service id="asset_mapper.importmap.command.require" class="Symfony\Component\AssetMapper\Command\ImportMapRequireCommand">
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="asset_mapper.importmap.manager"/>
      <argument type="service" id="asset_mapper.importmap.version_checker"/>
      <argument>C:\Users\rgalo\Dropbox\_LIVRECOMMENT</argument>
      <call method="setName">
        <argument>importmap:require</argument>
      </call>
      <call method="setDescription">
        <argument>Require JavaScript packages</argument>
      </call>
    </service>
    <service id="asset_mapper.importmap.command.remove" class="Symfony\Component\AssetMapper\Command\ImportMapRemoveCommand">
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="asset_mapper.importmap.manager"/>
      <call method="setName">
        <argument>importmap:remove</argument>
      </call>
      <call method="setDescription">
        <argument>Remove JavaScript packages</argument>
      </call>
    </service>
    <service id="asset_mapper.importmap.command.update" class="Symfony\Component\AssetMapper\Command\ImportMapUpdateCommand">
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="asset_mapper.importmap.manager"/>
      <argument type="service" id="asset_mapper.importmap.version_checker"/>
      <call method="setName">
        <argument>importmap:update</argument>
      </call>
      <call method="setDescription">
        <argument>Update JavaScript packages to their latest versions</argument>
      </call>
    </service>
    <service id="asset_mapper.importmap.command.install" class="Symfony\Component\AssetMapper\Command\ImportMapInstallCommand">
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="asset_mapper.importmap.remote_package_downloader"/>
      <argument>C:\Users\rgalo\Dropbox\_LIVRECOMMENT</argument>
      <call method="setName">
        <argument>importmap:install</argument>
      </call>
      <call method="setDescription">
        <argument>Download all assets that should be downloaded</argument>
      </call>
    </service>
    <service id="asset_mapper.importmap.command.audit" class="Symfony\Component\AssetMapper\Command\ImportMapAuditCommand">
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="asset_mapper.importmap.auditor"/>
      <call method="setName">
        <argument>importmap:audit</argument>
      </call>
      <call method="setDescription">
        <argument>Check for security vulnerability advisories for dependencies</argument>
      </call>
    </service>
    <service id="asset_mapper.importmap.command.outdated" class="Symfony\Component\AssetMapper\Command\ImportMapOutdatedCommand">
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="asset_mapper.importmap.update_checker"/>
      <call method="setName">
        <argument>importmap:outdated</argument>
      </call>
      <call method="setDescription">
        <argument>List outdated JavaScript packages and their latest versions</argument>
      </call>
    </service>
    <service id="asset_mapper.compressor.brotli" class="Symfony\Component\AssetMapper\Compressor\BrotliCompressor"/>
    <service id="asset_mapper.compressor.zstandard" class="Symfony\Component\AssetMapper\Compressor\ZstandardCompressor"/>
    <service id="asset_mapper.compressor.gzip" class="Symfony\Component\AssetMapper\Compressor\GzipCompressor"/>
    <service id="asset_mapper.compressor" class="Symfony\Component\AssetMapper\Compressor\ChainCompressor">
      <argument>null</argument>
      <argument type="service" id="monolog.logger"/>
    </service>
    <service id="asset_mapper.assets.command.compress" class="Symfony\Component\AssetMapper\Command\CompressAssetsCommand">
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="asset_mapper.compressor"/>
      <call method="setName">
        <argument>assets:compress</argument>
      </call>
      <call method="setDescription">
        <argument>Pre-compresses files to serve through a web server</argument>
      </call>
    </service>
    <service id="cache.http_client.pool" class="Symfony\Component\Cache\Adapter\TraceableAdapter" public="true">
      <tag name="cache.pool" pruneable="true"/>
      <tag name="kernel.reset" method="reset"/>
      <argument type="service" id="cache.http_client.pool.recorder_inner"/>
      <argument type="service" id="profiler.is_disabled_state_checker" on-invalid="ignore"/>
    </service>
    <service id="cache.http_client" class="Symfony\Component\Cache\Adapter\TagAwareAdapter">
      <tag name="cache.taggable" pool="cache.http_client.pool"/>
      <argument type="service" id="cache.http_client.pool"/>
    </service>
    <service id="http_client.transport" class="Symfony\Contracts\HttpClient\HttpClientInterface">
      <tag name="monolog.logger" channel="http_client"/>
      <tag name="kernel.reset" method="reset" on_invalid="ignore"/>
      <argument type="collection"/>
      <argument>6</argument>
      <call method="setLogger">
        <argument type="service" id="monolog.logger.http_client" on-invalid="ignore"/>
      </call>
      <factory class="Symfony\Component\HttpClient\HttpClient" method="create"/>
    </service>
    <service id="psr18.http_client" class="Symfony\Component\HttpClient\Psr18Client">
      <argument type="service" id="http_client.uri_template"/>
      <argument type="service" id="http_discovery.psr17_factory" on-invalid="ignore"/>
      <argument type="service" id="http_discovery.psr17_factory" on-invalid="ignore"/>
    </service>
    <service id="http_client.abstract_retry_strategy" class="Symfony\Component\HttpClient\Retry\GenericRetryStrategy" abstract="true">
      <argument type="abstract">http codes</argument>
      <argument type="abstract">delay ms</argument>
      <argument type="abstract">multiplier</argument>
      <argument type="abstract">max delay ms</argument>
      <argument type="abstract">jitter</argument>
    </service>
    <service id="http_client.uri_template" class="Symfony\Component\HttpClient\UriTemplateHttpClient">
      <tag name="http_client.client"/>
      <tag name="kernel.reset" method="reset"/>
      <tag name="container.decorator" id="http_client" inner=".debug.http_client.inner"/>
      <argument type="service" id=".debug.http_client"/>
      <argument>null</argument>
      <argument type="collection"/>
    </service>
    <service id="http_client.uri_template_expander.guzzle" class="Closure">
      <argument type="collection">
        <argument>GuzzleHttp\UriTemplate\UriTemplate</argument>
        <argument>expand</argument>
      </argument>
      <factory class="Closure" method="fromCallable"/>
    </service>
    <service id="http_client.uri_template_expander.rize" class="Closure">
      <argument type="collection">
        <argument type="service">
          <service class="Rize\UriTemplate"/>
        </argument>
        <argument>expand</argument>
      </argument>
      <factory class="Closure" method="fromCallable"/>
    </service>
    <service id="http_client.messenger.ping_webhook_handler" class="Symfony\Component\HttpClient\Messenger\PingWebhookMessageHandler">
      <tag name="messenger.message_handler"/>
      <argument type="service" id="http_client.uri_template"/>
    </service>
    <service id="openLibraryClient.scoping" class="Symfony\Component\HttpClient\ScopingHttpClient" constructor="forBaseUri">
      <argument type="service" id=".debug.openLibraryClient"/>
      <argument>%env(OPEN_LIBRARY_BASE_URL)%</argument>
      <argument type="collection">
        <argument key="timeout">3</argument>
        <argument key="max_duration">3</argument>
        <argument key="headers" type="collection">
          <argument key="User-Agent">Letterbook/0.1 (https://letterbook.local)</argument>
          <argument key="Accept">application/json</argument>
        </argument>
        <argument key="query" type="collection"/>
        <argument key="resolve" type="collection"/>
        <argument key="extra" type="collection"/>
      </argument>
    </service>
    <service id="openLibraryClient.uri_template" class="Symfony\Component\HttpClient\UriTemplateHttpClient">
      <tag name="http_client.client"/>
      <tag name="kernel.reset" method="reset" on_invalid="ignore"/>
      <tag name="container.decorator" id="openLibraryClient" inner=".debug.openLibraryClient.inner"/>
      <argument type="service" id="openLibraryClient.scoping"/>
      <argument>null</argument>
      <argument type="collection"/>
    </service>
    <service id="psr18.openLibraryClient" class="Symfony\Component\HttpClient\Psr18Client">
      <argument type="service" id="openLibraryClient.uri_template"/>
      <argument type="service" id="http_discovery.psr17_factory" on-invalid="ignore"/>
      <argument type="service" id="http_discovery.psr17_factory" on-invalid="ignore"/>
    </service>
    <service id="googleBooksClient.scoping" class="Symfony\Component\HttpClient\ScopingHttpClient" constructor="forBaseUri">
      <argument type="service" id=".debug.googleBooksClient"/>
      <argument>%env(GOOGLE_BOOKS_BASE_URL)%</argument>
      <argument type="collection">
        <argument key="timeout">5</argument>
        <argument key="max_duration">5</argument>
        <argument key="headers" type="collection">
          <argument key="User-Agent">Letterbook/0.1 (https://letterbook.local)</argument>
          <argument key="Accept">application/json</argument>
        </argument>
        <argument key="query" type="collection"/>
        <argument key="resolve" type="collection"/>
        <argument key="extra" type="collection"/>
      </argument>
    </service>
    <service id="googleBooksClient.uri_template" class="Symfony\Component\HttpClient\UriTemplateHttpClient">
      <tag name="http_client.client"/>
      <tag name="kernel.reset" method="reset" on_invalid="ignore"/>
      <tag name="container.decorator" id="googleBooksClient" inner=".debug.googleBooksClient.inner"/>
      <argument type="service" id="googleBooksClient.scoping"/>
      <argument>null</argument>
      <argument type="collection"/>
    </service>
    <service id="psr18.googleBooksClient" class="Symfony\Component\HttpClient\Psr18Client">
      <argument type="service" id="googleBooksClient.uri_template"/>
      <argument type="service" id="http_discovery.psr17_factory" on-invalid="ignore"/>
      <argument type="service" id="http_discovery.psr17_factory" on-invalid="ignore"/>
    </service>
    <service id="mailer.mailer" class="Symfony\Component\Mailer\Mailer">
      <argument type="service" id="mailer.transports"/>
      <argument type="service" id="debug.traced.messenger.bus.default" on-invalid="null"/>
      <argument type="service" id="debug.event_dispatcher" on-invalid="ignore"/>
    </service>
    <service id="mailer.transports" class="Symfony\Component\Mailer\Transport\Transports">
      <argument type="collection">
        <argument key="main">%env(MAILER_DSN)%</argument>
      </argument>
      <factory service="mailer.transport_factory" method="fromStrings"/>
    </service>
    <service id="mailer.transport_factory" class="Symfony\Component\Mailer\Transport">
      <argument type="tagged_iterator" tag="mailer.transport_factory"/>
    </service>
    <service id="mailer.messenger.message_handler" class="Symfony\Component\Mailer\Messenger\MessageHandler">
      <tag name="messenger.message_handler"/>
      <argument type="service" id="mailer.transports"/>
    </service>
    <service id="mailer.envelope_listener" class="Symfony\Component\Mailer\EventListener\EnvelopeListener">
      <tag name="kernel.event_subscriber"/>
      <argument>null</argument>
      <argument>null</argument>
      <argument type="collection"/>
    </service>
    <service id="mailer.message_logger_listener" class="Symfony\Component\Mailer\EventListener\MessageLoggerListener">
      <tag name="kernel.reset" method="reset"/>
      <tag name="kernel.event_subscriber"/>
    </service>
    <service id="mailer.messenger_transport_listener" class="Symfony\Component\Mailer\EventListener\MessengerTransportListener">
      <tag name="kernel.event_subscriber"/>
    </service>
    <service id="console.command.mailer_test" class="Symfony\Component\Mailer\Command\MailerTestCommand">
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="mailer.transports"/>
      <call method="setName">
        <argument>mailer:test</argument>
      </call>
      <call method="setDescription">
        <argument>Test Mailer transports by sending an email</argument>
      </call>
    </service>
    <service id="mailer.transport_factory.abstract" class="Symfony\Component\Mailer\Transport\AbstractTransportFactory" abstract="true">
      <tag name="monolog.logger" channel="mailer"/>
      <argument type="service" id="debug.event_dispatcher"/>
      <argument type="service" id="http_client.uri_template" on-invalid="ignore"/>
      <argument type="service" id="monolog.logger.mailer" on-invalid="ignore"/>
    </service>
    <service id="mailer.transport_factory.native" class="Symfony\Component\Mailer\Transport\NativeTransportFactory">
      <tag name="mailer.transport_factory"/>
      <argument type="service" id="debug.event_dispatcher"/>
      <argument type="service" id="http_client.uri_template" on-invalid="ignore"/>
      <argument type="service" id="monolog.logger.mailer" on-invalid="ignore"/>
    </service>
    <service id="mailer.transport_factory.null" class="Symfony\Component\Mailer\Transport\NullTransportFactory">
      <tag name="mailer.transport_factory"/>
      <argument type="service" id="debug.event_dispatcher"/>
      <argument type="service" id="http_client.uri_template" on-invalid="ignore"/>
      <argument type="service" id="monolog.logger.mailer" on-invalid="ignore"/>
    </service>
    <service id="mailer.transport_factory.sendmail" class="Symfony\Component\Mailer\Transport\SendmailTransportFactory">
      <tag name="mailer.transport_factory"/>
      <argument type="service" id="debug.event_dispatcher"/>
      <argument type="service" id="http_client.uri_template" on-invalid="ignore"/>
      <argument type="service" id="monolog.logger.mailer" on-invalid="ignore"/>
    </service>
    <service id="mailer.transport_factory.smtp" class="Symfony\Component\Mailer\Transport\Smtp\EsmtpTransportFactory">
      <tag name="mailer.transport_factory"/>
      <argument type="service" id="debug.event_dispatcher"/>
      <argument type="service" id="http_client.uri_template" on-invalid="ignore"/>
      <argument type="service" id="monolog.logger.mailer" on-invalid="ignore"/>
    </service>
    <service id="translator.default" class="Symfony\Bundle\FrameworkBundle\Translation\Translator">
      <tag name="kernel.locale_aware"/>
      <argument type="service" id=".service_locator.6KVxCv0"/>
      <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">C:\Users\rgalo\Dropbox\_LIVRECOMMENT\var\cache\test/translations</argument>
        <argument key="debug">true</argument>
        <argument key="resource_files" type="collection">
          <argument key="af" type="collection">
            <argument>C:\Users\rgalo\Dropbox\_LIVRECOMMENT\vendor\symfony\validator/Resources/translations\validators.af.xlf</argument>
            <argument>C:\Users\rgalo\Dropbox\_LIVRECOMMENT\vendor\symfony\form/Resources/translations\validators.af.xlf</argument>
            <argument>C:\Users\rgalo\Dropbox\_LIVRECOMMENT\vendor\symfony\security-core/Resources/translations\security.af.xlf</argument>
          </argument>
          <argument key="ar" type="collection">
            <argument>C:\Users\rgalo\Dropbox\_LIVRECOMMENT\vendor\symfony\validator/Resources/translations\validators.ar.xlf</argument>
            <argument>C:\Users\rgalo\Dropbox\_LIVRECOMMENT\vendor\symfony\form/Resources/translations\validators.ar.xlf</argument>
            <argument>C:\Users\rgalo\Dropbox\_LIVRECOMMENT\vendor\symfony\security-core/Resources/translations\security.ar.xlf</argument>
            <argument>C:\Users\rgalo\Dropbox\_LIVRECOMMENT\vendor\symfonycasts\reset-password-bundle\src/Resources/translations\ResetPasswordBundle.ar.xlf</argument>
            <argument>C:\Users\rgalo\Dropbox\_LIVRECOMMENT\vendor\easycorp\easyadmin-bundle/translations\EasyAdminBundle.ar.php</argument>
          </argument>
          <argument key="az" type="collection">
            <argument>C:\Users\rgalo\Dropbox\_LIVRECOMMENT\vendor\symfony\validator/Resources/translations\validators.az.xlf</argument>
            <argument>C:\Users\rgalo\Dropbox\_LIVRECOMMENT\vendor\symfony\form/Resources/translations\validators.az.xlf</argument>
            <argument>C:\Users\rgalo\Dropbox\_LIVRECOMMENT\vendor\symfony\security-core/Resources/translations\security.az.xlf</argument>
          </argument>
          <argument key="be" type="collection">
            <argument>C:\Users\rgalo\Dropbox\_LIVRECOMMENT\vendor\symfony\validator/Resources/translations\validators.be.xlf</argument>
            <argument>C:\Users\rgalo\Dropbox\_LIVRECOMMENT\vendor\symfony\form/Resources/translations\validators.be.xlf</argument>
            <argument>C:\Users\rgalo\Dropbox\_LIVRECOMMENT\vendor\symfony\security-core/Resources/translations\security.be.xlf</argument>
          </argument>
          <argument key="bg" type="collection">
            <argument>C:\Users\rgalo\Dropbox\_LIVRECOMMENT\vendor\symfony\validator/Resources/translations\validators.bg.xlf</argument>
            <argument>C:\Users\rgalo\Dropbox\_LIVRECOMMENT\vendor\symfony\form/Resources/translations\validators.bg.xlf</argument>
            <argument>C:\Users\rgalo\Dropbox\_LIVRECOMMENT\vendor\symfony\security-core/Resources/translations\security.bg.xlf</argument>
            <argument>C:\Users\rgalo\Dropbox\_LIVRECOMMENT\vendor\easycorp\easyadmin-bundle/translations\EasyAdminBundle.bg.php</argument>
          </argument>
          <argument key="bs" type="collection">
            <argument>C:\Users\rgalo\Dropbox\_LIVRECOMMENT\vendor\symfony\validator/Resources/translations\validators.bs.xlf</argument>
            <argument>C:\Users\rgalo\Dropbox\_LIVRECOMMENT\vendor\symfony\form/Resources/translations\validators.bs.xlf</argument>
            <argument>C:\Users\rgalo\Dropbox\_LIVRECOMMENT\vendor\symfony\security-core/Resources/translations\security.bs.xlf</argument>
          </argument>
          <argument key="ca" type="collection">
            <argument>C:\Users\rgalo\Dropbox\_LIVRECOMMENT\vendor\symfony\validator/Resources/translations\validators.ca.xlf</argument>
            <argument>C:\Users\rgalo\Dropbox\_LIVRECOMMENT\vendor\symfony\form/Resources/translations\validators.ca.xlf</argument>
            <argument>C:\Users\rgalo\Dropbox\_LIVRECOMMENT\vendor\symfony\security-core/Resources/translations\security.ca.xlf</argument>
            <argument>C:\Users\rgalo\Dropbox\_LIVRECOMMENT\vendor\symfonycasts\reset-password-bundle\src/Resources/translations\ResetPasswordBundle.ca.xlf</argument>
            <argument>C:\Users\rgalo\Dropbox\_LIVRECOMMENT\vendor\easycorp\easyadmin-bundle/translations\EasyAdminBundle.ca.php</argument>
          </argument>
          <argument key="cs" type="collection">
            <argument>C:\Users\rgalo\Dropbox\_LIVRECOMMENT\vendor\symfony\validator/Resources/translations\validators.cs.xlf</argument>
            <argument>C:\Users\rgalo\Dropbox\_LIVRECOMMENT\vendor\symfony\form/Resources/translations\validators.cs.xlf</argument>
            <argument>C:\Users\rgalo\Dropbox\_LIVRECOMMENT\vendor\symfony\security-core/Resources/translations\security.cs.xlf</argument>
            <argument>C:\Users\rgalo\Dropbox\_LIVRECOMMENT\vendor\symfonycasts\reset-password-bundle\src/Resources/translations\ResetPasswordBundle.cs.xlf</argument>
            <argument>C:\Users\rgalo\Dropbox\_LIVRECOMMENT\vendor\easycorp\easyadmin-bundle/translations\EasyAdminBundle.cs.php</argument>
          </argument>
          <argument key="cy" type="collection">
            <argument>C:\Users\rgalo\Dropbox\_LIVRECOMMENT\vendor\symfony\validator/Resources/translations\validators.cy.xlf</argument>
            <argument>C:\Users\rgalo\Dropbox\_LIVRECOMMENT\vendor\symfony\form/Resources/translations\validators.cy.xlf</argument>
            <argument>C:\Users\rgalo\Dropbox\_LIVRECOMMENT\vendor\symfony\security-core/Resources/translations\security.cy.xlf</argument>
          </argument>
          <argument key="da" type="collection">
            <argument>C:\Users\rgalo\Dropbox\_LIVRECOMMENT\vendor\symfony\validator/Resources/translations\validators.da.xlf</argument>
            <argument>C:\Users\rgalo\Dropbox\_LIVRECOMMENT\vendor\symfony\form/Resources/translations\validators.da.xlf</argument>
            <argument>C:\Users\rgalo\Dropbox\_LIVRECOMMENT\vendor\symfony\security-core/Resources/translations\security.da.xlf</argument>
            <argument>C:\Users\rgalo\Dropbox\_LIVRECOMMENT\vendor\symfonycasts\reset-password-bundle\src/Resources/translations\ResetPasswordBundle.da.xlf</argument>
            <argument>C:\Users\rgalo\Dropbox\_LIVRECOMMENT\vendor\easycorp\easyadmin-bundle/translations\EasyAdminBundle.da.php</argument>
          </argument>
          <argument key="de" type="collection">
            <argument>C:\Users\rgalo\Dropbox\_LIVRECOMMENT\vendor\symfony\validator/Resources/translations\validators.de.xlf</argument>
            <argument>C:\Users\rgalo\Dropbox\_LIVRECOMMENT\vendor\symfony\form/Resources/translations\validators.de.xlf</argument>
            <argument>C:\Users\rgalo\Dropbox\_LIVRECOMMENT\vendor\symfony\security-core/Resources/translations\security.de.xlf</argument>
            <argument>C:\Users\rgalo\Dropbox\_LIVRECOMMENT\vendor\symfonycasts\reset-password-bundle\src/Resources/translations\ResetPasswordBundle.de.xlf</argument>
            <argument>C:\Users\rgalo\Dropbox\_LIVRECOMMENT\vendor\easycorp\easyadmin-bundle/translations\EasyAdminBundle.de.php</argument>
          </argument>
          <argument key="el" type="collection">
            <argument>C:\Users\rgalo\Dropbox\_LIVRECOMMENT\vendor\symfony\validator/Resources/translations\validators.el.xlf</argument>
            <argument>C:\Users\rgalo\Dropbox\_LIVRECOMMENT\vendor\symfony\form/Resources/translations\validators.el.xlf</argument>
            <argument>C:\Users\rgalo\Dropbox\_LIVRECOMMENT\vendor\symfony\security-core/Resources/translations\security.el.xlf</argument>
            <argument>C:\Users\rgalo\Dropbox\_LIVRECOMMENT\vendor\symfonycasts\reset-password-bundle\src/Resources/translations\ResetPasswordBundle.el.xlf</argument>
            <argument>C:\Users\rgalo\Dropbox\_LIVRECOMMENT\vendor\easycorp\easyadmin-bundle/translations\EasyAdminBundle.el.php</argument>
          </argument>
          <argument key="en" type="collection">
            <argument>C:\Users\rgalo\Dropbox\_LIVRECOMMENT\vendor\symfony\validator/Resources/translations\validators.en.xlf</argument>
            <argument>C:\Users\rgalo\Dropbox\_LIVRECOMMENT\vendor\symfony\form/Resources/translations\validators.en.xlf</argument>
            <argument>C:\Users\rgalo\Dropbox\_LIVRECOMMENT\vendor\symfony\security-core/Resources/translations\security.en.xlf</argument>
            <argument>C:\Users\rgalo\Dropbox\_LIVRECOMMENT\vendor\symfonycasts\reset-password-bundle\src/Resources/translations\ResetPasswordBundle.en.xlf</argument>
            <argument>C:\Users\rgalo\Dropbox\_LIVRECOMMENT\vendor\easycorp\easyadmin-bundle/translations\EasyAdminBundle.en.php</argument>
          </argument>
          <argument key="es" type="collection">
            <argument>C:\Users\rgalo\Dropbox\_LIVRECOMMENT\vendor\symfony\validator/Resources/translations\validators.es.xlf</argument>
            <argument>C:\Users\rgalo\Dropbox\_LIVRECOMMENT\vendor\symfony\form/Resources/translations\validators.es.xlf</argument>
            <argument>C:\Users\rgalo\Dropbox\_LIVRECOMMENT\vendor\symfony\security-core/Resources/translations\security.es.xlf</argument>
            <argument>C:\Users\rgalo\Dropbox\_LIVRECOMMENT\vendor\symfonycasts\reset-password-bundle\src/Resources/translations\ResetPasswordBundle.es.xlf</argument>
            <argument>C:\Users\rgalo\Dropbox\_LIVRECOMMENT\vendor\easycorp\easyadmin-bundle/translations\EasyAdminBundle.es.php</argument>
          </argument>
          <argument key="et" type="collection">
            <argument>C:\Users\rgalo\Dropbox\_LIVRECOMMENT\vendor\symfony\validator/Resources/translations\validators.et.xlf</argument>
            <argument>C:\Users\rgalo\Dropbox\_LIVRECOMMENT\vendor\symfony\form/Resources/translations\validators.et.xlf</argument>
            <argument>C:\Users\rgalo\Dropbox\_LIVRECOMMENT\vendor\symfony\security-core/Resources/translations\security.et.xlf</argument>
          </argument>
          <argument key="eu" type="collection">
            <argument>C:\Users\rgalo\Dropbox\_LIVRECOMMENT\vendor\symfony\validator/Resources/translations\validators.eu.xlf</argument>
            <argument>C:\Users\rgalo\Dropbox\_LIVRECOMMENT\vendor\symfony\form/Resources/translations\validators.eu.xlf</argument>
            <argument>C:\Users\rgalo\Dropbox\_LIVRECOMMENT\vendor\symfony\security-core/Resources/translations\security.eu.xlf</argument>
            <argument>C:\Users\rgalo\Dropbox\_LIVRECOMMENT\vendor\easycorp\easyadmin-bundle/translations\EasyAdminBundle.eu.php</argument>
          </argument>
          <argument key="fa" type="collection">
            <argument>C:\Users\rgalo\Dropbox\_LIVRECOMMENT\vendor\symfony\validator/Resources/translations\validators.fa.xlf</argument>
            <argument>C:\Users\rgalo\Dropbox\_LIVRECOMMENT\vendor\symfony\form/Resources/translations\validators.fa.xlf</argument>
            <argument>C:\Users\rgalo\Dropbox\_LIVRECOMMENT\vendor\symfony\security-core/Resources/translations\security.fa.xlf</argument>
            <argument>C:\Users\rgalo\Dropbox\_LIVRECOMMENT\vendor\symfonycasts\reset-password-bundle\src/Resources/translations\ResetPasswordBundle.fa.xlf</argument>
            <argument>C:\Users\rgalo\Dropbox\_LIVRECOMMENT\vendor\easycorp\easyadmin-bundle/translations\EasyAdminBundle.fa.php</argument>
          </argument>
          <argument key="fi" type="collection">
            <argument>C:\Users\rgalo\Dropbox\_LIVRECOMMENT\vendor\symfony\validator/Resources/translations\validators.fi.xlf</argument>
            <argument>C:\Users\rgalo\Dropbox\_LIVRECOMMENT\vendor\symfony\form/Resources/translations\validators.fi.xlf</argument>
            <argument>C:\Users\rgalo\Dropbox\_LIVRECOMMENT\vendor\symfony\security-core/Resources/translations\security.fi.xlf</argument>
            <argument>C:\Users\rgalo\Dropbox\_LIVRECOMMENT\vendor\symfonycasts\reset-password-bundle\src/Resources/translations\ResetPasswordBundle.fi.xlf</argument>
            <argument>C:\Users\rgalo\Dropbox\_LIVRECOMMENT\vendor\easycorp\easyadmin-bundle/translations\EasyAdminBundle.fi.php</argument>
          </argument>
          <argument key="fr" type="collection">
            <argument>C:\Users\rgalo\Dropbox\_LIVRECOMMENT\vendor\symfony\validator/Resources/translations\validators.fr.xlf</argument>
            <argument>C:\Users\rgalo\Dropbox\_LIVRECOMMENT\vendor\symfony\form/Resources/translations\validators.fr.xlf</argument>
            <argument>C:\Users\rgalo\Dropbox\_LIVRECOMMENT\vendor\symfony\security-core/Resources/translations\security.fr.xlf</argument>
            <argument>C:\Users\rgalo\Dropbox\_LIVRECOMMENT\vendor\symfonycasts\reset-password-bundle\src/Resources/translations\ResetPasswordBundle.fr.xlf</argument>
            <argument>C:\Users\rgalo\Dropbox\_LIVRECOMMENT\vendor\easycorp\easyadmin-bundle/translations\EasyAdminBundle.fr.php</argument>
          </argument>
          <argument key="gl" type="collection">
            <argument>C:\Users\rgalo\Dropbox\_LIVRECOMMENT\vendor\symfony\validator/Resources/translations\validators.gl.xlf</argument>
            <argument>C:\Users\rgalo\Dropbox\_LIVRECOMMENT\vendor\symfony\form/Resources/translations\validators.gl.xlf</argument>
            <argument>C:\Users\rgalo\Dropbox\_LIVRECOMMENT\vendor\symfony\security-core/Resources/translations\security.gl.xlf</argument>
            <argument>C:\Users\rgalo\Dropbox\_LIVRECOMMENT\vendor\easycorp\easyadmin-bundle/translations\EasyAdminBundle.gl.php</argument>
          </argument>
          <argument key="he" type="collection">
            <argument>C:\Users\rgalo\Dropbox\_LIVRECOMMENT\vendor\symfony\validator/Resources/translations\validators.he.xlf</argument>
            <argument>C:\Users\rgalo\Dropbox\_LIVRECOMMENT\vendor\symfony\form/Resources/translations\validators.he.xlf</argument>
            <argument>C:\Users\rgalo\Dropbox\_LIVRECOMMENT\vendor\symfony\security-core/Resources/translations\security.he.xlf</argument>
            <argument>C:\Users\rgalo\Dropbox\_LIVRECOMMENT\vendor\easycorp\easyadmin-bundle/translations\EasyAdminBundle.he.php</argument>
          </argument>
          <argument key="hr" type="collection">
            <argument>C:\Users\rgalo\Dropbox\_LIVRECOMMENT\vendor\symfony\validator/Resources/translations\validators.hr.xlf</argument>
            <argument>C:\Users\rgalo\Dropbox\_LIVRECOMMENT\vendor\symfony\form/Resources/translations\validators.hr.xlf</argument>
            <argument>C:\Users\rgalo\Dropbox\_LIVRECOMMENT\vendor\symfony\security-core/Resources/translations\security.hr.xlf</argument>
            <argument>C:\Users\rgalo\Dropbox\_LIVRECOMMENT\vendor\easycorp\easyadmin-bundle/translations\EasyAdminBundle.hr.php</argument>
          </argument>
          <argument key="hu" type="collection">
            <argument>C:\Users\rgalo\Dropbox\_LIVRECOMMENT\vendor\symfony\validator/Resources/translations\validators.hu.xlf</argument>
            <argument>C:\Users\rgalo\Dropbox\_LIVRECOMMENT\vendor\symfony\form/Resources/translations\validators.hu.xlf</argument>
            <argument>C:\Users\rgalo\Dropbox\_LIVRECOMMENT\vendor\symfony\security-core/Resources/translations\security.hu.xlf</argument>
            <argument>C:\Users\rgalo\Dropbox\_LIVRECOMMENT\vendor\symfonycasts\reset-password-bundle\src/Resources/translations\ResetPasswordBundle.hu.xlf</argument>
            <argument>C:\Users\rgalo\Dropbox\_LIVRECOMMENT\vendor\easycorp\easyadmin-bundle/translations\EasyAdminBundle.hu.php</argument>
          </argument>
          <argument key="hy" type="collection">
            <argument>C:\Users\rgalo\Dropbox\_LIVRECOMMENT\vendor\symfony\validator/Resources/translations\validators.hy.xlf</argument>
            <argument>C:\Users\rgalo\Dropbox\_LIVRECOMMENT\vendor\symfony\form/Resources/translations\validators.hy.xlf</argument>
            <argument>C:\Users\rgalo\Dropbox\_LIVRECOMMENT\vendor\symfony\security-core/Resources/translations\security.hy.xlf</argument>
            <argument>C:\Users\rgalo\Dropbox\_LIVRECOMMENT\vendor\easycorp\easyadmin-bundle/translations\EasyAdminBundle.hy.php</argument>
          </argument>
          <argument key="id" type="collection">
            <argument>C:\Users\rgalo\Dropbox\_LIVRECOMMENT\vendor\symfony\validator/Resources/translations\validators.id.xlf</argument>
            <argument>C:\Users\rgalo\Dropbox\_LIVRECOMMENT\vendor\symfony\form/Resources/translations\validators.id.xlf</argument>
            <argument>C:\Users\rgalo\Dropbox\_LIVRECOMMENT\vendor\symfony\security-core/Resources/translations\security.id.xlf</argument>
            <argument>C:\Users\rgalo\Dropbox\_LIVRECOMMENT\vendor\symfonycasts\reset-password-bundle\src/Resources/translations\ResetPasswordBundle.id.xlf</argument>
            <argument>C:\Users\rgalo\Dropbox\_LIVRECOMMENT\vendor\easycorp\easyadmin-bundle/translations\EasyAdminBundle.id.php</argument>
          </argument>
          <argument key="it" type="collection">
            <argument>C:\Users\rgalo\Dropbox\_LIVRECOMMENT\vendor\symfony\validator/Resources/translations\validators.it.xlf</argument>
            <argument>C:\Users\rgalo\Dropbox\_LIVRECOMMENT\vendor\symfony\form/Resources/translations\validators.it.xlf</argument>
            <argument>C:\Users\rgalo\Dropbox\_LIVRECOMMENT\vendor\symfony\security-core/Resources/translations\security.it.xlf</argument>
            <argument>C:\Users\rgalo\Dropbox\_LIVRECOMMENT\vendor\symfonycasts\reset-password-bundle\src/Resources/translations\ResetPasswordBundle.it.xlf</argument>
            <argument>C:\Users\rgalo\Dropbox\_LIVRECOMMENT\vendor\easycorp\easyadmin-bundle/translations\EasyAdminBundle.it.php</argument>
          </argument>
          <argument key="ja" type="collection">
            <argument>C:\Users\rgalo\Dropbox\_LIVRECOMMENT\vendor\symfony\validator/Resources/translations\validators.ja.xlf</argument>
            <argument>C:\Users\rgalo\Dropbox\_LIVRECOMMENT\vendor\symfony\form/Resources/translations\validators.ja.xlf</argument>
            <argument>C:\Users\rgalo\Dropbox\_LIVRECOMMENT\vendor\symfony\security-core/Resources/translations\security.ja.xlf</argument>
            <argument>C:\Users\rgalo\Dropbox\_LIVRECOMMENT\vendor\symfonycasts\reset-password-bundle\src/Resources/translations\ResetPasswordBundle.ja.xlf</argument>
          </argument>
          <argument key="lb" type="collection">
            <argument>C:\Users\rgalo\Dropbox\_LIVRECOMMENT\vendor\symfony\validator/Resources/translations\validators.lb.xlf</argument>
            <argument>C:\Users\rgalo\Dropbox\_LIVRECOMMENT\vendor\symfony\form/Resources/translations\validators.lb.xlf</argument>
            <argument>C:\Users\rgalo\Dropbox\_LIVRECOMMENT\vendor\symfony\security-core/Resources/translations\security.lb.xlf</argument>
            <argument>C:\Users\rgalo\Dropbox\_LIVRECOMMENT\vendor\easycorp\easyadmin-bundle/translations\EasyAdminBundle.lb.php</argument>
          </argument>
          <argument key="lt" type="collection">
            <argument>C:\Users\rgalo\Dropbox\_LIVRECOMMENT\vendor\symfony\validator/Resources/translations\validators.lt.xlf</argument>
            <argument>C:\Users\rgalo\Dropbox\_LIVRECOMMENT\vendor\symfony\form/Resources/translations\validators.lt.xlf</argument>
            <argument>C:\Users\rgalo\Dropbox\_LIVRECOMMENT\vendor\symfony\security-core/Resources/translations\security.lt.xlf</argument>
            <argument>C:\Users\rgalo\Dropbox\_LIVRECOMMENT\vendor\easycorp\easyadmin-bundle/translations\EasyAdminBundle.lt.php</argument>
          </argument>
          <argument key="lv" type="collection">
            <argument>C:\Users\rgalo\Dropbox\_LIVRECOMMENT\vendor\symfony\validator/Resources/translations\validators.lv.xlf</argument>
            <argument>C:\Users\rgalo\Dropbox\_LIVRECOMMENT\vendor\symfony\form/Resources/translations\validators.lv.xlf</argument>
            <argument>C:\Users\rgalo\Dropbox\_LIVRECOMMENT\vendor\symfony\security-core/Resources/translations\security.lv.xlf</argument>
          </argument>
          <argument key="mk" type="collection">
            <argument>C:\Users\rgalo\Dropbox\_LIVRECOMMENT\vendor\symfony\validator/Resources/translations\validators.mk.xlf</argument>
            <argument>C:\Users\rgalo\Dropbox\_LIVRECOMMENT\vendor\symfony\form/Resources/translations\validators.mk.xlf</argument>
            <argument>C:\Users\rgalo\Dropbox\_LIVRECOMMENT\vendor\symfony\security-core/Resources/translations\security.mk.xlf</argument>
            <argument>C:\Users\rgalo\Dropbox\_LIVRECOMMENT\vendor\symfonycasts\reset-password-bundle\src/Resources/translations\ResetPasswordBundle.mk.xlf</argument>
            <argument>C:\Users\rgalo\Dropbox\_LIVRECOMMENT\vendor\easycorp\easyadmin-bundle/translations\EasyAdminBundle.mk.php</argument>
          </argument>
          <argument key="mn" type="collection">
            <argument>C:\Users\rgalo\Dropbox\_LIVRECOMMENT\vendor\symfony\validator/Resources/translations\validators.mn.xlf</argument>
            <argument>C:\Users\rgalo\Dropbox\_LIVRECOMMENT\vendor\symfony\form/Resources/translations\validators.mn.xlf</argument>
            <argument>C:\Users\rgalo\Dropbox\_LIVRECOMMENT\vendor\symfony\security-core/Resources/translations\security.mn.xlf</argument>
            <argument>C:\Users\rgalo\Dropbox\_LIVRECOMMENT\vendor\symfonycasts\reset-password-bundle\src/Resources/translations\ResetPasswordBundle.mn.xlf</argument>
          </argument>
          <argument key="my" type="collection">
            <argument>C:\Users\rgalo\Dropbox\_LIVRECOMMENT\vendor\symfony\validator/Resources/translations\validators.my.xlf</argument>
            <argument>C:\Users\rgalo\Dropbox\_LIVRECOMMENT\vendor\symfony\form/Resources/translations\validators.my.xlf</argument>
            <argument>C:\Users\rgalo\Dropbox\_LIVRECOMMENT\vendor\symfony\security-core/Resources/translations\security.my.xlf</argument>
          </argument>
          <argument key="nb" type="collection">
            <argument>C:\Users\rgalo\Dropbox\_LIVRECOMMENT\vendor\symfony\validator/Resources/translations\validators.nb.xlf</argument>
            <argument>C:\Users\rgalo\Dropbox\_LIVRECOMMENT\vendor\symfony\form/Resources/translations\validators.nb.xlf</argument>
            <argument>C:\Users\rgalo\Dropbox\_LIVRECOMMENT\vendor\symfony\security-core/Resources/translations\security.nb.xlf</argument>
          </argument>
          <argument key="nl" type="collection">
            <argument>C:\Users\rgalo\Dropbox\_LIVRECOMMENT\vendor\symfony\validator/Resources/translations\validators.nl.xlf</argument>
            <argument>C:\Users\rgalo\Dropbox\_LIVRECOMMENT\vendor\symfony\form/Resources/translations\validators.nl.xlf</argument>
            <argument>C:\Users\rgalo\Dropbox\_LIVRECOMMENT\vendor\symfony\security-core/Resources/translations\security.nl.xlf</argument>
            <argument>C:\Users\rgalo\Dropbox\_LIVRECOMMENT\vendor\symfonycasts\reset-password-bundle\src/Resources/translations\ResetPasswordBundle.nl.xlf</argument>
            <argument>C:\Users\rgalo\Dropbox\_LIVRECOMMENT\vendor\easycorp\easyadmin-bundle/translations\EasyAdminBundle.nl.php</argument>
          </argument>
          <argument key="nn" type="collection">
            <argument>C:\Users\rgalo\Dropbox\_LIVRECOMMENT\vendor\symfony\validator/Resources/translations\validators.nn.xlf</argument>
            <argument>C:\Users\rgalo\Dropbox\_LIVRECOMMENT\vendor\symfony\form/Resources/translations\validators.nn.xlf</argument>
            <argument>C:\Users\rgalo\Dropbox\_LIVRECOMMENT\vendor\symfony\security-core/Resources/translations\security.nn.xlf</argument>
          </argument>
          <argument key="no" type="collection">
            <argument>C:\Users\rgalo\Dropbox\_LIVRECOMMENT\vendor\symfony\validator/Resources/translations\validators.no.xlf</argument>
            <argument>C:\Users\rgalo\Dropbox\_LIVRECOMMENT\vendor\symfony\form/Resources/translations\validators.no.xlf</argument>
            <argument>C:\Users\rgalo\Dropbox\_LIVRECOMMENT\vendor\symfony\security-core/Resources/translations\security.no.xlf</argument>
            <argument>C:\Users\rgalo\Dropbox\_LIVRECOMMENT\vendor\easycorp\easyadmin-bundle/translations\EasyAdminBundle.no.php</argument>
          </argument>
          <argument key="pl" type="collection">
            <argument>C:\Users\rgalo\Dropbox\_LIVRECOMMENT\vendor\symfony\validator/Resources/translations\validators.pl.xlf</argument>
            <argument>C:\Users\rgalo\Dropbox\_LIVRECOMMENT\vendor\symfony\form/Resources/translations\validators.pl.xlf</argument>
            <argument>C:\Users\rgalo\Dropbox\_LIVRECOMMENT\vendor\symfony\security-core/Resources/translations\security.pl.xlf</argument>
            <argument>C:\Users\rgalo\Dropbox\_LIVRECOMMENT\vendor\symfonycasts\reset-password-bundle\src/Resources/translations\ResetPasswordBundle.pl.xlf</argument>
            <argument>C:\Users\rgalo\Dropbox\_LIVRECOMMENT\vendor\easycorp\easyadmin-bundle/translations\EasyAdminBundle.pl.php</argument>
          </argument>
          <argument key="pt" type="collection">
            <argument>C:\Users\rgalo\Dropbox\_LIVRECOMMENT\vendor\symfony\validator/Resources/translations\validators.pt.xlf</argument>
            <argument>C:\Users\rgalo\Dropbox\_LIVRECOMMENT\vendor\symfony\form/Resources/translations\validators.pt.xlf</argument>
            <argument>C:\Users\rgalo\Dropbox\_LIVRECOMMENT\vendor\symfony\security-core/Resources/translations\security.pt.xlf</argument>
            <argument>C:\Users\rgalo\Dropbox\_LIVRECOMMENT\vendor\symfonycasts\reset-password-bundle\src/Resources/translations\ResetPasswordBundle.pt.xlf</argument>
            <argument>C:\Users\rgalo\Dropbox\_LIVRECOMMENT\vendor\easycorp\easyadmin-bundle/translations\EasyAdminBundle.pt.php</argument>
          </argument>
          <argument key="pt_BR" type="collection">
            <argument>C:\Users\rgalo\Dropbox\_LIVRECOMMENT\vendor\symfony\validator/Resources/translations\validators.pt_BR.xlf</argument>
            <argument>C:\Users\rgalo\Dropbox\_LIVRECOMMENT\vendor\symfony\form/Resources/translations\validators.pt_BR.xlf</argument>
            <argument>C:\Users\rgalo\Dropbox\_LIVRECOMMENT\vendor\symfony\security-core/Resources/translations\security.pt_BR.xlf</argument>
            <argument>C:\Users\rgalo\Dropbox\_LIVRECOMMENT\vendor\easycorp\easyadmin-bundle/translations\EasyAdminBundle.pt_BR.php</argument>
          </argument>
          <argument key="ro" type="collection">
            <argument>C:\Users\rgalo\Dropbox\_LIVRECOMMENT\vendor\symfony\validator/Resources/translations\validators.ro.xlf</argument>
            <argument>C:\Users\rgalo\Dropbox\_LIVRECOMMENT\vendor\symfony\form/Resources/translations\validators.ro.xlf</argument>
            <argument>C:\Users\rgalo\Dropbox\_LIVRECOMMENT\vendor\symfony\security-core/Resources/translations\security.ro.xlf</argument>
            <argument>C:\Users\rgalo\Dropbox\_LIVRECOMMENT\vendor\symfonycasts\reset-password-bundle\src/Resources/translations\ResetPasswordBundle.ro.xlf</argument>
            <argument>C:\Users\rgalo\Dropbox\_LIVRECOMMENT\vendor\easycorp\easyadmin-bundle/translations\EasyAdminBundle.ro.php</argument>
          </argument>
          <argument key="ru" type="collection">
            <argument>C:\Users\rgalo\Dropbox\_LIVRECOMMENT\vendor\symfony\validator/Resources/translations\validators.ru.xlf</argument>
            <argument>C:\Users\rgalo\Dropbox\_LIVRECOMMENT\vendor\symfony\form/Resources/translations\validators.ru.xlf</argument>
            <argument>C:\Users\rgalo\Dropbox\_LIVRECOMMENT\vendor\symfony\security-core/Resources/translations\security.ru.xlf</argument>
            <argument>C:\Users\rgalo\Dropbox\_LIVRECOMMENT\vendor\symfonycasts\reset-password-bundle\src/Resources/translations\ResetPasswordBundle.ru.xlf</argument>
            <argument>C:\Users\rgalo\Dropbox\_LIVRECOMMENT\vendor\easycorp\easyadmin-bundle/translations\EasyAdminBundle.ru.php</argument>
          </argument>
          <argument key="sk" type="collection">
            <argument>C:\Users\rgalo\Dropbox\_LIVRECOMMENT\vendor\symfony\validator/Resources/translations\validators.sk.xlf</argument>
            <argument>C:\Users\rgalo\Dropbox\_LIVRECOMMENT\vendor\symfony\form/Resources/translations\validators.sk.xlf</argument>
            <argument>C:\Users\rgalo\Dropbox\_LIVRECOMMENT\vendor\symfony\security-core/Resources/translations\security.sk.xlf</argument>
            <argument>C:\Users\rgalo\Dropbox\_LIVRECOMMENT\vendor\symfonycasts\reset-password-bundle\src/Resources/translations\ResetPasswordBundle.sk.xlf</argument>
            <argument>C:\Users\rgalo\Dropbox\_LIVRECOMMENT\vendor\easycorp\easyadmin-bundle/translations\EasyAdminBundle.sk.php</argument>
          </argument>
          <argument key="sl" type="collection">
            <argument>C:\Users\rgalo\Dropbox\_LIVRECOMMENT\vendor\symfony\validator/Resources/translations\validators.sl.xlf</argument>
            <argument>C:\Users\rgalo\Dropbox\_LIVRECOMMENT\vendor\symfony\form/Resources/translations\validators.sl.xlf</argument>
            <argument>C:\Users\rgalo\Dropbox\_LIVRECOMMENT\vendor\symfony\security-core/Resources/translations\security.sl.xlf</argument>
            <argument>C:\Users\rgalo\Dropbox\_LIVRECOMMENT\vendor\easycorp\easyadmin-bundle/translations\EasyAdminBundle.sl.php</argument>
          </argument>
          <argument key="sq" type="collection">
            <argument>C:\Users\rgalo\Dropbox\_LIVRECOMMENT\vendor\symfony\validator/Resources/translations\validators.sq.xlf</argument>
            <argument>C:\Users\rgalo\Dropbox\_LIVRECOMMENT\vendor\symfony\form/Resources/translations\validators.sq.xlf</argument>
            <argument>C:\Users\rgalo\Dropbox\_LIVRECOMMENT\vendor\symfony\security-core/Resources/translations\security.sq.xlf</argument>
          </argument>
          <argument key="sr_Cyrl" type="collection">
            <argument>C:\Users\rgalo\Dropbox\_LIVRECOMMENT\vendor\symfony\validator/Resources/translations\validators.sr_Cyrl.xlf</argument>
            <argument>C:\Users\rgalo\Dropbox\_LIVRECOMMENT\vendor\symfony\form/Resources/translations\validators.sr_Cyrl.xlf</argument>
            <argument>C:\Users\rgalo\Dropbox\_LIVRECOMMENT\vendor\symfony\security-core/Resources/translations\security.sr_Cyrl.xlf</argument>
          </argument>
          <argument key="sr_Latn" type="collection">
            <argument>C:\Users\rgalo\Dropbox\_LIVRECOMMENT\vendor\symfony\validator/Resources/translations\validators.sr_Latn.xlf</argument>
            <argument>C:\Users\rgalo\Dropbox\_LIVRECOMMENT\vendor\symfony\form/Resources/translations\validators.sr_Latn.xlf</argument>
            <argument>C:\Users\rgalo\Dropbox\_LIVRECOMMENT\vendor\symfony\security-core/Resources/translations\security.sr_Latn.xlf</argument>
          </argument>
          <argument key="sv" type="collection">
            <argument>C:\Users\rgalo\Dropbox\_LIVRECOMMENT\vendor\symfony\validator/Resources/translations\validators.sv.xlf</argument>
            <argument>C:\Users\rgalo\Dropbox\_LIVRECOMMENT\vendor\symfony\form/Resources/translations\validators.sv.xlf</argument>
            <argument>C:\Users\rgalo\Dropbox\_LIVRECOMMENT\vendor\symfony\security-core/Resources/translations\security.sv.xlf</argument>
            <argument>C:\Users\rgalo\Dropbox\_LIVRECOMMENT\vendor\easycorp\easyadmin-bundle/translations\EasyAdminBundle.sv.php</argument>
          </argument>
          <argument key="th" type="collection">
            <argument>C:\Users\rgalo\Dropbox\_LIVRECOMMENT\vendor\symfony\validator/Resources/translations\validators.th.xlf</argument>
            <argument>C:\Users\rgalo\Dropbox\_LIVRECOMMENT\vendor\symfony\form/Resources/translations\validators.th.xlf</argument>
            <argument>C:\Users\rgalo\Dropbox\_LIVRECOMMENT\vendor\symfony\security-core/Resources/translations\security.th.xlf</argument>
          </argument>
          <argument key="tl" type="collection">
            <argument>C:\Users\rgalo\Dropbox\_LIVRECOMMENT\vendor\symfony\validator/Resources/translations\validators.tl.xlf</argument>
            <argument>C:\Users\rgalo\Dropbox\_LIVRECOMMENT\vendor\symfony\form/Resources/translations\validators.tl.xlf</argument>
            <argument>C:\Users\rgalo\Dropbox\_LIVRECOMMENT\vendor\symfony\security-core/Resources/translations\security.tl.xlf</argument>
          </argument>
          <argument key="tr" type="collection">
            <argument>C:\Users\rgalo\Dropbox\_LIVRECOMMENT\vendor\symfony\validator/Resources/translations\validators.tr.xlf</argument>
            <argument>C:\Users\rgalo\Dropbox\_LIVRECOMMENT\vendor\symfony\form/Resources/translations\validators.tr.xlf</argument>
            <argument>C:\Users\rgalo\Dropbox\_LIVRECOMMENT\vendor\symfony\security-core/Resources/translations\security.tr.xlf</argument>
            <argument>C:\Users\rgalo\Dropbox\_LIVRECOMMENT\vendor\symfonycasts\reset-password-bundle\src/Resources/translations\ResetPasswordBundle.tr.xlf</argument>
            <argument>C:\Users\rgalo\Dropbox\_LIVRECOMMENT\vendor\easycorp\easyadmin-bundle/translations\EasyAdminBundle.tr.php</argument>
          </argument>
          <argument key="uk" type="collection">
            <argument>C:\Users\rgalo\Dropbox\_LIVRECOMMENT\vendor\symfony\validator/Resources/translations\validators.uk.xlf</argument>
            <argument>C:\Users\rgalo\Dropbox\_LIVRECOMMENT\vendor\symfony\form/Resources/translations\validators.uk.xlf</argument>
            <argument>C:\Users\rgalo\Dropbox\_LIVRECOMMENT\vendor\symfony\security-core/Resources/translations\security.uk.xlf</argument>
            <argument>C:\Users\rgalo\Dropbox\_LIVRECOMMENT\vendor\symfonycasts\reset-password-bundle\src/Resources/translations\ResetPasswordBundle.uk.xlf</argument>
            <argument>C:\Users\rgalo\Dropbox\_LIVRECOMMENT\vendor\easycorp\easyadmin-bundle/translations\EasyAdminBundle.uk.php</argument>
          </argument>
          <argument key="ur" type="collection">
            <argument>C:\Users\rgalo\Dropbox\_LIVRECOMMENT\vendor\symfony\validator/Resources/translations\validators.ur.xlf</argument>
            <argument>C:\Users\rgalo\Dropbox\_LIVRECOMMENT\vendor\symfony\form/Resources/translations\validators.ur.xlf</argument>
            <argument>C:\Users\rgalo\Dropbox\_LIVRECOMMENT\vendor\symfony\security-core/Resources/translations\security.ur.xlf</argument>
          </argument>
          <argument key="uz" type="collection">
            <argument>C:\Users\rgalo\Dropbox\_LIVRECOMMENT\vendor\symfony\validator/Resources/translations\validators.uz.xlf</argument>
            <argument>C:\Users\rgalo\Dropbox\_LIVRECOMMENT\vendor\symfony\form/Resources/translations\validators.uz.xlf</argument>
            <argument>C:\Users\rgalo\Dropbox\_LIVRECOMMENT\vendor\symfony\security-core/Resources/translations\security.uz.xlf</argument>
          </argument>
          <argument key="vi" type="collection">
            <argument>C:\Users\rgalo\Dropbox\_LIVRECOMMENT\vendor\symfony\validator/Resources/translations\validators.vi.xlf</argument>
            <argument>C:\Users\rgalo\Dropbox\_LIVRECOMMENT\vendor\symfony\form/Resources/translations\validators.vi.xlf</argument>
            <argument>C:\Users\rgalo\Dropbox\_LIVRECOMMENT\vendor\symfony\security-core/Resources/translations\security.vi.xlf</argument>
          </argument>
          <argument key="zh_CN" type="collection">
            <argument>C:\Users\rgalo\Dropbox\_LIVRECOMMENT\vendor\symfony\validator/Resources/translations\validators.zh_CN.xlf</argument>
            <argument>C:\Users\rgalo\Dropbox\_LIVRECOMMENT\vendor\symfony\form/Resources/translations\validators.zh_CN.xlf</argument>
            <argument>C:\Users\rgalo\Dropbox\_LIVRECOMMENT\vendor\symfony\security-core/Resources/translations\security.zh_CN.xlf</argument>
            <argument>C:\Users\rgalo\Dropbox\_LIVRECOMMENT\vendor\easycorp\easyadmin-bundle/translations\EasyAdminBundle.zh_CN.php</argument>
          </argument>
          <argument key="zh_TW" type="collection">
            <argument>C:\Users\rgalo\Dropbox\_LIVRECOMMENT\vendor\symfony\validator/Resources/translations\validators.zh_TW.xlf</argument>
            <argument>C:\Users\rgalo\Dropbox\_LIVRECOMMENT\vendor\symfony\form/Resources/translations\validators.zh_TW.xlf</argument>
            <argument>C:\Users\rgalo\Dropbox\_LIVRECOMMENT\vendor\symfony\security-core/Resources/translations\security.zh_TW.xlf</argument>
            <argument>C:\Users\rgalo\Dropbox\_LIVRECOMMENT\vendor\easycorp\easyadmin-bundle/translations\EasyAdminBundle.zh_TW.php</argument>
          </argument>
          <argument key="sr" type="collection">
            <argument>C:\Users\rgalo\Dropbox\_LIVRECOMMENT\vendor\symfonycasts\reset-password-bundle\src/Resources/translations\ResetPasswordBundle.sr.xlf</argument>
          </argument>
          <argument key="sr_RS" type="collection">
            <argument>C:\Users\rgalo\Dropbox\_LIVRECOMMENT\vendor\easycorp\easyadmin-bundle/translations\EasyAdminBundle.sr_RS.php</argument>
          </argument>
        </argument>
        <argument key="scanned_directories" type="collection">
          <argument>C:\Users\rgalo\Dropbox\_LIVRECOMMENT\vendor\symfony\validator/Resources/translations</argument>
          <argument>C:\Users\rgalo\Dropbox\_LIVRECOMMENT\vendor\symfony\form/Resources/translations</argument>
          <argument>C:\Users\rgalo\Dropbox\_LIVRECOMMENT\vendor\symfony\security-core/Resources/translations</argument>
          <argument>C:\Users\rgalo\Dropbox\_LIVRECOMMENT\vendor\symfonycasts\reset-password-bundle\src/Resources/translations</argument>
          <argument>C:\Users\rgalo\Dropbox\_LIVRECOMMENT\vendor\easycorp\easyadmin-bundle/translations</argument>
          <argument>C:\Users\rgalo\Dropbox\_LIVRECOMMENT/translations</argument>
          <argument>C:\Users\rgalo\Dropbox\_LIVRECOMMENT\vendor\symfony\framework-bundle/translations</argument>
          <argument>C:\Users\rgalo\Dropbox\_LIVRECOMMENT\vendor\symfony\twig-bundle/translations</argument>
          <argument>C:\Users\rgalo\Dropbox\_LIVRECOMMENT\vendor\symfony\security-bundle/translations</argument>
          <argument>C:\Users\rgalo\Dropbox\_LIVRECOMMENT\vendor\doctrine\doctrine-bundle/translations</argument>
          <argument>C:\Users\rgalo\Dropbox\_LIVRECOMMENT\vendor\doctrine\doctrine-migrations-bundle/translations</argument>
          <argument>C:\Users\rgalo\Dropbox\_LIVRECOMMENT\vendor\nelmio\cors-bundle/translations</argument>
          <argument>C:\Users\rgalo\Dropbox\_LIVRECOMMENT\vendor\api-platform\symfony\Bundle/translations</argument>
          <argument>C:\Users\rgalo\Dropbox\_LIVRECOMMENT\vendor\symfony\web-profiler-bundle/translations</argument>
          <argument>C:\Users\rgalo\Dropbox\_LIVRECOMMENT\vendor\symfony\stimulus-bundle/translations</argument>
          <argument>C:\Users\rgalo\Dropbox\_LIVRECOMMENT\vendor\symfony\ux-turbo/translations</argument>
          <argument>C:\Users\rgalo\Dropbox\_LIVRECOMMENT\vendor\twig\extra-bundle/translations</argument>
          <argument>C:\Users\rgalo\Dropbox\_LIVRECOMMENT\vendor\symfony\monolog-bundle\src/translations</argument>
          <argument>C:\Users\rgalo\Dropbox\_LIVRECOMMENT\vendor\lexik\jwt-authentication-bundle/translations</argument>
          <argument>C:\Users\rgalo\Dropbox\_LIVRECOMMENT\vendor\symfony\ux-twig-component/translations</argument>
        </argument>
        <argument key="cache_vary" type="collection">
          <argument key="scanned_directories" type="collection">
            <argument>C:\Users\rgalo\Dropbox\_LIVRECOMMENT\vendor\symfony\validator/Resources/translations</argument>
            <argument>C:\Users\rgalo\Dropbox\_LIVRECOMMENT\vendor\symfony\form/Resources/translations</argument>
            <argument>C:\Users\rgalo\Dropbox\_LIVRECOMMENT\vendor\symfony\security-core/Resources/translations</argument>
            <argument>C:\Users\rgalo\Dropbox\_LIVRECOMMENT\vendor\symfonycasts\reset-password-bundle\src/Resources/translations</argument>
            <argument>C:\Users\rgalo\Dropbox\_LIVRECOMMENT\vendor\easycorp\easyadmin-bundle/translations</argument>
            <argument>translations</argument>
            <argument>C:\Users\rgalo\Dropbox\_LIVRECOMMENT\vendor\symfony\framework-bundle/translations</argument>
            <argument>C:\Users\rgalo\Dropbox\_LIVRECOMMENT\vendor\symfony\twig-bundle/translations</argument>
            <argument>C:\Users\rgalo\Dropbox\_LIVRECOMMENT\vendor\symfony\security-bundle/translations</argument>
            <argument>C:\Users\rgalo\Dropbox\_LIVRECOMMENT\vendor\doctrine\doctrine-bundle/translations</argument>
            <argument>C:\Users\rgalo\Dropbox\_LIVRECOMMENT\vendor\doctrine\doctrine-migrations-bundle/translations</argument>
            <argument>C:\Users\rgalo\Dropbox\_LIVRECOMMENT\vendor\nelmio\cors-bundle/translations</argument>
            <argument>C:\Users\rgalo\Dropbox\_LIVRECOMMENT\vendor\api-platform\symfony\Bundle/translations</argument>
            <argument>C:\Users\rgalo\Dropbox\_LIVRECOMMENT\vendor\symfony\web-profiler-bundle/translations</argument>
            <argument>C:\Users\rgalo\Dropbox\_LIVRECOMMENT\vendor\symfony\stimulus-bundle/translations</argument>
            <argument>C:\Users\rgalo\Dropbox\_LIVRECOMMENT\vendor\symfony\ux-turbo/translations</argument>
            <argument>C:\Users\rgalo\Dropbox\_LIVRECOMMENT\vendor\twig\extra-bundle/translations</argument>
            <argument>C:\Users\rgalo\Dropbox\_LIVRECOMMENT\vendor\symfony\monolog-bundle\src/translations</argument>
            <argument>C:\Users\rgalo\Dropbox\_LIVRECOMMENT\vendor\lexik\jwt-authentication-bundle/translations</argument>
            <argument>C:\Users\rgalo\Dropbox\_LIVRECOMMENT\vendor\symfony\ux-twig-component/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.xliff.xliff" class="Symfony\Component\Translation\Dumper\XliffFileDumper">
      <tag name="translation.dumper" alias="xliff"/>
      <argument>xliff</argument>
    </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_ast" class="Symfony\Component\Translation\Extractor\PhpAstExtractor">
      <tag name="translation.extractor" alias="php"/>
      <argument type="tagged_iterator" tag="translation.extractor.visitor"/>
    </service>
    <service id="translation.extractor.visitor.trans_method" class="Symfony\Component\Translation\Extractor\Visitor\TransMethodVisitor">
      <tag name="translation.extractor.visitor"/>
    </service>
    <service id="translation.extractor.visitor.translatable_message" class="Symfony\Component\Translation\Extractor\Visitor\TranslatableMessageVisitor">
      <tag name="translation.extractor.visitor"/>
    </service>
    <service id="translation.extractor.visitor.constraint" class="Symfony\Component\Translation\Extractor\Visitor\ConstraintVisitor">
      <tag name="translation.extractor.visitor"/>
      <argument type="collection">
        <argument>AbstractComparison</argument>
        <argument>All</argument>
        <argument>AtLeastOneOf</argument>
        <argument>Bic</argument>
        <argument>Blank</argument>
        <argument>Callback</argument>
        <argument>CardScheme</argument>
        <argument>Charset</argument>
        <argument>Choice</argument>
        <argument>Cidr</argument>
        <argument>Collection</argument>
        <argument>Compound</argument>
        <argument>Count</argument>
        <argument>Country</argument>
        <argument>CssColor</argument>
        <argument>Currency</argument>
        <argument>DateTime</argument>
        <argument>Date</argument>
        <argument>DivisibleBy</argument>
        <argument>Email</argument>
        <argument>EqualTo</argument>
        <argument>ExpressionSyntax</argument>
        <argument>Expression</argument>
        <argument>File</argument>
        <argument>GreaterThanOrEqual</argument>
        <argument>GreaterThan</argument>
        <argument>Hostname</argument>
        <argument>Iban</argument>
        <argument>IdenticalTo</argument>
        <argument>Image</argument>
        <argument>Ip</argument>
        <argument>IsFalse</argument>
        <argument>IsNull</argument>
        <argument>IsTrue</argument>
        <argument>Isbn</argument>
        <argument>Isin</argument>
        <argument>Issn</argument>
        <argument>Json</argument>
        <argument>Language</argument>
        <argument>Length</argument>
        <argument>LessThanOrEqual</argument>
        <argument>LessThan</argument>
        <argument>Locale</argument>
        <argument>Luhn</argument>
        <argument>MacAddress</argument>
        <argument>NoSuspiciousCharacters</argument>
        <argument>NotBlank</argument>
        <argument>NotCompromisedPassword</argument>
        <argument>NotEqualTo</argument>
        <argument>NotIdenticalTo</argument>
        <argument>NotNull</argument>
        <argument>PasswordStrength</argument>
        <argument>Range</argument>
        <argument>Regex</argument>
        <argument>Sequentially</argument>
        <argument>Time</argument>
        <argument>Timezone</argument>
        <argument>Type</argument>
        <argument>Ulid</argument>
        <argument>Unique</argument>
        <argument>Url</argument>
        <argument>Uuid</argument>
        <argument>Valid</argument>
        <argument>Video</argument>
        <argument>Week</argument>
        <argument>When</argument>
        <argument>WordCount</argument>
        <argument>Yaml</argument>
        <argument>Expression</argument>
        <argument>Email</argument>
        <argument>NotCompromisedPassword</argument>
        <argument>When</argument>
        <argument>NoSuspiciousCharacters</argument>
        <argument>Twig</argument>
        <argument>UserPassword</argument>
        <argument>UniqueEntity</argument>
      </argument>
    </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_ast"/>
      </call>
      <call method="addExtractor">
        <argument>twig</argument>
        <argument type="service" id="twig.translation.extractor"/>
      </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>xliff</argument>
        <argument type="service" id="translation.dumper.xliff.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.kvOAK9B.translation.warmer"/>
    </service>
    <service id="translation.locale_switcher" class="Symfony\Component\Translation\LocaleSwitcher">
      <tag name="kernel.reset" method="reset"/>
      <tag name="kernel.locale_aware"/>
      <argument>en</argument>
      <argument type="tagged_iterator" tag="kernel.locale_aware" exclude="translation.locale_switcher"/>
      <argument type="service" id="router.request_context" on-invalid="ignore"/>
    </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.error_handler_configurator" class="Symfony\Component\HttpKernel\Debug\ErrorHandlerConfigurator" public="true">
      <tag name="monolog.logger" channel="php"/>
      <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.debug_handlers_listener" class="Symfony\Component\HttpKernel\EventListener\DebugHandlersListener">
      <tag name="kernel.event_subscriber"/>
      <tag name="container.hot_path"/>
      <argument>null</argument>
      <argument>%env(bool:default::key:web:default:kernel.runtime_mode:)%</argument>
    </service>
    <service id="debug.file_link_formatter" class="Symfony\Component\ErrorHandler\ErrorRenderer\FileLinkFormatter">
      <argument>%env(default::SYMFONY_IDE)%</argument>
      <argument type="service" id="request_stack" on-invalid="ignore"/>
      <argument>C:\Users\rgalo\Dropbox\_LIVRECOMMENT</argument>
      <argument type="service_closure" id="debug.file_link_formatter.url_format"/>
    </service>
    <service id="debug.stopwatch" class="Symfony\Component\Stopwatch\Stopwatch" public="true">
      <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" inner="debug.event_dispatcher.inner"/>
      <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=".virtual_request_stack" on-invalid="null"/>
      <argument type="service" id="profiler.is_disabled_state_checker" on-invalid="null"/>
      <call method="addListener">
        <argument>kernel.response</argument>
        <argument type="collection">
          <argument type="service_closure" id="security.csrf.same_origin_token_manager"/>
          <argument>onKernelResponse</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>kernel.controller</argument>
        <argument type="collection">
          <argument type="service_closure" id="data_collector.router"/>
          <argument>onKernelController</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>Symfony\Component\Security\Http\Event\CheckPassportEvent</argument>
        <argument type="collection">
          <argument type="service_closure" id="security.listener.user_provider"/>
          <argument>checkPassport</argument>
        </argument>
        <argument>1024</argument>
      </call>
      <call method="addListener">
        <argument>kernel.response</argument>
        <argument type="collection">
          <argument type="service_closure" id="security.context_listener.0"/>
          <argument>onKernelResponse</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.request</argument>
        <argument type="collection">
          <argument type="service_closure" id="nelmio_cors.cors_listener"/>
          <argument>onKernelRequest</argument>
        </argument>
        <argument>250</argument>
      </call>
      <call method="addListener">
        <argument>kernel.response</argument>
        <argument type="collection">
          <argument type="service_closure" id="nelmio_cors.cors_listener"/>
          <argument>onKernelResponse</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>kernel.response</argument>
        <argument type="collection">
          <argument type="service_closure" id="nelmio_cors.cacheable_response_vary_listener"/>
          <argument>onResponse</argument>
        </argument>
        <argument>-15</argument>
      </call>
      <call method="addListener">
        <argument>kernel.exception</argument>
        <argument type="collection">
          <argument type="service_closure" id="api_platform.listener.exception"/>
          <argument>onKernelException</argument>
        </argument>
        <argument>-96</argument>
      </call>
      <call method="addListener">
        <argument>kernel.request</argument>
        <argument type="collection">
          <argument type="service_closure" id="turbo.kernel.request_listener"/>
          <argument>__invoke</argument>
        </argument>
        <argument>256</argument>
      </call>
      <call method="addListener">
        <argument>kernel.exception</argument>
        <argument type="collection">
          <argument type="service_closure" id="EasyCorp\Bundle\EasyAdminBundle\EventListener\ExceptionListener"/>
          <argument>onKernelException</argument>
        </argument>
        <argument>-64</argument>
      </call>
      <call method="addListener">
        <argument>kernel.view</argument>
        <argument type="collection">
          <argument type="service_closure" id="EasyCorp\Bundle\EasyAdminBundle\EventListener\CrudResponseListener"/>
          <argument>onKernelView</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>kernel.request</argument>
        <argument type="collection">
          <argument type="service_closure" id="App\EventSubscriber\OnboardingRedirectSubscriber"/>
          <argument>onKernelRequest</argument>
        </argument>
        <argument>7</argument>
      </call>
      <call method="addListener">
        <argument>kernel.controller_arguments</argument>
        <argument type="collection">
          <argument type="service_closure" id="argument_resolver.request_payload"/>
          <argument>onKernelControllerArguments</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.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.controller_arguments</argument>
        <argument type="collection">
          <argument type="service_closure" id="controller.cache_attribute_listener"/>
          <argument>onKernelControllerArguments</argument>
        </argument>
        <argument>10</argument>
      </call>
      <call method="addListener">
        <argument>kernel.response</argument>
        <argument type="collection">
          <argument type="service_closure" id="controller.cache_attribute_listener"/>
          <argument>onKernelResponse</argument>
        </argument>
        <argument>-10</argument>
      </call>
      <call method="addListener">
        <argument>kernel.controller_arguments</argument>
        <argument type="collection">
          <argument type="service_closure" id="controller.is_signature_valid_attribute_listener"/>
          <argument>onKernelControllerArguments</argument>
        </argument>
        <argument>30</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="test.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="test.session.listener"/>
          <argument>onKernelResponse</argument>
        </argument>
        <argument>-1000</argument>
      </call>
      <call method="addListener">
        <argument>kernel.request</argument>
        <argument type="collection">
          <argument type="service_closure" id="asset_mapper.dev_server_subscriber"/>
          <argument>onKernelRequest</argument>
        </argument>
        <argument>35</argument>
      </call>
      <call method="addListener">
        <argument>kernel.response</argument>
        <argument type="collection">
          <argument type="service_closure" id="asset_mapper.dev_server_subscriber"/>
          <argument>onKernelResponse</argument>
        </argument>
        <argument>2048</argument>
      </call>
      <call method="addListener">
        <argument>Symfony\Component\Mailer\Event\MessageEvent</argument>
        <argument type="collection">
          <argument type="service_closure" id="mailer.envelope_listener"/>
          <argument>onMessage</argument>
        </argument>
        <argument>-255</argument>
      </call>
      <call method="addListener">
        <argument>Symfony\Component\Mailer\Event\MessageEvent</argument>
        <argument type="collection">
          <argument type="service_closure" id="mailer.message_logger_listener"/>
          <argument>onMessage</argument>
        </argument>
        <argument>-255</argument>
      </call>
      <call method="addListener">
        <argument>Symfony\Component\Mailer\Event\MessageEvent</argument>
        <argument type="collection">
          <argument type="service_closure" id="mailer.messenger_transport_listener"/>
          <argument>onMessage</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.response</argument>
        <argument type="collection">
          <argument type="service_closure" id="web_link.add_link_header_listener"/>
          <argument>onKernelResponse</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>Symfony\Component\Messenger\Event\WorkerMessageFailedEvent</argument>
        <argument type="collection">
          <argument type="service_closure" id="messenger.retry.send_failed_message_for_retry_listener"/>
          <argument>onMessageFailed</argument>
        </argument>
        <argument>100</argument>
      </call>
      <call method="addListener">
        <argument>Symfony\Component\Messenger\Event\WorkerMessageFailedEvent</argument>
        <argument type="collection">
          <argument type="service_closure" id="messenger.failure.add_error_details_stamp_listener"/>
          <argument>onMessageFailed</argument>
        </argument>
        <argument>200</argument>
      </call>
      <call method="addListener">
        <argument>Symfony\Component\Messenger\Event\WorkerMessageFailedEvent</argument>
        <argument type="collection">
          <argument type="service_closure" id="messenger.failure.send_failed_message_to_failure_transport_listener"/>
          <argument>onMessageFailed</argument>
        </argument>
        <argument>-100</argument>
      </call>
      <call method="addListener">
        <argument>Symfony\Component\Messenger\Event\WorkerMessageSkipEvent</argument>
        <argument type="collection">
          <argument type="service_closure" id="messenger.failure.send_failed_message_to_failure_transport_listener"/>
          <argument>onMessageSkip</argument>
        </argument>
        <argument>-100</argument>
      </call>
      <call method="addListener">
        <argument>Symfony\Component\Messenger\Event\WorkerStartedEvent</argument>
        <argument type="collection">
          <argument type="service_closure" id="messenger.listener.stop_worker_on_restart_signal_listener"/>
          <argument>onWorkerStarted</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>Symfony\Component\Messenger\Event\WorkerRunningEvent</argument>
        <argument type="collection">
          <argument type="service_closure" id="messenger.listener.stop_worker_on_restart_signal_listener"/>
          <argument>onWorkerRunning</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>Symfony\Component\Messenger\Event\WorkerMessageFailedEvent</argument>
        <argument type="collection">
          <argument type="service_closure" id="messenger.listener.stop_worker_on_stop_exception_listener"/>
          <argument>onMessageFailed</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>Symfony\Component\Messenger\Event\WorkerRunningEvent</argument>
        <argument type="collection">
          <argument type="service_closure" id="messenger.listener.stop_worker_on_stop_exception_listener"/>
          <argument>onWorkerRunning</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>Symfony\Component\Messenger\Event\WorkerMessageReceivedEvent</argument>
        <argument type="collection">
          <argument type="service_closure" id="messenger.listener.reset_memory_usage"/>
          <argument>resetBefore</argument>
        </argument>
        <argument>-1024</argument>
      </call>
      <call method="addListener">
        <argument>Symfony\Component\Messenger\Event\WorkerRunningEvent</argument>
        <argument type="collection">
          <argument type="service_closure" id="messenger.listener.reset_memory_usage"/>
          <argument>collectAfter</argument>
        </argument>
        <argument>-1024</argument>
      </call>
      <call method="addListener">
        <argument>Symfony\Component\Notifier\Event\MessageEvent</argument>
        <argument type="collection">
          <argument type="service_closure" id="notifier.notification_logger_listener"/>
          <argument>onNotification</argument>
        </argument>
        <argument>-255</argument>
      </call>
      <call method="addListener">
        <argument>kernel.response</argument>
        <argument type="collection">
          <argument type="service_closure" id="profiler_listener"/>
          <argument>onKernelResponse</argument>
        </argument>
        <argument>-100</argument>
      </call>
      <call method="addListener">
        <argument>kernel.exception</argument>
        <argument type="collection">
          <argument type="service_closure" id="profiler_listener"/>
          <argument>onKernelException</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>kernel.terminate</argument>
        <argument type="collection">
          <argument type="service_closure" id="profiler_listener"/>
          <argument>onKernelTerminate</argument>
        </argument>
        <argument>-1024</argument>
      </call>
      <call method="addListener">
        <argument>console.command</argument>
        <argument type="collection">
          <argument type="service_closure" id="console_profiler_listener"/>
          <argument>initialize</argument>
        </argument>
        <argument>4096</argument>
      </call>
      <call method="addListener">
        <argument>console.error</argument>
        <argument type="collection">
          <argument type="service_closure" id="console_profiler_listener"/>
          <argument>catch</argument>
        </argument>
        <argument>-2048</argument>
      </call>
      <call method="addListener">
        <argument>console.terminate</argument>
        <argument type="collection">
          <argument type="service_closure" id="console_profiler_listener"/>
          <argument>profile</argument>
        </argument>
        <argument>-4096</argument>
      </call>
      <call method="addListener">
        <argument>kernel.controller</argument>
        <argument type="collection">
          <argument type="service_closure" id="data_collector.request"/>
          <argument>onKernelController</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>kernel.response</argument>
        <argument type="collection">
          <argument type="service_closure" id="data_collector.request"/>
          <argument>onKernelResponse</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>kernel.view</argument>
        <argument type="collection">
          <argument type="service_closure" id="controller.template_attribute_listener"/>
          <argument>onKernelView</argument>
        </argument>
        <argument>-128</argument>
      </call>
      <call method="addListener">
        <argument>Symfony\Component\Mailer\Event\MessageEvent</argument>
        <argument type="collection">
          <argument type="service_closure" id="twig.mailer.message_listener"/>
          <argument>onMessage</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>kernel.controller_arguments</argument>
        <argument type="collection">
          <argument type="service_closure" id="controller.is_granted_attribute_listener"/>
          <argument>onKernelControllerArguments</argument>
        </argument>
        <argument>20</argument>
      </call>
      <call method="addListener">
        <argument>Symfony\Component\Security\Http\Event\CheckPassportEvent</argument>
        <argument type="collection">
          <argument type="service_closure" id="security.listener.check_authenticator_credentials"/>
          <argument>checkPassport</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>Symfony\Component\Security\Http\Event\LoginSuccessEvent</argument>
        <argument type="collection">
          <argument type="service_closure" id="security.listener.password_migrating"/>
          <argument>onLoginSuccess</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>debug.security.authorization.vote</argument>
        <argument type="collection">
          <argument type="service_closure" id="debug.security.voter.vote_listener"/>
          <argument>onVoterVote</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>kernel.request</argument>
        <argument type="collection">
          <argument type="service_closure" id="debug.security.firewall"/>
          <argument>configureLogoutUrlGenerator</argument>
        </argument>
        <argument>8</argument>
      </call>
      <call method="addListener">
        <argument>kernel.request</argument>
        <argument type="collection">
          <argument type="service_closure" id="debug.security.firewall"/>
          <argument>onKernelRequest</argument>
        </argument>
        <argument>8</argument>
      </call>
      <call method="addListener">
        <argument>kernel.finish_request</argument>
        <argument type="collection">
          <argument type="service_closure" id="debug.security.firewall"/>
          <argument>onKernelFinishRequest</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>kernel.request</argument>
        <argument type="collection">
          <argument type="service_closure" id="doctrine.dbal.idle_connection_listener"/>
          <argument>onKernelRequest</argument>
        </argument>
        <argument>192</argument>
      </call>
      <call method="addListener">
        <argument>Symfony\Component\Messenger\Event\WorkerMessageHandledEvent</argument>
        <argument type="collection">
          <argument type="service_closure" id="doctrine.orm.messenger.event_subscriber.doctrine_clear_entity_manager"/>
          <argument>onWorkerMessageHandled</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>Symfony\Component\Messenger\Event\WorkerMessageFailedEvent</argument>
        <argument type="collection">
          <argument type="service_closure" id="doctrine.orm.messenger.event_subscriber.doctrine_clear_entity_manager"/>
          <argument>onWorkerMessageFailed</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>Symfony\UX\TwigComponent\Event\PreRenderEvent</argument>
        <argument type="collection">
          <argument type="service_closure" id="ux.twig_component.component_logger_listener"/>
          <argument>onPreRender</argument>
        </argument>
        <argument>255</argument>
      </call>
      <call method="addListener">
        <argument>Symfony\UX\TwigComponent\Event\PostRenderEvent</argument>
        <argument type="collection">
          <argument type="service_closure" id="ux.twig_component.component_logger_listener"/>
          <argument>onPostRender</argument>
        </argument>
        <argument>-255</argument>
      </call>
      <call method="addListener">
        <argument>kernel.request</argument>
        <argument type="collection">
          <argument type="service_closure" id="EasyCorp\Bundle\EasyAdminBundle\EventListener\AdminRouterSubscriber"/>
          <argument>onKernelRequest</argument>
        </argument>
        <argument>1</argument>
      </call>
      <call method="addListener">
        <argument>kernel.controller</argument>
        <argument type="collection">
          <argument type="service_closure" id="EasyCorp\Bundle\EasyAdminBundle\EventListener\AdminRouterSubscriber"/>
          <argument>onKernelController</argument>
        </argument>
        <argument>128</argument>
      </call>
      <call method="addListener">
        <argument>Symfony\Component\Security\Http\Event\CheckPassportEvent</argument>
        <argument type="collection">
          <argument type="service_closure" id="security.listener.csrf_protection"/>
          <argument>checkPassport</argument>
        </argument>
        <argument>512</argument>
      </call>
      <call method="addListener">
        <argument>kernel.controller_arguments</argument>
        <argument type="collection">
          <argument type="service_closure" id="controller.is_csrf_token_valid_attribute_listener"/>
          <argument>onKernelControllerArguments</argument>
        </argument>
        <argument>25</argument>
      </call>
      <call method="addListener">
        <argument>Symfony\Component\Security\Http\Event\LogoutEvent</argument>
        <argument type="collection">
          <argument type="service_closure" id="security.logout.listener.csrf_token_clearing"/>
          <argument>onLogout</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" inner="debug.controller_resolver.inner"/>
      <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" inner="debug.argument_resolver.inner"/>
      <argument type="service" id="debug.argument_resolver.inner"/>
      <argument type="service" id="debug.stopwatch"/>
    </service>
    <service id="argument_resolver.not_tagged_controller" class="Symfony\Component\HttpKernel\Controller\ArgumentResolver\NotTaggedControllerValueResolver">
      <tag name="controller.argument_value_resolver" priority="-200"/>
      <argument type="service" id=".service_locator.Yx9V9No"/>
    </service>
    <service id="debug.log_processor" class="Symfony\Bridge\Monolog\Processor\DebugProcessor">
      <tag name="kernel.reset" method="reset"/>
      <argument type="service" id=".virtual_request_stack"/>
    </service>
    <service id="debug.debug_logger_configurator" class="Symfony\Component\HttpKernel\Log\DebugLoggerConfigurator">
      <argument type="service" id="debug.log_processor"/>
      <argument>%env(bool:default::key:web:default:kernel.runtime_mode:)%</argument>
    </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="api_platform.route_loader"/>
      </call>
      <call method="addLoader">
        <argument type="service" id="EasyCorp\Bundle\EasyAdminBundle\Router\AdminRouteLoader"/>
      </call>
      <call method="addLoader">
        <argument type="service" id="routing.loader.attribute"/>
      </call>
      <call method="addLoader">
        <argument type="service" id="routing.loader.attribute.services"/>
      </call>
      <call method="addLoader">
        <argument type="service" id="routing.loader.attribute.directory"/>
      </call>
      <call method="addLoader">
        <argument type="service" id="routing.loader.attribute.file"/>
      </call>
      <call method="addLoader">
        <argument type="service" id="routing.loader.psr4"/>
      </call>
    </service>
    <service id="routing.loader.xml" class="Symfony\Component\Routing\Loader\XmlFileLoader">
      <tag name="routing.loader"/>
      <argument type="service" id="file_locator"/>
      <argument>test</argument>
    </service>
    <service id="routing.loader.yml" class="Symfony\Component\Routing\Loader\YamlFileLoader">
      <tag name="routing.loader"/>
      <argument type="service" id="file_locator"/>
      <argument>test</argument>
    </service>
    <service id="routing.loader.php" class="Symfony\Component\Routing\Loader\PhpFileLoader">
      <tag name="routing.loader"/>
      <argument type="service" id="file_locator"/>
      <argument>test</argument>
    </service>
    <service id="routing.loader.glob" class="Symfony\Component\Routing\Loader\GlobFileLoader">
      <tag name="routing.loader"/>
      <argument type="service" id="file_locator"/>
      <argument>test</argument>
    </service>
    <service id="routing.loader.directory" class="Symfony\Component\Routing\Loader\DirectoryLoader">
      <tag name="routing.loader"/>
      <argument type="service" id="file_locator"/>
      <argument>test</argument>
    </service>
    <service id="routing.loader.container" class="Symfony\Component\Routing\Loader\ContainerLoader">
      <tag name="routing.loader"/>
      <argument type="service" id=".service_locator.pKCuUXf"/>
      <argument>test</argument>
    </service>
    <service id="routing.loader.attribute" class="Symfony\Bundle\FrameworkBundle\Routing\AttributeRouteControllerLoader">
      <tag name="routing.loader" priority="-10"/>
      <argument>test</argument>
    </service>
    <service id="routing.loader.attribute.services" class="Symfony\Component\Routing\Loader\AttributeServicesLoader">
      <tag name="routing.loader" priority="-10"/>
      <argument type="collection">
        <argument>App\Controller\ActivityController</argument>
        <argument>App\Controller\Api\AuthController</argument>
        <argument>App\Controller\Api\BooksTopApiController</argument>
        <argument>App\Controller\Api\SearchApiController</argument>
        <argument>App\Controller\Api\WorkFeedController</argument>
        <argument>App\Controller\Api\WorkOpenApiController</argument>
        <argument>App\Controller\AuthController</argument>
        <argument>App\Controller\AuthorController</argument>
        <argument>App\Controller\BookRequestController</argument>
        <argument>App\Controller\CoverController</argument>
        <argument>App\Controller\DiscoveryController</argument>
        <argument>App\Controller\EditionController</argument>
        <argument>App\Controller\EnrichBatchController</argument>
        <argument>App\Controller\FeedController</argument>
        <argument>App\Controller\FollowController</argument>
        <argument>App\Controller\HomeController</argument>
        <argument>App\Controller\ListController</argument>
        <argument>App\Controller\NotificationController</argument>
        <argument>App\Controller\OnboardingController</argument>
        <argument>App\Controller\ProfileController</argument>
        <argument>App\Controller\PushController</argument>
        <argument>App\Controller\ResetPasswordController</argument>
        <argument>App\Controller\ReviewController</argument>
        <argument>App\Controller\SearchController</argument>
        <argument>App\Controller\WorkController</argument>
        <argument>App\Controller\WorkOpenController</argument>
      </argument>
    </service>
    <service id="routing.loader.attribute.directory" class="Symfony\Component\Routing\Loader\AttributeDirectoryLoader">
      <tag name="routing.loader" priority="-10"/>
      <argument type="service" id="file_locator"/>
      <argument type="service" id="routing.loader.attribute"/>
    </service>
    <service id="routing.loader.attribute.file" class="Symfony\Component\Routing\Loader\AttributeFileLoader">
      <tag name="routing.loader" priority="-10"/>
      <argument type="service" id="file_locator"/>
      <argument type="service" id="routing.loader.attribute"/>
    </service>
    <service id="routing.loader.psr4" class="Symfony\Component\Routing\Loader\Psr4DirectoryLoader">
      <tag name="routing.loader" priority="-10"/>
      <argument type="service" id="file_locator"/>
    </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.xdLQ5FJ.router.default"/>
      <argument>kernel::loadRoutes</argument>
      <argument type="collection">
        <argument key="cache_dir">C:\Users\rgalo\Dropbox\_LIVRECOMMENT\var\cache\test</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>
      <call method="addExpressionLanguageProvider">
        <argument type="service" id="router.expression_language_provider"/>
      </call>
    </service>
    <service id="router.request_context" class="Symfony\Component\Routing\RequestContext" constructor="fromUri">
      <argument>%env(DEFAULT_URI)%</argument>
      <argument>localhost</argument>
      <argument>http</argument>
      <argument>80</argument>
      <argument>443</argument>
      <call method="setParameters">
        <argument type="collection">
          <argument key="_functions" type="service" id="router.expression_language_provider" on-invalid="ignore"/>
          <argument key="_locale">en</argument>
        </argument>
      </call>
    </service>
    <service id="router.expression_language_provider" class="Symfony\Component\Routing\Matcher\ExpressionLanguageProvider">
      <tag name="routing.expression_language_provider"/>
      <argument type="service" id=".service_locator.LiNhGEY"/>
    </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.mFBT25N.router.cache_warmer"/>
    </service>
    <service id="router_listener" class="Symfony\Component\HttpKernel\EventListener\RouterListener">
      <tag name="monolog.logger" channel="request"/>
      <tag name="kernel.event_subscriber"/>
      <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>C:\Users\rgalo\Dropbox\_LIVRECOMMENT</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 type="service" id="twig" on-invalid="ignore"/>
    </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">
      <argument>C:\Users\rgalo\Dropbox\_LIVRECOMMENT/config/secrets/%env(default:kernel.environment:APP_RUNTIME_ENV)%</argument>
      <argument type="service" id="secrets.decryption_key" on-invalid="ignore"/>
      <argument>APP_SECRET</argument>
    </service>
    <service id="secrets.env_var_loader" class="Symfony\Component\DependencyInjection\StaticEnvVarLoader">
      <tag name="container.env_var_loader"/>
      <argument type="service" id="secrets.vault"/>
    </service>
    <service id="secrets.decryption_key" class="Symfony\Component\String\LazyString" constructor="fromCallable">
      <argument type="service" id="container.getenv"/>
      <argument>base64:default::SYMFONY_DECRYPTION_SECRET</argument>
    </service>
    <service id="secrets.local_vault" class="Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault">
      <argument>C:\Users\rgalo\Dropbox\_LIVRECOMMENT/.env.test.local</argument>
    </service>
    <service id="serializer.mapping.class_discriminator_resolver" class="Symfony\Component\Serializer\Mapping\ClassDiscriminatorFromClassMetadata">
      <argument type="service" id="api_platform.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" built_in="true" priority="-915"/>
      <tag name="serializer.normalizer.default" priority="-915"/>
      <argument type="collection">
        <argument key="hydra_prefix">false</argument>
      </argument>
      <argument type="service" id="serializer.name_converter.metadata_aware"/>
    </service>
    <service id="serializer.normalizer.mime_message" class="Symfony\Component\Serializer\Normalizer\MimeMessageNormalizer">
      <tag name="serializer.normalizer" built_in="true" priority="-915"/>
      <tag name="serializer.normalizer.default" priority="-915"/>
      <argument type="service" id="serializer.normalizer.property"/>
    </service>
    <service id="serializer.normalizer.datetimezone" class="Symfony\Component\Serializer\Normalizer\DateTimeZoneNormalizer">
      <tag name="serializer.normalizer" built_in="true" priority="-915"/>
      <tag name="serializer.normalizer.default" priority="-915"/>
    </service>
    <service id="serializer.normalizer.dateinterval" class="Symfony\Component\Serializer\Normalizer\DateIntervalNormalizer">
      <tag name="serializer.normalizer" built_in="true" priority="-915"/>
      <tag name="serializer.normalizer.default" priority="-915"/>
      <argument type="collection">
        <argument key="hydra_prefix">false</argument>
      </argument>
    </service>
    <service id="serializer.normalizer.data_uri" class="Symfony\Component\Serializer\Normalizer\DataUriNormalizer">
      <tag name="serializer.normalizer" built_in="true" priority="-920"/>
      <tag name="serializer.normalizer.default" priority="-920"/>
      <argument type="service" id="mime_types" on-invalid="null"/>
    </service>
    <service id="serializer.normalizer.datetime" class="Symfony\Component\Serializer\Normalizer\DateTimeNormalizer">
      <tag name="serializer.normalizer" built_in="true" priority="-910"/>
      <tag name="serializer.normalizer.default" priority="-910"/>
      <argument type="collection">
        <argument key="hydra_prefix">false</argument>
      </argument>
    </service>
    <service id="serializer.normalizer.json_serializable" class="Symfony\Component\Serializer\Normalizer\JsonSerializableNormalizer">
      <tag name="serializer.normalizer" built_in="true" priority="-950"/>
      <tag name="serializer.normalizer.default" priority="-950"/>
      <argument>null</argument>
      <argument>null</argument>
      <argument type="collection">
        <argument key="hydra_prefix">false</argument>
      </argument>
    </service>
    <service id="serializer.normalizer.problem" class="Symfony\Component\Serializer\Normalizer\ProblemNormalizer">
      <tag name="serializer.normalizer" built_in="true" priority="-890"/>
      <tag name="serializer.normalizer.default" priority="-890"/>
      <argument>true</argument>
      <argument type="collection">
        <argument key="hydra_prefix">false</argument>
      </argument>
      <argument type="service" id="translator.data_collector" on-invalid="null"/>
    </service>
    <service id="serializer.denormalizer.unwrapping" class="Symfony\Component\Serializer\Normalizer\UnwrappingDenormalizer">
      <tag name="serializer.normalizer" built_in="true" priority="1000"/>
      <tag name="serializer.normalizer.default" priority="1000"/>
      <argument type="service" id="property_accessor"/>
    </service>
    <service id="serializer.normalizer.uid" class="Symfony\Component\Serializer\Normalizer\UidNormalizer">
      <tag name="serializer.normalizer" built_in="true" priority="-890"/>
      <tag name="serializer.normalizer.default" priority="-890"/>
      <argument type="collection">
        <argument key="hydra_prefix">false</argument>
      </argument>
    </service>
    <service id="serializer.normalizer.translatable" class="Symfony\Component\Serializer\Normalizer\TranslatableNormalizer">
      <tag name="serializer.normalizer" built_in="true" priority="-920"/>
      <tag name="serializer.normalizer.default" priority="-920"/>
      <argument type="service" id="translator.data_collector"/>
      <argument type="collection">
        <argument key="hydra_prefix">false</argument>
      </argument>
    </service>
    <service id="serializer.normalizer.form_error" class="Symfony\Component\Serializer\Normalizer\FormErrorNormalizer">
      <tag name="serializer.normalizer" built_in="true" priority="-915"/>
      <tag name="serializer.normalizer.default" priority="-915"/>
    </service>
    <service id="serializer.normalizer.object" class="Symfony\Component\Serializer\Normalizer\ObjectNormalizer">
      <tag name="serializer.normalizer" built_in="true" priority="-1000"/>
      <tag name="serializer.normalizer.default" priority="-1000"/>
      <argument type="service" id="api_platform.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 key="hydra_prefix">false</argument>
      </argument>
      <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="api_platform.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" built_in="true" priority="-990"/>
      <tag name="serializer.normalizer.default" priority="-990"/>
    </service>
    <service id="serializer.mapping.chain_loader" class="Symfony\Component\Serializer\Mapping\Loader\LoaderChain">
      <argument type="collection">
        <argument type="service" id="serializer.mapping.attribute_loader"/>
      </argument>
    </service>
    <service id="serializer.mapping.attribute_loader" class="Symfony\Component\Serializer\Mapping\Loader\AttributeLoader">
      <argument>true</argument>
      <argument type="collection"/>
    </service>
    <service id="serializer.mapping.cache_warmer" class="Symfony\Bundle\FrameworkBundle\CacheWarmer\SerializerCacheWarmer">
      <tag name="kernel.cache_warmer"/>
      <argument type="collection">
        <argument type="service" id="serializer.mapping.attribute_loader"/>
        <argument type="service">
          <service class="ApiPlatform\Serializer\Mapping\Loader\PropertyMetadataLoader">
            <argument type="service" id="api_platform.metadata.property.name_collection_factory.cached"/>
          </service>
        </argument>
      </argument>
      <argument>C:\Users\rgalo\Dropbox\_LIVRECOMMENT\var\cache\test/serialization.php</argument>
    </service>
    <service id="serializer.mapping.cache.symfony" class="Psr\Cache\CacheItemPoolInterface">
      <argument>C:\Users\rgalo\Dropbox\_LIVRECOMMENT\var\cache\test/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" built_in="true"/>
      <tag name="serializer.encoder.default"/>
      <argument type="collection">
        <argument key="hydra_prefix">false</argument>
      </argument>
    </service>
    <service id="serializer.encoder.json" class="Symfony\Component\Serializer\Encoder\JsonEncoder">
      <tag name="serializer.encoder" built_in="true"/>
      <tag name="serializer.encoder.default"/>
      <argument>null</argument>
      <argument>null</argument>
      <argument type="collection">
        <argument key="hydra_prefix">false</argument>
      </argument>
    </service>
    <service id="serializer.encoder.yaml" class="Symfony\Component\Serializer\Encoder\YamlEncoder">
      <tag name="serializer.encoder" built_in="true"/>
      <tag name="serializer.encoder.default"/>
      <argument>null</argument>
      <argument>null</argument>
      <argument type="collection">
        <argument key="hydra_prefix">false</argument>
      </argument>
    </service>
    <service id="serializer.encoder.csv" class="Symfony\Component\Serializer\Encoder\CsvEncoder">
      <tag name="serializer.encoder" built_in="true"/>
      <tag name="serializer.encoder.default"/>
      <argument type="collection">
        <argument key="hydra_prefix">false</argument>
      </argument>
    </service>
    <service id="serializer.name_converter.camel_case_to_snake_case" class="Symfony\Component\Serializer\NameConverter\CamelCaseToSnakeCaseNameConverter"/>
    <service id="serializer.name_converter.snake_case_to_camel_case" class="Symfony\Component\Serializer\NameConverter\SnakeCaseToCamelCaseNameConverter"/>
    <service id="serializer.name_converter.metadata_aware.abstract" class="Symfony\Component\Serializer\NameConverter\MetadataAwareNameConverter" abstract="true">
      <argument type="service" id="api_platform.serializer.mapping.class_metadata_factory"/>
    </service>
    <service id="serializer.name_converter.metadata_aware" class="Symfony\Component\Serializer\NameConverter\MetadataAwareNameConverter">
      <argument type="service" id="api_platform.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="api_platform.serializer.mapping.class_metadata_factory"/>
    </service>
    <service id="error_handler.error_renderer.serializer" class="Symfony\Component\ErrorHandler\ErrorRenderer\SerializerErrorRenderer">
      <argument type="service" id="debug.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">
        <service class="Symfony\Component\ErrorHandler\ErrorRenderer\ErrorRendererInterface" lazy="true">
          <argument type="collection">
            <argument type="service" id="error_handler.error_renderer.default"/>
            <argument>render</argument>
          </argument>
          <factory class="Closure" method="fromCallable"/>
        </service>
      </argument>
      <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="serializer.normalizer.backed_enum" class="Symfony\Component\Serializer\Normalizer\BackedEnumNormalizer">
      <tag name="serializer.normalizer" built_in="true" priority="-915"/>
      <tag name="serializer.normalizer.default" priority="-915"/>
    </service>
    <service id="serializer.normalizer.number" class="Symfony\Component\Serializer\Normalizer\NumberNormalizer">
      <tag name="serializer.normalizer" built_in="true" priority="-915"/>
      <tag name="serializer.normalizer.default" priority="-915"/>
    </service>
    <service id="type_info.type_context_factory" class="Symfony\Component\TypeInfo\TypeContext\TypeContextFactory">
      <argument type="service" id="type_info.resolver.string" on-invalid="null"/>
      <argument type="collection"/>
    </service>
    <service id="type_info.resolver" class="Symfony\Component\TypeInfo\TypeResolver\TypeResolver">
      <argument type="service" id=".service_locator.zfRA4vz"/>
    </service>
    <service id="type_info.resolver.reflection_type" class="Symfony\Component\TypeInfo\TypeResolver\ReflectionTypeResolver">
      <argument type="service" id="type_info.type_context_factory"/>
    </service>
    <service id="type_info.resolver.reflection_parameter" class="Symfony\Component\TypeInfo\TypeResolver\ReflectionParameterTypeResolver">
      <argument type="service" id="type_info.resolver.reflection_type"/>
      <argument type="service" id="type_info.type_context_factory"/>
    </service>
    <service id="type_info.resolver.reflection_property" class="Symfony\Component\TypeInfo\TypeResolver\ReflectionPropertyTypeResolver">
      <argument type="service" id="type_info.resolver.reflection_type"/>
      <argument type="service" id="type_info.type_context_factory"/>
    </service>
    <service id="type_info.resolver.reflection_return" class="Symfony\Component\TypeInfo\TypeResolver\ReflectionReturnTypeResolver">
      <argument type="service" id="type_info.resolver.reflection_type"/>
      <argument type="service" id="type_info.type_context_factory"/>
    </service>
    <service id="type_info.resolver.string" class="Symfony\Component\TypeInfo\TypeResolver\StringTypeResolver">
      <argument>null</argument>
      <argument>null</argument>
      <argument type="collection"/>
    </service>
    <service id="type_info.resolver.reflection_parameter.phpdoc_aware" class="Symfony\Component\TypeInfo\TypeResolver\PhpDocAwareReflectionTypeResolver">
      <argument type="service" id="type_info.resolver.reflection_parameter"/>
      <argument type="service" id="type_info.resolver.string"/>
      <argument type="service" id="type_info.type_context_factory"/>
    </service>
    <service id="type_info.resolver.reflection_property.phpdoc_aware" class="Symfony\Component\TypeInfo\TypeResolver\PhpDocAwareReflectionTypeResolver">
      <argument type="service" id="type_info.resolver.reflection_property"/>
      <argument type="service" id="type_info.resolver.string"/>
      <argument type="service" id="type_info.type_context_factory"/>
    </service>
    <service id="type_info.resolver.reflection_return.phpdoc_aware" class="Symfony\Component\TypeInfo\TypeResolver\PhpDocAwareReflectionTypeResolver">
      <argument type="service" id="type_info.resolver.reflection_return"/>
      <argument type="service" id="type_info.resolver.string"/>
      <argument type="service" id="type_info.type_context_factory"/>
    </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="property_info.constructor_extractor"/>
        <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.constructor_extractor" priority="-1002"/>
      <tag name="property_info.access_extractor" priority="-1000"/>
      <tag name="property_info.initializable_extractor" priority="-1000"/>
    </service>
    <service id="property_info.constructor_extractor" class="Symfony\Component\PropertyInfo\Extractor\ConstructorExtractor">
      <tag name="property_info.type_extractor" priority="-999"/>
      <argument type="iterator">
        <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>
    </service>
    <service id="property_info.phpstan_extractor" class="Symfony\Component\PropertyInfo\Extractor\PhpStanExtractor">
      <tag name="property_info.type_extractor" priority="-1000"/>
      <tag name="property_info.constructor_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"/>
      <tag name="property_info.constructor_extractor" priority="-1001"/>
    </service>
    <service id="cache.rate_limiter" class="Symfony\Component\Cache\Adapter\TraceableAdapter" public="true">
      <tag name="cache.pool" pruneable="true"/>
      <tag name="kernel.reset" method="reset"/>
      <argument type="service" id="cache.rate_limiter.recorder_inner"/>
      <argument type="service" id="profiler.is_disabled_state_checker" on-invalid="ignore"/>
    </service>
    <service id="limiter" class="Symfony\Component\RateLimiter\RateLimiterFactory" abstract="true">
      <argument type="abstract">config</argument>
      <argument type="abstract">storage</argument>
      <argument>null</argument>
    </service>
    <service id="web_link.http_header_serializer" class="Symfony\Component\WebLink\HttpHeaderSerializer"/>
    <service id="web_link.http_header_parser" class="Symfony\Component\WebLink\HttpHeaderParser"/>
    <service id="web_link.add_link_header_listener" class="Symfony\Component\WebLink\EventListener\AddLinkHeaderListener">
      <tag name="kernel.event_subscriber"/>
      <tag name="container.hot_path"/>
      <argument type="service" id="web_link.http_header_serializer"/>
    </service>
    <service id="ulid.factory" class="Symfony\Component\Uid\Factory\UlidFactory"/>
    <service id="uuid.factory" class="Symfony\Component\Uid\Factory\UuidFactory">
      <argument>7</argument>
      <argument>7</argument>
      <argument>5</argument>
      <argument>Symfony\Component\Uid\UuidV4</argument>
      <argument>null</argument>
      <argument>null</argument>
    </service>
    <service id="name_based_uuid.factory" class="Symfony\Component\Uid\Factory\NameBasedUuidFactory">
      <argument type="abstract">Please set the "framework.uid.name_based_uuid_namespace" configuration option to use the "name_based_uuid.factory" service</argument>
      <factory service="uuid.factory" method="nameBased"/>
    </service>
    <service id="random_based_uuid.factory" class="Symfony\Component\Uid\Factory\RandomBasedUuidFactory">
      <factory service="uuid.factory" method="randomBased"/>
    </service>
    <service id="time_based_uuid.factory" class="Symfony\Component\Uid\Factory\TimeBasedUuidFactory">
      <factory service="uuid.factory" method="timeBased"/>
    </service>
    <service id=".cache_connection.MfCypIA" class="Symfony\Component\Cache\Adapter\AbstractAdapter" constructor="createConnection">
      <argument>redis://localhost</argument>
      <argument type="collection">
        <argument key="lazy">true</argument>
      </argument>
    </service>
    <service id=".cache_connection.H8vabc8" class="Symfony\Component\Cache\Adapter\AbstractAdapter" constructor="createConnection">
      <argument>valkey://localhost</argument>
      <argument type="collection">
        <argument key="lazy">true</argument>
      </argument>
    </service>
    <service id=".cache_connection.8kvDmRs" class="Symfony\Component\Cache\Adapter\AbstractAdapter" constructor="createConnection">
      <argument>memcached://localhost</argument>
      <argument type="collection">
        <argument key="lazy">true</argument>
      </argument>
    </service>
    <service id="cache.property_access" class="Symfony\Component\Cache\Adapter\ArrayAdapter">
      <argument>0</argument>
      <argument>false</argument>
    </service>
    <service id="session.factory" class="Symfony\Component\HttpFoundation\Session\SessionFactory">
      <argument type="service" id="request_stack"/>
      <argument type="service" id="session.storage.factory.mock_file"/>
      <argument type="collection">
        <argument type="service" id="test.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>
          <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>
          <argument>0</argument>
        </service>
      </argument>
      <argument>true</argument>
    </service>
    <service id="session.storage.factory.mock_file" class="Symfony\Component\HttpFoundation\Session\Storage\MockFileSessionStorageFactory">
      <argument>C:\Users\rgalo\Dropbox\_LIVRECOMMENT\var\cache\test/sessions</argument>
      <argument>MOCKSESSID</argument>
      <argument type="service">
        <service class="Symfony\Component\HttpFoundation\Session\Storage\MetadataBag">
          <argument>_sf2_meta</argument>
          <argument>0</argument>
          <argument>0</argument>
        </service>
      </argument>
    </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>
      <argument type="collection"/>
      <factory class="Symfony\Component\HttpFoundation\Session\Storage\Handler\SessionHandlerFactory" method="createHandler"/>
    </service>
    <service id="session.marshaller" class="Symfony\Component\HttpFoundation\Session\Storage\Handler\IdentityMarshaller"/>
    <service id="security.csrf.token_generator" class="Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator"/>
    <service id="security.csrf.token_storage" class="Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage">
      <argument type="service" id="request_stack"/>
    </service>
    <service id="twig.runtime.security_csrf" class="Symfony\Bridge\Twig\Extension\CsrfRuntime">
      <tag name="twig.runtime"/>
      <argument type="service" id="security.csrf.same_origin_token_manager"/>
    </service>
    <service id="twig.extension.security_csrf" class="Symfony\Bridge\Twig\Extension\CsrfExtension">
      <tag name="twig.extension"/>
    </service>
    <service id="security.csrf.same_origin_token_manager" class="Symfony\Component\Security\Csrf\SameOriginCsrfTokenManager">
      <tag name="monolog.logger" channel="request"/>
      <tag name="kernel.event_listener" event="kernel.response" method="onKernelResponse"/>
      <tag name="container.decorator" id="security.csrf.token_manager" inner="security.csrf.same_origin_token_manager.inner"/>
      <tag name="container.hot_path"/>
      <argument type="service" id="request_stack"/>
      <argument type="service" id="monolog.logger.request" on-invalid="null"/>
      <argument type="service" id="security.csrf.same_origin_token_manager.inner"/>
      <argument type="collection">
        <argument>submit</argument>
        <argument>authenticate</argument>
        <argument>logout</argument>
      </argument>
      <argument>true</argument>
      <argument>csrf-token</argument>
    </service>
    <service id="form.resolved_type_factory" class="Symfony\Component\Form\Extension\DataCollector\Proxy\ResolvedTypeFactoryDataCollectorProxy">
      <argument type="service">
        <service class="Symfony\Component\Form\ResolvedFormTypeFactory"/>
      </argument>
      <argument type="service" id="data_collector.form"/>
    </service>
    <service id="form.registry" class="Symfony\Component\Form\FormRegistry">
      <argument type="collection">
        <argument type="service" id="form.extension"/>
      </argument>
      <argument type="service" id="form.resolved_type_factory"/>
    </service>
    <service id="form.factory" class="Symfony\Component\Form\FormFactory">
      <argument type="service" id="form.registry"/>
    </service>
    <service id="form.extension" class="Symfony\Component\Form\Extension\DependencyInjection\DependencyInjectionExtension">
      <argument type="service" id=".service_locator.KICYnwM"/>
      <argument type="collection">
        <argument key="Symfony\Component\Form\Extension\Core\Type\FormType" type="iterator">
          <argument type="service" id="form.type_extension.form.transformation_failure_handling"/>
          <argument type="service" id="form.type_extension.form.http_foundation"/>
          <argument type="service" id="form.type_extension.form.validator"/>
          <argument type="service" id="form.type_extension.upload.validator"/>
          <argument type="service" id="form.type_extension.csrf"/>
          <argument type="service" id="form.type_extension.form.data_collector"/>
          <argument type="service" id="form.type_extension.form.password_hasher"/>
          <argument type="service" id="EasyCorp\Bundle\EasyAdminBundle\Form\Extension\EaCrudFormTypeExtension"/>
        </argument>
        <argument key="Symfony\Component\Form\Flow\Type\FormFlowType" type="iterator">
          <argument type="service" id="form.type_extension.form.flow.session_data_storage"/>
        </argument>
        <argument key="Symfony\Component\Form\Extension\Core\Type\RepeatedType" type="iterator">
          <argument type="service" id="form.type_extension.repeated.validator"/>
        </argument>
        <argument key="Symfony\Component\Form\Extension\Core\Type\SubmitType" type="iterator">
          <argument type="service" id="form.type_extension.submit.validator"/>
        </argument>
        <argument key="Symfony\Component\Form\Extension\Core\Type\PasswordType" type="iterator">
          <argument type="service" id="form.type_extension.password.password_hasher"/>
        </argument>
        <argument key="Symfony\Component\Form\Extension\Core\Type\CollectionType" type="iterator">
          <argument type="service" id="EasyCorp\Bundle\EasyAdminBundle\Form\Extension\CollectionTypeExtension"/>
        </argument>
      </argument>
      <argument type="iterator">
        <argument type="service" id="form.type_guesser.validator"/>
        <argument type="service" id="form.type_guesser.enum_type"/>
        <argument type="service" id="form.type_guesser.doctrine"/>
      </argument>
    </service>
    <service id="form.type_guesser.validator" class="Symfony\Component\Form\Extension\Validator\ValidatorTypeGuesser">
      <tag name="form.type_guesser"/>
      <argument type="service" id="debug.validator"/>
    </service>
    <service id="form.type_guesser.enum_type" class="Symfony\Component\Form\EnumFormTypeGuesser">
      <tag name="form.type_guesser"/>
    </service>
    <service id="form.choice_list_factory.default" class="Symfony\Component\Form\ChoiceList\Factory\DefaultChoiceListFactory"/>
    <service id="form.choice_list_factory.property_access" class="Symfony\Component\Form\ChoiceList\Factory\PropertyAccessDecorator">
      <argument type="service" id="form.choice_list_factory.default"/>
      <argument type="service" id="property_accessor"/>
    </service>
    <service id="form.choice_list_factory.cached" class="Symfony\Component\Form\ChoiceList\Factory\CachingFactoryDecorator">
      <tag name="kernel.reset" method="reset"/>
      <argument type="service" id="form.choice_list_factory.property_access"/>
    </service>
    <service id="form.type.form" class="Symfony\Component\Form\Extension\Core\Type\FormType">
      <tag name="form.type"/>
      <argument type="service" id="property_accessor"/>
    </service>
    <service id="form.type.choice" class="Symfony\Component\Form\Extension\Core\Type\ChoiceType">
      <tag name="form.type"/>
      <argument type="service" id="form.choice_list_factory.cached"/>
      <argument type="service" id="translator.data_collector" on-invalid="ignore"/>
    </service>
    <service id="form.type.file" class="Symfony\Component\Form\Extension\Core\Type\FileType">
      <tag name="form.type"/>
      <argument type="service" id="translator.data_collector" on-invalid="ignore"/>
    </service>
    <service id="form.type.color" class="Symfony\Component\Form\Extension\Core\Type\ColorType">
      <tag name="form.type"/>
      <argument type="service" id="translator.data_collector" on-invalid="ignore"/>
    </service>
    <service id="form.type_extension.form.transformation_failure_handling" class="Symfony\Component\Form\Extension\Core\Type\TransformationFailureExtension">
      <tag name="form.type_extension" extended-type="Symfony\Component\Form\Extension\Core\Type\FormType"/>
      <argument type="service" id="translator.data_collector" on-invalid="ignore"/>
    </service>
    <service id="form.type_extension.form.http_foundation" class="Symfony\Component\Form\Extension\HttpFoundation\Type\FormTypeHttpFoundationExtension">
      <tag name="form.type_extension"/>
      <argument type="service" id="form.type_extension.form.request_handler"/>
    </service>
    <service id="form.type_extension.form.flow.session_data_storage" class="Symfony\Component\Form\Extension\HttpFoundation\Type\FormFlowTypeSessionDataStorageExtension">
      <tag name="form.type_extension"/>
      <argument type="service" id="request_stack" on-invalid="ignore"/>
    </service>
    <service id="form.type_extension.form.request_handler" class="Symfony\Component\Form\Extension\HttpFoundation\HttpFoundationRequestHandler">
      <argument type="service" id="form.server_params"/>
    </service>
    <service id="form.server_params" class="Symfony\Component\Form\Util\ServerParams">
      <argument type="service" id="request_stack"/>
    </service>
    <service id="form.type_extension.form.validator" class="Symfony\Component\Form\Extension\Validator\Type\FormTypeValidatorExtension">
      <tag name="form.type_extension" extended-type="Symfony\Component\Form\Extension\Core\Type\FormType"/>
      <argument type="service" id="debug.validator"/>
      <argument>false</argument>
      <argument type="service" id="twig.form.renderer" on-invalid="ignore"/>
      <argument type="service" id="translator.data_collector" on-invalid="ignore"/>
    </service>
    <service id="form.type_extension.repeated.validator" class="Symfony\Component\Form\Extension\Validator\Type\RepeatedTypeValidatorExtension">
      <tag name="form.type_extension"/>
    </service>
    <service id="form.type_extension.submit.validator" class="Symfony\Component\Form\Extension\Validator\Type\SubmitTypeValidatorExtension">
      <tag name="form.type_extension" extended-type="Symfony\Component\Form\Extension\Core\Type\SubmitType"/>
    </service>
    <service id="form.type_extension.upload.validator" class="Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension">
      <tag name="form.type_extension"/>
      <argument type="service" id="translator.data_collector"/>
      <argument>validators</argument>
    </service>
    <service id="form.type_extension.csrf" class="Symfony\Component\Form\Extension\Csrf\Type\FormTypeCsrfExtension">
      <tag name="form.type_extension"/>
      <argument type="service" id="security.csrf.same_origin_token_manager"/>
      <argument>true</argument>
      <argument>_token</argument>
      <argument type="service" id="translator.data_collector" on-invalid="null"/>
      <argument>validators</argument>
      <argument type="service" id="form.server_params"/>
      <argument>%form.type_extension.csrf.field_attr%</argument>
      <argument type="collection">
        <argument key="App\Form\BookRequestType">submit</argument>
        <argument key="App\Form\ChangePasswordFormType">submit</argument>
        <argument key="App\Form\RegistrationFormType">submit</argument>
        <argument key="App\Form\ResetPasswordRequestFormType">submit</argument>
      </argument>
    </service>
    <service id="validator.builder" class="Symfony\Component\Validator\ValidatorBuilder">
      <call method="setConstraintValidatorFactory">
        <argument type="service" id="validator.validator_factory"/>
      </call>
      <call method="setGroupProviderLocator">
        <argument type="service" id="api_platform.filter_locator"/>
      </call>
      <call method="setTranslator">
        <argument type="service" id="translator.data_collector" on-invalid="ignore"/>
      </call>
      <call method="setTranslationDomain">
        <argument>validators</argument>
      </call>
      <call method="enableAttributeMapping"/>
      <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="addAttributeMappings">
        <argument type="collection">
          <argument key="Symfony\Component\Form\Form" type="collection">
            <argument>Symfony\Component\Form\Form</argument>
          </argument>
        </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>C:\Users\rgalo\Dropbox\_LIVRECOMMENT\var\cache\test/validation.php</argument>
    </service>
    <service id="validator.mapping.cache.adapter" class="Symfony\Component\Cache\Adapter\PhpArrayAdapter" constructor="create">
      <argument>C:\Users\rgalo\Dropbox\_LIVRECOMMENT\var\cache\test/validation.php</argument>
      <argument type="service" id="cache.validator"/>
    </service>
    <service id="validator.validator_factory" class="Symfony\Component\Validator\ContainerConstraintValidatorFactory">
      <argument type="service" id=".service_locator.xDL_0WG"/>
    </service>
    <service id=".abstract.Symfony\Component\Validator\Constraints\AbstractComparisonValidator" class="Symfony\Component\Validator\Constraints\AbstractComparisonValidator" abstract="true">
      <tag name="container.excluded"/>
      <tag name="container.excluded" source="because the class is abstract"/>
      <tag name="validator.constraint_validator"/>
    </service>
    <service id="Symfony\Component\Validator\Constraints\AllValidator" class="Symfony\Component\Validator\Constraints\AllValidator" abstract="true">
      <tag name="container.excluded"/>
      <tag name="validator.constraint_validator"/>
    </service>
    <service id="Symfony\Component\Validator\Constraints\AtLeastOneOfValidator" class="Symfony\Component\Validator\Constraints\AtLeastOneOfValidator" abstract="true">
      <tag name="container.excluded"/>
      <tag name="validator.constraint_validator"/>
    </service>
    <service id="Symfony\Component\Validator\Constraints\BicValidator" class="Symfony\Component\Validator\Constraints\BicValidator" abstract="true">
      <tag name="container.excluded"/>
      <tag name="validator.constraint_validator"/>
    </service>
    <service id="Symfony\Component\Validator\Constraints\BlankValidator" class="Symfony\Component\Validator\Constraints\BlankValidator" abstract="true">
      <tag name="container.excluded"/>
      <tag name="validator.constraint_validator"/>
    </service>
    <service id="Symfony\Component\Validator\Constraints\CallbackValidator" class="Symfony\Component\Validator\Constraints\CallbackValidator" abstract="true">
      <tag name="container.excluded"/>
      <tag name="validator.constraint_validator"/>
    </service>
    <service id="Symfony\Component\Validator\Constraints\CardSchemeValidator" class="Symfony\Component\Validator\Constraints\CardSchemeValidator" abstract="true">
      <tag name="container.excluded"/>
      <tag name="validator.constraint_validator"/>
    </service>
    <service id="Symfony\Component\Validator\Constraints\CharsetValidator" class="Symfony\Component\Validator\Constraints\CharsetValidator" abstract="true">
      <tag name="container.excluded"/>
      <tag name="validator.constraint_validator"/>
    </service>
    <service id="Symfony\Component\Validator\Constraints\ChoiceValidator" class="Symfony\Component\Validator\Constraints\ChoiceValidator" abstract="true">
      <tag name="container.excluded"/>
      <tag name="validator.constraint_validator"/>
    </service>
    <service id="Symfony\Component\Validator\Constraints\CidrValidator" class="Symfony\Component\Validator\Constraints\CidrValidator" abstract="true">
      <tag name="container.excluded"/>
      <tag name="validator.constraint_validator"/>
    </service>
    <service id="Symfony\Component\Validator\Constraints\CollectionValidator" class="Symfony\Component\Validator\Constraints\CollectionValidator" abstract="true">
      <tag name="container.excluded"/>
      <tag name="validator.constraint_validator"/>
    </service>
    <service id="Symfony\Component\Validator\Constraints\CompoundValidator" class="Symfony\Component\Validator\Constraints\CompoundValidator" abstract="true">
      <tag name="container.excluded"/>
      <tag name="validator.constraint_validator"/>
    </service>
    <service id="Symfony\Component\Validator\Constraints\CountValidator" class="Symfony\Component\Validator\Constraints\CountValidator" abstract="true">
      <tag name="container.excluded"/>
      <tag name="validator.constraint_validator"/>
    </service>
    <service id="Symfony\Component\Validator\Constraints\CountryValidator" class="Symfony\Component\Validator\Constraints\CountryValidator" abstract="true">
      <tag name="container.excluded"/>
      <tag name="validator.constraint_validator"/>
    </service>
    <service id="Symfony\Component\Validator\Constraints\CssColorValidator" class="Symfony\Component\Validator\Constraints\CssColorValidator" abstract="true">
      <tag name="container.excluded"/>
      <tag name="validator.constraint_validator"/>
    </service>
    <service id="Symfony\Component\Validator\Constraints\CurrencyValidator" class="Symfony\Component\Validator\Constraints\CurrencyValidator" abstract="true">
      <tag name="container.excluded"/>
      <tag name="validator.constraint_validator"/>
    </service>
    <service id="Symfony\Component\Validator\Constraints\DateTimeValidator" class="Symfony\Component\Validator\Constraints\DateTimeValidator" abstract="true">
      <tag name="container.excluded"/>
      <tag name="validator.constraint_validator"/>
    </service>
    <service id="Symfony\Component\Validator\Constraints\DateValidator" class="Symfony\Component\Validator\Constraints\DateValidator" abstract="true">
      <tag name="container.excluded"/>
      <tag name="validator.constraint_validator"/>
    </service>
    <service id="Symfony\Component\Validator\Constraints\DivisibleByValidator" class="Symfony\Component\Validator\Constraints\DivisibleByValidator" abstract="true">
      <tag name="container.excluded"/>
      <tag name="validator.constraint_validator"/>
    </service>
    <service id="Symfony\Component\Validator\Constraints\EmailValidator" class="Symfony\Component\Validator\Constraints\EmailValidator" abstract="true">
      <tag name="container.excluded"/>
      <tag name="validator.constraint_validator"/>
    </service>
    <service id="Symfony\Component\Validator\Constraints\EqualToValidator" class="Symfony\Component\Validator\Constraints\EqualToValidator" abstract="true">
      <tag name="container.excluded"/>
      <tag name="validator.constraint_validator"/>
    </service>
    <service id="Symfony\Component\Validator\Constraints\ExpressionSyntaxValidator" class="Symfony\Component\Validator\Constraints\ExpressionSyntaxValidator" abstract="true">
      <tag name="container.excluded"/>
      <tag name="validator.constraint_validator"/>
    </service>
    <service id="Symfony\Component\Validator\Constraints\ExpressionValidator" class="Symfony\Component\Validator\Constraints\ExpressionValidator" abstract="true">
      <tag name="container.excluded"/>
      <tag name="validator.constraint_validator"/>
    </service>
    <service id="Symfony\Component\Validator\Constraints\FileValidator" class="Symfony\Component\Validator\Constraints\FileValidator" abstract="true">
      <tag name="container.excluded"/>
      <tag name="validator.constraint_validator"/>
    </service>
    <service id="Symfony\Component\Validator\Constraints\GreaterThanOrEqualValidator" class="Symfony\Component\Validator\Constraints\GreaterThanOrEqualValidator" abstract="true">
      <tag name="container.excluded"/>
      <tag name="validator.constraint_validator"/>
    </service>
    <service id="Symfony\Component\Validator\Constraints\GreaterThanValidator" class="Symfony\Component\Validator\Constraints\GreaterThanValidator" abstract="true">
      <tag name="container.excluded"/>
      <tag name="validator.constraint_validator"/>
    </service>
    <service id="Symfony\Component\Validator\Constraints\HostnameValidator" class="Symfony\Component\Validator\Constraints\HostnameValidator" abstract="true">
      <tag name="container.excluded"/>
      <tag name="validator.constraint_validator"/>
    </service>
    <service id="Symfony\Component\Validator\Constraints\IbanValidator" class="Symfony\Component\Validator\Constraints\IbanValidator" abstract="true">
      <tag name="container.excluded"/>
      <tag name="validator.constraint_validator"/>
    </service>
    <service id="Symfony\Component\Validator\Constraints\IdenticalToValidator" class="Symfony\Component\Validator\Constraints\IdenticalToValidator" abstract="true">
      <tag name="container.excluded"/>
      <tag name="validator.constraint_validator"/>
    </service>
    <service id="Symfony\Component\Validator\Constraints\ImageValidator" class="Symfony\Component\Validator\Constraints\ImageValidator" abstract="true">
      <tag name="container.excluded"/>
      <tag name="validator.constraint_validator"/>
    </service>
    <service id="Symfony\Component\Validator\Constraints\IpValidator" class="Symfony\Component\Validator\Constraints\IpValidator" abstract="true">
      <tag name="container.excluded"/>
      <tag name="validator.constraint_validator"/>
    </service>
    <service id="Symfony\Component\Validator\Constraints\IsFalseValidator" class="Symfony\Component\Validator\Constraints\IsFalseValidator" abstract="true">
      <tag name="container.excluded"/>
      <tag name="validator.constraint_validator"/>
    </service>
    <service id="Symfony\Component\Validator\Constraints\IsNullValidator" class="Symfony\Component\Validator\Constraints\IsNullValidator" abstract="true">
      <tag name="container.excluded"/>
      <tag name="validator.constraint_validator"/>
    </service>
    <service id="Symfony\Component\Validator\Constraints\IsTrueValidator" class="Symfony\Component\Validator\Constraints\IsTrueValidator" abstract="true">
      <tag name="container.excluded"/>
      <tag name="validator.constraint_validator"/>
    </service>
    <service id="Symfony\Component\Validator\Constraints\IsbnValidator" class="Symfony\Component\Validator\Constraints\IsbnValidator" abstract="true">
      <tag name="container.excluded"/>
      <tag name="validator.constraint_validator"/>
    </service>
    <service id="Symfony\Component\Validator\Constraints\IsinValidator" class="Symfony\Component\Validator\Constraints\IsinValidator" abstract="true">
      <tag name="container.excluded"/>
      <tag name="validator.constraint_validator"/>
    </service>
    <service id="Symfony\Component\Validator\Constraints\IssnValidator" class="Symfony\Component\Validator\Constraints\IssnValidator" abstract="true">
      <tag name="container.excluded"/>
      <tag name="validator.constraint_validator"/>
    </service>
    <service id="Symfony\Component\Validator\Constraints\JsonValidator" class="Symfony\Component\Validator\Constraints\JsonValidator" abstract="true">
      <tag name="container.excluded"/>
      <tag name="validator.constraint_validator"/>
    </service>
    <service id="Symfony\Component\Validator\Constraints\LanguageValidator" class="Symfony\Component\Validator\Constraints\LanguageValidator" abstract="true">
      <tag name="container.excluded"/>
      <tag name="validator.constraint_validator"/>
    </service>
    <service id="Symfony\Component\Validator\Constraints\LengthValidator" class="Symfony\Component\Validator\Constraints\LengthValidator" abstract="true">
      <tag name="container.excluded"/>
      <tag name="validator.constraint_validator"/>
    </service>
    <service id="Symfony\Component\Validator\Constraints\LessThanOrEqualValidator" class="Symfony\Component\Validator\Constraints\LessThanOrEqualValidator" abstract="true">
      <tag name="container.excluded"/>
      <tag name="validator.constraint_validator"/>
    </service>
    <service id="Symfony\Component\Validator\Constraints\LessThanValidator" class="Symfony\Component\Validator\Constraints\LessThanValidator" abstract="true">
      <tag name="container.excluded"/>
      <tag name="validator.constraint_validator"/>
    </service>
    <service id="Symfony\Component\Validator\Constraints\LocaleValidator" class="Symfony\Component\Validator\Constraints\LocaleValidator" abstract="true">
      <tag name="container.excluded"/>
      <tag name="validator.constraint_validator"/>
    </service>
    <service id="Symfony\Component\Validator\Constraints\LuhnValidator" class="Symfony\Component\Validator\Constraints\LuhnValidator" abstract="true">
      <tag name="container.excluded"/>
      <tag name="validator.constraint_validator"/>
    </service>
    <service id="Symfony\Component\Validator\Constraints\MacAddressValidator" class="Symfony\Component\Validator\Constraints\MacAddressValidator" abstract="true">
      <tag name="container.excluded"/>
      <tag name="validator.constraint_validator"/>
    </service>
    <service id="Symfony\Component\Validator\Constraints\NoSuspiciousCharactersValidator" class="Symfony\Component\Validator\Constraints\NoSuspiciousCharactersValidator" abstract="true">
      <tag name="container.excluded"/>
      <tag name="validator.constraint_validator"/>
    </service>
    <service id="Symfony\Component\Validator\Constraints\NotBlankValidator" class="Symfony\Component\Validator\Constraints\NotBlankValidator" abstract="true">
      <tag name="container.excluded"/>
      <tag name="validator.constraint_validator"/>
    </service>
    <service id="Symfony\Component\Validator\Constraints\NotCompromisedPasswordValidator" class="Symfony\Component\Validator\Constraints\NotCompromisedPasswordValidator" abstract="true">
      <tag name="container.excluded"/>
      <tag name="validator.constraint_validator"/>
    </service>
    <service id="Symfony\Component\Validator\Constraints\NotEqualToValidator" class="Symfony\Component\Validator\Constraints\NotEqualToValidator" abstract="true">
      <tag name="container.excluded"/>
      <tag name="validator.constraint_validator"/>
    </service>
    <service id="Symfony\Component\Validator\Constraints\NotIdenticalToValidator" class="Symfony\Component\Validator\Constraints\NotIdenticalToValidator" abstract="true">
      <tag name="container.excluded"/>
      <tag name="validator.constraint_validator"/>
    </service>
    <service id="Symfony\Component\Validator\Constraints\NotNullValidator" class="Symfony\Component\Validator\Constraints\NotNullValidator" abstract="true">
      <tag name="container.excluded"/>
      <tag name="validator.constraint_validator"/>
    </service>
    <service id="Symfony\Component\Validator\Constraints\PasswordStrengthValidator" class="Symfony\Component\Validator\Constraints\PasswordStrengthValidator" abstract="true">
      <tag name="container.excluded"/>
      <tag name="validator.constraint_validator"/>
    </service>
    <service id="Symfony\Component\Validator\Constraints\RangeValidator" class="Symfony\Component\Validator\Constraints\RangeValidator" abstract="true">
      <tag name="container.excluded"/>
      <tag name="validator.constraint_validator"/>
    </service>
    <service id="Symfony\Component\Validator\Constraints\RegexValidator" class="Symfony\Component\Validator\Constraints\RegexValidator" abstract="true">
      <tag name="container.excluded"/>
      <tag name="validator.constraint_validator"/>
    </service>
    <service id="Symfony\Component\Validator\Constraints\SequentiallyValidator" class="Symfony\Component\Validator\Constraints\SequentiallyValidator" abstract="true">
      <tag name="container.excluded"/>
      <tag name="validator.constraint_validator"/>
    </service>
    <service id="Symfony\Component\Validator\Constraints\TimeValidator" class="Symfony\Component\Validator\Constraints\TimeValidator" abstract="true">
      <tag name="container.excluded"/>
      <tag name="validator.constraint_validator"/>
    </service>
    <service id="Symfony\Component\Validator\Constraints\TimezoneValidator" class="Symfony\Component\Validator\Constraints\TimezoneValidator" abstract="true">
      <tag name="container.excluded"/>
      <tag name="validator.constraint_validator"/>
    </service>
    <service id="Symfony\Component\Validator\Constraints\TypeValidator" class="Symfony\Component\Validator\Constraints\TypeValidator" abstract="true">
      <tag name="container.excluded"/>
      <tag name="validator.constraint_validator"/>
    </service>
    <service id="Symfony\Component\Validator\Constraints\UlidValidator" class="Symfony\Component\Validator\Constraints\UlidValidator" abstract="true">
      <tag name="container.excluded"/>
      <tag name="validator.constraint_validator"/>
    </service>
    <service id="Symfony\Component\Validator\Constraints\UniqueValidator" class="Symfony\Component\Validator\Constraints\UniqueValidator" abstract="true">
      <tag name="container.excluded"/>
      <tag name="validator.constraint_validator"/>
    </service>
    <service id="Symfony\Component\Validator\Constraints\UrlValidator" class="Symfony\Component\Validator\Constraints\UrlValidator" abstract="true">
      <tag name="container.excluded"/>
      <tag name="validator.constraint_validator"/>
    </service>
    <service id="Symfony\Component\Validator\Constraints\UuidValidator" class="Symfony\Component\Validator\Constraints\UuidValidator" abstract="true">
      <tag name="container.excluded"/>
      <tag name="validator.constraint_validator"/>
    </service>
    <service id="Symfony\Component\Validator\Constraints\ValidValidator" class="Symfony\Component\Validator\Constraints\ValidValidator" abstract="true">
      <tag name="container.excluded"/>
      <tag name="validator.constraint_validator"/>
    </service>
    <service id="Symfony\Component\Validator\Constraints\VideoValidator" class="Symfony\Component\Validator\Constraints\VideoValidator" abstract="true">
      <tag name="container.excluded"/>
      <tag name="validator.constraint_validator"/>
    </service>
    <service id="Symfony\Component\Validator\Constraints\WeekValidator" class="Symfony\Component\Validator\Constraints\WeekValidator" abstract="true">
      <tag name="container.excluded"/>
      <tag name="validator.constraint_validator"/>
    </service>
    <service id="Symfony\Component\Validator\Constraints\WhenValidator" class="Symfony\Component\Validator\Constraints\WhenValidator" abstract="true">
      <tag name="container.excluded"/>
      <tag name="validator.constraint_validator"/>
    </service>
    <service id="Symfony\Component\Validator\Constraints\WordCountValidator" class="Symfony\Component\Validator\Constraints\WordCountValidator" abstract="true">
      <tag name="container.excluded"/>
      <tag name="validator.constraint_validator"/>
    </service>
    <service id="Symfony\Component\Validator\Constraints\YamlValidator" class="Symfony\Component\Validator\Constraints\YamlValidator" abstract="true">
      <tag name="container.excluded"/>
      <tag name="validator.constraint_validator"/>
    </service>
    <service id="validator.expression" class="Symfony\Component\Validator\Constraints\ExpressionValidator">
      <tag name="validator.constraint_validator" alias="validator.expression"/>
      <argument type="service" id="validator.expression_language" on-invalid="null"/>
    </service>
    <service id="validator.expression_language" class="Symfony\Component\ExpressionLanguage\ExpressionLanguage">
      <argument type="service" id="cache.validator_expression_language" on-invalid="null"/>
      <call method="registerProvider">
        <argument type="service" id="validator.expression_language_provider" on-invalid="ignore"/>
      </call>
    </service>
    <service id="cache.validator_expression_language" class="Symfony\Component\Cache\Adapter\TraceableAdapter" public="true">
      <tag name="cache.pool" pruneable="false"/>
      <tag name="kernel.reset" method="reset"/>
      <argument type="service" id="cache.validator_expression_language.recorder_inner"/>
      <argument type="service" id="profiler.is_disabled_state_checker" on-invalid="ignore"/>
    </service>
    <service id="validator.expression_language_provider" class="Symfony\Component\Validator\Constraints\ExpressionLanguageProvider"/>
    <service id="validator.email" class="Symfony\Component\Validator\Constraints\EmailValidator">
      <tag name="validator.constraint_validator"/>
      <argument>html5</argument>
    </service>
    <service id="validator.not_compromised_password" class="Symfony\Component\Validator\Constraints\NotCompromisedPasswordValidator">
      <tag name="validator.constraint_validator"/>
      <argument type="service" id="http_client.uri_template" on-invalid="null"/>
      <argument>UTF-8</argument>
      <argument>false</argument>
      <argument>null</argument>
    </service>
    <service id="validator.when" class="Symfony\Component\Validator\Constraints\WhenValidator">
      <tag name="validator.constraint_validator"/>
      <argument type="service" id="validator.expression_language" on-invalid="null"/>
    </service>
    <service id="validator.no_suspicious_characters" class="Symfony\Component\Validator\Constraints\NoSuspiciousCharactersValidator">
      <tag name="validator.constraint_validator" alias="Symfony\Component\Validator\Constraints\NoSuspiciousCharactersValidator"/>
      <argument type="collection"/>
    </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="validator.form.attribute_metadata" class="Symfony\Component\Form\Form">
      <tag name="container.excluded"/>
      <tag name="validator.attribute_metadata"/>
    </service>
    <service id="messenger.senders_locator" class="Symfony\Component\Messenger\Transport\Sender\SendersLocator">
      <argument type="collection">
        <argument key="Symfony\Component\Mailer\Messenger\SendEmailMessage" type="collection">
          <argument>sync</argument>
        </argument>
        <argument key="Symfony\Component\Notifier\Message\ChatMessage" type="collection">
          <argument>async</argument>
        </argument>
        <argument key="Symfony\Component\Notifier\Message\SmsMessage" type="collection">
          <argument>async</argument>
        </argument>
        <argument key="App\Message\DownloadWorkCoverMessage" type="collection">
          <argument>async</argument>
        </argument>
        <argument key="App\Message\DownloadAuthorPhotoMessage" type="collection">
          <argument>async</argument>
        </argument>
        <argument key="App\Message\EnrichWorkMessage" type="collection">
          <argument>async</argument>
        </argument>
      </argument>
      <argument type="service" id=".service_locator.n6SLXAT"/>
    </service>
    <service id="messenger.middleware.send_message" class="Symfony\Component\Messenger\Middleware\SendMessageMiddleware" abstract="true">
      <tag name="monolog.logger" channel="messenger"/>
      <argument type="service" id="messenger.senders_locator"/>
      <argument type="service" id="debug.event_dispatcher"/>
      <call method="setLogger">
        <argument type="service" id="monolog.logger.messenger" on-invalid="ignore"/>
      </call>
    </service>
    <service id="messenger.transport.symfony_serializer" class="Symfony\Component\Messenger\Transport\Serialization\Serializer">
      <argument type="service" id="debug.serializer"/>
      <argument>json</argument>
      <argument type="collection"/>
    </service>
    <service id="serializer.normalizer.flatten_exception" class="Symfony\Component\Messenger\Transport\Serialization\Normalizer\FlattenExceptionNormalizer">
      <tag name="serializer.normalizer" built_in="true" priority="-880"/>
      <tag name="serializer.normalizer.default" priority="-880"/>
    </service>
    <service id=".messenger.transport.native_php_serializer" class="Symfony\Component\Messenger\Transport\Serialization\PhpSerializer"/>
    <service id="messenger.transport.native_php_serializer" class="Symfony\Component\Messenger\Transport\Serialization\PhpSerializer">
      <argument type="collection">
        <argument type="service" id=".messenger.transport.native_php_serializer"/>
      </argument>
      <factory function="current"/>
    </service>
    <service id="messenger.signing_serializer" class="Symfony\Component\Messenger\Transport\Serialization\SigningSerializer" abstract="true">
      <argument type="service" id=".inner"/>
      <argument type="service">
        <service class="string">
          <argument type="service_closure" id=".messenger.signing_serializer.signing_key"/>
          <factory class="Symfony\Component\String\LazyString" method="fromCallable"/>
        </service>
      </argument>
      <argument type="collection">
        <argument>Symfony\Component\Process\Messenger\RunProcessMessage</argument>
        <argument>Symfony\Component\Console\Messenger\RunCommandMessage</argument>
      </argument>
    </service>
    <service id=".messenger.signing_serializer.signing_key" class="string">
      <argument type="collection">
        <argument>%kernel.secret%</argument>
      </argument>
      <factory function="current"/>
    </service>
    <service id="messenger.middleware.handle_message" class="Symfony\Component\Messenger\Middleware\HandleMessageMiddleware" abstract="true">
      <tag name="monolog.logger" channel="messenger"/>
      <argument type="abstract">bus handler resolver</argument>
      <call method="setLogger">
        <argument type="service" id="monolog.logger.messenger" on-invalid="ignore"/>
      </call>
    </service>
    <service id="messenger.middleware.add_default_stamps_middleware" class="Symfony\Component\Messenger\Middleware\AddDefaultStampsMiddleware"/>
    <service id="messenger.middleware.add_bus_name_stamp_middleware" class="Symfony\Component\Messenger\Middleware\AddBusNameStampMiddleware" abstract="true"/>
    <service id="messenger.middleware.dispatch_after_current_bus" class="Symfony\Component\Messenger\Middleware\DispatchAfterCurrentBusMiddleware"/>
    <service id="messenger.middleware.validation" class="Symfony\Component\Messenger\Middleware\ValidationMiddleware">
      <argument type="service" id="debug.validator"/>
    </service>
    <service id="messenger.middleware.reject_redelivered_message_middleware" class="Symfony\Component\Messenger\Middleware\RejectRedeliveredMessageMiddleware"/>
    <service id="messenger.middleware.failed_message_processing_middleware" class="Symfony\Component\Messenger\Middleware\FailedMessageProcessingMiddleware"/>
    <service id="messenger.middleware.traceable" class="Symfony\Component\Messenger\Middleware\TraceableMiddleware" abstract="true">
      <argument type="service" id="debug.stopwatch"/>
    </service>
    <service id="messenger.middleware.router_context" class="Symfony\Component\Messenger\Middleware\RouterContextMiddleware">
      <argument type="service" id="router.default"/>
    </service>
    <service id="messenger.receiver_locator" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="messenger.transport.async" type="service_closure" id="messenger.transport.async"/>
        <argument key="async" type="service_closure" id="messenger.transport.async"/>
        <argument key="messenger.transport.failed" type="service_closure" id="messenger.transport.failed"/>
        <argument key="failed" type="service_closure" id="messenger.transport.failed"/>
        <argument key="messenger.transport.sync" type="service_closure" id="messenger.transport.sync"/>
        <argument key="sync" type="service_closure" id="messenger.transport.sync"/>
      </argument>
    </service>
    <service id="messenger.transport_factory" class="Symfony\Component\Messenger\Transport\TransportFactory">
      <argument type="tagged_iterator" tag="messenger.transport_factory"/>
    </service>
    <service id="messenger.transport.amqp.factory" class="Symfony\Component\Messenger\Bridge\Amqp\Transport\AmqpTransportFactory"/>
    <service id="messenger.transport.redis.factory" class="Symfony\Component\Messenger\Bridge\Redis\Transport\RedisTransportFactory"/>
    <service id="messenger.transport.sync.factory" class="Symfony\Component\Messenger\Transport\Sync\SyncTransportFactory">
      <tag name="messenger.transport_factory"/>
      <argument type="service" id="messenger.routable_message_bus"/>
    </service>
    <service id="messenger.transport.in_memory.factory" class="Symfony\Component\Messenger\Transport\InMemory\InMemoryTransportFactory">
      <tag name="messenger.transport_factory"/>
      <tag name="kernel.reset" method="reset"/>
      <argument type="service" id="clock" on-invalid="null"/>
    </service>
    <service id="messenger.transport.sqs.factory" class="Symfony\Component\Messenger\Bridge\AmazonSqs\Transport\AmazonSqsTransportFactory">
      <tag name="monolog.logger" channel="messenger"/>
      <tag name="container.error" message="Invalid service &quot;messenger.transport.sqs.factory&quot;: class &quot;Symfony\Component\Messenger\Bridge\AmazonSqs\Transport\AmazonSqsTransportFactory&quot; does not exist."/>
      <argument type="service" id="monolog.logger.messenger" on-invalid="ignore"/>
    </service>
    <service id="messenger.transport.beanstalkd.factory" class="Symfony\Component\Messenger\Bridge\Beanstalkd\Transport\BeanstalkdTransportFactory"/>
    <service id="messenger.retry_strategy_locator" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="async" type="service_closure" id="messenger.retry.multiplier_retry_strategy.async"/>
        <argument key="failed" type="service_closure" id="messenger.retry.multiplier_retry_strategy.failed"/>
        <argument key="sync" type="service_closure" id="messenger.retry.multiplier_retry_strategy.sync"/>
      </argument>
    </service>
    <service id="messenger.retry.abstract_multiplier_retry_strategy" class="Symfony\Component\Messenger\Retry\MultiplierRetryStrategy" abstract="true">
      <argument type="abstract">max retries</argument>
      <argument type="abstract">delay ms</argument>
      <argument type="abstract">multiplier</argument>
      <argument type="abstract">max delay ms</argument>
      <argument type="abstract">jitter</argument>
    </service>
    <service id="messenger.retry.send_failed_message_for_retry_listener" class="Symfony\Component\Messenger\EventListener\SendFailedMessageForRetryListener">
      <tag name="monolog.logger" channel="messenger"/>
      <tag name="kernel.event_subscriber"/>
      <argument type="service" id=".service_locator.n6SLXAT"/>
      <argument type="service" id="messenger.retry_strategy_locator"/>
      <argument type="service" id="monolog.logger.messenger" on-invalid="ignore"/>
      <argument type="service" id="debug.event_dispatcher"/>
    </service>
    <service id="messenger.failure.add_error_details_stamp_listener" class="Symfony\Component\Messenger\EventListener\AddErrorDetailsStampListener">
      <tag name="kernel.event_subscriber"/>
    </service>
    <service id="messenger.failure.send_failed_message_to_failure_transport_listener" class="Symfony\Component\Messenger\EventListener\SendFailedMessageToFailureTransportListener">
      <tag name="monolog.logger" channel="messenger"/>
      <tag name="kernel.event_subscriber"/>
      <argument type="service" id=".service_locator.qG6w6Cz"/>
      <argument type="service" id="monolog.logger.messenger" on-invalid="ignore"/>
      <argument type="collection">
        <argument key="async">failed</argument>
        <argument key="failed">failed</argument>
        <argument key="sync">failed</argument>
      </argument>
    </service>
    <service id="messenger.listener.dispatch_pcntl_signal_listener" class="Symfony\Component\Messenger\EventListener\DispatchPcntlSignalListener">
      <tag name="kernel.event_subscriber"/>
    </service>
    <service id="messenger.listener.stop_worker_on_restart_signal_listener" class="Symfony\Component\Messenger\EventListener\StopWorkerOnRestartSignalListener">
      <tag name="monolog.logger" channel="messenger"/>
      <tag name="kernel.event_subscriber"/>
      <argument type="service" id="cache.messenger.restart_workers_signal"/>
      <argument type="service" id="monolog.logger.messenger" on-invalid="ignore"/>
    </service>
    <service id="messenger.listener.stop_worker_on_stop_exception_listener" class="Symfony\Component\Messenger\EventListener\StopWorkerOnCustomStopExceptionListener">
      <tag name="kernel.event_subscriber"/>
    </service>
    <service id="messenger.listener.reset_services" class="Symfony\Component\Messenger\EventListener\ResetServicesListener">
      <argument type="service" id="services_resetter"/>
    </service>
    <service id="messenger.listener.reset_memory_usage" class="Symfony\Component\Messenger\EventListener\ResetMemoryUsageListener">
      <tag name="kernel.event_subscriber"/>
    </service>
    <service id="messenger.routable_message_bus" class="Symfony\Component\Messenger\RoutableMessageBus">
      <argument type="service" id=".service_locator.jLLS2Ji"/>
      <argument type="service" id="debug.traced.messenger.bus.default"/>
    </service>
    <service id="messenger.redispatch_message_handler" class="Symfony\Component\Messenger\Handler\RedispatchMessageHandler">
      <tag name="messenger.message_handler"/>
      <argument type="service" id="debug.traced.messenger.bus.default"/>
    </service>
    <service id="messenger.transport.async" class="Symfony\Component\Messenger\Transport\TransportInterface">
      <tag name="messenger.receiver" alias="async" is_failure_transport="false"/>
      <argument>%env(MESSENGER_TRANSPORT_DSN)%</argument>
      <argument type="collection">
        <argument key="transport_name">async</argument>
      </argument>
      <argument type="service" id=".signing.messenger.default_serializer"/>
      <factory service="messenger.transport_factory" method="createTransport"/>
    </service>
    <service id="messenger.retry.multiplier_retry_strategy.async" class="Symfony\Component\Messenger\Retry\MultiplierRetryStrategy">
      <argument>3</argument>
      <argument>1000</argument>
      <argument>2</argument>
      <argument>0</argument>
      <argument>0.1</argument>
    </service>
    <service id="messenger.transport.failed" class="Symfony\Component\Messenger\Transport\TransportInterface">
      <tag name="messenger.receiver" alias="failed" is_failure_transport="true"/>
      <argument>doctrine://default?queue_name=failed</argument>
      <argument type="collection">
        <argument key="transport_name">failed</argument>
      </argument>
      <argument type="service" id=".signing.messenger.default_serializer"/>
      <factory service="messenger.transport_factory" method="createTransport"/>
    </service>
    <service id="messenger.retry.multiplier_retry_strategy.failed" class="Symfony\Component\Messenger\Retry\MultiplierRetryStrategy">
      <argument>3</argument>
      <argument>1000</argument>
      <argument>2</argument>
      <argument>0</argument>
      <argument>0.1</argument>
    </service>
    <service id="messenger.transport.sync" class="Symfony\Component\Messenger\Transport\TransportInterface">
      <tag name="messenger.receiver" alias="sync" is_failure_transport="false" is_consumable="false"/>
      <argument>sync://</argument>
      <argument type="collection">
        <argument key="transport_name">sync</argument>
      </argument>
      <argument type="service" id=".signing.messenger.default_serializer"/>
      <factory service="messenger.transport_factory" method="createTransport"/>
    </service>
    <service id="messenger.retry.multiplier_retry_strategy.sync" class="Symfony\Component\Messenger\Retry\MultiplierRetryStrategy">
      <argument>3</argument>
      <argument>1000</argument>
      <argument>2</argument>
      <argument>0</argument>
      <argument>0.1</argument>
    </service>
    <service id=".service_locator.n6SLXAT" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="async" type="service_closure" id="messenger.transport.async"/>
        <argument key="failed" type="service_closure" id="messenger.transport.failed"/>
        <argument key="sync" type="service_closure" id="messenger.transport.sync"/>
        <argument key="messenger.transport.async" type="service_closure" id="messenger.transport.async"/>
        <argument key="messenger.transport.failed" type="service_closure" id="messenger.transport.failed"/>
        <argument key="messenger.transport.sync" type="service_closure" id="messenger.transport.sync"/>
      </argument>
    </service>
    <service id=".service_locator.qG6w6Cz" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="async" type="service_closure" id="messenger.transport.failed"/>
        <argument key="failed" type="service_closure" id="messenger.transport.failed"/>
        <argument key="sync" type="service_closure" id="messenger.transport.failed"/>
      </argument>
    </service>
    <service id="notifier" class="Symfony\Component\Notifier\Notifier">
      <argument type="service" id=".service_locator.HlhG04S"/>
      <argument type="service" id="notifier.channel_policy" on-invalid="ignore"/>
      <call method="addAdminRecipient">
        <argument type="service" id="notifier.admin_recipient.0"/>
      </call>
    </service>
    <service id="notifier.channel_policy" class="Symfony\Component\Notifier\Channel\ChannelPolicy">
      <argument type="collection">
        <argument key="urgent" type="collection">
          <argument>email</argument>
        </argument>
        <argument key="high" type="collection">
          <argument>email</argument>
        </argument>
        <argument key="medium" type="collection">
          <argument>email</argument>
        </argument>
        <argument key="low" type="collection">
          <argument>email</argument>
        </argument>
      </argument>
    </service>
    <service id="notifier.flash_message_importance_mapper" class="Symfony\Component\Notifier\FlashMessage\DefaultFlashMessageImportanceMapper">
      <argument type="collection"/>
    </service>
    <service id="notifier.channel.browser" class="Symfony\Component\Notifier\Channel\BrowserChannel">
      <tag name="notifier.channel" channel="browser"/>
      <argument type="service" id="request_stack"/>
      <argument type="service" id="notifier.flash_message_importance_mapper"/>
    </service>
    <service id="notifier.channel.chat" class="Symfony\Component\Notifier\Channel\ChatChannel">
      <tag name="notifier.channel" channel="chat"/>
      <argument>null</argument>
      <argument type="service" id="debug.traced.messenger.bus.default" on-invalid="null"/>
    </service>
    <service id="notifier.channel.sms" class="Symfony\Component\Notifier\Channel\SmsChannel">
      <tag name="notifier.channel" channel="sms"/>
      <argument>null</argument>
      <argument type="service" id="debug.traced.messenger.bus.default" on-invalid="null"/>
    </service>
    <service id="notifier.channel.email" class="Symfony\Component\Notifier\Channel\EmailChannel">
      <tag name="notifier.channel" channel="email"/>
      <argument>null</argument>
      <argument type="service" id="debug.traced.messenger.bus.default" on-invalid="null"/>
      <argument>null</argument>
    </service>
    <service id="notifier.channel.push" class="Symfony\Component\Notifier\Channel\PushChannel">
      <tag name="notifier.channel" channel="push"/>
      <argument>null</argument>
      <argument type="service" id="debug.traced.messenger.bus.default" on-invalid="null"/>
    </service>
    <service id="notifier.channel.desktop" class="Symfony\Component\Notifier\Channel\DesktopChannel">
      <tag name="notifier.channel" channel="desktop"/>
      <argument>null</argument>
      <argument type="service" id="debug.traced.messenger.bus.default" on-invalid="null"/>
    </service>
    <service id="notifier.monolog_handler" class="Symfony\Bridge\Monolog\Handler\NotifierHandler">
      <argument type="service" id="notifier"/>
    </service>
    <service id="notifier.failed_message_listener" class="Symfony\Component\Notifier\EventListener\SendFailedMessageToNotifierListener">
      <argument type="service" id="notifier"/>
    </service>
    <service id="chatter.transports" class="Symfony\Component\Notifier\Transport\Transports">
      <argument type="collection"/>
      <factory service="chatter.transport_factory" method="fromStrings"/>
    </service>
    <service id="chatter.transport_factory" class="Symfony\Component\Notifier\Transport">
      <argument type="tagged_iterator" tag="chatter.transport_factory"/>
    </service>
    <service id="chatter.messenger.chat_handler" class="Symfony\Component\Notifier\Messenger\MessageHandler">
      <tag name="messenger.message_handler" handles="Symfony\Component\Notifier\Message\ChatMessage"/>
      <argument type="service" id="chatter.transports"/>
    </service>
    <service id="texter.transports" class="Symfony\Component\Notifier\Transport\Transports">
      <argument type="collection"/>
      <factory service="texter.transport_factory" method="fromStrings"/>
    </service>
    <service id="texter.transport_factory" class="Symfony\Component\Notifier\Transport">
      <argument type="tagged_iterator" tag="texter.transport_factory"/>
    </service>
    <service id="texter.messenger.sms_handler" class="Symfony\Component\Notifier\Messenger\MessageHandler">
      <tag name="messenger.message_handler" handles="Symfony\Component\Notifier\Message\SmsMessage"/>
      <argument type="service" id="texter.transports"/>
    </service>
    <service id="texter.messenger.push_handler" class="Symfony\Component\Notifier\Messenger\MessageHandler">
      <tag name="messenger.message_handler" handles="Symfony\Component\Notifier\Message\PushMessage"/>
      <argument type="service" id="texter.transports"/>
    </service>
    <service id="notifier.notification_logger_listener" class="Symfony\Component\Notifier\EventListener\NotificationLoggerListener">
      <tag name="kernel.event_subscriber"/>
    </service>
    <service id="texter.messenger.desktop_handler" class="Symfony\Component\Notifier\Messenger\MessageHandler">
      <tag name="messenger.message_handler" handles="Symfony\Component\Notifier\Message\DesktopMessage"/>
      <argument type="service" id="texter.transports"/>
    </service>
    <service id="notifier.transport_factory.abstract" class="Symfony\Component\Notifier\Transport\AbstractTransportFactory" abstract="true">
      <argument type="service" id="debug.event_dispatcher"/>
      <argument type="service" id="http_client.uri_template" on-invalid="ignore"/>
    </service>
    <service id="notifier.transport_factory.null" class="Symfony\Component\Notifier\Transport\NullTransportFactory">
      <tag name="chatter.transport_factory"/>
      <tag name="texter.transport_factory"/>
      <argument type="service" id="debug.event_dispatcher"/>
      <argument type="service" id="http_client.uri_template" on-invalid="ignore"/>
    </service>
    <service id="notifier.admin_recipient.0" class="Symfony\Component\Notifier\Recipient\Recipient">
      <argument>admin@example.com</argument>
      <argument/>
    </service>
    <service id="profiler" class="Symfony\Component\HttpKernel\Profiler\Profiler" public="true">
      <tag name="monolog.logger" channel="profiler"/>
      <tag name="container.private" package="symfony/framework-bundle" version="5.4"/>
      <tag name="kernel.reset" method="reset"/>
      <argument type="service" id="profiler.storage"/>
      <argument type="service" id="monolog.logger.profiler" on-invalid="null"/>
      <argument>false</argument>
      <call method="add">
        <argument type="service" id="data_collector.request"/>
      </call>
      <call method="add">
        <argument type="service" id=".data_collector.command"/>
      </call>
      <call method="add">
        <argument type="service" id="api_platform.data_collector.request"/>
      </call>
      <call method="add">
        <argument type="service" id="data_collector.time"/>
      </call>
      <call method="add">
        <argument type="service" id="data_collector.memory"/>
      </call>
      <call method="add">
        <argument type="service" id="data_collector.validator"/>
      </call>
      <call method="add">
        <argument type="service" id="data_collector.ajax"/>
      </call>
      <call method="add">
        <argument type="service" id="data_collector.form"/>
      </call>
      <call method="add">
        <argument type="service" id="data_collector.exception"/>
      </call>
      <call method="add">
        <argument type="service" id="data_collector.logger"/>
      </call>
      <call method="add">
        <argument type="service" id="data_collector.events"/>
      </call>
      <call method="add">
        <argument type="service" id="data_collector.router"/>
      </call>
      <call method="add">
        <argument type="service" id="data_collector.cache"/>
      </call>
      <call method="add">
        <argument type="service" id="data_collector.translation"/>
      </call>
      <call method="add">
        <argument type="service" id="data_collector.security"/>
      </call>
      <call method="add">
        <argument type="service" id="data_collector.twig"/>
      </call>
      <call method="add">
        <argument type="service" id="ux.twig_component.data_collector"/>
      </call>
      <call method="add">
        <argument type="service" id="data_collector.http_client"/>
      </call>
      <call method="add">
        <argument type="service" id="data_collector.doctrine"/>
      </call>
      <call method="add">
        <argument type="service" id="data_collector.messenger"/>
      </call>
      <call method="add">
        <argument type="service" id="mailer.data_collector"/>
      </call>
      <call method="add">
        <argument type="service" id="notifier.data_collector"/>
      </call>
      <call method="add">
        <argument type="service" id="serializer.data_collector"/>
      </call>
      <call method="add">
        <argument type="service" id="EasyCorp\Bundle\EasyAdminBundle\DataCollector\EasyAdminDataCollector"/>
      </call>
      <call method="add">
        <argument type="service" id="data_collector.config"/>
      </call>
    </service>
    <service id="profiler.storage" class="Symfony\Component\HttpKernel\Profiler\FileProfilerStorage">
      <argument>file:C:\Users\rgalo\Dropbox\_LIVRECOMMENT\var\cache\test/profiler</argument>
    </service>
    <service id="profiler_listener" class="Symfony\Component\HttpKernel\EventListener\ProfilerListener">
      <tag name="kernel.reset" method="?reset"/>
      <tag name="kernel.event_subscriber"/>
      <tag name="container.hot_path"/>
      <argument type="service" id="profiler"/>
      <argument type="service" id="request_stack"/>
      <argument>null</argument>
      <argument>false</argument>
      <argument>false</argument>
      <argument>null</argument>
    </service>
    <service id="console_profiler_listener" class="Symfony\Bundle\FrameworkBundle\EventListener\ConsoleProfilerListener">
      <tag name="kernel.event_subscriber"/>
      <tag name="container.no_preload"/>
      <argument type="service" id=".lazy_profiler"/>
      <argument type="service" id=".virtual_request_stack"/>
      <argument type="service" id="debug.stopwatch"/>
      <argument>%env(not:default:kernel.runtime_mode.web:)%</argument>
      <argument type="service" id="router.default" on-invalid="null"/>
    </service>
    <service id=".lazy_profiler" class="Symfony\Component\HttpKernel\Profiler\Profiler" lazy="true">
      <argument type="collection">
        <argument type="service" id="profiler"/>
      </argument>
      <factory function="current"/>
    </service>
    <service id=".virtual_request_stack" class="Symfony\Component\HttpKernel\Debug\VirtualRequestStack" public="true">
      <argument type="service" id="request_stack"/>
    </service>
    <service id="profiler.state_checker" class="Symfony\Component\HttpKernel\Profiler\ProfilerStateChecker">
      <argument type="service" id=".service_locator.0NioFko"/>
      <argument type="service">
        <service class="bool">
          <factory class="Symfony\Bundle\FrameworkBundle\FrameworkBundle" method="considerProfilerEnabled"/>
        </service>
      </argument>
    </service>
    <service id="profiler.is_disabled_state_checker" class="Closure">
      <argument type="collection">
        <argument type="service" id="profiler.state_checker"/>
        <argument>isProfilerDisabled</argument>
      </argument>
      <factory class="Closure" method="fromCallable"/>
    </service>
    <service id="data_collector.config" class="Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector">
      <tag name="data_collector" template="@WebProfiler/Collector/config.html.twig" id="config" priority="-255"/>
      <call method="setKernel">
        <argument type="service" id="kernel" on-invalid="ignore"/>
      </call>
    </service>
    <service id="data_collector.request" class="Symfony\Component\HttpKernel\DataCollector\RequestDataCollector">
      <tag name="data_collector" template="@WebProfiler/Collector/request.html.twig" id="request" priority="335"/>
      <tag name="kernel.event_subscriber"/>
      <tag name="container.hot_path"/>
      <tag name="container.hot_path"/>
      <argument type="service" id=".virtual_request_stack" on-invalid="ignore"/>
    </service>
    <service id="data_collector.request.session_collector" class="Closure">
      <argument type="collection">
        <argument type="service" id="data_collector.request"/>
        <argument>collectSessionUsage</argument>
      </argument>
      <factory class="Closure" method="fromCallable"/>
    </service>
    <service id="data_collector.ajax" class="Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector">
      <tag name="data_collector" template="@WebProfiler/Collector/ajax.html.twig" id="ajax" priority="315"/>
    </service>
    <service id="data_collector.exception" class="Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector">
      <tag name="data_collector" template="@WebProfiler/Collector/exception.html.twig" id="exception" priority="305"/>
    </service>
    <service id="data_collector.events" class="Symfony\Component\HttpKernel\DataCollector\EventDataCollector">
      <tag name="data_collector" template="@WebProfiler/Collector/events.html.twig" id="events" priority="290"/>
      <argument type="tagged_iterator" tag="event_dispatcher.dispatcher" index-by="name" default-index-method="getDefaultNameName" default-priority-method="getDefaultNamePriority"/>
      <argument type="service" id=".virtual_request_stack" on-invalid="ignore"/>
    </service>
    <service id="data_collector.logger" class="Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector">
      <tag name="monolog.logger" channel="profiler"/>
      <tag name="data_collector" template="@WebProfiler/Collector/logger.html.twig" id="logger" priority="300"/>
      <argument type="service" id="monolog.logger.profiler" on-invalid="ignore"/>
      <argument>C:\Users\rgalo\Dropbox\_LIVRECOMMENT\var\cache\test/App_KernelTestDebugContainer</argument>
      <argument type="service" id=".virtual_request_stack" on-invalid="ignore"/>
    </service>
    <service id="data_collector.time" class="Symfony\Component\HttpKernel\DataCollector\TimeDataCollector">
      <tag name="data_collector" template="@WebProfiler/Collector/time.html.twig" id="time" priority="330"/>
      <argument type="service" id="kernel" on-invalid="ignore"/>
      <argument type="service" id="debug.stopwatch" on-invalid="ignore"/>
    </service>
    <service id="data_collector.memory" class="Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector">
      <tag name="data_collector" template="@WebProfiler/Collector/memory.html.twig" id="memory" priority="325"/>
    </service>
    <service id="data_collector.router" class="Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector">
      <tag name="data_collector" template="@WebProfiler/Collector/router.html.twig" id="router" priority="285"/>
      <tag name="kernel.event_listener" event="kernel.controller" method="onKernelController"/>
      <tag name="container.hot_path"/>
    </service>
    <service id=".data_collector.command" class="Symfony\Component\Console\DataCollector\CommandDataCollector">
      <tag name="data_collector" template="@WebProfiler/Collector/command.html.twig" id="command" priority="335"/>
    </service>
    <service id="data_collector.cache" class="Symfony\Component\Cache\DataCollector\CacheDataCollector" public="true">
      <tag name="data_collector" template="@WebProfiler/Collector/cache.html.twig" id="cache" priority="275"/>
      <call method="addInstance">
        <argument>cache.app</argument>
        <argument type="service" id="cache.app"/>
      </call>
      <call method="addInstance">
        <argument>cache.system</argument>
        <argument type="service" id="cache.system"/>
      </call>
      <call method="addInstance">
        <argument>cache.validator</argument>
        <argument type="service" id="cache.validator"/>
      </call>
      <call method="addInstance">
        <argument>cache.serializer</argument>
        <argument type="service" id="cache.serializer"/>
      </call>
      <call method="addInstance">
        <argument>cache.property_info</argument>
        <argument type="service" id="cache.property_info"/>
      </call>
      <call method="addInstance">
        <argument>cache.asset_mapper</argument>
        <argument type="service" id="cache.asset_mapper"/>
      </call>
      <call method="addInstance">
        <argument>cache.messenger.restart_workers_signal</argument>
        <argument type="service" id="cache.messenger.restart_workers_signal"/>
      </call>
      <call method="addInstance">
        <argument>cache.http_client.pool</argument>
        <argument type="service" id="cache.http_client.pool"/>
      </call>
      <call method="addInstance">
        <argument>cache.rate_limiter</argument>
        <argument type="service" id="cache.rate_limiter"/>
      </call>
      <call method="addInstance">
        <argument>cache.validator_expression_language</argument>
        <argument type="service" id="cache.validator_expression_language"/>
      </call>
      <call method="addInstance">
        <argument>cache.security_expression_language</argument>
        <argument type="service" id="cache.security_expression_language"/>
      </call>
      <call method="addInstance">
        <argument>cache.security_is_granted_attribute_expression_language</argument>
        <argument type="service" id="cache.security_is_granted_attribute_expression_language"/>
      </call>
      <call method="addInstance">
        <argument>cache.security_is_csrf_token_valid_attribute_expression_language</argument>
        <argument type="service" id="cache.security_is_csrf_token_valid_attribute_expression_language"/>
      </call>
      <call method="addInstance">
        <argument>cache.doctrine.orm.default.result</argument>
        <argument type="service" id="cache.doctrine.orm.default.result"/>
      </call>
      <call method="addInstance">
        <argument>cache.doctrine.orm.default.query</argument>
        <argument type="service" id="cache.doctrine.orm.default.query"/>
      </call>
      <call method="addInstance">
        <argument>api_platform.cache.route_name_resolver</argument>
        <argument type="service" id="api_platform.cache.route_name_resolver"/>
      </call>
      <call method="addInstance">
        <argument>api_platform.cache.metadata.resource</argument>
        <argument type="service" id="api_platform.cache.metadata.resource"/>
      </call>
      <call method="addInstance">
        <argument>api_platform.cache.metadata.property</argument>
        <argument type="service" id="api_platform.cache.metadata.property"/>
      </call>
      <call method="addInstance">
        <argument>api_platform.cache.metadata.resource_collection</argument>
        <argument type="service" id="api_platform.cache.metadata.resource_collection"/>
      </call>
      <call method="addInstance">
        <argument>api_platform.cache.metadata.operation</argument>
        <argument type="service" id="api_platform.cache.metadata.operation"/>
      </call>
      <call method="addInstance">
        <argument>api_platform.cache.openapi</argument>
        <argument type="service" id="api_platform.cache.openapi"/>
      </call>
      <call method="addInstance">
        <argument>cache.ux.twig_component</argument>
        <argument type="service" id="cache.ux.twig_component"/>
      </call>
      <call method="addInstance">
        <argument>cache.easyadmin</argument>
        <argument type="service" id="cache.easyadmin"/>
      </call>
    </service>
    <service id="cache_pool_clearer.cache_warmer" class="Symfony\Bundle\FrameworkBundle\CacheWarmer\CachePoolClearerCacheWarmer">
      <tag name="kernel.cache_warmer" priority="64"/>
      <argument type="service" id="cache.system_clearer"/>
      <argument type="collection">
        <argument>cache.validator</argument>
        <argument>cache.serializer</argument>
      </argument>
    </service>
    <service id="form.type_extension.form.data_collector" class="Symfony\Component\Form\Extension\DataCollector\Type\DataCollectorTypeExtension">
      <tag name="form.type_extension"/>
      <argument type="service" id="data_collector.form"/>
    </service>
    <service id="data_collector.form.extractor" class="Symfony\Component\Form\Extension\DataCollector\FormDataExtractor"/>
    <service id="data_collector.form" class="Symfony\Component\Form\Extension\DataCollector\FormDataCollector">
      <tag name="data_collector" template="@WebProfiler/Collector/form.html.twig" id="form" priority="310"/>
      <argument type="service" id="data_collector.form.extractor"/>
    </service>
    <service id="debug.validator" class="Symfony\Component\Validator\Validator\TraceableValidator">
      <tag name="kernel.reset" method="reset"/>
      <tag name="container.decorator" id="validator" inner="debug.validator.inner"/>
      <argument type="service" id="debug.validator.inner"/>
      <argument type="service" id="profiler.is_disabled_state_checker" on-invalid="null"/>
    </service>
    <service id="data_collector.validator" class="Symfony\Component\Validator\DataCollector\ValidatorDataCollector">
      <tag name="data_collector" template="@WebProfiler/Collector/validator.html.twig" id="validator" priority="320"/>
      <argument type="service" id="debug.validator"/>
    </service>
    <service id="translator.data_collector" class="Symfony\Component\Translation\DataCollectorTranslator">
      <tag name="kernel.reset" method="reset" on_invalid="ignore"/>
      <argument type="service" id="translator.default"/>
    </service>
    <service id="data_collector.translation" class="Symfony\Component\Translation\DataCollector\TranslationDataCollector">
      <tag name="data_collector" template="@WebProfiler/Collector/translation.html.twig" id="translation" priority="275"/>
      <argument type="service" id="translator.data_collector"/>
    </service>
    <service id="data_collector.messenger" class="Symfony\Component\Messenger\DataCollector\MessengerDataCollector">
      <tag name="data_collector" template="@WebProfiler/Collector/messenger.html.twig" id="messenger" priority="100"/>
      <call method="registerBus">
        <argument>messenger.bus.default</argument>
        <argument type="service" id="debug.traced.messenger.bus.default"/>
      </call>
    </service>
    <service id="mailer.data_collector" class="Symfony\Component\Mailer\DataCollector\MessageDataCollector">
      <tag name="data_collector" template="@WebProfiler/Collector/mailer.html.twig" id="mailer"/>
      <argument type="service" id="mailer.message_logger_listener"/>
    </service>
    <service id="data_collector.http_client" class="Symfony\Component\HttpClient\DataCollector\HttpClientDataCollector">
      <tag name="data_collector" template="@WebProfiler/Collector/http_client.html.twig" id="http_client" priority="250"/>
      <call method="registerClient">
        <argument>http_client</argument>
        <argument type="service" id=".debug.http_client"/>
      </call>
      <call method="registerClient">
        <argument>openLibraryClient</argument>
        <argument type="service" id=".debug.openLibraryClient"/>
      </call>
      <call method="registerClient">
        <argument>googleBooksClient</argument>
        <argument type="service" id=".debug.googleBooksClient"/>
      </call>
    </service>
    <service id="notifier.data_collector" class="Symfony\Component\Notifier\DataCollector\NotificationDataCollector">
      <tag name="data_collector" template="@WebProfiler/Collector/notifier.html.twig" id="notifier"/>
      <argument type="service" id="notifier.notification_logger_listener"/>
    </service>
    <service id="debug.serializer" class="Symfony\Component\Serializer\Debug\TraceableSerializer">
      <tag name="container.decorator" id="serializer" inner="debug.serializer.inner"/>
      <argument type="service" id="debug.serializer.inner"/>
      <argument type="service" id="serializer.data_collector"/>
      <argument>default</argument>
    </service>
    <service id="serializer.data_collector" class="Symfony\Component\Serializer\DataCollector\SerializerDataCollector">
      <tag name="data_collector" template="@WebProfiler/Collector/serializer.html.twig" id="serializer"/>
    </service>
    <service id="mime_types" class="Symfony\Component\Mime\MimeTypes">
      <call method="setDefault">
        <argument type="service" id="mime_types"/>
      </call>
    </service>
    <service id="twig" class="Twig\Environment">
      <tag name="container.preload" class="Twig\Cache\FilesystemCache"/>
      <tag name="container.preload" class="Twig\Extension\CoreExtension"/>
      <tag name="container.preload" class="Twig\Extension\EscaperExtension"/>
      <tag name="container.preload" class="Twig\Extension\OptimizerExtension"/>
      <tag name="container.preload" class="Twig\Extension\StagingExtension"/>
      <tag name="container.preload" class="Twig\ExpressionParser\Infix\BinaryOperatorExpressionParser"/>
      <tag name="container.preload" class="Twig\ExtensionSet"/>
      <tag name="container.preload" class="Twig\Template"/>
      <tag name="container.preload" class="Twig\TemplateWrapper"/>
      <tag name="kernel.reset" method="resetGlobals"/>
      <argument type="service" id="twig.loader.native_filesystem"/>
      <argument type="collection">
        <argument key="strict_variables">true</argument>
        <argument key="cache">C:\Users\rgalo\Dropbox\_LIVRECOMMENT\var\cache\test/twig</argument>
        <argument key="charset">UTF-8</argument>
        <argument key="debug">true</argument>
        <argument key="autoescape">name</argument>
      </argument>
      <call method="addExtension">
        <argument type="service" id="twig.extension.security_csrf"/>
      </call>
      <call method="addExtension">
        <argument type="service" id="twig.extension.profiler"/>
      </call>
      <call method="addExtension">
        <argument type="service" id="twig.extension.trans"/>
      </call>
      <call method="addExtension">
        <argument type="service" id="twig.extension.assets"/>
      </call>
      <call method="addExtension">
        <argument type="service" id="twig.extension.routing"/>
      </call>
      <call method="addExtension">
        <argument type="service" id="twig.extension.yaml"/>
      </call>
      <call method="addExtension">
        <argument type="service" id="twig.extension.debug.stopwatch"/>
      </call>
      <call method="addExtension">
        <argument type="service" id="twig.extension.expression"/>
      </call>
      <call method="addExtension">
        <argument type="service" id="twig.extension.httpkernel"/>
      </call>
      <call method="addExtension">
        <argument type="service" id="twig.extension.httpfoundation"/>
      </call>
      <call method="addExtension">
        <argument type="service" id="twig.extension.weblink"/>
      </call>
      <call method="addExtension">
        <argument type="service" id="twig.extension.serializer"/>
      </call>
      <call method="addExtension">
        <argument type="service" id="twig.extension.form"/>
      </call>
      <call method="addExtension">
        <argument type="service" id="twig.extension.importmap"/>
      </call>
      <call method="addExtension">
        <argument type="service" id="twig.extension.logout_url"/>
      </call>
      <call method="addExtension">
        <argument type="service" id="twig.extension.security"/>
      </call>
      <call method="addExtension">
        <argument type="service" id="App\Twig\AdExtension"/>
      </call>
      <call method="addExtension">
        <argument type="service" id="App\Twig\BioExtension"/>
      </call>
      <call method="addExtension">
        <argument type="service" id="App\Twig\BookTitleExtension"/>
      </call>
      <call method="addExtension">
        <argument type="service" id="App\Twig\CoverExtension"/>
      </call>
      <call method="addExtension">
        <argument type="service" id="App\Twig\DateExtension"/>
      </call>
      <call method="addExtension">
        <argument type="service" id="App\Twig\NotificationExtension"/>
      </call>
      <call method="addExtension">
        <argument type="service" id="App\Twig\PushExtension"/>
      </call>
      <call method="addExtension">
        <argument type="service" id="App\Twig\ReviewExtension"/>
      </call>
      <call method="addExtension">
        <argument type="service" id="twig.extension.debug"/>
      </call>
      <call method="addExtension">
        <argument type="service" id="doctrine.twig.doctrine_extension"/>
      </call>
      <call method="addExtension">
        <argument type="service" id="twig.extension.webprofiler"/>
      </call>
      <call method="addExtension">
        <argument type="service" id="twig.extension.code"/>
      </call>
      <call method="addExtension">
        <argument type="service" id="stimulus.ux_controllers_twig_extension"/>
      </call>
      <call method="addExtension">
        <argument type="service" id="turbo.twig.extension"/>
      </call>
      <call method="addExtension">
        <argument type="service" id="twig.extension.html"/>
      </call>
      <call method="addExtension">
        <argument type="service" id="ux.twig_component.twig.component_extension"/>
      </call>
      <call method="addExtension">
        <argument type="service" id="EasyCorp\Bundle\EasyAdminBundle\Twig\EasyAdminTwigExtension"/>
      </call>
      <call method="addExtension">
        <argument type="service" id="stimulus.twig_extension"/>
      </call>
      <call method="addGlobal">
        <argument>app</argument>
        <argument type="service" id="twig.app_variable"/>
      </call>
      <call method="addRuntimeLoader">
        <argument type="service" id="twig.runtime_loader"/>
      </call>
      <call method="registerUndefinedFilterCallback">
        <argument type="collection">
          <argument type="service" id="twig.missing_extension_suggestor"/>
          <argument>suggestFilter</argument>
        </argument>
      </call>
      <call method="registerUndefinedFunctionCallback">
        <argument type="collection">
          <argument type="service" id="twig.missing_extension_suggestor"/>
          <argument>suggestFunction</argument>
        </argument>
      </call>
      <call method="registerUndefinedTokenParserCallback">
        <argument type="collection">
          <argument type="service" id="twig.missing_extension_suggestor"/>
          <argument>suggestTag</argument>
        </argument>
      </call>
      <configurator service="ux.twig_component.twig.environment_configurator" method="configure"/>
    </service>
    <service id="twig.app_variable" class="Symfony\Bridge\Twig\AppVariable">
      <call method="setEnvironment">
        <argument>test</argument>
      </call>
      <call method="setDebug">
        <argument>true</argument>
      </call>
      <call method="setTokenStorage">
        <argument type="service" id="security.token_storage" on-invalid="ignore"/>
      </call>
      <call method="setRequestStack">
        <argument type="service" id="request_stack" on-invalid="ignore"/>
      </call>
      <call method="setLocaleSwitcher">
        <argument type="service" id="translation.locale_switcher" on-invalid="ignore"/>
      </call>
      <call method="setEnabledLocales">
        <argument type="collection"/>
      </call>
    </service>
    <service id="twig.template_iterator" class="Symfony\Bundle\TwigBundle\TemplateIterator">
      <argument type="service" id="kernel"/>
      <argument type="collection">
        <argument key="C:\Users\rgalo\Dropbox\_LIVRECOMMENT\vendor\easycorp\easyadmin-bundle\src/../templates/">ea</argument>
        <argument key="C:\Users\rgalo\Dropbox\_LIVRECOMMENT\vendor\symfony\twig-bridge/Resources/views/Email">email</argument>
        <argument key="C:\Users\rgalo\Dropbox\_LIVRECOMMENT\vendor\symfony\twig-bridge/Resources/views/Form">null</argument>
      </argument>
      <argument>C:\Users\rgalo\Dropbox\_LIVRECOMMENT/templates</argument>
      <argument type="collection">
        <argument>*.twig</argument>
      </argument>
    </service>
    <service id="twig.template_cache_warmer" class="Symfony\Bundle\TwigBundle\CacheWarmer\TemplateCacheWarmer">
      <tag name="kernel.cache_warmer"/>
      <tag name="container.service_subscriber" id="twig"/>
      <argument type="service" id=".service_locator.3DrAUl_.twig.template_cache_warmer"/>
      <argument type="service" id="twig.template_iterator"/>
      <argument>null</argument>
    </service>
    <service id="twig.loader.native_filesystem" class="Twig\Loader\FilesystemLoader">
      <tag name="twig.loader"/>
      <argument type="collection"/>
      <argument>C:\Users\rgalo\Dropbox\_LIVRECOMMENT</argument>
      <call method="addPath">
        <argument>C:\Users\rgalo\Dropbox\_LIVRECOMMENT\vendor\easycorp\easyadmin-bundle\src/../templates/</argument>
        <argument>ea</argument>
      </call>
      <call method="addPath">
        <argument>C:\Users\rgalo\Dropbox\_LIVRECOMMENT/templates/bundles/TwigBundle</argument>
        <argument>Twig</argument>
      </call>
      <call method="addPath">
        <argument>C:\Users\rgalo\Dropbox\_LIVRECOMMENT/templates/bundles/TwigBundle</argument>
        <argument>!Twig</argument>
      </call>
      <call method="addPath">
        <argument>C:\Users\rgalo\Dropbox\_LIVRECOMMENT\vendor\symfony\security-bundle/Resources/views</argument>
        <argument>Security</argument>
      </call>
      <call method="addPath">
        <argument>C:\Users\rgalo\Dropbox\_LIVRECOMMENT\vendor\symfony\security-bundle/Resources/views</argument>
        <argument>!Security</argument>
      </call>
      <call method="addPath">
        <argument>C:\Users\rgalo\Dropbox\_LIVRECOMMENT\vendor\doctrine\doctrine-bundle/templates</argument>
        <argument>Doctrine</argument>
      </call>
      <call method="addPath">
        <argument>C:\Users\rgalo\Dropbox\_LIVRECOMMENT\vendor\doctrine\doctrine-bundle/templates</argument>
        <argument>!Doctrine</argument>
      </call>
      <call method="addPath">
        <argument>C:\Users\rgalo\Dropbox\_LIVRECOMMENT\vendor\doctrine\doctrine-migrations-bundle/templates</argument>
        <argument>DoctrineMigrations</argument>
      </call>
      <call method="addPath">
        <argument>C:\Users\rgalo\Dropbox\_LIVRECOMMENT\vendor\doctrine\doctrine-migrations-bundle/templates</argument>
        <argument>!DoctrineMigrations</argument>
      </call>
      <call method="addPath">
        <argument>C:\Users\rgalo\Dropbox\_LIVRECOMMENT\vendor\api-platform\symfony\Bundle/Resources/views</argument>
        <argument>ApiPlatform</argument>
      </call>
      <call method="addPath">
        <argument>C:\Users\rgalo\Dropbox\_LIVRECOMMENT\vendor\api-platform\symfony\Bundle/Resources/views</argument>
        <argument>!ApiPlatform</argument>
      </call>
      <call method="addPath">
        <argument>C:\Users\rgalo\Dropbox\_LIVRECOMMENT\vendor\symfony\web-profiler-bundle/Resources/views</argument>
        <argument>WebProfiler</argument>
      </call>
      <call method="addPath">
        <argument>C:\Users\rgalo\Dropbox\_LIVRECOMMENT\vendor\symfony\web-profiler-bundle/Resources/views</argument>
        <argument>!WebProfiler</argument>
      </call>
      <call method="addPath">
        <argument>C:\Users\rgalo\Dropbox\_LIVRECOMMENT\vendor\symfony\ux-turbo/templates</argument>
        <argument>Turbo</argument>
      </call>
      <call method="addPath">
        <argument>C:\Users\rgalo\Dropbox\_LIVRECOMMENT\vendor\symfony\ux-turbo/templates</argument>
        <argument>!Turbo</argument>
      </call>
      <call method="addPath">
        <argument>C:\Users\rgalo\Dropbox\_LIVRECOMMENT\vendor\symfony\ux-twig-component/templates</argument>
        <argument>TwigComponent</argument>
      </call>
      <call method="addPath">
        <argument>C:\Users\rgalo\Dropbox\_LIVRECOMMENT\vendor\symfony\ux-twig-component/templates</argument>
        <argument>!TwigComponent</argument>
      </call>
      <call method="addPath">
        <argument>C:\Users\rgalo\Dropbox\_LIVRECOMMENT\vendor\easycorp\easyadmin-bundle/templates</argument>
        <argument>EasyAdmin</argument>
      </call>
      <call method="addPath">
        <argument>C:\Users\rgalo\Dropbox\_LIVRECOMMENT\vendor\easycorp\easyadmin-bundle/templates</argument>
        <argument>!EasyAdmin</argument>
      </call>
      <call method="addPath">
        <argument>C:\Users\rgalo\Dropbox\_LIVRECOMMENT/templates</argument>
      </call>
      <call method="addPath">
        <argument>C:\Users\rgalo\Dropbox\_LIVRECOMMENT\vendor\symfony\twig-bridge/Resources/views/Email</argument>
        <argument>email</argument>
      </call>
      <call method="addPath">
        <argument>C:\Users\rgalo\Dropbox\_LIVRECOMMENT\vendor\symfony\twig-bridge/Resources/views/Email</argument>
        <argument>!email</argument>
      </call>
      <call method="addPath">
        <argument>C:\Users\rgalo\Dropbox\_LIVRECOMMENT\vendor\symfony\twig-bridge/Resources/views/Form</argument>
      </call>
    </service>
    <service id="twig.loader.chain" class="Twig\Loader\ChainLoader"/>
    <service id="twig.extension.profiler" class="Symfony\Bridge\Twig\Extension\ProfilerExtension">
      <tag name="twig.extension"/>
      <argument type="service" id="twig.profile"/>
      <argument type="service" id="debug.stopwatch" on-invalid="ignore"/>
    </service>
    <service id="twig.profile" class="Twig\Profiler\Profile"/>
    <service id="data_collector.twig" class="Symfony\Bridge\Twig\DataCollector\TwigDataCollector">
      <tag name="data_collector" template="@WebProfiler/Collector/twig.html.twig" id="twig" priority="257"/>
      <argument type="service" id="twig.profile"/>
      <argument type="service" id="twig"/>
    </service>
    <service id="twig.extension.trans" class="Symfony\Bridge\Twig\Extension\TranslationExtension">
      <tag name="twig.extension"/>
      <argument type="service" id="translator.data_collector" on-invalid="null"/>
    </service>
    <service id="twig.extension.assets" class="Symfony\Bridge\Twig\Extension\AssetExtension">
      <tag name="twig.extension"/>
      <argument type="service" id="assets.packages"/>
    </service>
    <service id="twig.extension.routing" class="Symfony\Bridge\Twig\Extension\RoutingExtension">
      <tag name="twig.extension"/>
      <argument type="service" id="router.default"/>
    </service>
    <service id="twig.extension.yaml" class="Symfony\Bridge\Twig\Extension\YamlExtension">
      <tag name="twig.extension"/>
    </service>
    <service id="twig.extension.debug.stopwatch" class="Symfony\Bridge\Twig\Extension\StopwatchExtension">
      <tag name="twig.extension"/>
      <argument type="service" id="debug.stopwatch" on-invalid="ignore"/>
      <argument>true</argument>
    </service>
    <service id="twig.extension.expression" class="Symfony\Bridge\Twig\Extension\ExpressionExtension">
      <tag name="twig.extension"/>
    </service>
    <service id="twig.extension.htmlsanitizer" class="Symfony\Bridge\Twig\Extension\HtmlSanitizerExtension">
      <argument type="service" id="api_platform.filter_locator"/>
    </service>
    <service id="twig.extension.httpkernel" class="Symfony\Bridge\Twig\Extension\HttpKernelExtension">
      <tag name="twig.extension"/>
    </service>
    <service id="twig.runtime.httpkernel" class="Symfony\Bridge\Twig\Extension\HttpKernelRuntime">
      <tag name="twig.runtime"/>
      <argument type="service" id="fragment.handler"/>
      <argument type="service" id="fragment.uri_generator" on-invalid="ignore"/>
    </service>
    <service id="twig.extension.httpfoundation" class="Symfony\Bridge\Twig\Extension\HttpFoundationExtension">
      <tag name="twig.extension"/>
      <argument type="service" id="url_helper"/>
    </service>
    <service id="twig.extension.debug" class="Twig\Extension\DebugExtension">
      <tag name="twig.extension"/>
    </service>
    <service id="twig.extension.weblink" class="Symfony\Bridge\Twig\Extension\WebLinkExtension">
      <tag name="twig.extension"/>
      <argument type="service" id="request_stack"/>
    </service>
    <service id="twig.translation.extractor" class="Symfony\Bridge\Twig\Translation\TwigExtractor">
      <tag name="translation.extractor" alias="twig"/>
      <argument type="service" id="twig"/>
    </service>
    <service id="twig.runtime_loader" class="Twig\RuntimeLoader\ContainerRuntimeLoader">
      <argument type="service" id=".service_locator._eXpqpx"/>
    </service>
    <service id="twig.error_renderer.html" class="Symfony\Bridge\Twig\ErrorRenderer\TwigErrorRenderer">
      <argument type="service" id="twig"/>
      <argument type="service" id="error_handler.error_renderer.html"/>
      <argument type="service">
        <service class="bool">
          <argument type="service" id="request_stack"/>
          <argument>true</argument>
          <factory class="Symfony\Bridge\Twig\ErrorRenderer\TwigErrorRenderer" method="isDebug"/>
        </service>
      </argument>
    </service>
    <service id="twig.runtime.serializer" class="Symfony\Bridge\Twig\Extension\SerializerRuntime">
      <tag name="twig.runtime"/>
      <argument type="service" id="debug.serializer"/>
    </service>
    <service id="twig.extension.serializer" class="Symfony\Bridge\Twig\Extension\SerializerExtension">
      <tag name="twig.extension"/>
    </service>
    <service id="controller.template_attribute_listener" class="Symfony\Bridge\Twig\EventListener\TemplateAttributeListener">
      <tag name="kernel.event_subscriber"/>
      <argument type="service" id="twig"/>
    </service>
    <service id="twig.extension.form" class="Symfony\Bridge\Twig\Extension\FormExtension">
      <tag name="twig.extension"/>
      <argument type="service" id="translator.data_collector" on-invalid="null"/>
    </service>
    <service id="twig.form.engine" class="Symfony\Bridge\Twig\Form\TwigRendererEngine">
      <tag name="kernel.reset" method="reset"/>
      <argument>%twig.form.resources%</argument>
      <argument type="service" id="twig"/>
    </service>
    <service id="twig.form.renderer" class="Symfony\Component\Form\FormRenderer">
      <tag name="twig.runtime"/>
      <argument type="service" id="twig.form.engine"/>
      <argument type="service" id="security.csrf.same_origin_token_manager" on-invalid="null"/>
    </service>
    <service id="twig.command.debug" class="Symfony\Bridge\Twig\Command\DebugCommand">
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="twig"/>
      <argument>C:\Users\rgalo\Dropbox\_LIVRECOMMENT</argument>
      <argument>%kernel.bundles_metadata%</argument>
      <argument>C:\Users\rgalo\Dropbox\_LIVRECOMMENT/templates</argument>
      <argument type="service" id="debug.file_link_formatter" on-invalid="null"/>
      <call method="setName">
        <argument>debug:twig</argument>
      </call>
      <call method="setDescription">
        <argument>Show a list of twig functions, filters, globals and tests</argument>
      </call>
    </service>
    <service id="twig.command.lint" class="Symfony\Bundle\TwigBundle\Command\LintCommand">
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="twig"/>
      <argument type="collection">
        <argument>*.twig</argument>
      </argument>
      <call method="setName">
        <argument>lint:twig</argument>
      </call>
      <call method="setDescription">
        <argument>Lint a Twig template and outputs encountered errors</argument>
      </call>
    </service>
    <service id="twig.validator" class="Symfony\Bridge\Twig\Validator\Constraints\TwigValidator">
      <tag name="validator.constraint_validator"/>
      <argument type="service" id="twig"/>
    </service>
    <service id="twig.mailer.message_listener" class="Symfony\Component\Mailer\EventListener\MessageListener">
      <tag name="kernel.event_subscriber"/>
      <argument>null</argument>
      <argument type="service" id="twig.mime_body_renderer"/>
    </service>
    <service id="twig.mime_body_renderer" class="Symfony\Bridge\Twig\Mime\BodyRenderer">
      <argument key="0" type="service" id="twig"/>
      <argument key="localeSwitcher" type="service" id="translation.locale_switcher" on-invalid="ignore"/>
    </service>
    <service id="twig.runtime.importmap" class="Symfony\Bridge\Twig\Extension\ImportMapRuntime">
      <tag name="twig.runtime"/>
      <argument type="service" id="asset_mapper.importmap.renderer"/>
    </service>
    <service id="twig.extension.importmap" class="Symfony\Bridge\Twig\Extension\ImportMapExtension">
      <tag name="twig.extension"/>
    </service>
    <service id="security.authorization_checker" class="Symfony\Component\Security\Core\Authorization\AuthorizationChecker">
      <argument type="service" id="security.token_storage"/>
      <argument type="service" id="debug.security.access.decision_manager"/>
    </service>
    <service id="security.token_storage" class="Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage">
      <tag name="kernel.reset" method="disableUsageTracking"/>
      <tag name="kernel.reset" method="setToken"/>
      <argument type="service" id="security.untracked_token_storage"/>
      <argument type="service" id=".service_locator.1mjVCan"/>
    </service>
    <service id="security.untracked_token_storage" class="Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage"/>
    <service id="security.helper" class="Symfony\Bundle\SecurityBundle\Security">
      <argument type="service" id=".service_locator.rAuPNI6"/>
      <argument type="collection">
        <argument key="dev">null</argument>
        <argument key="api_login" type="service" id=".service_locator.izGrmvx"/>
        <argument key="api" type="service" id=".service_locator.qe07GcU"/>
        <argument key="main" type="service" id=".service_locator.567piEK"/>
      </argument>
    </service>
    <service id="security.user_value_resolver" class="Symfony\Component\Security\Http\Controller\UserValueResolver">
      <tag name="Symfony\Component\Security\Http\Controller\UserValueResolver" priority="120">controller.argument_value_resolver</tag>
      <argument type="service" id="security.token_storage"/>
    </service>
    <service id="security.security_token_value_resolver" class="Symfony\Component\Security\Http\Controller\SecurityTokenValueResolver">
      <tag name="Symfony\Component\Security\Http\Controller\SecurityTokenValueResolver" priority="120">controller.argument_value_resolver</tag>
      <argument type="service" id="security.token_storage"/>
    </service>
    <service id="security.authentication.trust_resolver" class="Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver"/>
    <service id="security.authentication.session_strategy" class="Symfony\Component\Security\Http\Session\SessionAuthenticationStrategy">
      <argument>migrate</argument>
      <argument type="service" id="security.csrf.token_storage" on-invalid="ignore"/>
    </service>
    <service id="security.authentication.session_strategy_noop" class="Symfony\Component\Security\Http\Session\SessionAuthenticationStrategy">
      <argument>none</argument>
    </service>
    <service id="security.user_checker" class="Symfony\Component\Security\Core\User\InMemoryUserChecker"/>
    <service id="security.user_checker_locator" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <argument type="collection">
        <argument key="api_login" type="service_closure" id="security.user_checker"/>
        <argument key="api" type="service_closure" id="security.user_checker"/>
        <argument key="main" type="service_closure" id="security.user_checker"/>
      </argument>
    </service>
    <service id="security.expression_language" class="Symfony\Component\Security\Core\Authorization\ExpressionLanguage">
      <argument type="service" id="cache.security_expression_language" on-invalid="null"/>
      <call method="registerProvider">
        <argument type="service" id="api_platform.security.expression_language_provider"/>
      </call>
    </service>
    <service id="security.authentication_utils" class="Symfony\Component\Security\Http\Authentication\AuthenticationUtils">
      <argument type="service" id="request_stack"/>
    </service>
    <service id="security.role_hierarchy" class="Symfony\Component\Security\Core\Role\RoleHierarchy">
      <argument type="collection"/>
    </service>
    <service id="security.access.simple_role_voter" class="Symfony\Component\Security\Core\Authorization\Voter\RoleVoter">
      <tag name="security.voter" priority="245"/>
    </service>
    <service id="security.access.authenticated_voter" class="Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter">
      <tag name="security.voter" priority="250"/>
      <argument type="service" id="security.authentication.trust_resolver"/>
    </service>
    <service id="security.access.expression_voter" class="Symfony\Component\Security\Core\Authorization\Voter\ExpressionVoter">
      <tag name="security.voter" priority="245"/>
      <argument type="service" id="security.expression_language"/>
      <argument type="service" id="security.authentication.trust_resolver"/>
      <argument type="service" id="security.authorization_checker"/>
      <argument type="service" id="security.role_hierarchy" on-invalid="null"/>
    </service>
    <service id="security.access.closure_voter" class="Symfony\Component\Security\Core\Authorization\Voter\ClosureVoter">
      <tag name="security.voter" priority="245"/>
      <argument type="service" id="security.authorization_checker"/>
    </service>
    <service id="security.impersonate_url_generator" class="Symfony\Component\Security\Http\Impersonate\ImpersonateUrlGenerator">
      <argument type="service" id="request_stack"/>
      <argument type="service" id="security.firewall.map"/>
      <argument type="service" id="security.token_storage"/>
    </service>
    <service id="security.firewall.map" class="Symfony\Bundle\SecurityBundle\Security\FirewallMap">
      <argument type="service" id=".service_locator.upZxPPe"/>
      <argument type="iterator">
        <argument key="security.firewall.map.context.dev" type="service" id=".security.request_matcher.QZDP5mD"/>
        <argument key="security.firewall.map.context.api_login" type="service" id=".security.request_matcher.tkBkEo0"/>
        <argument key="security.firewall.map.context.api" type="service" id=".security.request_matcher.NaFk5J1"/>
        <argument key="security.firewall.map.context.main">null</argument>
      </argument>
    </service>
    <service id="security.firewall.context" class="Symfony\Bundle\SecurityBundle\Security\FirewallContext" abstract="true">
      <argument type="collection"/>
      <argument type="service" id="security.exception_listener"/>
      <argument type="abstract">LogoutListener</argument>
      <argument type="abstract">FirewallConfig</argument>
    </service>
    <service id="security.firewall.lazy_context" class="Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext" abstract="true">
      <argument type="collection"/>
      <argument type="service" id="security.exception_listener"/>
      <argument type="abstract">LogoutListener</argument>
      <argument type="abstract">FirewallConfig</argument>
      <argument type="service" id="security.untracked_token_storage"/>
    </service>
    <service id="security.firewall.config" class="Symfony\Bundle\SecurityBundle\Security\FirewallConfig" abstract="true">
      <argument type="abstract">name</argument>
      <argument type="abstract">user_checker</argument>
      <argument type="abstract">request_matcher</argument>
      <argument>false</argument>
      <argument>false</argument>
      <argument>null</argument>
      <argument>null</argument>
      <argument>null</argument>
      <argument>null</argument>
      <argument>null</argument>
      <argument type="collection"/>
      <argument>null</argument>
      <argument>null</argument>
    </service>
    <service id="security.logout_url_generator" class="Symfony\Component\Security\Http\Logout\LogoutUrlGenerator">
      <argument type="service" id="request_stack" on-invalid="null"/>
      <argument type="service" id="router.default" on-invalid="null"/>
      <argument type="service" id="security.token_storage" on-invalid="null"/>
      <call method="registerListener">
        <argument>main</argument>
        <argument>app_logout</argument>
        <argument>logout</argument>
        <argument>_csrf_token</argument>
        <argument>null</argument>
        <argument>null</argument>
      </call>
    </service>
    <service id="security.route_loader.logout" class="Symfony\Bundle\SecurityBundle\Routing\LogoutRouteLoader">
      <tag name="routing.route_loader"/>
      <argument type="collection"/>
      <argument>security.logout_uris</argument>
    </service>
    <service id="security.user.provider.missing" class="Symfony\Component\Security\Core\User\MissingUserProvider" abstract="true">
      <argument type="abstract">firewall</argument>
    </service>
    <service id="security.user.provider.in_memory" class="Symfony\Component\Security\Core\User\InMemoryUserProvider" abstract="true"/>
    <service id="security.user.provider.ldap" class="Symfony\Component\Ldap\Security\LdapUserProvider" abstract="true">
      <argument type="abstract">security.ldap.ldap</argument>
      <argument type="abstract">base dn</argument>
      <argument type="abstract">search dn</argument>
      <argument type="abstract">search password</argument>
      <argument type="abstract">default_roles</argument>
      <argument type="abstract">uid key</argument>
      <argument type="abstract">filter</argument>
      <argument type="abstract">password_attribute</argument>
      <argument type="abstract">extra_fields (email etc)</argument>
    </service>
    <service id="security.user.provider.chain" class="Symfony\Component\Security\Core\User\ChainUserProvider" abstract="true"/>
    <service id="security.http_utils" class="Symfony\Component\Security\Http\HttpUtils">
      <argument type="service" id="router.default" on-invalid="null"/>
      <argument type="service" id="router.default" on-invalid="null"/>
      <argument>{^https?://%%s$}i</argument>
      <argument>{^https://%%s$}i</argument>
    </service>
    <service id="security.validator.user_password" class="Symfony\Component\Security\Core\Validator\Constraints\UserPasswordValidator">
      <tag name="validator.constraint_validator" alias="security.validator.user_password"/>
      <argument type="service" id="security.token_storage"/>
      <argument type="service" id="security.password_hasher_factory"/>
    </service>
    <service id="cache.security_expression_language" class="Symfony\Component\Cache\Adapter\TraceableAdapter">
      <tag name="cache.pool" pruneable="false"/>
      <tag name="kernel.reset" method="reset"/>
      <argument type="service" id="cache.security_expression_language.recorder_inner"/>
      <argument type="service" id="profiler.is_disabled_state_checker" on-invalid="ignore"/>
    </service>
    <service id="controller.is_granted_attribute_listener" class="Symfony\Component\Security\Http\EventListener\IsGrantedAttributeListener">
      <tag name="kernel.event_subscriber"/>
      <tag name="container.hot_path"/>
      <argument type="service" id="security.authorization_checker"/>
      <argument type="service" id="security.is_granted_attribute_expression_language" on-invalid="null"/>
    </service>
    <service id="security.is_granted_attribute_expression_language" class="Symfony\Component\ExpressionLanguage\ExpressionLanguage">
      <argument type="service" id="cache.security_is_granted_attribute_expression_language" on-invalid="null"/>
    </service>
    <service id="cache.security_is_granted_attribute_expression_language" class="Symfony\Component\Cache\Adapter\TraceableAdapter" public="true">
      <tag name="cache.pool" pruneable="false"/>
      <tag name="kernel.reset" method="reset"/>
      <argument type="service" id="cache.security_is_granted_attribute_expression_language.recorder_inner"/>
      <argument type="service" id="profiler.is_disabled_state_checker" on-invalid="ignore"/>
    </service>
    <service id="security.is_csrf_token_valid_attribute_expression_language" class="Symfony\Component\ExpressionLanguage\ExpressionLanguage">
      <argument type="service" id="cache.security_is_csrf_token_valid_attribute_expression_language" on-invalid="null"/>
    </service>
    <service id="cache.security_is_csrf_token_valid_attribute_expression_language" class="Symfony\Component\Cache\Adapter\TraceableAdapter" public="true">
      <tag name="cache.pool" pruneable="false"/>
      <tag name="kernel.reset" method="reset"/>
      <argument type="service" id="cache.security_is_csrf_token_valid_attribute_expression_language.recorder_inner"/>
      <argument type="service" id="profiler.is_disabled_state_checker" on-invalid="ignore"/>
    </service>
    <service id="security.password_hasher_factory" class="Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactory">
      <argument type="collection">
        <argument key="Symfony\Component\Security\Core\User\PasswordAuthenticatedUserInterface" type="collection">
          <argument key="algorithm">auto</argument>
          <argument key="cost">4</argument>
          <argument key="time_cost">3</argument>
          <argument key="memory_cost">10</argument>
          <argument key="migrate_from" type="collection"/>
          <argument key="hash_algorithm">sha512</argument>
          <argument key="key_length">40</argument>
          <argument key="ignore_case">false</argument>
          <argument key="encode_as_base64">true</argument>
          <argument key="iterations">5000</argument>
        </argument>
      </argument>
    </service>
    <service id="security.user_password_hasher" class="Symfony\Component\PasswordHasher\Hasher\UserPasswordHasher">
      <argument type="service" id="security.password_hasher_factory"/>
    </service>
    <service id="form.listener.password_hasher" class="Symfony\Component\Form\Extension\PasswordHasher\EventListener\PasswordHasherListener">
      <argument type="service" id="security.user_password_hasher"/>
      <argument type="service" id="property_accessor" on-invalid="null"/>
    </service>
    <service id="form.type_extension.form.password_hasher" class="Symfony\Component\Form\Extension\PasswordHasher\Type\FormTypePasswordHasherExtension">
      <tag name="form.type_extension" extended-type="Symfony\Component\Form\Extension\Core\Type\FormType"/>
      <argument type="service" id="form.listener.password_hasher"/>
    </service>
    <service id="form.type_extension.password.password_hasher" class="Symfony\Component\Form\Extension\PasswordHasher\Type\PasswordTypePasswordHasherExtension">
      <tag name="form.type_extension" extended-type="Symfony\Component\Form\Extension\Core\Type\PasswordType"/>
      <argument type="service" id="form.listener.password_hasher"/>
    </service>
    <service id="security.channel_listener" class="Symfony\Component\Security\Http\Firewall\ChannelListener">
      <tag name="monolog.logger" channel="security"/>
      <argument type="service" id="security.access_map"/>
      <argument type="service" id="monolog.logger.security" on-invalid="null"/>
      <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="security.access_map" class="Symfony\Component\Security\Http\AccessMap">
      <call method="add">
        <argument type="service" id=".security.request_matcher.BhpRUZK"/>
        <argument type="collection">
          <argument>PUBLIC_ACCESS</argument>
        </argument>
        <argument>null</argument>
      </call>
      <call method="add">
        <argument type="service" id=".security.request_matcher.7hffHUr"/>
        <argument type="collection">
          <argument>PUBLIC_ACCESS</argument>
        </argument>
        <argument>null</argument>
      </call>
      <call method="add">
        <argument type="service" id=".security.request_matcher.YrnOxI1"/>
        <argument type="collection">
          <argument>PUBLIC_ACCESS</argument>
        </argument>
        <argument>null</argument>
      </call>
      <call method="add">
        <argument type="service" id=".security.request_matcher.Ib47leP"/>
        <argument type="collection">
          <argument>PUBLIC_ACCESS</argument>
        </argument>
        <argument>null</argument>
      </call>
      <call method="add">
        <argument type="service" id=".security.request_matcher.MQ94COQ"/>
        <argument type="collection">
          <argument>PUBLIC_ACCESS</argument>
        </argument>
        <argument>null</argument>
      </call>
      <call method="add">
        <argument type="service" id=".security.request_matcher.HnmvRbr"/>
        <argument type="collection">
          <argument>PUBLIC_ACCESS</argument>
        </argument>
        <argument>null</argument>
      </call>
      <call method="add">
        <argument type="service" id=".security.request_matcher.MSSjbG4"/>
        <argument type="collection">
          <argument>PUBLIC_ACCESS</argument>
        </argument>
        <argument>null</argument>
      </call>
      <call method="add">
        <argument type="service" id=".security.request_matcher.u1oWIiB"/>
        <argument type="collection">
          <argument>PUBLIC_ACCESS</argument>
        </argument>
        <argument>null</argument>
      </call>
      <call method="add">
        <argument type="service" id=".security.request_matcher..WnEpH7"/>
        <argument type="collection">
          <argument>PUBLIC_ACCESS</argument>
        </argument>
        <argument>null</argument>
      </call>
      <call method="add">
        <argument type="service" id=".security.request_matcher.LmZWgiS"/>
        <argument type="collection">
          <argument>PUBLIC_ACCESS</argument>
        </argument>
        <argument>null</argument>
      </call>
      <call method="add">
        <argument type="service" id=".security.request_matcher._.Iupqm"/>
        <argument type="collection">
          <argument>PUBLIC_ACCESS</argument>
        </argument>
        <argument>null</argument>
      </call>
      <call method="add">
        <argument type="service" id=".security.request_matcher.eP1m1UQ"/>
        <argument type="collection">
          <argument>PUBLIC_ACCESS</argument>
        </argument>
        <argument>null</argument>
      </call>
      <call method="add">
        <argument type="service" id=".security.request_matcher.SVK5D2B"/>
        <argument type="collection">
          <argument>ROLE_ADMIN</argument>
        </argument>
        <argument>null</argument>
      </call>
      <call method="add">
        <argument type="service" id=".security.request_matcher.0tMb.ud"/>
        <argument type="collection">
          <argument>ROLE_USER</argument>
        </argument>
        <argument>null</argument>
      </call>
      <call method="add">
        <argument type="service" id=".security.request_matcher.CUDSgej"/>
        <argument type="collection">
          <argument>ROLE_USER</argument>
        </argument>
        <argument>null</argument>
      </call>
    </service>
    <service id="security.context_listener" class="Symfony\Component\Security\Http\Firewall\ContextListener">
      <tag name="monolog.logger" channel="security"/>
      <argument type="service" id="security.untracked_token_storage"/>
      <argument type="iterator">
        <argument type="service" id="security.user.provider.concrete.app_user_provider"/>
      </argument>
      <argument type="abstract">Provider Key</argument>
      <argument type="service" id="monolog.logger.security" on-invalid="null"/>
      <argument type="service" id="debug.event_dispatcher" on-invalid="null"/>
      <argument type="service" id="security.authentication.trust_resolver"/>
      <argument type="collection">
        <argument type="service" id="security.token_storage"/>
        <argument>enableUsageTracking</argument>
      </argument>
    </service>
    <service id="security.logout_listener" class="Symfony\Component\Security\Http\Firewall\LogoutListener" abstract="true">
      <argument type="service" id="security.token_storage"/>
      <argument type="service" id="security.http_utils"/>
      <argument type="abstract">event dispatcher</argument>
      <argument type="collection"/>
    </service>
    <service id="security.logout.listener.session" class="Symfony\Component\Security\Http\EventListener\SessionLogoutListener" abstract="true"/>
    <service id="security.logout.listener.clear_site_data" class="Symfony\Component\Security\Http\EventListener\ClearSiteDataLogoutListener" abstract="true"/>
    <service id="security.logout.listener.cookie_clearing" class="Symfony\Component\Security\Http\EventListener\CookieClearingLogoutListener" abstract="true"/>
    <service id="security.logout.listener.default" class="Symfony\Component\Security\Http\EventListener\DefaultLogoutListener" abstract="true">
      <argument type="service" id="security.http_utils"/>
      <argument type="abstract">target url</argument>
    </service>
    <service id="security.authentication.listener.abstract" abstract="true">
      <tag name="monolog.logger" channel="security"/>
      <argument type="service" id="security.token_storage"/>
      <argument type="service" id="security.authentication.manager"/>
      <argument type="service" id="security.authentication.session_strategy"/>
      <argument type="service" id="security.http_utils"/>
      <argument type="abstract">Provider-shared Key</argument>
      <argument type="service" id="security.authentication.success_handler"/>
      <argument type="service" id="security.authentication.failure_handler"/>
      <argument type="collection"/>
      <argument type="service" id="monolog.logger.security" on-invalid="null"/>
      <argument type="service" id="debug.event_dispatcher" on-invalid="null"/>
    </service>
    <service id="security.authentication.custom_success_handler" class="Symfony\Component\Security\Http\Authentication\CustomAuthenticationSuccessHandler" abstract="true">
      <argument type="abstract">The custom success handler service</argument>
      <argument type="collection"/>
      <argument type="abstract">Provider-shared Key</argument>
    </service>
    <service id="security.authentication.success_handler" class="Symfony\Component\Security\Http\Authentication\DefaultAuthenticationSuccessHandler" abstract="true">
      <argument type="service" id="security.http_utils"/>
      <argument type="collection"/>
      <argument type="service" id="monolog.logger" on-invalid="null"/>
    </service>
    <service id="security.authentication.custom_failure_handler" class="Symfony\Component\Security\Http\Authentication\CustomAuthenticationFailureHandler" abstract="true">
      <argument type="abstract">The custom failure handler service</argument>
      <argument type="collection"/>
    </service>
    <service id="security.authentication.failure_handler" class="Symfony\Component\Security\Http\Authentication\DefaultAuthenticationFailureHandler" abstract="true">
      <tag name="monolog.logger" channel="security"/>
      <argument type="service" id="http_kernel"/>
      <argument type="service" id="security.http_utils"/>
      <argument type="collection"/>
      <argument type="service" id="monolog.logger.security" on-invalid="null"/>
    </service>
    <service id="security.exception_listener" class="Symfony\Component\Security\Http\Firewall\ExceptionListener" abstract="true">
      <tag name="monolog.logger" channel="security"/>
      <argument type="service" id="security.token_storage"/>
      <argument type="service" id="security.authentication.trust_resolver"/>
      <argument type="service" id="security.http_utils"/>
      <argument type="abstract">Provider-shared Key</argument>
      <argument type="service" id="security.authentication.entry_point" on-invalid="null"/>
      <argument>null</argument>
      <argument type="service" id="security.access.denied_handler" on-invalid="null"/>
      <argument type="service" id="monolog.logger.security" on-invalid="null"/>
      <argument>false</argument>
    </service>
    <service id="security.authentication.switchuser_listener" class="Symfony\Component\Security\Http\Firewall\SwitchUserListener" abstract="true">
      <tag name="monolog.logger" channel="security"/>
      <argument type="service" id="security.token_storage"/>
      <argument type="abstract">User Provider</argument>
      <argument type="abstract">User Checker</argument>
      <argument type="abstract">Provider Key</argument>
      <argument type="service" id="debug.security.access.decision_manager"/>
      <argument type="service" id="monolog.logger.security" on-invalid="null"/>
      <argument>_switch_user</argument>
      <argument>ROLE_ALLOWED_TO_SWITCH</argument>
      <argument type="service" id="debug.event_dispatcher" on-invalid="null"/>
      <argument>false</argument>
      <argument type="service" id="router.default" on-invalid="null"/>
      <argument type="abstract">Target Route</argument>
    </service>
    <service id="security.access_listener" class="Symfony\Component\Security\Http\Firewall\AccessListener">
      <tag name="monolog.logger" channel="security"/>
      <argument type="service" id="security.token_storage"/>
      <argument type="service" id="debug.security.access.decision_manager"/>
      <argument type="service" id="security.access_map"/>
    </service>
    <service id="security.firewall.event_dispatcher_locator" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <argument type="collection">
        <argument key="api_login" type="service_closure" id="debug.security.event_dispatcher.api_login"/>
        <argument key="api" type="service_closure" id="debug.security.event_dispatcher.api"/>
        <argument key="main" type="service_closure" id="debug.security.event_dispatcher.main"/>
      </argument>
    </service>
    <service id="security.authenticator.manager" class="Symfony\Component\Security\Http\Authentication\AuthenticatorManager" abstract="true">
      <tag name="monolog.logger" channel="security"/>
      <argument type="abstract">authenticators</argument>
      <argument type="service" id="security.token_storage"/>
      <argument type="service" id="debug.event_dispatcher"/>
      <argument type="abstract">provider key</argument>
      <argument type="service" id="monolog.logger.security" on-invalid="null"/>
      <argument>true</argument>
      <argument type="constant">Symfony\Component\Security\Http\Authentication\ExposeSecurityLevel::None</argument>
      <argument type="abstract">required badges</argument>
    </service>
    <service id="security.authenticator.managers_locator" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <argument type="collection">
        <argument key="api_login" type="service_closure" id="security.authenticator.manager.api_login"/>
        <argument key="api" type="service_closure" id="security.authenticator.manager.api"/>
        <argument key="main" type="service_closure" id="security.authenticator.manager.main"/>
      </argument>
    </service>
    <service id="security.user_authenticator" class="Symfony\Bundle\SecurityBundle\Security\UserAuthenticator">
      <argument type="service" id="security.firewall.map"/>
      <argument type="service" id="security.authenticator.managers_locator"/>
      <argument type="service" id="request_stack"/>
    </service>
    <service id="security.firewall.authenticator" class="Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener" abstract="true">
      <argument type="abstract">authenticator manager</argument>
    </service>
    <service id="security.listener.check_authenticator_credentials" class="Symfony\Component\Security\Http\EventListener\CheckCredentialsListener">
      <tag name="kernel.event_subscriber"/>
      <argument type="service" id="security.password_hasher_factory"/>
    </service>
    <service id="security.listener.user_provider" class="Symfony\Component\Security\Http\EventListener\UserProviderListener">
      <tag name="kernel.event_listener" event="Symfony\Component\Security\Http\Event\CheckPassportEvent" priority="1024" method="checkPassport"/>
      <argument type="service" id="security.user.provider.concrete.app_user_provider"/>
    </service>
    <service id="security.listener.user_provider.abstract" class="Symfony\Component\Security\Http\EventListener\UserProviderListener" abstract="true">
      <argument type="abstract">user provider</argument>
    </service>
    <service id="security.listener.password_migrating" class="Symfony\Component\Security\Http\EventListener\PasswordMigratingListener">
      <tag name="kernel.event_subscriber"/>
      <argument type="service" id="security.password_hasher_factory"/>
    </service>
    <service id="security.listener.user_checker" class="Symfony\Component\Security\Http\EventListener\UserCheckerListener" abstract="true">
      <argument type="abstract">user checker</argument>
    </service>
    <service id="security.listener.session" class="Symfony\Component\Security\Http\EventListener\SessionStrategyListener" abstract="true">
      <argument type="service" id="security.authentication.session_strategy"/>
    </service>
    <service id="security.listener.login_throttling" class="Symfony\Component\Security\Http\EventListener\LoginThrottlingListener" abstract="true">
      <argument type="service" id="request_stack"/>
      <argument type="abstract">request rate limiter</argument>
    </service>
    <service id="security.authenticator.http_basic" class="Symfony\Component\Security\Http\Authenticator\HttpBasicAuthenticator" abstract="true">
      <tag name="monolog.logger" channel="security"/>
      <argument type="abstract">realm name</argument>
      <argument type="abstract">user provider</argument>
      <argument type="service" id="monolog.logger.security" on-invalid="null"/>
    </service>
    <service id="security.authenticator.form_login" class="Symfony\Component\Security\Http\Authenticator\FormLoginAuthenticator" abstract="true">
      <argument type="service" id="security.http_utils"/>
      <argument type="abstract">user provider</argument>
      <argument type="abstract">authentication success handler</argument>
      <argument type="abstract">authentication failure handler</argument>
      <argument type="abstract">options</argument>
    </service>
    <service id="security.authenticator.json_login" class="Symfony\Component\Security\Http\Authenticator\JsonLoginAuthenticator" abstract="true">
      <argument type="service" id="security.http_utils"/>
      <argument type="abstract">user provider</argument>
      <argument type="abstract">authentication success handler</argument>
      <argument type="abstract">authentication failure handler</argument>
      <argument type="abstract">options</argument>
      <argument type="service" id="property_accessor" on-invalid="null"/>
      <call method="setTranslator">
        <argument type="service" id="translator.data_collector" on-invalid="ignore"/>
      </call>
    </service>
    <service id="security.authenticator.x509" class="Symfony\Component\Security\Http\Authenticator\X509Authenticator" abstract="true">
      <tag name="monolog.logger" channel="security"/>
      <argument type="abstract">user provider</argument>
      <argument type="service" id="security.token_storage"/>
      <argument type="abstract">firewall name</argument>
      <argument type="abstract">user key</argument>
      <argument type="abstract">credentials key</argument>
      <argument type="service" id="monolog.logger.security" on-invalid="null"/>
      <argument type="abstract">credentials user identifier</argument>
    </service>
    <service id="security.authenticator.remote_user" class="Symfony\Component\Security\Http\Authenticator\RemoteUserAuthenticator" abstract="true">
      <tag name="monolog.logger" channel="security"/>
      <argument type="abstract">user provider</argument>
      <argument type="service" id="security.token_storage"/>
      <argument type="abstract">firewall name</argument>
      <argument type="abstract">user key</argument>
      <argument type="service" id="monolog.logger.security" on-invalid="null"/>
    </service>
    <service id="security.access_token_extractor.header" class="Symfony\Component\Security\Http\AccessToken\HeaderAccessTokenExtractor"/>
    <service id="security.access_token_extractor.query_string" class="Symfony\Component\Security\Http\AccessToken\QueryAccessTokenExtractor"/>
    <service id="security.access_token_extractor.request_body" class="Symfony\Component\Security\Http\AccessToken\FormEncodedBodyExtractor"/>
    <service id="security.authenticator.access_token" class="Symfony\Component\Security\Http\Authenticator\AccessTokenAuthenticator" abstract="true">
      <argument type="abstract">access token handler</argument>
      <argument type="abstract">access token extractor</argument>
      <argument>null</argument>
      <argument>null</argument>
      <argument>null</argument>
      <argument>null</argument>
    </service>
    <service id="security.authenticator.access_token.chain_extractor" class="Symfony\Component\Security\Http\AccessToken\ChainAccessTokenExtractor" abstract="true">
      <argument type="abstract">access token extractors</argument>
    </service>
    <service id="security.access_token_handler.oidc_user_info.http_client" class="Symfony\Contracts\HttpClient\HttpClientInterface" abstract="true">
      <argument type="abstract">http client options</argument>
      <factory service="http_client.uri_template" method="withOptions"/>
    </service>
    <service id="security.access_token_handler.oidc_user_info" class="Symfony\Component\Security\Http\AccessToken\Oidc\OidcUserInfoTokenHandler" abstract="true">
      <argument type="abstract">http client</argument>
      <argument type="service" id="monolog.logger" on-invalid="null"/>
      <argument type="abstract">claim</argument>
    </service>
    <service id="security.access_token_handler.oidc" class="Symfony\Component\Security\Http\AccessToken\Oidc\OidcTokenHandler" abstract="true">
      <argument type="abstract">signature algorithm</argument>
      <argument type="abstract">signature key</argument>
      <argument type="abstract">audience</argument>
      <argument type="abstract">issuers</argument>
      <argument>sub</argument>
      <argument type="service" id="monolog.logger" on-invalid="null"/>
      <argument type="service" id="clock"/>
    </service>
    <service id="security.access_token_handler.oidc_discovery.http_client" class="Symfony\Contracts\HttpClient\HttpClientInterface" abstract="true">
      <argument type="abstract">http client options</argument>
      <factory service="http_client.uri_template" method="withOptions"/>
    </service>
    <service id="security.access_token_handler.oidc.jwk" class="Jose\Component\Core\JWK" constructor="createFromJson" abstract="true">
      <argument type="abstract">signature key</argument>
      <deprecated package="symfony/security-http" version="7.1">The "%service_id%" service is deprecated. Please use "security.access_token_handler.oidc.jwkset" instead</deprecated>
    </service>
    <service id="security.access_token_handler.oidc.jwkset" class="Jose\Component\Core\JWKSet" constructor="createFromJson" abstract="true">
      <argument type="abstract">signature keyset</argument>
    </service>
    <service id="security.access_token_handler.oidc.algorithm_manager_factory" class="Jose\Component\Core\AlgorithmManagerFactory">
      <argument type="tagged_iterator" tag="security.access_token_handler.oidc.signature_algorithm"/>
    </service>
    <service id="security.access_token_handler.oidc.signature" class="Jose\Component\Core\AlgorithmManager" abstract="true">
      <argument type="abstract">signature algorithms</argument>
      <factory service="security.access_token_handler.oidc.algorithm_manager_factory" method="create"/>
    </service>
    <service id="security.access_token_handler.oidc.signature.ES256" class="Jose\Component\Signature\Algorithm\ES256">
      <tag name="security.access_token_handler.oidc.signature_algorithm"/>
    </service>
    <service id="security.access_token_handler.oidc.signature.ES384" class="Jose\Component\Signature\Algorithm\ES384">
      <tag name="security.access_token_handler.oidc.signature_algorithm"/>
    </service>
    <service id="security.access_token_handler.oidc.signature.ES512" class="Jose\Component\Signature\Algorithm\ES512">
      <tag name="security.access_token_handler.oidc.signature_algorithm"/>
    </service>
    <service id="security.access_token_handler.oidc.signature.RS256" class="Jose\Component\Signature\Algorithm\RS256">
      <tag name="security.access_token_handler.oidc.signature_algorithm"/>
    </service>
    <service id="security.access_token_handler.oidc.signature.RS384" class="Jose\Component\Signature\Algorithm\RS384">
      <tag name="security.access_token_handler.oidc.signature_algorithm"/>
    </service>
    <service id="security.access_token_handler.oidc.signature.RS512" class="Jose\Component\Signature\Algorithm\RS512">
      <tag name="security.access_token_handler.oidc.signature_algorithm"/>
    </service>
    <service id="security.access_token_handler.oidc.signature.PS256" class="Jose\Component\Signature\Algorithm\PS256">
      <tag name="security.access_token_handler.oidc.signature_algorithm"/>
    </service>
    <service id="security.access_token_handler.oidc.signature.PS384" class="Jose\Component\Signature\Algorithm\PS384">
      <tag name="security.access_token_handler.oidc.signature_algorithm"/>
    </service>
    <service id="security.access_token_handler.oidc.signature.PS512" class="Jose\Component\Signature\Algorithm\PS512">
      <tag name="security.access_token_handler.oidc.signature_algorithm"/>
    </service>
    <service id="security.access_token_handler.oidc.encryption_algorithm_manager_factory" class="Jose\Component\Core\AlgorithmManagerFactory">
      <argument type="tagged_iterator" tag="security.access_token_handler.oidc.encryption_algorithm"/>
    </service>
    <service id="security.access_token_handler.oidc.encryption" class="Jose\Component\Core\AlgorithmManager" abstract="true">
      <argument type="abstract">encryption algorithms</argument>
      <factory service="security.access_token_handler.oidc.encryption_algorithm_manager_factory" method="create"/>
    </service>
    <service id="security.access_token_handler.oidc.encryption.RSAOAEP" class="Jose\Component\Encryption\Algorithm\KeyEncryption\RSAOAEP">
      <tag name="security.access_token_handler.oidc.encryption_algorithm"/>
    </service>
    <service id="security.access_token_handler.oidc.encryption.ECDHES" class="Jose\Component\Encryption\Algorithm\KeyEncryption\ECDHES">
      <tag name="security.access_token_handler.oidc.encryption_algorithm"/>
    </service>
    <service id="security.access_token_handler.oidc.encryption.ECDHSS" class="Jose\Component\Encryption\Algorithm\KeyEncryption\ECDHSS">
      <tag name="security.access_token_handler.oidc.encryption_algorithm"/>
    </service>
    <service id="security.access_token_handler.oidc.encryption.A128CBCHS256" class="Jose\Component\Encryption\Algorithm\ContentEncryption\A128CBCHS256">
      <tag name="security.access_token_handler.oidc.encryption_algorithm"/>
    </service>
    <service id="security.access_token_handler.oidc.encryption.A192CBCHS384" class="Jose\Component\Encryption\Algorithm\ContentEncryption\A192CBCHS384">
      <tag name="security.access_token_handler.oidc.encryption_algorithm"/>
    </service>
    <service id="security.access_token_handler.oidc.encryption.A256CBCHS512" class="Jose\Component\Encryption\Algorithm\ContentEncryption\A256CBCHS512">
      <tag name="security.access_token_handler.oidc.encryption_algorithm"/>
    </service>
    <service id="security.access_token_handler.oidc.encryption.A128GCM" class="Jose\Component\Encryption\Algorithm\ContentEncryption\A128GCM">
      <tag name="security.access_token_handler.oidc.encryption_algorithm"/>
    </service>
    <service id="security.access_token_handler.oidc.encryption.A192GCM" class="Jose\Component\Encryption\Algorithm\ContentEncryption\A192GCM">
      <tag name="security.access_token_handler.oidc.encryption_algorithm"/>
    </service>
    <service id="security.access_token_handler.oidc.encryption.A256GCM" class="Jose\Component\Encryption\Algorithm\ContentEncryption\A256GCM">
      <tag name="security.access_token_handler.oidc.encryption_algorithm"/>
    </service>
    <service id="security.access_token_handler.oauth2" class="Symfony\Component\Security\Http\AccessToken\OAuth2\Oauth2TokenHandler" abstract="true">
      <argument type="service" id="http_client.uri_template"/>
      <argument type="service" id="monolog.logger" on-invalid="null"/>
    </service>
    <service id="security.access_token_handler.oidc.generator" class="Symfony\Component\Security\Http\AccessToken\Oidc\OidcTokenGenerator" abstract="true">
      <argument type="abstract">signature algorithm</argument>
      <argument type="abstract">signature key</argument>
      <argument type="abstract">audience</argument>
      <argument type="abstract">issuers</argument>
      <argument type="abstract">claim</argument>
      <argument type="service" id="clock"/>
    </service>
    <service id="twig.extension.logout_url" class="Symfony\Bridge\Twig\Extension\LogoutUrlExtension">
      <tag name="twig.extension"/>
      <argument type="service" id="security.logout_url_generator"/>
    </service>
    <service id="twig.extension.security" class="Symfony\Bridge\Twig\Extension\SecurityExtension">
      <tag name="twig.extension"/>
      <argument type="service" id="security.authorization_checker" on-invalid="ignore"/>
      <argument type="service" id="security.impersonate_url_generator" on-invalid="ignore"/>
    </service>
    <service id="data_collector.security" class="Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector">
      <tag name="data_collector" template="@Security/Collector/security.html.twig" id="security" priority="270"/>
      <argument type="service" id="security.untracked_token_storage"/>
      <argument type="service" id="security.role_hierarchy"/>
      <argument type="service" id="security.logout_url_generator"/>
      <argument type="service" id="debug.security.access.decision_manager"/>
      <argument type="service" id="security.firewall.map"/>
      <argument type="service" id="debug.security.firewall" on-invalid="null"/>
    </service>
    <service id="debug.security.access.decision_manager" class="Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager">
      <tag name="kernel.reset" method="reset" on_invalid="ignore"/>
      <tag name="container.decorator" id="security.access.decision_manager" inner="debug.security.access.decision_manager.inner"/>
      <argument type="service" id="debug.security.access.decision_manager.inner"/>
    </service>
    <service id="debug.security.voter.vote_listener" class="Symfony\Bundle\SecurityBundle\EventListener\VoteListener">
      <tag name="kernel.event_subscriber"/>
      <argument type="service" id="debug.security.access.decision_manager"/>
    </service>
    <service id="debug.security.firewall" class="Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener">
      <tag name="kernel.reset" method="reset"/>
      <tag name="kernel.event_subscriber"/>
      <tag name="container.hot_path"/>
      <tag name="container.hot_path"/>
      <tag name="container.hot_path"/>
      <argument type="service" id="security.firewall.map"/>
      <argument type="service" id="debug.event_dispatcher"/>
      <argument type="service" id="security.logout_url_generator"/>
    </service>
    <service id="security.command.debug_firewall" class="Symfony\Bundle\SecurityBundle\Command\DebugFirewallCommand">
      <tag name="console.command" command="debug:firewall"/>
      <tag name="container.no_preload"/>
      <argument>%security.firewalls%</argument>
      <argument type="service" id=".service_locator.upZxPPe"/>
      <argument type="service" id=".service_locator..juZFPr"/>
      <argument type="collection">
        <argument key="api_login" type="collection">
          <argument type="service" id="debug.security.authenticator.json_login.api_login"/>
        </argument>
        <argument key="api" type="collection">
          <argument type="service" id="debug.security.authenticator.jwt.api"/>
        </argument>
        <argument key="main" type="collection">
          <argument type="service" id="debug.security.authenticator.form_login.main"/>
        </argument>
      </argument>
      <argument>false</argument>
      <call method="setName">
        <argument>debug:firewall</argument>
      </call>
      <call method="setDescription">
        <argument>Display information about your security firewall(s)</argument>
      </call>
    </service>
    <service id="security.user.provider.concrete.app_user_provider" class="Symfony\Bridge\Doctrine\Security\User\EntityUserProvider">
      <argument type="service" id="doctrine"/>
      <argument>App\Entity\User</argument>
      <argument>null</argument>
      <argument>null</argument>
    </service>
    <service id="security.firewall.map.config.dev" class="Symfony\Bundle\SecurityBundle\Security\FirewallConfig">
      <argument>dev</argument>
      <argument>security.user_checker</argument>
      <argument>.security.request_matcher.QZDP5mD</argument>
      <argument>false</argument>
      <argument>false</argument>
      <argument>null</argument>
      <argument>null</argument>
      <argument>null</argument>
      <argument>null</argument>
      <argument>null</argument>
      <argument type="collection"/>
      <argument>null</argument>
      <argument>null</argument>
    </service>
    <service id=".security.request_matcher.dxczy6O" class="Symfony\Component\HttpFoundation\RequestMatcher\PathRequestMatcher">
      <argument>^/(_profiler|_wdt|assets|build)/</argument>
    </service>
    <service id=".security.request_matcher.QZDP5mD" class="Symfony\Component\HttpFoundation\ChainRequestMatcher">
      <argument type="collection">
        <argument type="service" id=".security.request_matcher.dxczy6O"/>
      </argument>
    </service>
    <service id="security.firewall.map.context.dev" class="Symfony\Bundle\SecurityBundle\Security\FirewallContext">
      <argument type="iterator"/>
      <argument>null</argument>
      <argument>null</argument>
      <argument type="service" id="security.firewall.map.config.dev"/>
    </service>
    <service id="security.firewall.map.config.api_login" class="Symfony\Bundle\SecurityBundle\Security\FirewallConfig">
      <argument>api_login</argument>
      <argument>security.user_checker</argument>
      <argument>.security.request_matcher.tkBkEo0</argument>
      <argument>true</argument>
      <argument>true</argument>
      <argument>security.user.provider.concrete.app_user_provider</argument>
      <argument>null</argument>
      <argument>null</argument>
      <argument>null</argument>
      <argument>null</argument>
      <argument type="collection">
        <argument>json_login</argument>
      </argument>
      <argument>null</argument>
      <argument>null</argument>
    </service>
    <service id=".security.request_matcher.MHgbb63" class="Symfony\Component\HttpFoundation\RequestMatcher\PathRequestMatcher">
      <argument>^/api/v1/auth/login$</argument>
    </service>
    <service id=".security.request_matcher.tkBkEo0" class="Symfony\Component\HttpFoundation\ChainRequestMatcher">
      <argument type="collection">
        <argument type="service" id=".security.request_matcher.MHgbb63"/>
      </argument>
    </service>
    <service id="security.listener.api_login.user_provider" class="Symfony\Component\Security\Http\EventListener\UserProviderListener">
      <tag name="kernel.event_listener" dispatcher="debug.security.event_dispatcher.api_login" event="Symfony\Component\Security\Http\Event\CheckPassportEvent" priority="2048" method="checkPassport"/>
      <argument type="service" id="security.user.provider.concrete.app_user_provider"/>
    </service>
    <service id="security.user_checker.chain.api_login" class="Symfony\Component\Security\Core\User\ChainUserChecker">
      <argument type="tagged_iterator" tag="security.user_checker.api_login"/>
    </service>
    <service id="security.authenticator.json_login.api_login" class="Symfony\Component\Security\Http\Authenticator\JsonLoginAuthenticator">
      <argument type="service" id="security.http_utils"/>
      <argument type="service" id="security.user.provider.concrete.app_user_provider"/>
      <argument type="service" id="security.authentication.success_handler.api_login.json_login"/>
      <argument type="service" id="security.authentication.failure_handler.api_login.json_login"/>
      <argument type="collection">
        <argument key="check_path">/api/v1/auth/login</argument>
        <argument key="username_path">email</argument>
        <argument key="password_path">password</argument>
        <argument key="use_forward">false</argument>
        <argument key="login_path">/login</argument>
      </argument>
      <argument type="service" id="property_accessor" on-invalid="null"/>
      <call method="setTranslator">
        <argument type="service" id="translator.data_collector" on-invalid="ignore"/>
      </call>
    </service>
    <service id="security.authentication.success_handler.api_login.json_login" class="Symfony\Component\Security\Http\Authentication\CustomAuthenticationSuccessHandler">
      <argument type="service">
        <service class="Lexik\Bundle\JWTAuthenticationBundle\Security\Http\Authentication\AuthenticationSuccessHandler">
          <argument type="service" id="lexik_jwt_authentication.jwt_manager"/>
          <argument type="service" id="debug.event_dispatcher"/>
          <argument type="collection"/>
          <argument>true</argument>
        </service>
      </argument>
      <argument type="collection"/>
      <argument>api_login</argument>
    </service>
    <service id="security.authentication.failure_handler.api_login.json_login" class="Symfony\Component\Security\Http\Authentication\CustomAuthenticationFailureHandler">
      <argument type="service">
        <service class="Lexik\Bundle\JWTAuthenticationBundle\Security\Http\Authentication\AuthenticationFailureHandler">
          <argument type="service" id="debug.event_dispatcher"/>
          <argument type="service" id="translator.data_collector" on-invalid="null"/>
        </service>
      </argument>
      <argument type="collection"/>
    </service>
    <service id="debug.security.authenticator.json_login.api_login" class="Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator">
      <argument type="service" id="security.authenticator.json_login.api_login"/>
    </service>
    <service id="security.authenticator.manager.api_login" class="Symfony\Component\Security\Http\Authentication\AuthenticatorManager">
      <tag name="monolog.logger" channel="security"/>
      <argument type="collection">
        <argument type="service" id="debug.security.authenticator.json_login.api_login"/>
      </argument>
      <argument type="service" id="security.token_storage"/>
      <argument type="service" id="debug.security.event_dispatcher.api_login"/>
      <argument>api_login</argument>
      <argument type="service" id="monolog.logger.security" on-invalid="null"/>
      <argument>true</argument>
      <argument type="constant">Symfony\Component\Security\Http\Authentication\ExposeSecurityLevel::None</argument>
      <argument type="collection"/>
    </service>
    <service id="debug.security.firewall.authenticator.api_login" class="Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticatorManagerListener">
      <tag name="kernel.reset" method="reset"/>
      <tag name="container.decorator" id="security.firewall.authenticator.api_login" inner="debug.security.firewall.authenticator.api_login.inner"/>
      <argument type="service" id="debug.security.firewall.authenticator.api_login.inner"/>
    </service>
    <service id="security.listener.user_checker.api_login" class="Symfony\Component\Security\Http\EventListener\UserCheckerListener">
      <tag name="kernel.event_subscriber" dispatcher="debug.security.event_dispatcher.api_login"/>
      <argument type="service" id="security.user_checker"/>
    </service>
    <service id="security.exception_listener.api_login" class="Symfony\Component\Security\Http\Firewall\ExceptionListener">
      <argument type="service" id="security.token_storage"/>
      <argument type="service" id="security.authentication.trust_resolver"/>
      <argument type="service" id="security.http_utils"/>
      <argument>api_login</argument>
      <argument>null</argument>
      <argument>null</argument>
      <argument>null</argument>
      <argument type="service" id="monolog.logger.security" on-invalid="null"/>
      <argument>true</argument>
    </service>
    <service id=".service_locator.izGrmvx" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="security.authenticator.json_login.api_login" type="service_closure" id="security.authenticator.json_login.api_login"/>
      </argument>
    </service>
    <service id="security.firewall.map.context.api_login" class="Symfony\Bundle\SecurityBundle\Security\FirewallContext">
      <argument type="iterator">
        <argument type="service" id="security.channel_listener"/>
        <argument type="service" id="debug.security.firewall.authenticator.api_login"/>
        <argument type="service" id="security.access_listener"/>
      </argument>
      <argument type="service" id="security.exception_listener.api_login"/>
      <argument>null</argument>
      <argument type="service" id="security.firewall.map.config.api_login"/>
    </service>
    <service id="security.firewall.map.config.api" class="Symfony\Bundle\SecurityBundle\Security\FirewallConfig">
      <argument>api</argument>
      <argument>security.user_checker</argument>
      <argument>.security.request_matcher.NaFk5J1</argument>
      <argument>true</argument>
      <argument>true</argument>
      <argument>security.user.provider.concrete.app_user_provider</argument>
      <argument>null</argument>
      <argument>security.authenticator.jwt.api</argument>
      <argument>null</argument>
      <argument>null</argument>
      <argument type="collection">
        <argument>jwt</argument>
      </argument>
      <argument>null</argument>
      <argument>null</argument>
    </service>
    <service id=".security.request_matcher.3qgJVJN" class="Symfony\Component\HttpFoundation\RequestMatcher\PathRequestMatcher">
      <argument>^/api</argument>
    </service>
    <service id=".security.request_matcher.NaFk5J1" class="Symfony\Component\HttpFoundation\ChainRequestMatcher">
      <argument type="collection">
        <argument type="service" id=".security.request_matcher.3qgJVJN"/>
      </argument>
    </service>
    <service id="security.listener.api.user_provider" class="Symfony\Component\Security\Http\EventListener\UserProviderListener">
      <tag name="kernel.event_listener" dispatcher="debug.security.event_dispatcher.api" event="Symfony\Component\Security\Http\Event\CheckPassportEvent" priority="2048" method="checkPassport"/>
      <argument type="service" id="security.user.provider.concrete.app_user_provider"/>
    </service>
    <service id="security.user_checker.chain.api" class="Symfony\Component\Security\Core\User\ChainUserChecker">
      <argument type="tagged_iterator" tag="security.user_checker.api"/>
    </service>
    <service id="security.authenticator.jwt.api" class="Lexik\Bundle\JWTAuthenticationBundle\Security\Authenticator\JWTAuthenticator">
      <argument type="service" id="lexik_jwt_authentication.jwt_manager"/>
      <argument type="service" id="debug.event_dispatcher"/>
      <argument type="service" id="lexik_jwt_authentication.extractor.chain_extractor"/>
      <argument type="service" id="security.user.provider.concrete.app_user_provider"/>
      <argument type="service" id="translator.data_collector" on-invalid="null"/>
    </service>
    <service id="debug.security.authenticator.jwt.api" class="Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator">
      <argument type="service" id="security.authenticator.jwt.api"/>
    </service>
    <service id="security.authenticator.manager.api" class="Symfony\Component\Security\Http\Authentication\AuthenticatorManager">
      <tag name="monolog.logger" channel="security"/>
      <argument type="collection">
        <argument type="service" id="debug.security.authenticator.jwt.api"/>
      </argument>
      <argument type="service" id="security.token_storage"/>
      <argument type="service" id="debug.security.event_dispatcher.api"/>
      <argument>api</argument>
      <argument type="service" id="monolog.logger.security" on-invalid="null"/>
      <argument>true</argument>
      <argument type="constant">Symfony\Component\Security\Http\Authentication\ExposeSecurityLevel::None</argument>
      <argument type="collection"/>
    </service>
    <service id="debug.security.firewall.authenticator.api" class="Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticatorManagerListener">
      <tag name="kernel.reset" method="reset"/>
      <tag name="container.decorator" id="security.firewall.authenticator.api" inner="debug.security.firewall.authenticator.api.inner"/>
      <argument type="service" id="debug.security.firewall.authenticator.api.inner"/>
    </service>
    <service id="security.listener.user_checker.api" class="Symfony\Component\Security\Http\EventListener\UserCheckerListener">
      <tag name="kernel.event_subscriber" dispatcher="debug.security.event_dispatcher.api"/>
      <argument type="service" id="security.user_checker"/>
    </service>
    <service id="security.exception_listener.api" class="Symfony\Component\Security\Http\Firewall\ExceptionListener">
      <argument type="service" id="security.token_storage"/>
      <argument type="service" id="security.authentication.trust_resolver"/>
      <argument type="service" id="security.http_utils"/>
      <argument>api</argument>
      <argument type="service" id="security.authenticator.jwt.api"/>
      <argument>null</argument>
      <argument>null</argument>
      <argument type="service" id="monolog.logger.security" on-invalid="null"/>
      <argument>true</argument>
    </service>
    <service id=".service_locator.qe07GcU" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="security.authenticator.jwt.api" type="service_closure" id="security.authenticator.jwt.api"/>
      </argument>
    </service>
    <service id="security.firewall.map.context.api" class="Symfony\Bundle\SecurityBundle\Security\FirewallContext">
      <argument type="iterator">
        <argument type="service" id="security.channel_listener"/>
        <argument type="service" id="debug.security.firewall.authenticator.api"/>
        <argument type="service" id="security.access_listener"/>
      </argument>
      <argument type="service" id="security.exception_listener.api"/>
      <argument>null</argument>
      <argument type="service" id="security.firewall.map.config.api"/>
    </service>
    <service id="security.firewall.map.config.main" class="Symfony\Bundle\SecurityBundle\Security\FirewallConfig">
      <argument>main</argument>
      <argument>security.user_checker</argument>
      <argument>null</argument>
      <argument>true</argument>
      <argument>false</argument>
      <argument>security.user.provider.concrete.app_user_provider</argument>
      <argument>main</argument>
      <argument>security.authenticator.form_login.main</argument>
      <argument>null</argument>
      <argument>null</argument>
      <argument type="collection">
        <argument>login_throttling</argument>
        <argument>form_login</argument>
      </argument>
      <argument>null</argument>
      <argument type="collection">
        <argument key="path">app_logout</argument>
        <argument key="target">app_login</argument>
        <argument key="enable_csrf">null</argument>
        <argument key="csrf_token_id">logout</argument>
        <argument key="csrf_parameter">_csrf_token</argument>
        <argument key="invalidate_session">true</argument>
        <argument key="clear_site_data" type="collection"/>
        <argument key="delete_cookies" type="collection"/>
      </argument>
    </service>
    <service id="security.listener.main.user_provider" class="Symfony\Component\Security\Http\EventListener\UserProviderListener">
      <tag name="kernel.event_listener" dispatcher="debug.security.event_dispatcher.main" event="Symfony\Component\Security\Http\Event\CheckPassportEvent" priority="2048" method="checkPassport"/>
      <argument type="service" id="security.user.provider.concrete.app_user_provider"/>
    </service>
    <service id="security.user_checker.chain.main" class="Symfony\Component\Security\Core\User\ChainUserChecker">
      <argument type="tagged_iterator" tag="security.user_checker.main"/>
    </service>
    <service id="security.context_listener.0" class="Symfony\Component\Security\Http\Firewall\ContextListener">
      <tag name="kernel.event_listener" event="kernel.response" method="onKernelResponse"/>
      <tag name="container.hot_path"/>
      <argument type="service" id="security.untracked_token_storage"/>
      <argument type="iterator">
        <argument type="service" id="security.user.provider.concrete.app_user_provider"/>
      </argument>
      <argument>main</argument>
      <argument type="service" id="monolog.logger.security" on-invalid="null"/>
      <argument type="service" id="debug.security.event_dispatcher.main"/>
      <argument type="service" id="security.authentication.trust_resolver"/>
      <argument type="collection">
        <argument type="service" id="security.token_storage"/>
        <argument>enableUsageTracking</argument>
      </argument>
    </service>
    <service id="security.listener.session.main" class="Symfony\Component\Security\Http\EventListener\SessionStrategyListener">
      <tag name="kernel.event_subscriber" dispatcher="debug.security.event_dispatcher.main"/>
      <argument type="service" id="security.authentication.session_strategy"/>
    </service>
    <service id="security.logout_listener.main" class="Symfony\Component\Security\Http\Firewall\LogoutListener">
      <argument type="service" id="security.token_storage"/>
      <argument type="service" id="security.http_utils"/>
      <argument type="service" id="debug.security.event_dispatcher.main"/>
      <argument type="collection">
        <argument key="csrf_parameter">_csrf_token</argument>
        <argument key="csrf_token_id">logout</argument>
        <argument key="logout_path">app_logout</argument>
      </argument>
    </service>
    <service id="security.logout.listener.default.main" class="Symfony\Component\Security\Http\EventListener\DefaultLogoutListener">
      <tag name="kernel.event_subscriber" dispatcher="debug.security.event_dispatcher.main"/>
      <argument type="service" id="security.http_utils"/>
      <argument>app_login</argument>
    </service>
    <service id="security.logout.listener.session.main" class="Symfony\Component\Security\Http\EventListener\SessionLogoutListener">
      <tag name="kernel.event_subscriber" dispatcher="debug.security.event_dispatcher.main"/>
    </service>
    <service id="limiter._login_local_main" class="Symfony\Component\RateLimiter\RateLimiterFactory">
      <argument type="collection">
        <argument key="policy">fixed_window</argument>
        <argument key="limit">5</argument>
        <argument key="interval">15 minutes</argument>
        <argument key="id">_login_local_main</argument>
      </argument>
      <argument type="service" id="limiter.storage._login_local_main"/>
      <argument>null</argument>
    </service>
    <service id="limiter.storage._login_local_main" class="Symfony\Component\RateLimiter\Storage\CacheStorage">
      <argument type="service" id="cache.rate_limiter"/>
    </service>
    <service id="limiter._login_global_main" class="Symfony\Component\RateLimiter\RateLimiterFactory">
      <argument type="collection">
        <argument key="policy">fixed_window</argument>
        <argument key="limit">25</argument>
        <argument key="interval">15 minutes</argument>
        <argument key="id">_login_global_main</argument>
      </argument>
      <argument type="service" id="limiter.storage._login_global_main"/>
      <argument>null</argument>
    </service>
    <service id="limiter.storage._login_global_main" class="Symfony\Component\RateLimiter\Storage\CacheStorage">
      <argument type="service" id="cache.rate_limiter"/>
    </service>
    <service id="security.login_throttling.main.limiter" class="Symfony\Component\Security\Http\RateLimiter\DefaultLoginRateLimiter">
      <argument type="service" id="limiter._login_global_main"/>
      <argument type="service" id="limiter._login_local_main"/>
      <argument>%container.build_hash%</argument>
    </service>
    <service id="security.listener.login_throttling.main" class="Symfony\Component\Security\Http\EventListener\LoginThrottlingListener">
      <tag name="kernel.event_subscriber" dispatcher="debug.security.event_dispatcher.main"/>
      <argument type="service" id="request_stack"/>
      <argument type="service" id="security.login_throttling.main.limiter"/>
    </service>
    <service id="security.authenticator.form_login.main" class="Symfony\Component\Security\Http\Authenticator\FormLoginAuthenticator">
      <argument type="service" id="security.http_utils"/>
      <argument type="service" id="security.user.provider.concrete.app_user_provider"/>
      <argument type="service" id="security.authentication.success_handler.main.form_login"/>
      <argument type="service" id="security.authentication.failure_handler.main.form_login"/>
      <argument type="collection">
        <argument key="login_path">app_login</argument>
        <argument key="check_path">app_login</argument>
        <argument key="enable_csrf">true</argument>
        <argument key="username_parameter">_username</argument>
        <argument key="password_parameter">_password</argument>
        <argument key="use_forward">false</argument>
        <argument key="csrf_parameter">_csrf_token</argument>
        <argument key="csrf_token_id">authenticate</argument>
        <argument key="post_only">true</argument>
        <argument key="form_only">false</argument>
      </argument>
    </service>
    <service id="security.authentication.success_handler.main.form_login" class="Symfony\Component\Security\Http\Authentication\CustomAuthenticationSuccessHandler">
      <argument type="service">
        <service class="App\Security\LoginSuccessHandler" autowire="true">
          <argument type="service" id="router.default"/>
        </service>
      </argument>
      <argument type="collection">
        <argument key="login_path">app_login</argument>
        <argument key="default_target_path">app_home</argument>
        <argument key="always_use_default_target_path">false</argument>
        <argument key="target_path_parameter">_target_path</argument>
        <argument key="use_referer">false</argument>
      </argument>
      <argument>main</argument>
    </service>
    <service id="security.authentication.failure_handler.main.form_login" class="Symfony\Component\Security\Http\Authentication\DefaultAuthenticationFailureHandler">
      <argument type="service" id="http_kernel"/>
      <argument type="service" id="security.http_utils"/>
      <argument type="collection"/>
      <argument type="service" id="monolog.logger.security" on-invalid="null"/>
      <call method="setOptions">
        <argument type="collection">
          <argument key="login_path">app_login</argument>
          <argument key="failure_path">null</argument>
          <argument key="failure_forward">false</argument>
          <argument key="failure_path_parameter">_failure_path</argument>
        </argument>
      </call>
    </service>
    <service id="debug.security.authenticator.form_login.main" class="Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator">
      <argument type="service" id="security.authenticator.form_login.main"/>
    </service>
    <service id="security.authenticator.manager.main" class="Symfony\Component\Security\Http\Authentication\AuthenticatorManager">
      <tag name="monolog.logger" channel="security"/>
      <argument type="collection">
        <argument type="service" id="debug.security.authenticator.form_login.main"/>
      </argument>
      <argument type="service" id="security.token_storage"/>
      <argument type="service" id="debug.security.event_dispatcher.main"/>
      <argument>main</argument>
      <argument type="service" id="monolog.logger.security" on-invalid="null"/>
      <argument>true</argument>
      <argument type="constant">Symfony\Component\Security\Http\Authentication\ExposeSecurityLevel::None</argument>
      <argument type="collection"/>
    </service>
    <service id="debug.security.firewall.authenticator.main" class="Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticatorManagerListener">
      <tag name="kernel.reset" method="reset"/>
      <tag name="container.decorator" id="security.firewall.authenticator.main" inner="debug.security.firewall.authenticator.main.inner"/>
      <argument type="service" id="debug.security.firewall.authenticator.main.inner"/>
    </service>
    <service id="security.listener.user_checker.main" class="Symfony\Component\Security\Http\EventListener\UserCheckerListener">
      <tag name="kernel.event_subscriber" dispatcher="debug.security.event_dispatcher.main"/>
      <argument type="service" id="security.user_checker"/>
    </service>
    <service id="security.exception_listener.main" class="Symfony\Component\Security\Http\Firewall\ExceptionListener">
      <argument type="service" id="security.token_storage"/>
      <argument type="service" id="security.authentication.trust_resolver"/>
      <argument type="service" id="security.http_utils"/>
      <argument>main</argument>
      <argument type="service" id="security.authenticator.form_login.main"/>
      <argument>null</argument>
      <argument>null</argument>
      <argument type="service" id="monolog.logger.security" on-invalid="null"/>
      <argument>false</argument>
    </service>
    <service id=".service_locator.567piEK" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="security.authenticator.form_login.main" type="service_closure" id="security.authenticator.form_login.main"/>
      </argument>
    </service>
    <service id="security.firewall.map.context.main" class="Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext">
      <argument type="iterator">
        <argument type="service" id="security.channel_listener"/>
        <argument type="service" id="security.context_listener.0"/>
        <argument type="service" id="debug.security.firewall.authenticator.main"/>
        <argument type="service" id="security.access_listener"/>
      </argument>
      <argument type="service" id="security.exception_listener.main"/>
      <argument type="service" id="security.logout_listener.main"/>
      <argument type="service" id="security.firewall.map.config.main"/>
      <argument type="service" id="security.untracked_token_storage"/>
    </service>
    <service id=".service_locator.upZxPPe" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="security.firewall.map.context.dev" type="service_closure" id="security.firewall.map.context.dev"/>
        <argument key="security.firewall.map.context.api_login" type="service_closure" id="security.firewall.map.context.api_login"/>
        <argument key="security.firewall.map.context.api" type="service_closure" id="security.firewall.map.context.api"/>
        <argument key="security.firewall.map.context.main" type="service_closure" id="security.firewall.map.context.main"/>
      </argument>
    </service>
    <service id=".security.request_matcher.T8BdVIN" class="Symfony\Component\HttpFoundation\RequestMatcher\PathRequestMatcher">
      <argument>^/login</argument>
    </service>
    <service id=".security.request_matcher.BhpRUZK" class="Symfony\Component\HttpFoundation\ChainRequestMatcher">
      <argument type="collection">
        <argument type="service" id=".security.request_matcher.T8BdVIN"/>
      </argument>
    </service>
    <service id=".security.request_matcher.LORg6t3" class="Symfony\Component\HttpFoundation\RequestMatcher\PathRequestMatcher">
      <argument>^/register</argument>
    </service>
    <service id=".security.request_matcher.7hffHUr" class="Symfony\Component\HttpFoundation\ChainRequestMatcher">
      <argument type="collection">
        <argument type="service" id=".security.request_matcher.LORg6t3"/>
      </argument>
    </service>
    <service id=".security.request_matcher.7XMFiMz" class="Symfony\Component\HttpFoundation\RequestMatcher\PathRequestMatcher">
      <argument>^/reset-password</argument>
    </service>
    <service id=".security.request_matcher.YrnOxI1" class="Symfony\Component\HttpFoundation\ChainRequestMatcher">
      <argument type="collection">
        <argument type="service" id=".security.request_matcher.7XMFiMz"/>
      </argument>
    </service>
    <service id=".security.request_matcher.uJgjY95" class="Symfony\Component\HttpFoundation\RequestMatcher\PathRequestMatcher">
      <argument>^/covers/resolve</argument>
    </service>
    <service id=".security.request_matcher.Ib47leP" class="Symfony\Component\HttpFoundation\ChainRequestMatcher">
      <argument type="collection">
        <argument type="service" id=".security.request_matcher.uJgjY95"/>
      </argument>
    </service>
    <service id=".security.request_matcher.nwPUk4i" class="Symfony\Component\HttpFoundation\RequestMatcher\PathRequestMatcher">
      <argument>^/books/enrich</argument>
    </service>
    <service id=".security.request_matcher.MQ94COQ" class="Symfony\Component\HttpFoundation\ChainRequestMatcher">
      <argument type="collection">
        <argument type="service" id=".security.request_matcher.nwPUk4i"/>
      </argument>
    </service>
    <service id=".security.request_matcher.8xN5okj" class="Symfony\Component\HttpFoundation\RequestMatcher\PathRequestMatcher">
      <argument>^/api/docs</argument>
    </service>
    <service id=".security.request_matcher.HnmvRbr" class="Symfony\Component\HttpFoundation\ChainRequestMatcher">
      <argument type="collection">
        <argument type="service" id=".security.request_matcher.8xN5okj"/>
      </argument>
    </service>
    <service id=".security.request_matcher.aOYkRuZ" class="Symfony\Component\HttpFoundation\RequestMatcher\PathRequestMatcher">
      <argument>^/api(/v1)?/?$</argument>
    </service>
    <service id=".security.request_matcher.MSSjbG4" class="Symfony\Component\HttpFoundation\ChainRequestMatcher">
      <argument type="collection">
        <argument type="service" id=".security.request_matcher.aOYkRuZ"/>
      </argument>
    </service>
    <service id=".security.request_matcher.nxqzrCx" class="Symfony\Component\HttpFoundation\RequestMatcher\PathRequestMatcher">
      <argument>^/api/v1/auth/login</argument>
    </service>
    <service id=".security.request_matcher.u1oWIiB" class="Symfony\Component\HttpFoundation\ChainRequestMatcher">
      <argument type="collection">
        <argument type="service" id=".security.request_matcher.nxqzrCx"/>
      </argument>
    </service>
    <service id=".security.request_matcher.3j1QLg2" class="Symfony\Component\HttpFoundation\RequestMatcher\MethodRequestMatcher">
      <argument type="collection">
        <argument>GET</argument>
      </argument>
    </service>
    <service id=".security.request_matcher.ZBQI9LC" class="Symfony\Component\HttpFoundation\RequestMatcher\PathRequestMatcher">
      <argument>^/api/v1/works</argument>
    </service>
    <service id=".security.request_matcher..WnEpH7" class="Symfony\Component\HttpFoundation\ChainRequestMatcher">
      <argument type="collection">
        <argument type="service" id=".security.request_matcher.3j1QLg2"/>
        <argument type="service" id=".security.request_matcher.ZBQI9LC"/>
      </argument>
    </service>
    <service id=".security.request_matcher.Aw_Ufnu" class="Symfony\Component\HttpFoundation\RequestMatcher\PathRequestMatcher">
      <argument>^/api/v1/search</argument>
    </service>
    <service id=".security.request_matcher.LmZWgiS" class="Symfony\Component\HttpFoundation\ChainRequestMatcher">
      <argument type="collection">
        <argument type="service" id=".security.request_matcher.3j1QLg2"/>
        <argument type="service" id=".security.request_matcher.Aw_Ufnu"/>
      </argument>
    </service>
    <service id=".security.request_matcher.4uPYZby" class="Symfony\Component\HttpFoundation\RequestMatcher\PathRequestMatcher">
      <argument>^/api/v1/books/top</argument>
    </service>
    <service id=".security.request_matcher._.Iupqm" class="Symfony\Component\HttpFoundation\ChainRequestMatcher">
      <argument type="collection">
        <argument type="service" id=".security.request_matcher.3j1QLg2"/>
        <argument type="service" id=".security.request_matcher.4uPYZby"/>
      </argument>
    </service>
    <service id=".security.request_matcher.h64fYIr" class="Symfony\Component\HttpFoundation\RequestMatcher\PathRequestMatcher">
      <argument>^/internal/enrich-batch</argument>
    </service>
    <service id=".security.request_matcher.eP1m1UQ" class="Symfony\Component\HttpFoundation\ChainRequestMatcher">
      <argument type="collection">
        <argument type="service" id=".security.request_matcher.h64fYIr"/>
      </argument>
    </service>
    <service id=".security.request_matcher.pqyCXG8" class="Symfony\Component\HttpFoundation\RequestMatcher\PathRequestMatcher">
      <argument>^/admin</argument>
    </service>
    <service id=".security.request_matcher.SVK5D2B" class="Symfony\Component\HttpFoundation\ChainRequestMatcher">
      <argument type="collection">
        <argument type="service" id=".security.request_matcher.pqyCXG8"/>
      </argument>
    </service>
    <service id=".security.request_matcher.0tMb.ud" class="Symfony\Component\HttpFoundation\ChainRequestMatcher">
      <argument type="collection">
        <argument type="service" id=".security.request_matcher.3qgJVJN"/>
      </argument>
    </service>
    <service id=".security.request_matcher.SbN0Tkg" class="Symfony\Component\HttpFoundation\RequestMatcher\PathRequestMatcher">
      <argument>^/</argument>
    </service>
    <service id=".security.request_matcher.CUDSgej" class="Symfony\Component\HttpFoundation\ChainRequestMatcher">
      <argument type="collection">
        <argument type="service" id=".security.request_matcher.SbN0Tkg"/>
      </argument>
    </service>
    <service id="security.command.user_password_hash" class="Symfony\Component\PasswordHasher\Command\UserPasswordHashCommand">
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="security.password_hasher_factory"/>
      <argument type="collection">
        <argument>Symfony\Component\Security\Core\User\PasswordAuthenticatedUserInterface</argument>
      </argument>
      <call method="setName">
        <argument>security:hash-password</argument>
      </call>
      <call method="setDescription">
        <argument>Hash a user password</argument>
      </call>
    </service>
    <service id="security.command.role_hierarchy_dump" class="Symfony\Bundle\SecurityBundle\Command\SecurityRoleHierarchyDumpCommand">
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="security.role_hierarchy"/>
      <call method="setName">
        <argument>debug:security:role-hierarchy</argument>
      </call>
      <call method="setDescription">
        <argument>Dump the role hierarchy as a Mermaid flowchart</argument>
      </call>
    </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>%doctrine.dbal.connection_factory.types%</argument>
      <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\Bundle\DoctrineBundle\Controller\ProfilerController" class="Doctrine\Bundle\DoctrineBundle\Controller\ProfilerController" public="true">
      <tag name="controller.service_arguments"/>
      <argument type="service" id="twig"/>
      <argument type="service" id="doctrine"/>
      <argument type="service" id="profiler"/>
    </service>
    <service id="doctrine.dbal.idle_connection_listener" class="Symfony\Bridge\Doctrine\Middleware\IdleConnection\Listener">
      <tag name="kernel.event_subscriber"/>
      <tag name="container.hot_path"/>
      <argument type="service" id="doctrine.dbal.connection_expiries"/>
      <argument type="service" id="service_container"/>
    </service>
    <service id="doctrine.dbal.default_schema_manager_factory" class="Doctrine\DBAL\Schema\DefaultSchemaManagerFactory"/>
    <service id="doctrine.dbal.default_connection.configuration" class="Doctrine\DBAL\Configuration">
      <call method="setSchemaManagerFactory">
        <argument type="service" id="doctrine.dbal.default_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 type="service" id="doctrine.dbal.idle_connection_middleware.default"/>
        </argument>
      </call>
    </service>
    <service id="doctrine.dbal.default_connection.event_manager" class="Symfony\Bridge\Doctrine\ContainerAwareEventManager">
      <argument type="service" id=".service_locator.fipAWQf"/>
      <argument type="collection">
        <argument type="collection">
          <argument type="collection">
            <argument>postGenerateSchema</argument>
          </argument>
          <argument>doctrine.orm.messenger.doctrine_schema_listener</argument>
        </argument>
        <argument type="collection">
          <argument type="collection">
            <argument>onSchemaCreateTable</argument>
          </argument>
          <argument>doctrine.orm.messenger.doctrine_schema_listener</argument>
        </argument>
        <argument type="collection">
          <argument type="collection">
            <argument>postGenerateSchema</argument>
          </argument>
          <argument>doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_listener</argument>
        </argument>
        <argument type="collection">
          <argument type="collection">
            <argument>postGenerateSchema</argument>
          </argument>
          <argument>doctrine.orm.listeners.doctrine_token_provider_schema_listener</argument>
        </argument>
        <argument type="collection">
          <argument type="collection">
            <argument>postGenerateSchema</argument>
          </argument>
          <argument>doctrine.orm.listeners.pdo_session_handler_schema_listener</argument>
        </argument>
        <argument type="collection">
          <argument type="collection">
            <argument>postGenerateSchema</argument>
          </argument>
          <argument>doctrine.orm.listeners.lock_store_schema_listener</argument>
        </argument>
        <argument type="collection">
          <argument type="collection">
            <argument>loadClassMetadata</argument>
          </argument>
          <argument>doctrine.orm.default_listeners.attach_entity_listeners</argument>
        </argument>
        <argument type="collection">
          <argument type="collection">
            <argument>onFlush</argument>
          </argument>
          <argument>turbo.doctrine.event_listener</argument>
        </argument>
        <argument type="collection">
          <argument type="collection">
            <argument>postFlush</argument>
          </argument>
          <argument>turbo.doctrine.event_listener</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="dbname_suffix">_test%env(default::TEST_TOKEN)%</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>null</argument>
      <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">
        <argument>default</argument>
      </argument>
    </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="doctrine.dbal.idle_connection_middleware" class="Doctrine\Bundle\DoctrineBundle\Middleware\IdleConnectionMiddleware" abstract="true">
      <tag name="doctrine.middleware" connection="default" priority="10"/>
      <argument type="service" id="doctrine.dbal.connection_expiries"/>
      <argument type="collection">
        <argument key="default">600</argument>
      </argument>
    </service>
    <service id="messenger.middleware.doctrine_transaction" class="Symfony\Bridge\Doctrine\Messenger\DoctrineTransactionMiddleware" abstract="true">
      <argument type="service" id="doctrine"/>
    </service>
    <service id="messenger.middleware.doctrine_ping_connection" class="Symfony\Bridge\Doctrine\Messenger\DoctrinePingConnectionMiddleware" abstract="true">
      <argument type="service" id="doctrine"/>
    </service>
    <service id="messenger.middleware.doctrine_close_connection" class="Symfony\Bridge\Doctrine\Messenger\DoctrineCloseConnectionMiddleware" abstract="true">
      <argument type="service" id="doctrine"/>
    </service>
    <service id="messenger.middleware.doctrine_open_transaction_logger" class="Symfony\Bridge\Doctrine\Messenger\DoctrineOpenTransactionLoggerMiddleware" abstract="true">
      <argument type="service" id="doctrine"/>
      <argument>null</argument>
      <argument type="service" id="monolog.logger"/>
    </service>
    <service id="doctrine.orm.messenger.event_subscriber.doctrine_clear_entity_manager" class="Symfony\Bridge\Doctrine\Messenger\DoctrineClearEntityManagerWorkerSubscriber">
      <tag name="kernel.event_subscriber"/>
      <argument type="service" id="doctrine"/>
    </service>
    <service id="messenger.transport.doctrine.factory" class="Symfony\Component\Messenger\Bridge\Doctrine\Transport\DoctrineTransportFactory">
      <tag name="messenger.transport_factory"/>
      <argument type="service" id="doctrine"/>
    </service>
    <service id="doctrine.orm.messenger.doctrine_schema_listener" class="Symfony\Bridge\Doctrine\SchemaListener\MessengerTransportDoctrineSchemaListener">
      <tag name="doctrine.event_listener" event="postGenerateSchema"/>
      <tag name="doctrine.event_listener" event="onSchemaCreateTable"/>
      <argument type="tagged_iterator" tag="messenger.receiver"/>
    </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"/>
      <tag name="kernel.reset" method="reset"/>
      <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.Rguoe_S"/>
    </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_listener" class="Symfony\Bridge\Doctrine\SchemaListener\DoctrineDbalCacheAdapterSchemaListener">
      <tag name="doctrine.event_listener" event="postGenerateSchema"/>
      <argument type="collection"/>
    </service>
    <service id="doctrine.orm.listeners.doctrine_token_provider_schema_listener" class="Symfony\Bridge\Doctrine\SchemaListener\RememberMeTokenProviderDoctrineSchemaListener">
      <tag name="doctrine.event_listener" event="postGenerateSchema"/>
      <argument type="tagged_iterator" tag="security.remember_me_handler"/>
    </service>
    <service id="doctrine.orm.listeners.pdo_session_handler_schema_listener" class="Symfony\Bridge\Doctrine\SchemaListener\PdoSessionHandlerSchemaListener">
      <tag name="doctrine.event_listener" event="postGenerateSchema"/>
      <argument type="service" id="session.handler.native"/>
    </service>
    <service id="doctrine.orm.listeners.lock_store_schema_listener" class="Symfony\Bridge\Doctrine\SchemaListener\LockStoreSchemaListener">
      <tag name="doctrine.event_listener" event="postGenerateSchema"/>
      <argument type="tagged_iterator" tag="lock.store"/>
    </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 type="service" id="ulid.factory" on-invalid="ignore"/>
    </service>
    <service id="doctrine.uuid_generator" class="Symfony\Bridge\Doctrine\IdGenerator\UuidGenerator">
      <tag name="doctrine.id_generator"/>
      <argument type="service" id="uuid.factory" on-invalid="ignore"/>
    </service>
    <service id="doctrine.orm.command.entity_manager_provider" class="Doctrine\Bundle\DoctrineBundle\Orm\ManagerRegistryAwareEntityManagerProvider">
      <argument type="service" id="doctrine"/>
    </service>
    <service id="doctrine.orm.entity_value_resolver" class="Symfony\Bridge\Doctrine\ArgumentResolver\EntityValueResolver">
      <tag name="Symfony\Bridge\Doctrine\ArgumentResolver\EntityValueResolver" priority="110">controller.argument_value_resolver</tag>
      <argument type="service" id="doctrine"/>
      <argument type="service" id="doctrine.orm.entity_value_resolver.expression_language" on-invalid="ignore"/>
      <argument type="service">
        <service class="Symfony\Bridge\Doctrine\Attribute\MapEntity">
          <argument>null</argument>
          <argument>null</argument>
          <argument>null</argument>
          <argument>null</argument>
          <argument>null</argument>
          <argument>null</argument>
          <argument>null</argument>
          <argument>null</argument>
          <argument>false</argument>
        </service>
      </argument>
      <argument type="collection"/>
    </service>
    <service id="doctrine.orm.entity_value_resolver.expression_language" class="Symfony\Component\ExpressionLanguage\ExpressionLanguage"/>
    <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.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.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.mapping_describe_command" class="Doctrine\ORM\Tools\Console\Command\MappingDescribeCommand">
      <tag name="console.command" command="doctrine:mapping:describe"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="doctrine.orm.command.entity_manager_provider"/>
      <call method="setName">
        <argument>doctrine:mapping:describe</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.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>
      </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>C:\Users\rgalo\Dropbox\_LIVRECOMMENT\var\cache\test/doctrine/orm/Proxies</argument>
      </call>
      <call method="setProxyNamespace">
        <argument>Proxies</argument>
      </call>
      <call method="setAutoGenerateProxyClasses">
        <argument>false</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"/>
      </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>true</argument>
      </call>
      <call method="setIdentityGenerationPreferences">
        <argument type="collection">
          <argument key="Doctrine\DBAL\Platforms\PostgreSQLPlatform">4</argument>
        </argument>
      </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>C:\Users\rgalo\Dropbox\_LIVRECOMMENT\src\Entity</argument>
      </argument>
      <argument>true</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\TraceableAdapter">
      <tag name="cache.pool" pruneable="false"/>
      <argument type="service" id="cache.doctrine.orm.default.result.recorder_inner"/>
      <argument type="service" id="profiler.is_disabled_state_checker" on-invalid="ignore"/>
    </service>
    <service id="cache.doctrine.orm.default.query" class="Symfony\Component\Cache\Adapter\TraceableAdapter">
      <tag name="cache.pool" pruneable="false"/>
      <argument type="service" id="cache.doctrine.orm.default.query.recorder_inner"/>
      <argument type="service" id="profiler.is_disabled_state_checker" on-invalid="ignore"/>
    </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" constructor="fromEntityManager">
      <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.migrations_factory"/>
      </call>
    </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" constructor="withSimpleDefault">
      <argument type="service" id="doctrine"/>
    </service>
    <service id="doctrine.migrations.connection_registry_loader" class="Doctrine\Migrations\Configuration\Connection\ConnectionRegistryConnection" constructor="withSimpleDefault">
      <argument type="service" id="doctrine"/>
    </service>
    <service id="doctrine.migrations.configuration" class="Doctrine\Migrations\Configuration\Configuration">
      <call method="addMigrationsDirectory">
        <argument>DoctrineMigrations</argument>
        <argument>C:\Users\rgalo\Dropbox\_LIVRECOMMENT/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.migrations_factory" class="Doctrine\Migrations\Version\MigrationFactory">
      <factory service="doctrine.migrations.dependency_factory" method="getMigrationFactory"/>
    </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>
      <call method="setDescription">
        <argument>Generate a migration by comparing your current database to your mapping information.</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>
      <call method="setDescription">
        <argument>Ensures that the metadata storage is at the latest version.</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>
      <call method="setDescription">
        <argument>Display a list of all available migrations and their status.</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>
      <call method="setDescription">
        <argument>Outputs the current version</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>
      <call method="setDescription">
        <argument>Dump the schema for your database to a migration.</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>
      <call method="setDescription">
        <argument>Execute one or more migration versions up or down manually.</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>
      <call method="setDescription">
        <argument>Generate a blank migration class.</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>
      <call method="setDescription">
        <argument>Outputs the latest version</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>
      <call method="setDescription">
        <argument>Execute a migration to a specified version or the latest available version.</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>
      <call method="setDescription">
        <argument>Rollup migrations by deleting all tracked versions and insert the one version that exists.</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>
      <call method="setDescription">
        <argument>View the status of a set of migrations.</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>
      <call method="setDescription">
        <argument>Tells you if your schema is 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>
      <call method="setDescription">
        <argument>Manually add and delete migration versions from the version table.</argument>
      </call>
    </service>
    <service id="doctrine_migrations.schema_filter_listener" class="Doctrine\Bundle\MigrationsBundle\EventListener\SchemaFilterListener">
      <tag name="doctrine.dbal.schema_filter" connection="default"/>
      <tag name="kernel.event_listener" event="console.command" method="onConsoleCommand"/>
      <tag name="container.no_preload"/>
      <argument>doctrine_migration_versions</argument>
    </service>
    <service id="doctrine.migrations.storage.table_storage" class="Doctrine\Migrations\Metadata\Storage\TableMetadataStorageConfiguration"/>
    <service id="nelmio_cors.cors_listener" class="Nelmio\CorsBundle\EventListener\CorsListener">
      <tag name="kernel.event_listener" event="kernel.request" method="onKernelRequest" priority="250"/>
      <tag name="kernel.event_listener" event="kernel.response" method="onKernelResponse" priority="0"/>
      <tag name="container.hot_path"/>
      <tag name="container.hot_path"/>
      <argument type="service" id="nelmio_cors.options_resolver"/>
    </service>
    <service id="nelmio_cors.options_resolver" class="Nelmio\CorsBundle\Options\Resolver">
      <argument type="collection">
        <argument type="service" id="nelmio_cors.options_provider.config"/>
      </argument>
    </service>
    <service id="nelmio_cors.options_provider.config" class="Nelmio\CorsBundle\Options\ConfigProvider">
      <tag name="nelmio_cors.options_provider" priority="-1"/>
      <argument>%nelmio_cors.map%</argument>
      <argument>%nelmio_cors.defaults%</argument>
    </service>
    <service id="nelmio_cors.cacheable_response_vary_listener" class="Nelmio\CorsBundle\EventListener\CacheableResponseVaryListener">
      <tag name="kernel.event_listener" event="kernel.response" method="onResponse" priority="-15"/>
      <tag name="container.hot_path"/>
    </service>
    <service id="api_platform.state_provider.locator" class="ApiPlatform\State\CallableProvider">
      <argument type="service" id=".service_locator.UL8mf7G"/>
    </service>
    <service id="api_platform.state_processor.locator" class="ApiPlatform\State\CallableProcessor">
      <argument type="service" id=".service_locator.7T_WOlw"/>
    </service>
    <service id="api_platform.pagination" class="ApiPlatform\State\Pagination\Pagination">
      <argument>%api_platform.collection.pagination%</argument>
      <argument>%api_platform.graphql.collection.pagination%</argument>
    </service>
    <service id="api_platform.serializer_locator" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="serializer" type="service_closure" id="debug.serializer"/>
      </argument>
    </service>
    <service id="api_platform.pagination_options" class="ApiPlatform\State\Pagination\PaginationOptions">
      <argument>true</argument>
      <argument>page</argument>
      <argument>false</argument>
      <argument>itemsPerPage</argument>
      <argument>false</argument>
      <argument>pagination</argument>
      <argument>30</argument>
      <argument>30</argument>
      <argument>false</argument>
      <argument>false</argument>
      <argument>partial</argument>
    </service>
    <service id="api_platform.state_provider.create" class="ApiPlatform\State\CreateProvider">
      <tag name="api_platform.state_provider" key="ApiPlatform\State\CreateProvider"/>
      <tag name="api_platform.state_provider" key="api_platform.state_provider.create"/>
      <argument type="service" id="api_platform.state_provider.locator"/>
      <argument type="service" id="api_platform.doctrine.orm.metadata.resource.metadata_collection_factory"/>
    </service>
    <service id="api_platform.state_provider.object" class="ApiPlatform\State\ObjectProvider">
      <tag name="api_platform.state_provider" key="ApiPlatform\State\ObjectProvider"/>
      <tag name="api_platform.state_provider" key="api_platform.state_provider.object"/>
    </service>
    <service id="api_platform.state_provider.backed_enum" class="ApiPlatform\State\Provider\BackedEnumProvider">
      <tag name="api_platform.state_provider" key="ApiPlatform\State\Provider\BackedEnumProvider"/>
      <tag name="api_platform.state_provider" key="api_platform.state_provider.backed_enum"/>
    </service>
    <service id="api_platform.listener.exception" class="ApiPlatform\Symfony\EventListener\ExceptionListener">
      <tag name="monolog.logger" channel="request"/>
      <tag name="kernel.event_listener" event="kernel.exception" method="onKernelException" priority="-96"/>
      <argument type="service" id="api_platform.error_listener" on-invalid="null"/>
      <argument>false</argument>
    </service>
    <service id="api_platform.cache_warmer.cache_pool_clearer" class="ApiPlatform\Symfony\Bundle\CacheWarmer\CachePoolClearerCacheWarmer">
      <tag name="kernel.cache_warmer" priority="64"/>
      <argument type="service" id="cache.system_clearer"/>
      <argument type="collection">
        <argument>api_platform.cache.metadata.property</argument>
        <argument>api_platform.cache.metadata.resource</argument>
        <argument>api_platform.cache.metadata.resource_collection</argument>
        <argument>api_platform.cache.route_name_resolver</argument>
        <argument>api_platform.cache.identifiers_extractor</argument>
        <argument>api_platform.elasticsearch.cache.metadata.document</argument>
      </argument>
    </service>
    <service id="api_platform.action.not_found" class="ApiPlatform\Symfony\Action\NotFoundAction" public="true"/>
    <service id="api_platform.action.not_exposed" class="ApiPlatform\Symfony\Action\NotExposedAction" public="true"/>
    <service id="api_platform.negotiator" class="Negotiation\Negotiator"/>
    <service id="api_platform.resource_class_resolver" class="ApiPlatform\Metadata\ResourceClassResolver">
      <argument type="service" id="api_platform.metadata.resource.name_collection_factory.cached"/>
    </service>
    <service id="api_platform.router" class="ApiPlatform\Symfony\Routing\Router">
      <argument type="service" id="router.default"/>
      <argument>1</argument>
    </service>
    <service id="api_platform.serializer.filter_parameter_provider" class="ApiPlatform\Serializer\Parameter\SerializerFilterParameterProvider">
      <tag name="api_platform.parameter_provider" key="api_platform.serializer.filter_parameter_provider" priority="-895"/>
      <argument type="service" id="api_platform.filter_locator"/>
    </service>
    <service id="api_platform.serializer.context_builder.filter" class="ApiPlatform\Serializer\SerializerFilterContextBuilder">
      <argument type="service" id="api_platform.doctrine.orm.metadata.resource.metadata_collection_factory"/>
      <argument type="service" id="api_platform.filter_locator"/>
      <argument type="service" id="api_platform.serializer.context_builder.filter.inner"/>
    </service>
    <service id="api_platform.serializer.property_filter" class="ApiPlatform\Serializer\Filter\PropertyFilter" abstract="true">
      <argument>properties</argument>
      <argument>false</argument>
      <argument>null</argument>
      <argument type="service" id="api_platform.hydra.name_converter.hydra_prefix" on-invalid="ignore"/>
    </service>
    <service id="api_platform.serializer.group_filter" class="ApiPlatform\Serializer\Filter\GroupFilter" abstract="true"/>
    <service id="api_platform.serializer.operation_resource_resolver" class="ApiPlatform\Doctrine\Orm\Serializer\DoctrineOrmOperationResourceClassResolver"/>
    <service id="api_platform.serializer.normalizer.item" class="ApiPlatform\Serializer\ItemNormalizer">
      <tag name="serializer.normalizer" priority="-895"/>
      <tag name="serializer.normalizer.default" priority="-895"/>
      <argument type="service" id="api_platform.metadata.property.name_collection_factory.cached"/>
      <argument type="service" id="api_platform.metadata.property.metadata_factory.cached"/>
      <argument type="service" id="api_platform.symfony.iri_converter"/>
      <argument type="service" id="api_platform.resource_class_resolver"/>
      <argument type="service" id="property_accessor"/>
      <argument type="service" id="api_platform.hydra.name_converter.hydra_prefix" on-invalid="ignore"/>
      <argument type="service" id="api_platform.serializer.mapping.class_metadata_factory" on-invalid="ignore"/>
      <argument>null</argument>
      <argument type="service" id="api_platform.doctrine.orm.metadata.resource.metadata_collection_factory" on-invalid="ignore"/>
      <argument type="service" id="api_platform.security.resource_access_checker" on-invalid="ignore"/>
      <argument type="collection"/>
      <argument>null</argument>
      <argument type="service" id="api_platform.serializer.operation_resource_resolver"/>
    </service>
    <service id="api_platform.normalizer.object" class="Symfony\Component\Serializer\Normalizer\ObjectNormalizer">
      <tag name="serializer.normalizer" built_in="true" priority="-1000"/>
      <tag name="serializer.normalizer.default" priority="-1000"/>
      <argument type="service" id="api_platform.serializer.mapping.class_metadata_factory"/>
      <argument type="service" id="api_platform.hydra.name_converter.hydra_prefix" on-invalid="ignore"/>
      <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="api_platform.serializer.mapping.class_metadata_factory" class="ApiPlatform\Serializer\Mapping\Factory\ClassMetadataFactory">
      <tag name="container.decorator" id="serializer.mapping.class_metadata_factory" inner="api_platform.serializer.mapping.class_metadata_factory.inner"/>
      <argument type="service" id="api_platform.serializer.mapping.class_metadata_factory.inner"/>
    </service>
    <service id="api_platform.path_segment_name_generator.underscore" class="ApiPlatform\Metadata\Operation\UnderscorePathSegmentNameGenerator"/>
    <service id="api_platform.path_segment_name_generator.dash" class="ApiPlatform\Metadata\Operation\DashPathSegmentNameGenerator"/>
    <service id="api_platform.metadata.path_segment_name_generator.underscore" class="ApiPlatform\Metadata\Operation\UnderscorePathSegmentNameGenerator">
      <argument type="service" id="api_platform.metadata.inflector" on-invalid="null"/>
    </service>
    <service id="api_platform.metadata.path_segment_name_generator.dash" class="ApiPlatform\Metadata\Operation\DashPathSegmentNameGenerator">
      <argument type="service" id="api_platform.metadata.inflector" on-invalid="null"/>
    </service>
    <service id="api_platform.metadata.inflector" class="ApiPlatform\Metadata\Util\Inflector"/>
    <service id="api_platform.cache.route_name_resolver" class="Symfony\Component\Cache\Adapter\TraceableAdapter" public="true">
      <tag name="cache.pool" pruneable="false"/>
      <tag name="kernel.reset" method="reset"/>
      <argument type="service" id="api_platform.cache.route_name_resolver.recorder_inner"/>
      <argument type="service" id="profiler.is_disabled_state_checker" on-invalid="ignore"/>
    </service>
    <service id="api_platform.route_loader" class="ApiPlatform\Symfony\Routing\ApiLoader">
      <tag name="routing.loader"/>
      <argument type="service" id="kernel"/>
      <argument type="service" id="api_platform.metadata.resource.name_collection_factory.cached"/>
      <argument type="service" id="api_platform.doctrine.orm.metadata.resource.metadata_collection_factory"/>
      <argument type="service" id="service_container"/>
      <argument>%api_platform.formats%</argument>
      <argument>%api_platform.resource_class_directories%</argument>
      <argument>false</argument>
      <argument>true</argument>
      <argument>true</argument>
      <argument>false</argument>
    </service>
    <service id="api_platform.symfony.iri_converter.skolem" class="ApiPlatform\Symfony\Routing\SkolemIriConverter">
      <argument type="service" id="api_platform.router"/>
    </service>
    <service id="api_platform.api.identifiers_extractor" class="ApiPlatform\Metadata\IdentifiersExtractor">
      <argument type="service" id="api_platform.doctrine.orm.metadata.resource.metadata_collection_factory"/>
      <argument type="service" id="api_platform.resource_class_resolver"/>
      <argument type="service" id="api_platform.metadata.property.name_collection_factory.cached"/>
      <argument type="service" id="api_platform.metadata.property.metadata_factory.cached"/>
      <argument type="service" id="property_accessor"/>
    </service>
    <service id="api_platform.uri_variables.converter" class="ApiPlatform\Metadata\UriVariablesConverter">
      <argument type="service" id="api_platform.metadata.property.metadata_factory.cached"/>
      <argument type="service" id="api_platform.doctrine.orm.metadata.resource.metadata_collection_factory"/>
      <argument type="tagged_iterator" tag="api_platform.uri_variables.transformer"/>
    </service>
    <service id="api_platform.uri_variables.transformer.integer" class="ApiPlatform\Metadata\UriVariableTransformer\IntegerUriVariableTransformer">
      <tag name="api_platform.uri_variables.transformer" priority="-100"/>
    </service>
    <service id="api_platform.uri_variables.transformer.date_time" class="ApiPlatform\Metadata\UriVariableTransformer\DateTimeUriVariableTransformer">
      <tag name="api_platform.uri_variables.transformer" priority="-100"/>
    </service>
    <service id="api_platform.uri_variables.transformer.api_resource" class="ApiPlatform\Metadata\UriVariableTransformer\ApiResourceUriVariableTransformer">
      <tag name="api_platform.uri_variables.transformer" priority="-100"/>
      <argument type="service" id="api_platform.api.identifiers_extractor"/>
      <argument type="service" id="api_platform.resource_class_resolver"/>
    </service>
    <service id="api_platform.symfony.iri_converter" class="ApiPlatform\Symfony\Routing\IriConverter">
      <argument type="service" id="api_platform.state_provider.locator"/>
      <argument type="service" id="api_platform.router"/>
      <argument type="service" id="api_platform.api.identifiers_extractor"/>
      <argument type="service" id="api_platform.resource_class_resolver"/>
      <argument type="service" id="api_platform.doctrine.orm.metadata.resource.metadata_collection_factory"/>
      <argument type="service" id="api_platform.uri_variables.converter"/>
      <argument type="service" id="api_platform.symfony.iri_converter.skolem"/>
      <argument type="service" id="api_platform.metadata.operation.metadata_factory.cached"/>
    </service>
    <service id="api_platform.state.error_provider" class="ApiPlatform\State\ErrorProvider">
      <tag name="api_platform.state_provider" key="api_platform.state.error_provider"/>
      <argument>true</argument>
      <argument type="service" id="api_platform.resource_class_resolver"/>
      <argument type="service" id="api_platform.doctrine.orm.metadata.resource.metadata_collection_factory"/>
    </service>
    <service id="api_platform.normalizer.constraint_violation_list" class="ApiPlatform\Serializer\ConstraintViolationListNormalizer">
      <tag name="serializer.normalizer" priority="-780"/>
      <tag name="serializer.normalizer.default" priority="-780"/>
      <argument type="collection"/>
      <argument type="service" id="api_platform.hydra.name_converter.hydra_prefix" on-invalid="ignore"/>
    </service>
    <service id="api_platform.serializer.property_metadata_loader" class="ApiPlatform\Serializer\Mapping\Loader\PropertyMetadataLoader">
      <argument type="service" id="api_platform.metadata.property.name_collection_factory.cached"/>
    </service>
    <service id="api_platform.filter_locator" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection"/>
    </service>
    <service id="api_platform.symfony.uri_variables.transformer.ulid" class="ApiPlatform\Symfony\UriVariableTransformer\UlidUriVariableTransformer">
      <tag name="api_platform.uri_variables.transformer"/>
    </service>
    <service id="api_platform.symfony.uri_variables.transformer.uuid" class="ApiPlatform\Symfony\UriVariableTransformer\UuidUriVariableTransformer">
      <tag name="api_platform.uri_variables.transformer"/>
    </service>
    <service id="api_platform.symfony.main_controller" class="ApiPlatform\Symfony\Controller\MainController" public="true">
      <argument type="service" id="api_platform.doctrine.orm.metadata.resource.metadata_collection_factory"/>
      <argument type="service" id="api_platform.state_provider.content_negotiation"/>
      <argument type="service" id="api_platform.state_processor.validate"/>
      <argument type="service" id="api_platform.uri_variables.converter" on-invalid="ignore"/>
      <argument type="service" id="monolog.logger" on-invalid="ignore"/>
    </service>
    <service id="api_platform.action.entrypoint" class="ApiPlatform\Symfony\Action\EntrypointAction" public="true">
      <argument type="service" id="api_platform.metadata.resource.name_collection_factory.cached"/>
      <argument type="service" id="api_platform.state_provider.content_negotiation"/>
      <argument type="service" id="api_platform.state_processor.validate"/>
      <argument>%api_platform.docs_formats%</argument>
    </service>
    <service id="api_platform.action.documentation" class="ApiPlatform\Symfony\Action\DocumentationAction" public="true">
      <argument type="service" id="api_platform.metadata.resource.name_collection_factory.cached"/>
      <argument>LivreComment API</argument>
      <argument>API publique LivreComment — consommée par l'app web (Twig+Hotwire) et l'app mobile native à venir.</argument>
      <argument>1.0.0</argument>
      <argument type="service" id="lexik_jwt_authentication.api_platform.openapi.factory" on-invalid="null"/>
      <argument type="service" id="api_platform.state_provider.content_negotiation"/>
      <argument type="service" id="api_platform.state_processor.validate"/>
      <argument type="service" id="api_platform.negotiator" on-invalid="null"/>
      <argument>%api_platform.docs_formats%</argument>
      <argument>true</argument>
      <argument>true</argument>
      <argument>false</argument>
      <argument>true</argument>
    </service>
    <service id="api_platform.state_provider.content_negotiation" class="ApiPlatform\State\Provider\ContentNegotiationProvider">
      <argument type="service" id="api_platform.state_provider.parameter"/>
      <argument type="service" id="api_platform.negotiator"/>
      <argument>%api_platform.formats%</argument>
      <argument>%api_platform.error_formats%</argument>
      <call method="setStopwatch">
        <argument type="service" id="debug.stopwatch" on-invalid="ignore"/>
      </call>
    </service>
    <service id="api_platform.error_listener" class="ApiPlatform\Symfony\EventListener\ErrorListener">
      <argument>api_platform.symfony.main_controller</argument>
      <argument type="service" id="monolog.logger" on-invalid="null"/>
      <argument>true</argument>
      <argument type="collection"/>
      <argument type="service" id="api_platform.doctrine.orm.metadata.resource.metadata_collection_factory"/>
      <argument>%api_platform.error_formats%</argument>
      <argument>%api_platform.exception_to_status%</argument>
      <argument>null</argument>
      <argument type="service" id="api_platform.resource_class_resolver"/>
      <argument type="service" id="api_platform.negotiator"/>
    </service>
    <service id="api_platform.state_provider.parameter" class="ApiPlatform\State\Provider\ParameterProvider">
      <argument type="service" id="api_platform.state_provider.parameter_validator"/>
      <argument type="service" id=".service_locator.5jyLKq5"/>
      <call method="setStopwatch">
        <argument type="service" id="debug.stopwatch" on-invalid="ignore"/>
      </call>
    </service>
    <service id="api_platform.state_processor.serialize" class="ApiPlatform\State\Processor\SerializeProcessor">
      <argument type="service" id="api_platform.http_cache.processor.add_headers"/>
      <argument type="service" id="debug.serializer"/>
      <argument type="service" id="api_platform.openapi.serializer_context_builder"/>
      <call method="setStopwatch">
        <argument type="service" id="debug.stopwatch" on-invalid="ignore"/>
      </call>
    </service>
    <service id="api_platform.state_processor.write" class="ApiPlatform\State\Processor\WriteProcessor">
      <argument type="service" id="api_platform.state_processor.serialize"/>
      <argument type="service" id="api_platform.state_processor.locator"/>
      <call method="setStopwatch">
        <argument type="service" id="debug.stopwatch" on-invalid="ignore"/>
      </call>
    </service>
    <service id="api_platform.state_processor.add_link_header" class="ApiPlatform\State\Processor\AddLinkHeaderProcessor">
      <argument type="service" id="api_platform.hydra.processor.link"/>
      <call method="setStopwatch">
        <argument type="service" id="debug.stopwatch" on-invalid="ignore"/>
      </call>
    </service>
    <service id="api_platform.state_provider.parameter.iri_converter" class="ApiPlatform\State\ParameterProvider\IriConverterParameterProvider">
      <tag name="api_platform.parameter_provider" key="ApiPlatform\State\ParameterProvider\IriConverterParameterProvider" priority="-895"/>
      <argument type="service" id="api_platform.symfony.iri_converter"/>
      <argument type="service" id="monolog.logger" on-invalid="ignore"/>
    </service>
    <service id="api_platform.cache.metadata.resource" class="Symfony\Component\Cache\Adapter\TraceableAdapter" public="true">
      <tag name="cache.pool" pruneable="false"/>
      <tag name="kernel.reset" method="reset"/>
      <argument type="service" id="api_platform.cache.metadata.resource.recorder_inner"/>
      <argument type="service" id="profiler.is_disabled_state_checker" on-invalid="ignore"/>
    </service>
    <service id="api_platform.metadata.resource.name_collection_factory.cached" class="ApiPlatform\Metadata\Resource\Factory\CachedResourceNameCollectionFactory">
      <argument type="service" id="api_platform.cache.metadata.resource"/>
      <argument type="service" id="api_platform.metadata.resource.name_collection_factory.yaml"/>
    </service>
    <service id="api_platform.metadata.resource.name_collection_factory.xml" class="ApiPlatform\Metadata\Resource\Factory\ExtractorResourceNameCollectionFactory">
      <argument type="service" id="api_platform.metadata.resource_extractor.xml"/>
    </service>
    <service id="api_platform.metadata.resource.name_collection_factory.php_file" class="ApiPlatform\Metadata\Resource\Factory\PhpFileResourceNameCollectionFactory">
      <argument type="service" id="api_platform.metadata.resource_extractor.php_file"/>
      <argument type="service" id="api_platform.metadata.resource.name_collection_factory.xml"/>
    </service>
    <service id="api_platform.metadata.resource.name_collection_factory.concerns" class="ApiPlatform\Metadata\Resource\Factory\ConcernsResourceNameCollectionFactory">
      <argument>%api_platform.resource_class_directories%</argument>
      <argument type="service" id="api_platform.metadata.resource.name_collection_factory.php_file"/>
    </service>
    <service id="api_platform.metadata.resource.name_collection_factory.attributes" class="ApiPlatform\Metadata\Resource\Factory\AttributesResourceNameCollectionFactory">
      <argument>%api_platform.resource_class_directories%</argument>
      <argument type="service" id="api_platform.metadata.resource.name_collection_factory.concerns"/>
    </service>
    <service id="api_platform.metadata.resource.name_collection_factory.class_name" class="ApiPlatform\Metadata\Resource\Factory\ClassNameResourceNameCollectionFactory">
      <argument>%api_platform.class_name_resources%</argument>
      <argument type="service" id="api_platform.metadata.resource.name_collection_factory.attributes"/>
    </service>
    <service id="api_platform.metadata.property.name_collection_factory.property_info" class="ApiPlatform\Metadata\Property\Factory\PropertyInfoPropertyNameCollectionFactory">
      <argument type="service" id="property_info"/>
    </service>
    <service id="api_platform.metadata.property.name_collection_factory.cached" class="ApiPlatform\Metadata\Property\Factory\CachedPropertyNameCollectionFactory">
      <argument type="service" id="api_platform.cache.metadata.property"/>
      <argument type="service" id="api_platform.metadata.property.name_collection_factory.yaml"/>
    </service>
    <service id="api_platform.metadata.property.name_collection_factory.xml" class="ApiPlatform\Metadata\Property\Factory\ExtractorPropertyNameCollectionFactory">
      <argument type="service" id="api_platform.metadata.property_extractor.xml"/>
      <argument type="service" id="api_platform.metadata.property.name_collection_factory.property_info"/>
    </service>
    <service id="api_platform.metadata.property.name_collection_factory.concerns" class="ApiPlatform\Metadata\Property\Factory\ConcernsPropertyNameCollectionMetadataFactory">
      <argument type="service" id="api_platform.metadata.property.name_collection_factory.xml"/>
    </service>
    <service id="api_platform.metadata.resource_extractor.php_file" class="ApiPlatform\Metadata\Extractor\PhpFileResourceExtractor">
      <argument type="collection"/>
      <argument type="service" id="service_container"/>
    </service>
    <service id="api_platform.metadata.resource_extractor.xml" class="ApiPlatform\Metadata\Extractor\XmlResourceExtractor">
      <argument type="collection"/>
      <argument type="service" id="service_container"/>
    </service>
    <service id="api_platform.metadata.property_extractor.xml" class="ApiPlatform\Metadata\Extractor\XmlPropertyExtractor">
      <argument type="collection"/>
      <argument type="service" id="service_container"/>
    </service>
    <service id="api_platform.metadata.property.metadata_factory.property_info" class="ApiPlatform\Metadata\Property\Factory\PropertyInfoPropertyMetadataFactory">
      <argument type="service" id="property_info"/>
      <argument type="service" id="api_platform.metadata.property.metadata_factory.xml"/>
    </service>
    <service id="api_platform.metadata.property.metadata_factory.attribute" class="ApiPlatform\Metadata\Property\Factory\AttributePropertyMetadataFactory">
      <argument type="service" id="api_platform.doctrine.orm.metadata.property.metadata_factory"/>
    </service>
    <service id="api_platform.metadata.property.metadata_factory.serializer" class="ApiPlatform\Metadata\Property\Factory\SerializerPropertyMetadataFactory">
      <argument type="service" id="api_platform.serializer.mapping.class_metadata_factory"/>
      <argument type="service" id="api_platform.metadata.property.metadata_factory.attribute"/>
      <argument type="service" id="api_platform.resource_class_resolver"/>
    </service>
    <service id="api_platform.metadata.property.metadata_factory.cached" class="ApiPlatform\Metadata\Property\Factory\CachedPropertyMetadataFactory">
      <argument type="service" id="api_platform.cache.metadata.property"/>
      <argument type="service" id="api_platform.json_schema.metadata.property.metadata_factory.schema"/>
    </service>
    <service id="api_platform.metadata.property.metadata_factory.default_property" class="ApiPlatform\Metadata\Property\Factory\DefaultPropertyMetadataFactory">
      <argument type="service" id="api_platform.metadata.property.metadata_factory.serializer"/>
    </service>
    <service id="api_platform.metadata.property.metadata_factory.identifier" class="ApiPlatform\Metadata\Property\Factory\IdentifierPropertyMetadataFactory">
      <argument type="service" id="api_platform.resource_class_resolver"/>
      <argument type="service" id="api_platform.metadata.property.metadata_factory.default_property"/>
    </service>
    <service id="api_platform.metadata.property.metadata_factory.xml" class="ApiPlatform\Metadata\Property\Factory\ExtractorPropertyMetadataFactory">
      <argument type="service" id="api_platform.metadata.property_extractor.xml"/>
    </service>
    <service id="api_platform.cache.metadata.property" class="Symfony\Component\Cache\Adapter\TraceableAdapter" public="true">
      <tag name="cache.pool" pruneable="false"/>
      <tag name="kernel.reset" method="reset"/>
      <argument type="service" id="api_platform.cache.metadata.property.recorder_inner"/>
      <argument type="service" id="profiler.is_disabled_state_checker" on-invalid="ignore"/>
    </service>
    <service id="api_platform.metadata.resource.metadata_collection_factory.attributes" class="ApiPlatform\Metadata\Resource\Factory\AttributesResourceMetadataCollectionFactory">
      <argument>null</argument>
      <argument type="service" id="monolog.logger" on-invalid="null"/>
      <argument>%api_platform.defaults%</argument>
      <argument>false</argument>
    </service>
    <service id="api_platform.metadata.resource.metadata_collection_factory.xml" class="ApiPlatform\Metadata\Resource\Factory\ExtractorResourceMetadataCollectionFactory">
      <argument type="service" id="api_platform.metadata.resource_extractor.xml"/>
      <argument type="service" id="api_platform.doctrine.orm.metadata.resource.parameter_metadata_collection_factory"/>
      <argument>%api_platform.defaults%</argument>
      <argument type="service" id="monolog.logger" on-invalid="null"/>
      <argument>false</argument>
    </service>
    <service id="api_platform.metadata.resource.metadata_collection_factory.php_file" class="ApiPlatform\Metadata\Resource\Factory\PhpFileResourceMetadataCollectionFactory">
      <argument type="service" id="api_platform.metadata.resource_extractor.php_file"/>
      <argument type="service" id="api_platform.metadata.resource.metadata_collection_factory.xml"/>
      <argument type="service" id="monolog.logger" on-invalid="null"/>
      <argument>%api_platform.defaults%</argument>
    </service>
    <service id="api_platform.metadata.resource.metadata_collection_factory.mutator" class="ApiPlatform\Metadata\Resource\Factory\MutatorResourceMetadataCollectionFactory">
      <argument type="service" id="api_platform.metadata.mutator_collection.resource"/>
      <argument type="service" id="api_platform.metadata.mutator_collection.operation"/>
      <argument type="service" id="api_platform.metadata.resource.metadata_collection_factory.php_file"/>
    </service>
    <service id="api_platform.metadata.resource.metadata_collection_factory.concerns" class="ApiPlatform\Metadata\Resource\Factory\ConcernsResourceMetadataCollectionFactory">
      <argument type="service" id="api_platform.metadata.resource.metadata_collection_factory.mutator"/>
      <argument type="service" id="monolog.logger" on-invalid="null"/>
      <argument>%api_platform.defaults%</argument>
      <argument>false</argument>
    </service>
    <service id="api_platform.metadata.resource.metadata_collection_factory.not_exposed_operation" class="ApiPlatform\Metadata\Resource\Factory\NotExposedOperationResourceMetadataCollectionFactory">
      <argument type="service" id="api_platform.doctrine.orm.metadata.resource.link_factory"/>
      <argument type="service" id="api_platform.metadata.resource.metadata_collection_factory.yaml"/>
    </service>
    <service id="api_platform.metadata.resource.metadata_collection_factory.backed_enum" class="ApiPlatform\Metadata\Resource\Factory\BackedEnumResourceMetadataCollectionFactory">
      <argument type="service" id="api_platform.metadata.resource.metadata_collection_factory.not_exposed_operation"/>
    </service>
    <service id="api_platform.metadata.resource.metadata_collection_factory.uri_template" class="ApiPlatform\Metadata\Resource\Factory\UriTemplateResourceMetadataCollectionFactory">
      <argument type="service" id="api_platform.doctrine.orm.metadata.resource.link_factory"/>
      <argument type="service" id="api_platform.metadata.path_segment_name_generator.underscore"/>
      <argument type="service" id="api_platform.metadata.resource.metadata_collection_factory.backed_enum"/>
    </service>
    <service id="api_platform.metadata.resource.metadata_collection_factory.main_controller" class="ApiPlatform\Metadata\Resource\Factory\MainControllerResourceMetadataCollectionFactory">
      <argument type="service" id="api_platform.metadata.resource.metadata_collection_factory.uri_template"/>
      <argument>false</argument>
    </service>
    <service id="api_platform.metadata.resource.metadata_collection_factory.link" class="ApiPlatform\Metadata\Resource\Factory\LinkResourceMetadataCollectionFactory">
      <argument type="service" id="api_platform.doctrine.orm.metadata.resource.link_factory"/>
      <argument type="service" id="api_platform.metadata.resource.metadata_collection_factory.main_controller"/>
      <argument>false</argument>
    </service>
    <service id="api_platform.metadata.resource.metadata_collection_factory.operation_name" class="ApiPlatform\Metadata\Resource\Factory\OperationNameResourceMetadataCollectionFactory">
      <argument type="service" id="api_platform.metadata.resource.metadata_collection_factory.link"/>
    </service>
    <service id="api_platform.metadata.resource.metadata_collection_factory.input_output" class="ApiPlatform\Metadata\Resource\Factory\InputOutputResourceMetadataCollectionFactory">
      <argument type="service" id="api_platform.metadata.resource.metadata_collection_factory.operation_name"/>
    </service>
    <service id="api_platform.metadata.resource.metadata_collection_factory.formats" class="ApiPlatform\Metadata\Resource\Factory\FormatsResourceMetadataCollectionFactory">
      <argument type="service" id="api_platform.metadata.resource.metadata_collection_factory.input_output"/>
      <argument>%api_platform.formats%</argument>
      <argument>%api_platform.patch_formats%</argument>
      <argument>%api_platform.error_formats%</argument>
      <argument>jsonld</argument>
    </service>
    <service id="api_platform.metadata.resource.metadata_collection_factory.filters" class="ApiPlatform\Metadata\Resource\Factory\FiltersResourceMetadataCollectionFactory">
      <argument type="service" id="api_platform.metadata.resource.metadata_collection_factory.formats"/>
    </service>
    <service id="api_platform.metadata.resource.metadata_collection_factory.alternate_uri" class="ApiPlatform\Metadata\Resource\Factory\AlternateUriResourceMetadataCollectionFactory">
      <argument type="service" id="api_platform.metadata.resource.metadata_collection_factory.filters"/>
    </service>
    <service id="api_platform.metadata.resource.metadata_collection_factory.parameter" class="ApiPlatform\Metadata\Resource\Factory\ParameterResourceMetadataCollectionFactory">
      <argument type="service" id="api_platform.metadata.property.name_collection_factory.cached"/>
      <argument type="service" id="api_platform.metadata.property.metadata_factory.cached"/>
      <argument type="service" id="api_platform.metadata.resource.metadata_collection_factory.attributes"/>
      <argument type="service" id="api_platform.filter_locator" on-invalid="ignore"/>
      <argument type="service" id="api_platform.hydra.name_converter.hydra_prefix" on-invalid="ignore"/>
      <argument type="service" id="monolog.logger" on-invalid="ignore"/>
      <argument type="service" id="api_platform.resource_class_resolver" on-invalid="ignore"/>
    </service>
    <service id="api_platform.metadata.resource.metadata_collection_factory.cached" class="ApiPlatform\Metadata\Resource\Factory\CachedResourceMetadataCollectionFactory">
      <argument type="service" id="api_platform.cache.metadata.resource_collection"/>
      <argument type="service" id="api_platform.messenger.metadata.resource.metadata_collection_factory"/>
    </service>
    <service id="api_platform.cache.metadata.resource_collection" class="Symfony\Component\Cache\Adapter\TraceableAdapter" public="true">
      <tag name="cache.pool" pruneable="false"/>
      <tag name="kernel.reset" method="reset"/>
      <argument type="service" id="api_platform.cache.metadata.resource_collection.recorder_inner"/>
      <argument type="service" id="profiler.is_disabled_state_checker" on-invalid="ignore"/>
    </service>
    <service id="api_platform.metadata.operation.metadata_factory.cached" class="ApiPlatform\Metadata\Operation\Factory\CacheOperationMetadataFactory">
      <tag name="container.decorator" id="api_platform.metadata.operation.metadata_factory" inner="api_platform.metadata.operation.metadata_factory.cached.inner"/>
      <argument type="service" id="api_platform.cache.metadata.operation"/>
      <argument type="service" id="api_platform.metadata.operation.metadata_factory.cached.inner"/>
    </service>
    <service id="api_platform.cache.metadata.operation" class="Symfony\Component\Cache\Adapter\TraceableAdapter" public="true">
      <tag name="cache.pool" pruneable="false"/>
      <tag name="kernel.reset" method="reset"/>
      <argument type="service" id="api_platform.cache.metadata.operation.recorder_inner"/>
      <argument type="service" id="profiler.is_disabled_state_checker" on-invalid="ignore"/>
    </service>
    <service id="api_platform.metadata.mutator_collection.resource" class="ApiPlatform\Metadata\Mutator\ResourceMutatorCollection"/>
    <service id="api_platform.metadata.mutator_collection.operation" class="ApiPlatform\Metadata\Mutator\OperationMutatorCollection"/>
    <service id="api_platform.metadata.resource.metadata_collection_factory.php_doc" class="ApiPlatform\Metadata\Resource\Factory\PhpDocResourceMetadataCollectionFactory">
      <argument type="service" id="api_platform.metadata.resource.metadata_collection_factory.alternate_uri"/>
    </service>
    <service id="api_platform.metadata.resource_extractor.yaml" class="ApiPlatform\Metadata\Extractor\YamlResourceExtractor">
      <argument type="collection"/>
      <argument type="service" id="service_container"/>
    </service>
    <service id="api_platform.metadata.property_extractor.yaml" class="ApiPlatform\Metadata\Extractor\YamlPropertyExtractor">
      <argument type="collection"/>
      <argument type="service" id="service_container"/>
    </service>
    <service id="api_platform.metadata.resource.name_collection_factory.yaml" class="ApiPlatform\Metadata\Resource\Factory\ExtractorResourceNameCollectionFactory">
      <argument type="service" id="api_platform.metadata.resource_extractor.yaml"/>
      <argument type="service" id="api_platform.metadata.resource.name_collection_factory.class_name"/>
    </service>
    <service id="api_platform.metadata.resource.metadata_collection_factory.yaml" class="ApiPlatform\Metadata\Resource\Factory\ExtractorResourceMetadataCollectionFactory">
      <argument type="service" id="api_platform.metadata.resource_extractor.yaml"/>
      <argument type="service" id="api_platform.metadata.resource.metadata_collection_factory.concerns"/>
      <argument>%api_platform.defaults%</argument>
      <argument type="service" id="monolog.logger" on-invalid="null"/>
      <argument>false</argument>
    </service>
    <service id="api_platform.metadata.property.metadata_factory.yaml" class="ApiPlatform\Metadata\Property\Factory\ExtractorPropertyMetadataFactory">
      <argument type="service" id="api_platform.metadata.property_extractor.yaml"/>
      <argument type="service" id="api_platform.metadata.property.metadata_factory.identifier"/>
    </service>
    <service id="api_platform.metadata.property.name_collection_factory.yaml" class="ApiPlatform\Metadata\Property\Factory\ExtractorPropertyNameCollectionFactory">
      <argument type="service" id="api_platform.metadata.property_extractor.yaml"/>
      <argument type="service" id="api_platform.metadata.property.name_collection_factory.concerns"/>
    </service>
    <service id="api_platform.json_schema.json_schema_generate_command" class="ApiPlatform\JsonSchema\Command\JsonSchemaGenerateCommand">
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="api_platform.json_schema.backward_compatible_schema_factory"/>
      <argument>%api_platform.formats%</argument>
      <call method="setName">
        <argument>api:json-schema:generate</argument>
      </call>
    </service>
    <service id="api_platform.json_schema.metadata.property.metadata_factory.schema" class="ApiPlatform\JsonSchema\Metadata\Property\Factory\SchemaPropertyMetadataFactory">
      <argument type="service" id="api_platform.resource_class_resolver"/>
      <argument type="service" id="api_platform.metadata.property.metadata_factory.validator"/>
    </service>
    <service id="api_platform.json_schema.backward_compatible_schema_factory" class="ApiPlatform\JsonSchema\BackwardCompatibleSchemaFactory">
      <tag name="container.decorator" id="api_platform.json_schema.schema_factory" inner="api_platform.hydra.json_schema.schema_factory.inner"/>
      <argument type="service" id="api_platform.hydra.json_schema.schema_factory"/>
    </service>
    <service id="api_platform.json_schema.definition_name_factory" class="ApiPlatform\JsonSchema\DefinitionNameFactory"/>
    <service id="api_platform.openapi.provider" class="ApiPlatform\OpenApi\State\OpenApiProvider">
      <tag name="api_platform.state_provider" priority="-100" key="ApiPlatform\OpenApi\State\OpenApiProvider"/>
      <tag name="api_platform.state_provider" priority="-100" key="api_platform.openapi.provider"/>
      <argument type="service" id="lexik_jwt_authentication.api_platform.openapi.factory"/>
    </service>
    <service id="api_platform.openapi.serializer_context_builder" class="ApiPlatform\OpenApi\Serializer\SerializerContextBuilder">
      <tag name="container.decorator" id="api_platform.serializer.context_builder" inner="api_platform.serializer.context_builder.filter.inner"/>
      <argument type="service" id="api_platform.serializer.context_builder.filter"/>
    </service>
    <service id="api_platform.openapi.options" class="ApiPlatform\OpenApi\Options">
      <argument>LivreComment API</argument>
      <argument>API publique LivreComment — consommée par l'app web (Twig+Hotwire) et l'app mobile native à venir.</argument>
      <argument>1.0.0</argument>
      <argument>false</argument>
      <argument>oauth2</argument>
      <argument>application</argument>
      <argument/>
      <argument/>
      <argument/>
      <argument type="collection"/>
      <argument type="collection"/>
      <argument>null</argument>
      <argument>null</argument>
      <argument>null</argument>
      <argument>null</argument>
      <argument>null</argument>
      <argument>null</argument>
      <argument>true</argument>
      <argument>false</argument>
      <argument type="collection"/>
      <argument type="collection"/>
      <argument>null</argument>
      <argument>null</argument>
      <argument>null</argument>
    </service>
    <service id="api_platform.openapi.command" class="ApiPlatform\OpenApi\Command\OpenApiCommand">
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="lexik_jwt_authentication.api_platform.openapi.factory"/>
      <argument type="service" id="debug.serializer"/>
      <call method="setName">
        <argument>api:openapi:export</argument>
      </call>
    </service>
    <service id="api_platform.openapi.normalizer.legacy" class="ApiPlatform\OpenApi\Serializer\LegacyOpenApiNormalizer">
      <tag name="serializer.normalizer"/>
      <tag name="serializer.normalizer.default"/>
      <tag name="container.decorator" id="api_platform.openapi.normalizer.api_gateway" inner="api_platform.openapi.normalizer.legacy.inner"/>
      <argument type="service" id="api_platform.openapi.normalizer.legacy.inner"/>
      <argument type="collection">
        <argument key="hydra_prefix">false</argument>
      </argument>
    </service>
    <service id="api_platform.cache.openapi" class="Symfony\Component\Cache\Adapter\TraceableAdapter" public="true">
      <tag name="cache.pool" pruneable="false"/>
      <tag name="kernel.reset" method="reset"/>
      <argument type="service" id="api_platform.cache.openapi.recorder_inner"/>
      <argument type="service" id="profiler.is_disabled_state_checker" on-invalid="ignore"/>
    </service>
    <service id="api_platform.jsonopenapi.encoder" class="ApiPlatform\Serializer\JsonEncoder">
      <tag name="serializer.encoder"/>
      <tag name="serializer.encoder.default"/>
      <argument>jsonopenapi</argument>
      <argument>null</argument>
    </service>
    <service id="api_platform.yamlopenapi.encoder" class="ApiPlatform\Serializer\YamlEncoder">
      <tag name="serializer.encoder"/>
      <tag name="serializer.encoder.default"/>
      <argument>yamlopenapi</argument>
      <argument type="service" id="serializer.encoder.yaml" on-invalid="null"/>
    </service>
    <service id="api_platform.swagger_ui.context" class="ApiPlatform\Symfony\Bundle\SwaggerUi\SwaggerUiContext">
      <argument>true</argument>
      <argument>true</argument>
      <argument>false</argument>
      <argument>false</argument>
      <argument>false</argument>
      <argument>null</argument>
      <argument type="collection"/>
      <argument>true</argument>
      <argument type="collection"/>
    </service>
    <service id="api_platform.swagger_ui.processor" class="ApiPlatform\Symfony\Bundle\SwaggerUi\SwaggerUiProcessor">
      <tag name="api_platform.state_processor" priority="-100" key="api_platform.swagger_ui.processor"/>
      <argument type="service" id="twig" on-invalid="null"/>
      <argument type="service" id="router.default"/>
      <argument type="service" id="debug.serializer"/>
      <argument type="service" id="api_platform.openapi.options"/>
      <argument type="service" id="api_platform.swagger_ui.context"/>
      <argument>%api_platform.docs_formats%</argument>
      <argument/>
      <argument/>
      <argument>false</argument>
    </service>
    <service id="api_platform.swagger_ui.provider" class="ApiPlatform\Symfony\Bundle\SwaggerUi\SwaggerUiProvider">
      <argument type="service" id="api_platform.state_provider.access_checker.pre_read"/>
      <argument type="service" id="lexik_jwt_authentication.api_platform.openapi.factory"/>
    </service>
    <service id="api_platform.jsonld.action.context" class="ApiPlatform\JsonLd\Action\ContextAction" public="true">
      <argument type="service" id="api_platform.jsonld.context_builder"/>
      <argument type="service" id="api_platform.metadata.resource.name_collection_factory.cached"/>
      <argument type="service" id="api_platform.doctrine.orm.metadata.resource.metadata_collection_factory"/>
      <argument type="service" id="api_platform.state_provider.content_negotiation" on-invalid="null"/>
      <argument type="service" id="api_platform.state_processor.validate" on-invalid="null"/>
      <argument type="service" id="debug.serializer" on-invalid="null"/>
    </service>
    <service id="api_platform.hydra.processor.link" class="ApiPlatform\Hydra\State\HydraLinkProcessor">
      <argument type="service" id="api_platform.hydra.processor.link.inner"/>
      <argument type="service" id="api_platform.router"/>
    </service>
    <service id="api_platform.jsonld.context_builder" class="ApiPlatform\JsonLd\ContextBuilder">
      <argument type="service" id="api_platform.metadata.resource.name_collection_factory.cached"/>
      <argument type="service" id="api_platform.doctrine.orm.metadata.resource.metadata_collection_factory"/>
      <argument type="service" id="api_platform.metadata.property.name_collection_factory.cached"/>
      <argument type="service" id="api_platform.metadata.property.metadata_factory.cached"/>
      <argument type="service" id="api_platform.router"/>
      <argument type="service" id="api_platform.symfony.iri_converter.skolem"/>
      <argument type="service" id="api_platform.hydra.name_converter.hydra_prefix"/>
      <argument>%api_platform.serializer.default_context%</argument>
    </service>
    <service id="api_platform.jsonld.normalizer.item" class="ApiPlatform\JsonLd\Serializer\ItemNormalizer">
      <tag name="serializer.normalizer" priority="-890"/>
      <tag name="serializer.normalizer.default" priority="-890"/>
      <argument type="service" id="api_platform.doctrine.orm.metadata.resource.metadata_collection_factory"/>
      <argument type="service" id="api_platform.metadata.property.name_collection_factory.cached"/>
      <argument type="service" id="api_platform.metadata.property.metadata_factory.cached"/>
      <argument type="service" id="api_platform.symfony.iri_converter"/>
      <argument type="service" id="api_platform.resource_class_resolver"/>
      <argument type="service" id="api_platform.jsonld.context_builder"/>
      <argument type="service" id="property_accessor"/>
      <argument type="service" id="api_platform.hydra.name_converter.hydra_prefix" on-invalid="ignore"/>
      <argument type="service" id="api_platform.serializer.mapping.class_metadata_factory" on-invalid="ignore"/>
      <argument>%api_platform.serializer.default_context%</argument>
      <argument type="service" id="api_platform.security.resource_access_checker" on-invalid="ignore"/>
      <argument>null</argument>
      <argument type="service" id="api_platform.metadata.operation.metadata_factory.cached" on-invalid="ignore"/>
      <argument type="service" id="api_platform.serializer.operation_resource_resolver"/>
    </service>
    <service id="api_platform.jsonld.normalizer.error" class="ApiPlatform\JsonLd\Serializer\ErrorNormalizer">
      <tag name="serializer.normalizer" priority="-880"/>
      <tag name="serializer.normalizer.default" priority="-880"/>
      <argument type="service" id="api_platform.jsonld.normalizer.item"/>
      <argument>%api_platform.serializer.default_context%</argument>
    </service>
    <service id="api_platform.jsonld.normalizer.object" class="ApiPlatform\JsonLd\Serializer\ObjectNormalizer">
      <tag name="serializer.normalizer" priority="-995"/>
      <tag name="serializer.normalizer.default" priority="-995"/>
      <argument type="service" id="api_platform.normalizer.object"/>
      <argument type="service" id="api_platform.symfony.iri_converter"/>
      <argument type="service" id="api_platform.jsonld.context_builder"/>
    </service>
    <service id="api_platform.jsonld.normalizer.validation_exception" class="ApiPlatform\Symfony\Validator\Serializer\ValidationExceptionNormalizer">
      <tag name="serializer.normalizer" priority="-800"/>
      <tag name="serializer.normalizer.default" priority="-800"/>
      <argument type="service" id="api_platform.jsonld.normalizer.error"/>
      <argument type="service" id="api_platform.hydra.name_converter.hydra_prefix" on-invalid="ignore"/>
    </service>
    <service id="api_platform.jsonld.encoder" class="ApiPlatform\Serializer\JsonEncoder">
      <tag name="serializer.encoder"/>
      <tag name="serializer.encoder.default"/>
      <argument>jsonld</argument>
      <argument>null</argument>
    </service>
    <service id="api_platform.hydra.json_schema.schema_factory" class="ApiPlatform\Hydra\JsonSchema\SchemaFactory">
      <argument type="service" id="api_platform.hydra.json_schema.schema_factory.inner"/>
      <argument>%api_platform.serializer.default_context%</argument>
      <argument type="service" id="api_platform.json_schema.definition_name_factory" on-invalid="ignore"/>
      <argument type="service" id="api_platform.doctrine.orm.metadata.resource.metadata_collection_factory" on-invalid="ignore"/>
    </service>
    <service id="api_platform.hydra.normalizer.documentation" class="ApiPlatform\Hydra\Serializer\DocumentationNormalizer">
      <tag name="serializer.normalizer" priority="-800"/>
      <tag name="serializer.normalizer.default" priority="-800"/>
      <argument type="service" id="api_platform.doctrine.orm.metadata.resource.metadata_collection_factory"/>
      <argument type="service" id="api_platform.metadata.property.name_collection_factory.cached"/>
      <argument type="service" id="api_platform.metadata.property.metadata_factory.cached"/>
      <argument type="service" id="api_platform.resource_class_resolver"/>
      <argument type="service" id="api_platform.router"/>
      <argument type="service" id="api_platform.hydra.name_converter.hydra_prefix" on-invalid="ignore"/>
      <argument>%api_platform.serializer.default_context%</argument>
      <argument>true</argument>
    </service>
    <service id="api_platform.hydra.normalizer.constraint_violation_list" class="ApiPlatform\Hydra\Serializer\ConstraintViolationListNormalizer">
      <tag name="serializer.normalizer" priority="-780"/>
      <tag name="serializer.normalizer.default" priority="-780"/>
      <argument type="collection"/>
      <argument type="service" id="api_platform.hydra.name_converter.hydra_prefix" on-invalid="ignore"/>
      <argument>%api_platform.serializer.default_context%</argument>
    </service>
    <service id="api_platform.hydra.normalizer.entrypoint" class="ApiPlatform\Hydra\Serializer\EntrypointNormalizer">
      <tag name="serializer.normalizer" priority="-800"/>
      <tag name="serializer.normalizer.default" priority="-800"/>
      <argument type="service" id="api_platform.doctrine.orm.metadata.resource.metadata_collection_factory"/>
      <argument type="service" id="api_platform.symfony.iri_converter"/>
      <argument type="service" id="api_platform.router"/>
    </service>
    <service id="api_platform.hydra.normalizer.partial_collection_view" class="ApiPlatform\Hydra\Serializer\PartialCollectionViewNormalizer">
      <argument type="service" id="api_platform.hydra.normalizer.partial_collection_view.inner"/>
      <argument>page</argument>
      <argument>pagination</argument>
      <argument type="service" id="api_platform.doctrine.orm.metadata.resource.metadata_collection_factory"/>
      <argument type="service" id="property_accessor"/>
      <argument>1</argument>
      <argument>%api_platform.serializer.default_context%</argument>
    </service>
    <service id="api_platform.hydra.normalizer.collection_filters" class="ApiPlatform\Hydra\Serializer\CollectionFiltersNormalizer">
      <tag name="serializer.normalizer" priority="-985"/>
      <tag name="serializer.normalizer.default" priority="-985"/>
      <tag name="container.decorator" id="api_platform.hydra.normalizer.collection" inner="api_platform.hydra.normalizer.partial_collection_view.inner"/>
      <argument type="service" id="api_platform.hydra.normalizer.partial_collection_view"/>
      <argument type="service" id="api_platform.doctrine.orm.metadata.resource.metadata_collection_factory"/>
      <argument type="service" id="api_platform.resource_class_resolver"/>
      <argument type="service" id="api_platform.filter_locator"/>
      <argument>%api_platform.serializer.default_context%</argument>
    </service>
    <service id="api_platform.hydra.name_converter.hydra_prefix" class="ApiPlatform\Hydra\Serializer\HydraPrefixNameConverter">
      <argument type="service" id="api_platform.name_converter.metadata_aware"/>
      <argument>%api_platform.serializer.default_context%</argument>
    </service>
    <service id="api_platform.problem.encoder" class="ApiPlatform\Serializer\JsonEncoder">
      <tag name="serializer.encoder"/>
      <tag name="serializer.encoder.default"/>
      <argument>jsonproblem</argument>
    </service>
    <service id="api_platform.problem.normalizer.validation_exception" class="ApiPlatform\Symfony\Validator\Serializer\ValidationExceptionNormalizer">
      <tag name="serializer.normalizer" priority="-800"/>
      <tag name="serializer.normalizer.default" priority="-800"/>
      <argument type="service" id="api_platform.serializer.normalizer.item"/>
      <argument type="service" id="api_platform.hydra.name_converter.hydra_prefix" on-invalid="ignore"/>
    </service>
    <service id="api_platform.doctrine.metadata_factory" class="Doctrine\Persistence\Mapping\ClassMetadataFactory">
      <factory service="doctrine.orm.default_entity_manager" method="getMetadataFactory"/>
    </service>
    <service id="api_platform.doctrine.orm.state.remove_processor" class="ApiPlatform\Doctrine\Common\State\RemoveProcessor">
      <tag name="api_platform.state_processor" priority="-100" key="api_platform.doctrine.orm.state.remove_processor"/>
      <tag name="api_platform.state_processor" priority="-100" key="ApiPlatform\Doctrine\Common\State\RemoveProcessor"/>
      <argument type="service" id="doctrine"/>
    </service>
    <service id="api_platform.doctrine.orm.state.persist_processor" class="ApiPlatform\Doctrine\Common\State\PersistProcessor">
      <tag name="api_platform.state_processor" priority="-100" key="api_platform.doctrine.orm.state.persist_processor"/>
      <tag name="api_platform.state_processor" priority="-100" key="ApiPlatform\Doctrine\Common\State\PersistProcessor"/>
      <argument type="service" id="doctrine"/>
    </service>
    <service id="api_platform.doctrine.orm.order_filter" class="ApiPlatform\Doctrine\Orm\Filter\OrderFilter" abstract="true">
      <argument key="0" type="service" id="doctrine"/>
      <argument key="1">order</argument>
      <argument key="2" type="service" id="monolog.logger" on-invalid="ignore"/>
      <argument key="nameConverter" type="service" id="api_platform.hydra.name_converter.hydra_prefix" on-invalid="ignore"/>
      <argument key="orderNullsComparison">null</argument>
    </service>
    <service id="api_platform.doctrine.orm.order_filter.instance" class="ApiPlatform\Doctrine\Orm\Filter\OrderFilter">
      <argument type="service" id="doctrine"/>
      <argument>order</argument>
      <argument type="service" id="monolog.logger" on-invalid="ignore"/>
      <argument type="collection"/>
      <argument type="service" id="api_platform.hydra.name_converter.hydra_prefix" on-invalid="ignore"/>
      <argument>null</argument>
    </service>
    <service id="api_platform.doctrine.orm.range_filter" class="ApiPlatform\Doctrine\Orm\Filter\RangeFilter" abstract="true">
      <argument key="0" type="service" id="doctrine"/>
      <argument key="1" type="service" id="monolog.logger" on-invalid="ignore"/>
      <argument key="nameConverter" type="service" id="api_platform.hydra.name_converter.hydra_prefix" on-invalid="ignore"/>
    </service>
    <service id="api_platform.doctrine.orm.range_filter.instance" class="ApiPlatform\Doctrine\Orm\Filter\RangeFilter">
      <argument type="service" id="doctrine"/>
      <argument type="service" id="monolog.logger" on-invalid="ignore"/>
      <argument type="collection"/>
      <argument type="service" id="api_platform.hydra.name_converter.hydra_prefix" on-invalid="ignore"/>
    </service>
    <service id="api_platform.doctrine.orm.date_filter" class="ApiPlatform\Doctrine\Orm\Filter\DateFilter" abstract="true">
      <argument key="0" type="service" id="doctrine"/>
      <argument key="1" type="service" id="monolog.logger" on-invalid="ignore"/>
      <argument key="nameConverter" type="service" id="api_platform.hydra.name_converter.hydra_prefix" on-invalid="ignore"/>
    </service>
    <service id="api_platform.doctrine.orm.date_filter.instance" class="ApiPlatform\Doctrine\Orm\Filter\DateFilter">
      <argument type="service" id="doctrine"/>
      <argument type="service" id="monolog.logger" on-invalid="ignore"/>
      <argument type="collection"/>
      <argument type="service" id="api_platform.hydra.name_converter.hydra_prefix" on-invalid="ignore"/>
    </service>
    <service id="api_platform.doctrine.orm.backed_enum_filter" class="ApiPlatform\Doctrine\Orm\Filter\BackedEnumFilter" abstract="true">
      <argument key="0" type="service" id="doctrine"/>
      <argument key="1" type="service" id="monolog.logger" on-invalid="ignore"/>
      <argument key="nameConverter" type="service" id="api_platform.hydra.name_converter.hydra_prefix" on-invalid="ignore"/>
    </service>
    <service id="api_platform.doctrine.orm.backed_enum_filter.instance" class="ApiPlatform\Doctrine\Orm\Filter\BackedEnumFilter">
      <argument type="service" id="doctrine"/>
      <argument type="service" id="monolog.logger" on-invalid="ignore"/>
      <argument type="collection"/>
      <argument type="service" id="api_platform.hydra.name_converter.hydra_prefix" on-invalid="ignore"/>
    </service>
    <service id="api_platform.doctrine.orm.boolean_filter" class="ApiPlatform\Doctrine\Orm\Filter\BooleanFilter" abstract="true">
      <argument key="0" type="service" id="doctrine"/>
      <argument key="1" type="service" id="monolog.logger" on-invalid="ignore"/>
      <argument key="nameConverter" type="service" id="api_platform.hydra.name_converter.hydra_prefix" on-invalid="ignore"/>
    </service>
    <service id="api_platform.doctrine.orm.boolean_filter.instance" class="ApiPlatform\Doctrine\Orm\Filter\BooleanFilter">
      <argument type="service" id="doctrine"/>
      <argument type="service" id="monolog.logger" on-invalid="ignore"/>
      <argument type="collection"/>
      <argument type="service" id="api_platform.hydra.name_converter.hydra_prefix" on-invalid="ignore"/>
    </service>
    <service id="api_platform.doctrine.orm.numeric_filter" class="ApiPlatform\Doctrine\Orm\Filter\NumericFilter" abstract="true">
      <argument key="0" type="service" id="doctrine"/>
      <argument key="1" type="service" id="monolog.logger" on-invalid="ignore"/>
      <argument key="nameConverter" type="service" id="api_platform.hydra.name_converter.hydra_prefix" on-invalid="ignore"/>
    </service>
    <service id="api_platform.doctrine.orm.numeric_filter.instance" class="ApiPlatform\Doctrine\Orm\Filter\NumericFilter">
      <argument type="service" id="doctrine"/>
      <argument type="service" id="monolog.logger" on-invalid="ignore"/>
      <argument type="collection"/>
      <argument type="service" id="api_platform.hydra.name_converter.hydra_prefix" on-invalid="ignore"/>
    </service>
    <service id="api_platform.doctrine.orm.exists_filter" class="ApiPlatform\Doctrine\Orm\Filter\ExistsFilter" abstract="true">
      <argument key="0" type="service" id="doctrine"/>
      <argument key="1" type="service" id="monolog.logger" on-invalid="ignore"/>
      <argument key="existsParameterName">exists</argument>
      <argument key="nameConverter" type="service" id="api_platform.hydra.name_converter.hydra_prefix" on-invalid="ignore"/>
    </service>
    <service id="api_platform.doctrine.orm.exists_filter.instance" class="ApiPlatform\Doctrine\Orm\Filter\ExistsFilter">
      <argument type="service" id="doctrine"/>
      <argument type="service" id="monolog.logger" on-invalid="ignore"/>
      <argument type="collection"/>
      <argument>exists</argument>
      <argument type="service" id="api_platform.hydra.name_converter.hydra_prefix" on-invalid="ignore"/>
    </service>
    <service id="api_platform.doctrine.orm.query_extension.eager_loading" class="ApiPlatform\Doctrine\Orm\Extension\EagerLoadingExtension">
      <tag name="api_platform.doctrine.orm.query_extension.item" priority="-8"/>
      <tag name="api_platform.doctrine.orm.query_extension.collection" priority="-18"/>
      <argument type="service" id="api_platform.metadata.property.name_collection_factory.cached"/>
      <argument type="service" id="api_platform.metadata.property.metadata_factory.cached"/>
      <argument>30</argument>
      <argument>true</argument>
      <argument>false</argument>
      <argument type="service" id="api_platform.serializer.mapping.class_metadata_factory"/>
    </service>
    <service id="api_platform.doctrine.orm.query_extension.filter" class="ApiPlatform\Doctrine\Orm\Extension\FilterExtension">
      <tag name="api_platform.doctrine.orm.query_extension.collection" priority="-16"/>
      <argument type="service" id="api_platform.filter_locator"/>
    </service>
    <service id="api_platform.doctrine.orm.query_extension.filter_eager_loading" class="ApiPlatform\Doctrine\Orm\Extension\FilterEagerLoadingExtension">
      <tag name="api_platform.doctrine.orm.query_extension.collection" priority="-17"/>
      <argument>true</argument>
      <argument type="service" id="api_platform.resource_class_resolver"/>
    </service>
    <service id="api_platform.doctrine.orm.query_extension.pagination" class="ApiPlatform\Doctrine\Orm\Extension\PaginationExtension">
      <tag name="api_platform.doctrine.orm.query_extension.collection" priority="-64"/>
      <argument type="service" id="doctrine"/>
      <argument type="service" id="api_platform.pagination"/>
    </service>
    <service id="api_platform.doctrine.orm.query_extension.order" class="ApiPlatform\Doctrine\Orm\Extension\OrderExtension">
      <tag name="api_platform.doctrine.orm.query_extension.collection" priority="-32"/>
      <argument>ASC</argument>
    </service>
    <service id="api_platform.doctrine.orm.extension.parameter_extension" class="ApiPlatform\Doctrine\Orm\Extension\ParameterExtension">
      <tag name="api_platform.doctrine.orm.query_extension.collection" priority="-16"/>
      <tag name="api_platform.doctrine.orm.query_extension.item" priority="-9"/>
      <argument type="service" id="api_platform.filter_locator"/>
      <argument type="service" id="doctrine" on-invalid="null"/>
      <argument type="service" id="monolog.logger" on-invalid="null"/>
      <argument type="service" id="api_platform.hydra.name_converter.hydra_prefix" on-invalid="null"/>
    </service>
    <service id="api_platform.doctrine.orm.metadata.property.metadata_factory" class="ApiPlatform\Doctrine\Orm\Metadata\Property\DoctrineOrmPropertyMetadataFactory">
      <argument type="service" id="doctrine"/>
      <argument type="service" id="api_platform.metadata.property.metadata_factory.property_info"/>
    </service>
    <service id="api_platform.doctrine.orm.state.collection_provider" class="ApiPlatform\Doctrine\Orm\State\CollectionProvider">
      <tag name="api_platform.state_provider" priority="-100" key="ApiPlatform\Doctrine\Orm\State\CollectionProvider"/>
      <tag name="api_platform.state_provider" priority="-100" key="api_platform.doctrine.orm.state.collection_provider"/>
      <argument type="service" id="api_platform.doctrine.orm.metadata.resource.metadata_collection_factory"/>
      <argument type="service" id="doctrine"/>
      <argument type="tagged_iterator" tag="api_platform.doctrine.orm.query_extension.collection"/>
      <argument type="service" id=".service_locator.uBzcXBf"/>
    </service>
    <service id="api_platform.doctrine.orm.state.item_provider" class="ApiPlatform\Doctrine\Orm\State\ItemProvider">
      <tag name="api_platform.state_provider" priority="-100" key="ApiPlatform\Doctrine\Orm\State\ItemProvider"/>
      <tag name="api_platform.state_provider" priority="-100" key="api_platform.doctrine.orm.state.item_provider"/>
      <argument type="service" id="api_platform.doctrine.orm.metadata.resource.metadata_collection_factory"/>
      <argument type="service" id="doctrine"/>
      <argument type="tagged_iterator" tag="api_platform.doctrine.orm.query_extension.item"/>
      <argument type="service" id=".service_locator.uBzcXBf"/>
    </service>
    <service id="api_platform.doctrine.orm.search_filter" class="ApiPlatform\Doctrine\Orm\Filter\SearchFilter" abstract="true">
      <argument key="0" type="service" id="doctrine"/>
      <argument key="1" type="service" id="api_platform.symfony.iri_converter"/>
      <argument key="2" type="service" id="property_accessor"/>
      <argument key="3" type="service" id="monolog.logger" on-invalid="ignore"/>
      <argument key="identifiersExtractor" type="service" id="api_platform.api.identifiers_extractor" on-invalid="ignore"/>
      <argument key="nameConverter" type="service" id="api_platform.hydra.name_converter.hydra_prefix" on-invalid="ignore"/>
    </service>
    <service id="api_platform.doctrine.orm.search_filter.instance" class="ApiPlatform\Doctrine\Orm\Filter\SearchFilter">
      <argument type="service" id="doctrine"/>
      <argument type="service" id="api_platform.symfony.iri_converter"/>
      <argument type="service" id="property_accessor"/>
      <argument type="service" id="monolog.logger" on-invalid="ignore"/>
      <argument type="collection"/>
      <argument type="service" id="api_platform.api.identifiers_extractor" on-invalid="ignore"/>
      <argument type="service" id="api_platform.hydra.name_converter.hydra_prefix" on-invalid="ignore"/>
    </service>
    <service id="api_platform.doctrine.orm.uuid_filter" class="ApiPlatform\Doctrine\Orm\Filter\UuidFilter"/>
    <service id="api_platform.doctrine.orm.ulid_filter" class="ApiPlatform\Doctrine\Orm\Filter\UlidFilter"/>
    <service id="api_platform.doctrine.orm.uuid_binary_filter" class="ApiPlatform\Doctrine\Orm\Filter\UuidBinaryFilter"/>
    <service id="api_platform.doctrine.orm.metadata.resource.metadata_collection_factory" class="ApiPlatform\Doctrine\Orm\Metadata\Resource\DoctrineOrmResourceCollectionMetadataFactory">
      <argument type="service" id="doctrine"/>
      <argument type="service" id="api_platform.metadata.resource.metadata_collection_factory.cached"/>
    </service>
    <service id="api_platform.doctrine.orm.metadata.resource.link_factory" class="ApiPlatform\Doctrine\Orm\Metadata\Resource\DoctrineOrmLinkFactory">
      <tag name="container.decorator" id="api_platform.metadata.resource.link_factory" inner="api_platform.doctrine.orm.metadata.resource.link_factory.inner"/>
      <argument type="service" id="doctrine"/>
      <argument type="service" id="api_platform.metadata.property.name_collection_factory.cached"/>
      <argument type="service" id="api_platform.resource_class_resolver"/>
      <argument type="service" id="api_platform.doctrine.orm.metadata.resource.link_factory.inner"/>
    </service>
    <service id="api_platform.doctrine.orm.metadata.resource.parameter_metadata_collection_factory" class="ApiPlatform\Doctrine\Orm\Metadata\Resource\DoctrineOrmParameterResourceMetadataCollectionFactory">
      <argument type="service" id="doctrine"/>
      <argument type="service" id="api_platform.validator.metadata.resource.metadata_collection_factory.parameter"/>
    </service>
    <service id="api_platform.doctrine.orm.links_handler" class="ApiPlatform\Doctrine\Orm\State\LinksHandler">
      <tag name="api_platform.doctrine.orm.links_handler" key="api_platform.doctrine.orm.links_handler"/>
      <argument type="service" id="api_platform.doctrine.orm.metadata.resource.metadata_collection_factory"/>
      <argument type="service" id="doctrine"/>
    </service>
    <service id="api_platform.http_cache.processor.add_headers" class="ApiPlatform\HttpCache\State\AddHeadersProcessor">
      <tag name="container.decorator" id="api_platform.state_processor.respond" inner="api_platform.hydra.processor.link.inner"/>
      <argument type="service" id="api_platform.state_processor.add_link_header"/>
      <argument>true</argument>
      <argument>null</argument>
      <argument>null</argument>
      <argument>%api_platform.http_cache.vary%</argument>
      <argument>null</argument>
      <argument>null</argument>
      <argument>null</argument>
    </service>
    <service id="api_platform.metadata.property.metadata_factory.validator" class="ApiPlatform\Symfony\Validator\Metadata\Property\ValidatorPropertyMetadataFactory">
      <argument type="service" id="debug.validator"/>
      <argument type="service" id="api_platform.metadata.property.metadata_factory.yaml"/>
      <argument type="tagged_iterator" tag="api_platform.metadata.property_schema_restriction"/>
    </service>
    <service id="api_platform.metadata.property_schema.choice_restriction" class="ApiPlatform\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaChoiceRestriction">
      <tag name="api_platform.metadata.property_schema_restriction"/>
    </service>
    <service id="api_platform.metadata.property_schema.collection_restriction" class="ApiPlatform\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaCollectionRestriction">
      <tag name="api_platform.metadata.property_schema_restriction"/>
      <argument type="tagged_iterator" tag="api_platform.metadata.property_schema_restriction"/>
    </service>
    <service id="api_platform.metadata.property_schema.count_restriction" class="ApiPlatform\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaCountRestriction">
      <tag name="api_platform.metadata.property_schema_restriction"/>
    </service>
    <service id="api_platform.metadata.property_schema.css_color_restriction" class="ApiPlatform\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaCssColorRestriction">
      <tag name="api_platform.metadata.property_schema_restriction"/>
    </service>
    <service id="api_platform.metadata.property_schema.greater_than_or_equal_restriction" class="ApiPlatform\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaGreaterThanOrEqualRestriction">
      <tag name="api_platform.metadata.property_schema_restriction"/>
    </service>
    <service id="api_platform.metadata.property_schema.greater_than_restriction" class="ApiPlatform\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaGreaterThanRestriction">
      <tag name="api_platform.metadata.property_schema_restriction"/>
    </service>
    <service id="api_platform.metadata.property_schema.length_restriction" class="ApiPlatform\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaLengthRestriction">
      <tag name="api_platform.metadata.property_schema_restriction"/>
    </service>
    <service id="api_platform.metadata.property_schema.less_than_or_equal_restriction" class="ApiPlatform\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaLessThanOrEqualRestriction">
      <tag name="api_platform.metadata.property_schema_restriction"/>
    </service>
    <service id="api_platform.metadata.property_schema.less_than_restriction" class="ApiPlatform\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaLessThanRestriction">
      <tag name="api_platform.metadata.property_schema_restriction"/>
    </service>
    <service id="api_platform.metadata.property_schema.one_of_restriction" class="ApiPlatform\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaOneOfRestriction">
      <tag name="api_platform.metadata.property_schema_restriction"/>
      <argument type="tagged_iterator" tag="api_platform.metadata.property_schema_restriction"/>
    </service>
    <service id="api_platform.metadata.property_schema.range_restriction" class="ApiPlatform\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaRangeRestriction">
      <tag name="api_platform.metadata.property_schema_restriction"/>
    </service>
    <service id="api_platform.metadata.property_schema.regex_restriction" class="ApiPlatform\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaRegexRestriction">
      <tag name="api_platform.metadata.property_schema_restriction"/>
    </service>
    <service id="api_platform.metadata.property_schema.format_restriction" class="ApiPlatform\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaFormat">
      <tag name="api_platform.metadata.property_schema_restriction"/>
    </service>
    <service id="api_platform.metadata.property_schema.unique_restriction" class="ApiPlatform\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaUniqueRestriction">
      <tag name="api_platform.metadata.property_schema_restriction"/>
    </service>
    <service id="api_platform.validator" class="ApiPlatform\Symfony\Validator\Validator">
      <argument type="service" id="debug.validator"/>
      <argument type="service" id="api_platform.filter_locator"/>
    </service>
    <service id="api_platform.validator.state.error_provider" class="ApiPlatform\Symfony\Validator\State\ErrorProvider">
      <tag name="api_platform.state_provider" key="api_platform.validator.state.error_provider"/>
    </service>
    <service id="api_platform.validator.metadata.resource.metadata_collection_factory.parameter" class="ApiPlatform\Validator\Metadata\Resource\Factory\ParameterValidationResourceMetadataCollectionFactory">
      <argument type="service" id="api_platform.metadata.resource.metadata_collection_factory.parameter"/>
      <argument type="service" id="api_platform.filter_locator"/>
      <argument type="collection"/>
    </service>
    <service id="api_platform.state_provider.parameter_validator" class="ApiPlatform\Symfony\Validator\State\ParameterValidatorProvider" public="true">
      <argument type="service" id="debug.validator"/>
      <argument type="service" id="api_platform.state_provider.access_checker.post_validate"/>
    </service>
    <service id="api_platform.state_processor.validate" class="ApiPlatform\Symfony\Validator\State\ValidateProcessor">
      <argument type="service" id="api_platform.state_processor.write"/>
      <argument type="service" id="api_platform.validator"/>
    </service>
    <service id="api_platform.data_collector.request" class="ApiPlatform\Symfony\Bundle\DataCollector\RequestDataCollector">
      <tag name="data_collector" template="@ApiPlatform/DataCollector/request.html.twig" id="api_platform.data_collector.request" priority="334"/>
      <argument type="service" id="api_platform.doctrine.orm.metadata.resource.metadata_collection_factory"/>
      <argument type="service" id="api_platform.filter_locator"/>
    </service>
    <service id="debug.var_dumper.cloner" class="Symfony\Component\VarDumper\Cloner\VarCloner"/>
    <service id="debug.var_dumper.cli_dumper" class="Symfony\Component\VarDumper\Dumper\CliDumper"/>
    <service id="debug.api_platform.debug_resource.command" class="ApiPlatform\Symfony\Bundle\Command\DebugResourceCommand">
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="api_platform.doctrine.orm.metadata.resource.metadata_collection_factory"/>
      <argument type="service" id="debug.var_dumper.cloner"/>
      <argument type="service" id="debug.var_dumper.cli_dumper"/>
      <call method="setName">
        <argument>debug:api-resource</argument>
      </call>
      <call method="setDescription">
        <argument>Debug API Platform resources</argument>
      </call>
    </service>
    <service id="api_platform.messenger.metadata.resource.metadata_collection_factory" class="ApiPlatform\Symfony\Messenger\Metadata\MessengerResourceMetadataCollectionFactory">
      <argument type="service" id="api_platform.metadata.resource.metadata_collection_factory.php_doc"/>
    </service>
    <service id="ApiPlatform\Symfony\Messenger\Processor" class="ApiPlatform\Symfony\Messenger\Processor">
      <tag name="api_platform.state_processor" priority="-900"/>
      <argument type="service" id="debug.traced.messenger.bus.default"/>
    </service>
    <service id="api_platform.security.resource_access_checker" class="ApiPlatform\Symfony\Security\ResourceAccessChecker">
      <argument type="service" id="security.expression_language" on-invalid="null"/>
      <argument type="service" id="security.authentication.trust_resolver" on-invalid="null"/>
      <argument type="service" id="security.role_hierarchy" on-invalid="null"/>
      <argument type="service" id="security.token_storage" on-invalid="null"/>
      <argument type="service" id="security.authorization_checker" on-invalid="null"/>
      <argument>false</argument>
    </service>
    <service id="api_platform.security.expression_language_provider" class="ApiPlatform\Symfony\Security\Core\Authorization\ExpressionLanguageProvider">
      <tag name="security.expression_language_provider"/>
    </service>
    <service id="api_platform.state_provider.access_checker.post_deserialize" class="ApiPlatform\Symfony\Security\State\AccessCheckerProvider">
      <tag name="container.decorator" id="api_platform.state_provider.deserialize" inner="api_platform.state_provider.access_checker.post_deserialize.inner"/>
      <argument type="service" id="api_platform.state_provider.access_checker.post_deserialize.inner"/>
      <argument type="service" id="api_platform.security.resource_access_checker"/>
      <argument>post_denormalize</argument>
    </service>
    <service id="api_platform.state_provider.security_parameter" class="ApiPlatform\State\Provider\SecurityParameterProvider">
      <tag name="container.decorator" id="api_platform.state_provider.access_checker" inner="api_platform.state_provider.security_parameter.inner"/>
      <argument type="service" id="api_platform.state_provider.security_parameter.inner"/>
      <argument type="service" id="api_platform.security.resource_access_checker"/>
    </service>
    <service id="api_platform.state_provider.access_checker.pre_read" class="ApiPlatform\Symfony\Security\State\AccessCheckerProvider">
      <argument type="service" id="api_platform.state_provider.access_checker.pre_read.inner"/>
      <argument type="service" id="api_platform.security.resource_access_checker"/>
      <argument>pre_read</argument>
    </service>
    <service id="api_platform.state_provider.access_checker.post_validate" class="ApiPlatform\Symfony\Security\State\AccessCheckerProvider">
      <tag name="container.decorator" id="api_platform.state_provider.validate" inner="api_platform.state_provider.access_checker.post_validate.inner"/>
      <argument type="service" id="api_platform.state_provider.access_checker.post_validate.inner"/>
      <argument type="service" id="api_platform.security.resource_access_checker"/>
      <argument>post_validate</argument>
    </service>
    <service id="api_platform.maker.command.state_processor" class="ApiPlatform\Symfony\Maker\MakeStateProcessor">
      <tag name="maker.command"/>
      <argument/>
    </service>
    <service id="api_platform.maker.command.state_provider" class="ApiPlatform\Symfony\Maker\MakeStateProvider">
      <tag name="maker.command"/>
      <argument/>
    </service>
    <service id="api_platform.maker.command.filter" class="ApiPlatform\Symfony\Maker\MakeFilter">
      <tag name="maker.command"/>
      <argument/>
    </service>
    <service id="api_platform.argument_resolver.payload" class="ApiPlatform\Symfony\Bundle\ArgumentResolver\PayloadArgumentResolver">
      <tag name="controller.argument_value_resolver"/>
      <argument type="service" id="api_platform.doctrine.orm.metadata.resource.metadata_collection_factory"/>
      <argument type="service" id="api_platform.openapi.serializer_context_builder"/>
    </service>
    <service id="api_platform.state_provider.read_link" class="ApiPlatform\State\ParameterProvider\ReadLinkParameterProvider">
      <tag name="api_platform.parameter_provider" key="ApiPlatform\State\ParameterProvider\ReadLinkParameterProvider" priority="-890"/>
      <argument type="service" id="api_platform.state_provider.locator"/>
      <argument type="service" id="api_platform.doctrine.orm.metadata.resource.metadata_collection_factory"/>
    </service>
    <service id="web_profiler.controller.profiler" class="Symfony\Bundle\WebProfilerBundle\Controller\ProfilerController" public="true">
      <argument type="service" id="router.default" on-invalid="null"/>
      <argument type="service" id="profiler" on-invalid="null"/>
      <argument type="service" id="twig"/>
      <argument>%data_collector.templates%</argument>
      <argument type="service" id="web_profiler.csp.handler"/>
      <argument>C:\Users\rgalo\Dropbox\_LIVRECOMMENT</argument>
    </service>
    <service id="web_profiler.controller.router" class="Symfony\Bundle\WebProfilerBundle\Controller\RouterController" public="true">
      <argument type="service" id="profiler" on-invalid="null"/>
      <argument type="service" id="twig"/>
      <argument type="service" id="router.default" on-invalid="null"/>
      <argument>null</argument>
      <argument type="tagged_iterator" tag="routing.expression_language_provider"/>
    </service>
    <service id="web_profiler.controller.exception_panel" class="Symfony\Bundle\WebProfilerBundle\Controller\ExceptionPanelController" public="true">
      <argument type="service" id="error_handler.error_renderer.html"/>
      <argument type="service" id="profiler" on-invalid="null"/>
    </service>
    <service id="web_profiler.csp.handler" class="Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler">
      <argument type="service">
        <service class="Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator"/>
      </argument>
    </service>
    <service id="twig.extension.webprofiler" class="Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension">
      <tag name="twig.extension"/>
      <argument type="service">
        <service class="Symfony\Component\VarDumper\Dumper\HtmlDumper">
          <argument>null</argument>
          <argument>UTF-8</argument>
          <argument>1</argument>
          <call method="setDisplayOptions">
            <argument type="collection">
              <argument key="maxStringLength">4096</argument>
              <argument key="fileLinkFormat" type="service" id="debug.file_link_formatter"/>
            </argument>
          </call>
        </service>
      </argument>
    </service>
    <service id="debug.file_link_formatter.url_format" class="string">
      <argument type="service" id="router.default"/>
      <argument>_profiler_open_file</argument>
      <argument>?file=%%f&amp;line=%%l#line%%l</argument>
      <factory class="Symfony\Component\ErrorHandler\ErrorRenderer\FileLinkFormatter" method="generateUrlFormat"/>
    </service>
    <service id="twig.extension.code" class="Symfony\Bundle\WebProfilerBundle\Profiler\CodeExtension">
      <tag name="twig.extension"/>
      <argument type="service" id="debug.file_link_formatter"/>
      <argument>C:\Users\rgalo\Dropbox\_LIVRECOMMENT</argument>
      <argument>UTF-8</argument>
    </service>
    <service id="stimulus.helper" class="Symfony\UX\StimulusBundle\Helper\StimulusHelper">
      <argument type="service" id="twig" on-invalid="null"/>
    </service>
    <service id="stimulus.twig_extension" class="Symfony\UX\StimulusBundle\Twig\StimulusTwigExtension">
      <tag name="twig.extension" priority="-10"/>
      <argument type="service" id="stimulus.helper"/>
    </service>
    <service id="stimulus.asset_mapper.ux_package_reader" class="Symfony\UX\StimulusBundle\Ux\UxPackageReader">
      <argument>C:\Users\rgalo\Dropbox\_LIVRECOMMENT</argument>
    </service>
    <service id="stimulus.ux_controllers_twig_extension" class="Symfony\UX\StimulusBundle\Twig\UxControllersTwigExtension">
      <tag name="twig.extension"/>
    </service>
    <service id="stimulus.ux_controllers_twig_runtime" class="Symfony\UX\StimulusBundle\Twig\UxControllersTwigRuntime">
      <tag name="twig.runtime"/>
      <argument type="service" id="stimulus.asset_mapper.controllers_map_generator"/>
      <argument type="service" id="asset_mapper"/>
      <argument type="service" id="stimulus.asset_mapper.ux_package_reader"/>
      <argument>C:\Users\rgalo\Dropbox\_LIVRECOMMENT</argument>
    </service>
    <service id="stimulus.asset_mapper.controllers_map_generator" class="Symfony\UX\StimulusBundle\AssetMapper\ControllersMapGenerator">
      <argument type="service" id="asset_mapper"/>
      <argument type="service" id="stimulus.asset_mapper.ux_package_reader"/>
      <argument type="collection">
        <argument>C:\Users\rgalo\Dropbox\_LIVRECOMMENT/assets/controllers</argument>
      </argument>
      <argument>C:\Users\rgalo\Dropbox\_LIVRECOMMENT/assets/controllers.json</argument>
      <argument type="service" id="stimulus.asset_mapper.auto_import_locator" on-invalid="null"/>
    </service>
    <service id="stimulus.asset_mapper.auto_import_locator" class="Symfony\UX\StimulusBundle\AssetMapper\AutoImportLocator">
      <argument type="service" id="asset_mapper.importmap.config_reader"/>
      <argument type="service" id="asset_mapper"/>
    </service>
    <service id="stimulus.asset_mapper.loader_javascript_compiler" class="Symfony\UX\StimulusBundle\AssetMapper\StimulusLoaderJavaScriptCompiler">
      <tag name="asset_mapper.compiler" priority="100"/>
      <argument type="service" id="stimulus.asset_mapper.controllers_map_generator"/>
      <argument>true</argument>
    </service>
    <service id="turbo.id_accessor" class="Symfony\UX\Turbo\Broadcaster\IdAccessor">
      <argument type="service" id="property_accessor" on-invalid="null"/>
      <argument type="service" id="doctrine" on-invalid="null"/>
    </service>
    <service id="turbo.broadcaster.action_renderer" class="Symfony\UX\Turbo\Broadcaster\TwigBroadcaster">
      <tag name="container.decorator" id="turbo.broadcaster.imux" inner="turbo.broadcaster.action_renderer.inner"/>
      <argument type="service" id="turbo.broadcaster.action_renderer.inner"/>
      <argument type="service" id="twig"/>
      <argument type="collection">
        <argument key="App\Entity\">broadcast/</argument>
      </argument>
      <argument type="service" id="turbo.id_accessor"/>
    </service>
    <service id="turbo.twig.extension" class="Symfony\UX\Turbo\Twig\TwigExtension">
      <tag name="twig.extension"/>
    </service>
    <service id="turbo.twig.runtime" class="Symfony\UX\Turbo\Twig\TurboRuntime">
      <tag name="twig.runtime"/>
      <argument type="service" id="api_platform.filter_locator"/>
      <argument>default</argument>
    </service>
    <service id="turbo.doctrine.event_listener" class="Symfony\UX\Turbo\Doctrine\BroadcastListener">
      <tag name="doctrine.event_listener" event="onFlush"/>
      <tag name="doctrine.event_listener" event="postFlush"/>
      <argument type="service" id="turbo.broadcaster.action_renderer"/>
      <argument>null</argument>
    </service>
    <service id="turbo.kernel.request_listener" class="Symfony\UX\Turbo\Request\RequestListener">
      <tag name="kernel.event_listener" event="kernel.request" priority="256"/>
      <tag name="container.hot_path"/>
    </service>
    <service id="twig.missing_extension_suggestor" class="Twig\Extra\TwigExtraBundle\MissingExtensionSuggestor"/>
    <service id="twig.extension.html" class="Twig\Extra\Html\HtmlExtension">
      <tag name="twig.extension"/>
    </service>
    <service id="monolog.logger" class="Monolog\Logger">
      <tag name="monolog.channel_logger"/>
      <argument>app</argument>
      <call method="useMicrosecondTimestamps">
        <argument>true</argument>
      </call>
      <call method="pushHandler">
        <argument type="service" id="monolog.handler.main"/>
      </call>
      <configurator service="debug.debug_logger_configurator" method="pushDebugLogger"/>
    </service>
    <service id="monolog.logger_prototype" class="Monolog\Logger" abstract="true">
      <argument type="abstract">channel</argument>
      <configurator service="debug.debug_logger_configurator" method="pushDebugLogger"/>
    </service>
    <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.syslog" class="Monolog\Formatter\SyslogFormatter"/>
    <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.handler.main.http_code_strategy" class="Symfony\Bridge\Monolog\Handler\FingersCrossed\HttpCodeActivationStrategy">
      <argument type="service" id="request_stack"/>
      <argument type="collection">
        <argument type="collection">
          <argument key="code">404</argument>
          <argument key="urls" type="collection"/>
        </argument>
        <argument type="collection">
          <argument key="code">405</argument>
          <argument key="urls" type="collection"/>
        </argument>
      </argument>
      <argument type="service">
        <service class="Monolog\Handler\FingersCrossed\ErrorLevelActivationStrategy">
          <argument>error</argument>
        </service>
      </argument>
    </service>
    <service id="monolog.handler.main" class="Monolog\Handler\FingersCrossedHandler">
      <tag name="kernel.reset" method="reset"/>
      <argument type="service" id="monolog.handler.nested"/>
      <argument type="service" id="monolog.handler.main.http_code_strategy"/>
      <argument>0</argument>
      <argument>true</argument>
      <argument>true</argument>
      <argument>null</argument>
    </service>
    <service id="monolog.processor.psr_log_message" class="Monolog\Processor\PsrLogMessageProcessor"/>
    <service id="monolog.handler.nested" class="Monolog\Handler\StreamHandler">
      <argument>C:\Users\rgalo\Dropbox\_LIVRECOMMENT\var\log/test.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="lexik_jwt_authentication.jwt_manager" class="Lexik\Bundle\JWTAuthenticationBundle\Services\JWTManager" public="true">
      <argument type="service" id="lexik_jwt_authentication.encoder.lcobucci"/>
      <argument type="service" id="debug.event_dispatcher"/>
      <argument>email</argument>
      <argument type="service" id="lexik_jwt_authentication.payload_enrichment"/>
    </service>
    <service id="lexik_jwt_authentication.payload_enrichment.random_jti_enrichment" class="Lexik\Bundle\JWTAuthenticationBundle\Services\PayloadEnrichment\RandomJtiEnrichment"/>
    <service id="lexik_jwt_authentication.payload_enrichment" class="Lexik\Bundle\JWTAuthenticationBundle\Services\PayloadEnrichment\ChainEnrichment">
      <argument type="collection"/>
    </service>
    <service id="lexik_jwt_authentication.key_loader.abstract" abstract="true">
      <argument/>
      <argument/>
      <argument>%env(JWT_PASSPHRASE)%</argument>
      <argument type="collection"/>
    </service>
    <service id="lexik_jwt_authentication.key_loader.raw" class="Lexik\Bundle\JWTAuthenticationBundle\Services\KeyLoader\RawKeyLoader">
      <argument>%env(resolve:JWT_SECRET_KEY)%</argument>
      <argument>%env(resolve:JWT_PUBLIC_KEY)%</argument>
      <argument>%env(JWT_PASSPHRASE)%</argument>
      <argument type="collection"/>
    </service>
    <service id="lexik_jwt_authentication.encoder.lcobucci" class="Lexik\Bundle\JWTAuthenticationBundle\Encoder\LcobucciJWTEncoder">
      <argument type="service" id="lexik_jwt_authentication.jws_provider.lcobucci"/>
    </service>
    <service id="lexik_jwt_authentication.jws_provider.lcobucci" class="Lexik\Bundle\JWTAuthenticationBundle\Services\JWSProvider\LcobucciJWSProvider">
      <argument type="service" id="lexik_jwt_authentication.key_loader.raw"/>
      <argument>RS256</argument>
      <argument>3600</argument>
      <argument>0</argument>
      <argument>false</argument>
    </service>
    <service id="lexik_jwt_authentication.handler.authentication_success" class="Lexik\Bundle\JWTAuthenticationBundle\Security\Http\Authentication\AuthenticationSuccessHandler">
      <tag name="monolog.logger" channel="security"/>
      <argument type="service" id="lexik_jwt_authentication.jwt_manager"/>
      <argument type="service" id="debug.event_dispatcher"/>
      <argument type="collection"/>
      <argument>true</argument>
    </service>
    <service id="lexik_jwt_authentication.handler.authentication_failure" class="Lexik\Bundle\JWTAuthenticationBundle\Security\Http\Authentication\AuthenticationFailureHandler">
      <tag name="monolog.logger" channel="security"/>
      <argument type="service" id="debug.event_dispatcher"/>
      <argument type="service" id="translator.data_collector" on-invalid="null"/>
    </service>
    <service id="lexik_jwt_authentication.security.jwt_authenticator" class="Lexik\Bundle\JWTAuthenticationBundle\Security\Authenticator\JWTAuthenticator" abstract="true">
      <argument type="service" id="lexik_jwt_authentication.jwt_manager"/>
      <argument type="service" id="debug.event_dispatcher"/>
      <argument type="service" id="lexik_jwt_authentication.extractor.chain_extractor"/>
      <argument/>
      <argument type="service" id="translator.data_collector" on-invalid="null"/>
    </service>
    <service id="lexik_jwt_authentication.extractor.chain_extractor" class="Lexik\Bundle\JWTAuthenticationBundle\TokenExtractor\ChainTokenExtractor">
      <argument type="collection">
        <argument type="service" id="lexik_jwt_authentication.extractor.authorization_header_extractor"/>
      </argument>
    </service>
    <service id="lexik_jwt_authentication.extractor.authorization_header_extractor" class="Lexik\Bundle\JWTAuthenticationBundle\TokenExtractor\AuthorizationHeaderTokenExtractor">
      <argument>Bearer</argument>
      <argument>Authorization</argument>
    </service>
    <service id="lexik_jwt_authentication.extractor.query_parameter_extractor" class="Lexik\Bundle\JWTAuthenticationBundle\TokenExtractor\QueryParameterTokenExtractor">
      <argument/>
    </service>
    <service id="lexik_jwt_authentication.extractor.cookie_extractor" class="Lexik\Bundle\JWTAuthenticationBundle\TokenExtractor\CookieTokenExtractor">
      <argument/>
    </service>
    <service id="lexik_jwt_authentication.extractor.split_cookie_extractor" class="Lexik\Bundle\JWTAuthenticationBundle\TokenExtractor\SplitCookieExtractor">
      <argument type="collection"/>
    </service>
    <service id="lexik_jwt_authentication.security.jwt_user_provider" class="Lexik\Bundle\JWTAuthenticationBundle\Security\User\JWTUserProvider">
      <argument/>
    </service>
    <service id="lexik_jwt_authentication.check_config_command" class="Lexik\Bundle\JWTAuthenticationBundle\Command\CheckConfigCommand">
      <tag name="console.command" command="lexik:jwt:check-config"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="lexik_jwt_authentication.key_loader.raw"/>
      <argument>RS256</argument>
      <call method="setName">
        <argument>lexik:jwt:check-config</argument>
      </call>
      <call method="setDescription">
        <argument>Checks that the bundle is properly configured.</argument>
      </call>
    </service>
    <service id="lexik_jwt_authentication.migrate_config_command" class="Lexik\Bundle\JWTAuthenticationBundle\Command\MigrateConfigCommand">
      <tag name="console.command" command="lexik:jwt:migrate-config"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="lexik_jwt_authentication.key_loader.raw"/>
      <argument>%env(JWT_PASSPHRASE)%</argument>
      <argument>RS256</argument>
      <call method="setName">
        <argument>lexik:jwt:migrate-config</argument>
      </call>
      <call method="setDescription">
        <argument>Migrate LexikJWTAuthenticationBundle configuration to the Web-Token one.</argument>
      </call>
    </service>
    <service id="lexik_jwt_authentication.enable_encryption_config_command" class="Lexik\Bundle\JWTAuthenticationBundle\Command\EnableEncryptionConfigCommand">
      <tag name="console.command" command="lexik:jwt:enable-encryption"/>
      <tag name="container.no_preload"/>
      <argument>null</argument>
      <call method="setName">
        <argument>lexik:jwt:enable-encryption</argument>
      </call>
      <call method="setDescription">
        <argument>Enable Web-Token encryption support.</argument>
      </call>
    </service>
    <service id="lexik_jwt_authentication.generate_token_command" class="Lexik\Bundle\JWTAuthenticationBundle\Command\GenerateTokenCommand" public="true">
      <tag name="console.command" command="lexik:jwt:generate-token"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="lexik_jwt_authentication.jwt_manager"/>
      <argument type="iterator">
        <argument type="service" id="security.user.provider.concrete.app_user_provider"/>
      </argument>
      <call method="setName">
        <argument>lexik:jwt:generate-token</argument>
      </call>
      <call method="setDescription">
        <argument>Generates a JWT token for a given user.</argument>
      </call>
    </service>
    <service id="lexik_jwt_authentication.generate_keypair_command" class="Lexik\Bundle\JWTAuthenticationBundle\Command\GenerateKeyPairCommand">
      <tag name="console.command" command="lexik:jwt:generate-keypair"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="filesystem"/>
      <argument>%env(resolve:JWT_SECRET_KEY)%</argument>
      <argument>%env(resolve:JWT_PUBLIC_KEY)%</argument>
      <argument>%env(JWT_PASSPHRASE)%</argument>
      <argument>RS256</argument>
      <call method="setName">
        <argument>lexik:jwt:generate-keypair</argument>
      </call>
      <call method="setDescription">
        <argument>Generate public/private keys for use in your application.</argument>
      </call>
    </service>
    <service id="lexik_jwt_authentication.api_platform.openapi.factory" class="Lexik\Bundle\JWTAuthenticationBundle\OpenApi\OpenApiFactory">
      <tag name="container.decorator" id="api_platform.openapi.factory" inner="lexik_jwt_authentication.api_platform.openapi.factory.inner"/>
      <argument type="service" id="lexik_jwt_authentication.api_platform.openapi.factory.inner"/>
      <argument>/api/v1/auth/login</argument>
      <argument>email</argument>
      <argument>password</argument>
    </service>
    <service id="symfonycasts.reset_password.fake_request_repository" class="SymfonyCasts\Bundle\ResetPassword\Persistence\Fake\FakeResetPasswordInternalRepository"/>
    <service id="symfonycasts.reset_password.cleaner" class="SymfonyCasts\Bundle\ResetPassword\Util\ResetPasswordCleaner">
      <argument type="service" id="App\Repository\ResetPasswordRequestRepository"/>
      <argument>true</argument>
    </service>
    <service id="SymfonyCasts\Bundle\ResetPassword\Command\ResetPasswordRemoveExpiredCommand" class="SymfonyCasts\Bundle\ResetPassword\Command\ResetPasswordRemoveExpiredCommand">
      <tag name="console.command" command="reset-password:remove-expired"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="symfonycasts.reset_password.cleaner"/>
      <call method="setName">
        <argument>reset-password:remove-expired</argument>
      </call>
    </service>
    <service id="symfonycasts.reset_password.random_generator" class="SymfonyCasts\Bundle\ResetPassword\Generator\ResetPasswordRandomGenerator"/>
    <service id="symfonycasts.reset_password.token_generator" class="SymfonyCasts\Bundle\ResetPassword\Generator\ResetPasswordTokenGenerator">
      <argument>%env(APP_SECRET)%</argument>
      <argument type="service" id="symfonycasts.reset_password.random_generator"/>
    </service>
    <service id="symfonycasts.reset_password.helper" class="SymfonyCasts\Bundle\ResetPassword\ResetPasswordHelper">
      <argument type="service" id="symfonycasts.reset_password.token_generator"/>
      <argument type="service" id="symfonycasts.reset_password.cleaner"/>
      <argument type="service" id="App\Repository\ResetPasswordRequestRepository"/>
      <argument>3600</argument>
      <argument>3600</argument>
    </service>
    <service id="ux.twig_component.component_template_finder" class="Symfony\UX\TwigComponent\ComponentTemplateFinder">
      <argument type="service" id="twig.loader.native_filesystem"/>
      <argument>components/</argument>
    </service>
    <service id="ux.twig_component.component_factory" class="Symfony\UX\TwigComponent\ComponentFactory">
      <tag name="kernel.reset" method="reset"/>
      <argument type="service" id="ux.twig_component.component_template_finder"/>
      <argument type="service" id=".service_locator.AivgbuO"/>
      <argument type="service" id="property_accessor"/>
      <argument type="service" id="debug.event_dispatcher"/>
      <argument type="collection">
        <argument key="ea:Icon" type="collection">
          <argument key="key">ea:Icon</argument>
          <argument key="service_id">EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Icon</argument>
          <argument key="class">EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Icon</argument>
          <argument key="template">@EasyAdmin/components/Icon.html.twig</argument>
          <argument key="pre_mount" type="collection"/>
          <argument key="mount" type="collection"/>
          <argument key="post_mount" type="collection"/>
        </argument>
        <argument key="ea:Flag" type="collection">
          <argument key="key">ea:Flag</argument>
          <argument key="service_id">EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Flag</argument>
          <argument key="class">EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Flag</argument>
          <argument key="template">@EasyAdmin/components/Flag.html.twig</argument>
          <argument key="pre_mount" type="collection"/>
          <argument key="mount" type="collection"/>
          <argument key="post_mount" type="collection"/>
        </argument>
        <argument key="ea:Alert" type="collection">
          <argument key="key">ea:Alert</argument>
          <argument key="service_id">EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Alert</argument>
          <argument key="class">EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Alert</argument>
          <argument key="template">@EasyAdmin/components/Alert.html.twig</argument>
          <argument key="pre_mount" type="collection"/>
          <argument key="mount" type="collection">
            <argument>mount</argument>
          </argument>
          <argument key="post_mount" type="collection"/>
        </argument>
        <argument key="ea:Badge" type="collection">
          <argument key="key">ea:Badge</argument>
          <argument key="service_id">EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Badge</argument>
          <argument key="class">EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Badge</argument>
          <argument key="template">@EasyAdmin/components/Badge.html.twig</argument>
          <argument key="pre_mount" type="collection"/>
          <argument key="mount" type="collection">
            <argument>mount</argument>
          </argument>
          <argument key="post_mount" type="collection"/>
        </argument>
        <argument key="ea:Pagination" type="collection">
          <argument key="key">ea:Pagination</argument>
          <argument key="service_id">EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Pagination</argument>
          <argument key="class">EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Pagination</argument>
          <argument key="template">@EasyAdmin/components/Pagination.html.twig</argument>
          <argument key="pre_mount" type="collection"/>
          <argument key="mount" type="collection">
            <argument>mount</argument>
          </argument>
          <argument key="post_mount" type="collection"/>
        </argument>
        <argument key="ea:Button" type="collection">
          <argument key="key">ea:Button</argument>
          <argument key="service_id">EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Button</argument>
          <argument key="class">EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Button</argument>
          <argument key="template">@EasyAdmin/components/Button.html.twig</argument>
          <argument key="pre_mount" type="collection">
            <argument>migrateHtmlAttributes</argument>
          </argument>
          <argument key="mount" type="collection">
            <argument>mount</argument>
          </argument>
          <argument key="post_mount" type="collection"/>
        </argument>
      </argument>
      <argument type="collection">
        <argument key="EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Icon">ea:Icon</argument>
        <argument key="EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Flag">ea:Flag</argument>
        <argument key="EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Alert">ea:Alert</argument>
        <argument key="EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Badge">ea:Badge</argument>
        <argument key="EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Pagination">ea:Pagination</argument>
        <argument key="EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Button">ea:Button</argument>
      </argument>
      <argument type="service" id="twig"/>
    </service>
    <service id="ux.twig_component.component_stack" class="Symfony\UX\TwigComponent\ComponentStack"/>
    <service id="ux.twig_component.component_properties" class="Symfony\UX\TwigComponent\ComponentProperties">
      <argument type="service" id="property_accessor"/>
      <argument type="collection">
        <argument key="EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Icon">null</argument>
        <argument key="EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Flag">null</argument>
        <argument key="EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Alert">null</argument>
        <argument key="EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Badge">null</argument>
        <argument key="EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Pagination">null</argument>
        <argument key="EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Button">null</argument>
      </argument>
      <argument type="service" id="cache.ux.twig_component" on-invalid="ignore"/>
    </service>
    <service id="ux.twig_component.component_renderer" class="Symfony\UX\TwigComponent\ComponentRenderer">
      <tag name="kernel.reset" method="reset"/>
      <argument type="service" id="twig"/>
      <argument type="service" id="debug.event_dispatcher"/>
      <argument type="service" id="ux.twig_component.component_factory"/>
      <argument type="service" id="ux.twig_component.component_properties"/>
      <argument type="service" id="ux.twig_component.component_stack"/>
    </service>
    <service id="ux.twig_component.twig.component_extension" class="Symfony\UX\TwigComponent\Twig\ComponentExtension">
      <tag name="twig.extension"/>
    </service>
    <service id="ux.twig_component.twig.component_runtime" class="Symfony\UX\TwigComponent\Twig\ComponentRuntime">
      <tag name="twig.runtime"/>
      <argument type="service" id="ux.twig_component.component_renderer"/>
      <argument type="service" id="api_platform.filter_locator"/>
    </service>
    <service id="ux.twig_component.twig.lexer" class="Symfony\UX\TwigComponent\Twig\ComponentLexer"/>
    <service id="ux.twig_component.twig.environment_configurator" class="Symfony\UX\TwigComponent\Twig\TwigEnvironmentConfigurator">
      <tag name="container.decorator" id="twig.configurator.environment" inner="ux.twig_component.twig.environment_configurator.inner"/>
      <argument type="service" id="ux.twig_component.twig.environment_configurator.inner"/>
    </service>
    <service id="ux.twig_component.command.debug" class="Symfony\UX\TwigComponent\Command\TwigComponentDebugCommand">
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <argument>%twig.default_path%</argument>
      <argument type="service" id="ux.twig_component.component_factory"/>
      <argument type="service" id="twig"/>
      <argument type="collection">
        <argument key="EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Icon">ea:Icon</argument>
        <argument key="EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Flag">ea:Flag</argument>
        <argument key="EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Alert">ea:Alert</argument>
        <argument key="EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Badge">ea:Badge</argument>
        <argument key="EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Pagination">ea:Pagination</argument>
        <argument key="EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Button">ea:Button</argument>
      </argument>
      <argument>components/</argument>
      <call method="setName">
        <argument>debug:twig-component</argument>
      </call>
      <call method="setDescription">
        <argument>Display components and them usages for an application</argument>
      </call>
    </service>
    <service id="ux.twig_component.component_logger_listener" class="Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener">
      <tag name="kernel.event_subscriber"/>
    </service>
    <service id="ux.twig_component.data_collector" class="Symfony\UX\TwigComponent\DataCollector\TwigComponentDataCollector">
      <tag name="data_collector" template="@TwigComponent/Collector/twig_component.html.twig" id="twig_component" priority="256"/>
      <argument type="service" id="ux.twig_component.component_logger_listener"/>
      <argument type="service" id="twig"/>
      <argument>true</argument>
    </service>
    <service id="cache.ux.twig_component" class="Symfony\Component\Cache\Adapter\TraceableAdapter">
      <tag name="cache.pool" pruneable="false"/>
      <tag name="kernel.reset" method="reset"/>
      <argument type="service" id="cache.ux.twig_component.recorder_inner"/>
      <argument type="service" id="profiler.is_disabled_state_checker" on-invalid="ignore"/>
    </service>
    <service id="ux.twig_component.cache_warmer" class="Symfony\UX\TwigComponent\CacheWarmer\TwigComponentCacheWarmer">
      <tag name="kernel.cache_warmer"/>
      <tag name="container.service_subscriber" id="ux.twig_component.component_properties"/>
      <argument type="service" id=".service_locator.eB5.jjc.ux.twig_component.cache_warmer"/>
    </service>
    <service id="EasyCorp\Bundle\EasyAdminBundle\Command\MakeAdminDashboardCommand" class="EasyCorp\Bundle\EasyAdminBundle\Command\MakeAdminDashboardCommand" public="true">
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="EasyCorp\Bundle\EasyAdminBundle\Maker\ClassMaker"/>
      <argument>C:\Users\rgalo\Dropbox\_LIVRECOMMENT</argument>
      <call method="setName">
        <argument>make:admin:dashboard</argument>
      </call>
      <call method="setDescription">
        <argument>Creates a new EasyAdmin Dashboard class</argument>
      </call>
    </service>
    <service id="EasyCorp\Bundle\EasyAdminBundle\Command\MakeCrudControllerCommand" class="EasyCorp\Bundle\EasyAdminBundle\Command\MakeCrudControllerCommand" public="true">
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <argument>C:\Users\rgalo\Dropbox\_LIVRECOMMENT</argument>
      <argument type="service" id="EasyCorp\Bundle\EasyAdminBundle\Maker\ClassMaker"/>
      <argument type="service" id="doctrine"/>
      <call method="setName">
        <argument>make:admin:crud</argument>
      </call>
      <call method="setDescription">
        <argument>Creates a new EasyAdmin CRUD controller class</argument>
      </call>
    </service>
    <service id="EasyCorp\Bundle\EasyAdminBundle\Maker\ClassMaker" class="EasyCorp\Bundle\EasyAdminBundle\Maker\ClassMaker">
      <argument type="service" id="kernel"/>
      <argument>C:\Users\rgalo\Dropbox\_LIVRECOMMENT</argument>
    </service>
    <service id="EasyCorp\Bundle\EasyAdminBundle\DataCollector\EasyAdminDataCollector" class="EasyCorp\Bundle\EasyAdminBundle\DataCollector\EasyAdminDataCollector">
      <tag name="data_collector" id="easyadmin" template="@EasyAdmin/inspector/data_collector.html.twig"/>
      <argument type="service" id="EasyCorp\Bundle\EasyAdminBundle\Provider\AdminContextProvider"/>
    </service>
    <service id="EasyCorp\Bundle\EasyAdminBundle\EventListener\ExceptionListener" class="EasyCorp\Bundle\EasyAdminBundle\EventListener\ExceptionListener">
      <tag name="kernel.event_listener" event="kernel.exception" priority="-64"/>
      <argument>true</argument>
      <argument type="service" id="EasyCorp\Bundle\EasyAdminBundle\Provider\AdminContextProvider"/>
      <argument type="service" id="twig"/>
      <argument type="service" id="monolog.logger" on-invalid="null"/>
    </service>
    <service id="EasyCorp\Bundle\EasyAdminBundle\Twig\EasyAdminTwigExtension" class="EasyCorp\Bundle\EasyAdminBundle\Twig\EasyAdminTwigExtension">
      <tag name="twig.extension"/>
      <argument type="service" id="service_locator_EasyCorp\Bundle\EasyAdminBundle\Router\AdminUrlGenerator"/>
      <argument type="service" id="EasyCorp\Bundle\EasyAdminBundle\Provider\AdminContextProvider"/>
      <argument type="service" id="translator.data_collector"/>
    </service>
    <service id="EasyCorp\Bundle\EasyAdminBundle\Form\Extension\EaCrudFormTypeExtension" class="EasyCorp\Bundle\EasyAdminBundle\Form\Extension\EaCrudFormTypeExtension">
      <tag name="form.type_extension"/>
      <argument type="service" id="EasyCorp\Bundle\EasyAdminBundle\Provider\AdminContextProvider"/>
    </service>
    <service id="EasyCorp\Bundle\EasyAdminBundle\Form\Extension\CollectionTypeExtension" class="EasyCorp\Bundle\EasyAdminBundle\Form\Extension\CollectionTypeExtension">
      <tag name="form.type_extension"/>
    </service>
    <service id="EasyCorp\Bundle\EasyAdminBundle\Security\AuthorizationChecker" class="EasyCorp\Bundle\EasyAdminBundle\Security\AuthorizationChecker">
      <argument type="service" id="security.authorization_checker" on-invalid="null"/>
    </service>
    <service id="EasyCorp\Bundle\EasyAdminBundle\Intl\IntlFormatter" class="EasyCorp\Bundle\EasyAdminBundle\Intl\IntlFormatter"/>
    <service id="EasyCorp\Bundle\EasyAdminBundle\Provider\AdminContextProvider" class="EasyCorp\Bundle\EasyAdminBundle\Provider\AdminContextProvider">
      <argument type="service" id="request_stack"/>
    </service>
    <service id="EasyCorp\Bundle\EasyAdminBundle\ArgumentResolver\AdminContextResolver" class="EasyCorp\Bundle\EasyAdminBundle\ArgumentResolver\AdminContextResolver">
      <tag name="controller.argument_value_resolver"/>
      <argument type="service" id="EasyCorp\Bundle\EasyAdminBundle\Provider\AdminContextProvider"/>
    </service>
    <service id="EasyCorp\Bundle\EasyAdminBundle\ArgumentResolver\BatchActionDtoResolver" class="EasyCorp\Bundle\EasyAdminBundle\ArgumentResolver\BatchActionDtoResolver">
      <tag name="controller.argument_value_resolver"/>
      <argument type="service" id="EasyCorp\Bundle\EasyAdminBundle\Provider\AdminContextProvider"/>
      <argument type="service" id="EasyCorp\Bundle\EasyAdminBundle\Router\AdminUrlGenerator"/>
    </service>
    <service id="EasyCorp\Bundle\EasyAdminBundle\EventListener\AdminRouterSubscriber" class="EasyCorp\Bundle\EasyAdminBundle\EventListener\AdminRouterSubscriber">
      <tag name="kernel.event_subscriber"/>
      <tag name="container.hot_path"/>
      <tag name="container.hot_path"/>
      <argument type="service" id="EasyCorp\Bundle\EasyAdminBundle\Factory\AdminContextFactory"/>
      <argument type="service" id="EasyCorp\Bundle\EasyAdminBundle\Factory\ControllerFactory"/>
      <argument type="service" id="debug.controller_resolver"/>
      <argument type="service" id="router.default"/>
      <argument type="service" id="router.default"/>
      <argument type="service" id="cache.easyadmin"/>
      <argument type="service" id="EasyCorp\Bundle\EasyAdminBundle\Router\AdminRouteGenerator"/>
    </service>
    <service id="EasyCorp\Bundle\EasyAdminBundle\Factory\ControllerFactory" class="EasyCorp\Bundle\EasyAdminBundle\Factory\ControllerFactory">
      <argument type="service" id="debug.controller_resolver"/>
    </service>
    <service id="EasyCorp\Bundle\EasyAdminBundle\EventListener\CrudResponseListener" class="EasyCorp\Bundle\EasyAdminBundle\EventListener\CrudResponseListener">
      <tag name="kernel.event_listener" event="Symfony\Component\HttpKernel\Event\ViewEvent"/>
      <argument type="service" id="EasyCorp\Bundle\EasyAdminBundle\Provider\AdminContextProvider"/>
      <argument type="service" id="twig"/>
    </service>
    <service id="EasyCorp\Bundle\EasyAdminBundle\Factory\AdminContextFactory" class="EasyCorp\Bundle\EasyAdminBundle\Factory\AdminContextFactory">
      <argument type="service" id="security.token_storage" on-invalid="null"/>
      <argument type="service" id="EasyCorp\Bundle\EasyAdminBundle\Factory\MenuFactory"/>
      <argument type="service" id="EasyCorp\Bundle\EasyAdminBundle\Registry\AdminControllerRegistry"/>
      <argument type="service" id="EasyCorp\Bundle\EasyAdminBundle\Factory\EntityFactory"/>
      <argument type="service" id="EasyCorp\Bundle\EasyAdminBundle\Router\AdminRouteGenerator"/>
      <argument type="service" id="EasyCorp\Bundle\EasyAdminBundle\Factory\ActionFactory"/>
      <argument type="service" id="EasyCorp\Bundle\EasyAdminBundle\Translation\EntityTranslationIdGenerator"/>
      <argument type="service" id="translator.data_collector"/>
    </service>
    <service id="EasyCorp\Bundle\EasyAdminBundle\Router\AdminUrlGenerator" class="EasyCorp\Bundle\EasyAdminBundle\Router\AdminUrlGenerator" shared="false">
      <argument type="service" id="EasyCorp\Bundle\EasyAdminBundle\Provider\AdminContextProvider"/>
      <argument type="service" id="router.default"/>
      <argument type="service" id="EasyCorp\Bundle\EasyAdminBundle\Registry\AdminControllerRegistry"/>
      <argument type="service" id="EasyCorp\Bundle\EasyAdminBundle\Router\AdminRouteGenerator"/>
      <argument type="service" id="cache.easyadmin"/>
    </service>
    <service id="service_locator_EasyCorp\Bundle\EasyAdminBundle\Router\AdminUrlGenerator" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="EasyCorp\Bundle\EasyAdminBundle\Router\AdminUrlGeneratorInterface" type="service_closure" id="EasyCorp\Bundle\EasyAdminBundle\Router\AdminUrlGenerator"/>
        <argument key="EasyCorp\Bundle\EasyAdminBundle\Router\AdminUrlGenerator" type="service_closure" id="EasyCorp\Bundle\EasyAdminBundle\Router\AdminUrlGenerator"/>
      </argument>
    </service>
    <service id="cache.easyadmin" class="Symfony\Component\Cache\Adapter\TraceableAdapter" public="true">
      <tag name="cache.pool" pruneable="false"/>
      <tag name="kernel.reset" method="reset"/>
      <argument type="service" id="cache.easyadmin.recorder_inner"/>
      <argument type="service" id="profiler.is_disabled_state_checker" on-invalid="ignore"/>
    </service>
    <service id="EasyCorp\Bundle\EasyAdminBundle\Registry\AdminControllerRegistry" class="EasyCorp\Bundle\EasyAdminBundle\Registry\AdminControllerRegistry">
      <argument type="service" id="cache.easyadmin"/>
    </service>
    <service id="EasyCorp\Bundle\EasyAdminBundle\Router\AdminRouteGenerator" class="EasyCorp\Bundle\EasyAdminBundle\Router\AdminRouteGenerator">
      <argument type="tagged_iterator" tag="ea.dashboard_controller"/>
      <argument type="tagged_iterator" tag="ea.crud_controller"/>
      <argument type="service" id="cache.easyadmin"/>
      <argument type="tagged_iterator" tag="ea.admin_route_controller"/>
    </service>
    <service id="EasyCorp\Bundle\EasyAdminBundle\Router\AdminRouteLoader" class="EasyCorp\Bundle\EasyAdminBundle\Router\AdminRouteLoader">
      <tag name="routing.loader" type="easyadmin.routes"/>
      <argument type="service" id="EasyCorp\Bundle\EasyAdminBundle\Router\AdminRouteGenerator"/>
    </service>
    <service id="EasyCorp\Bundle\EasyAdminBundle\Factory\MenuFactory" class="EasyCorp\Bundle\EasyAdminBundle\Factory\MenuFactory">
      <argument type="service" id="EasyCorp\Bundle\EasyAdminBundle\Provider\AdminContextProvider"/>
      <argument type="service" id="EasyCorp\Bundle\EasyAdminBundle\Security\AuthorizationChecker"/>
      <argument type="service" id="security.logout_url_generator"/>
      <argument type="service" id="EasyCorp\Bundle\EasyAdminBundle\Router\AdminUrlGenerator"/>
      <argument type="service" id="EasyCorp\Bundle\EasyAdminBundle\Menu\MenuItemMatcher"/>
      <argument type="service" id="EasyCorp\Bundle\EasyAdminBundle\Translation\EntityTranslationIdGenerator"/>
    </service>
    <service id="EasyCorp\Bundle\EasyAdminBundle\Menu\MenuItemMatcher" class="EasyCorp\Bundle\EasyAdminBundle\Menu\MenuItemMatcher">
      <argument type="service" id="EasyCorp\Bundle\EasyAdminBundle\Router\AdminUrlGenerator"/>
    </service>
    <service id="EasyCorp\Bundle\EasyAdminBundle\Orm\EntityRepository" class="EasyCorp\Bundle\EasyAdminBundle\Orm\EntityRepository">
      <argument type="service" id="EasyCorp\Bundle\EasyAdminBundle\Provider\AdminContextProvider"/>
      <argument type="service" id="doctrine"/>
      <argument type="service" id="EasyCorp\Bundle\EasyAdminBundle\Factory\EntityFactory"/>
      <argument type="service" id="EasyCorp\Bundle\EasyAdminBundle\Factory\FormFactory"/>
      <argument type="service" id="debug.event_dispatcher"/>
    </service>
    <service id="EasyCorp\Bundle\EasyAdminBundle\Factory\EntityFactory" class="EasyCorp\Bundle\EasyAdminBundle\Factory\EntityFactory">
      <argument type="service" id="EasyCorp\Bundle\EasyAdminBundle\Security\AuthorizationChecker"/>
      <argument type="service" id="doctrine"/>
      <argument type="service" id="debug.event_dispatcher"/>
    </service>
    <service id="EasyCorp\Bundle\EasyAdminBundle\Orm\EntityPaginator" class="EasyCorp\Bundle\EasyAdminBundle\Orm\EntityPaginator">
      <argument type="service" id="EasyCorp\Bundle\EasyAdminBundle\Router\AdminUrlGenerator"/>
      <argument type="service" id="EasyCorp\Bundle\EasyAdminBundle\Factory\EntityFactory"/>
      <argument type="service" id="request_stack"/>
      <argument type="service" id="twig"/>
    </service>
    <service id="EasyCorp\Bundle\EasyAdminBundle\Orm\EntityUpdater" class="EasyCorp\Bundle\EasyAdminBundle\Orm\EntityUpdater">
      <argument type="service" id="property_accessor"/>
      <argument type="service" id="debug.validator"/>
    </service>
    <service id="EasyCorp\Bundle\EasyAdminBundle\Factory\PaginatorFactory" class="EasyCorp\Bundle\EasyAdminBundle\Factory\PaginatorFactory">
      <argument type="service" id="EasyCorp\Bundle\EasyAdminBundle\Provider\AdminContextProvider"/>
      <argument type="service" id="EasyCorp\Bundle\EasyAdminBundle\Orm\EntityPaginator"/>
    </service>
    <service id="EasyCorp\Bundle\EasyAdminBundle\Factory\FormFactory" class="EasyCorp\Bundle\EasyAdminBundle\Factory\FormFactory">
      <argument type="service" id="form.factory"/>
      <argument type="service" id="EasyCorp\Bundle\EasyAdminBundle\Router\AdminUrlGenerator"/>
    </service>
    <service id="EasyCorp\Bundle\EasyAdminBundle\Factory\FormLayoutFactory" class="EasyCorp\Bundle\EasyAdminBundle\Factory\FormLayoutFactory">
      <argument type="service" id="translator.data_collector"/>
    </service>
    <service id="EasyCorp\Bundle\EasyAdminBundle\Factory\FieldFactory" class="EasyCorp\Bundle\EasyAdminBundle\Factory\FieldFactory">
      <argument type="service" id="EasyCorp\Bundle\EasyAdminBundle\Provider\AdminContextProvider"/>
      <argument type="service" id="EasyCorp\Bundle\EasyAdminBundle\Security\AuthorizationChecker"/>
      <argument type="tagged_iterator" tag="ea.field_configurator"/>
      <argument type="service" id="EasyCorp\Bundle\EasyAdminBundle\Factory\FormLayoutFactory"/>
    </service>
    <service id="EasyCorp\Bundle\EasyAdminBundle\Provider\FieldProvider" class="EasyCorp\Bundle\EasyAdminBundle\Provider\FieldProvider">
      <argument type="service" id="EasyCorp\Bundle\EasyAdminBundle\Provider\AdminContextProvider"/>
    </service>
    <service id="EasyCorp\Bundle\EasyAdminBundle\Factory\FilterFactory" class="EasyCorp\Bundle\EasyAdminBundle\Factory\FilterFactory">
      <argument type="service" id="EasyCorp\Bundle\EasyAdminBundle\Provider\AdminContextProvider"/>
      <argument type="tagged_iterator" tag="ea.filter_configurator"/>
    </service>
    <service id="EasyCorp\Bundle\EasyAdminBundle\Form\Type\FiltersFormType" class="EasyCorp\Bundle\EasyAdminBundle\Form\Type\FiltersFormType">
      <tag name="form.type" alias="ea_filters"/>
    </service>
    <service id="EasyCorp\Bundle\EasyAdminBundle\Form\Type\FileUploadType" class="EasyCorp\Bundle\EasyAdminBundle\Form\Type\FileUploadType">
      <tag name="form.type"/>
      <argument>C:\Users\rgalo\Dropbox\_LIVRECOMMENT</argument>
      <argument type="service" id="filesystem"/>
    </service>
    <service id="EasyCorp\Bundle\EasyAdminBundle\Form\Type\EaMoneyType" class="EasyCorp\Bundle\EasyAdminBundle\Form\Type\EaMoneyType">
      <tag name="form.type"/>
    </service>
    <service id="EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\ChoiceConfigurator" class="EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\ChoiceConfigurator">
      <tag name="ea.filter_configurator"/>
    </service>
    <service id="EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\CommonConfigurator" class="EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\CommonConfigurator">
      <tag name="ea.filter_configurator" priority="9999"/>
      <tag name="ea.filter_configurator"/>
      <argument type="service" id="EasyCorp\Bundle\EasyAdminBundle\Translation\EntityTranslationIdGenerator"/>
    </service>
    <service id="EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\ComparisonConfigurator" class="EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\ComparisonConfigurator">
      <tag name="ea.filter_configurator"/>
    </service>
    <service id="EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\CountryConfigurator" class="EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\CountryConfigurator">
      <tag name="ea.filter_configurator"/>
    </service>
    <service id="EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\CurrencyConfigurator" class="EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\CurrencyConfigurator">
      <tag name="ea.filter_configurator"/>
    </service>
    <service id="EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\DateTimeConfigurator" class="EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\DateTimeConfigurator">
      <tag name="ea.filter_configurator"/>
    </service>
    <service id="EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\EntityConfigurator" class="EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\EntityConfigurator">
      <tag name="ea.filter_configurator"/>
      <argument type="service" id="EasyCorp\Bundle\EasyAdminBundle\Router\AdminUrlGenerator"/>
    </service>
    <service id="EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\LanguageConfigurator" class="EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\LanguageConfigurator">
      <tag name="ea.filter_configurator"/>
    </service>
    <service id="EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\LocaleConfigurator" class="EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\LocaleConfigurator">
      <tag name="ea.filter_configurator"/>
    </service>
    <service id="EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\NullConfigurator" class="EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\NullConfigurator">
      <tag name="ea.filter_configurator"/>
    </service>
    <service id="EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\NumericConfigurator" class="EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\NumericConfigurator">
      <tag name="ea.filter_configurator"/>
    </service>
    <service id="EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\TextConfigurator" class="EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\TextConfigurator">
      <tag name="ea.filter_configurator"/>
    </service>
    <service id="EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\TimezoneConfigurator" class="EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\TimezoneConfigurator">
      <tag name="ea.filter_configurator"/>
    </service>
    <service id="EasyCorp\Bundle\EasyAdminBundle\Factory\ActionFactory" class="EasyCorp\Bundle\EasyAdminBundle\Factory\ActionFactory">
      <argument type="service" id="EasyCorp\Bundle\EasyAdminBundle\Provider\AdminContextProvider"/>
      <argument type="service" id="EasyCorp\Bundle\EasyAdminBundle\Security\AuthorizationChecker"/>
      <argument type="service" id="EasyCorp\Bundle\EasyAdminBundle\Router\AdminUrlGenerator"/>
      <argument type="service" id="security.csrf.same_origin_token_manager" on-invalid="null"/>
      <argument type="tagged_iterator" tag="ea.actions_extension"/>
    </service>
    <service id="EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter" class="EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter">
      <tag name="security.voter"/>
      <argument type="service" id="EasyCorp\Bundle\EasyAdminBundle\Security\AuthorizationChecker"/>
      <argument type="service" id="EasyCorp\Bundle\EasyAdminBundle\Provider\AdminContextProvider"/>
    </service>
    <service id="EasyCorp\Bundle\EasyAdminBundle\Form\Type\CrudFormType" class="EasyCorp\Bundle\EasyAdminBundle\Form\Type\CrudFormType">
      <tag name="form.type" alias="ea_crud"/>
      <argument type="service" id="form.type_guesser.doctrine"/>
    </service>
    <service id="EasyCorp\Bundle\EasyAdminBundle\Form\Type\CrudAutocompleteType" class="EasyCorp\Bundle\EasyAdminBundle\Form\Type\CrudAutocompleteType">
      <tag name="form.type" alias="ea_autocomplete"/>
      <argument type="service" id="twig"/>
    </service>
    <service id="EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\ArrayConfigurator" class="EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\ArrayConfigurator">
      <tag name="ea.field_configurator"/>
    </service>
    <service id="EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\AssociationConfigurator" class="EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\AssociationConfigurator">
      <tag name="kernel.reset" method="reset"/>
      <tag name="ea.field_configurator"/>
      <argument type="service" id="EasyCorp\Bundle\EasyAdminBundle\Factory\EntityFactory"/>
      <argument type="service" id="EasyCorp\Bundle\EasyAdminBundle\Router\AdminUrlGenerator"/>
      <argument type="service" id="request_stack"/>
      <argument type="service" id="EasyCorp\Bundle\EasyAdminBundle\Factory\ControllerFactory"/>
      <argument type="service" id="EasyCorp\Bundle\EasyAdminBundle\Factory\FieldFactory"/>
      <argument type="service" id="EasyCorp\Bundle\EasyAdminBundle\Security\AuthorizationChecker"/>
      <argument type="service" id="EasyCorp\Bundle\EasyAdminBundle\Factory\AdminContextFactory"/>
    </service>
    <service id="EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\AvatarConfigurator" class="EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\AvatarConfigurator">
      <tag name="ea.field_configurator"/>
    </service>
    <service id="EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\BooleanConfigurator" class="EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\BooleanConfigurator">
      <tag name="ea.field_configurator"/>
      <argument type="service" id="EasyCorp\Bundle\EasyAdminBundle\Router\AdminUrlGenerator"/>
      <argument type="service" id="EasyCorp\Bundle\EasyAdminBundle\Security\AuthorizationChecker"/>
      <argument type="service" id="security.csrf.same_origin_token_manager" on-invalid="null"/>
    </service>
    <service id="EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CommonPostConfigurator" class="EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CommonPostConfigurator">
      <tag name="ea.field_configurator" priority="-9999"/>
      <tag name="ea.field_configurator"/>
      <argument type="service" id="EasyCorp\Bundle\EasyAdminBundle\Provider\AdminContextProvider"/>
      <argument>UTF-8</argument>
    </service>
    <service id="EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CommonPreConfigurator" class="EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CommonPreConfigurator">
      <tag name="ea.field_configurator" priority="9999"/>
      <tag name="ea.field_configurator"/>
      <argument type="service" id="property_accessor"/>
      <argument type="service" id="EasyCorp\Bundle\EasyAdminBundle\Factory\EntityFactory"/>
      <argument type="service" id="EasyCorp\Bundle\EasyAdminBundle\Translation\EntityTranslationIdGenerator"/>
    </service>
    <service id="EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CountryConfigurator" class="EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CountryConfigurator">
      <tag name="ea.field_configurator"/>
      <argument type="service" id="twig"/>
    </service>
    <service id="EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CurrencyConfigurator" class="EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CurrencyConfigurator">
      <tag name="ea.field_configurator"/>
    </service>
    <service id="EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\DateTimeConfigurator" class="EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\DateTimeConfigurator">
      <tag name="ea.field_configurator"/>
      <argument type="service" id="EasyCorp\Bundle\EasyAdminBundle\Intl\IntlFormatter"/>
    </service>
    <service id="EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\EmailConfigurator" class="EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\EmailConfigurator">
      <tag name="ea.field_configurator"/>
    </service>
    <service id="EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\FormConfigurator" class="EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\FormConfigurator">
      <tag name="ea.field_configurator"/>
    </service>
    <service id="EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\IdConfigurator" class="EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\IdConfigurator">
      <tag name="ea.field_configurator"/>
    </service>
    <service id="EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\FileConfigurator" class="EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\FileConfigurator">
      <tag name="ea.field_configurator"/>
      <argument>C:\Users\rgalo\Dropbox\_LIVRECOMMENT</argument>
      <argument type="service" id="api_platform.filter_locator"/>
    </service>
    <service id="EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\ImageConfigurator" class="EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\ImageConfigurator">
      <tag name="ea.field_configurator"/>
      <argument>C:\Users\rgalo\Dropbox\_LIVRECOMMENT</argument>
      <argument type="service" id="api_platform.filter_locator"/>
    </service>
    <service id="EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\IntegerConfigurator" class="EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\IntegerConfigurator">
      <tag name="ea.field_configurator"/>
    </service>
    <service id="EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\LanguageConfigurator" class="EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\LanguageConfigurator">
      <tag name="ea.field_configurator"/>
    </service>
    <service id="EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\LocaleConfigurator" class="EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\LocaleConfigurator">
      <tag name="ea.field_configurator"/>
    </service>
    <service id="EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\MoneyConfigurator" class="EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\MoneyConfigurator">
      <tag name="ea.field_configurator"/>
      <argument type="service" id="EasyCorp\Bundle\EasyAdminBundle\Intl\IntlFormatter"/>
      <argument type="service" id="property_accessor"/>
    </service>
    <service id="EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\NumberConfigurator" class="EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\NumberConfigurator">
      <tag name="ea.field_configurator"/>
      <argument type="service" id="EasyCorp\Bundle\EasyAdminBundle\Intl\IntlFormatter"/>
    </service>
    <service id="EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\PercentConfigurator" class="EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\PercentConfigurator">
      <tag name="ea.field_configurator"/>
      <argument type="service" id="EasyCorp\Bundle\EasyAdminBundle\Intl\IntlFormatter"/>
    </service>
    <service id="EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\ChoiceConfigurator" class="EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\ChoiceConfigurator">
      <tag name="ea.field_configurator"/>
    </service>
    <service id="EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\ColorConfigurator" class="EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\ColorConfigurator">
      <tag name="ea.field_configurator"/>
    </service>
    <service id="EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CollectionConfigurator" class="EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CollectionConfigurator">
      <tag name="ea.field_configurator"/>
      <argument type="service" id="request_stack"/>
      <argument type="service" id="EasyCorp\Bundle\EasyAdminBundle\Factory\EntityFactory"/>
      <argument type="service" id="EasyCorp\Bundle\EasyAdminBundle\Factory\ControllerFactory"/>
      <argument type="service" id="EasyCorp\Bundle\EasyAdminBundle\Factory\FieldFactory"/>
      <argument type="service" id="EasyCorp\Bundle\EasyAdminBundle\Provider\AdminContextProvider"/>
    </service>
    <service id="EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\SlugConfigurator" class="EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\SlugConfigurator">
      <tag name="ea.field_configurator"/>
    </service>
    <service id="EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\TelephoneConfigurator" class="EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\TelephoneConfigurator">
      <tag name="ea.field_configurator"/>
    </service>
    <service id="EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\TextConfigurator" class="EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\TextConfigurator">
      <tag name="ea.field_configurator"/>
    </service>
    <service id="EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\TimezoneConfigurator" class="EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\TimezoneConfigurator">
      <tag name="ea.field_configurator"/>
    </service>
    <service id="EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\UrlConfigurator" class="EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\UrlConfigurator">
      <tag name="ea.field_configurator"/>
    </service>
    <service id="EasyCorp\Bundle\EasyAdminBundle\Translation\EntityTranslationIdGenerator" class="EasyCorp\Bundle\EasyAdminBundle\Translation\EntityTranslationIdGenerator"/>
    <service id="EasyCorp\Bundle\EasyAdminBundle\Asset\AssetPackage" class="EasyCorp\Bundle\EasyAdminBundle\Asset\AssetPackage">
      <tag name="assets.package" package="easyadmin.assets.package"/>
      <argument type="service" id="request_stack"/>
    </service>
    <service id="EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Icon" class="EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Icon" shared="false">
      <tag name="twig.component"/>
      <argument type="service" id="EasyCorp\Bundle\EasyAdminBundle\Provider\AdminContextProvider"/>
    </service>
    <service id="EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Flag" class="EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Flag" shared="false">
      <tag name="twig.component"/>
    </service>
    <service id="EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Alert" class="EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Alert" shared="false">
      <tag name="twig.component"/>
    </service>
    <service id="EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Badge" class="EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Badge" shared="false">
      <tag name="twig.component"/>
    </service>
    <service id="EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Pagination" class="EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Pagination" shared="false">
      <tag name="twig.component"/>
      <argument type="service" id="EasyCorp\Bundle\EasyAdminBundle\Provider\AdminContextProvider"/>
    </service>
    <service id="EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Button" class="EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Button" shared="false">
      <tag name="twig.component"/>
      <argument type="service" id="translator.data_collector"/>
    </service>
    <service id=".instanceof.ApiPlatform\State\ProviderInterface.0.App\ApiResource\Provider\WorkCollectionProvider" class="App\ApiResource\Provider\WorkCollectionProvider" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\ApiResource\Provider\WorkCollectionProvider" class="App\ApiResource\Provider\WorkCollectionProvider" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.ApiPlatform\State\ProviderInterface.0.App\ApiResource\Provider\WorkItemProvider" class="App\ApiResource\Provider\WorkItemProvider" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\ApiResource\Provider\WorkItemProvider" class="App\ApiResource\Provider\WorkItemProvider" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.App\ApiResource\WorkApiResource.0.App\ApiResource\WorkApiResource" class="App\ApiResource\WorkApiResource" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\ApiResource\WorkApiResource" class="App\ApiResource\WorkApiResource" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\AuthorReenrichAllCommand" class="App\Command\AuthorReenrichAllCommand" autowire="true" abstract="true"/>
    <service id=".instanceof.App\Command\AuthorReenrichAllCommand.0.App\Command\AuthorReenrichAllCommand" class="App\Command\AuthorReenrichAllCommand" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Command\AuthorReenrichAllCommand" class="App\Command\AuthorReenrichAllCommand" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\BackfillFacetsCommand" class="App\Command\BackfillFacetsCommand" autowire="true" abstract="true"/>
    <service id=".instanceof.App\Command\BackfillFacetsCommand.0.App\Command\BackfillFacetsCommand" class="App\Command\BackfillFacetsCommand" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Command\BackfillFacetsCommand" class="App\Command\BackfillFacetsCommand" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\BackfillLocalCoversCommand" class="App\Command\BackfillLocalCoversCommand" autowire="true" abstract="true"/>
    <service id=".instanceof.App\Command\BackfillLocalCoversCommand.0.App\Command\BackfillLocalCoversCommand" class="App\Command\BackfillLocalCoversCommand" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Command\BackfillLocalCoversCommand" class="App\Command\BackfillLocalCoversCommand" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\BackfillSeriesTitlesCommand" class="App\Command\BackfillSeriesTitlesCommand" autowire="true" abstract="true"/>
    <service id=".instanceof.App\Command\BackfillSeriesTitlesCommand.0.App\Command\BackfillSeriesTitlesCommand" class="App\Command\BackfillSeriesTitlesCommand" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Command\BackfillSeriesTitlesCommand" class="App\Command\BackfillSeriesTitlesCommand" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\BackfillWorkCoversCommand" class="App\Command\BackfillWorkCoversCommand" autowire="true" abstract="true"/>
    <service id=".instanceof.App\Command\BackfillWorkCoversCommand.0.App\Command\BackfillWorkCoversCommand" class="App\Command\BackfillWorkCoversCommand" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Command\BackfillWorkCoversCommand" class="App\Command\BackfillWorkCoversCommand" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CacheCategoryCoversCommand" class="App\Command\CacheCategoryCoversCommand" autowire="true" abstract="true"/>
    <service id=".instanceof.App\Command\CacheCategoryCoversCommand.0.App\Command\CacheCategoryCoversCommand" class="App\Command\CacheCategoryCoversCommand" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Command\CacheCategoryCoversCommand" class="App\Command\CacheCategoryCoversCommand" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CatalogCleanupLegacyCommand" class="App\Command\CatalogCleanupLegacyCommand" autowire="true" abstract="true"/>
    <service id=".instanceof.App\Command\CatalogCleanupLegacyCommand.0.App\Command\CatalogCleanupLegacyCommand" class="App\Command\CatalogCleanupLegacyCommand" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Command\CatalogCleanupLegacyCommand" class="App\Command\CatalogCleanupLegacyCommand" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CatalogDownloadCoversCommand" class="App\Command\CatalogDownloadCoversCommand" autowire="true" abstract="true"/>
    <service id=".instanceof.App\Command\CatalogDownloadCoversCommand.0.App\Command\CatalogDownloadCoversCommand" class="App\Command\CatalogDownloadCoversCommand" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Command\CatalogDownloadCoversCommand" class="App\Command\CatalogDownloadCoversCommand" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CatalogEnrichCommand" class="App\Command\CatalogEnrichCommand" autowire="true" abstract="true"/>
    <service id=".instanceof.App\Command\CatalogEnrichCommand.0.App\Command\CatalogEnrichCommand" class="App\Command\CatalogEnrichCommand" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Command\CatalogEnrichCommand" class="App\Command\CatalogEnrichCommand" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CatalogReenrichAllCommand" class="App\Command\CatalogReenrichAllCommand" autowire="true" abstract="true"/>
    <service id=".instanceof.App\Command\CatalogReenrichAllCommand.0.App\Command\CatalogReenrichAllCommand" class="App\Command\CatalogReenrichAllCommand" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Command\CatalogReenrichAllCommand" class="App\Command\CatalogReenrichAllCommand" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CatalogRematerializeCommand" class="App\Command\CatalogRematerializeCommand" autowire="true" abstract="true"/>
    <service id=".instanceof.App\Command\CatalogRematerializeCommand.0.App\Command\CatalogRematerializeCommand" class="App\Command\CatalogRematerializeCommand" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Command\CatalogRematerializeCommand" class="App\Command\CatalogRematerializeCommand" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\DedupeAuthorsCommand" class="App\Command\DedupeAuthorsCommand" autowire="true" abstract="true"/>
    <service id=".instanceof.App\Command\DedupeAuthorsCommand.0.App\Command\DedupeAuthorsCommand" class="App\Command\DedupeAuthorsCommand" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Command\DedupeAuthorsCommand" class="App\Command\DedupeAuthorsCommand" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ElectCanonicalEditionCommand" class="App\Command\ElectCanonicalEditionCommand" autowire="true" abstract="true"/>
    <service id=".instanceof.App\Command\ElectCanonicalEditionCommand.0.App\Command\ElectCanonicalEditionCommand" class="App\Command\ElectCanonicalEditionCommand" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Command\ElectCanonicalEditionCommand" class="App\Command\ElectCanonicalEditionCommand" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\EnrichFrEditionsCommand" class="App\Command\EnrichFrEditionsCommand" autowire="true" abstract="true"/>
    <service id=".instanceof.App\Command\EnrichFrEditionsCommand.0.App\Command\EnrichFrEditionsCommand" class="App\Command\EnrichFrEditionsCommand" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Command\EnrichFrEditionsCommand" class="App\Command\EnrichFrEditionsCommand" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\GenerateCoverThumbsCommand" class="App\Command\GenerateCoverThumbsCommand" autowire="true" abstract="true"/>
    <service id=".instanceof.App\Command\GenerateCoverThumbsCommand.0.App\Command\GenerateCoverThumbsCommand" class="App\Command\GenerateCoverThumbsCommand" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Command\GenerateCoverThumbsCommand" class="App\Command\GenerateCoverThumbsCommand" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\GenerateVapidKeysCommand" class="App\Command\GenerateVapidKeysCommand" autowire="true" abstract="true"/>
    <service id=".instanceof.App\Command\GenerateVapidKeysCommand.0.App\Command\GenerateVapidKeysCommand" class="App\Command\GenerateVapidKeysCommand" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Command\GenerateVapidKeysCommand" class="App\Command\GenerateVapidKeysCommand" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ImportProviderWorkCommand" class="App\Command\ImportProviderWorkCommand" autowire="true" abstract="true"/>
    <service id=".instanceof.App\Command\ImportProviderWorkCommand.0.App\Command\ImportProviderWorkCommand" class="App\Command\ImportProviderWorkCommand" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Command\ImportProviderWorkCommand" class="App\Command\ImportProviderWorkCommand" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\MakeAdminCommand" class="App\Command\MakeAdminCommand" autowire="true" abstract="true"/>
    <service id=".instanceof.App\Command\MakeAdminCommand.0.App\Command\MakeAdminCommand" class="App\Command\MakeAdminCommand" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Command\MakeAdminCommand" class="App\Command\MakeAdminCommand" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\MergeWorkCommand" class="App\Command\MergeWorkCommand" autowire="true" abstract="true"/>
    <service id=".instanceof.App\Command\MergeWorkCommand.0.App\Command\MergeWorkCommand" class="App\Command\MergeWorkCommand" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Command\MergeWorkCommand" class="App\Command\MergeWorkCommand" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\NormalizeWorkTitlesCommand" class="App\Command\NormalizeWorkTitlesCommand" autowire="true" abstract="true"/>
    <service id=".instanceof.App\Command\NormalizeWorkTitlesCommand.0.App\Command\NormalizeWorkTitlesCommand" class="App\Command\NormalizeWorkTitlesCommand" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Command\NormalizeWorkTitlesCommand" class="App\Command\NormalizeWorkTitlesCommand" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\OnboardingEnrichPhotosCommand" class="App\Command\OnboardingEnrichPhotosCommand" autowire="true" abstract="true"/>
    <service id=".instanceof.App\Command\OnboardingEnrichPhotosCommand.0.App\Command\OnboardingEnrichPhotosCommand" class="App\Command\OnboardingEnrichPhotosCommand" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Command\OnboardingEnrichPhotosCommand" class="App\Command\OnboardingEnrichPhotosCommand" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\PurgeCollectionWorksCommand" class="App\Command\PurgeCollectionWorksCommand" autowire="true" abstract="true"/>
    <service id=".instanceof.App\Command\PurgeCollectionWorksCommand.0.App\Command\PurgeCollectionWorksCommand" class="App\Command\PurgeCollectionWorksCommand" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Command\PurgeCollectionWorksCommand" class="App\Command\PurgeCollectionWorksCommand" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ReadAlikesGapsCommand" class="App\Command\ReadAlikesGapsCommand" autowire="true" abstract="true"/>
    <service id=".instanceof.App\Command\ReadAlikesGapsCommand.0.App\Command\ReadAlikesGapsCommand" class="App\Command\ReadAlikesGapsCommand" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Command\ReadAlikesGapsCommand" class="App\Command\ReadAlikesGapsCommand" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\RecanonicalizeWorksCommand" class="App\Command\RecanonicalizeWorksCommand" autowire="true" abstract="true"/>
    <service id=".instanceof.App\Command\RecanonicalizeWorksCommand.0.App\Command\RecanonicalizeWorksCommand" class="App\Command\RecanonicalizeWorksCommand" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Command\RecanonicalizeWorksCommand" class="App\Command\RecanonicalizeWorksCommand" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\RecapOversizedCoversCommand" class="App\Command\RecapOversizedCoversCommand" autowire="true" abstract="true"/>
    <service id=".instanceof.App\Command\RecapOversizedCoversCommand.0.App\Command\RecapOversizedCoversCommand" class="App\Command\RecapOversizedCoversCommand" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Command\RecapOversizedCoversCommand" class="App\Command\RecapOversizedCoversCommand" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\RefetchFrenchCoversCommand" class="App\Command\RefetchFrenchCoversCommand" autowire="true" abstract="true"/>
    <service id=".instanceof.App\Command\RefetchFrenchCoversCommand.0.App\Command\RefetchFrenchCoversCommand" class="App\Command\RefetchFrenchCoversCommand" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Command\RefetchFrenchCoversCommand" class="App\Command\RefetchFrenchCoversCommand" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ResolveWorkQidsCommand" class="App\Command\ResolveWorkQidsCommand" autowire="true" abstract="true"/>
    <service id=".instanceof.App\Command\ResolveWorkQidsCommand.0.App\Command\ResolveWorkQidsCommand" class="App\Command\ResolveWorkQidsCommand" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Command\ResolveWorkQidsCommand" class="App\Command\ResolveWorkQidsCommand" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\SeedOnboardingCommand" class="App\Command\SeedOnboardingCommand" autowire="true" abstract="true"/>
    <service id=".instanceof.App\Command\SeedOnboardingCommand.0.App\Command\SeedOnboardingCommand" class="App\Command\SeedOnboardingCommand" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Command\SeedOnboardingCommand" class="App\Command\SeedOnboardingCommand" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\TestWikidataCommand" class="App\Command\TestWikidataCommand" autowire="true" abstract="true"/>
    <service id=".instanceof.App\Command\TestWikidataCommand.0.App\Command\TestWikidataCommand" class="App\Command\TestWikidataCommand" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Command\TestWikidataCommand" class="App\Command\TestWikidataCommand" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\WatchAssetsCommand" class="App\Command\WatchAssetsCommand" autowire="true" abstract="true"/>
    <service id=".instanceof.App\Command\WatchAssetsCommand.0.App\Command\WatchAssetsCommand" class="App\Command\WatchAssetsCommand" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Command\WatchAssetsCommand" class="App\Command\WatchAssetsCommand" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ActivityController" class="App\Controller\ActivityController" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ActivityController" class="App\Controller\ActivityController" autowire="true" abstract="true"/>
    <service id=".instanceof.App\Controller\ActivityController.0.App\Controller\ActivityController" class="App\Controller\ActivityController" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Controller\ActivityController" class="App\Controller\ActivityController" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\AuthorCrudController" class="App\Controller\Admin\AuthorCrudController" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\AuthorCrudController" class="App\Controller\Admin\AuthorCrudController" autowire="true" abstract="true"/>
    <service id=".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\Controller\Admin\AuthorCrudController" class="App\Controller\Admin\AuthorCrudController" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Controller\Admin\AuthorCrudController" class="App\Controller\Admin\AuthorCrudController" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\BookListCrudController" class="App\Controller\Admin\BookListCrudController" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\BookListCrudController" class="App\Controller\Admin\BookListCrudController" autowire="true" abstract="true"/>
    <service id=".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\Controller\Admin\BookListCrudController" class="App\Controller\Admin\BookListCrudController" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Controller\Admin\BookListCrudController" class="App\Controller\Admin\BookListCrudController" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\BookRequestCrudController" class="App\Controller\Admin\BookRequestCrudController" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\BookRequestCrudController" class="App\Controller\Admin\BookRequestCrudController" autowire="true" abstract="true"/>
    <service id=".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\Controller\Admin\BookRequestCrudController" class="App\Controller\Admin\BookRequestCrudController" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Controller\Admin\BookRequestCrudController" class="App\Controller\Admin\BookRequestCrudController" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\DashboardController" class="App\Controller\Admin\DashboardController" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\DashboardController" class="App\Controller\Admin\DashboardController" autowire="true" abstract="true"/>
    <service id=".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\DashboardControllerInterface.0.App\Controller\Admin\DashboardController" class="App\Controller\Admin\DashboardController" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Controller\Admin\DashboardController" class="App\Controller\Admin\DashboardController" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ReviewCrudController" class="App\Controller\Admin\ReviewCrudController" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ReviewCrudController" class="App\Controller\Admin\ReviewCrudController" autowire="true" abstract="true"/>
    <service id=".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\Controller\Admin\ReviewCrudController" class="App\Controller\Admin\ReviewCrudController" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Controller\Admin\ReviewCrudController" class="App\Controller\Admin\ReviewCrudController" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\UserCrudController" class="App\Controller\Admin\UserCrudController" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\UserCrudController" class="App\Controller\Admin\UserCrudController" autowire="true" abstract="true"/>
    <service id=".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\Controller\Admin\UserCrudController" class="App\Controller\Admin\UserCrudController" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Controller\Admin\UserCrudController" class="App\Controller\Admin\UserCrudController" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\WorkCrudController" class="App\Controller\Admin\WorkCrudController" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\WorkCrudController" class="App\Controller\Admin\WorkCrudController" autowire="true" abstract="true"/>
    <service id=".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\Controller\Admin\WorkCrudController" class="App\Controller\Admin\WorkCrudController" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Controller\Admin\WorkCrudController" class="App\Controller\Admin\WorkCrudController" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\AuthController" class="App\Controller\Api\AuthController" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\AuthController" class="App\Controller\Api\AuthController" autowire="true" abstract="true"/>
    <service id=".instanceof.App\Controller\Api\AuthController.0.App\Controller\Api\AuthController" class="App\Controller\Api\AuthController" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Controller\Api\AuthController" class="App\Controller\Api\AuthController" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\BooksTopApiController" class="App\Controller\Api\BooksTopApiController" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\BooksTopApiController" class="App\Controller\Api\BooksTopApiController" autowire="true" abstract="true"/>
    <service id=".instanceof.App\Controller\Api\BooksTopApiController.0.App\Controller\Api\BooksTopApiController" class="App\Controller\Api\BooksTopApiController" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Controller\Api\BooksTopApiController" class="App\Controller\Api\BooksTopApiController" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\SearchApiController" class="App\Controller\Api\SearchApiController" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\SearchApiController" class="App\Controller\Api\SearchApiController" autowire="true" abstract="true"/>
    <service id=".instanceof.App\Controller\Api\SearchApiController.0.App\Controller\Api\SearchApiController" class="App\Controller\Api\SearchApiController" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Controller\Api\SearchApiController" class="App\Controller\Api\SearchApiController" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\WorkFeedController" class="App\Controller\Api\WorkFeedController" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\WorkFeedController" class="App\Controller\Api\WorkFeedController" autowire="true" abstract="true"/>
    <service id=".instanceof.App\Controller\Api\WorkFeedController.0.App\Controller\Api\WorkFeedController" class="App\Controller\Api\WorkFeedController" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Controller\Api\WorkFeedController" class="App\Controller\Api\WorkFeedController" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\WorkOpenApiController" class="App\Controller\Api\WorkOpenApiController" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\WorkOpenApiController" class="App\Controller\Api\WorkOpenApiController" autowire="true" abstract="true"/>
    <service id=".instanceof.App\Controller\Api\WorkOpenApiController.0.App\Controller\Api\WorkOpenApiController" class="App\Controller\Api\WorkOpenApiController" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Controller\Api\WorkOpenApiController" class="App\Controller\Api\WorkOpenApiController" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AuthController" class="App\Controller\AuthController" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AuthController" class="App\Controller\AuthController" autowire="true" abstract="true"/>
    <service id=".instanceof.App\Controller\AuthController.0.App\Controller\AuthController" class="App\Controller\AuthController" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Controller\AuthController" class="App\Controller\AuthController" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AuthorController" class="App\Controller\AuthorController" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AuthorController" class="App\Controller\AuthorController" autowire="true" abstract="true"/>
    <service id=".instanceof.App\Controller\AuthorController.0.App\Controller\AuthorController" class="App\Controller\AuthorController" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Controller\AuthorController" class="App\Controller\AuthorController" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\BookRequestController" class="App\Controller\BookRequestController" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\BookRequestController" class="App\Controller\BookRequestController" autowire="true" abstract="true"/>
    <service id=".instanceof.App\Controller\BookRequestController.0.App\Controller\BookRequestController" class="App\Controller\BookRequestController" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Controller\BookRequestController" class="App\Controller\BookRequestController" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CoverController" class="App\Controller\CoverController" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CoverController" class="App\Controller\CoverController" autowire="true" abstract="true"/>
    <service id=".instanceof.App\Controller\CoverController.0.App\Controller\CoverController" class="App\Controller\CoverController" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Controller\CoverController" class="App\Controller\CoverController" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DiscoveryController" class="App\Controller\DiscoveryController" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DiscoveryController" class="App\Controller\DiscoveryController" autowire="true" abstract="true"/>
    <service id=".instanceof.App\Controller\DiscoveryController.0.App\Controller\DiscoveryController" class="App\Controller\DiscoveryController" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Controller\DiscoveryController" class="App\Controller\DiscoveryController" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\EditionController" class="App\Controller\EditionController" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\EditionController" class="App\Controller\EditionController" autowire="true" abstract="true"/>
    <service id=".instanceof.App\Controller\EditionController.0.App\Controller\EditionController" class="App\Controller\EditionController" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Controller\EditionController" class="App\Controller\EditionController" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\EnrichBatchController" class="App\Controller\EnrichBatchController" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\EnrichBatchController" class="App\Controller\EnrichBatchController" autowire="true" abstract="true"/>
    <service id=".instanceof.App\Controller\EnrichBatchController.0.App\Controller\EnrichBatchController" class="App\Controller\EnrichBatchController" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Controller\EnrichBatchController" class="App\Controller\EnrichBatchController" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FeedController" class="App\Controller\FeedController" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FeedController" class="App\Controller\FeedController" autowire="true" abstract="true"/>
    <service id=".instanceof.App\Controller\FeedController.0.App\Controller\FeedController" class="App\Controller\FeedController" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Controller\FeedController" class="App\Controller\FeedController" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FollowController" class="App\Controller\FollowController" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FollowController" class="App\Controller\FollowController" autowire="true" abstract="true"/>
    <service id=".instanceof.App\Controller\FollowController.0.App\Controller\FollowController" class="App\Controller\FollowController" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Controller\FollowController" class="App\Controller\FollowController" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\HomeController" class="App\Controller\HomeController" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\HomeController" class="App\Controller\HomeController" autowire="true" abstract="true"/>
    <service id=".instanceof.App\Controller\HomeController.0.App\Controller\HomeController" class="App\Controller\HomeController" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Controller\HomeController" class="App\Controller\HomeController" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ListController" class="App\Controller\ListController" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ListController" class="App\Controller\ListController" autowire="true" abstract="true"/>
    <service id=".instanceof.App\Controller\ListController.0.App\Controller\ListController" class="App\Controller\ListController" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Controller\ListController" class="App\Controller\ListController" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\NotificationController" class="App\Controller\NotificationController" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\NotificationController" class="App\Controller\NotificationController" autowire="true" abstract="true"/>
    <service id=".instanceof.App\Controller\NotificationController.0.App\Controller\NotificationController" class="App\Controller\NotificationController" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Controller\NotificationController" class="App\Controller\NotificationController" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\OnboardingController" class="App\Controller\OnboardingController" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\OnboardingController" class="App\Controller\OnboardingController" autowire="true" abstract="true"/>
    <service id=".instanceof.App\Controller\OnboardingController.0.App\Controller\OnboardingController" class="App\Controller\OnboardingController" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Controller\OnboardingController" class="App\Controller\OnboardingController" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ProfileController" class="App\Controller\ProfileController" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ProfileController" class="App\Controller\ProfileController" autowire="true" abstract="true"/>
    <service id=".instanceof.App\Controller\ProfileController.0.App\Controller\ProfileController" class="App\Controller\ProfileController" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Controller\ProfileController" class="App\Controller\ProfileController" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PushController" class="App\Controller\PushController" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PushController" class="App\Controller\PushController" autowire="true" abstract="true"/>
    <service id=".instanceof.App\Controller\PushController.0.App\Controller\PushController" class="App\Controller\PushController" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Controller\PushController" class="App\Controller\PushController" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ResetPasswordController" class="App\Controller\ResetPasswordController" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ResetPasswordController" class="App\Controller\ResetPasswordController" autowire="true" abstract="true"/>
    <service id=".instanceof.App\Controller\ResetPasswordController.0.App\Controller\ResetPasswordController" class="App\Controller\ResetPasswordController" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Controller\ResetPasswordController" class="App\Controller\ResetPasswordController" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ReviewController" class="App\Controller\ReviewController" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ReviewController" class="App\Controller\ReviewController" autowire="true" abstract="true"/>
    <service id=".instanceof.App\Controller\ReviewController.0.App\Controller\ReviewController" class="App\Controller\ReviewController" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Controller\ReviewController" class="App\Controller\ReviewController" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SearchController" class="App\Controller\SearchController" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SearchController" class="App\Controller\SearchController" autowire="true" abstract="true"/>
    <service id=".instanceof.App\Controller\SearchController.0.App\Controller\SearchController" class="App\Controller\SearchController" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Controller\SearchController" class="App\Controller\SearchController" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\WorkController" class="App\Controller\WorkController" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\WorkController" class="App\Controller\WorkController" autowire="true" abstract="true"/>
    <service id=".instanceof.App\Controller\WorkController.0.App\Controller\WorkController" class="App\Controller\WorkController" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Controller\WorkController" class="App\Controller\WorkController" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\WorkOpenController" class="App\Controller\WorkOpenController" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\WorkOpenController" class="App\Controller\WorkOpenController" autowire="true" abstract="true"/>
    <service id=".instanceof.App\Controller\WorkOpenController.0.App\Controller\WorkOpenController" class="App\Controller\WorkOpenController" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Controller\WorkOpenController" class="App\Controller\WorkOpenController" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.App\Entity\Author.0.App\Entity\Author" class="App\Entity\Author" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Entity\Author" class="App\Entity\Author" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.App\Entity\BookList.0.App\Entity\BookList" class="App\Entity\BookList" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Entity\BookList" class="App\Entity\BookList" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.App\Entity\BookListItem.0.App\Entity\BookListItem" class="App\Entity\BookListItem" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Entity\BookListItem" class="App\Entity\BookListItem" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.App\Entity\BookListLike.0.App\Entity\BookListLike" class="App\Entity\BookListLike" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Entity\BookListLike" class="App\Entity\BookListLike" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.App\Entity\BookRequest.0.App\Entity\BookRequest" class="App\Entity\BookRequest" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Entity\BookRequest" class="App\Entity\BookRequest" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.App\Entity\DismissedRecommendation.0.App\Entity\DismissedRecommendation" class="App\Entity\DismissedRecommendation" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Entity\DismissedRecommendation" class="App\Entity\DismissedRecommendation" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.App\Entity\Edition.0.App\Entity\Edition" class="App\Entity\Edition" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Entity\Edition" class="App\Entity\Edition" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.UnitEnum.0.App\Entity\Enum\YearSource" class="App\Entity\Enum\YearSource" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Entity\Enum\YearSource" class="App\Entity\Enum\YearSource" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.App\Entity\Follow.0.App\Entity\Follow" class="App\Entity\Follow" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Entity\Follow" class="App\Entity\Follow" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.App\Entity\Genre.0.App\Entity\Genre" class="App\Entity\Genre" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Entity\Genre" class="App\Entity\Genre" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.App\Entity\Notification.0.App\Entity\Notification" class="App\Entity\Notification" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Entity\Notification" class="App\Entity\Notification" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.App\Entity\PushSubscription.0.App\Entity\PushSubscription" class="App\Entity\PushSubscription" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Entity\PushSubscription" class="App\Entity\PushSubscription" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.App\Entity\Rating.0.App\Entity\Rating" class="App\Entity\Rating" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Entity\Rating" class="App\Entity\Rating" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.App\Entity\ResetPasswordRequest.0.App\Entity\ResetPasswordRequest" class="App\Entity\ResetPasswordRequest" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Entity\ResetPasswordRequest" class="App\Entity\ResetPasswordRequest" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.App\Entity\Review.0.App\Entity\Review" class="App\Entity\Review" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Entity\Review" class="App\Entity\Review" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.App\Entity\ReviewComment.0.App\Entity\ReviewComment" class="App\Entity\ReviewComment" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Entity\ReviewComment" class="App\Entity\ReviewComment" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.App\Entity\ReviewLike.0.App\Entity\ReviewLike" class="App\Entity\ReviewLike" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Entity\ReviewLike" class="App\Entity\ReviewLike" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.App\Entity\User.0.App\Entity\User" class="App\Entity\User" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Entity\User" class="App\Entity\User" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.App\Entity\UserFavorite.0.App\Entity\UserFavorite" class="App\Entity\UserFavorite" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Entity\UserFavorite" class="App\Entity\UserFavorite" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.App\Entity\Work.0.App\Entity\Work" class="App\Entity\Work" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Entity\Work" class="App\Entity\Work" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.UnitEnum.0.App\Enum\BookListType" class="App\Enum\BookListType" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Enum\BookListType" class="App\Enum\BookListType" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.UnitEnum.0.App\Enum\BookRequestStatus" class="App\Enum\BookRequestStatus" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Enum\BookRequestStatus" class="App\Enum\BookRequestStatus" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.UnitEnum.0.App\Enum\NotificationType" class="App\Enum\NotificationType" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Enum\NotificationType" class="App\Enum\NotificationType" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\OnboardingRedirectSubscriber" class="App\EventSubscriber\OnboardingRedirectSubscriber" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\EventSubscriber\OnboardingRedirectSubscriber" class="App\EventSubscriber\OnboardingRedirectSubscriber" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\BookRequestType" class="App\Form\BookRequestType" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Form\BookRequestType" class="App\Form\BookRequestType" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ChangePasswordFormType" class="App\Form\ChangePasswordFormType" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Form\ChangePasswordFormType" class="App\Form\ChangePasswordFormType" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RegistrationFormType" class="App\Form\RegistrationFormType" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Form\RegistrationFormType" class="App\Form\RegistrationFormType" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ResetPasswordRequestFormType" class="App\Form\ResetPasswordRequestFormType" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Form\ResetPasswordRequestFormType" class="App\Form\ResetPasswordRequestFormType" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.App\MessageHandler\DownloadAuthorPhotoHandler.0.App\MessageHandler\DownloadAuthorPhotoHandler" class="App\MessageHandler\DownloadAuthorPhotoHandler" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\MessageHandler\DownloadAuthorPhotoHandler" class="App\MessageHandler\DownloadAuthorPhotoHandler" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.App\MessageHandler\DownloadWorkCoverHandler.0.App\MessageHandler\DownloadWorkCoverHandler" class="App\MessageHandler\DownloadWorkCoverHandler" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\MessageHandler\DownloadWorkCoverHandler" class="App\MessageHandler\DownloadWorkCoverHandler" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.App\MessageHandler\EnrichWorkHandler.0.App\MessageHandler\EnrichWorkHandler" class="App\MessageHandler\EnrichWorkHandler" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\MessageHandler\EnrichWorkHandler" class="App\MessageHandler\EnrichWorkHandler" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AuthorRepository" class="App\Repository\AuthorRepository" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Repository\AuthorRepository" class="App\Repository\AuthorRepository" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\BookListItemRepository" class="App\Repository\BookListItemRepository" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Repository\BookListItemRepository" class="App\Repository\BookListItemRepository" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\BookListLikeRepository" class="App\Repository\BookListLikeRepository" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Repository\BookListLikeRepository" class="App\Repository\BookListLikeRepository" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\BookListRepository" class="App\Repository\BookListRepository" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Repository\BookListRepository" class="App\Repository\BookListRepository" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\BookRequestRepository" class="App\Repository\BookRequestRepository" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Repository\BookRequestRepository" class="App\Repository\BookRequestRepository" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DismissedRecommendationRepository" class="App\Repository\DismissedRecommendationRepository" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Repository\DismissedRecommendationRepository" class="App\Repository\DismissedRecommendationRepository" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\EditionRepository" class="App\Repository\EditionRepository" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Repository\EditionRepository" class="App\Repository\EditionRepository" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FollowRepository" class="App\Repository\FollowRepository" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Repository\FollowRepository" class="App\Repository\FollowRepository" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\GenreRepository" class="App\Repository\GenreRepository" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Repository\GenreRepository" class="App\Repository\GenreRepository" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\NotificationRepository" class="App\Repository\NotificationRepository" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Repository\NotificationRepository" class="App\Repository\NotificationRepository" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PushSubscriptionRepository" class="App\Repository\PushSubscriptionRepository" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Repository\PushSubscriptionRepository" class="App\Repository\PushSubscriptionRepository" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RatingRepository" class="App\Repository\RatingRepository" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Repository\RatingRepository" class="App\Repository\RatingRepository" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ResetPasswordRequestRepository" class="App\Repository\ResetPasswordRequestRepository" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Repository\ResetPasswordRequestRepository" class="App\Repository\ResetPasswordRequestRepository" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ReviewCommentRepository" class="App\Repository\ReviewCommentRepository" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Repository\ReviewCommentRepository" class="App\Repository\ReviewCommentRepository" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ReviewLikeRepository" class="App\Repository\ReviewLikeRepository" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Repository\ReviewLikeRepository" class="App\Repository\ReviewLikeRepository" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ReviewRepository" class="App\Repository\ReviewRepository" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Repository\ReviewRepository" class="App\Repository\ReviewRepository" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserFavoriteRepository" class="App\Repository\UserFavoriteRepository" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Repository\UserFavoriteRepository" class="App\Repository\UserFavoriteRepository" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserRepository" class="App\Repository\UserRepository" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Repository\UserRepository" class="App\Repository\UserRepository" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\WorkRepository" class="App\Repository\WorkRepository" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Repository\WorkRepository" class="App\Repository\WorkRepository" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\BookListItemVoter" class="App\Security\Voter\BookListItemVoter" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Security\Voter\BookListItemVoter" class="App\Security\Voter\BookListItemVoter" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\BookListVoter" class="App\Security\Voter\BookListVoter" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Security\Voter\BookListVoter" class="App\Security\Voter\BookListVoter" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\FollowVoter" class="App\Security\Voter\FollowVoter" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Security\Voter\FollowVoter" class="App\Security\Voter\FollowVoter" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\ReviewCommentVoter" class="App\Security\Voter\ReviewCommentVoter" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Security\Voter\ReviewCommentVoter" class="App\Security\Voter\ReviewCommentVoter" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\ReviewVoter" class="App\Security\Voter\ReviewVoter" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Security\Voter\ReviewVoter" class="App\Security\Voter\ReviewVoter" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\UserVoter" class="App\Security\Voter\UserVoter" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Security\Voter\UserVoter" class="App\Security\Voter\UserVoter" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\AdExtension" class="App\Twig\AdExtension" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Twig\AdExtension" class="App\Twig\AdExtension" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\BioExtension" class="App\Twig\BioExtension" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Twig\BioExtension" class="App\Twig\BioExtension" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\BookTitleExtension" class="App\Twig\BookTitleExtension" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Twig\BookTitleExtension" class="App\Twig\BookTitleExtension" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\CoverExtension" class="App\Twig\CoverExtension" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Twig\CoverExtension" class="App\Twig\CoverExtension" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\DateExtension" class="App\Twig\DateExtension" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Twig\DateExtension" class="App\Twig\DateExtension" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\NotificationExtension" class="App\Twig\NotificationExtension" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Twig\NotificationExtension" class="App\Twig\NotificationExtension" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\PushExtension" class="App\Twig\PushExtension" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Twig\PushExtension" class="App\Twig\PushExtension" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\ReviewExtension" class="App\Twig\ReviewExtension" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Twig\ReviewExtension" class="App\Twig\ReviewExtension" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ResetInterface.0.book_search.cache" class="Symfony\Component\Cache\Adapter\FilesystemAdapter" autowire="true" abstract="true"/>
    <service id=".instanceof.Psr\Log\LoggerAwareInterface.0.book_search.cache" class="Symfony\Component\Cache\Adapter\FilesystemAdapter" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.book_search.cache" class="Symfony\Component\Cache\Adapter\FilesystemAdapter" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Filter\FilterConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\ChoiceConfigurator" class="EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\ChoiceConfigurator" abstract="true"/>
    <service id=".abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\ChoiceConfigurator" class="EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\ChoiceConfigurator" abstract="true"/>
    <service id=".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Filter\FilterConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\CommonConfigurator" class="EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\CommonConfigurator" abstract="true"/>
    <service id=".abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\CommonConfigurator" class="EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\CommonConfigurator" abstract="true"/>
    <service id=".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Filter\FilterConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\ComparisonConfigurator" class="EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\ComparisonConfigurator" abstract="true"/>
    <service id=".abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\ComparisonConfigurator" class="EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\ComparisonConfigurator" abstract="true"/>
    <service id=".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Filter\FilterConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\CountryConfigurator" class="EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\CountryConfigurator" abstract="true"/>
    <service id=".abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\CountryConfigurator" class="EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\CountryConfigurator" abstract="true"/>
    <service id=".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Filter\FilterConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\CurrencyConfigurator" class="EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\CurrencyConfigurator" abstract="true"/>
    <service id=".abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\CurrencyConfigurator" class="EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\CurrencyConfigurator" abstract="true"/>
    <service id=".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Filter\FilterConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\DateTimeConfigurator" class="EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\DateTimeConfigurator" abstract="true"/>
    <service id=".abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\DateTimeConfigurator" class="EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\DateTimeConfigurator" abstract="true"/>
    <service id=".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Filter\FilterConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\EntityConfigurator" class="EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\EntityConfigurator" abstract="true"/>
    <service id=".abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\EntityConfigurator" class="EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\EntityConfigurator" abstract="true"/>
    <service id=".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Filter\FilterConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\LanguageConfigurator" class="EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\LanguageConfigurator" abstract="true"/>
    <service id=".abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\LanguageConfigurator" class="EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\LanguageConfigurator" abstract="true"/>
    <service id=".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Filter\FilterConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\LocaleConfigurator" class="EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\LocaleConfigurator" abstract="true"/>
    <service id=".abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\LocaleConfigurator" class="EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\LocaleConfigurator" abstract="true"/>
    <service id=".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Filter\FilterConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\NullConfigurator" class="EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\NullConfigurator" abstract="true"/>
    <service id=".abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\NullConfigurator" class="EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\NullConfigurator" abstract="true"/>
    <service id=".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Filter\FilterConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\NumericConfigurator" class="EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\NumericConfigurator" abstract="true"/>
    <service id=".abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\NumericConfigurator" class="EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\NumericConfigurator" abstract="true"/>
    <service id=".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Filter\FilterConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\TextConfigurator" class="EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\TextConfigurator" abstract="true"/>
    <service id=".abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\TextConfigurator" class="EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\TextConfigurator" abstract="true"/>
    <service id=".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Filter\FilterConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\TimezoneConfigurator" class="EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\TimezoneConfigurator" abstract="true"/>
    <service id=".abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\TimezoneConfigurator" class="EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\TimezoneConfigurator" abstract="true"/>
    <service id=".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\ArrayConfigurator" class="EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\ArrayConfigurator" abstract="true"/>
    <service id=".abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\ArrayConfigurator" class="EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\ArrayConfigurator" abstract="true"/>
    <service id=".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\AssociationConfigurator" class="EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\AssociationConfigurator" abstract="true"/>
    <service id=".abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\AssociationConfigurator" class="EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\AssociationConfigurator" abstract="true"/>
    <service id=".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\AvatarConfigurator" class="EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\AvatarConfigurator" abstract="true"/>
    <service id=".abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\AvatarConfigurator" class="EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\AvatarConfigurator" abstract="true"/>
    <service id=".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\BooleanConfigurator" class="EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\BooleanConfigurator" abstract="true"/>
    <service id=".abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\BooleanConfigurator" class="EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\BooleanConfigurator" abstract="true"/>
    <service id=".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CommonPostConfigurator" class="EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CommonPostConfigurator" abstract="true"/>
    <service id=".abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CommonPostConfigurator" class="EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CommonPostConfigurator" abstract="true"/>
    <service id=".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CommonPreConfigurator" class="EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CommonPreConfigurator" abstract="true"/>
    <service id=".abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CommonPreConfigurator" class="EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CommonPreConfigurator" abstract="true"/>
    <service id=".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CountryConfigurator" class="EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CountryConfigurator" abstract="true"/>
    <service id=".abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CountryConfigurator" class="EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CountryConfigurator" abstract="true"/>
    <service id=".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CurrencyConfigurator" class="EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CurrencyConfigurator" abstract="true"/>
    <service id=".abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CurrencyConfigurator" class="EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CurrencyConfigurator" abstract="true"/>
    <service id=".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\DateTimeConfigurator" class="EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\DateTimeConfigurator" abstract="true"/>
    <service id=".abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\DateTimeConfigurator" class="EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\DateTimeConfigurator" abstract="true"/>
    <service id=".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\EmailConfigurator" class="EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\EmailConfigurator" abstract="true"/>
    <service id=".abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\EmailConfigurator" class="EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\EmailConfigurator" abstract="true"/>
    <service id=".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\FormConfigurator" class="EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\FormConfigurator" abstract="true"/>
    <service id=".abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\FormConfigurator" class="EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\FormConfigurator" abstract="true"/>
    <service id=".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\IdConfigurator" class="EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\IdConfigurator" abstract="true"/>
    <service id=".abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\IdConfigurator" class="EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\IdConfigurator" abstract="true"/>
    <service id=".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\FileConfigurator" class="EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\FileConfigurator" abstract="true"/>
    <service id=".abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\FileConfigurator" class="EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\FileConfigurator" abstract="true"/>
    <service id=".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\ImageConfigurator" class="EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\ImageConfigurator" abstract="true"/>
    <service id=".abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\ImageConfigurator" class="EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\ImageConfigurator" abstract="true"/>
    <service id=".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\IntegerConfigurator" class="EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\IntegerConfigurator" abstract="true"/>
    <service id=".abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\IntegerConfigurator" class="EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\IntegerConfigurator" abstract="true"/>
    <service id=".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\LanguageConfigurator" class="EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\LanguageConfigurator" abstract="true"/>
    <service id=".abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\LanguageConfigurator" class="EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\LanguageConfigurator" abstract="true"/>
    <service id=".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\LocaleConfigurator" class="EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\LocaleConfigurator" abstract="true"/>
    <service id=".abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\LocaleConfigurator" class="EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\LocaleConfigurator" abstract="true"/>
    <service id=".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\MoneyConfigurator" class="EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\MoneyConfigurator" abstract="true"/>
    <service id=".abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\MoneyConfigurator" class="EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\MoneyConfigurator" abstract="true"/>
    <service id=".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\NumberConfigurator" class="EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\NumberConfigurator" abstract="true"/>
    <service id=".abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\NumberConfigurator" class="EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\NumberConfigurator" abstract="true"/>
    <service id=".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\PercentConfigurator" class="EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\PercentConfigurator" abstract="true"/>
    <service id=".abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\PercentConfigurator" class="EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\PercentConfigurator" abstract="true"/>
    <service id=".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\ChoiceConfigurator" class="EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\ChoiceConfigurator" abstract="true"/>
    <service id=".abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\ChoiceConfigurator" class="EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\ChoiceConfigurator" abstract="true"/>
    <service id=".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\ColorConfigurator" class="EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\ColorConfigurator" abstract="true"/>
    <service id=".abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\ColorConfigurator" class="EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\ColorConfigurator" abstract="true"/>
    <service id=".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CollectionConfigurator" class="EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CollectionConfigurator" abstract="true"/>
    <service id=".abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CollectionConfigurator" class="EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CollectionConfigurator" abstract="true"/>
    <service id=".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\SlugConfigurator" class="EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\SlugConfigurator" abstract="true"/>
    <service id=".abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\SlugConfigurator" class="EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\SlugConfigurator" abstract="true"/>
    <service id=".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\TelephoneConfigurator" class="EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\TelephoneConfigurator" abstract="true"/>
    <service id=".abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\TelephoneConfigurator" class="EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\TelephoneConfigurator" abstract="true"/>
    <service id=".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\TextConfigurator" class="EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\TextConfigurator" abstract="true"/>
    <service id=".abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\TextConfigurator" class="EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\TextConfigurator" abstract="true"/>
    <service id=".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\TimezoneConfigurator" class="EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\TimezoneConfigurator" abstract="true"/>
    <service id=".abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\TimezoneConfigurator" class="EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\TimezoneConfigurator" abstract="true"/>
    <service id=".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\UrlConfigurator" class="EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\UrlConfigurator" abstract="true"/>
    <service id=".abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\UrlConfigurator" class="EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\UrlConfigurator" abstract="true"/>
    <service id=".service_locator.ryAvHi4" 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="not" 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="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="url" type="service_closure" id="container.env_var_processor"/>
        <argument key="query_string" type="service_closure" id="container.env_var_processor"/>
        <argument key="resolve" type="service_closure" id="container.env_var_processor"/>
        <argument key="default" type="service_closure" id="container.env_var_processor"/>
        <argument key="string" type="service_closure" id="container.env_var_processor"/>
        <argument key="trim" type="service_closure" id="container.env_var_processor"/>
        <argument key="require" type="service_closure" id="container.env_var_processor"/>
        <argument key="enum" type="service_closure" id="container.env_var_processor"/>
        <argument key="shuffle" type="service_closure" id="container.env_var_processor"/>
        <argument key="defined" type="service_closure" id="container.env_var_processor"/>
        <argument key="urlencode" type="service_closure" id="container.env_var_processor"/>
      </argument>
    </service>
    <service id="api_platform.name_converter.metadata_aware" class="Symfony\Component\Serializer\NameConverter\MetadataAwareNameConverter">
      <argument type="service" id="api_platform.serializer.mapping.class_metadata_factory"/>
      <argument>null</argument>
    </service>
    <service id="debug.security.event_dispatcher.api_login" class="Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher">
      <tag name="security.event_dispatcher.api_login">event_dispatcher.dispatcher</tag>
      <tag name="monolog.logger" channel="event"/>
      <tag name="kernel.reset" method="reset"/>
      <tag name="container.decorator" id="security.event_dispatcher.api_login" inner="debug.security.event_dispatcher.api_login.inner"/>
      <argument type="service" id="debug.security.event_dispatcher.api_login.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>Symfony\Component\Security\Http\Event\CheckPassportEvent</argument>
        <argument type="collection">
          <argument type="service_closure" id="security.listener.api_login.user_provider"/>
          <argument>checkPassport</argument>
        </argument>
        <argument>2048</argument>
      </call>
      <call method="addListener">
        <argument>Symfony\Component\Security\Http\Event\CheckPassportEvent</argument>
        <argument type="collection">
          <argument type="service_closure" id="security.listener.user_checker.api_login"/>
          <argument>preCheckCredentials</argument>
        </argument>
        <argument>256</argument>
      </call>
      <call method="addListener">
        <argument>security.authentication.success</argument>
        <argument type="collection">
          <argument type="service_closure" id="security.listener.user_checker.api_login"/>
          <argument>postCheckCredentials</argument>
        </argument>
        <argument>256</argument>
      </call>
      <call method="addListener">
        <argument>Symfony\Component\Security\Http\Event\CheckPassportEvent</argument>
        <argument type="collection">
          <argument type="service_closure" id="security.listener.user_provider"/>
          <argument>checkPassport</argument>
        </argument>
        <argument>1024</argument>
      </call>
      <call method="addListener">
        <argument>Symfony\Component\Security\Http\Event\CheckPassportEvent</argument>
        <argument type="collection">
          <argument type="service_closure" id="security.listener.check_authenticator_credentials"/>
          <argument>checkPassport</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>Symfony\Component\Security\Http\Event\LoginSuccessEvent</argument>
        <argument type="collection">
          <argument type="service_closure" id="security.listener.password_migrating"/>
          <argument>onLoginSuccess</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>Symfony\Component\Security\Http\Event\CheckPassportEvent</argument>
        <argument type="collection">
          <argument type="service_closure" id="security.listener.csrf_protection"/>
          <argument>checkPassport</argument>
        </argument>
        <argument>512</argument>
      </call>
      <call method="addListener">
        <argument>Symfony\Component\Security\Http\Event\LogoutEvent</argument>
        <argument type="collection">
          <argument type="service_closure" id="security.logout.listener.csrf_token_clearing"/>
          <argument>onLogout</argument>
        </argument>
        <argument>0</argument>
      </call>
    </service>
    <service id="debug.security.event_dispatcher.api" class="Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher">
      <tag name="security.event_dispatcher.api">event_dispatcher.dispatcher</tag>
      <tag name="monolog.logger" channel="event"/>
      <tag name="kernel.reset" method="reset"/>
      <tag name="container.decorator" id="security.event_dispatcher.api" inner="debug.security.event_dispatcher.api.inner"/>
      <argument type="service" id="debug.security.event_dispatcher.api.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>Symfony\Component\Security\Http\Event\CheckPassportEvent</argument>
        <argument type="collection">
          <argument type="service_closure" id="security.listener.api.user_provider"/>
          <argument>checkPassport</argument>
        </argument>
        <argument>2048</argument>
      </call>
      <call method="addListener">
        <argument>Symfony\Component\Security\Http\Event\CheckPassportEvent</argument>
        <argument type="collection">
          <argument type="service_closure" id="security.listener.user_checker.api"/>
          <argument>preCheckCredentials</argument>
        </argument>
        <argument>256</argument>
      </call>
      <call method="addListener">
        <argument>security.authentication.success</argument>
        <argument type="collection">
          <argument type="service_closure" id="security.listener.user_checker.api"/>
          <argument>postCheckCredentials</argument>
        </argument>
        <argument>256</argument>
      </call>
      <call method="addListener">
        <argument>Symfony\Component\Security\Http\Event\CheckPassportEvent</argument>
        <argument type="collection">
          <argument type="service_closure" id="security.listener.user_provider"/>
          <argument>checkPassport</argument>
        </argument>
        <argument>1024</argument>
      </call>
      <call method="addListener">
        <argument>Symfony\Component\Security\Http\Event\CheckPassportEvent</argument>
        <argument type="collection">
          <argument type="service_closure" id="security.listener.check_authenticator_credentials"/>
          <argument>checkPassport</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>Symfony\Component\Security\Http\Event\LoginSuccessEvent</argument>
        <argument type="collection">
          <argument type="service_closure" id="security.listener.password_migrating"/>
          <argument>onLoginSuccess</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>Symfony\Component\Security\Http\Event\CheckPassportEvent</argument>
        <argument type="collection">
          <argument type="service_closure" id="security.listener.csrf_protection"/>
          <argument>checkPassport</argument>
        </argument>
        <argument>512</argument>
      </call>
      <call method="addListener">
        <argument>Symfony\Component\Security\Http\Event\LogoutEvent</argument>
        <argument type="collection">
          <argument type="service_closure" id="security.logout.listener.csrf_token_clearing"/>
          <argument>onLogout</argument>
        </argument>
        <argument>0</argument>
      </call>
    </service>
    <service id="debug.security.event_dispatcher.main" class="Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher">
      <tag name="security.event_dispatcher.main">event_dispatcher.dispatcher</tag>
      <tag name="monolog.logger" channel="event"/>
      <tag name="kernel.reset" method="reset"/>
      <tag name="container.decorator" id="security.event_dispatcher.main" inner="debug.security.event_dispatcher.main.inner"/>
      <argument type="service" id="debug.security.event_dispatcher.main.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>Symfony\Component\Security\Http\Event\CheckPassportEvent</argument>
        <argument type="collection">
          <argument type="service_closure" id="security.listener.main.user_provider"/>
          <argument>checkPassport</argument>
        </argument>
        <argument>2048</argument>
      </call>
      <call method="addListener">
        <argument>Symfony\Component\Security\Http\Event\LoginSuccessEvent</argument>
        <argument type="collection">
          <argument type="service_closure" id="security.listener.session.main"/>
          <argument>onSuccessfulLogin</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>Symfony\Component\Security\Http\Event\LogoutEvent</argument>
        <argument type="collection">
          <argument type="service_closure" id="security.logout.listener.default.main"/>
          <argument>onLogout</argument>
        </argument>
        <argument>64</argument>
      </call>
      <call method="addListener">
        <argument>Symfony\Component\Security\Http\Event\LogoutEvent</argument>
        <argument type="collection">
          <argument type="service_closure" id="security.logout.listener.session.main"/>
          <argument>onLogout</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>Symfony\Component\Security\Http\Event\CheckPassportEvent</argument>
        <argument type="collection">
          <argument type="service_closure" id="security.listener.login_throttling.main"/>
          <argument>checkPassport</argument>
        </argument>
        <argument>2080</argument>
      </call>
      <call method="addListener">
        <argument>Symfony\Component\Security\Http\Event\LoginFailureEvent</argument>
        <argument type="collection">
          <argument type="service_closure" id="security.listener.login_throttling.main"/>
          <argument>onFailedLogin</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>Symfony\Component\Security\Http\Event\LoginSuccessEvent</argument>
        <argument type="collection">
          <argument type="service_closure" id="security.listener.login_throttling.main"/>
          <argument>onSuccessfulLogin</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>Symfony\Component\Security\Http\Event\CheckPassportEvent</argument>
        <argument type="collection">
          <argument type="service_closure" id="security.listener.user_checker.main"/>
          <argument>preCheckCredentials</argument>
        </argument>
        <argument>256</argument>
      </call>
      <call method="addListener">
        <argument>security.authentication.success</argument>
        <argument type="collection">
          <argument type="service_closure" id="security.listener.user_checker.main"/>
          <argument>postCheckCredentials</argument>
        </argument>
        <argument>256</argument>
      </call>
      <call method="addListener">
        <argument>Symfony\Component\Security\Http\Event\CheckPassportEvent</argument>
        <argument type="collection">
          <argument type="service_closure" id="security.listener.user_provider"/>
          <argument>checkPassport</argument>
        </argument>
        <argument>1024</argument>
      </call>
      <call method="addListener">
        <argument>Symfony\Component\Security\Http\Event\CheckPassportEvent</argument>
        <argument type="collection">
          <argument type="service_closure" id="security.listener.check_authenticator_credentials"/>
          <argument>checkPassport</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>Symfony\Component\Security\Http\Event\LoginSuccessEvent</argument>
        <argument type="collection">
          <argument type="service_closure" id="security.listener.password_migrating"/>
          <argument>onLoginSuccess</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>Symfony\Component\Security\Http\Event\CheckPassportEvent</argument>
        <argument type="collection">
          <argument type="service_closure" id="security.listener.csrf_protection"/>
          <argument>checkPassport</argument>
        </argument>
        <argument>512</argument>
      </call>
      <call method="addListener">
        <argument>Symfony\Component\Security\Http\Event\LogoutEvent</argument>
        <argument type="collection">
          <argument type="service_closure" id="security.logout.listener.csrf_token_clearing"/>
          <argument>onLogout</argument>
        </argument>
        <argument>0</argument>
      </call>
    </service>
    <service id=".service_locator.1vYpZ1B" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="loader" type="service_closure" id=".errored..service_locator.1vYpZ1B.Symfony\Component\Config\Loader\LoaderInterface"/>
      </argument>
    </service>
    <service id=".service_locator.1vYpZ1B.kernel::registerContainerConfiguration()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="kernel::registerContainerConfiguration()"/>
      <argument>kernel::registerContainerConfiguration()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.1vYpZ1B" method="withContext"/>
    </service>
    <service id=".service_locator.1vYpZ1B.kernel::loadRoutes()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="kernel::loadRoutes()"/>
      <argument>kernel::loadRoutes()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.1vYpZ1B" method="withContext"/>
    </service>
    <service id=".service_locator.rzmRfvY" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="ratings" type="service_closure" id="App\Repository\RatingRepository"/>
        <argument key="follows" type="service_closure" id="App\Repository\FollowRepository"/>
      </argument>
    </service>
    <service id=".service_locator.rzmRfvY.App\Controller\ActivityController::index()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\ActivityController::index()"/>
      <argument>App\Controller\ActivityController::index()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.rzmRfvY" method="withContext"/>
    </service>
    <service id=".service_locator.eVx11yR" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="crud" type="service_closure" id=".errored..service_locator.eVx11yR.EasyCorp\Bundle\EasyAdminBundle\Config\Crud"/>
      </argument>
    </service>
    <service id=".service_locator.eVx11yR.App\Controller\Admin\AuthorCrudController::configureCrud()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Admin\AuthorCrudController::configureCrud()"/>
      <argument>App\Controller\Admin\AuthorCrudController::configureCrud()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.eVx11yR" method="withContext"/>
    </service>
    <service id=".service_locator.MygkM6_" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="actions" type="service_closure" id=".errored..service_locator.MygkM6_.EasyCorp\Bundle\EasyAdminBundle\Config\Actions"/>
      </argument>
    </service>
    <service id=".service_locator.MygkM6_.App\Controller\Admin\AuthorCrudController::configureActions()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Admin\AuthorCrudController::configureActions()"/>
      <argument>App\Controller\Admin\AuthorCrudController::configureActions()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.MygkM6_" method="withContext"/>
    </service>
    <service id=".service_locator.4g8KBWG" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="assets" type="service_closure" id=".errored..service_locator.4g8KBWG.EasyCorp\Bundle\EasyAdminBundle\Config\Assets"/>
      </argument>
    </service>
    <service id=".service_locator.4g8KBWG.App\Controller\Admin\AuthorCrudController::configureAssets()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Admin\AuthorCrudController::configureAssets()"/>
      <argument>App\Controller\Admin\AuthorCrudController::configureAssets()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.4g8KBWG" method="withContext"/>
    </service>
    <service id=".service_locator.vx1u6Ma" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="filters" type="service_closure" id=".errored..service_locator.vx1u6Ma.EasyCorp\Bundle\EasyAdminBundle\Config\Filters"/>
      </argument>
    </service>
    <service id=".service_locator.vx1u6Ma.App\Controller\Admin\AuthorCrudController::configureFilters()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Admin\AuthorCrudController::configureFilters()"/>
      <argument>App\Controller\Admin\AuthorCrudController::configureFilters()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.vx1u6Ma" method="withContext"/>
    </service>
    <service id=".service_locator._ewVeMD" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="context" type="service_closure" id=".errored..service_locator._ewVeMD.EasyCorp\Bundle\EasyAdminBundle\Context\AdminContext"/>
      </argument>
    </service>
    <service id=".service_locator._ewVeMD.App\Controller\Admin\AuthorCrudController::index()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Admin\AuthorCrudController::index()"/>
      <argument>App\Controller\Admin\AuthorCrudController::index()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator._ewVeMD" method="withContext"/>
    </service>
    <service id=".service_locator._ewVeMD.App\Controller\Admin\AuthorCrudController::detail()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Admin\AuthorCrudController::detail()"/>
      <argument>App\Controller\Admin\AuthorCrudController::detail()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator._ewVeMD" method="withContext"/>
    </service>
    <service id=".service_locator._ewVeMD.App\Controller\Admin\AuthorCrudController::edit()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Admin\AuthorCrudController::edit()"/>
      <argument>App\Controller\Admin\AuthorCrudController::edit()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator._ewVeMD" method="withContext"/>
    </service>
    <service id=".service_locator._ewVeMD.App\Controller\Admin\AuthorCrudController::new()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Admin\AuthorCrudController::new()"/>
      <argument>App\Controller\Admin\AuthorCrudController::new()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator._ewVeMD" method="withContext"/>
    </service>
    <service id=".service_locator._ewVeMD.App\Controller\Admin\AuthorCrudController::delete()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Admin\AuthorCrudController::delete()"/>
      <argument>App\Controller\Admin\AuthorCrudController::delete()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator._ewVeMD" method="withContext"/>
    </service>
    <service id=".service_locator.Zxs0ZZ9" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="context" type="service_closure" id=".errored..service_locator.Zxs0ZZ9.EasyCorp\Bundle\EasyAdminBundle\Context\AdminContext"/>
        <argument key="batchActionDto" type="service_closure" id=".errored..service_locator.Zxs0ZZ9.EasyCorp\Bundle\EasyAdminBundle\Dto\BatchActionDto"/>
      </argument>
    </service>
    <service id=".service_locator.Zxs0ZZ9.App\Controller\Admin\AuthorCrudController::batchDelete()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Admin\AuthorCrudController::batchDelete()"/>
      <argument>App\Controller\Admin\AuthorCrudController::batchDelete()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.Zxs0ZZ9" method="withContext"/>
    </service>
    <service id=".service_locator._ewVeMD.App\Controller\Admin\AuthorCrudController::autocomplete()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Admin\AuthorCrudController::autocomplete()"/>
      <argument>App\Controller\Admin\AuthorCrudController::autocomplete()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator._ewVeMD" method="withContext"/>
    </service>
    <service id=".service_locator._Gfu5xe" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="searchDto" type="service_closure" id=".errored..service_locator._Gfu5xe.EasyCorp\Bundle\EasyAdminBundle\Dto\SearchDto"/>
        <argument key="entityDto" type="service_closure" id=".errored..service_locator._Gfu5xe.EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto"/>
        <argument key="fields" type="service_closure" id=".errored..service_locator._Gfu5xe.EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection"/>
        <argument key="filters" type="service_closure" id=".errored..service_locator._Gfu5xe.EasyCorp\Bundle\EasyAdminBundle\Collection\FilterCollection"/>
      </argument>
    </service>
    <service id=".service_locator._Gfu5xe.App\Controller\Admin\AuthorCrudController::createIndexQueryBuilder()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Admin\AuthorCrudController::createIndexQueryBuilder()"/>
      <argument>App\Controller\Admin\AuthorCrudController::createIndexQueryBuilder()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator._Gfu5xe" method="withContext"/>
    </service>
    <service id=".service_locator._ewVeMD.App\Controller\Admin\AuthorCrudController::renderFilters()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Admin\AuthorCrudController::renderFilters()"/>
      <argument>App\Controller\Admin\AuthorCrudController::renderFilters()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator._ewVeMD" method="withContext"/>
    </service>
    <service id=".service_locator.3BoFVFw" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="entityManager" type="service_closure" id="doctrine.orm.default_entity_manager"/>
      </argument>
    </service>
    <service id=".service_locator.3BoFVFw.App\Controller\Admin\AuthorCrudController::updateEntity()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Admin\AuthorCrudController::updateEntity()"/>
      <argument>App\Controller\Admin\AuthorCrudController::updateEntity()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.3BoFVFw" method="withContext"/>
    </service>
    <service id=".service_locator.3BoFVFw.App\Controller\Admin\AuthorCrudController::persistEntity()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Admin\AuthorCrudController::persistEntity()"/>
      <argument>App\Controller\Admin\AuthorCrudController::persistEntity()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.3BoFVFw" method="withContext"/>
    </service>
    <service id=".service_locator.3BoFVFw.App\Controller\Admin\AuthorCrudController::deleteEntity()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Admin\AuthorCrudController::deleteEntity()"/>
      <argument>App\Controller\Admin\AuthorCrudController::deleteEntity()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.3BoFVFw" method="withContext"/>
    </service>
    <service id=".service_locator.5pLxdxQ" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="entityDto" type="service_closure" id=".errored..service_locator.5pLxdxQ.EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto"/>
        <argument key="formOptions" type="service_closure" id=".errored..service_locator.5pLxdxQ.EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore"/>
        <argument key="context" type="service_closure" id=".errored..service_locator.5pLxdxQ.EasyCorp\Bundle\EasyAdminBundle\Context\AdminContext"/>
      </argument>
    </service>
    <service id=".service_locator.5pLxdxQ.App\Controller\Admin\AuthorCrudController::createEditForm()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Admin\AuthorCrudController::createEditForm()"/>
      <argument>App\Controller\Admin\AuthorCrudController::createEditForm()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.5pLxdxQ" method="withContext"/>
    </service>
    <service id=".service_locator.5pLxdxQ.App\Controller\Admin\AuthorCrudController::createEditFormBuilder()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Admin\AuthorCrudController::createEditFormBuilder()"/>
      <argument>App\Controller\Admin\AuthorCrudController::createEditFormBuilder()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.5pLxdxQ" method="withContext"/>
    </service>
    <service id=".service_locator.5pLxdxQ.App\Controller\Admin\AuthorCrudController::createNewForm()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Admin\AuthorCrudController::createNewForm()"/>
      <argument>App\Controller\Admin\AuthorCrudController::createNewForm()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.5pLxdxQ" method="withContext"/>
    </service>
    <service id=".service_locator.5pLxdxQ.App\Controller\Admin\AuthorCrudController::createNewFormBuilder()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Admin\AuthorCrudController::createNewFormBuilder()"/>
      <argument>App\Controller\Admin\AuthorCrudController::createNewFormBuilder()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.5pLxdxQ" method="withContext"/>
    </service>
    <service id=".service_locator.8yyrqQl" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="responseParameters" type="service_closure" id=".errored..service_locator.8yyrqQl.EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore"/>
      </argument>
    </service>
    <service id=".service_locator.8yyrqQl.App\Controller\Admin\AuthorCrudController::configureResponseParameters()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Admin\AuthorCrudController::configureResponseParameters()"/>
      <argument>App\Controller\Admin\AuthorCrudController::configureResponseParameters()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.8yyrqQl" method="withContext"/>
    </service>
    <service id=".service_locator.eVx11yR.App\Controller\Admin\BookListCrudController::configureCrud()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Admin\BookListCrudController::configureCrud()"/>
      <argument>App\Controller\Admin\BookListCrudController::configureCrud()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.eVx11yR" method="withContext"/>
    </service>
    <service id=".service_locator.MygkM6_.App\Controller\Admin\BookListCrudController::configureActions()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Admin\BookListCrudController::configureActions()"/>
      <argument>App\Controller\Admin\BookListCrudController::configureActions()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.MygkM6_" method="withContext"/>
    </service>
    <service id=".service_locator.4g8KBWG.App\Controller\Admin\BookListCrudController::configureAssets()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Admin\BookListCrudController::configureAssets()"/>
      <argument>App\Controller\Admin\BookListCrudController::configureAssets()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.4g8KBWG" method="withContext"/>
    </service>
    <service id=".service_locator.vx1u6Ma.App\Controller\Admin\BookListCrudController::configureFilters()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Admin\BookListCrudController::configureFilters()"/>
      <argument>App\Controller\Admin\BookListCrudController::configureFilters()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.vx1u6Ma" method="withContext"/>
    </service>
    <service id=".service_locator._ewVeMD.App\Controller\Admin\BookListCrudController::index()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Admin\BookListCrudController::index()"/>
      <argument>App\Controller\Admin\BookListCrudController::index()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator._ewVeMD" method="withContext"/>
    </service>
    <service id=".service_locator._ewVeMD.App\Controller\Admin\BookListCrudController::detail()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Admin\BookListCrudController::detail()"/>
      <argument>App\Controller\Admin\BookListCrudController::detail()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator._ewVeMD" method="withContext"/>
    </service>
    <service id=".service_locator._ewVeMD.App\Controller\Admin\BookListCrudController::edit()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Admin\BookListCrudController::edit()"/>
      <argument>App\Controller\Admin\BookListCrudController::edit()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator._ewVeMD" method="withContext"/>
    </service>
    <service id=".service_locator._ewVeMD.App\Controller\Admin\BookListCrudController::new()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Admin\BookListCrudController::new()"/>
      <argument>App\Controller\Admin\BookListCrudController::new()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator._ewVeMD" method="withContext"/>
    </service>
    <service id=".service_locator._ewVeMD.App\Controller\Admin\BookListCrudController::delete()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Admin\BookListCrudController::delete()"/>
      <argument>App\Controller\Admin\BookListCrudController::delete()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator._ewVeMD" method="withContext"/>
    </service>
    <service id=".service_locator.Zxs0ZZ9.App\Controller\Admin\BookListCrudController::batchDelete()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Admin\BookListCrudController::batchDelete()"/>
      <argument>App\Controller\Admin\BookListCrudController::batchDelete()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.Zxs0ZZ9" method="withContext"/>
    </service>
    <service id=".service_locator._ewVeMD.App\Controller\Admin\BookListCrudController::autocomplete()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Admin\BookListCrudController::autocomplete()"/>
      <argument>App\Controller\Admin\BookListCrudController::autocomplete()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator._ewVeMD" method="withContext"/>
    </service>
    <service id=".service_locator._Gfu5xe.App\Controller\Admin\BookListCrudController::createIndexQueryBuilder()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Admin\BookListCrudController::createIndexQueryBuilder()"/>
      <argument>App\Controller\Admin\BookListCrudController::createIndexQueryBuilder()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator._Gfu5xe" method="withContext"/>
    </service>
    <service id=".service_locator._ewVeMD.App\Controller\Admin\BookListCrudController::renderFilters()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Admin\BookListCrudController::renderFilters()"/>
      <argument>App\Controller\Admin\BookListCrudController::renderFilters()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator._ewVeMD" method="withContext"/>
    </service>
    <service id=".service_locator.3BoFVFw.App\Controller\Admin\BookListCrudController::updateEntity()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Admin\BookListCrudController::updateEntity()"/>
      <argument>App\Controller\Admin\BookListCrudController::updateEntity()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.3BoFVFw" method="withContext"/>
    </service>
    <service id=".service_locator.3BoFVFw.App\Controller\Admin\BookListCrudController::persistEntity()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Admin\BookListCrudController::persistEntity()"/>
      <argument>App\Controller\Admin\BookListCrudController::persistEntity()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.3BoFVFw" method="withContext"/>
    </service>
    <service id=".service_locator.3BoFVFw.App\Controller\Admin\BookListCrudController::deleteEntity()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Admin\BookListCrudController::deleteEntity()"/>
      <argument>App\Controller\Admin\BookListCrudController::deleteEntity()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.3BoFVFw" method="withContext"/>
    </service>
    <service id=".service_locator.5pLxdxQ.App\Controller\Admin\BookListCrudController::createEditForm()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Admin\BookListCrudController::createEditForm()"/>
      <argument>App\Controller\Admin\BookListCrudController::createEditForm()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.5pLxdxQ" method="withContext"/>
    </service>
    <service id=".service_locator.5pLxdxQ.App\Controller\Admin\BookListCrudController::createEditFormBuilder()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Admin\BookListCrudController::createEditFormBuilder()"/>
      <argument>App\Controller\Admin\BookListCrudController::createEditFormBuilder()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.5pLxdxQ" method="withContext"/>
    </service>
    <service id=".service_locator.5pLxdxQ.App\Controller\Admin\BookListCrudController::createNewForm()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Admin\BookListCrudController::createNewForm()"/>
      <argument>App\Controller\Admin\BookListCrudController::createNewForm()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.5pLxdxQ" method="withContext"/>
    </service>
    <service id=".service_locator.5pLxdxQ.App\Controller\Admin\BookListCrudController::createNewFormBuilder()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Admin\BookListCrudController::createNewFormBuilder()"/>
      <argument>App\Controller\Admin\BookListCrudController::createNewFormBuilder()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.5pLxdxQ" method="withContext"/>
    </service>
    <service id=".service_locator.8yyrqQl.App\Controller\Admin\BookListCrudController::configureResponseParameters()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Admin\BookListCrudController::configureResponseParameters()"/>
      <argument>App\Controller\Admin\BookListCrudController::configureResponseParameters()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.8yyrqQl" method="withContext"/>
    </service>
    <service id=".service_locator.eVx11yR.App\Controller\Admin\BookRequestCrudController::configureCrud()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Admin\BookRequestCrudController::configureCrud()"/>
      <argument>App\Controller\Admin\BookRequestCrudController::configureCrud()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.eVx11yR" method="withContext"/>
    </service>
    <service id=".service_locator.vx1u6Ma.App\Controller\Admin\BookRequestCrudController::configureFilters()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Admin\BookRequestCrudController::configureFilters()"/>
      <argument>App\Controller\Admin\BookRequestCrudController::configureFilters()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.vx1u6Ma" method="withContext"/>
    </service>
    <service id=".service_locator.MygkM6_.App\Controller\Admin\BookRequestCrudController::configureActions()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Admin\BookRequestCrudController::configureActions()"/>
      <argument>App\Controller\Admin\BookRequestCrudController::configureActions()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.MygkM6_" method="withContext"/>
    </service>
    <service id=".service_locator.pPQbXlV" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="context" type="service_closure" id=".errored..service_locator.pPQbXlV.EasyCorp\Bundle\EasyAdminBundle\Context\AdminContext"/>
        <argument key="wikidata" type="service_closure" id="App\Service\Catalog\Resolution\WikidataSearchService"/>
        <argument key="materializer" type="service_closure" id="App\Service\Catalog\Resolution\WorkMaterializer"/>
        <argument key="enrichment" type="service_closure" id="App\Service\Catalog\Enrichment\WorkEnrichmentService"/>
        <argument key="em" type="service_closure" id="doctrine.orm.default_entity_manager"/>
        <argument key="adminUrlGenerator" type="service_closure" id="EasyCorp\Bundle\EasyAdminBundle\Router\AdminUrlGenerator"/>
      </argument>
    </service>
    <service id=".service_locator.pPQbXlV.App\Controller\Admin\BookRequestCrudController::approve()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Admin\BookRequestCrudController::approve()"/>
      <argument>App\Controller\Admin\BookRequestCrudController::approve()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.pPQbXlV" method="withContext"/>
    </service>
    <service id=".service_locator.C0tIW_k" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="context" type="service_closure" id=".errored..service_locator.C0tIW_k.EasyCorp\Bundle\EasyAdminBundle\Context\AdminContext"/>
        <argument key="em" type="service_closure" id="doctrine.orm.default_entity_manager"/>
        <argument key="adminUrlGenerator" type="service_closure" id="EasyCorp\Bundle\EasyAdminBundle\Router\AdminUrlGenerator"/>
      </argument>
    </service>
    <service id=".service_locator.C0tIW_k.App\Controller\Admin\BookRequestCrudController::reject()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Admin\BookRequestCrudController::reject()"/>
      <argument>App\Controller\Admin\BookRequestCrudController::reject()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.C0tIW_k" method="withContext"/>
    </service>
    <service id=".service_locator.4g8KBWG.App\Controller\Admin\BookRequestCrudController::configureAssets()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Admin\BookRequestCrudController::configureAssets()"/>
      <argument>App\Controller\Admin\BookRequestCrudController::configureAssets()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.4g8KBWG" method="withContext"/>
    </service>
    <service id=".service_locator._ewVeMD.App\Controller\Admin\BookRequestCrudController::index()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Admin\BookRequestCrudController::index()"/>
      <argument>App\Controller\Admin\BookRequestCrudController::index()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator._ewVeMD" method="withContext"/>
    </service>
    <service id=".service_locator._ewVeMD.App\Controller\Admin\BookRequestCrudController::detail()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Admin\BookRequestCrudController::detail()"/>
      <argument>App\Controller\Admin\BookRequestCrudController::detail()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator._ewVeMD" method="withContext"/>
    </service>
    <service id=".service_locator._ewVeMD.App\Controller\Admin\BookRequestCrudController::edit()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Admin\BookRequestCrudController::edit()"/>
      <argument>App\Controller\Admin\BookRequestCrudController::edit()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator._ewVeMD" method="withContext"/>
    </service>
    <service id=".service_locator._ewVeMD.App\Controller\Admin\BookRequestCrudController::new()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Admin\BookRequestCrudController::new()"/>
      <argument>App\Controller\Admin\BookRequestCrudController::new()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator._ewVeMD" method="withContext"/>
    </service>
    <service id=".service_locator._ewVeMD.App\Controller\Admin\BookRequestCrudController::delete()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Admin\BookRequestCrudController::delete()"/>
      <argument>App\Controller\Admin\BookRequestCrudController::delete()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator._ewVeMD" method="withContext"/>
    </service>
    <service id=".service_locator.Zxs0ZZ9.App\Controller\Admin\BookRequestCrudController::batchDelete()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Admin\BookRequestCrudController::batchDelete()"/>
      <argument>App\Controller\Admin\BookRequestCrudController::batchDelete()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.Zxs0ZZ9" method="withContext"/>
    </service>
    <service id=".service_locator._ewVeMD.App\Controller\Admin\BookRequestCrudController::autocomplete()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Admin\BookRequestCrudController::autocomplete()"/>
      <argument>App\Controller\Admin\BookRequestCrudController::autocomplete()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator._ewVeMD" method="withContext"/>
    </service>
    <service id=".service_locator._Gfu5xe.App\Controller\Admin\BookRequestCrudController::createIndexQueryBuilder()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Admin\BookRequestCrudController::createIndexQueryBuilder()"/>
      <argument>App\Controller\Admin\BookRequestCrudController::createIndexQueryBuilder()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator._Gfu5xe" method="withContext"/>
    </service>
    <service id=".service_locator._ewVeMD.App\Controller\Admin\BookRequestCrudController::renderFilters()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Admin\BookRequestCrudController::renderFilters()"/>
      <argument>App\Controller\Admin\BookRequestCrudController::renderFilters()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator._ewVeMD" method="withContext"/>
    </service>
    <service id=".service_locator.3BoFVFw.App\Controller\Admin\BookRequestCrudController::updateEntity()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Admin\BookRequestCrudController::updateEntity()"/>
      <argument>App\Controller\Admin\BookRequestCrudController::updateEntity()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.3BoFVFw" method="withContext"/>
    </service>
    <service id=".service_locator.3BoFVFw.App\Controller\Admin\BookRequestCrudController::persistEntity()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Admin\BookRequestCrudController::persistEntity()"/>
      <argument>App\Controller\Admin\BookRequestCrudController::persistEntity()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.3BoFVFw" method="withContext"/>
    </service>
    <service id=".service_locator.3BoFVFw.App\Controller\Admin\BookRequestCrudController::deleteEntity()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Admin\BookRequestCrudController::deleteEntity()"/>
      <argument>App\Controller\Admin\BookRequestCrudController::deleteEntity()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.3BoFVFw" method="withContext"/>
    </service>
    <service id=".service_locator.5pLxdxQ.App\Controller\Admin\BookRequestCrudController::createEditForm()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Admin\BookRequestCrudController::createEditForm()"/>
      <argument>App\Controller\Admin\BookRequestCrudController::createEditForm()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.5pLxdxQ" method="withContext"/>
    </service>
    <service id=".service_locator.5pLxdxQ.App\Controller\Admin\BookRequestCrudController::createEditFormBuilder()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Admin\BookRequestCrudController::createEditFormBuilder()"/>
      <argument>App\Controller\Admin\BookRequestCrudController::createEditFormBuilder()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.5pLxdxQ" method="withContext"/>
    </service>
    <service id=".service_locator.5pLxdxQ.App\Controller\Admin\BookRequestCrudController::createNewForm()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Admin\BookRequestCrudController::createNewForm()"/>
      <argument>App\Controller\Admin\BookRequestCrudController::createNewForm()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.5pLxdxQ" method="withContext"/>
    </service>
    <service id=".service_locator.5pLxdxQ.App\Controller\Admin\BookRequestCrudController::createNewFormBuilder()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Admin\BookRequestCrudController::createNewFormBuilder()"/>
      <argument>App\Controller\Admin\BookRequestCrudController::createNewFormBuilder()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.5pLxdxQ" method="withContext"/>
    </service>
    <service id=".service_locator.8yyrqQl.App\Controller\Admin\BookRequestCrudController::configureResponseParameters()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Admin\BookRequestCrudController::configureResponseParameters()"/>
      <argument>App\Controller\Admin\BookRequestCrudController::configureResponseParameters()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.8yyrqQl" method="withContext"/>
    </service>
    <service id=".service_locator.nbA6iHG" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="user" type="service_closure" id=".errored..service_locator.nbA6iHG.Symfony\Component\Security\Core\User\UserInterface"/>
      </argument>
    </service>
    <service id=".service_locator.nbA6iHG.App\Controller\Admin\DashboardController::configureUserMenu()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Admin\DashboardController::configureUserMenu()"/>
      <argument>App\Controller\Admin\DashboardController::configureUserMenu()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.nbA6iHG" method="withContext"/>
    </service>
    <service id=".service_locator.eVx11yR.App\Controller\Admin\ReviewCrudController::configureCrud()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Admin\ReviewCrudController::configureCrud()"/>
      <argument>App\Controller\Admin\ReviewCrudController::configureCrud()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.eVx11yR" method="withContext"/>
    </service>
    <service id=".service_locator.MygkM6_.App\Controller\Admin\ReviewCrudController::configureActions()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Admin\ReviewCrudController::configureActions()"/>
      <argument>App\Controller\Admin\ReviewCrudController::configureActions()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.MygkM6_" method="withContext"/>
    </service>
    <service id=".service_locator.4g8KBWG.App\Controller\Admin\ReviewCrudController::configureAssets()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Admin\ReviewCrudController::configureAssets()"/>
      <argument>App\Controller\Admin\ReviewCrudController::configureAssets()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.4g8KBWG" method="withContext"/>
    </service>
    <service id=".service_locator.vx1u6Ma.App\Controller\Admin\ReviewCrudController::configureFilters()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Admin\ReviewCrudController::configureFilters()"/>
      <argument>App\Controller\Admin\ReviewCrudController::configureFilters()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.vx1u6Ma" method="withContext"/>
    </service>
    <service id=".service_locator._ewVeMD.App\Controller\Admin\ReviewCrudController::index()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Admin\ReviewCrudController::index()"/>
      <argument>App\Controller\Admin\ReviewCrudController::index()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator._ewVeMD" method="withContext"/>
    </service>
    <service id=".service_locator._ewVeMD.App\Controller\Admin\ReviewCrudController::detail()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Admin\ReviewCrudController::detail()"/>
      <argument>App\Controller\Admin\ReviewCrudController::detail()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator._ewVeMD" method="withContext"/>
    </service>
    <service id=".service_locator._ewVeMD.App\Controller\Admin\ReviewCrudController::edit()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Admin\ReviewCrudController::edit()"/>
      <argument>App\Controller\Admin\ReviewCrudController::edit()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator._ewVeMD" method="withContext"/>
    </service>
    <service id=".service_locator._ewVeMD.App\Controller\Admin\ReviewCrudController::new()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Admin\ReviewCrudController::new()"/>
      <argument>App\Controller\Admin\ReviewCrudController::new()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator._ewVeMD" method="withContext"/>
    </service>
    <service id=".service_locator._ewVeMD.App\Controller\Admin\ReviewCrudController::delete()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Admin\ReviewCrudController::delete()"/>
      <argument>App\Controller\Admin\ReviewCrudController::delete()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator._ewVeMD" method="withContext"/>
    </service>
    <service id=".service_locator.Zxs0ZZ9.App\Controller\Admin\ReviewCrudController::batchDelete()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Admin\ReviewCrudController::batchDelete()"/>
      <argument>App\Controller\Admin\ReviewCrudController::batchDelete()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.Zxs0ZZ9" method="withContext"/>
    </service>
    <service id=".service_locator._ewVeMD.App\Controller\Admin\ReviewCrudController::autocomplete()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Admin\ReviewCrudController::autocomplete()"/>
      <argument>App\Controller\Admin\ReviewCrudController::autocomplete()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator._ewVeMD" method="withContext"/>
    </service>
    <service id=".service_locator._Gfu5xe.App\Controller\Admin\ReviewCrudController::createIndexQueryBuilder()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Admin\ReviewCrudController::createIndexQueryBuilder()"/>
      <argument>App\Controller\Admin\ReviewCrudController::createIndexQueryBuilder()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator._Gfu5xe" method="withContext"/>
    </service>
    <service id=".service_locator._ewVeMD.App\Controller\Admin\ReviewCrudController::renderFilters()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Admin\ReviewCrudController::renderFilters()"/>
      <argument>App\Controller\Admin\ReviewCrudController::renderFilters()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator._ewVeMD" method="withContext"/>
    </service>
    <service id=".service_locator.3BoFVFw.App\Controller\Admin\ReviewCrudController::updateEntity()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Admin\ReviewCrudController::updateEntity()"/>
      <argument>App\Controller\Admin\ReviewCrudController::updateEntity()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.3BoFVFw" method="withContext"/>
    </service>
    <service id=".service_locator.3BoFVFw.App\Controller\Admin\ReviewCrudController::persistEntity()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Admin\ReviewCrudController::persistEntity()"/>
      <argument>App\Controller\Admin\ReviewCrudController::persistEntity()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.3BoFVFw" method="withContext"/>
    </service>
    <service id=".service_locator.3BoFVFw.App\Controller\Admin\ReviewCrudController::deleteEntity()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Admin\ReviewCrudController::deleteEntity()"/>
      <argument>App\Controller\Admin\ReviewCrudController::deleteEntity()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.3BoFVFw" method="withContext"/>
    </service>
    <service id=".service_locator.5pLxdxQ.App\Controller\Admin\ReviewCrudController::createEditForm()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Admin\ReviewCrudController::createEditForm()"/>
      <argument>App\Controller\Admin\ReviewCrudController::createEditForm()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.5pLxdxQ" method="withContext"/>
    </service>
    <service id=".service_locator.5pLxdxQ.App\Controller\Admin\ReviewCrudController::createEditFormBuilder()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Admin\ReviewCrudController::createEditFormBuilder()"/>
      <argument>App\Controller\Admin\ReviewCrudController::createEditFormBuilder()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.5pLxdxQ" method="withContext"/>
    </service>
    <service id=".service_locator.5pLxdxQ.App\Controller\Admin\ReviewCrudController::createNewForm()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Admin\ReviewCrudController::createNewForm()"/>
      <argument>App\Controller\Admin\ReviewCrudController::createNewForm()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.5pLxdxQ" method="withContext"/>
    </service>
    <service id=".service_locator.5pLxdxQ.App\Controller\Admin\ReviewCrudController::createNewFormBuilder()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Admin\ReviewCrudController::createNewFormBuilder()"/>
      <argument>App\Controller\Admin\ReviewCrudController::createNewFormBuilder()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.5pLxdxQ" method="withContext"/>
    </service>
    <service id=".service_locator.8yyrqQl.App\Controller\Admin\ReviewCrudController::configureResponseParameters()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Admin\ReviewCrudController::configureResponseParameters()"/>
      <argument>App\Controller\Admin\ReviewCrudController::configureResponseParameters()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.8yyrqQl" method="withContext"/>
    </service>
    <service id=".service_locator.eVx11yR.App\Controller\Admin\UserCrudController::configureCrud()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Admin\UserCrudController::configureCrud()"/>
      <argument>App\Controller\Admin\UserCrudController::configureCrud()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.eVx11yR" method="withContext"/>
    </service>
    <service id=".service_locator.MygkM6_.App\Controller\Admin\UserCrudController::configureActions()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Admin\UserCrudController::configureActions()"/>
      <argument>App\Controller\Admin\UserCrudController::configureActions()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.MygkM6_" method="withContext"/>
    </service>
    <service id=".service_locator.vx1u6Ma.App\Controller\Admin\UserCrudController::configureFilters()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Admin\UserCrudController::configureFilters()"/>
      <argument>App\Controller\Admin\UserCrudController::configureFilters()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.vx1u6Ma" method="withContext"/>
    </service>
    <service id=".service_locator.lczTjtp" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="context" type="service_closure" id=".errored..service_locator.lczTjtp.EasyCorp\Bundle\EasyAdminBundle\Context\AdminContext"/>
        <argument key="resetPasswordHelper" type="service_closure" id="symfonycasts.reset_password.helper"/>
        <argument key="passwordResetMailer" type="service_closure" id="App\Service\PasswordResetMailer"/>
        <argument key="urlGenerator" type="service_closure" id="router.default"/>
        <argument key="adminUrlGenerator" type="service_closure" id="EasyCorp\Bundle\EasyAdminBundle\Router\AdminUrlGenerator"/>
      </argument>
    </service>
    <service id=".service_locator.lczTjtp.App\Controller\Admin\UserCrudController::resetPassword()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Admin\UserCrudController::resetPassword()"/>
      <argument>App\Controller\Admin\UserCrudController::resetPassword()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.lczTjtp" method="withContext"/>
    </service>
    <service id=".service_locator.4g8KBWG.App\Controller\Admin\UserCrudController::configureAssets()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Admin\UserCrudController::configureAssets()"/>
      <argument>App\Controller\Admin\UserCrudController::configureAssets()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.4g8KBWG" method="withContext"/>
    </service>
    <service id=".service_locator._ewVeMD.App\Controller\Admin\UserCrudController::index()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Admin\UserCrudController::index()"/>
      <argument>App\Controller\Admin\UserCrudController::index()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator._ewVeMD" method="withContext"/>
    </service>
    <service id=".service_locator._ewVeMD.App\Controller\Admin\UserCrudController::detail()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Admin\UserCrudController::detail()"/>
      <argument>App\Controller\Admin\UserCrudController::detail()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator._ewVeMD" method="withContext"/>
    </service>
    <service id=".service_locator._ewVeMD.App\Controller\Admin\UserCrudController::edit()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Admin\UserCrudController::edit()"/>
      <argument>App\Controller\Admin\UserCrudController::edit()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator._ewVeMD" method="withContext"/>
    </service>
    <service id=".service_locator._ewVeMD.App\Controller\Admin\UserCrudController::new()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Admin\UserCrudController::new()"/>
      <argument>App\Controller\Admin\UserCrudController::new()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator._ewVeMD" method="withContext"/>
    </service>
    <service id=".service_locator._ewVeMD.App\Controller\Admin\UserCrudController::delete()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Admin\UserCrudController::delete()"/>
      <argument>App\Controller\Admin\UserCrudController::delete()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator._ewVeMD" method="withContext"/>
    </service>
    <service id=".service_locator.Zxs0ZZ9.App\Controller\Admin\UserCrudController::batchDelete()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Admin\UserCrudController::batchDelete()"/>
      <argument>App\Controller\Admin\UserCrudController::batchDelete()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.Zxs0ZZ9" method="withContext"/>
    </service>
    <service id=".service_locator._ewVeMD.App\Controller\Admin\UserCrudController::autocomplete()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Admin\UserCrudController::autocomplete()"/>
      <argument>App\Controller\Admin\UserCrudController::autocomplete()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator._ewVeMD" method="withContext"/>
    </service>
    <service id=".service_locator._Gfu5xe.App\Controller\Admin\UserCrudController::createIndexQueryBuilder()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Admin\UserCrudController::createIndexQueryBuilder()"/>
      <argument>App\Controller\Admin\UserCrudController::createIndexQueryBuilder()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator._Gfu5xe" method="withContext"/>
    </service>
    <service id=".service_locator._ewVeMD.App\Controller\Admin\UserCrudController::renderFilters()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Admin\UserCrudController::renderFilters()"/>
      <argument>App\Controller\Admin\UserCrudController::renderFilters()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator._ewVeMD" method="withContext"/>
    </service>
    <service id=".service_locator.3BoFVFw.App\Controller\Admin\UserCrudController::updateEntity()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Admin\UserCrudController::updateEntity()"/>
      <argument>App\Controller\Admin\UserCrudController::updateEntity()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.3BoFVFw" method="withContext"/>
    </service>
    <service id=".service_locator.3BoFVFw.App\Controller\Admin\UserCrudController::persistEntity()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Admin\UserCrudController::persistEntity()"/>
      <argument>App\Controller\Admin\UserCrudController::persistEntity()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.3BoFVFw" method="withContext"/>
    </service>
    <service id=".service_locator.3BoFVFw.App\Controller\Admin\UserCrudController::deleteEntity()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Admin\UserCrudController::deleteEntity()"/>
      <argument>App\Controller\Admin\UserCrudController::deleteEntity()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.3BoFVFw" method="withContext"/>
    </service>
    <service id=".service_locator.5pLxdxQ.App\Controller\Admin\UserCrudController::createEditForm()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Admin\UserCrudController::createEditForm()"/>
      <argument>App\Controller\Admin\UserCrudController::createEditForm()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.5pLxdxQ" method="withContext"/>
    </service>
    <service id=".service_locator.5pLxdxQ.App\Controller\Admin\UserCrudController::createEditFormBuilder()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Admin\UserCrudController::createEditFormBuilder()"/>
      <argument>App\Controller\Admin\UserCrudController::createEditFormBuilder()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.5pLxdxQ" method="withContext"/>
    </service>
    <service id=".service_locator.5pLxdxQ.App\Controller\Admin\UserCrudController::createNewForm()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Admin\UserCrudController::createNewForm()"/>
      <argument>App\Controller\Admin\UserCrudController::createNewForm()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.5pLxdxQ" method="withContext"/>
    </service>
    <service id=".service_locator.5pLxdxQ.App\Controller\Admin\UserCrudController::createNewFormBuilder()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Admin\UserCrudController::createNewFormBuilder()"/>
      <argument>App\Controller\Admin\UserCrudController::createNewFormBuilder()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.5pLxdxQ" method="withContext"/>
    </service>
    <service id=".service_locator.8yyrqQl.App\Controller\Admin\UserCrudController::configureResponseParameters()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Admin\UserCrudController::configureResponseParameters()"/>
      <argument>App\Controller\Admin\UserCrudController::configureResponseParameters()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.8yyrqQl" method="withContext"/>
    </service>
    <service id=".service_locator.eVx11yR.App\Controller\Admin\WorkCrudController::configureCrud()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Admin\WorkCrudController::configureCrud()"/>
      <argument>App\Controller\Admin\WorkCrudController::configureCrud()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.eVx11yR" method="withContext"/>
    </service>
    <service id=".service_locator.MygkM6_.App\Controller\Admin\WorkCrudController::configureActions()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Admin\WorkCrudController::configureActions()"/>
      <argument>App\Controller\Admin\WorkCrudController::configureActions()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.MygkM6_" method="withContext"/>
    </service>
    <service id=".service_locator.vx1u6Ma.App\Controller\Admin\WorkCrudController::configureFilters()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Admin\WorkCrudController::configureFilters()"/>
      <argument>App\Controller\Admin\WorkCrudController::configureFilters()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.vx1u6Ma" method="withContext"/>
    </service>
    <service id=".service_locator.4g8KBWG.App\Controller\Admin\WorkCrudController::configureAssets()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Admin\WorkCrudController::configureAssets()"/>
      <argument>App\Controller\Admin\WorkCrudController::configureAssets()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.4g8KBWG" method="withContext"/>
    </service>
    <service id=".service_locator._ewVeMD.App\Controller\Admin\WorkCrudController::index()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Admin\WorkCrudController::index()"/>
      <argument>App\Controller\Admin\WorkCrudController::index()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator._ewVeMD" method="withContext"/>
    </service>
    <service id=".service_locator._ewVeMD.App\Controller\Admin\WorkCrudController::detail()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Admin\WorkCrudController::detail()"/>
      <argument>App\Controller\Admin\WorkCrudController::detail()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator._ewVeMD" method="withContext"/>
    </service>
    <service id=".service_locator._ewVeMD.App\Controller\Admin\WorkCrudController::edit()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Admin\WorkCrudController::edit()"/>
      <argument>App\Controller\Admin\WorkCrudController::edit()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator._ewVeMD" method="withContext"/>
    </service>
    <service id=".service_locator._ewVeMD.App\Controller\Admin\WorkCrudController::new()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Admin\WorkCrudController::new()"/>
      <argument>App\Controller\Admin\WorkCrudController::new()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator._ewVeMD" method="withContext"/>
    </service>
    <service id=".service_locator._ewVeMD.App\Controller\Admin\WorkCrudController::delete()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Admin\WorkCrudController::delete()"/>
      <argument>App\Controller\Admin\WorkCrudController::delete()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator._ewVeMD" method="withContext"/>
    </service>
    <service id=".service_locator.Zxs0ZZ9.App\Controller\Admin\WorkCrudController::batchDelete()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Admin\WorkCrudController::batchDelete()"/>
      <argument>App\Controller\Admin\WorkCrudController::batchDelete()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.Zxs0ZZ9" method="withContext"/>
    </service>
    <service id=".service_locator._ewVeMD.App\Controller\Admin\WorkCrudController::autocomplete()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Admin\WorkCrudController::autocomplete()"/>
      <argument>App\Controller\Admin\WorkCrudController::autocomplete()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator._ewVeMD" method="withContext"/>
    </service>
    <service id=".service_locator._Gfu5xe.App\Controller\Admin\WorkCrudController::createIndexQueryBuilder()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Admin\WorkCrudController::createIndexQueryBuilder()"/>
      <argument>App\Controller\Admin\WorkCrudController::createIndexQueryBuilder()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator._Gfu5xe" method="withContext"/>
    </service>
    <service id=".service_locator._ewVeMD.App\Controller\Admin\WorkCrudController::renderFilters()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Admin\WorkCrudController::renderFilters()"/>
      <argument>App\Controller\Admin\WorkCrudController::renderFilters()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator._ewVeMD" method="withContext"/>
    </service>
    <service id=".service_locator.3BoFVFw.App\Controller\Admin\WorkCrudController::updateEntity()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Admin\WorkCrudController::updateEntity()"/>
      <argument>App\Controller\Admin\WorkCrudController::updateEntity()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.3BoFVFw" method="withContext"/>
    </service>
    <service id=".service_locator.3BoFVFw.App\Controller\Admin\WorkCrudController::persistEntity()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Admin\WorkCrudController::persistEntity()"/>
      <argument>App\Controller\Admin\WorkCrudController::persistEntity()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.3BoFVFw" method="withContext"/>
    </service>
    <service id=".service_locator.3BoFVFw.App\Controller\Admin\WorkCrudController::deleteEntity()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Admin\WorkCrudController::deleteEntity()"/>
      <argument>App\Controller\Admin\WorkCrudController::deleteEntity()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.3BoFVFw" method="withContext"/>
    </service>
    <service id=".service_locator.5pLxdxQ.App\Controller\Admin\WorkCrudController::createEditForm()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Admin\WorkCrudController::createEditForm()"/>
      <argument>App\Controller\Admin\WorkCrudController::createEditForm()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.5pLxdxQ" method="withContext"/>
    </service>
    <service id=".service_locator.5pLxdxQ.App\Controller\Admin\WorkCrudController::createEditFormBuilder()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Admin\WorkCrudController::createEditFormBuilder()"/>
      <argument>App\Controller\Admin\WorkCrudController::createEditFormBuilder()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.5pLxdxQ" method="withContext"/>
    </service>
    <service id=".service_locator.5pLxdxQ.App\Controller\Admin\WorkCrudController::createNewForm()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Admin\WorkCrudController::createNewForm()"/>
      <argument>App\Controller\Admin\WorkCrudController::createNewForm()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.5pLxdxQ" method="withContext"/>
    </service>
    <service id=".service_locator.5pLxdxQ.App\Controller\Admin\WorkCrudController::createNewFormBuilder()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Admin\WorkCrudController::createNewFormBuilder()"/>
      <argument>App\Controller\Admin\WorkCrudController::createNewFormBuilder()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.5pLxdxQ" method="withContext"/>
    </service>
    <service id=".service_locator.8yyrqQl.App\Controller\Admin\WorkCrudController::configureResponseParameters()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Admin\WorkCrudController::configureResponseParameters()"/>
      <argument>App\Controller\Admin\WorkCrudController::configureResponseParameters()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.8yyrqQl" method="withContext"/>
    </service>
    <service id=".service_locator.ipVZJsZ" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection"/>
    </service>
    <service id=".service_locator.ipVZJsZ.App\Controller\Api\AuthController::me()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Api\AuthController::me()"/>
      <argument>App\Controller\Api\AuthController::me()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.ipVZJsZ" method="withContext"/>
    </service>
    <service id=".service_locator.QqoXChi" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="registration" type="service_closure" id="App\Service\UserRegistrationService"/>
      </argument>
    </service>
    <service id=".service_locator.QqoXChi.App\Controller\AuthController::register()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\AuthController::register()"/>
      <argument>App\Controller\AuthController::register()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.QqoXChi" method="withContext"/>
    </service>
    <service id=".service_locator.0MQaTBY" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="authenticationUtils" type="service_closure" id="security.authentication_utils"/>
      </argument>
    </service>
    <service id=".service_locator.0MQaTBY.App\Controller\AuthController::login()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\AuthController::login()"/>
      <argument>App\Controller\AuthController::login()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.0MQaTBY" method="withContext"/>
    </service>
    <service id=".service_locator.NAbBl7I" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="authors" type="service_closure" id="App\Repository\AuthorRepository"/>
        <argument key="wikipediaFr" type="service_closure" id="App\Service\Catalog\Enrichment\AuthorWikipediaFrEnrichmentService"/>
        <argument key="openLibrary" type="service_closure" id="App\Service\Books\AuthorEnrichmentService"/>
        <argument key="bus" type="service_closure" id="debug.traced.messenger.bus.default"/>
      </argument>
    </service>
    <service id=".service_locator.NAbBl7I.App\Controller\AuthorController::show()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\AuthorController::show()"/>
      <argument>App\Controller\AuthorController::show()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.NAbBl7I" method="withContext"/>
    </service>
    <service id=".service_locator.5AunUKw" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="authorSearch" type="service_closure" id="App\Service\Books\AuthorSearchService"/>
      </argument>
    </service>
    <service id=".service_locator.5AunUKw.App\Controller\AuthorController::lookup()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\AuthorController::lookup()"/>
      <argument>App\Controller\AuthorController::lookup()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.5AunUKw" method="withContext"/>
    </service>
    <service id=".service_locator.620Anyw" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="authors" type="service_closure" id="App\Repository\AuthorRepository"/>
        <argument key="bookSearch" type="service_closure" id="App\Service\Books\BookSearchService"/>
      </argument>
    </service>
    <service id=".service_locator.620Anyw.App\Controller\AuthorController::books()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\AuthorController::books()"/>
      <argument>App\Controller\AuthorController::books()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.620Anyw" method="withContext"/>
    </service>
    <service id=".service_locator.z0A7H.F" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="em" type="service_closure" id="doctrine.orm.default_entity_manager"/>
      </argument>
    </service>
    <service id=".service_locator.z0A7H.F.App\Controller\BookRequestController::new()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\BookRequestController::new()"/>
      <argument>App\Controller\BookRequestController::new()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.z0A7H.F" method="withContext"/>
    </service>
    <service id=".service_locator.4K.Cs47" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="requests" type="service_closure" id="App\Repository\BookRequestRepository"/>
      </argument>
    </service>
    <service id=".service_locator.4K.Cs47.App\Controller\BookRequestController::mine()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\BookRequestController::mine()"/>
      <argument>App\Controller\BookRequestController::mine()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.4K.Cs47" method="withContext"/>
    </service>
    <service id=".service_locator.mWAekTk" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="coverResolver" type="service_closure" id="App\Service\Books\CoverResolver"/>
        <argument key="works" type="service_closure" id="App\Repository\WorkRepository"/>
      </argument>
    </service>
    <service id=".service_locator.mWAekTk.App\Controller\CoverController::resolve()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\CoverController::resolve()"/>
      <argument>App\Controller\CoverController::resolve()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.mWAekTk" method="withContext"/>
    </service>
    <service id=".service_locator..Dm6x0S" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="coverResolver" type="service_closure" id="App\Service\Books\CoverResolver"/>
        <argument key="works" type="service_closure" id="App\Repository\WorkRepository"/>
        <argument key="keyBuilder" type="service_closure" id="App\Service\Books\CanonicalKeyBuilder"/>
      </argument>
    </service>
    <service id=".service_locator..Dm6x0S.App\Controller\CoverController::enrich()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\CoverController::enrich()"/>
      <argument>App\Controller\CoverController::enrich()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator..Dm6x0S" method="withContext"/>
    </service>
    <service id=".service_locator.l3vBiib" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="forYou" type="service_closure" id="App\Service\Recommendation\ForYouService"/>
      </argument>
    </service>
    <service id=".service_locator.l3vBiib.App\Controller\DiscoveryController::deck()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\DiscoveryController::deck()"/>
      <argument>App\Controller\DiscoveryController::deck()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.l3vBiib" method="withContext"/>
    </service>
    <service id=".service_locator.x5sHdzg" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="actions" type="service_closure" id="App\Service\Recommendation\RecommendationActionService"/>
      </argument>
    </service>
    <service id=".service_locator.x5sHdzg.App\Controller\DiscoveryController::want()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\DiscoveryController::want()"/>
      <argument>App\Controller\DiscoveryController::want()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.x5sHdzg" method="withContext"/>
    </service>
    <service id=".service_locator.LFi6WQO" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="actions" type="service_closure" id="App\Service\Recommendation\RecommendationActionService"/>
        <argument key="ratings" type="service_closure" id="App\Service\RatingService"/>
        <argument key="reviews" type="service_closure" id="App\Service\ReviewService"/>
      </argument>
    </service>
    <service id=".service_locator.LFi6WQO.App\Controller\DiscoveryController::read()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\DiscoveryController::read()"/>
      <argument>App\Controller\DiscoveryController::read()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.LFi6WQO" method="withContext"/>
    </service>
    <service id=".service_locator.x5sHdzg.App\Controller\DiscoveryController::dismiss()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\DiscoveryController::dismiss()"/>
      <argument>App\Controller\DiscoveryController::dismiss()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.x5sHdzg" method="withContext"/>
    </service>
    <service id=".service_locator.78lazzO" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="works" type="service_closure" id="App\Repository\WorkRepository"/>
        <argument key="editions" type="service_closure" id="App\Repository\EditionRepository"/>
      </argument>
    </service>
    <service id=".service_locator.78lazzO.App\Controller\EditionController::show()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\EditionController::show()"/>
      <argument>App\Controller\EditionController::show()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.78lazzO" method="withContext"/>
    </service>
    <service id=".value.5iGJopq" class="mixed">
      <argument type="collection">
        <argument>%env(ENRICH_BATCH_TOKEN)%</argument>
      </argument>
      <factory function="current"/>
    </service>
    <service id=".service_locator.UTnPdtg" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="works" type="service_closure" id="App\Repository\WorkRepository"/>
        <argument key="enricher" type="service_closure" id="App\Service\Catalog\Enrichment\WorkGapEnricher"/>
        <argument key="em" type="service_closure" id="doctrine.orm.default_entity_manager"/>
        <argument key="expectedToken" type="service_closure" id=".value.5iGJopq"/>
      </argument>
    </service>
    <service id=".service_locator.UTnPdtg.App\Controller\EnrichBatchController::batch()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\EnrichBatchController::batch()"/>
      <argument>App\Controller\EnrichBatchController::batch()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.UTnPdtg" method="withContext"/>
    </service>
    <service id=".service_locator.BcaJJBw" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="reviews" type="service_closure" id="App\Repository\ReviewRepository"/>
      </argument>
    </service>
    <service id=".service_locator.BcaJJBw.App\Controller\FeedController::index()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\FeedController::index()"/>
      <argument>App\Controller\FeedController::index()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.BcaJJBw" method="withContext"/>
    </service>
    <service id=".service_locator.vRSMVz." class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="users" type="service_closure" id="App\Repository\UserRepository"/>
        <argument key="follows" type="service_closure" id="App\Repository\FollowRepository"/>
      </argument>
    </service>
    <service id=".service_locator.vRSMVz..App\Controller\FollowController::followers()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\FollowController::followers()"/>
      <argument>App\Controller\FollowController::followers()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.vRSMVz." method="withContext"/>
    </service>
    <service id=".service_locator.vRSMVz..App\Controller\FollowController::following()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\FollowController::following()"/>
      <argument>App\Controller\FollowController::following()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.vRSMVz." method="withContext"/>
    </service>
    <service id=".service_locator.a5Q3P80" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="users" type="service_closure" id="App\Repository\UserRepository"/>
        <argument key="follows" type="service_closure" id="App\Repository\FollowRepository"/>
        <argument key="em" type="service_closure" id="doctrine.orm.default_entity_manager"/>
        <argument key="notifications" type="service_closure" id="App\Service\NotificationService"/>
      </argument>
    </service>
    <service id=".service_locator.a5Q3P80.App\Controller\FollowController::follow()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\FollowController::follow()"/>
      <argument>App\Controller\FollowController::follow()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.a5Q3P80" method="withContext"/>
    </service>
    <service id=".service_locator.a5Q3P80.App\Controller\FollowController::unfollow()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\FollowController::unfollow()"/>
      <argument>App\Controller\FollowController::unfollow()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.a5Q3P80" method="withContext"/>
    </service>
    <service id=".service_locator.N3Var3_" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="lists" type="service_closure" id="App\Repository\BookListRepository"/>
        <argument key="reviews" type="service_closure" id="App\Repository\ReviewRepository"/>
        <argument key="follows" type="service_closure" id="App\Repository\FollowRepository"/>
        <argument key="ratings" type="service_closure" id="App\Repository\RatingRepository"/>
        <argument key="usersRepo" type="service_closure" id="App\Repository\UserRepository"/>
      </argument>
    </service>
    <service id=".service_locator.N3Var3_.App\Controller\HomeController::index()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\HomeController::index()"/>
      <argument>App\Controller\HomeController::index()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.N3Var3_" method="withContext"/>
    </service>
    <service id=".service_locator.dcGxqwr" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="usersRepo" type="service_closure" id="App\Repository\UserRepository"/>
      </argument>
    </service>
    <service id=".service_locator.dcGxqwr.App\Controller\HomeController::suggestedReaders()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\HomeController::suggestedReaders()"/>
      <argument>App\Controller\HomeController::suggestedReaders()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.dcGxqwr" method="withContext"/>
    </service>
    <service id=".service_locator.BcaJJBw.App\Controller\HomeController::popularWeek()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\HomeController::popularWeek()"/>
      <argument>App\Controller\HomeController::popularWeek()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.BcaJJBw" method="withContext"/>
    </service>
    <service id=".service_locator.rzmRfvY.App\Controller\HomeController::popularFriends()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\HomeController::popularFriends()"/>
      <argument>App\Controller\HomeController::popularFriends()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.rzmRfvY" method="withContext"/>
    </service>
    <service id=".service_locator.1VoFO.3" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="service" type="service_closure" id="App\Service\BookListService"/>
      </argument>
    </service>
    <service id=".service_locator.1VoFO.3.App\Controller\ListController::new()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\ListController::new()"/>
      <argument>App\Controller\ListController::new()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.1VoFO.3" method="withContext"/>
    </service>
    <service id=".service_locator.l6VqvSf" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="bookSearch" type="service_closure" id="App\Service\Books\BookSearchService"/>
        <argument key="likes" type="service_closure" id="App\Repository\BookListLikeRepository"/>
        <argument key="ratings" type="service_closure" id="App\Repository\RatingRepository"/>
      </argument>
    </service>
    <service id=".service_locator.l6VqvSf.App\Controller\ListController::show()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\ListController::show()"/>
      <argument>App\Controller\ListController::show()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.l6VqvSf" method="withContext"/>
    </service>
    <service id=".service_locator.FF21Qat" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="likes" type="service_closure" id="App\Repository\BookListLikeRepository"/>
        <argument key="em" type="service_closure" id="doctrine.orm.default_entity_manager"/>
      </argument>
    </service>
    <service id=".service_locator.FF21Qat.App\Controller\ListController::toggleLike()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\ListController::toggleLike()"/>
      <argument>App\Controller\ListController::toggleLike()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.FF21Qat" method="withContext"/>
    </service>
    <service id=".service_locator.7Dh0lKz" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="bookSearch" type="service_closure" id="App\Service\Books\BookSearchService"/>
        <argument key="service" type="service_closure" id="App\Service\BookListService"/>
      </argument>
    </service>
    <service id=".service_locator.7Dh0lKz.App\Controller\ListController::toggleItem()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\ListController::toggleItem()"/>
      <argument>App\Controller\ListController::toggleItem()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.7Dh0lKz" method="withContext"/>
    </service>
    <service id=".service_locator.xwoyv5u" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="works" type="service_closure" id="App\Repository\WorkRepository"/>
        <argument key="service" type="service_closure" id="App\Service\BookListService"/>
      </argument>
    </service>
    <service id=".service_locator.xwoyv5u.App\Controller\ListController::removeItem()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\ListController::removeItem()"/>
      <argument>App\Controller\ListController::removeItem()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.xwoyv5u" method="withContext"/>
    </service>
    <service id=".service_locator.3vpjkz2" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="service" type="service_closure" id="App\Service\BookListService"/>
        <argument key="imageCache" type="service_closure" id="App\Service\Catalog\Covers\ImageCacheService"/>
      </argument>
    </service>
    <service id=".service_locator.3vpjkz2.App\Controller\ListController::edit()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\ListController::edit()"/>
      <argument>App\Controller\ListController::edit()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.3vpjkz2" method="withContext"/>
    </service>
    <service id=".service_locator.1VoFO.3.App\Controller\ListController::delete()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\ListController::delete()"/>
      <argument>App\Controller\ListController::delete()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.1VoFO.3" method="withContext"/>
    </service>
    <service id=".service_locator.3Mc_O3j" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="notifications" type="service_closure" id="App\Repository\NotificationRepository"/>
      </argument>
    </service>
    <service id=".service_locator.3Mc_O3j.App\Controller\NotificationController::index()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\NotificationController::index()"/>
      <argument>App\Controller\NotificationController::index()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.3Mc_O3j" method="withContext"/>
    </service>
    <service id=".service_locator.s8Ys5Ms" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="genres" type="service_closure" id="App\Repository\GenreRepository"/>
        <argument key="works" type="service_closure" id="App\Repository\WorkRepository"/>
        <argument key="em" type="service_closure" id="doctrine.orm.default_entity_manager"/>
      </argument>
    </service>
    <service id=".service_locator.s8Ys5Ms.App\Controller\OnboardingController::genres()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\OnboardingController::genres()"/>
      <argument>App\Controller\OnboardingController::genres()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.s8Ys5Ms" method="withContext"/>
    </service>
    <service id=".service_locator.GrmIVnM" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="authors" type="service_closure" id="App\Repository\AuthorRepository"/>
        <argument key="em" type="service_closure" id="doctrine.orm.default_entity_manager"/>
      </argument>
    </service>
    <service id=".service_locator.GrmIVnM.App\Controller\OnboardingController::authors()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\OnboardingController::authors()"/>
      <argument>App\Controller\OnboardingController::authors()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.GrmIVnM" method="withContext"/>
    </service>
    <service id=".service_locator.cp6M_zh" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="authors" type="service_closure" id="App\Repository\AuthorRepository"/>
        <argument key="em" type="service_closure" id="doctrine.orm.default_entity_manager"/>
        <argument key="slugger" type="service_closure" id="slugger"/>
        <argument key="keyBuilder" type="service_closure" id="App\Service\Books\CanonicalKeyBuilder"/>
      </argument>
    </service>
    <service id=".service_locator.cp6M_zh.App\Controller\OnboardingController::createAuthor()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\OnboardingController::createAuthor()"/>
      <argument>App\Controller\OnboardingController::createAuthor()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.cp6M_zh" method="withContext"/>
    </service>
    <service id=".service_locator.jE3QzAB" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="bookSearch" type="service_closure" id="App\Service\Books\BookSearchService"/>
      </argument>
    </service>
    <service id=".service_locator.jE3QzAB.App\Controller\OnboardingController::searchBooks()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\OnboardingController::searchBooks()"/>
      <argument>App\Controller\OnboardingController::searchBooks()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.jE3QzAB" method="withContext"/>
    </service>
    <service id=".service_locator..be8WO0" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="bookSearch" type="service_closure" id="App\Service\Books\BookSearchService"/>
        <argument key="works" type="service_closure" id="App\Repository\WorkRepository"/>
      </argument>
    </service>
    <service id=".service_locator..be8WO0.App\Controller\OnboardingController::materializeBook()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\OnboardingController::materializeBook()"/>
      <argument>App\Controller\OnboardingController::materializeBook()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator..be8WO0" method="withContext"/>
    </service>
    <service id=".service_locator.MKbdMj." class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="authors" type="service_closure" id="App\Repository\AuthorRepository"/>
        <argument key="googleBooks" type="service_closure" id="App\Service\Books\GoogleBooksProvider"/>
        <argument key="cache" type="service_closure" id="cache.app"/>
      </argument>
    </service>
    <service id=".service_locator.MKbdMj..App\Controller\OnboardingController::searchAuthors()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\OnboardingController::searchAuthors()"/>
      <argument>App\Controller\OnboardingController::searchAuthors()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.MKbdMj." method="withContext"/>
    </service>
    <service id=".service_locator.NLZHYId" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="works" type="service_closure" id="App\Repository\WorkRepository"/>
        <argument key="ratings" type="service_closure" id="App\Repository\RatingRepository"/>
        <argument key="em" type="service_closure" id="doctrine.orm.default_entity_manager"/>
      </argument>
    </service>
    <service id=".service_locator.NLZHYId.App\Controller\OnboardingController::books()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\OnboardingController::books()"/>
      <argument>App\Controller\OnboardingController::books()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.NLZHYId" method="withContext"/>
    </service>
    <service id=".service_locator.75kRn5K" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="users" type="service_closure" id="App\Repository\UserRepository"/>
        <argument key="follows" type="service_closure" id="App\Repository\FollowRepository"/>
        <argument key="em" type="service_closure" id="doctrine.orm.default_entity_manager"/>
      </argument>
    </service>
    <service id=".service_locator.75kRn5K.App\Controller\OnboardingController::readers()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\OnboardingController::readers()"/>
      <argument>App\Controller\OnboardingController::readers()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.75kRn5K" method="withContext"/>
    </service>
    <service id=".service_locator.l3vBiib.App\Controller\OnboardingController::revealFrame()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\OnboardingController::revealFrame()"/>
      <argument>App\Controller\OnboardingController::revealFrame()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.l3vBiib" method="withContext"/>
    </service>
    <service id=".service_locator.x5sHdzg.App\Controller\OnboardingController::revealLike()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\OnboardingController::revealLike()"/>
      <argument>App\Controller\OnboardingController::revealLike()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.x5sHdzg" method="withContext"/>
    </service>
    <service id=".service_locator.x5sHdzg.App\Controller\OnboardingController::revealDismiss()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\OnboardingController::revealDismiss()"/>
      <argument>App\Controller\OnboardingController::revealDismiss()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.x5sHdzg" method="withContext"/>
    </service>
    <service id=".service_locator.x5sHdzg.App\Controller\OnboardingController::revealRead()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\OnboardingController::revealRead()"/>
      <argument>App\Controller\OnboardingController::revealRead()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.x5sHdzg" method="withContext"/>
    </service>
    <service id=".service_locator.z0A7H.F.App\Controller\OnboardingController::skip()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\OnboardingController::skip()"/>
      <argument>App\Controller\OnboardingController::skip()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.z0A7H.F" method="withContext"/>
    </service>
    <service id=".service_locator.V8cOsQ6" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="users" type="service_closure" id="App\Repository\UserRepository"/>
        <argument key="lists" type="service_closure" id="App\Repository\BookListRepository"/>
        <argument key="reviews" type="service_closure" id="App\Repository\ReviewRepository"/>
        <argument key="favorites" type="service_closure" id="App\Repository\UserFavoriteRepository"/>
        <argument key="follows" type="service_closure" id="App\Repository\FollowRepository"/>
        <argument key="statsService" type="service_closure" id="App\Service\Profile\ProfileStatsService"/>
        <argument key="activityFeed" type="service_closure" id="App\Service\Profile\ActivityFeedService"/>
        <argument key="ratings" type="service_closure" id="App\Repository\RatingRepository"/>
      </argument>
    </service>
    <service id=".service_locator.V8cOsQ6.App\Controller\ProfileController::show()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\ProfileController::show()"/>
      <argument>App\Controller\ProfileController::show()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.V8cOsQ6" method="withContext"/>
    </service>
    <service id=".service_locator.v0UjkL0" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="users" type="service_closure" id="App\Repository\UserRepository"/>
        <argument key="ratings" type="service_closure" id="App\Repository\RatingRepository"/>
      </argument>
    </service>
    <service id=".service_locator.v0UjkL0.App\Controller\ProfileController::books()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\ProfileController::books()"/>
      <argument>App\Controller\ProfileController::books()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.v0UjkL0" method="withContext"/>
    </service>
    <service id=".service_locator.IFGBNWQ" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="users" type="service_closure" id="App\Repository\UserRepository"/>
        <argument key="follows" type="service_closure" id="App\Repository\FollowRepository"/>
        <argument key="statsService" type="service_closure" id="App\Service\Profile\ProfileStatsService"/>
      </argument>
    </service>
    <service id=".service_locator.IFGBNWQ.App\Controller\ProfileController::stats()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\ProfileController::stats()"/>
      <argument>App\Controller\ProfileController::stats()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.IFGBNWQ" method="withContext"/>
    </service>
    <service id=".service_locator.jukuYj2" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="users" type="service_closure" id="App\Repository\UserRepository"/>
        <argument key="activityFeed" type="service_closure" id="App\Service\Profile\ActivityFeedService"/>
      </argument>
    </service>
    <service id=".service_locator.jukuYj2.App\Controller\ProfileController::activity()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\ProfileController::activity()"/>
      <argument>App\Controller\ProfileController::activity()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.jukuYj2" method="withContext"/>
    </service>
    <service id=".service_locator.3nN08hD" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="users" type="service_closure" id="App\Repository\UserRepository"/>
        <argument key="reviews" type="service_closure" id="App\Repository\ReviewRepository"/>
      </argument>
    </service>
    <service id=".service_locator.3nN08hD.App\Controller\ProfileController::reviews()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\ProfileController::reviews()"/>
      <argument>App\Controller\ProfileController::reviews()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.3nN08hD" method="withContext"/>
    </service>
    <service id=".service_locator.WNtPvMl" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="em" type="service_closure" id="doctrine.orm.default_entity_manager"/>
        <argument key="imageCache" type="service_closure" id="App\Service\Catalog\Covers\ImageCacheService"/>
      </argument>
    </service>
    <service id=".service_locator.WNtPvMl.App\Controller\ProfileController::editProfile()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\ProfileController::editProfile()"/>
      <argument>App\Controller\ProfileController::editProfile()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.WNtPvMl" method="withContext"/>
    </service>
    <service id=".service_locator.DPw22ar" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="repo" type="service_closure" id="App\Repository\PushSubscriptionRepository"/>
        <argument key="em" type="service_closure" id="doctrine.orm.default_entity_manager"/>
      </argument>
    </service>
    <service id=".service_locator.DPw22ar.App\Controller\PushController::subscribe()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\PushController::subscribe()"/>
      <argument>App\Controller\PushController::subscribe()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.DPw22ar" method="withContext"/>
    </service>
    <service id=".service_locator.DPw22ar.App\Controller\PushController::unsubscribe()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\PushController::unsubscribe()"/>
      <argument>App\Controller\PushController::unsubscribe()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.DPw22ar" method="withContext"/>
    </service>
    <service id=".service_locator.f8pLBFr" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="passwordHasher" type="service_closure" id="security.user_password_hasher"/>
        <argument key="translator" type="service_closure" id="translator.data_collector"/>
      </argument>
    </service>
    <service id=".service_locator.f8pLBFr.App\Controller\ResetPasswordController::reset()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\ResetPasswordController::reset()"/>
      <argument>App\Controller\ResetPasswordController::reset()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.f8pLBFr" method="withContext"/>
    </service>
    <service id=".service_locator.iA3nOiX" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="reviews" type="service_closure" id="App\Repository\ReviewRepository"/>
        <argument key="comments" type="service_closure" id="App\Repository\ReviewCommentRepository"/>
      </argument>
    </service>
    <service id=".service_locator.iA3nOiX.App\Controller\ReviewController::show()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\ReviewController::show()"/>
      <argument>App\Controller\ReviewController::show()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.iA3nOiX" method="withContext"/>
    </service>
    <service id=".service_locator.cx5jQCN" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="reviews" type="service_closure" id="App\Repository\ReviewRepository"/>
        <argument key="likes" type="service_closure" id="App\Repository\ReviewLikeRepository"/>
        <argument key="em" type="service_closure" id="doctrine.orm.default_entity_manager"/>
        <argument key="notifications" type="service_closure" id="App\Service\NotificationService"/>
      </argument>
    </service>
    <service id=".service_locator.cx5jQCN.App\Controller\ReviewController::toggleLike()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\ReviewController::toggleLike()"/>
      <argument>App\Controller\ReviewController::toggleLike()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.cx5jQCN" method="withContext"/>
    </service>
    <service id=".service_locator.jKqK88H" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="reviews" type="service_closure" id="App\Repository\ReviewRepository"/>
        <argument key="em" type="service_closure" id="doctrine.orm.default_entity_manager"/>
        <argument key="validator" type="service_closure" id="debug.validator"/>
        <argument key="notifications" type="service_closure" id="App\Service\NotificationService"/>
      </argument>
    </service>
    <service id=".service_locator.jKqK88H.App\Controller\ReviewController::addComment()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\ReviewController::addComment()"/>
      <argument>App\Controller\ReviewController::addComment()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.jKqK88H" method="withContext"/>
    </service>
    <service id=".service_locator.Xw5laQ5" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="comments" type="service_closure" id="App\Repository\ReviewCommentRepository"/>
        <argument key="reviews" type="service_closure" id="App\Repository\ReviewRepository"/>
        <argument key="em" type="service_closure" id="doctrine.orm.default_entity_manager"/>
        <argument key="notifications" type="service_closure" id="App\Service\NotificationService"/>
      </argument>
    </service>
    <service id=".service_locator.Xw5laQ5.App\Controller\ReviewController::deleteComment()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\ReviewController::deleteComment()"/>
      <argument>App\Controller\ReviewController::deleteComment()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.Xw5laQ5" method="withContext"/>
    </service>
    <service id=".service_locator.OUW4Tj2" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="bookSearch" type="service_closure" id="App\Service\Books\BookSearchService"/>
        <argument key="authorSearch" type="service_closure" id="App\Service\Books\AuthorSearchService"/>
        <argument key="users" type="service_closure" id="App\Repository\UserRepository"/>
        <argument key="follows" type="service_closure" id="App\Repository\FollowRepository"/>
        <argument key="forYou" type="service_closure" id="App\Service\Recommendation\ForYouService"/>
        <argument key="categoryBrowse" type="service_closure" id="App\Service\Recommendation\CategoryBrowseService"/>
      </argument>
    </service>
    <service id=".service_locator.OUW4Tj2.App\Controller\SearchController::search()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\SearchController::search()"/>
      <argument>App\Controller\SearchController::search()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.OUW4Tj2" method="withContext"/>
    </service>
    <service id=".service_locator.fygi1c8" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="bookSearch" type="service_closure" id="App\Service\Books\BookSearchService"/>
        <argument key="works" type="service_closure" id="App\Repository\WorkRepository"/>
        <argument key="authorSearch" type="service_closure" id="App\Service\Books\AuthorSearchService"/>
        <argument key="users" type="service_closure" id="App\Repository\UserRepository"/>
        <argument key="imageCache" type="service_closure" id="App\Service\Catalog\Covers\ImageCacheService"/>
      </argument>
    </service>
    <service id=".service_locator.fygi1c8.App\Controller\SearchController::suggest()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\SearchController::suggest()"/>
      <argument>App\Controller\SearchController::suggest()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.fygi1c8" method="withContext"/>
    </service>
    <service id=".service_locator.jE3QzAB.App\Controller\WorkController::lookup()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\WorkController::lookup()"/>
      <argument>App\Controller\WorkController::lookup()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.jE3QzAB" method="withContext"/>
    </service>
    <service id=".service_locator.i6_4OA8" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="ratings" type="service_closure" id="App\Repository\RatingRepository"/>
        <argument key="reviews" type="service_closure" id="App\Repository\ReviewRepository"/>
        <argument key="shelf" type="service_closure" id="App\Service\ShelfService"/>
        <argument key="favorites" type="service_closure" id="App\Service\FavoriteService"/>
        <argument key="em" type="service_closure" id="doctrine.orm.default_entity_manager"/>
      </argument>
    </service>
    <service id=".service_locator.i6_4OA8.App\Controller\WorkController::show()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\WorkController::show()"/>
      <argument>App\Controller\WorkController::show()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.i6_4OA8" method="withContext"/>
    </service>
    <service id=".service_locator.P89CAYo" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="lists" type="service_closure" id="App\Repository\BookListRepository"/>
        <argument key="listItems" type="service_closure" id="App\Repository\BookListItemRepository"/>
      </argument>
    </service>
    <service id=".service_locator.P89CAYo.App\Controller\WorkController::addToList()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\WorkController::addToList()"/>
      <argument>App\Controller\WorkController::addToList()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.P89CAYo" method="withContext"/>
    </service>
    <service id=".service_locator.BcaJJBw.App\Controller\WorkController::reviews()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\WorkController::reviews()"/>
      <argument>App\Controller\WorkController::reviews()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.BcaJJBw" method="withContext"/>
    </service>
    <service id=".service_locator.Cvxxxsx" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="editionListing" type="service_closure" id="App\Service\Books\EditionListingService"/>
      </argument>
    </service>
    <service id=".service_locator.Cvxxxsx.App\Controller\WorkController::editions()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\WorkController::editions()"/>
      <argument>App\Controller\WorkController::editions()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.Cvxxxsx" method="withContext"/>
    </service>
    <service id=".service_locator.jE3QzAB.App\Controller\WorkController::synopsis()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\WorkController::synopsis()"/>
      <argument>App\Controller\WorkController::synopsis()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.jE3QzAB" method="withContext"/>
    </service>
    <service id=".service_locator..P6atz2" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="service" type="service_closure" id="App\Service\RatingService"/>
        <argument key="editions" type="service_closure" id="App\Repository\EditionRepository"/>
      </argument>
    </service>
    <service id=".service_locator..P6atz2.App\Controller\WorkController::rate()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\WorkController::rate()"/>
      <argument>App\Controller\WorkController::rate()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator..P6atz2" method="withContext"/>
    </service>
    <service id=".service_locator.PaEvpcc" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="service" type="service_closure" id="App\Service\ShelfService"/>
      </argument>
    </service>
    <service id=".service_locator.PaEvpcc.App\Controller\WorkController::shelf()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\WorkController::shelf()"/>
      <argument>App\Controller\WorkController::shelf()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.PaEvpcc" method="withContext"/>
    </service>
    <service id=".service_locator.GeqfUo3" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="service" type="service_closure" id="App\Service\ReviewService"/>
      </argument>
    </service>
    <service id=".service_locator.GeqfUo3.App\Controller\WorkController::reviewPin()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\WorkController::reviewPin()"/>
      <argument>App\Controller\WorkController::reviewPin()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.GeqfUo3" method="withContext"/>
    </service>
    <service id=".service_locator.n8W9i52" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="lists" type="service_closure" id="App\Repository\BookListRepository"/>
        <argument key="service" type="service_closure" id="App\Service\BookListService"/>
      </argument>
    </service>
    <service id=".service_locator.n8W9i52.App\Controller\WorkController::toggleInList()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\WorkController::toggleInList()"/>
      <argument>App\Controller\WorkController::toggleInList()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.n8W9i52" method="withContext"/>
    </service>
    <service id=".service_locator.uFsT_P6" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="service" type="service_closure" id="App\Service\FavoriteService"/>
      </argument>
    </service>
    <service id=".service_locator.uFsT_P6.App\Controller\WorkController::favorite()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\WorkController::favorite()"/>
      <argument>App\Controller\WorkController::favorite()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.uFsT_P6" method="withContext"/>
    </service>
    <service id=".service_locator.zxu9.xr" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="service" type="service_closure" id="App\Service\ReviewService"/>
        <argument key="editions" type="service_closure" id="App\Repository\EditionRepository"/>
      </argument>
    </service>
    <service id=".service_locator.zxu9.xr.App\Controller\WorkController::review()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\WorkController::review()"/>
      <argument>App\Controller\WorkController::review()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.zxu9.xr" method="withContext"/>
    </service>
    <service id=".service_locator.ffmKlvb" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="opener" type="service_closure" id="App\Service\Catalog\Resolution\WorkOpener"/>
      </argument>
    </service>
    <service id=".service_locator.ffmKlvb.App\Controller\WorkOpenController::open()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\WorkOpenController::open()"/>
      <argument>App\Controller\WorkOpenController::open()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.ffmKlvb" method="withContext"/>
    </service>
    <service id=".service_locator.Yx9V9No" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="kernel::registerContainerConfiguration" type="service_closure" id=".service_locator.1vYpZ1B.kernel::registerContainerConfiguration()"/>
        <argument key="App\Kernel::registerContainerConfiguration" type="service_closure" id=".service_locator.1vYpZ1B.kernel::registerContainerConfiguration()"/>
        <argument key="kernel::loadRoutes" type="service_closure" id=".service_locator.1vYpZ1B.kernel::loadRoutes()"/>
        <argument key="App\Kernel::loadRoutes" type="service_closure" id=".service_locator.1vYpZ1B.kernel::loadRoutes()"/>
        <argument key="App\Controller\ActivityController::index" type="service_closure" id=".service_locator.rzmRfvY.App\Controller\ActivityController::index()"/>
        <argument key="App\Controller\Admin\AuthorCrudController::configureCrud" type="service_closure" id=".service_locator.eVx11yR.App\Controller\Admin\AuthorCrudController::configureCrud()"/>
        <argument key="App\Controller\Admin\AuthorCrudController::configureActions" type="service_closure" id=".service_locator.MygkM6_.App\Controller\Admin\AuthorCrudController::configureActions()"/>
        <argument key="App\Controller\Admin\AuthorCrudController::configureAssets" type="service_closure" id=".service_locator.4g8KBWG.App\Controller\Admin\AuthorCrudController::configureAssets()"/>
        <argument key="App\Controller\Admin\AuthorCrudController::configureFilters" type="service_closure" id=".service_locator.vx1u6Ma.App\Controller\Admin\AuthorCrudController::configureFilters()"/>
        <argument key="App\Controller\Admin\AuthorCrudController::index" type="service_closure" id=".service_locator._ewVeMD.App\Controller\Admin\AuthorCrudController::index()"/>
        <argument key="App\Controller\Admin\AuthorCrudController::detail" type="service_closure" id=".service_locator._ewVeMD.App\Controller\Admin\AuthorCrudController::detail()"/>
        <argument key="App\Controller\Admin\AuthorCrudController::edit" type="service_closure" id=".service_locator._ewVeMD.App\Controller\Admin\AuthorCrudController::edit()"/>
        <argument key="App\Controller\Admin\AuthorCrudController::new" type="service_closure" id=".service_locator._ewVeMD.App\Controller\Admin\AuthorCrudController::new()"/>
        <argument key="App\Controller\Admin\AuthorCrudController::delete" type="service_closure" id=".service_locator._ewVeMD.App\Controller\Admin\AuthorCrudController::delete()"/>
        <argument key="App\Controller\Admin\AuthorCrudController::batchDelete" type="service_closure" id=".service_locator.Zxs0ZZ9.App\Controller\Admin\AuthorCrudController::batchDelete()"/>
        <argument key="App\Controller\Admin\AuthorCrudController::autocomplete" type="service_closure" id=".service_locator._ewVeMD.App\Controller\Admin\AuthorCrudController::autocomplete()"/>
        <argument key="App\Controller\Admin\AuthorCrudController::createIndexQueryBuilder" type="service_closure" id=".service_locator._Gfu5xe.App\Controller\Admin\AuthorCrudController::createIndexQueryBuilder()"/>
        <argument key="App\Controller\Admin\AuthorCrudController::renderFilters" type="service_closure" id=".service_locator._ewVeMD.App\Controller\Admin\AuthorCrudController::renderFilters()"/>
        <argument key="App\Controller\Admin\AuthorCrudController::updateEntity" type="service_closure" id=".service_locator.3BoFVFw.App\Controller\Admin\AuthorCrudController::updateEntity()"/>
        <argument key="App\Controller\Admin\AuthorCrudController::persistEntity" type="service_closure" id=".service_locator.3BoFVFw.App\Controller\Admin\AuthorCrudController::persistEntity()"/>
        <argument key="App\Controller\Admin\AuthorCrudController::deleteEntity" type="service_closure" id=".service_locator.3BoFVFw.App\Controller\Admin\AuthorCrudController::deleteEntity()"/>
        <argument key="App\Controller\Admin\AuthorCrudController::createEditForm" type="service_closure" id=".service_locator.5pLxdxQ.App\Controller\Admin\AuthorCrudController::createEditForm()"/>
        <argument key="App\Controller\Admin\AuthorCrudController::createEditFormBuilder" type="service_closure" id=".service_locator.5pLxdxQ.App\Controller\Admin\AuthorCrudController::createEditFormBuilder()"/>
        <argument key="App\Controller\Admin\AuthorCrudController::createNewForm" type="service_closure" id=".service_locator.5pLxdxQ.App\Controller\Admin\AuthorCrudController::createNewForm()"/>
        <argument key="App\Controller\Admin\AuthorCrudController::createNewFormBuilder" type="service_closure" id=".service_locator.5pLxdxQ.App\Controller\Admin\AuthorCrudController::createNewFormBuilder()"/>
        <argument key="App\Controller\Admin\AuthorCrudController::configureResponseParameters" type="service_closure" id=".service_locator.8yyrqQl.App\Controller\Admin\AuthorCrudController::configureResponseParameters()"/>
        <argument key="App\Controller\Admin\BookListCrudController::configureCrud" type="service_closure" id=".service_locator.eVx11yR.App\Controller\Admin\BookListCrudController::configureCrud()"/>
        <argument key="App\Controller\Admin\BookListCrudController::configureActions" type="service_closure" id=".service_locator.MygkM6_.App\Controller\Admin\BookListCrudController::configureActions()"/>
        <argument key="App\Controller\Admin\BookListCrudController::configureAssets" type="service_closure" id=".service_locator.4g8KBWG.App\Controller\Admin\BookListCrudController::configureAssets()"/>
        <argument key="App\Controller\Admin\BookListCrudController::configureFilters" type="service_closure" id=".service_locator.vx1u6Ma.App\Controller\Admin\BookListCrudController::configureFilters()"/>
        <argument key="App\Controller\Admin\BookListCrudController::index" type="service_closure" id=".service_locator._ewVeMD.App\Controller\Admin\BookListCrudController::index()"/>
        <argument key="App\Controller\Admin\BookListCrudController::detail" type="service_closure" id=".service_locator._ewVeMD.App\Controller\Admin\BookListCrudController::detail()"/>
        <argument key="App\Controller\Admin\BookListCrudController::edit" type="service_closure" id=".service_locator._ewVeMD.App\Controller\Admin\BookListCrudController::edit()"/>
        <argument key="App\Controller\Admin\BookListCrudController::new" type="service_closure" id=".service_locator._ewVeMD.App\Controller\Admin\BookListCrudController::new()"/>
        <argument key="App\Controller\Admin\BookListCrudController::delete" type="service_closure" id=".service_locator._ewVeMD.App\Controller\Admin\BookListCrudController::delete()"/>
        <argument key="App\Controller\Admin\BookListCrudController::batchDelete" type="service_closure" id=".service_locator.Zxs0ZZ9.App\Controller\Admin\BookListCrudController::batchDelete()"/>
        <argument key="App\Controller\Admin\BookListCrudController::autocomplete" type="service_closure" id=".service_locator._ewVeMD.App\Controller\Admin\BookListCrudController::autocomplete()"/>
        <argument key="App\Controller\Admin\BookListCrudController::createIndexQueryBuilder" type="service_closure" id=".service_locator._Gfu5xe.App\Controller\Admin\BookListCrudController::createIndexQueryBuilder()"/>
        <argument key="App\Controller\Admin\BookListCrudController::renderFilters" type="service_closure" id=".service_locator._ewVeMD.App\Controller\Admin\BookListCrudController::renderFilters()"/>
        <argument key="App\Controller\Admin\BookListCrudController::updateEntity" type="service_closure" id=".service_locator.3BoFVFw.App\Controller\Admin\BookListCrudController::updateEntity()"/>
        <argument key="App\Controller\Admin\BookListCrudController::persistEntity" type="service_closure" id=".service_locator.3BoFVFw.App\Controller\Admin\BookListCrudController::persistEntity()"/>
        <argument key="App\Controller\Admin\BookListCrudController::deleteEntity" type="service_closure" id=".service_locator.3BoFVFw.App\Controller\Admin\BookListCrudController::deleteEntity()"/>
        <argument key="App\Controller\Admin\BookListCrudController::createEditForm" type="service_closure" id=".service_locator.5pLxdxQ.App\Controller\Admin\BookListCrudController::createEditForm()"/>
        <argument key="App\Controller\Admin\BookListCrudController::createEditFormBuilder" type="service_closure" id=".service_locator.5pLxdxQ.App\Controller\Admin\BookListCrudController::createEditFormBuilder()"/>
        <argument key="App\Controller\Admin\BookListCrudController::createNewForm" type="service_closure" id=".service_locator.5pLxdxQ.App\Controller\Admin\BookListCrudController::createNewForm()"/>
        <argument key="App\Controller\Admin\BookListCrudController::createNewFormBuilder" type="service_closure" id=".service_locator.5pLxdxQ.App\Controller\Admin\BookListCrudController::createNewFormBuilder()"/>
        <argument key="App\Controller\Admin\BookListCrudController::configureResponseParameters" type="service_closure" id=".service_locator.8yyrqQl.App\Controller\Admin\BookListCrudController::configureResponseParameters()"/>
        <argument key="App\Controller\Admin\BookRequestCrudController::configureCrud" type="service_closure" id=".service_locator.eVx11yR.App\Controller\Admin\BookRequestCrudController::configureCrud()"/>
        <argument key="App\Controller\Admin\BookRequestCrudController::configureFilters" type="service_closure" id=".service_locator.vx1u6Ma.App\Controller\Admin\BookRequestCrudController::configureFilters()"/>
        <argument key="App\Controller\Admin\BookRequestCrudController::configureActions" type="service_closure" id=".service_locator.MygkM6_.App\Controller\Admin\BookRequestCrudController::configureActions()"/>
        <argument key="App\Controller\Admin\BookRequestCrudController::approve" type="service_closure" id=".service_locator.pPQbXlV.App\Controller\Admin\BookRequestCrudController::approve()"/>
        <argument key="App\Controller\Admin\BookRequestCrudController::reject" type="service_closure" id=".service_locator.C0tIW_k.App\Controller\Admin\BookRequestCrudController::reject()"/>
        <argument key="App\Controller\Admin\BookRequestCrudController::configureAssets" type="service_closure" id=".service_locator.4g8KBWG.App\Controller\Admin\BookRequestCrudController::configureAssets()"/>
        <argument key="App\Controller\Admin\BookRequestCrudController::index" type="service_closure" id=".service_locator._ewVeMD.App\Controller\Admin\BookRequestCrudController::index()"/>
        <argument key="App\Controller\Admin\BookRequestCrudController::detail" type="service_closure" id=".service_locator._ewVeMD.App\Controller\Admin\BookRequestCrudController::detail()"/>
        <argument key="App\Controller\Admin\BookRequestCrudController::edit" type="service_closure" id=".service_locator._ewVeMD.App\Controller\Admin\BookRequestCrudController::edit()"/>
        <argument key="App\Controller\Admin\BookRequestCrudController::new" type="service_closure" id=".service_locator._ewVeMD.App\Controller\Admin\BookRequestCrudController::new()"/>
        <argument key="App\Controller\Admin\BookRequestCrudController::delete" type="service_closure" id=".service_locator._ewVeMD.App\Controller\Admin\BookRequestCrudController::delete()"/>
        <argument key="App\Controller\Admin\BookRequestCrudController::batchDelete" type="service_closure" id=".service_locator.Zxs0ZZ9.App\Controller\Admin\BookRequestCrudController::batchDelete()"/>
        <argument key="App\Controller\Admin\BookRequestCrudController::autocomplete" type="service_closure" id=".service_locator._ewVeMD.App\Controller\Admin\BookRequestCrudController::autocomplete()"/>
        <argument key="App\Controller\Admin\BookRequestCrudController::createIndexQueryBuilder" type="service_closure" id=".service_locator._Gfu5xe.App\Controller\Admin\BookRequestCrudController::createIndexQueryBuilder()"/>
        <argument key="App\Controller\Admin\BookRequestCrudController::renderFilters" type="service_closure" id=".service_locator._ewVeMD.App\Controller\Admin\BookRequestCrudController::renderFilters()"/>
        <argument key="App\Controller\Admin\BookRequestCrudController::updateEntity" type="service_closure" id=".service_locator.3BoFVFw.App\Controller\Admin\BookRequestCrudController::updateEntity()"/>
        <argument key="App\Controller\Admin\BookRequestCrudController::persistEntity" type="service_closure" id=".service_locator.3BoFVFw.App\Controller\Admin\BookRequestCrudController::persistEntity()"/>
        <argument key="App\Controller\Admin\BookRequestCrudController::deleteEntity" type="service_closure" id=".service_locator.3BoFVFw.App\Controller\Admin\BookRequestCrudController::deleteEntity()"/>
        <argument key="App\Controller\Admin\BookRequestCrudController::createEditForm" type="service_closure" id=".service_locator.5pLxdxQ.App\Controller\Admin\BookRequestCrudController::createEditForm()"/>
        <argument key="App\Controller\Admin\BookRequestCrudController::createEditFormBuilder" type="service_closure" id=".service_locator.5pLxdxQ.App\Controller\Admin\BookRequestCrudController::createEditFormBuilder()"/>
        <argument key="App\Controller\Admin\BookRequestCrudController::createNewForm" type="service_closure" id=".service_locator.5pLxdxQ.App\Controller\Admin\BookRequestCrudController::createNewForm()"/>
        <argument key="App\Controller\Admin\BookRequestCrudController::createNewFormBuilder" type="service_closure" id=".service_locator.5pLxdxQ.App\Controller\Admin\BookRequestCrudController::createNewFormBuilder()"/>
        <argument key="App\Controller\Admin\BookRequestCrudController::configureResponseParameters" type="service_closure" id=".service_locator.8yyrqQl.App\Controller\Admin\BookRequestCrudController::configureResponseParameters()"/>
        <argument key="App\Controller\Admin\DashboardController::configureUserMenu" type="service_closure" id=".service_locator.nbA6iHG.App\Controller\Admin\DashboardController::configureUserMenu()"/>
        <argument key="App\Controller\Admin\ReviewCrudController::configureCrud" type="service_closure" id=".service_locator.eVx11yR.App\Controller\Admin\ReviewCrudController::configureCrud()"/>
        <argument key="App\Controller\Admin\ReviewCrudController::configureActions" type="service_closure" id=".service_locator.MygkM6_.App\Controller\Admin\ReviewCrudController::configureActions()"/>
        <argument key="App\Controller\Admin\ReviewCrudController::configureAssets" type="service_closure" id=".service_locator.4g8KBWG.App\Controller\Admin\ReviewCrudController::configureAssets()"/>
        <argument key="App\Controller\Admin\ReviewCrudController::configureFilters" type="service_closure" id=".service_locator.vx1u6Ma.App\Controller\Admin\ReviewCrudController::configureFilters()"/>
        <argument key="App\Controller\Admin\ReviewCrudController::index" type="service_closure" id=".service_locator._ewVeMD.App\Controller\Admin\ReviewCrudController::index()"/>
        <argument key="App\Controller\Admin\ReviewCrudController::detail" type="service_closure" id=".service_locator._ewVeMD.App\Controller\Admin\ReviewCrudController::detail()"/>
        <argument key="App\Controller\Admin\ReviewCrudController::edit" type="service_closure" id=".service_locator._ewVeMD.App\Controller\Admin\ReviewCrudController::edit()"/>
        <argument key="App\Controller\Admin\ReviewCrudController::new" type="service_closure" id=".service_locator._ewVeMD.App\Controller\Admin\ReviewCrudController::new()"/>
        <argument key="App\Controller\Admin\ReviewCrudController::delete" type="service_closure" id=".service_locator._ewVeMD.App\Controller\Admin\ReviewCrudController::delete()"/>
        <argument key="App\Controller\Admin\ReviewCrudController::batchDelete" type="service_closure" id=".service_locator.Zxs0ZZ9.App\Controller\Admin\ReviewCrudController::batchDelete()"/>
        <argument key="App\Controller\Admin\ReviewCrudController::autocomplete" type="service_closure" id=".service_locator._ewVeMD.App\Controller\Admin\ReviewCrudController::autocomplete()"/>
        <argument key="App\Controller\Admin\ReviewCrudController::createIndexQueryBuilder" type="service_closure" id=".service_locator._Gfu5xe.App\Controller\Admin\ReviewCrudController::createIndexQueryBuilder()"/>
        <argument key="App\Controller\Admin\ReviewCrudController::renderFilters" type="service_closure" id=".service_locator._ewVeMD.App\Controller\Admin\ReviewCrudController::renderFilters()"/>
        <argument key="App\Controller\Admin\ReviewCrudController::updateEntity" type="service_closure" id=".service_locator.3BoFVFw.App\Controller\Admin\ReviewCrudController::updateEntity()"/>
        <argument key="App\Controller\Admin\ReviewCrudController::persistEntity" type="service_closure" id=".service_locator.3BoFVFw.App\Controller\Admin\ReviewCrudController::persistEntity()"/>
        <argument key="App\Controller\Admin\ReviewCrudController::deleteEntity" type="service_closure" id=".service_locator.3BoFVFw.App\Controller\Admin\ReviewCrudController::deleteEntity()"/>
        <argument key="App\Controller\Admin\ReviewCrudController::createEditForm" type="service_closure" id=".service_locator.5pLxdxQ.App\Controller\Admin\ReviewCrudController::createEditForm()"/>
        <argument key="App\Controller\Admin\ReviewCrudController::createEditFormBuilder" type="service_closure" id=".service_locator.5pLxdxQ.App\Controller\Admin\ReviewCrudController::createEditFormBuilder()"/>
        <argument key="App\Controller\Admin\ReviewCrudController::createNewForm" type="service_closure" id=".service_locator.5pLxdxQ.App\Controller\Admin\ReviewCrudController::createNewForm()"/>
        <argument key="App\Controller\Admin\ReviewCrudController::createNewFormBuilder" type="service_closure" id=".service_locator.5pLxdxQ.App\Controller\Admin\ReviewCrudController::createNewFormBuilder()"/>
        <argument key="App\Controller\Admin\ReviewCrudController::configureResponseParameters" type="service_closure" id=".service_locator.8yyrqQl.App\Controller\Admin\ReviewCrudController::configureResponseParameters()"/>
        <argument key="App\Controller\Admin\UserCrudController::configureCrud" type="service_closure" id=".service_locator.eVx11yR.App\Controller\Admin\UserCrudController::configureCrud()"/>
        <argument key="App\Controller\Admin\UserCrudController::configureActions" type="service_closure" id=".service_locator.MygkM6_.App\Controller\Admin\UserCrudController::configureActions()"/>
        <argument key="App\Controller\Admin\UserCrudController::configureFilters" type="service_closure" id=".service_locator.vx1u6Ma.App\Controller\Admin\UserCrudController::configureFilters()"/>
        <argument key="App\Controller\Admin\UserCrudController::resetPassword" type="service_closure" id=".service_locator.lczTjtp.App\Controller\Admin\UserCrudController::resetPassword()"/>
        <argument key="App\Controller\Admin\UserCrudController::configureAssets" type="service_closure" id=".service_locator.4g8KBWG.App\Controller\Admin\UserCrudController::configureAssets()"/>
        <argument key="App\Controller\Admin\UserCrudController::index" type="service_closure" id=".service_locator._ewVeMD.App\Controller\Admin\UserCrudController::index()"/>
        <argument key="App\Controller\Admin\UserCrudController::detail" type="service_closure" id=".service_locator._ewVeMD.App\Controller\Admin\UserCrudController::detail()"/>
        <argument key="App\Controller\Admin\UserCrudController::edit" type="service_closure" id=".service_locator._ewVeMD.App\Controller\Admin\UserCrudController::edit()"/>
        <argument key="App\Controller\Admin\UserCrudController::new" type="service_closure" id=".service_locator._ewVeMD.App\Controller\Admin\UserCrudController::new()"/>
        <argument key="App\Controller\Admin\UserCrudController::delete" type="service_closure" id=".service_locator._ewVeMD.App\Controller\Admin\UserCrudController::delete()"/>
        <argument key="App\Controller\Admin\UserCrudController::batchDelete" type="service_closure" id=".service_locator.Zxs0ZZ9.App\Controller\Admin\UserCrudController::batchDelete()"/>
        <argument key="App\Controller\Admin\UserCrudController::autocomplete" type="service_closure" id=".service_locator._ewVeMD.App\Controller\Admin\UserCrudController::autocomplete()"/>
        <argument key="App\Controller\Admin\UserCrudController::createIndexQueryBuilder" type="service_closure" id=".service_locator._Gfu5xe.App\Controller\Admin\UserCrudController::createIndexQueryBuilder()"/>
        <argument key="App\Controller\Admin\UserCrudController::renderFilters" type="service_closure" id=".service_locator._ewVeMD.App\Controller\Admin\UserCrudController::renderFilters()"/>
        <argument key="App\Controller\Admin\UserCrudController::updateEntity" type="service_closure" id=".service_locator.3BoFVFw.App\Controller\Admin\UserCrudController::updateEntity()"/>
        <argument key="App\Controller\Admin\UserCrudController::persistEntity" type="service_closure" id=".service_locator.3BoFVFw.App\Controller\Admin\UserCrudController::persistEntity()"/>
        <argument key="App\Controller\Admin\UserCrudController::deleteEntity" type="service_closure" id=".service_locator.3BoFVFw.App\Controller\Admin\UserCrudController::deleteEntity()"/>
        <argument key="App\Controller\Admin\UserCrudController::createEditForm" type="service_closure" id=".service_locator.5pLxdxQ.App\Controller\Admin\UserCrudController::createEditForm()"/>
        <argument key="App\Controller\Admin\UserCrudController::createEditFormBuilder" type="service_closure" id=".service_locator.5pLxdxQ.App\Controller\Admin\UserCrudController::createEditFormBuilder()"/>
        <argument key="App\Controller\Admin\UserCrudController::createNewForm" type="service_closure" id=".service_locator.5pLxdxQ.App\Controller\Admin\UserCrudController::createNewForm()"/>
        <argument key="App\Controller\Admin\UserCrudController::createNewFormBuilder" type="service_closure" id=".service_locator.5pLxdxQ.App\Controller\Admin\UserCrudController::createNewFormBuilder()"/>
        <argument key="App\Controller\Admin\UserCrudController::configureResponseParameters" type="service_closure" id=".service_locator.8yyrqQl.App\Controller\Admin\UserCrudController::configureResponseParameters()"/>
        <argument key="App\Controller\Admin\WorkCrudController::configureCrud" type="service_closure" id=".service_locator.eVx11yR.App\Controller\Admin\WorkCrudController::configureCrud()"/>
        <argument key="App\Controller\Admin\WorkCrudController::configureActions" type="service_closure" id=".service_locator.MygkM6_.App\Controller\Admin\WorkCrudController::configureActions()"/>
        <argument key="App\Controller\Admin\WorkCrudController::configureFilters" type="service_closure" id=".service_locator.vx1u6Ma.App\Controller\Admin\WorkCrudController::configureFilters()"/>
        <argument key="App\Controller\Admin\WorkCrudController::configureAssets" type="service_closure" id=".service_locator.4g8KBWG.App\Controller\Admin\WorkCrudController::configureAssets()"/>
        <argument key="App\Controller\Admin\WorkCrudController::index" type="service_closure" id=".service_locator._ewVeMD.App\Controller\Admin\WorkCrudController::index()"/>
        <argument key="App\Controller\Admin\WorkCrudController::detail" type="service_closure" id=".service_locator._ewVeMD.App\Controller\Admin\WorkCrudController::detail()"/>
        <argument key="App\Controller\Admin\WorkCrudController::edit" type="service_closure" id=".service_locator._ewVeMD.App\Controller\Admin\WorkCrudController::edit()"/>
        <argument key="App\Controller\Admin\WorkCrudController::new" type="service_closure" id=".service_locator._ewVeMD.App\Controller\Admin\WorkCrudController::new()"/>
        <argument key="App\Controller\Admin\WorkCrudController::delete" type="service_closure" id=".service_locator._ewVeMD.App\Controller\Admin\WorkCrudController::delete()"/>
        <argument key="App\Controller\Admin\WorkCrudController::batchDelete" type="service_closure" id=".service_locator.Zxs0ZZ9.App\Controller\Admin\WorkCrudController::batchDelete()"/>
        <argument key="App\Controller\Admin\WorkCrudController::autocomplete" type="service_closure" id=".service_locator._ewVeMD.App\Controller\Admin\WorkCrudController::autocomplete()"/>
        <argument key="App\Controller\Admin\WorkCrudController::createIndexQueryBuilder" type="service_closure" id=".service_locator._Gfu5xe.App\Controller\Admin\WorkCrudController::createIndexQueryBuilder()"/>
        <argument key="App\Controller\Admin\WorkCrudController::renderFilters" type="service_closure" id=".service_locator._ewVeMD.App\Controller\Admin\WorkCrudController::renderFilters()"/>
        <argument key="App\Controller\Admin\WorkCrudController::updateEntity" type="service_closure" id=".service_locator.3BoFVFw.App\Controller\Admin\WorkCrudController::updateEntity()"/>
        <argument key="App\Controller\Admin\WorkCrudController::persistEntity" type="service_closure" id=".service_locator.3BoFVFw.App\Controller\Admin\WorkCrudController::persistEntity()"/>
        <argument key="App\Controller\Admin\WorkCrudController::deleteEntity" type="service_closure" id=".service_locator.3BoFVFw.App\Controller\Admin\WorkCrudController::deleteEntity()"/>
        <argument key="App\Controller\Admin\WorkCrudController::createEditForm" type="service_closure" id=".service_locator.5pLxdxQ.App\Controller\Admin\WorkCrudController::createEditForm()"/>
        <argument key="App\Controller\Admin\WorkCrudController::createEditFormBuilder" type="service_closure" id=".service_locator.5pLxdxQ.App\Controller\Admin\WorkCrudController::createEditFormBuilder()"/>
        <argument key="App\Controller\Admin\WorkCrudController::createNewForm" type="service_closure" id=".service_locator.5pLxdxQ.App\Controller\Admin\WorkCrudController::createNewForm()"/>
        <argument key="App\Controller\Admin\WorkCrudController::createNewFormBuilder" type="service_closure" id=".service_locator.5pLxdxQ.App\Controller\Admin\WorkCrudController::createNewFormBuilder()"/>
        <argument key="App\Controller\Admin\WorkCrudController::configureResponseParameters" type="service_closure" id=".service_locator.8yyrqQl.App\Controller\Admin\WorkCrudController::configureResponseParameters()"/>
        <argument key="App\Controller\AuthController::register" type="service_closure" id=".service_locator.QqoXChi.App\Controller\AuthController::register()"/>
        <argument key="App\Controller\AuthController::login" type="service_closure" id=".service_locator.0MQaTBY.App\Controller\AuthController::login()"/>
        <argument key="App\Controller\AuthorController::show" type="service_closure" id=".service_locator.NAbBl7I.App\Controller\AuthorController::show()"/>
        <argument key="App\Controller\AuthorController::lookup" type="service_closure" id=".service_locator.5AunUKw.App\Controller\AuthorController::lookup()"/>
        <argument key="App\Controller\AuthorController::books" type="service_closure" id=".service_locator.620Anyw.App\Controller\AuthorController::books()"/>
        <argument key="App\Controller\BookRequestController::new" type="service_closure" id=".service_locator.z0A7H.F.App\Controller\BookRequestController::new()"/>
        <argument key="App\Controller\BookRequestController::mine" type="service_closure" id=".service_locator.4K.Cs47.App\Controller\BookRequestController::mine()"/>
        <argument key="App\Controller\CoverController::resolve" type="service_closure" id=".service_locator.mWAekTk.App\Controller\CoverController::resolve()"/>
        <argument key="App\Controller\CoverController::enrich" type="service_closure" id=".service_locator..Dm6x0S.App\Controller\CoverController::enrich()"/>
        <argument key="App\Controller\DiscoveryController::deck" type="service_closure" id=".service_locator.l3vBiib.App\Controller\DiscoveryController::deck()"/>
        <argument key="App\Controller\DiscoveryController::want" type="service_closure" id=".service_locator.x5sHdzg.App\Controller\DiscoveryController::want()"/>
        <argument key="App\Controller\DiscoveryController::read" type="service_closure" id=".service_locator.LFi6WQO.App\Controller\DiscoveryController::read()"/>
        <argument key="App\Controller\DiscoveryController::dismiss" type="service_closure" id=".service_locator.x5sHdzg.App\Controller\DiscoveryController::dismiss()"/>
        <argument key="App\Controller\EditionController::show" type="service_closure" id=".service_locator.78lazzO.App\Controller\EditionController::show()"/>
        <argument key="App\Controller\EnrichBatchController::batch" type="service_closure" id=".service_locator.UTnPdtg.App\Controller\EnrichBatchController::batch()"/>
        <argument key="App\Controller\FeedController::index" type="service_closure" id=".service_locator.BcaJJBw.App\Controller\FeedController::index()"/>
        <argument key="App\Controller\FollowController::followers" type="service_closure" id=".service_locator.vRSMVz..App\Controller\FollowController::followers()"/>
        <argument key="App\Controller\FollowController::following" type="service_closure" id=".service_locator.vRSMVz..App\Controller\FollowController::following()"/>
        <argument key="App\Controller\FollowController::follow" type="service_closure" id=".service_locator.a5Q3P80.App\Controller\FollowController::follow()"/>
        <argument key="App\Controller\FollowController::unfollow" type="service_closure" id=".service_locator.a5Q3P80.App\Controller\FollowController::unfollow()"/>
        <argument key="App\Controller\HomeController::index" type="service_closure" id=".service_locator.N3Var3_.App\Controller\HomeController::index()"/>
        <argument key="App\Controller\HomeController::suggestedReaders" type="service_closure" id=".service_locator.dcGxqwr.App\Controller\HomeController::suggestedReaders()"/>
        <argument key="App\Controller\HomeController::popularWeek" type="service_closure" id=".service_locator.BcaJJBw.App\Controller\HomeController::popularWeek()"/>
        <argument key="App\Controller\HomeController::popularFriends" type="service_closure" id=".service_locator.rzmRfvY.App\Controller\HomeController::popularFriends()"/>
        <argument key="App\Controller\ListController::new" type="service_closure" id=".service_locator.1VoFO.3.App\Controller\ListController::new()"/>
        <argument key="App\Controller\ListController::show" type="service_closure" id=".service_locator.l6VqvSf.App\Controller\ListController::show()"/>
        <argument key="App\Controller\ListController::toggleLike" type="service_closure" id=".service_locator.FF21Qat.App\Controller\ListController::toggleLike()"/>
        <argument key="App\Controller\ListController::toggleItem" type="service_closure" id=".service_locator.7Dh0lKz.App\Controller\ListController::toggleItem()"/>
        <argument key="App\Controller\ListController::removeItem" type="service_closure" id=".service_locator.xwoyv5u.App\Controller\ListController::removeItem()"/>
        <argument key="App\Controller\ListController::edit" type="service_closure" id=".service_locator.3vpjkz2.App\Controller\ListController::edit()"/>
        <argument key="App\Controller\ListController::delete" type="service_closure" id=".service_locator.1VoFO.3.App\Controller\ListController::delete()"/>
        <argument key="App\Controller\NotificationController::index" type="service_closure" id=".service_locator.3Mc_O3j.App\Controller\NotificationController::index()"/>
        <argument key="App\Controller\OnboardingController::genres" type="service_closure" id=".service_locator.s8Ys5Ms.App\Controller\OnboardingController::genres()"/>
        <argument key="App\Controller\OnboardingController::authors" type="service_closure" id=".service_locator.GrmIVnM.App\Controller\OnboardingController::authors()"/>
        <argument key="App\Controller\OnboardingController::createAuthor" type="service_closure" id=".service_locator.cp6M_zh.App\Controller\OnboardingController::createAuthor()"/>
        <argument key="App\Controller\OnboardingController::searchBooks" type="service_closure" id=".service_locator.jE3QzAB.App\Controller\OnboardingController::searchBooks()"/>
        <argument key="App\Controller\OnboardingController::materializeBook" type="service_closure" id=".service_locator..be8WO0.App\Controller\OnboardingController::materializeBook()"/>
        <argument key="App\Controller\OnboardingController::searchAuthors" type="service_closure" id=".service_locator.MKbdMj..App\Controller\OnboardingController::searchAuthors()"/>
        <argument key="App\Controller\OnboardingController::books" type="service_closure" id=".service_locator.NLZHYId.App\Controller\OnboardingController::books()"/>
        <argument key="App\Controller\OnboardingController::readers" type="service_closure" id=".service_locator.75kRn5K.App\Controller\OnboardingController::readers()"/>
        <argument key="App\Controller\OnboardingController::revealFrame" type="service_closure" id=".service_locator.l3vBiib.App\Controller\OnboardingController::revealFrame()"/>
        <argument key="App\Controller\OnboardingController::revealLike" type="service_closure" id=".service_locator.x5sHdzg.App\Controller\OnboardingController::revealLike()"/>
        <argument key="App\Controller\OnboardingController::revealDismiss" type="service_closure" id=".service_locator.x5sHdzg.App\Controller\OnboardingController::revealDismiss()"/>
        <argument key="App\Controller\OnboardingController::revealRead" type="service_closure" id=".service_locator.x5sHdzg.App\Controller\OnboardingController::revealRead()"/>
        <argument key="App\Controller\OnboardingController::skip" type="service_closure" id=".service_locator.z0A7H.F.App\Controller\OnboardingController::skip()"/>
        <argument key="App\Controller\ProfileController::show" type="service_closure" id=".service_locator.V8cOsQ6.App\Controller\ProfileController::show()"/>
        <argument key="App\Controller\ProfileController::books" type="service_closure" id=".service_locator.v0UjkL0.App\Controller\ProfileController::books()"/>
        <argument key="App\Controller\ProfileController::stats" type="service_closure" id=".service_locator.IFGBNWQ.App\Controller\ProfileController::stats()"/>
        <argument key="App\Controller\ProfileController::activity" type="service_closure" id=".service_locator.jukuYj2.App\Controller\ProfileController::activity()"/>
        <argument key="App\Controller\ProfileController::reviews" type="service_closure" id=".service_locator.3nN08hD.App\Controller\ProfileController::reviews()"/>
        <argument key="App\Controller\ProfileController::editProfile" type="service_closure" id=".service_locator.WNtPvMl.App\Controller\ProfileController::editProfile()"/>
        <argument key="App\Controller\PushController::subscribe" type="service_closure" id=".service_locator.DPw22ar.App\Controller\PushController::subscribe()"/>
        <argument key="App\Controller\PushController::unsubscribe" type="service_closure" id=".service_locator.DPw22ar.App\Controller\PushController::unsubscribe()"/>
        <argument key="App\Controller\ResetPasswordController::reset" type="service_closure" id=".service_locator.f8pLBFr.App\Controller\ResetPasswordController::reset()"/>
        <argument key="App\Controller\ReviewController::show" type="service_closure" id=".service_locator.iA3nOiX.App\Controller\ReviewController::show()"/>
        <argument key="App\Controller\ReviewController::toggleLike" type="service_closure" id=".service_locator.cx5jQCN.App\Controller\ReviewController::toggleLike()"/>
        <argument key="App\Controller\ReviewController::addComment" type="service_closure" id=".service_locator.jKqK88H.App\Controller\ReviewController::addComment()"/>
        <argument key="App\Controller\ReviewController::deleteComment" type="service_closure" id=".service_locator.Xw5laQ5.App\Controller\ReviewController::deleteComment()"/>
        <argument key="App\Controller\SearchController::search" type="service_closure" id=".service_locator.OUW4Tj2.App\Controller\SearchController::search()"/>
        <argument key="App\Controller\SearchController::suggest" type="service_closure" id=".service_locator.fygi1c8.App\Controller\SearchController::suggest()"/>
        <argument key="App\Controller\WorkController::lookup" type="service_closure" id=".service_locator.jE3QzAB.App\Controller\WorkController::lookup()"/>
        <argument key="App\Controller\WorkController::show" type="service_closure" id=".service_locator.i6_4OA8.App\Controller\WorkController::show()"/>
        <argument key="App\Controller\WorkController::addToList" type="service_closure" id=".service_locator.P89CAYo.App\Controller\WorkController::addToList()"/>
        <argument key="App\Controller\WorkController::reviews" type="service_closure" id=".service_locator.BcaJJBw.App\Controller\WorkController::reviews()"/>
        <argument key="App\Controller\WorkController::editions" type="service_closure" id=".service_locator.Cvxxxsx.App\Controller\WorkController::editions()"/>
        <argument key="App\Controller\WorkController::synopsis" type="service_closure" id=".service_locator.jE3QzAB.App\Controller\WorkController::synopsis()"/>
        <argument key="App\Controller\WorkController::rate" type="service_closure" id=".service_locator..P6atz2.App\Controller\WorkController::rate()"/>
        <argument key="App\Controller\WorkController::shelf" type="service_closure" id=".service_locator.PaEvpcc.App\Controller\WorkController::shelf()"/>
        <argument key="App\Controller\WorkController::reviewPin" type="service_closure" id=".service_locator.GeqfUo3.App\Controller\WorkController::reviewPin()"/>
        <argument key="App\Controller\WorkController::toggleInList" type="service_closure" id=".service_locator.n8W9i52.App\Controller\WorkController::toggleInList()"/>
        <argument key="App\Controller\WorkController::favorite" type="service_closure" id=".service_locator.uFsT_P6.App\Controller\WorkController::favorite()"/>
        <argument key="App\Controller\WorkController::review" type="service_closure" id=".service_locator.zxu9.xr.App\Controller\WorkController::review()"/>
        <argument key="App\Controller\WorkOpenController::open" type="service_closure" id=".service_locator.ffmKlvb.App\Controller\WorkOpenController::open()"/>
        <argument key="kernel:registerContainerConfiguration" type="service_closure" id=".service_locator.1vYpZ1B.kernel::registerContainerConfiguration()"/>
        <argument key="kernel:loadRoutes" type="service_closure" id=".service_locator.1vYpZ1B.kernel::loadRoutes()"/>
        <argument key="App\Controller\ActivityController:index" type="service_closure" id=".service_locator.rzmRfvY.App\Controller\ActivityController::index()"/>
        <argument key="App\Controller\Admin\AuthorCrudController:configureCrud" type="service_closure" id=".service_locator.eVx11yR.App\Controller\Admin\AuthorCrudController::configureCrud()"/>
        <argument key="App\Controller\Admin\AuthorCrudController:configureActions" type="service_closure" id=".service_locator.MygkM6_.App\Controller\Admin\AuthorCrudController::configureActions()"/>
        <argument key="App\Controller\Admin\AuthorCrudController:configureAssets" type="service_closure" id=".service_locator.4g8KBWG.App\Controller\Admin\AuthorCrudController::configureAssets()"/>
        <argument key="App\Controller\Admin\AuthorCrudController:configureFilters" type="service_closure" id=".service_locator.vx1u6Ma.App\Controller\Admin\AuthorCrudController::configureFilters()"/>
        <argument key="App\Controller\Admin\AuthorCrudController:index" type="service_closure" id=".service_locator._ewVeMD.App\Controller\Admin\AuthorCrudController::index()"/>
        <argument key="App\Controller\Admin\AuthorCrudController:detail" type="service_closure" id=".service_locator._ewVeMD.App\Controller\Admin\AuthorCrudController::detail()"/>
        <argument key="App\Controller\Admin\AuthorCrudController:edit" type="service_closure" id=".service_locator._ewVeMD.App\Controller\Admin\AuthorCrudController::edit()"/>
        <argument key="App\Controller\Admin\AuthorCrudController:new" type="service_closure" id=".service_locator._ewVeMD.App\Controller\Admin\AuthorCrudController::new()"/>
        <argument key="App\Controller\Admin\AuthorCrudController:delete" type="service_closure" id=".service_locator._ewVeMD.App\Controller\Admin\AuthorCrudController::delete()"/>
        <argument key="App\Controller\Admin\AuthorCrudController:batchDelete" type="service_closure" id=".service_locator.Zxs0ZZ9.App\Controller\Admin\AuthorCrudController::batchDelete()"/>
        <argument key="App\Controller\Admin\AuthorCrudController:autocomplete" type="service_closure" id=".service_locator._ewVeMD.App\Controller\Admin\AuthorCrudController::autocomplete()"/>
        <argument key="App\Controller\Admin\AuthorCrudController:createIndexQueryBuilder" type="service_closure" id=".service_locator._Gfu5xe.App\Controller\Admin\AuthorCrudController::createIndexQueryBuilder()"/>
        <argument key="App\Controller\Admin\AuthorCrudController:renderFilters" type="service_closure" id=".service_locator._ewVeMD.App\Controller\Admin\AuthorCrudController::renderFilters()"/>
        <argument key="App\Controller\Admin\AuthorCrudController:updateEntity" type="service_closure" id=".service_locator.3BoFVFw.App\Controller\Admin\AuthorCrudController::updateEntity()"/>
        <argument key="App\Controller\Admin\AuthorCrudController:persistEntity" type="service_closure" id=".service_locator.3BoFVFw.App\Controller\Admin\AuthorCrudController::persistEntity()"/>
        <argument key="App\Controller\Admin\AuthorCrudController:deleteEntity" type="service_closure" id=".service_locator.3BoFVFw.App\Controller\Admin\AuthorCrudController::deleteEntity()"/>
        <argument key="App\Controller\Admin\AuthorCrudController:createEditForm" type="service_closure" id=".service_locator.5pLxdxQ.App\Controller\Admin\AuthorCrudController::createEditForm()"/>
        <argument key="App\Controller\Admin\AuthorCrudController:createEditFormBuilder" type="service_closure" id=".service_locator.5pLxdxQ.App\Controller\Admin\AuthorCrudController::createEditFormBuilder()"/>
        <argument key="App\Controller\Admin\AuthorCrudController:createNewForm" type="service_closure" id=".service_locator.5pLxdxQ.App\Controller\Admin\AuthorCrudController::createNewForm()"/>
        <argument key="App\Controller\Admin\AuthorCrudController:createNewFormBuilder" type="service_closure" id=".service_locator.5pLxdxQ.App\Controller\Admin\AuthorCrudController::createNewFormBuilder()"/>
        <argument key="App\Controller\Admin\AuthorCrudController:configureResponseParameters" type="service_closure" id=".service_locator.8yyrqQl.App\Controller\Admin\AuthorCrudController::configureResponseParameters()"/>
        <argument key="App\Controller\Admin\BookListCrudController:configureCrud" type="service_closure" id=".service_locator.eVx11yR.App\Controller\Admin\BookListCrudController::configureCrud()"/>
        <argument key="App\Controller\Admin\BookListCrudController:configureActions" type="service_closure" id=".service_locator.MygkM6_.App\Controller\Admin\BookListCrudController::configureActions()"/>
        <argument key="App\Controller\Admin\BookListCrudController:configureAssets" type="service_closure" id=".service_locator.4g8KBWG.App\Controller\Admin\BookListCrudController::configureAssets()"/>
        <argument key="App\Controller\Admin\BookListCrudController:configureFilters" type="service_closure" id=".service_locator.vx1u6Ma.App\Controller\Admin\BookListCrudController::configureFilters()"/>
        <argument key="App\Controller\Admin\BookListCrudController:index" type="service_closure" id=".service_locator._ewVeMD.App\Controller\Admin\BookListCrudController::index()"/>
        <argument key="App\Controller\Admin\BookListCrudController:detail" type="service_closure" id=".service_locator._ewVeMD.App\Controller\Admin\BookListCrudController::detail()"/>
        <argument key="App\Controller\Admin\BookListCrudController:edit" type="service_closure" id=".service_locator._ewVeMD.App\Controller\Admin\BookListCrudController::edit()"/>
        <argument key="App\Controller\Admin\BookListCrudController:new" type="service_closure" id=".service_locator._ewVeMD.App\Controller\Admin\BookListCrudController::new()"/>
        <argument key="App\Controller\Admin\BookListCrudController:delete" type="service_closure" id=".service_locator._ewVeMD.App\Controller\Admin\BookListCrudController::delete()"/>
        <argument key="App\Controller\Admin\BookListCrudController:batchDelete" type="service_closure" id=".service_locator.Zxs0ZZ9.App\Controller\Admin\BookListCrudController::batchDelete()"/>
        <argument key="App\Controller\Admin\BookListCrudController:autocomplete" type="service_closure" id=".service_locator._ewVeMD.App\Controller\Admin\BookListCrudController::autocomplete()"/>
        <argument key="App\Controller\Admin\BookListCrudController:createIndexQueryBuilder" type="service_closure" id=".service_locator._Gfu5xe.App\Controller\Admin\BookListCrudController::createIndexQueryBuilder()"/>
        <argument key="App\Controller\Admin\BookListCrudController:renderFilters" type="service_closure" id=".service_locator._ewVeMD.App\Controller\Admin\BookListCrudController::renderFilters()"/>
        <argument key="App\Controller\Admin\BookListCrudController:updateEntity" type="service_closure" id=".service_locator.3BoFVFw.App\Controller\Admin\BookListCrudController::updateEntity()"/>
        <argument key="App\Controller\Admin\BookListCrudController:persistEntity" type="service_closure" id=".service_locator.3BoFVFw.App\Controller\Admin\BookListCrudController::persistEntity()"/>
        <argument key="App\Controller\Admin\BookListCrudController:deleteEntity" type="service_closure" id=".service_locator.3BoFVFw.App\Controller\Admin\BookListCrudController::deleteEntity()"/>
        <argument key="App\Controller\Admin\BookListCrudController:createEditForm" type="service_closure" id=".service_locator.5pLxdxQ.App\Controller\Admin\BookListCrudController::createEditForm()"/>
        <argument key="App\Controller\Admin\BookListCrudController:createEditFormBuilder" type="service_closure" id=".service_locator.5pLxdxQ.App\Controller\Admin\BookListCrudController::createEditFormBuilder()"/>
        <argument key="App\Controller\Admin\BookListCrudController:createNewForm" type="service_closure" id=".service_locator.5pLxdxQ.App\Controller\Admin\BookListCrudController::createNewForm()"/>
        <argument key="App\Controller\Admin\BookListCrudController:createNewFormBuilder" type="service_closure" id=".service_locator.5pLxdxQ.App\Controller\Admin\BookListCrudController::createNewFormBuilder()"/>
        <argument key="App\Controller\Admin\BookListCrudController:configureResponseParameters" type="service_closure" id=".service_locator.8yyrqQl.App\Controller\Admin\BookListCrudController::configureResponseParameters()"/>
        <argument key="App\Controller\Admin\BookRequestCrudController:configureCrud" type="service_closure" id=".service_locator.eVx11yR.App\Controller\Admin\BookRequestCrudController::configureCrud()"/>
        <argument key="App\Controller\Admin\BookRequestCrudController:configureFilters" type="service_closure" id=".service_locator.vx1u6Ma.App\Controller\Admin\BookRequestCrudController::configureFilters()"/>
        <argument key="App\Controller\Admin\BookRequestCrudController:configureActions" type="service_closure" id=".service_locator.MygkM6_.App\Controller\Admin\BookRequestCrudController::configureActions()"/>
        <argument key="App\Controller\Admin\BookRequestCrudController:approve" type="service_closure" id=".service_locator.pPQbXlV.App\Controller\Admin\BookRequestCrudController::approve()"/>
        <argument key="App\Controller\Admin\BookRequestCrudController:reject" type="service_closure" id=".service_locator.C0tIW_k.App\Controller\Admin\BookRequestCrudController::reject()"/>
        <argument key="App\Controller\Admin\BookRequestCrudController:configureAssets" type="service_closure" id=".service_locator.4g8KBWG.App\Controller\Admin\BookRequestCrudController::configureAssets()"/>
        <argument key="App\Controller\Admin\BookRequestCrudController:index" type="service_closure" id=".service_locator._ewVeMD.App\Controller\Admin\BookRequestCrudController::index()"/>
        <argument key="App\Controller\Admin\BookRequestCrudController:detail" type="service_closure" id=".service_locator._ewVeMD.App\Controller\Admin\BookRequestCrudController::detail()"/>
        <argument key="App\Controller\Admin\BookRequestCrudController:edit" type="service_closure" id=".service_locator._ewVeMD.App\Controller\Admin\BookRequestCrudController::edit()"/>
        <argument key="App\Controller\Admin\BookRequestCrudController:new" type="service_closure" id=".service_locator._ewVeMD.App\Controller\Admin\BookRequestCrudController::new()"/>
        <argument key="App\Controller\Admin\BookRequestCrudController:delete" type="service_closure" id=".service_locator._ewVeMD.App\Controller\Admin\BookRequestCrudController::delete()"/>
        <argument key="App\Controller\Admin\BookRequestCrudController:batchDelete" type="service_closure" id=".service_locator.Zxs0ZZ9.App\Controller\Admin\BookRequestCrudController::batchDelete()"/>
        <argument key="App\Controller\Admin\BookRequestCrudController:autocomplete" type="service_closure" id=".service_locator._ewVeMD.App\Controller\Admin\BookRequestCrudController::autocomplete()"/>
        <argument key="App\Controller\Admin\BookRequestCrudController:createIndexQueryBuilder" type="service_closure" id=".service_locator._Gfu5xe.App\Controller\Admin\BookRequestCrudController::createIndexQueryBuilder()"/>
        <argument key="App\Controller\Admin\BookRequestCrudController:renderFilters" type="service_closure" id=".service_locator._ewVeMD.App\Controller\Admin\BookRequestCrudController::renderFilters()"/>
        <argument key="App\Controller\Admin\BookRequestCrudController:updateEntity" type="service_closure" id=".service_locator.3BoFVFw.App\Controller\Admin\BookRequestCrudController::updateEntity()"/>
        <argument key="App\Controller\Admin\BookRequestCrudController:persistEntity" type="service_closure" id=".service_locator.3BoFVFw.App\Controller\Admin\BookRequestCrudController::persistEntity()"/>
        <argument key="App\Controller\Admin\BookRequestCrudController:deleteEntity" type="service_closure" id=".service_locator.3BoFVFw.App\Controller\Admin\BookRequestCrudController::deleteEntity()"/>
        <argument key="App\Controller\Admin\BookRequestCrudController:createEditForm" type="service_closure" id=".service_locator.5pLxdxQ.App\Controller\Admin\BookRequestCrudController::createEditForm()"/>
        <argument key="App\Controller\Admin\BookRequestCrudController:createEditFormBuilder" type="service_closure" id=".service_locator.5pLxdxQ.App\Controller\Admin\BookRequestCrudController::createEditFormBuilder()"/>
        <argument key="App\Controller\Admin\BookRequestCrudController:createNewForm" type="service_closure" id=".service_locator.5pLxdxQ.App\Controller\Admin\BookRequestCrudController::createNewForm()"/>
        <argument key="App\Controller\Admin\BookRequestCrudController:createNewFormBuilder" type="service_closure" id=".service_locator.5pLxdxQ.App\Controller\Admin\BookRequestCrudController::createNewFormBuilder()"/>
        <argument key="App\Controller\Admin\BookRequestCrudController:configureResponseParameters" type="service_closure" id=".service_locator.8yyrqQl.App\Controller\Admin\BookRequestCrudController::configureResponseParameters()"/>
        <argument key="App\Controller\Admin\DashboardController:configureUserMenu" type="service_closure" id=".service_locator.nbA6iHG.App\Controller\Admin\DashboardController::configureUserMenu()"/>
        <argument key="App\Controller\Admin\ReviewCrudController:configureCrud" type="service_closure" id=".service_locator.eVx11yR.App\Controller\Admin\ReviewCrudController::configureCrud()"/>
        <argument key="App\Controller\Admin\ReviewCrudController:configureActions" type="service_closure" id=".service_locator.MygkM6_.App\Controller\Admin\ReviewCrudController::configureActions()"/>
        <argument key="App\Controller\Admin\ReviewCrudController:configureAssets" type="service_closure" id=".service_locator.4g8KBWG.App\Controller\Admin\ReviewCrudController::configureAssets()"/>
        <argument key="App\Controller\Admin\ReviewCrudController:configureFilters" type="service_closure" id=".service_locator.vx1u6Ma.App\Controller\Admin\ReviewCrudController::configureFilters()"/>
        <argument key="App\Controller\Admin\ReviewCrudController:index" type="service_closure" id=".service_locator._ewVeMD.App\Controller\Admin\ReviewCrudController::index()"/>
        <argument key="App\Controller\Admin\ReviewCrudController:detail" type="service_closure" id=".service_locator._ewVeMD.App\Controller\Admin\ReviewCrudController::detail()"/>
        <argument key="App\Controller\Admin\ReviewCrudController:edit" type="service_closure" id=".service_locator._ewVeMD.App\Controller\Admin\ReviewCrudController::edit()"/>
        <argument key="App\Controller\Admin\ReviewCrudController:new" type="service_closure" id=".service_locator._ewVeMD.App\Controller\Admin\ReviewCrudController::new()"/>
        <argument key="App\Controller\Admin\ReviewCrudController:delete" type="service_closure" id=".service_locator._ewVeMD.App\Controller\Admin\ReviewCrudController::delete()"/>
        <argument key="App\Controller\Admin\ReviewCrudController:batchDelete" type="service_closure" id=".service_locator.Zxs0ZZ9.App\Controller\Admin\ReviewCrudController::batchDelete()"/>
        <argument key="App\Controller\Admin\ReviewCrudController:autocomplete" type="service_closure" id=".service_locator._ewVeMD.App\Controller\Admin\ReviewCrudController::autocomplete()"/>
        <argument key="App\Controller\Admin\ReviewCrudController:createIndexQueryBuilder" type="service_closure" id=".service_locator._Gfu5xe.App\Controller\Admin\ReviewCrudController::createIndexQueryBuilder()"/>
        <argument key="App\Controller\Admin\ReviewCrudController:renderFilters" type="service_closure" id=".service_locator._ewVeMD.App\Controller\Admin\ReviewCrudController::renderFilters()"/>
        <argument key="App\Controller\Admin\ReviewCrudController:updateEntity" type="service_closure" id=".service_locator.3BoFVFw.App\Controller\Admin\ReviewCrudController::updateEntity()"/>
        <argument key="App\Controller\Admin\ReviewCrudController:persistEntity" type="service_closure" id=".service_locator.3BoFVFw.App\Controller\Admin\ReviewCrudController::persistEntity()"/>
        <argument key="App\Controller\Admin\ReviewCrudController:deleteEntity" type="service_closure" id=".service_locator.3BoFVFw.App\Controller\Admin\ReviewCrudController::deleteEntity()"/>
        <argument key="App\Controller\Admin\ReviewCrudController:createEditForm" type="service_closure" id=".service_locator.5pLxdxQ.App\Controller\Admin\ReviewCrudController::createEditForm()"/>
        <argument key="App\Controller\Admin\ReviewCrudController:createEditFormBuilder" type="service_closure" id=".service_locator.5pLxdxQ.App\Controller\Admin\ReviewCrudController::createEditFormBuilder()"/>
        <argument key="App\Controller\Admin\ReviewCrudController:createNewForm" type="service_closure" id=".service_locator.5pLxdxQ.App\Controller\Admin\ReviewCrudController::createNewForm()"/>
        <argument key="App\Controller\Admin\ReviewCrudController:createNewFormBuilder" type="service_closure" id=".service_locator.5pLxdxQ.App\Controller\Admin\ReviewCrudController::createNewFormBuilder()"/>
        <argument key="App\Controller\Admin\ReviewCrudController:configureResponseParameters" type="service_closure" id=".service_locator.8yyrqQl.App\Controller\Admin\ReviewCrudController::configureResponseParameters()"/>
        <argument key="App\Controller\Admin\UserCrudController:configureCrud" type="service_closure" id=".service_locator.eVx11yR.App\Controller\Admin\UserCrudController::configureCrud()"/>
        <argument key="App\Controller\Admin\UserCrudController:configureActions" type="service_closure" id=".service_locator.MygkM6_.App\Controller\Admin\UserCrudController::configureActions()"/>
        <argument key="App\Controller\Admin\UserCrudController:configureFilters" type="service_closure" id=".service_locator.vx1u6Ma.App\Controller\Admin\UserCrudController::configureFilters()"/>
        <argument key="App\Controller\Admin\UserCrudController:resetPassword" type="service_closure" id=".service_locator.lczTjtp.App\Controller\Admin\UserCrudController::resetPassword()"/>
        <argument key="App\Controller\Admin\UserCrudController:configureAssets" type="service_closure" id=".service_locator.4g8KBWG.App\Controller\Admin\UserCrudController::configureAssets()"/>
        <argument key="App\Controller\Admin\UserCrudController:index" type="service_closure" id=".service_locator._ewVeMD.App\Controller\Admin\UserCrudController::index()"/>
        <argument key="App\Controller\Admin\UserCrudController:detail" type="service_closure" id=".service_locator._ewVeMD.App\Controller\Admin\UserCrudController::detail()"/>
        <argument key="App\Controller\Admin\UserCrudController:edit" type="service_closure" id=".service_locator._ewVeMD.App\Controller\Admin\UserCrudController::edit()"/>
        <argument key="App\Controller\Admin\UserCrudController:new" type="service_closure" id=".service_locator._ewVeMD.App\Controller\Admin\UserCrudController::new()"/>
        <argument key="App\Controller\Admin\UserCrudController:delete" type="service_closure" id=".service_locator._ewVeMD.App\Controller\Admin\UserCrudController::delete()"/>
        <argument key="App\Controller\Admin\UserCrudController:batchDelete" type="service_closure" id=".service_locator.Zxs0ZZ9.App\Controller\Admin\UserCrudController::batchDelete()"/>
        <argument key="App\Controller\Admin\UserCrudController:autocomplete" type="service_closure" id=".service_locator._ewVeMD.App\Controller\Admin\UserCrudController::autocomplete()"/>
        <argument key="App\Controller\Admin\UserCrudController:createIndexQueryBuilder" type="service_closure" id=".service_locator._Gfu5xe.App\Controller\Admin\UserCrudController::createIndexQueryBuilder()"/>
        <argument key="App\Controller\Admin\UserCrudController:renderFilters" type="service_closure" id=".service_locator._ewVeMD.App\Controller\Admin\UserCrudController::renderFilters()"/>
        <argument key="App\Controller\Admin\UserCrudController:updateEntity" type="service_closure" id=".service_locator.3BoFVFw.App\Controller\Admin\UserCrudController::updateEntity()"/>
        <argument key="App\Controller\Admin\UserCrudController:persistEntity" type="service_closure" id=".service_locator.3BoFVFw.App\Controller\Admin\UserCrudController::persistEntity()"/>
        <argument key="App\Controller\Admin\UserCrudController:deleteEntity" type="service_closure" id=".service_locator.3BoFVFw.App\Controller\Admin\UserCrudController::deleteEntity()"/>
        <argument key="App\Controller\Admin\UserCrudController:createEditForm" type="service_closure" id=".service_locator.5pLxdxQ.App\Controller\Admin\UserCrudController::createEditForm()"/>
        <argument key="App\Controller\Admin\UserCrudController:createEditFormBuilder" type="service_closure" id=".service_locator.5pLxdxQ.App\Controller\Admin\UserCrudController::createEditFormBuilder()"/>
        <argument key="App\Controller\Admin\UserCrudController:createNewForm" type="service_closure" id=".service_locator.5pLxdxQ.App\Controller\Admin\UserCrudController::createNewForm()"/>
        <argument key="App\Controller\Admin\UserCrudController:createNewFormBuilder" type="service_closure" id=".service_locator.5pLxdxQ.App\Controller\Admin\UserCrudController::createNewFormBuilder()"/>
        <argument key="App\Controller\Admin\UserCrudController:configureResponseParameters" type="service_closure" id=".service_locator.8yyrqQl.App\Controller\Admin\UserCrudController::configureResponseParameters()"/>
        <argument key="App\Controller\Admin\WorkCrudController:configureCrud" type="service_closure" id=".service_locator.eVx11yR.App\Controller\Admin\WorkCrudController::configureCrud()"/>
        <argument key="App\Controller\Admin\WorkCrudController:configureActions" type="service_closure" id=".service_locator.MygkM6_.App\Controller\Admin\WorkCrudController::configureActions()"/>
        <argument key="App\Controller\Admin\WorkCrudController:configureFilters" type="service_closure" id=".service_locator.vx1u6Ma.App\Controller\Admin\WorkCrudController::configureFilters()"/>
        <argument key="App\Controller\Admin\WorkCrudController:configureAssets" type="service_closure" id=".service_locator.4g8KBWG.App\Controller\Admin\WorkCrudController::configureAssets()"/>
        <argument key="App\Controller\Admin\WorkCrudController:index" type="service_closure" id=".service_locator._ewVeMD.App\Controller\Admin\WorkCrudController::index()"/>
        <argument key="App\Controller\Admin\WorkCrudController:detail" type="service_closure" id=".service_locator._ewVeMD.App\Controller\Admin\WorkCrudController::detail()"/>
        <argument key="App\Controller\Admin\WorkCrudController:edit" type="service_closure" id=".service_locator._ewVeMD.App\Controller\Admin\WorkCrudController::edit()"/>
        <argument key="App\Controller\Admin\WorkCrudController:new" type="service_closure" id=".service_locator._ewVeMD.App\Controller\Admin\WorkCrudController::new()"/>
        <argument key="App\Controller\Admin\WorkCrudController:delete" type="service_closure" id=".service_locator._ewVeMD.App\Controller\Admin\WorkCrudController::delete()"/>
        <argument key="App\Controller\Admin\WorkCrudController:batchDelete" type="service_closure" id=".service_locator.Zxs0ZZ9.App\Controller\Admin\WorkCrudController::batchDelete()"/>
        <argument key="App\Controller\Admin\WorkCrudController:autocomplete" type="service_closure" id=".service_locator._ewVeMD.App\Controller\Admin\WorkCrudController::autocomplete()"/>
        <argument key="App\Controller\Admin\WorkCrudController:createIndexQueryBuilder" type="service_closure" id=".service_locator._Gfu5xe.App\Controller\Admin\WorkCrudController::createIndexQueryBuilder()"/>
        <argument key="App\Controller\Admin\WorkCrudController:renderFilters" type="service_closure" id=".service_locator._ewVeMD.App\Controller\Admin\WorkCrudController::renderFilters()"/>
        <argument key="App\Controller\Admin\WorkCrudController:updateEntity" type="service_closure" id=".service_locator.3BoFVFw.App\Controller\Admin\WorkCrudController::updateEntity()"/>
        <argument key="App\Controller\Admin\WorkCrudController:persistEntity" type="service_closure" id=".service_locator.3BoFVFw.App\Controller\Admin\WorkCrudController::persistEntity()"/>
        <argument key="App\Controller\Admin\WorkCrudController:deleteEntity" type="service_closure" id=".service_locator.3BoFVFw.App\Controller\Admin\WorkCrudController::deleteEntity()"/>
        <argument key="App\Controller\Admin\WorkCrudController:createEditForm" type="service_closure" id=".service_locator.5pLxdxQ.App\Controller\Admin\WorkCrudController::createEditForm()"/>
        <argument key="App\Controller\Admin\WorkCrudController:createEditFormBuilder" type="service_closure" id=".service_locator.5pLxdxQ.App\Controller\Admin\WorkCrudController::createEditFormBuilder()"/>
        <argument key="App\Controller\Admin\WorkCrudController:createNewForm" type="service_closure" id=".service_locator.5pLxdxQ.App\Controller\Admin\WorkCrudController::createNewForm()"/>
        <argument key="App\Controller\Admin\WorkCrudController:createNewFormBuilder" type="service_closure" id=".service_locator.5pLxdxQ.App\Controller\Admin\WorkCrudController::createNewFormBuilder()"/>
        <argument key="App\Controller\Admin\WorkCrudController:configureResponseParameters" type="service_closure" id=".service_locator.8yyrqQl.App\Controller\Admin\WorkCrudController::configureResponseParameters()"/>
        <argument key="App\Controller\AuthController:register" type="service_closure" id=".service_locator.QqoXChi.App\Controller\AuthController::register()"/>
        <argument key="App\Controller\AuthController:login" type="service_closure" id=".service_locator.0MQaTBY.App\Controller\AuthController::login()"/>
        <argument key="App\Controller\AuthorController:show" type="service_closure" id=".service_locator.NAbBl7I.App\Controller\AuthorController::show()"/>
        <argument key="App\Controller\AuthorController:lookup" type="service_closure" id=".service_locator.5AunUKw.App\Controller\AuthorController::lookup()"/>
        <argument key="App\Controller\AuthorController:books" type="service_closure" id=".service_locator.620Anyw.App\Controller\AuthorController::books()"/>
        <argument key="App\Controller\BookRequestController:new" type="service_closure" id=".service_locator.z0A7H.F.App\Controller\BookRequestController::new()"/>
        <argument key="App\Controller\BookRequestController:mine" type="service_closure" id=".service_locator.4K.Cs47.App\Controller\BookRequestController::mine()"/>
        <argument key="App\Controller\CoverController:resolve" type="service_closure" id=".service_locator.mWAekTk.App\Controller\CoverController::resolve()"/>
        <argument key="App\Controller\CoverController:enrich" type="service_closure" id=".service_locator..Dm6x0S.App\Controller\CoverController::enrich()"/>
        <argument key="App\Controller\DiscoveryController:deck" type="service_closure" id=".service_locator.l3vBiib.App\Controller\DiscoveryController::deck()"/>
        <argument key="App\Controller\DiscoveryController:want" type="service_closure" id=".service_locator.x5sHdzg.App\Controller\DiscoveryController::want()"/>
        <argument key="App\Controller\DiscoveryController:read" type="service_closure" id=".service_locator.LFi6WQO.App\Controller\DiscoveryController::read()"/>
        <argument key="App\Controller\DiscoveryController:dismiss" type="service_closure" id=".service_locator.x5sHdzg.App\Controller\DiscoveryController::dismiss()"/>
        <argument key="App\Controller\EditionController:show" type="service_closure" id=".service_locator.78lazzO.App\Controller\EditionController::show()"/>
        <argument key="App\Controller\EnrichBatchController:batch" type="service_closure" id=".service_locator.UTnPdtg.App\Controller\EnrichBatchController::batch()"/>
        <argument key="App\Controller\FeedController:index" type="service_closure" id=".service_locator.BcaJJBw.App\Controller\FeedController::index()"/>
        <argument key="App\Controller\FollowController:followers" type="service_closure" id=".service_locator.vRSMVz..App\Controller\FollowController::followers()"/>
        <argument key="App\Controller\FollowController:following" type="service_closure" id=".service_locator.vRSMVz..App\Controller\FollowController::following()"/>
        <argument key="App\Controller\FollowController:follow" type="service_closure" id=".service_locator.a5Q3P80.App\Controller\FollowController::follow()"/>
        <argument key="App\Controller\FollowController:unfollow" type="service_closure" id=".service_locator.a5Q3P80.App\Controller\FollowController::unfollow()"/>
        <argument key="App\Controller\HomeController:index" type="service_closure" id=".service_locator.N3Var3_.App\Controller\HomeController::index()"/>
        <argument key="App\Controller\HomeController:suggestedReaders" type="service_closure" id=".service_locator.dcGxqwr.App\Controller\HomeController::suggestedReaders()"/>
        <argument key="App\Controller\HomeController:popularWeek" type="service_closure" id=".service_locator.BcaJJBw.App\Controller\HomeController::popularWeek()"/>
        <argument key="App\Controller\HomeController:popularFriends" type="service_closure" id=".service_locator.rzmRfvY.App\Controller\HomeController::popularFriends()"/>
        <argument key="App\Controller\ListController:new" type="service_closure" id=".service_locator.1VoFO.3.App\Controller\ListController::new()"/>
        <argument key="App\Controller\ListController:show" type="service_closure" id=".service_locator.l6VqvSf.App\Controller\ListController::show()"/>
        <argument key="App\Controller\ListController:toggleLike" type="service_closure" id=".service_locator.FF21Qat.App\Controller\ListController::toggleLike()"/>
        <argument key="App\Controller\ListController:toggleItem" type="service_closure" id=".service_locator.7Dh0lKz.App\Controller\ListController::toggleItem()"/>
        <argument key="App\Controller\ListController:removeItem" type="service_closure" id=".service_locator.xwoyv5u.App\Controller\ListController::removeItem()"/>
        <argument key="App\Controller\ListController:edit" type="service_closure" id=".service_locator.3vpjkz2.App\Controller\ListController::edit()"/>
        <argument key="App\Controller\ListController:delete" type="service_closure" id=".service_locator.1VoFO.3.App\Controller\ListController::delete()"/>
        <argument key="App\Controller\NotificationController:index" type="service_closure" id=".service_locator.3Mc_O3j.App\Controller\NotificationController::index()"/>
        <argument key="App\Controller\OnboardingController:genres" type="service_closure" id=".service_locator.s8Ys5Ms.App\Controller\OnboardingController::genres()"/>
        <argument key="App\Controller\OnboardingController:authors" type="service_closure" id=".service_locator.GrmIVnM.App\Controller\OnboardingController::authors()"/>
        <argument key="App\Controller\OnboardingController:createAuthor" type="service_closure" id=".service_locator.cp6M_zh.App\Controller\OnboardingController::createAuthor()"/>
        <argument key="App\Controller\OnboardingController:searchBooks" type="service_closure" id=".service_locator.jE3QzAB.App\Controller\OnboardingController::searchBooks()"/>
        <argument key="App\Controller\OnboardingController:materializeBook" type="service_closure" id=".service_locator..be8WO0.App\Controller\OnboardingController::materializeBook()"/>
        <argument key="App\Controller\OnboardingController:searchAuthors" type="service_closure" id=".service_locator.MKbdMj..App\Controller\OnboardingController::searchAuthors()"/>
        <argument key="App\Controller\OnboardingController:books" type="service_closure" id=".service_locator.NLZHYId.App\Controller\OnboardingController::books()"/>
        <argument key="App\Controller\OnboardingController:readers" type="service_closure" id=".service_locator.75kRn5K.App\Controller\OnboardingController::readers()"/>
        <argument key="App\Controller\OnboardingController:revealFrame" type="service_closure" id=".service_locator.l3vBiib.App\Controller\OnboardingController::revealFrame()"/>
        <argument key="App\Controller\OnboardingController:revealLike" type="service_closure" id=".service_locator.x5sHdzg.App\Controller\OnboardingController::revealLike()"/>
        <argument key="App\Controller\OnboardingController:revealDismiss" type="service_closure" id=".service_locator.x5sHdzg.App\Controller\OnboardingController::revealDismiss()"/>
        <argument key="App\Controller\OnboardingController:revealRead" type="service_closure" id=".service_locator.x5sHdzg.App\Controller\OnboardingController::revealRead()"/>
        <argument key="App\Controller\OnboardingController:skip" type="service_closure" id=".service_locator.z0A7H.F.App\Controller\OnboardingController::skip()"/>
        <argument key="App\Controller\ProfileController:show" type="service_closure" id=".service_locator.V8cOsQ6.App\Controller\ProfileController::show()"/>
        <argument key="App\Controller\ProfileController:books" type="service_closure" id=".service_locator.v0UjkL0.App\Controller\ProfileController::books()"/>
        <argument key="App\Controller\ProfileController:stats" type="service_closure" id=".service_locator.IFGBNWQ.App\Controller\ProfileController::stats()"/>
        <argument key="App\Controller\ProfileController:activity" type="service_closure" id=".service_locator.jukuYj2.App\Controller\ProfileController::activity()"/>
        <argument key="App\Controller\ProfileController:reviews" type="service_closure" id=".service_locator.3nN08hD.App\Controller\ProfileController::reviews()"/>
        <argument key="App\Controller\ProfileController:editProfile" type="service_closure" id=".service_locator.WNtPvMl.App\Controller\ProfileController::editProfile()"/>
        <argument key="App\Controller\PushController:subscribe" type="service_closure" id=".service_locator.DPw22ar.App\Controller\PushController::subscribe()"/>
        <argument key="App\Controller\PushController:unsubscribe" type="service_closure" id=".service_locator.DPw22ar.App\Controller\PushController::unsubscribe()"/>
        <argument key="App\Controller\ResetPasswordController:reset" type="service_closure" id=".service_locator.f8pLBFr.App\Controller\ResetPasswordController::reset()"/>
        <argument key="App\Controller\ReviewController:show" type="service_closure" id=".service_locator.iA3nOiX.App\Controller\ReviewController::show()"/>
        <argument key="App\Controller\ReviewController:toggleLike" type="service_closure" id=".service_locator.cx5jQCN.App\Controller\ReviewController::toggleLike()"/>
        <argument key="App\Controller\ReviewController:addComment" type="service_closure" id=".service_locator.jKqK88H.App\Controller\ReviewController::addComment()"/>
        <argument key="App\Controller\ReviewController:deleteComment" type="service_closure" id=".service_locator.Xw5laQ5.App\Controller\ReviewController::deleteComment()"/>
        <argument key="App\Controller\SearchController:search" type="service_closure" id=".service_locator.OUW4Tj2.App\Controller\SearchController::search()"/>
        <argument key="App\Controller\SearchController:suggest" type="service_closure" id=".service_locator.fygi1c8.App\Controller\SearchController::suggest()"/>
        <argument key="App\Controller\WorkController:lookup" type="service_closure" id=".service_locator.jE3QzAB.App\Controller\WorkController::lookup()"/>
        <argument key="App\Controller\WorkController:show" type="service_closure" id=".service_locator.i6_4OA8.App\Controller\WorkController::show()"/>
        <argument key="App\Controller\WorkController:addToList" type="service_closure" id=".service_locator.P89CAYo.App\Controller\WorkController::addToList()"/>
        <argument key="App\Controller\WorkController:reviews" type="service_closure" id=".service_locator.BcaJJBw.App\Controller\WorkController::reviews()"/>
        <argument key="App\Controller\WorkController:editions" type="service_closure" id=".service_locator.Cvxxxsx.App\Controller\WorkController::editions()"/>
        <argument key="App\Controller\WorkController:synopsis" type="service_closure" id=".service_locator.jE3QzAB.App\Controller\WorkController::synopsis()"/>
        <argument key="App\Controller\WorkController:rate" type="service_closure" id=".service_locator..P6atz2.App\Controller\WorkController::rate()"/>
        <argument key="App\Controller\WorkController:shelf" type="service_closure" id=".service_locator.PaEvpcc.App\Controller\WorkController::shelf()"/>
        <argument key="App\Controller\WorkController:reviewPin" type="service_closure" id=".service_locator.GeqfUo3.App\Controller\WorkController::reviewPin()"/>
        <argument key="App\Controller\WorkController:toggleInList" type="service_closure" id=".service_locator.n8W9i52.App\Controller\WorkController::toggleInList()"/>
        <argument key="App\Controller\WorkController:favorite" type="service_closure" id=".service_locator.uFsT_P6.App\Controller\WorkController::favorite()"/>
        <argument key="App\Controller\WorkController:review" type="service_closure" id=".service_locator.zxu9.xr.App\Controller\WorkController::review()"/>
        <argument key="App\Controller\WorkOpenController:open" type="service_closure" id=".service_locator.ffmKlvb.App\Controller\WorkOpenController::open()"/>
      </argument>
    </service>
    <service id=".service_locator.xDL_0WG" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="validator.expression" type="service_closure" id="validator.expression"/>
        <argument key="Symfony\Component\Validator\Constraints\ExpressionValidator" type="service_closure" id="validator.expression"/>
        <argument key="Symfony\Component\Validator\Constraints\EmailValidator" type="service_closure" id="validator.email"/>
        <argument key="Symfony\Component\Validator\Constraints\NotCompromisedPasswordValidator" type="service_closure" id="validator.not_compromised_password"/>
        <argument key="Symfony\Component\Validator\Constraints\WhenValidator" type="service_closure" id="validator.when"/>
        <argument key="Symfony\Component\Validator\Constraints\NoSuspiciousCharactersValidator" type="service_closure" id="validator.no_suspicious_characters"/>
        <argument key="Symfony\Bridge\Twig\Validator\Constraints\TwigValidator" type="service_closure" id="twig.validator"/>
        <argument key="security.validator.user_password" type="service_closure" id="security.validator.user_password"/>
        <argument key="Symfony\Component\Security\Core\Validator\Constraints\UserPasswordValidator" type="service_closure" id="security.validator.user_password"/>
        <argument key="doctrine.orm.validator.unique" type="service_closure" id="doctrine.orm.validator.unique"/>
        <argument key="Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntityValidator" type="service_closure" id="doctrine.orm.validator.unique"/>
      </argument>
    </service>
    <service id=".service_locator.nqEKT7G" 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.serializer.normalizer.serializer.denormalizer.unwrapping" class="Symfony\Component\Serializer\Debug\TraceableNormalizer">
      <argument type="service" id="serializer.denormalizer.unwrapping"/>
      <argument type="service" id="serializer.data_collector"/>
      <argument>default</argument>
    </service>
    <service id=".debug.serializer.normalizer.api_platform.openapi.normalizer.api_gateway" class="Symfony\Component\Serializer\Debug\TraceableNormalizer">
      <argument type="service" id="api_platform.openapi.normalizer.legacy"/>
      <argument type="service" id="serializer.data_collector"/>
      <argument>default</argument>
    </service>
    <service id=".debug.serializer.normalizer.api_platform.openapi.normalizer.legacy" class="Symfony\Component\Serializer\Debug\TraceableNormalizer">
      <argument type="service" id="api_platform.openapi.normalizer.legacy"/>
      <argument type="service" id="serializer.data_collector"/>
      <argument>default</argument>
    </service>
    <service id=".debug.serializer.normalizer.api_platform.normalizer.constraint_violation_list" class="Symfony\Component\Serializer\Debug\TraceableNormalizer">
      <argument type="service" id="api_platform.normalizer.constraint_violation_list"/>
      <argument type="service" id="serializer.data_collector"/>
      <argument>default</argument>
    </service>
    <service id=".debug.serializer.normalizer.api_platform.hydra.normalizer.constraint_violation_list" class="Symfony\Component\Serializer\Debug\TraceableNormalizer">
      <argument type="service" id="api_platform.hydra.normalizer.constraint_violation_list"/>
      <argument type="service" id="serializer.data_collector"/>
      <argument>default</argument>
    </service>
    <service id=".debug.serializer.normalizer.api_platform.openapi.normalizer" class="Symfony\Component\Serializer\Debug\TraceableNormalizer">
      <argument type="service" id="api_platform.openapi.normalizer.legacy"/>
      <argument type="service" id="serializer.data_collector"/>
      <argument>default</argument>
    </service>
    <service id=".debug.serializer.normalizer.api_platform.jsonld.normalizer.validation_exception" class="Symfony\Component\Serializer\Debug\TraceableNormalizer">
      <argument type="service" id="api_platform.jsonld.normalizer.validation_exception"/>
      <argument type="service" id="serializer.data_collector"/>
      <argument>default</argument>
    </service>
    <service id=".debug.serializer.normalizer.api_platform.hydra.normalizer.documentation" class="Symfony\Component\Serializer\Debug\TraceableNormalizer">
      <argument type="service" id="api_platform.hydra.normalizer.documentation"/>
      <argument type="service" id="serializer.data_collector"/>
      <argument>default</argument>
    </service>
    <service id=".debug.serializer.normalizer.api_platform.hydra.normalizer.entrypoint" class="Symfony\Component\Serializer\Debug\TraceableNormalizer">
      <argument type="service" id="api_platform.hydra.normalizer.entrypoint"/>
      <argument type="service" id="serializer.data_collector"/>
      <argument>default</argument>
    </service>
    <service id=".debug.serializer.normalizer.api_platform.problem.normalizer.validation_exception" class="Symfony\Component\Serializer\Debug\TraceableNormalizer">
      <argument type="service" id="api_platform.problem.normalizer.validation_exception"/>
      <argument type="service" id="serializer.data_collector"/>
      <argument>default</argument>
    </service>
    <service id=".debug.serializer.normalizer.serializer.normalizer.flatten_exception" class="Symfony\Component\Serializer\Debug\TraceableNormalizer">
      <argument type="service" id="serializer.normalizer.flatten_exception"/>
      <argument type="service" id="serializer.data_collector"/>
      <argument>default</argument>
    </service>
    <service id=".debug.serializer.normalizer.api_platform.jsonld.normalizer.error" class="Symfony\Component\Serializer\Debug\TraceableNormalizer">
      <argument type="service" id="api_platform.jsonld.normalizer.error"/>
      <argument type="service" id="serializer.data_collector"/>
      <argument>default</argument>
    </service>
    <service id=".debug.serializer.normalizer.serializer.normalizer.problem" class="Symfony\Component\Serializer\Debug\TraceableNormalizer">
      <argument type="service" id="serializer.normalizer.problem"/>
      <argument type="service" id="serializer.data_collector"/>
      <argument>default</argument>
    </service>
    <service id=".debug.serializer.normalizer.serializer.normalizer.uid" class="Symfony\Component\Serializer\Debug\TraceableNormalizer">
      <argument type="service" id="serializer.normalizer.uid"/>
      <argument type="service" id="serializer.data_collector"/>
      <argument>default</argument>
    </service>
    <service id=".debug.serializer.normalizer.api_platform.jsonld.normalizer.item" class="Symfony\Component\Serializer\Debug\TraceableNormalizer">
      <argument type="service" id="api_platform.jsonld.normalizer.item"/>
      <argument type="service" id="serializer.data_collector"/>
      <argument>default</argument>
    </service>
    <service id=".debug.serializer.normalizer.api_platform.serializer.normalizer.item" class="Symfony\Component\Serializer\Debug\TraceableNormalizer">
      <argument type="service" id="api_platform.serializer.normalizer.item"/>
      <argument type="service" id="serializer.data_collector"/>
      <argument>default</argument>
    </service>
    <service id=".debug.serializer.normalizer.serializer.normalizer.datetime" class="Symfony\Component\Serializer\Debug\TraceableNormalizer">
      <argument type="service" id="serializer.normalizer.datetime"/>
      <argument type="service" id="serializer.data_collector"/>
      <argument>default</argument>
    </service>
    <service id=".debug.serializer.normalizer.serializer.normalizer.constraint_violation_list" class="Symfony\Component\Serializer\Debug\TraceableNormalizer">
      <argument type="service" id="serializer.normalizer.constraint_violation_list"/>
      <argument type="service" id="serializer.data_collector"/>
      <argument>default</argument>
    </service>
    <service id=".debug.serializer.normalizer.serializer.normalizer.mime_message" class="Symfony\Component\Serializer\Debug\TraceableNormalizer">
      <argument type="service" id="serializer.normalizer.mime_message"/>
      <argument type="service" id="serializer.data_collector"/>
      <argument>default</argument>
    </service>
    <service id=".debug.serializer.normalizer.serializer.normalizer.datetimezone" class="Symfony\Component\Serializer\Debug\TraceableNormalizer">
      <argument type="service" id="serializer.normalizer.datetimezone"/>
      <argument type="service" id="serializer.data_collector"/>
      <argument>default</argument>
    </service>
    <service id=".debug.serializer.normalizer.serializer.normalizer.dateinterval" class="Symfony\Component\Serializer\Debug\TraceableNormalizer">
      <argument type="service" id="serializer.normalizer.dateinterval"/>
      <argument type="service" id="serializer.data_collector"/>
      <argument>default</argument>
    </service>
    <service id=".debug.serializer.normalizer.serializer.normalizer.form_error" class="Symfony\Component\Serializer\Debug\TraceableNormalizer">
      <argument type="service" id="serializer.normalizer.form_error"/>
      <argument type="service" id="serializer.data_collector"/>
      <argument>default</argument>
    </service>
    <service id=".debug.serializer.normalizer.serializer.normalizer.backed_enum" class="Symfony\Component\Serializer\Debug\TraceableNormalizer">
      <argument type="service" id="serializer.normalizer.backed_enum"/>
      <argument type="service" id="serializer.data_collector"/>
      <argument>default</argument>
    </service>
    <service id=".debug.serializer.normalizer.serializer.normalizer.number" class="Symfony\Component\Serializer\Debug\TraceableNormalizer">
      <argument type="service" id="serializer.normalizer.number"/>
      <argument type="service" id="serializer.data_collector"/>
      <argument>default</argument>
    </service>
    <service id=".debug.serializer.normalizer.serializer.normalizer.data_uri" class="Symfony\Component\Serializer\Debug\TraceableNormalizer">
      <argument type="service" id="serializer.normalizer.data_uri"/>
      <argument type="service" id="serializer.data_collector"/>
      <argument>default</argument>
    </service>
    <service id=".debug.serializer.normalizer.serializer.normalizer.translatable" class="Symfony\Component\Serializer\Debug\TraceableNormalizer">
      <argument type="service" id="serializer.normalizer.translatable"/>
      <argument type="service" id="serializer.data_collector"/>
      <argument>default</argument>
    </service>
    <service id=".debug.serializer.normalizer.serializer.normalizer.json_serializable" class="Symfony\Component\Serializer\Debug\TraceableNormalizer">
      <argument type="service" id="serializer.normalizer.json_serializable"/>
      <argument type="service" id="serializer.data_collector"/>
      <argument>default</argument>
    </service>
    <service id=".debug.serializer.normalizer.api_platform.hydra.normalizer.collection" class="Symfony\Component\Serializer\Debug\TraceableNormalizer">
      <argument type="service" id="api_platform.hydra.normalizer.collection_filters"/>
      <argument type="service" id="serializer.data_collector"/>
      <argument>default</argument>
    </service>
    <service id=".debug.serializer.normalizer.serializer.denormalizer.array" class="Symfony\Component\Serializer\Debug\TraceableNormalizer">
      <argument type="service" id="serializer.denormalizer.array"/>
      <argument type="service" id="serializer.data_collector"/>
      <argument>default</argument>
    </service>
    <service id=".debug.serializer.normalizer.api_platform.jsonld.normalizer.object" class="Symfony\Component\Serializer\Debug\TraceableNormalizer">
      <argument type="service" id="api_platform.jsonld.normalizer.object"/>
      <argument type="service" id="serializer.data_collector"/>
      <argument>default</argument>
    </service>
    <service id=".debug.serializer.normalizer.serializer.normalizer.object" class="Symfony\Component\Serializer\Debug\TraceableNormalizer">
      <argument type="service" id="serializer.normalizer.object"/>
      <argument type="service" id="serializer.data_collector"/>
      <argument>default</argument>
    </service>
    <service id=".debug.serializer.normalizer.api_platform.normalizer.object" class="Symfony\Component\Serializer\Debug\TraceableNormalizer">
      <argument type="service" id="api_platform.normalizer.object"/>
      <argument type="service" id="serializer.data_collector"/>
      <argument>default</argument>
    </service>
    <service id=".debug.serializer.encoder.serializer.encoder.xml" class="Symfony\Component\Serializer\Debug\TraceableEncoder">
      <argument type="service" id="serializer.encoder.xml"/>
      <argument type="service" id="serializer.data_collector"/>
      <argument>default</argument>
    </service>
    <service id=".debug.serializer.encoder.serializer.encoder.json" class="Symfony\Component\Serializer\Debug\TraceableEncoder">
      <argument type="service" id="serializer.encoder.json"/>
      <argument type="service" id="serializer.data_collector"/>
      <argument>default</argument>
    </service>
    <service id=".debug.serializer.encoder.serializer.encoder.yaml" class="Symfony\Component\Serializer\Debug\TraceableEncoder">
      <argument type="service" id="serializer.encoder.yaml"/>
      <argument type="service" id="serializer.data_collector"/>
      <argument>default</argument>
    </service>
    <service id=".debug.serializer.encoder.serializer.encoder.csv" class="Symfony\Component\Serializer\Debug\TraceableEncoder">
      <argument type="service" id="serializer.encoder.csv"/>
      <argument type="service" id="serializer.data_collector"/>
      <argument>default</argument>
    </service>
    <service id=".debug.serializer.encoder.api_platform.jsonopenapi.encoder" class="Symfony\Component\Serializer\Debug\TraceableEncoder">
      <argument type="service" id="api_platform.jsonopenapi.encoder"/>
      <argument type="service" id="serializer.data_collector"/>
      <argument>default</argument>
    </service>
    <service id=".debug.serializer.encoder.api_platform.yamlopenapi.encoder" class="Symfony\Component\Serializer\Debug\TraceableEncoder">
      <argument type="service" id="api_platform.yamlopenapi.encoder"/>
      <argument type="service" id="serializer.data_collector"/>
      <argument>default</argument>
    </service>
    <service id=".debug.serializer.encoder.api_platform.jsonld.encoder" class="Symfony\Component\Serializer\Debug\TraceableEncoder">
      <argument type="service" id="api_platform.jsonld.encoder"/>
      <argument type="service" id="serializer.data_collector"/>
      <argument>default</argument>
    </service>
    <service id=".debug.serializer.encoder.api_platform.problem.encoder" class="Symfony\Component\Serializer\Debug\TraceableEncoder">
      <argument type="service" id="api_platform.problem.encoder"/>
      <argument type="service" id="serializer.data_collector"/>
      <argument>default</argument>
    </service>
    <service id=".debug.value_resolver.security.user_value_resolver" class="Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver">
      <argument type="service" id="security.user_value_resolver"/>
      <argument type="service" id="debug.stopwatch"/>
    </service>
    <service id=".debug.value_resolver.security.security_token_value_resolver" class="Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver">
      <argument type="service" id="security.security_token_value_resolver"/>
      <argument type="service" id="debug.stopwatch"/>
    </service>
    <service id=".debug.value_resolver.doctrine.orm.entity_value_resolver" class="Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver">
      <argument type="service" id="doctrine.orm.entity_value_resolver"/>
      <argument type="service" id="debug.stopwatch"/>
    </service>
    <service id=".debug.value_resolver.argument_resolver.backed_enum_resolver" class="Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver">
      <argument type="service" id="argument_resolver.backed_enum_resolver"/>
      <argument type="service" id="debug.stopwatch"/>
    </service>
    <service id=".debug.value_resolver.argument_resolver.uid" class="Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver">
      <argument type="service" id="argument_resolver.uid"/>
      <argument type="service" id="debug.stopwatch"/>
    </service>
    <service id=".debug.value_resolver.argument_resolver.datetime" class="Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver">
      <argument type="service" id="argument_resolver.datetime"/>
      <argument type="service" id="debug.stopwatch"/>
    </service>
    <service id=".debug.value_resolver.argument_resolver.request_attribute" class="Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver">
      <argument type="service" id="argument_resolver.request_attribute"/>
      <argument type="service" id="debug.stopwatch"/>
    </service>
    <service id=".debug.value_resolver.argument_resolver.request" class="Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver">
      <argument type="service" id="argument_resolver.request"/>
      <argument type="service" id="debug.stopwatch"/>
    </service>
    <service id=".debug.value_resolver.argument_resolver.session" class="Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver">
      <argument type="service" id="argument_resolver.session"/>
      <argument type="service" id="debug.stopwatch"/>
    </service>
    <service id=".debug.value_resolver.api_platform.argument_resolver.payload" class="Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver">
      <argument type="service" id="api_platform.argument_resolver.payload"/>
      <argument type="service" id="debug.stopwatch"/>
    </service>
    <service id=".debug.value_resolver.EasyCorp\Bundle\EasyAdminBundle\ArgumentResolver\AdminContextResolver" class="Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver">
      <argument type="service" id="EasyCorp\Bundle\EasyAdminBundle\ArgumentResolver\AdminContextResolver"/>
      <argument type="service" id="debug.stopwatch"/>
    </service>
    <service id=".debug.value_resolver.EasyCorp\Bundle\EasyAdminBundle\ArgumentResolver\BatchActionDtoResolver" class="Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver">
      <argument type="service" id="EasyCorp\Bundle\EasyAdminBundle\ArgumentResolver\BatchActionDtoResolver"/>
      <argument type="service" id="debug.stopwatch"/>
    </service>
    <service id=".debug.value_resolver.argument_resolver.service" class="Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver">
      <argument type="service" id="argument_resolver.service"/>
      <argument type="service" id="debug.stopwatch"/>
    </service>
    <service id=".debug.value_resolver.argument_resolver.default" class="Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver">
      <argument type="service" id="argument_resolver.default"/>
      <argument type="service" id="debug.stopwatch"/>
    </service>
    <service id=".debug.value_resolver.argument_resolver.variadic" class="Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver">
      <argument type="service" id="argument_resolver.variadic"/>
      <argument type="service" id="debug.stopwatch"/>
    </service>
    <service id=".debug.value_resolver.argument_resolver.not_tagged_controller" class="Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver">
      <argument type="service" id="argument_resolver.not_tagged_controller"/>
      <argument type="service" id="debug.stopwatch"/>
    </service>
    <service id=".debug.value_resolver.argument_resolver.request_payload" class="Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver">
      <argument type="service" id="argument_resolver.request_payload"/>
      <argument type="service" id="debug.stopwatch"/>
    </service>
    <service id=".debug.value_resolver.argument_resolver.query_parameter_value_resolver" class="Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver">
      <argument type="service" id="argument_resolver.query_parameter_value_resolver"/>
      <argument type="service" id="debug.stopwatch"/>
    </service>
    <service id=".service_locator.KICYnwM" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="App\Form\BookRequestType" type="service_closure" id="App\Form\BookRequestType"/>
        <argument key="App\Form\ChangePasswordFormType" type="service_closure" id="App\Form\ChangePasswordFormType"/>
        <argument key="App\Form\RegistrationFormType" type="service_closure" id="App\Form\RegistrationFormType"/>
        <argument key="App\Form\ResetPasswordRequestFormType" type="service_closure" id="App\Form\ResetPasswordRequestFormType"/>
        <argument key="Symfony\Component\Form\Extension\Core\Type\FormType" type="service_closure" id="form.type.form"/>
        <argument key="Symfony\Component\Form\Extension\Core\Type\ChoiceType" type="service_closure" id="form.type.choice"/>
        <argument key="Symfony\Component\Form\Extension\Core\Type\FileType" type="service_closure" id="form.type.file"/>
        <argument key="Symfony\Component\Form\Extension\Core\Type\ColorType" type="service_closure" id="form.type.color"/>
        <argument key="Symfony\Bridge\Doctrine\Form\Type\EntityType" type="service_closure" id="form.type.entity"/>
        <argument key="EasyCorp\Bundle\EasyAdminBundle\Form\Type\FiltersFormType" type="service_closure" id="EasyCorp\Bundle\EasyAdminBundle\Form\Type\FiltersFormType"/>
        <argument key="EasyCorp\Bundle\EasyAdminBundle\Form\Type\FileUploadType" type="service_closure" id="EasyCorp\Bundle\EasyAdminBundle\Form\Type\FileUploadType"/>
        <argument key="EasyCorp\Bundle\EasyAdminBundle\Form\Type\EaMoneyType" type="service_closure" id="EasyCorp\Bundle\EasyAdminBundle\Form\Type\EaMoneyType"/>
        <argument key="EasyCorp\Bundle\EasyAdminBundle\Form\Type\CrudFormType" type="service_closure" id="EasyCorp\Bundle\EasyAdminBundle\Form\Type\CrudFormType"/>
        <argument key="EasyCorp\Bundle\EasyAdminBundle\Form\Type\CrudAutocompleteType" type="service_closure" id="EasyCorp\Bundle\EasyAdminBundle\Form\Type\CrudAutocompleteType"/>
      </argument>
    </service>
    <service id="messenger.bus.default.middleware.traceable" class="Symfony\Component\Messenger\Middleware\TraceableMiddleware">
      <argument type="service" id="debug.stopwatch"/>
      <argument>messenger.bus.default</argument>
    </service>
    <service id="messenger.bus.default.middleware.add_bus_name_stamp_middleware" class="Symfony\Component\Messenger\Middleware\AddBusNameStampMiddleware">
      <argument>messenger.bus.default</argument>
    </service>
    <service id="messenger.bus.default.middleware.send_message" class="Symfony\Component\Messenger\Middleware\SendMessageMiddleware">
      <argument type="service" id="messenger.senders_locator"/>
      <argument type="service" id="debug.event_dispatcher"/>
      <argument>true</argument>
      <call method="setLogger">
        <argument type="service" id="monolog.logger.messenger" on-invalid="ignore"/>
      </call>
    </service>
    <service id="messenger.bus.default.middleware.handle_message" class="Symfony\Component\Messenger\Middleware\HandleMessageMiddleware">
      <argument type="service" id="messenger.bus.default.messenger.handlers_locator"/>
      <argument>false</argument>
      <call method="setLogger">
        <argument type="service" id="monolog.logger.messenger" on-invalid="ignore"/>
      </call>
    </service>
    <service id="debug.traced.messenger.bus.default" class="Symfony\Component\Messenger\TraceableMessageBus">
      <tag name="messenger.bus"/>
      <tag name="container.decorator" id="messenger.bus.default" inner="debug.traced.messenger.bus.default.inner"/>
      <argument type="service" id="debug.traced.messenger.bus.default.inner"/>
      <argument type="service" id="profiler.is_disabled_state_checker" on-invalid="ignore"/>
    </service>
    <service id=".service_locator.jLLS2Ji" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="messenger.bus.default" type="service_closure" id="debug.traced.messenger.bus.default"/>
      </argument>
    </service>
    <service id=".service_locator.iU9im4e" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="failed" type="service_closure" id="messenger.transport.failed"/>
      </argument>
    </service>
    <service id=".messenger.handler_descriptor.jjaSnPd" class="Symfony\Component\Messenger\Handler\HandlerDescriptor">
      <argument type="service" id="App\MessageHandler\DownloadAuthorPhotoHandler"/>
      <argument type="collection"/>
    </service>
    <service id=".messenger.handler_descriptor.T.fLqA9" class="Symfony\Component\Messenger\Handler\HandlerDescriptor">
      <argument type="service" id="App\MessageHandler\DownloadWorkCoverHandler"/>
      <argument type="collection"/>
    </service>
    <service id=".messenger.handler_descriptor.Mj7ZnyI" class="Symfony\Component\Messenger\Handler\HandlerDescriptor">
      <argument type="service" id="App\MessageHandler\EnrichWorkHandler"/>
      <argument type="collection"/>
    </service>
    <service id=".messenger.handler_descriptor.Die6Bxe" class="Symfony\Component\Messenger\Handler\HandlerDescriptor">
      <argument type="service" id="process.messenger.process_message_handler"/>
      <argument type="collection">
        <argument key="sign">true</argument>
      </argument>
    </service>
    <service id=".messenger.handler_descriptor.NumTeF8" class="Symfony\Component\Messenger\Handler\HandlerDescriptor">
      <argument type="service" id="console.messenger.execute_command_handler"/>
      <argument type="collection">
        <argument key="sign">true</argument>
      </argument>
    </service>
    <service id=".messenger.handler_descriptor.Qv3faSN" class="Symfony\Component\Messenger\Handler\HandlerDescriptor">
      <argument type="service" id="http_client.messenger.ping_webhook_handler"/>
      <argument type="collection"/>
    </service>
    <service id=".messenger.handler_descriptor.WG.oRBv" class="Symfony\Component\Messenger\Handler\HandlerDescriptor">
      <argument type="service" id="mailer.messenger.message_handler"/>
      <argument type="collection"/>
    </service>
    <service id=".messenger.handler_descriptor.jyyWvHw" class="Symfony\Component\Messenger\Handler\HandlerDescriptor">
      <argument type="service" id="messenger.redispatch_message_handler"/>
      <argument type="collection"/>
    </service>
    <service id=".messenger.handler_descriptor.gEx8y9a" class="Symfony\Component\Messenger\Handler\HandlerDescriptor">
      <argument type="service" id="chatter.messenger.chat_handler"/>
      <argument type="collection"/>
    </service>
    <service id=".messenger.handler_descriptor.UKIJHil" class="Symfony\Component\Messenger\Handler\HandlerDescriptor">
      <argument type="service" id="texter.messenger.sms_handler"/>
      <argument type="collection"/>
    </service>
    <service id=".messenger.handler_descriptor.EXsqOW5" class="Symfony\Component\Messenger\Handler\HandlerDescriptor">
      <argument type="service" id="texter.messenger.push_handler"/>
      <argument type="collection"/>
    </service>
    <service id=".messenger.handler_descriptor.Dkv9sRY" class="Symfony\Component\Messenger\Handler\HandlerDescriptor">
      <argument type="service" id="texter.messenger.desktop_handler"/>
      <argument type="collection"/>
    </service>
    <service id=".signing.messenger.default_serializer" class="Symfony\Component\Messenger\Transport\Serialization\SigningSerializer">
      <argument type="service" id="messenger.transport.native_php_serializer"/>
      <argument type="service">
        <service class="string">
          <argument type="service_closure" id=".messenger.signing_serializer.signing_key"/>
          <factory class="Symfony\Component\String\LazyString" method="fromCallable"/>
        </service>
      </argument>
      <argument type="collection">
        <argument>Symfony\Component\Process\Messenger\RunProcessMessage</argument>
        <argument>Symfony\Component\Console\Messenger\RunCommandMessage</argument>
      </argument>
    </service>
    <service id="messenger.bus.default.messenger.handlers_locator" class="Symfony\Component\Messenger\Handler\HandlersLocator">
      <argument type="collection">
        <argument key="App\Message\DownloadAuthorPhotoMessage" type="iterator">
          <argument type="service" id=".messenger.handler_descriptor.jjaSnPd"/>
        </argument>
        <argument key="App\Message\DownloadWorkCoverMessage" type="iterator">
          <argument type="service" id=".messenger.handler_descriptor.T.fLqA9"/>
        </argument>
        <argument key="App\Message\EnrichWorkMessage" type="iterator">
          <argument type="service" id=".messenger.handler_descriptor.Mj7ZnyI"/>
        </argument>
        <argument key="Symfony\Component\Process\Messenger\RunProcessMessage" type="iterator">
          <argument type="service" id=".messenger.handler_descriptor.Die6Bxe"/>
        </argument>
        <argument key="Symfony\Component\Console\Messenger\RunCommandMessage" type="iterator">
          <argument type="service" id=".messenger.handler_descriptor.NumTeF8"/>
        </argument>
        <argument key="Symfony\Component\HttpClient\Messenger\PingWebhookMessage" type="iterator">
          <argument type="service" id=".messenger.handler_descriptor.Qv3faSN"/>
        </argument>
        <argument key="Symfony\Component\Mailer\Messenger\SendEmailMessage" type="iterator">
          <argument type="service" id=".messenger.handler_descriptor.WG.oRBv"/>
        </argument>
        <argument key="Symfony\Component\Messenger\Message\RedispatchMessage" type="iterator">
          <argument type="service" id=".messenger.handler_descriptor.jyyWvHw"/>
        </argument>
        <argument key="Symfony\Component\Notifier\Message\ChatMessage" type="iterator">
          <argument type="service" id=".messenger.handler_descriptor.gEx8y9a"/>
        </argument>
        <argument key="Symfony\Component\Notifier\Message\SmsMessage" type="iterator">
          <argument type="service" id=".messenger.handler_descriptor.UKIJHil"/>
        </argument>
        <argument key="Symfony\Component\Notifier\Message\PushMessage" type="iterator">
          <argument type="service" id=".messenger.handler_descriptor.EXsqOW5"/>
        </argument>
        <argument key="Symfony\Component\Notifier\Message\DesktopMessage" type="iterator">
          <argument type="service" id=".messenger.handler_descriptor.Dkv9sRY"/>
        </argument>
      </argument>
    </service>
    <service id=".debug.http_client" class="Symfony\Component\HttpClient\TraceableHttpClient">
      <argument type="service" id=".debug.http_client.inner"/>
      <argument type="service" id="debug.stopwatch" on-invalid="ignore"/>
      <argument type="service" id="profiler.is_disabled_state_checker" on-invalid="ignore"/>
    </service>
    <service id=".debug.openLibraryClient" class="Symfony\Component\HttpClient\TraceableHttpClient">
      <argument type="service" id=".debug.openLibraryClient.inner"/>
      <argument type="service" id="debug.stopwatch" on-invalid="ignore"/>
      <argument type="service" id="profiler.is_disabled_state_checker" on-invalid="ignore"/>
    </service>
    <service id=".debug.googleBooksClient" class="Symfony\Component\HttpClient\TraceableHttpClient">
      <argument type="service" id=".debug.googleBooksClient.inner"/>
      <argument type="service" id="debug.stopwatch" on-invalid="ignore"/>
      <argument type="service" id="profiler.is_disabled_state_checker" on-invalid="ignore"/>
    </service>
    <service id=".debug.security.voter.security.access.authenticated_voter" class="Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter">
      <argument type="service" id="security.access.authenticated_voter"/>
      <argument type="service" id="debug.event_dispatcher"/>
    </service>
    <service id=".debug.security.voter.security.access.simple_role_voter" class="Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter">
      <argument type="service" id="security.access.simple_role_voter"/>
      <argument type="service" id="debug.event_dispatcher"/>
    </service>
    <service id=".debug.security.voter.security.access.expression_voter" class="Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter">
      <argument type="service" id="security.access.expression_voter"/>
      <argument type="service" id="debug.event_dispatcher"/>
    </service>
    <service id=".debug.security.voter.security.access.closure_voter" class="Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter">
      <argument type="service" id="security.access.closure_voter"/>
      <argument type="service" id="debug.event_dispatcher"/>
    </service>
    <service id=".debug.security.voter.App\Security\Voter\BookListItemVoter" class="Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter">
      <argument type="service" id="App\Security\Voter\BookListItemVoter"/>
      <argument type="service" id="debug.event_dispatcher"/>
    </service>
    <service id=".debug.security.voter.App\Security\Voter\BookListVoter" class="Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter">
      <argument type="service" id="App\Security\Voter\BookListVoter"/>
      <argument type="service" id="debug.event_dispatcher"/>
    </service>
    <service id=".debug.security.voter.App\Security\Voter\FollowVoter" class="Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter">
      <argument type="service" id="App\Security\Voter\FollowVoter"/>
      <argument type="service" id="debug.event_dispatcher"/>
    </service>
    <service id=".debug.security.voter.App\Security\Voter\ReviewCommentVoter" class="Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter">
      <argument type="service" id="App\Security\Voter\ReviewCommentVoter"/>
      <argument type="service" id="debug.event_dispatcher"/>
    </service>
    <service id=".debug.security.voter.App\Security\Voter\ReviewVoter" class="Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter">
      <argument type="service" id="App\Security\Voter\ReviewVoter"/>
      <argument type="service" id="debug.event_dispatcher"/>
    </service>
    <service id=".debug.security.voter.App\Security\Voter\UserVoter" class="Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter">
      <argument type="service" id="App\Security\Voter\UserVoter"/>
      <argument type="service" id="debug.event_dispatcher"/>
    </service>
    <service id=".debug.security.voter.EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter" class="Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter">
      <argument type="service" id="EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"/>
      <argument type="service" id="debug.event_dispatcher"/>
    </service>
    <service id="security.listener.csrf_protection" class="Symfony\Component\Security\Http\EventListener\CsrfProtectionListener">
      <tag name="kernel.event_subscriber"/>
      <argument type="service" id="security.csrf.same_origin_token_manager"/>
    </service>
    <service id="controller.is_csrf_token_valid_attribute_listener" class="Symfony\Component\Security\Http\EventListener\IsCsrfTokenValidAttributeListener">
      <tag name="kernel.event_subscriber"/>
      <tag name="container.hot_path"/>
      <argument type="service" id="security.csrf.same_origin_token_manager"/>
      <argument type="service" id="security.is_csrf_token_valid_attribute_expression_language" on-invalid="null"/>
    </service>
    <service id="security.logout.listener.csrf_token_clearing" class="Symfony\Component\Security\Http\EventListener\CsrfTokenClearingLogoutListener">
      <tag name="kernel.event_subscriber"/>
      <argument type="service" id="security.csrf.token_storage"/>
    </service>
    <service id="security.ldap_locator" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <argument type="collection"/>
    </service>
    <service id=".service_locator.fipAWQf" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="doctrine.orm.messenger.doctrine_schema_listener" type="service_closure" id="doctrine.orm.messenger.doctrine_schema_listener"/>
        <argument key="doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_listener" type="service_closure" id="doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_listener"/>
        <argument key="doctrine.orm.listeners.doctrine_token_provider_schema_listener" type="service_closure" id="doctrine.orm.listeners.doctrine_token_provider_schema_listener"/>
        <argument key="doctrine.orm.listeners.pdo_session_handler_schema_listener" type="service_closure" id="doctrine.orm.listeners.pdo_session_handler_schema_listener"/>
        <argument key="doctrine.orm.listeners.lock_store_schema_listener" type="service_closure" id="doctrine.orm.listeners.lock_store_schema_listener"/>
        <argument key="doctrine.orm.default_listeners.attach_entity_listeners" type="service_closure" id="doctrine.orm.default_listeners.attach_entity_listeners"/>
        <argument key="turbo.doctrine.event_listener" type="service_closure" id="turbo.doctrine.event_listener"/>
      </argument>
    </service>
    <service id=".service_locator.Rguoe_S" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="App\Repository\AuthorRepository" type="service_closure" id="App\Repository\AuthorRepository"/>
        <argument key="App\Repository\BookListItemRepository" type="service_closure" id="App\Repository\BookListItemRepository"/>
        <argument key="App\Repository\BookListLikeRepository" type="service_closure" id="App\Repository\BookListLikeRepository"/>
        <argument key="App\Repository\BookListRepository" type="service_closure" id="App\Repository\BookListRepository"/>
        <argument key="App\Repository\BookRequestRepository" type="service_closure" id="App\Repository\BookRequestRepository"/>
        <argument key="App\Repository\DismissedRecommendationRepository" type="service_closure" id="App\Repository\DismissedRecommendationRepository"/>
        <argument key="App\Repository\EditionRepository" type="service_closure" id="App\Repository\EditionRepository"/>
        <argument key="App\Repository\FollowRepository" type="service_closure" id="App\Repository\FollowRepository"/>
        <argument key="App\Repository\GenreRepository" type="service_closure" id="App\Repository\GenreRepository"/>
        <argument key="App\Repository\NotificationRepository" type="service_closure" id="App\Repository\NotificationRepository"/>
        <argument key="App\Repository\PushSubscriptionRepository" type="service_closure" id="App\Repository\PushSubscriptionRepository"/>
        <argument key="App\Repository\RatingRepository" type="service_closure" id="App\Repository\RatingRepository"/>
        <argument key="App\Repository\ResetPasswordRequestRepository" type="service_closure" id="App\Repository\ResetPasswordRequestRepository"/>
        <argument key="App\Repository\ReviewCommentRepository" type="service_closure" id="App\Repository\ReviewCommentRepository"/>
        <argument key="App\Repository\ReviewLikeRepository" type="service_closure" id="App\Repository\ReviewLikeRepository"/>
        <argument key="App\Repository\ReviewRepository" type="service_closure" id="App\Repository\ReviewRepository"/>
        <argument key="App\Repository\UserFavoriteRepository" type="service_closure" id="App\Repository\UserFavoriteRepository"/>
        <argument key="App\Repository\UserRepository" type="service_closure" id="App\Repository\UserRepository"/>
        <argument key="App\Repository\WorkRepository" type="service_closure" id="App\Repository\WorkRepository"/>
      </argument>
    </service>
    <service id=".service_locator.W55Po6X" 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" inner=".doctrine.orm.default_metadata_driver.inner"/>
      <argument type="service" id=".doctrine.orm.default_metadata_driver.inner"/>
      <argument type="service" id=".service_locator.W55Po6X"/>
    </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="doctrine.dbal.idle_connection_middleware.default" class="Doctrine\Bundle\DoctrineBundle\Middleware\IdleConnectionMiddleware">
      <argument type="service" id="doctrine.dbal.connection_expiries"/>
      <argument type="collection">
        <argument key="default">600</argument>
      </argument>
      <call method="setConnectionName">
        <argument>default</argument>
      </call>
    </service>
    <service id="test.api_platform.client" class="ApiPlatform\Symfony\Bundle\Test\Client" shared="false" public="true">
      <argument type="service" id="test.client"/>
    </service>
    <service id="monolog.logger.request" class="Monolog\Logger">
      <tag name="monolog.channel_logger"/>
      <argument>request</argument>
      <call method="pushHandler">
        <argument type="service" id="monolog.handler.main"/>
      </call>
      <configurator service="debug.debug_logger_configurator" method="pushDebugLogger"/>
    </service>
    <service id="monolog.logger.console" class="Monolog\Logger">
      <tag name="monolog.channel_logger"/>
      <argument>console</argument>
      <call method="pushHandler">
        <argument type="service" id="monolog.handler.main"/>
      </call>
      <configurator service="debug.debug_logger_configurator" method="pushDebugLogger"/>
    </service>
    <service id="monolog.logger.messenger" class="Monolog\Logger">
      <tag name="monolog.channel_logger"/>
      <argument>messenger</argument>
      <call method="pushHandler">
        <argument type="service" id="monolog.handler.main"/>
      </call>
      <configurator service="debug.debug_logger_configurator" method="pushDebugLogger"/>
    </service>
    <service id="monolog.logger.cache" class="Monolog\Logger">
      <tag name="monolog.channel_logger"/>
      <argument>cache</argument>
      <call method="pushHandler">
        <argument type="service" id="monolog.handler.main"/>
      </call>
      <configurator service="debug.debug_logger_configurator" method="pushDebugLogger"/>
    </service>
    <service id="monolog.logger.asset_mapper" class="Monolog\Logger">
      <tag name="monolog.channel_logger"/>
      <argument>asset_mapper</argument>
      <call method="pushHandler">
        <argument type="service" id="monolog.handler.main"/>
      </call>
      <configurator service="debug.debug_logger_configurator" method="pushDebugLogger"/>
    </service>
    <service id="monolog.logger.http_client" class="Monolog\Logger">
      <tag name="monolog.channel_logger"/>
      <argument>http_client</argument>
      <call method="pushHandler">
        <argument type="service" id="monolog.handler.main"/>
      </call>
      <configurator service="debug.debug_logger_configurator" method="pushDebugLogger"/>
    </service>
    <service id="monolog.logger.mailer" class="Monolog\Logger">
      <tag name="monolog.channel_logger"/>
      <argument>mailer</argument>
      <call method="pushHandler">
        <argument type="service" id="monolog.handler.main"/>
      </call>
      <configurator service="debug.debug_logger_configurator" method="pushDebugLogger"/>
    </service>
    <service id="monolog.logger.translation" class="Monolog\Logger">
      <tag name="monolog.channel_logger"/>
      <argument>translation</argument>
      <call method="pushHandler">
        <argument type="service" id="monolog.handler.main"/>
      </call>
      <configurator service="debug.debug_logger_configurator" method="pushDebugLogger"/>
    </service>
    <service id="monolog.logger.php" class="Monolog\Logger">
      <tag name="monolog.channel_logger"/>
      <argument>php</argument>
      <call method="pushHandler">
        <argument type="service" id="monolog.handler.main"/>
      </call>
      <configurator service="debug.debug_logger_configurator" method="pushDebugLogger"/>
    </service>
    <service id="monolog.logger.event" class="Monolog\Logger">
      <tag name="monolog.channel_logger"/>
      <argument>event</argument>
      <configurator service="debug.debug_logger_configurator" method="pushDebugLogger"/>
    </service>
    <service id="monolog.logger.router" class="Monolog\Logger">
      <tag name="monolog.channel_logger"/>
      <argument>router</argument>
      <call method="pushHandler">
        <argument type="service" id="monolog.handler.main"/>
      </call>
      <configurator service="debug.debug_logger_configurator" method="pushDebugLogger"/>
    </service>
    <service id="monolog.logger.profiler" class="Monolog\Logger">
      <tag name="monolog.channel_logger"/>
      <argument>profiler</argument>
      <call method="pushHandler">
        <argument type="service" id="monolog.handler.main"/>
      </call>
      <configurator service="debug.debug_logger_configurator" method="pushDebugLogger"/>
    </service>
    <service id="monolog.logger.security" class="Monolog\Logger">
      <tag name="monolog.channel_logger"/>
      <argument>security</argument>
      <call method="pushHandler">
        <argument type="service" id="monolog.handler.main"/>
      </call>
      <configurator service="debug.debug_logger_configurator" method="pushDebugLogger"/>
    </service>
    <service id="monolog.logger.doctrine" class="Monolog\Logger">
      <tag name="monolog.channel_logger"/>
      <argument>doctrine</argument>
      <call method="pushHandler">
        <argument type="service" id="monolog.handler.main"/>
      </call>
      <configurator service="debug.debug_logger_configurator" method="pushDebugLogger"/>
    </service>
    <service id="monolog.logger.deprecation" class="Monolog\Logger" public="true">
      <tag name="monolog.channel_logger"/>
      <argument>deprecation</argument>
      <call method="pushHandler">
        <argument type="service" id="monolog.handler.main"/>
      </call>
      <configurator service="debug.debug_logger_configurator" method="pushDebugLogger"/>
    </service>
    <service id=".service_locator.AivgbuO" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="ea:Icon" type="service_closure" id="EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Icon"/>
        <argument key="ea:Flag" type="service_closure" id="EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Flag"/>
        <argument key="ea:Alert" type="service_closure" id="EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Alert"/>
        <argument key="ea:Badge" type="service_closure" id="EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Badge"/>
        <argument key="ea:Pagination" type="service_closure" id="EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Pagination"/>
        <argument key="ea:Button" type="service_closure" id="EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Button"/>
      </argument>
    </service>
    <service id=".service_locator.6KVxCv0" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="translation.loader.php" type="service_closure" id="translation.loader.php"/>
        <argument key="translation.loader.yml" type="service_closure" id="translation.loader.yml"/>
        <argument key="translation.loader.xliff" type="service_closure" id="translation.loader.xliff"/>
        <argument key="translation.loader.po" type="service_closure" id="translation.loader.po"/>
        <argument key="translation.loader.mo" type="service_closure" id="translation.loader.mo"/>
        <argument key="translation.loader.qt" type="service_closure" id="translation.loader.qt"/>
        <argument key="translation.loader.csv" type="service_closure" id="translation.loader.csv"/>
        <argument key="translation.loader.res" type="service_closure" id="translation.loader.res"/>
        <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>
    </service>
    <service id=".service_locator.TJNRSaV" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="router" type="service_closure" id="router.default" on-invalid="ignore"/>
        <argument key="request_stack" type="service_closure" id="request_stack" on-invalid="ignore"/>
        <argument key="http_kernel" type="service_closure" id="http_kernel" on-invalid="ignore"/>
        <argument key="serializer" type="service_closure" id="debug.serializer" on-invalid="ignore"/>
        <argument key="security.authorization_checker" type="service_closure" id="security.authorization_checker" on-invalid="ignore"/>
        <argument key="twig" type="service_closure" id="twig" on-invalid="ignore"/>
        <argument key="form.factory" type="service_closure" id="form.factory" on-invalid="ignore"/>
        <argument key="security.token_storage" type="service_closure" id="security.token_storage" on-invalid="ignore"/>
        <argument key="security.csrf.token_manager" type="service_closure" id="security.csrf.same_origin_token_manager" on-invalid="ignore"/>
        <argument key="parameter_bag" type="service_closure" id="parameter_bag" on-invalid="ignore"/>
        <argument key="web_link.http_header_serializer" type="service_closure" id="web_link.http_header_serializer" on-invalid="ignore"/>
      </argument>
    </service>
    <service id=".service_locator.TJNRSaV.App\Controller\ActivityController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\ActivityController"/>
      <argument>App\Controller\ActivityController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.TJNRSaV" method="withContext"/>
    </service>
    <service id=".service_locator.WOU_dzL" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="router" type="service_closure" id="router.default" on-invalid="ignore"/>
        <argument key="request_stack" type="service_closure" id="request_stack" on-invalid="ignore"/>
        <argument key="http_kernel" type="service_closure" id="http_kernel" on-invalid="ignore"/>
        <argument key="serializer" type="service_closure" id="debug.serializer" on-invalid="ignore"/>
        <argument key="security.authorization_checker" type="service_closure" id="security.authorization_checker" on-invalid="ignore"/>
        <argument key="twig" type="service_closure" id="twig" on-invalid="ignore"/>
        <argument key="form.factory" type="service_closure" id="form.factory" on-invalid="ignore"/>
        <argument key="security.token_storage" type="service_closure" id="security.token_storage" on-invalid="ignore"/>
        <argument key="security.csrf.token_manager" type="service_closure" id="security.csrf.same_origin_token_manager" on-invalid="ignore"/>
        <argument key="parameter_bag" type="service_closure" id="parameter_bag" on-invalid="ignore"/>
        <argument key="web_link.http_header_serializer" type="service_closure" id="web_link.http_header_serializer" on-invalid="ignore"/>
        <argument key="doctrine" type="service_closure" id="doctrine" on-invalid="ignore"/>
        <argument key="event_dispatcher" type="service_closure" id="debug.event_dispatcher" on-invalid="ignore"/>
        <argument key="EasyCorp\Bundle\EasyAdminBundle\Factory\ActionFactory" type="service_closure" id="EasyCorp\Bundle\EasyAdminBundle\Factory\ActionFactory" on-invalid="ignore"/>
        <argument key="EasyCorp\Bundle\EasyAdminBundle\Contracts\Provider\AdminContextProviderInterface" type="service_closure" id="EasyCorp\Bundle\EasyAdminBundle\Provider\AdminContextProvider" on-invalid="ignore"/>
        <argument key="EasyCorp\Bundle\EasyAdminBundle\Router\AdminUrlGeneratorInterface" type="service_closure" id="EasyCorp\Bundle\EasyAdminBundle\Router\AdminUrlGenerator" on-invalid="ignore"/>
        <argument key="EasyCorp\Bundle\EasyAdminBundle\Factory\ControllerFactory" type="service_closure" id="EasyCorp\Bundle\EasyAdminBundle\Factory\ControllerFactory" on-invalid="ignore"/>
        <argument key="EasyCorp\Bundle\EasyAdminBundle\Factory\EntityFactory" type="service_closure" id="EasyCorp\Bundle\EasyAdminBundle\Factory\EntityFactory" on-invalid="ignore"/>
        <argument key="EasyCorp\Bundle\EasyAdminBundle\Contracts\Orm\EntityRepositoryInterface" type="service_closure" id="EasyCorp\Bundle\EasyAdminBundle\Orm\EntityRepository" on-invalid="ignore"/>
        <argument key="EasyCorp\Bundle\EasyAdminBundle\Contracts\Orm\EntityUpdaterInterface" type="service_closure" id="EasyCorp\Bundle\EasyAdminBundle\Orm\EntityUpdater" on-invalid="ignore"/>
        <argument key="EasyCorp\Bundle\EasyAdminBundle\Provider\FieldProvider" type="service_closure" id="EasyCorp\Bundle\EasyAdminBundle\Provider\FieldProvider" on-invalid="ignore"/>
        <argument key="EasyCorp\Bundle\EasyAdminBundle\Factory\FilterFactory" type="service_closure" id="EasyCorp\Bundle\EasyAdminBundle\Factory\FilterFactory" on-invalid="ignore"/>
        <argument key="EasyCorp\Bundle\EasyAdminBundle\Factory\FormFactory" type="service_closure" id="EasyCorp\Bundle\EasyAdminBundle\Factory\FormFactory" on-invalid="ignore"/>
        <argument key="EasyCorp\Bundle\EasyAdminBundle\Factory\PaginatorFactory" type="service_closure" id="EasyCorp\Bundle\EasyAdminBundle\Factory\PaginatorFactory" on-invalid="ignore"/>
        <argument key="EasyCorp\Bundle\EasyAdminBundle\Factory\FieldFactory" type="service_closure" id="EasyCorp\Bundle\EasyAdminBundle\Factory\FieldFactory" on-invalid="ignore"/>
        <argument key="EasyCorp\Bundle\EasyAdminBundle\Provider\AdminContextProvider" type="service_closure" id="EasyCorp\Bundle\EasyAdminBundle\Provider\AdminContextProvider" on-invalid="ignore"/>
        <argument key="EasyCorp\Bundle\EasyAdminBundle\Router\AdminUrlGenerator" type="service_closure" id="EasyCorp\Bundle\EasyAdminBundle\Router\AdminUrlGenerator" on-invalid="ignore"/>
        <argument key="EasyCorp\Bundle\EasyAdminBundle\Orm\EntityRepository" type="service_closure" id="EasyCorp\Bundle\EasyAdminBundle\Orm\EntityRepository" on-invalid="ignore"/>
        <argument key="EasyCorp\Bundle\EasyAdminBundle\Orm\EntityUpdater" type="service_closure" id="EasyCorp\Bundle\EasyAdminBundle\Orm\EntityUpdater" on-invalid="ignore"/>
      </argument>
    </service>
    <service id=".service_locator.WOU_dzL.App\Controller\Admin\AuthorCrudController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Admin\AuthorCrudController"/>
      <argument>App\Controller\Admin\AuthorCrudController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.WOU_dzL" method="withContext"/>
    </service>
    <service id=".service_locator.WOU_dzL.App\Controller\Admin\BookListCrudController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Admin\BookListCrudController"/>
      <argument>App\Controller\Admin\BookListCrudController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.WOU_dzL" method="withContext"/>
    </service>
    <service id=".service_locator.WOU_dzL.App\Controller\Admin\BookRequestCrudController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Admin\BookRequestCrudController"/>
      <argument>App\Controller\Admin\BookRequestCrudController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.WOU_dzL" method="withContext"/>
    </service>
    <service id=".service_locator.prgUcSS" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="router" type="service_closure" id="router.default" on-invalid="ignore"/>
        <argument key="request_stack" type="service_closure" id="request_stack" on-invalid="ignore"/>
        <argument key="http_kernel" type="service_closure" id="http_kernel" on-invalid="ignore"/>
        <argument key="serializer" type="service_closure" id="debug.serializer" on-invalid="ignore"/>
        <argument key="security.authorization_checker" type="service_closure" id="security.authorization_checker" on-invalid="ignore"/>
        <argument key="twig" type="service_closure" id="twig" on-invalid="ignore"/>
        <argument key="form.factory" type="service_closure" id="form.factory" on-invalid="ignore"/>
        <argument key="security.token_storage" type="service_closure" id="security.token_storage" on-invalid="ignore"/>
        <argument key="security.csrf.token_manager" type="service_closure" id="security.csrf.same_origin_token_manager" on-invalid="ignore"/>
        <argument key="parameter_bag" type="service_closure" id="parameter_bag" on-invalid="ignore"/>
        <argument key="web_link.http_header_serializer" type="service_closure" id="web_link.http_header_serializer" on-invalid="ignore"/>
        <argument key="EasyCorp\Bundle\EasyAdminBundle\Router\AdminUrlGeneratorInterface" type="service_closure" id="EasyCorp\Bundle\EasyAdminBundle\Router\AdminUrlGenerator" on-invalid="ignore"/>
        <argument key="EasyCorp\Bundle\EasyAdminBundle\Router\AdminUrlGenerator" type="service_closure" id="EasyCorp\Bundle\EasyAdminBundle\Router\AdminUrlGenerator" on-invalid="ignore"/>
      </argument>
    </service>
    <service id=".service_locator.prgUcSS.App\Controller\Admin\DashboardController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Admin\DashboardController"/>
      <argument>App\Controller\Admin\DashboardController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.prgUcSS" method="withContext"/>
    </service>
    <service id=".service_locator.WOU_dzL.App\Controller\Admin\ReviewCrudController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Admin\ReviewCrudController"/>
      <argument>App\Controller\Admin\ReviewCrudController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.WOU_dzL" method="withContext"/>
    </service>
    <service id=".service_locator.WOU_dzL.App\Controller\Admin\UserCrudController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Admin\UserCrudController"/>
      <argument>App\Controller\Admin\UserCrudController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.WOU_dzL" method="withContext"/>
    </service>
    <service id=".service_locator.WOU_dzL.App\Controller\Admin\WorkCrudController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Admin\WorkCrudController"/>
      <argument>App\Controller\Admin\WorkCrudController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.WOU_dzL" method="withContext"/>
    </service>
    <service id=".service_locator.TJNRSaV.App\Controller\Api\AuthController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Api\AuthController"/>
      <argument>App\Controller\Api\AuthController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.TJNRSaV" method="withContext"/>
    </service>
    <service id=".service_locator.TJNRSaV.App\Controller\Api\BooksTopApiController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Api\BooksTopApiController"/>
      <argument>App\Controller\Api\BooksTopApiController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.TJNRSaV" method="withContext"/>
    </service>
    <service id=".service_locator.TJNRSaV.App\Controller\Api\SearchApiController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Api\SearchApiController"/>
      <argument>App\Controller\Api\SearchApiController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.TJNRSaV" method="withContext"/>
    </service>
    <service id=".service_locator.TJNRSaV.App\Controller\Api\WorkFeedController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Api\WorkFeedController"/>
      <argument>App\Controller\Api\WorkFeedController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.TJNRSaV" method="withContext"/>
    </service>
    <service id=".service_locator.TJNRSaV.App\Controller\Api\WorkOpenApiController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Api\WorkOpenApiController"/>
      <argument>App\Controller\Api\WorkOpenApiController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.TJNRSaV" method="withContext"/>
    </service>
    <service id=".service_locator.TJNRSaV.App\Controller\AuthController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\AuthController"/>
      <argument>App\Controller\AuthController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.TJNRSaV" method="withContext"/>
    </service>
    <service id=".service_locator.TJNRSaV.App\Controller\AuthorController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\AuthorController"/>
      <argument>App\Controller\AuthorController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.TJNRSaV" method="withContext"/>
    </service>
    <service id=".service_locator.TJNRSaV.App\Controller\BookRequestController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\BookRequestController"/>
      <argument>App\Controller\BookRequestController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.TJNRSaV" method="withContext"/>
    </service>
    <service id=".service_locator.TJNRSaV.App\Controller\CoverController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\CoverController"/>
      <argument>App\Controller\CoverController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.TJNRSaV" method="withContext"/>
    </service>
    <service id=".service_locator.TJNRSaV.App\Controller\DiscoveryController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\DiscoveryController"/>
      <argument>App\Controller\DiscoveryController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.TJNRSaV" method="withContext"/>
    </service>
    <service id=".service_locator.TJNRSaV.App\Controller\EditionController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\EditionController"/>
      <argument>App\Controller\EditionController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.TJNRSaV" method="withContext"/>
    </service>
    <service id=".service_locator.TJNRSaV.App\Controller\EnrichBatchController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\EnrichBatchController"/>
      <argument>App\Controller\EnrichBatchController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.TJNRSaV" method="withContext"/>
    </service>
    <service id=".service_locator.TJNRSaV.App\Controller\FeedController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\FeedController"/>
      <argument>App\Controller\FeedController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.TJNRSaV" method="withContext"/>
    </service>
    <service id=".service_locator.TJNRSaV.App\Controller\FollowController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\FollowController"/>
      <argument>App\Controller\FollowController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.TJNRSaV" method="withContext"/>
    </service>
    <service id=".service_locator.TJNRSaV.App\Controller\HomeController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\HomeController"/>
      <argument>App\Controller\HomeController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.TJNRSaV" method="withContext"/>
    </service>
    <service id=".service_locator.TJNRSaV.App\Controller\ListController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\ListController"/>
      <argument>App\Controller\ListController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.TJNRSaV" method="withContext"/>
    </service>
    <service id=".service_locator.TJNRSaV.App\Controller\NotificationController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\NotificationController"/>
      <argument>App\Controller\NotificationController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.TJNRSaV" method="withContext"/>
    </service>
    <service id=".service_locator.TJNRSaV.App\Controller\OnboardingController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\OnboardingController"/>
      <argument>App\Controller\OnboardingController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.TJNRSaV" method="withContext"/>
    </service>
    <service id=".service_locator.TJNRSaV.App\Controller\ProfileController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\ProfileController"/>
      <argument>App\Controller\ProfileController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.TJNRSaV" method="withContext"/>
    </service>
    <service id=".service_locator.TJNRSaV.App\Controller\PushController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\PushController"/>
      <argument>App\Controller\PushController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.TJNRSaV" method="withContext"/>
    </service>
    <service id=".service_locator.TJNRSaV.App\Controller\ResetPasswordController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\ResetPasswordController"/>
      <argument>App\Controller\ResetPasswordController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.TJNRSaV" method="withContext"/>
    </service>
    <service id=".service_locator.TJNRSaV.App\Controller\ReviewController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\ReviewController"/>
      <argument>App\Controller\ReviewController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.TJNRSaV" method="withContext"/>
    </service>
    <service id=".service_locator.TJNRSaV.App\Controller\SearchController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\SearchController"/>
      <argument>App\Controller\SearchController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.TJNRSaV" method="withContext"/>
    </service>
    <service id=".service_locator.TJNRSaV.App\Controller\WorkController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\WorkController"/>
      <argument>App\Controller\WorkController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.TJNRSaV" method="withContext"/>
    </service>
    <service id=".service_locator.TJNRSaV.App\Controller\WorkOpenController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\WorkOpenController"/>
      <argument>App\Controller\WorkOpenController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.TJNRSaV" method="withContext"/>
    </service>
    <service id=".service_locator.TJNRSaV.controller.helper" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="controller.helper"/>
      <argument>controller.helper</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.TJNRSaV" method="withContext"/>
    </service>
    <service id=".service_locator.kvOAK9B" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="translator" type="service_closure" id="translator.data_collector"/>
      </argument>
    </service>
    <service id=".service_locator.kvOAK9B.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.kvOAK9B" method="withContext"/>
    </service>
    <service id=".service_locator.xdLQ5FJ" 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.xdLQ5FJ.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.xdLQ5FJ" method="withContext"/>
    </service>
    <service id=".service_locator.mFBT25N" 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.mFBT25N.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.mFBT25N" method="withContext"/>
    </service>
    <service id=".service_locator.3DrAUl_" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="twig" type="service_closure" id="twig"/>
      </argument>
    </service>
    <service id=".service_locator.3DrAUl_.twig.template_cache_warmer" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="twig.template_cache_warmer"/>
      <argument>twig.template_cache_warmer</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.3DrAUl_" method="withContext"/>
    </service>
    <service id=".service_locator.eB5.jjc" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="ux.twig_component.component_properties" type="service_closure" id="ux.twig_component.component_properties"/>
      </argument>
    </service>
    <service id=".service_locator.eB5.jjc.ux.twig_component.cache_warmer" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="ux.twig_component.cache_warmer"/>
      <argument>ux.twig_component.cache_warmer</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.eB5.jjc" method="withContext"/>
    </service>
    <service id=".service_locator.KpYcWNT" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="Symfony\Component\HttpKernel\Controller\ArgumentResolver\RequestPayloadValueResolver" type="service_closure" id=".debug.value_resolver.argument_resolver.request_payload"/>
        <argument key="Symfony\Component\HttpKernel\Controller\ArgumentResolver\QueryParameterValueResolver" type="service_closure" id=".debug.value_resolver.argument_resolver.query_parameter_value_resolver"/>
        <argument key="Symfony\Component\Security\Http\Controller\UserValueResolver" type="service_closure" id=".debug.value_resolver.security.user_value_resolver"/>
        <argument key="Symfony\Component\Security\Http\Controller\SecurityTokenValueResolver" type="service_closure" id=".debug.value_resolver.security.security_token_value_resolver"/>
        <argument key="Symfony\Bridge\Doctrine\ArgumentResolver\EntityValueResolver" type="service_closure" id=".debug.value_resolver.doctrine.orm.entity_value_resolver"/>
        <argument key="Symfony\Component\HttpKernel\Controller\ArgumentResolver\BackedEnumValueResolver" type="service_closure" id=".debug.value_resolver.argument_resolver.backed_enum_resolver"/>
        <argument key="Symfony\Component\HttpKernel\Controller\ArgumentResolver\UidValueResolver" type="service_closure" id=".debug.value_resolver.argument_resolver.uid"/>
        <argument key="Symfony\Component\HttpKernel\Controller\ArgumentResolver\DateTimeValueResolver" type="service_closure" id=".debug.value_resolver.argument_resolver.datetime"/>
        <argument key="Symfony\Component\HttpKernel\Controller\ArgumentResolver\RequestAttributeValueResolver" type="service_closure" id=".debug.value_resolver.argument_resolver.request_attribute"/>
        <argument key="Symfony\Component\HttpKernel\Controller\ArgumentResolver\RequestValueResolver" type="service_closure" id=".debug.value_resolver.argument_resolver.request"/>
        <argument key="Symfony\Component\HttpKernel\Controller\ArgumentResolver\SessionValueResolver" type="service_closure" id=".debug.value_resolver.argument_resolver.session"/>
        <argument key="api_platform.argument_resolver.payload" type="service_closure" id=".debug.value_resolver.api_platform.argument_resolver.payload"/>
        <argument key="EasyCorp\Bundle\EasyAdminBundle\ArgumentResolver\AdminContextResolver" type="service_closure" id=".debug.value_resolver.EasyCorp\Bundle\EasyAdminBundle\ArgumentResolver\AdminContextResolver"/>
        <argument key="EasyCorp\Bundle\EasyAdminBundle\ArgumentResolver\BatchActionDtoResolver" type="service_closure" id=".debug.value_resolver.EasyCorp\Bundle\EasyAdminBundle\ArgumentResolver\BatchActionDtoResolver"/>
        <argument key="Symfony\Component\HttpKernel\Controller\ArgumentResolver\ServiceValueResolver" type="service_closure" id=".debug.value_resolver.argument_resolver.service"/>
        <argument key="Symfony\Component\HttpKernel\Controller\ArgumentResolver\DefaultValueResolver" type="service_closure" id=".debug.value_resolver.argument_resolver.default"/>
        <argument key="Symfony\Component\HttpKernel\Controller\ArgumentResolver\VariadicValueResolver" type="service_closure" id=".debug.value_resolver.argument_resolver.variadic"/>
        <argument key="argument_resolver.not_tagged_controller" type="service_closure" id=".debug.value_resolver.argument_resolver.not_tagged_controller"/>
      </argument>
    </service>
    <service id=".service_locator.icAHgqM" 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.6eloqTE" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="cache.app" type="service_closure" id="cache.app.taggable"/>
        <argument key="cache.http_client.pool" type="service_closure" id="cache.http_client"/>
      </argument>
    </service>
    <service id=".service_locator..juZFPr" 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 key="security.event_dispatcher.api_login" type="service_closure" id="debug.security.event_dispatcher.api_login"/>
        <argument key="security.event_dispatcher.api" type="service_closure" id="debug.security.event_dispatcher.api"/>
        <argument key="security.event_dispatcher.main" type="service_closure" id="debug.security.event_dispatcher.main"/>
      </argument>
    </service>
    <service id=".service_locator.UdHMvxb" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="session_factory" type="service_closure" id="session.factory" on-invalid="ignore"/>
      </argument>
    </service>
    <service id=".service_locator.pKCuUXf" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="kernel" type="service_closure" id="kernel"/>
        <argument key="security.route_loader.logout" type="service_closure" id="security.route_loader.logout"/>
      </argument>
    </service>
    <service id=".service_locator.LiNhGEY" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="env" type="service_closure" id="container.getenv"/>
        <argument key="service" type="service_closure" id="container.get_routing_condition_service"/>
      </argument>
    </service>
    <service id=".service_locator.zfRA4vz" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="string" type="service_closure" id="type_info.resolver.string"/>
        <argument key="ReflectionParameter" type="service_closure" id="type_info.resolver.reflection_parameter.phpdoc_aware"/>
        <argument key="ReflectionProperty" type="service_closure" id="type_info.resolver.reflection_property.phpdoc_aware"/>
        <argument key="ReflectionFunctionAbstract" type="service_closure" id="type_info.resolver.reflection_return.phpdoc_aware"/>
        <argument key="ReflectionType" type="service_closure" id="type_info.resolver.reflection_type"/>
      </argument>
    </service>
    <service id=".service_locator.HlhG04S" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="browser" type="service_closure" id="notifier.channel.browser"/>
        <argument key="chat" type="service_closure" id="notifier.channel.chat"/>
        <argument key="sms" type="service_closure" id="notifier.channel.sms"/>
        <argument key="email" type="service_closure" id="notifier.channel.email"/>
        <argument key="push" type="service_closure" id="notifier.channel.push"/>
        <argument key="desktop" type="service_closure" id="notifier.channel.desktop"/>
      </argument>
    </service>
    <service id=".service_locator.0NioFko" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="profiler" type="service_closure" id="profiler" on-invalid="ignore_uninitialized"/>
      </argument>
    </service>
    <service id=".service_locator.1mjVCan" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="request_stack" type="service_closure" id="request_stack"/>
      </argument>
    </service>
    <service id=".service_locator.rAuPNI6" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="security.token_storage" type="service_closure" id="security.token_storage"/>
        <argument key="security.authorization_checker" type="service_closure" id="security.authorization_checker"/>
        <argument key="security.user_authorization_checker" type="service_closure" id="security.authorization_checker"/>
        <argument key="security.authenticator.managers_locator" type="service_closure" id="security.authenticator.managers_locator" on-invalid="ignore"/>
        <argument key="request_stack" type="service_closure" id="request_stack"/>
        <argument key="security.firewall.map" type="service_closure" id="security.firewall.map"/>
        <argument key="security.user_checker_locator" type="service_closure" id="security.user_checker_locator"/>
        <argument key="security.firewall.event_dispatcher_locator" type="service_closure" id="security.firewall.event_dispatcher_locator"/>
        <argument key="security.csrf.token_manager" type="service_closure" id="security.csrf.same_origin_token_manager" on-invalid="ignore"/>
      </argument>
    </service>
    <service id=".service_locator.UL8mf7G" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="App\ApiResource\Provider\WorkCollectionProvider" type="service_closure" id="App\ApiResource\Provider\WorkCollectionProvider"/>
        <argument key="App\ApiResource\Provider\WorkItemProvider" type="service_closure" id="App\ApiResource\Provider\WorkItemProvider"/>
        <argument key="ApiPlatform\State\CreateProvider" type="service_closure" id="api_platform.state_provider.create"/>
        <argument key="ApiPlatform\State\ObjectProvider" type="service_closure" id="api_platform.state_provider.object"/>
        <argument key="ApiPlatform\State\Provider\BackedEnumProvider" type="service_closure" id="api_platform.state_provider.backed_enum"/>
        <argument key="api_platform.state.error_provider" type="service_closure" id="api_platform.state.error_provider"/>
        <argument key="api_platform.validator.state.error_provider" type="service_closure" id="api_platform.validator.state.error_provider"/>
        <argument key="api_platform.state_provider.create" type="service_closure" id="api_platform.state_provider.create"/>
        <argument key="api_platform.state_provider.object" type="service_closure" id="api_platform.state_provider.object"/>
        <argument key="api_platform.state_provider.backed_enum" type="service_closure" id="api_platform.state_provider.backed_enum"/>
        <argument key="ApiPlatform\OpenApi\State\OpenApiProvider" type="service_closure" id="api_platform.openapi.provider"/>
        <argument key="ApiPlatform\Doctrine\Orm\State\CollectionProvider" type="service_closure" id="api_platform.doctrine.orm.state.collection_provider"/>
        <argument key="ApiPlatform\Doctrine\Orm\State\ItemProvider" type="service_closure" id="api_platform.doctrine.orm.state.item_provider"/>
        <argument key="api_platform.openapi.provider" type="service_closure" id="api_platform.openapi.provider"/>
        <argument key="api_platform.doctrine.orm.state.collection_provider" type="service_closure" id="api_platform.doctrine.orm.state.collection_provider"/>
        <argument key="api_platform.doctrine.orm.state.item_provider" type="service_closure" id="api_platform.doctrine.orm.state.item_provider"/>
      </argument>
    </service>
    <service id=".service_locator.7T_WOlw" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="api_platform.swagger_ui.processor" type="service_closure" id="api_platform.swagger_ui.processor"/>
        <argument key="api_platform.doctrine.orm.state.remove_processor" type="service_closure" id="api_platform.doctrine.orm.state.remove_processor"/>
        <argument key="api_platform.doctrine.orm.state.persist_processor" type="service_closure" id="api_platform.doctrine.orm.state.persist_processor"/>
        <argument key="ApiPlatform\Doctrine\Common\State\RemoveProcessor" type="service_closure" id="api_platform.doctrine.orm.state.remove_processor"/>
        <argument key="ApiPlatform\Doctrine\Common\State\PersistProcessor" type="service_closure" id="api_platform.doctrine.orm.state.persist_processor"/>
        <argument key="ApiPlatform\Symfony\Messenger\Processor" type="service_closure" id="ApiPlatform\Symfony\Messenger\Processor"/>
      </argument>
    </service>
    <service id=".service_locator.5jyLKq5" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="ApiPlatform\State\ParameterProvider\ReadLinkParameterProvider" type="service_closure" id="api_platform.state_provider.read_link"/>
        <argument key="api_platform.serializer.filter_parameter_provider" type="service_closure" id="api_platform.serializer.filter_parameter_provider"/>
        <argument key="ApiPlatform\State\ParameterProvider\IriConverterParameterProvider" type="service_closure" id="api_platform.state_provider.parameter.iri_converter"/>
      </argument>
    </service>
    <service id=".service_locator.uBzcXBf" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="api_platform.doctrine.orm.links_handler" type="service_closure" id="api_platform.doctrine.orm.links_handler"/>
      </argument>
    </service>
    <service id="api_platform.hydra.processor.link.inner" class="ApiPlatform\State\Processor\RespondProcessor">
      <argument type="service" id="api_platform.symfony.iri_converter"/>
      <argument type="service" id="api_platform.resource_class_resolver"/>
      <argument type="service" id="api_platform.metadata.operation.metadata_factory.cached"/>
      <argument type="service" id="api_platform.doctrine.orm.metadata.resource.metadata_collection_factory"/>
      <call method="setStopwatch">
        <argument type="service" id="debug.stopwatch" on-invalid="ignore"/>
      </call>
    </service>
    <service id="debug.validator.inner" class="Symfony\Component\Validator\Validator\ValidatorInterface">
      <factory service="validator.builder" method="getValidator"/>
    </service>
    <service id=".debug.http_client.inner" class="Symfony\Contracts\HttpClient\HttpClientInterface">
      <argument type="collection">
        <argument type="service" id="http_client.transport"/>
      </argument>
      <factory function="current"/>
    </service>
    <service id=".debug.openLibraryClient.inner" class="Symfony\Contracts\HttpClient\HttpClientInterface">
      <argument type="collection">
        <argument type="service" id="http_client.transport"/>
      </argument>
      <factory function="current"/>
    </service>
    <service id=".debug.googleBooksClient.inner" class="Symfony\Contracts\HttpClient\HttpClientInterface">
      <argument type="collection">
        <argument type="service" id="http_client.transport"/>
      </argument>
      <factory function="current"/>
    </service>
    <service id="api_platform.doctrine.orm.metadata.resource.link_factory.inner" class="ApiPlatform\Metadata\Resource\Factory\LinkFactory">
      <argument type="service" id="api_platform.metadata.property.name_collection_factory.cached"/>
      <argument type="service" id="api_platform.metadata.property.metadata_factory.cached"/>
      <argument type="service" id="api_platform.resource_class_resolver"/>
    </service>
    <service id="api_platform.state_provider.access_checker.pre_read.inner" class="ApiPlatform\State\Provider\ReadProvider">
      <argument type="service" id="api_platform.state_provider.locator"/>
      <argument type="service" id="api_platform.openapi.serializer_context_builder"/>
      <call method="setStopwatch">
        <argument type="service" id="debug.stopwatch" on-invalid="ignore"/>
      </call>
    </service>
    <service id="asset_mapper.cached_mapped_asset_factory.inner" class="Symfony\Component\AssetMapper\Factory\MappedAssetFactory">
      <argument type="service" id="asset_mapper.public_assets_path_resolver"/>
      <argument type="service" id="asset_mapper_compiler"/>
      <argument>C:\Users\rgalo\Dropbox\_LIVRECOMMENT/assets/vendor</argument>
    </service>
    <service id="asset_mapper.asset_package.inner" class="Symfony\Component\Asset\PathPackage">
      <argument/>
      <argument type="service" id="assets.empty_version_strategy"/>
      <argument type="service" id="assets.context"/>
    </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"/>
      <call method="allowControllers">
        <argument type="collection">
          <argument>Symfony\Bundle\FrameworkBundle\Controller\AbstractController</argument>
          <argument>Symfony\Bundle\FrameworkBundle\Controller\TemplateController</argument>
        </argument>
      </call>
      <call method="allowControllers">
        <argument type="collection">
          <argument>App\Kernel</argument>
          <argument>App\Controller\ActivityController</argument>
          <argument>App\Controller\Admin\AuthorCrudController</argument>
          <argument>App\Controller\Admin\BookListCrudController</argument>
          <argument>App\Controller\Admin\BookRequestCrudController</argument>
          <argument>App\Controller\Admin\DashboardController</argument>
          <argument>App\Controller\Admin\ReviewCrudController</argument>
          <argument>App\Controller\Admin\UserCrudController</argument>
          <argument>App\Controller\Admin\WorkCrudController</argument>
          <argument>App\Controller\Api\AuthController</argument>
          <argument>App\Controller\Api\BooksTopApiController</argument>
          <argument>App\Controller\Api\SearchApiController</argument>
          <argument>App\Controller\Api\WorkFeedController</argument>
          <argument>App\Controller\Api\WorkOpenApiController</argument>
          <argument>App\Controller\AuthController</argument>
          <argument>App\Controller\AuthorController</argument>
          <argument>App\Controller\BookRequestController</argument>
          <argument>App\Controller\CoverController</argument>
          <argument>App\Controller\DiscoveryController</argument>
          <argument>App\Controller\EditionController</argument>
          <argument>App\Controller\EnrichBatchController</argument>
          <argument>App\Controller\FeedController</argument>
          <argument>App\Controller\FollowController</argument>
          <argument>App\Controller\HomeController</argument>
          <argument>App\Controller\ListController</argument>
          <argument>App\Controller\NotificationController</argument>
          <argument>App\Controller\OnboardingController</argument>
          <argument>App\Controller\ProfileController</argument>
          <argument>App\Controller\PushController</argument>
          <argument>App\Controller\ResetPasswordController</argument>
          <argument>App\Controller\ReviewController</argument>
          <argument>App\Controller\SearchController</argument>
          <argument>App\Controller\WorkController</argument>
          <argument>App\Controller\WorkOpenController</argument>
          <argument>Doctrine\Bundle\DoctrineBundle\Controller\ProfilerController</argument>
        </argument>
      </call>
    </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.value_resolver.security.user_value_resolver"/>
        <argument type="service" id=".debug.value_resolver.security.security_token_value_resolver"/>
        <argument type="service" id=".debug.value_resolver.doctrine.orm.entity_value_resolver"/>
        <argument type="service" id=".debug.value_resolver.argument_resolver.backed_enum_resolver"/>
        <argument type="service" id=".debug.value_resolver.argument_resolver.uid"/>
        <argument type="service" id=".debug.value_resolver.argument_resolver.datetime"/>
        <argument type="service" id=".debug.value_resolver.argument_resolver.request_attribute"/>
        <argument type="service" id=".debug.value_resolver.argument_resolver.request"/>
        <argument type="service" id=".debug.value_resolver.argument_resolver.session"/>
        <argument type="service" id=".debug.value_resolver.api_platform.argument_resolver.payload"/>
        <argument type="service" id=".debug.value_resolver.EasyCorp\Bundle\EasyAdminBundle\ArgumentResolver\AdminContextResolver"/>
        <argument type="service" id=".debug.value_resolver.EasyCorp\Bundle\EasyAdminBundle\ArgumentResolver\BatchActionDtoResolver"/>
        <argument type="service" id=".debug.value_resolver.argument_resolver.service"/>
        <argument type="service" id=".debug.value_resolver.argument_resolver.default"/>
        <argument type="service" id=".debug.value_resolver.argument_resolver.variadic"/>
        <argument type="service" id=".debug.value_resolver.argument_resolver.not_tagged_controller"/>
      </argument>
      <argument type="service" id=".service_locator.KpYcWNT"/>
    </service>
    <service id="security.csrf.same_origin_token_manager.inner" class="Symfony\Component\Security\Csrf\CsrfTokenManager">
      <argument type="service" id="security.csrf.token_generator"/>
      <argument type="service" id="security.csrf.token_storage"/>
      <argument type="service" id="request_stack" on-invalid="ignore"/>
    </service>
    <service id="debug.serializer.inner" class="Symfony\Component\Serializer\Serializer">
      <argument type="collection">
        <argument type="service">
          <service class="Symfony\Component\Serializer\Debug\TraceableNormalizer">
            <argument type="service" id="serializer.denormalizer.unwrapping"/>
            <argument type="service" id="serializer.data_collector"/>
            <argument>default</argument>
          </service>
        </argument>
        <argument type="service">
          <service class="Symfony\Component\Serializer\Debug\TraceableNormalizer">
            <argument type="service" id="api_platform.openapi.normalizer.legacy"/>
            <argument type="service" id="serializer.data_collector"/>
            <argument>default</argument>
          </service>
        </argument>
        <argument type="service">
          <service class="Symfony\Component\Serializer\Debug\TraceableNormalizer">
            <argument type="service" id="api_platform.openapi.normalizer.legacy"/>
            <argument type="service" id="serializer.data_collector"/>
            <argument>default</argument>
          </service>
        </argument>
        <argument type="service">
          <service class="Symfony\Component\Serializer\Debug\TraceableNormalizer">
            <argument type="service" id="api_platform.normalizer.constraint_violation_list"/>
            <argument type="service" id="serializer.data_collector"/>
            <argument>default</argument>
          </service>
        </argument>
        <argument type="service">
          <service class="Symfony\Component\Serializer\Debug\TraceableNormalizer">
            <argument type="service" id="api_platform.hydra.normalizer.constraint_violation_list"/>
            <argument type="service" id="serializer.data_collector"/>
            <argument>default</argument>
          </service>
        </argument>
        <argument type="service">
          <service class="Symfony\Component\Serializer\Debug\TraceableNormalizer">
            <argument type="service" id="api_platform.openapi.normalizer.legacy"/>
            <argument type="service" id="serializer.data_collector"/>
            <argument>default</argument>
          </service>
        </argument>
        <argument type="service">
          <service class="Symfony\Component\Serializer\Debug\TraceableNormalizer">
            <argument type="service" id="api_platform.jsonld.normalizer.validation_exception"/>
            <argument type="service" id="serializer.data_collector"/>
            <argument>default</argument>
          </service>
        </argument>
        <argument type="service">
          <service class="Symfony\Component\Serializer\Debug\TraceableNormalizer">
            <argument type="service" id="api_platform.hydra.normalizer.documentation"/>
            <argument type="service" id="serializer.data_collector"/>
            <argument>default</argument>
          </service>
        </argument>
        <argument type="service">
          <service class="Symfony\Component\Serializer\Debug\TraceableNormalizer">
            <argument type="service" id="api_platform.hydra.normalizer.entrypoint"/>
            <argument type="service" id="serializer.data_collector"/>
            <argument>default</argument>
          </service>
        </argument>
        <argument type="service">
          <service class="Symfony\Component\Serializer\Debug\TraceableNormalizer">
            <argument type="service" id="api_platform.problem.normalizer.validation_exception"/>
            <argument type="service" id="serializer.data_collector"/>
            <argument>default</argument>
          </service>
        </argument>
        <argument type="service">
          <service class="Symfony\Component\Serializer\Debug\TraceableNormalizer">
            <argument type="service" id="serializer.normalizer.flatten_exception"/>
            <argument type="service" id="serializer.data_collector"/>
            <argument>default</argument>
          </service>
        </argument>
        <argument type="service">
          <service class="Symfony\Component\Serializer\Debug\TraceableNormalizer">
            <argument type="service" id="api_platform.jsonld.normalizer.error"/>
            <argument type="service" id="serializer.data_collector"/>
            <argument>default</argument>
          </service>
        </argument>
        <argument type="service">
          <service class="Symfony\Component\Serializer\Debug\TraceableNormalizer">
            <argument type="service" id="serializer.normalizer.problem"/>
            <argument type="service" id="serializer.data_collector"/>
            <argument>default</argument>
          </service>
        </argument>
        <argument type="service">
          <service class="Symfony\Component\Serializer\Debug\TraceableNormalizer">
            <argument type="service" id="serializer.normalizer.uid"/>
            <argument type="service" id="serializer.data_collector"/>
            <argument>default</argument>
          </service>
        </argument>
        <argument type="service">
          <service class="Symfony\Component\Serializer\Debug\TraceableNormalizer">
            <argument type="service" id="api_platform.jsonld.normalizer.item"/>
            <argument type="service" id="serializer.data_collector"/>
            <argument>default</argument>
          </service>
        </argument>
        <argument type="service">
          <service class="Symfony\Component\Serializer\Debug\TraceableNormalizer">
            <argument type="service" id="api_platform.serializer.normalizer.item"/>
            <argument type="service" id="serializer.data_collector"/>
            <argument>default</argument>
          </service>
        </argument>
        <argument type="service">
          <service class="Symfony\Component\Serializer\Debug\TraceableNormalizer">
            <argument type="service" id="serializer.normalizer.datetime"/>
            <argument type="service" id="serializer.data_collector"/>
            <argument>default</argument>
          </service>
        </argument>
        <argument type="service">
          <service class="Symfony\Component\Serializer\Debug\TraceableNormalizer">
            <argument type="service" id="serializer.normalizer.constraint_violation_list"/>
            <argument type="service" id="serializer.data_collector"/>
            <argument>default</argument>
          </service>
        </argument>
        <argument type="service">
          <service class="Symfony\Component\Serializer\Debug\TraceableNormalizer">
            <argument type="service" id="serializer.normalizer.mime_message"/>
            <argument type="service" id="serializer.data_collector"/>
            <argument>default</argument>
          </service>
        </argument>
        <argument type="service">
          <service class="Symfony\Component\Serializer\Debug\TraceableNormalizer">
            <argument type="service" id="serializer.normalizer.datetimezone"/>
            <argument type="service" id="serializer.data_collector"/>
            <argument>default</argument>
          </service>
        </argument>
        <argument type="service">
          <service class="Symfony\Component\Serializer\Debug\TraceableNormalizer">
            <argument type="service" id="serializer.normalizer.dateinterval"/>
            <argument type="service" id="serializer.data_collector"/>
            <argument>default</argument>
          </service>
        </argument>
        <argument type="service">
          <service class="Symfony\Component\Serializer\Debug\TraceableNormalizer">
            <argument type="service" id="serializer.normalizer.form_error"/>
            <argument type="service" id="serializer.data_collector"/>
            <argument>default</argument>
          </service>
        </argument>
        <argument type="service">
          <service class="Symfony\Component\Serializer\Debug\TraceableNormalizer">
            <argument type="service" id="serializer.normalizer.backed_enum"/>
            <argument type="service" id="serializer.data_collector"/>
            <argument>default</argument>
          </service>
        </argument>
        <argument type="service">
          <service class="Symfony\Component\Serializer\Debug\TraceableNormalizer">
            <argument type="service" id="serializer.normalizer.number"/>
            <argument type="service" id="serializer.data_collector"/>
            <argument>default</argument>
          </service>
        </argument>
        <argument type="service">
          <service class="Symfony\Component\Serializer\Debug\TraceableNormalizer">
            <argument type="service" id="serializer.normalizer.data_uri"/>
            <argument type="service" id="serializer.data_collector"/>
            <argument>default</argument>
          </service>
        </argument>
        <argument type="service">
          <service class="Symfony\Component\Serializer\Debug\TraceableNormalizer">
            <argument type="service" id="serializer.normalizer.translatable"/>
            <argument type="service" id="serializer.data_collector"/>
            <argument>default</argument>
          </service>
        </argument>
        <argument type="service">
          <service class="Symfony\Component\Serializer\Debug\TraceableNormalizer">
            <argument type="service" id="serializer.normalizer.json_serializable"/>
            <argument type="service" id="serializer.data_collector"/>
            <argument>default</argument>
          </service>
        </argument>
        <argument type="service">
          <service class="Symfony\Component\Serializer\Debug\TraceableNormalizer">
            <argument type="service" id="api_platform.hydra.normalizer.collection_filters"/>
            <argument type="service" id="serializer.data_collector"/>
            <argument>default</argument>
          </service>
        </argument>
        <argument type="service">
          <service class="Symfony\Component\Serializer\Debug\TraceableNormalizer">
            <argument type="service" id="serializer.denormalizer.array"/>
            <argument type="service" id="serializer.data_collector"/>
            <argument>default</argument>
          </service>
        </argument>
        <argument type="service">
          <service class="Symfony\Component\Serializer\Debug\TraceableNormalizer">
            <argument type="service" id="api_platform.jsonld.normalizer.object"/>
            <argument type="service" id="serializer.data_collector"/>
            <argument>default</argument>
          </service>
        </argument>
        <argument type="service">
          <service class="Symfony\Component\Serializer\Debug\TraceableNormalizer">
            <argument type="service" id="serializer.normalizer.object"/>
            <argument type="service" id="serializer.data_collector"/>
            <argument>default</argument>
          </service>
        </argument>
        <argument type="service">
          <service class="Symfony\Component\Serializer\Debug\TraceableNormalizer">
            <argument type="service" id="api_platform.normalizer.object"/>
            <argument type="service" id="serializer.data_collector"/>
            <argument>default</argument>
          </service>
        </argument>
      </argument>
      <argument type="collection">
        <argument type="service">
          <service class="Symfony\Component\Serializer\Debug\TraceableEncoder">
            <argument type="service" id="serializer.encoder.xml"/>
            <argument type="service" id="serializer.data_collector"/>
            <argument>default</argument>
          </service>
        </argument>
        <argument type="service">
          <service class="Symfony\Component\Serializer\Debug\TraceableEncoder">
            <argument type="service" id="serializer.encoder.json"/>
            <argument type="service" id="serializer.data_collector"/>
            <argument>default</argument>
          </service>
        </argument>
        <argument type="service">
          <service class="Symfony\Component\Serializer\Debug\TraceableEncoder">
            <argument type="service" id="serializer.encoder.yaml"/>
            <argument type="service" id="serializer.data_collector"/>
            <argument>default</argument>
          </service>
        </argument>
        <argument type="service">
          <service class="Symfony\Component\Serializer\Debug\TraceableEncoder">
            <argument type="service" id="serializer.encoder.csv"/>
            <argument type="service" id="serializer.data_collector"/>
            <argument>default</argument>
          </service>
        </argument>
        <argument type="service">
          <service class="Symfony\Component\Serializer\Debug\TraceableEncoder">
            <argument type="service" id="api_platform.jsonopenapi.encoder"/>
            <argument type="service" id="serializer.data_collector"/>
            <argument>default</argument>
          </service>
        </argument>
        <argument type="service">
          <service class="Symfony\Component\Serializer\Debug\TraceableEncoder">
            <argument type="service" id="api_platform.yamlopenapi.encoder"/>
            <argument type="service" id="serializer.data_collector"/>
            <argument>default</argument>
          </service>
        </argument>
        <argument type="service">
          <service class="Symfony\Component\Serializer\Debug\TraceableEncoder">
            <argument type="service" id="api_platform.jsonld.encoder"/>
            <argument type="service" id="serializer.data_collector"/>
            <argument>default</argument>
          </service>
        </argument>
        <argument type="service">
          <service class="Symfony\Component\Serializer\Debug\TraceableEncoder">
            <argument type="service" id="api_platform.problem.encoder"/>
            <argument type="service" id="serializer.data_collector"/>
            <argument>default</argument>
          </service>
        </argument>
      </argument>
      <argument type="collection">
        <argument key="hydra_prefix">false</argument>
      </argument>
    </service>
    <service id="debug.security.access.decision_manager.inner" class="Symfony\Component\Security\Core\Authorization\AccessDecisionManager">
      <argument type="iterator">
        <argument type="service" id=".debug.security.voter.security.access.authenticated_voter"/>
        <argument type="service" id=".debug.security.voter.security.access.simple_role_voter"/>
        <argument type="service" id=".debug.security.voter.security.access.expression_voter"/>
        <argument type="service" id=".debug.security.voter.security.access.closure_voter"/>
        <argument type="service" id=".debug.security.voter.App\Security\Voter\BookListItemVoter"/>
        <argument type="service" id=".debug.security.voter.App\Security\Voter\BookListVoter"/>
        <argument type="service" id=".debug.security.voter.App\Security\Voter\FollowVoter"/>
        <argument type="service" id=".debug.security.voter.App\Security\Voter\ReviewCommentVoter"/>
        <argument type="service" id=".debug.security.voter.App\Security\Voter\ReviewVoter"/>
        <argument type="service" id=".debug.security.voter.App\Security\Voter\UserVoter"/>
        <argument type="service" id=".debug.security.voter.EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"/>
      </argument>
      <argument type="service">
        <service class="Symfony\Component\Security\Core\Authorization\Strategy\AffirmativeStrategy">
          <argument>false</argument>
        </service>
      </argument>
    </service>
    <service id="debug.security.firewall.authenticator.api_login.inner" class="Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener">
      <argument type="service" id="security.authenticator.manager.api_login"/>
    </service>
    <service id="debug.security.firewall.authenticator.api.inner" class="Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener">
      <argument type="service" id="security.authenticator.manager.api"/>
    </service>
    <service id="debug.security.firewall.authenticator.main.inner" class="Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener">
      <argument type="service" id="security.authenticator.manager.main"/>
    </service>
    <service id="api_platform.serializer.context_builder.filter.inner" class="ApiPlatform\Serializer\SerializerContextBuilder">
      <argument type="service" id="api_platform.doctrine.orm.metadata.resource.metadata_collection_factory"/>
      <argument>true</argument>
    </service>
    <service id="api_platform.hydra.json_schema.schema_factory.inner" class="ApiPlatform\JsonSchema\SchemaFactory">
      <argument type="service" id="api_platform.doctrine.orm.metadata.resource.metadata_collection_factory"/>
      <argument type="service" id="api_platform.metadata.property.name_collection_factory.cached"/>
      <argument type="service" id="api_platform.metadata.property.metadata_factory.cached"/>
      <argument type="service" id="api_platform.hydra.name_converter.hydra_prefix" on-invalid="ignore"/>
      <argument type="service" id="api_platform.resource_class_resolver"/>
      <argument type="collection"/>
      <argument type="service" id="api_platform.json_schema.definition_name_factory" on-invalid="ignore"/>
    </service>
    <service id="api_platform.hydra.normalizer.partial_collection_view.inner" class="ApiPlatform\Hydra\Serializer\CollectionNormalizer">
      <argument type="service" id="api_platform.jsonld.context_builder"/>
      <argument type="service" id="api_platform.resource_class_resolver"/>
      <argument type="service" id="api_platform.symfony.iri_converter"/>
      <argument>%api_platform.serializer.default_context%</argument>
    </service>
    <service id="api_platform.state_provider.access_checker.post_deserialize.inner" class="ApiPlatform\State\Provider\DeserializeProvider">
      <argument type="service" id="api_platform.state_provider.security_parameter"/>
      <argument type="service" id="debug.serializer"/>
      <argument type="service" id="api_platform.openapi.serializer_context_builder"/>
      <argument type="service" id="translator.data_collector" on-invalid="null"/>
      <call method="setStopwatch">
        <argument type="service" id="debug.stopwatch" on-invalid="ignore"/>
      </call>
    </service>
    <service id="api_platform.state_provider.security_parameter.inner" class="ApiPlatform\Symfony\Security\State\AccessCheckerProvider">
      <tag name="container.decorator" id="api_platform.state_provider.read" inner="api_platform.state_provider.access_checker.pre_read.inner"/>
      <argument type="service" id="api_platform.swagger_ui.provider"/>
      <argument type="service" id="api_platform.security.resource_access_checker"/>
    </service>
    <service id="api_platform.state_provider.access_checker.post_validate.inner" class="ApiPlatform\Symfony\Validator\State\ValidateProvider">
      <argument type="service" id="api_platform.state_provider.access_checker.post_deserialize"/>
      <argument type="service" id="api_platform.validator"/>
    </service>
    <service id="turbo.broadcaster.action_renderer.inner" class="Symfony\UX\Turbo\Broadcaster\ImuxBroadcaster">
      <argument type="tagged_iterator" tag="turbo.broadcaster"/>
    </service>
    <service id="lexik_jwt_authentication.api_platform.openapi.factory.inner" class="ApiPlatform\OpenApi\Factory\OpenApiFactory">
      <argument type="service" id="api_platform.metadata.resource.name_collection_factory.cached"/>
      <argument type="service" id="api_platform.doctrine.orm.metadata.resource.metadata_collection_factory"/>
      <argument type="service" id="api_platform.metadata.property.name_collection_factory.cached"/>
      <argument type="service" id="api_platform.metadata.property.metadata_factory.cached"/>
      <argument type="service" id="api_platform.json_schema.backward_compatible_schema_factory"/>
      <argument type="service" id="api_platform.filter_locator"/>
      <argument>%api_platform.formats%</argument>
      <argument type="service" id="api_platform.openapi.options"/>
      <argument type="service" id="api_platform.pagination_options"/>
      <argument type="service" id="api_platform.router"/>
      <argument>%api_platform.error_formats%</argument>
    </service>
    <service id="ux.twig_component.twig.environment_configurator.inner" class="Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator">
      <argument>F j, Y H:i</argument>
      <argument>%d days</argument>
      <argument>null</argument>
      <argument>0</argument>
      <argument>.</argument>
      <argument>,</argument>
    </service>
    <service id="debug.security.event_dispatcher.api_login.inner" class="Symfony\Component\EventDispatcher\EventDispatcher"/>
    <service id="debug.security.event_dispatcher.api.inner" class="Symfony\Component\EventDispatcher\EventDispatcher"/>
    <service id="debug.security.event_dispatcher.main.inner" class="Symfony\Component\EventDispatcher\EventDispatcher"/>
    <service id="debug.traced.messenger.bus.default.inner" class="Symfony\Component\Messenger\MessageBus">
      <argument type="iterator">
        <argument type="service" id="messenger.bus.default.middleware.traceable"/>
        <argument type="service" id="messenger.middleware.add_default_stamps_middleware"/>
        <argument type="service" id="messenger.bus.default.middleware.add_bus_name_stamp_middleware"/>
        <argument type="service" id="messenger.middleware.reject_redelivered_message_middleware"/>
        <argument type="service" id="messenger.middleware.dispatch_after_current_bus"/>
        <argument type="service" id="messenger.middleware.failed_message_processing_middleware"/>
        <argument type="service" id="messenger.bus.default.middleware.send_message"/>
        <argument type="service" id="messenger.bus.default.middleware.handle_message"/>
      </argument>
    </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>
    </service>
    <service id="api_platform.serializer.mapping.class_metadata_factory.inner" class="Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactory">
      <argument type="service" id="serializer.mapping.chain_loader"/>
    </service>
    <service id="api_platform.openapi.normalizer.api_gateway.inner" class="ApiPlatform\OpenApi\Serializer\OpenApiNormalizer">
      <argument type="service">
        <service class="Symfony\Component\Serializer\Serializer">
          <argument type="collection">
            <argument type="service">
              <service class="Symfony\Component\Serializer\Normalizer\ObjectNormalizer">
                <argument>null</argument>
                <argument>null</argument>
                <argument type="service" id="property_accessor"/>
                <argument type="service" id="property_info"/>
              </service>
            </argument>
          </argument>
          <argument type="collection">
            <argument type="service" id="serializer.encoder.json"/>
          </argument>
        </service>
      </argument>
    </service>
    <service id="api_platform.openapi.normalizer.legacy.inner" class="ApiPlatform\OpenApi\Serializer\ApiGatewayNormalizer">
      <tag name="container.decorator" id="api_platform.openapi.normalizer" inner="api_platform.openapi.normalizer.api_gateway.inner"/>
      <argument type="service" id="api_platform.openapi.normalizer.api_gateway.inner"/>
      <argument type="collection">
        <argument key="hydra_prefix">false</argument>
      </argument>
    </service>
    <service id="api_platform.metadata.operation.metadata_factory.cached.inner" class="ApiPlatform\Metadata\Operation\Factory\OperationMetadataFactory">
      <argument type="service" id="api_platform.metadata.resource.name_collection_factory.cached"/>
      <argument type="service" id="api_platform.doctrine.orm.metadata.resource.metadata_collection_factory"/>
    </service>
    <service id=".errored..service_locator.1vYpZ1B.Symfony\Component\Config\Loader\LoaderInterface" class="Symfony\Component\Config\Loader\LoaderInterface">
      <tag name="container.error" message="Cannot autowire service &quot;.service_locator.1vYpZ1B&quot;: it needs an instance of &quot;Symfony\Component\Config\Loader\LoaderInterface&quot; but this type has been excluded from autowiring."/>
    </service>
    <service id=".errored..service_locator.eVx11yR.EasyCorp\Bundle\EasyAdminBundle\Config\Crud" class="EasyCorp\Bundle\EasyAdminBundle\Config\Crud">
      <tag name="container.error" message="Cannot autowire service &quot;.service_locator.eVx11yR&quot;: it references class &quot;EasyCorp\Bundle\EasyAdminBundle\Config\Crud&quot; but no such service exists."/>
    </service>
    <service id=".errored..service_locator.MygkM6_.EasyCorp\Bundle\EasyAdminBundle\Config\Actions" class="EasyCorp\Bundle\EasyAdminBundle\Config\Actions">
      <tag name="container.error" message="Cannot autowire service &quot;.service_locator.MygkM6_&quot;: it references class &quot;EasyCorp\Bundle\EasyAdminBundle\Config\Actions&quot; but no such service exists."/>
    </service>
    <service id=".errored..service_locator.4g8KBWG.EasyCorp\Bundle\EasyAdminBundle\Config\Assets" class="EasyCorp\Bundle\EasyAdminBundle\Config\Assets">
      <tag name="container.error" message="Cannot autowire service &quot;.service_locator.4g8KBWG&quot;: it references class &quot;EasyCorp\Bundle\EasyAdminBundle\Config\Assets&quot; but no such service exists."/>
    </service>
    <service id=".errored..service_locator.vx1u6Ma.EasyCorp\Bundle\EasyAdminBundle\Config\Filters" class="EasyCorp\Bundle\EasyAdminBundle\Config\Filters">
      <tag name="container.error" message="Cannot autowire service &quot;.service_locator.vx1u6Ma&quot;: it references class &quot;EasyCorp\Bundle\EasyAdminBundle\Config\Filters&quot; but no such service exists."/>
    </service>
    <service id=".errored..service_locator._ewVeMD.EasyCorp\Bundle\EasyAdminBundle\Context\AdminContext" class="EasyCorp\Bundle\EasyAdminBundle\Context\AdminContext">
      <tag name="container.error" message="Cannot autowire service &quot;.service_locator._ewVeMD&quot;: it references class &quot;EasyCorp\Bundle\EasyAdminBundle\Context\AdminContext&quot; but no such service exists."/>
    </service>
    <service id=".errored..service_locator.Zxs0ZZ9.EasyCorp\Bundle\EasyAdminBundle\Context\AdminContext" class="EasyCorp\Bundle\EasyAdminBundle\Context\AdminContext">
      <tag name="container.error" message="Cannot autowire service &quot;.service_locator.Zxs0ZZ9&quot;: it references class &quot;EasyCorp\Bundle\EasyAdminBundle\Context\AdminContext&quot; but no such service exists."/>
    </service>
    <service id=".errored..service_locator.Zxs0ZZ9.EasyCorp\Bundle\EasyAdminBundle\Dto\BatchActionDto" class="EasyCorp\Bundle\EasyAdminBundle\Dto\BatchActionDto">
      <tag name="container.error" message="Cannot autowire service &quot;.service_locator.Zxs0ZZ9&quot;: it references class &quot;EasyCorp\Bundle\EasyAdminBundle\Dto\BatchActionDto&quot; but no such service exists."/>
    </service>
    <service id=".errored..service_locator._Gfu5xe.EasyCorp\Bundle\EasyAdminBundle\Dto\SearchDto" class="EasyCorp\Bundle\EasyAdminBundle\Dto\SearchDto">
      <tag name="container.error" message="Cannot autowire service &quot;.service_locator._Gfu5xe&quot;: it references class &quot;EasyCorp\Bundle\EasyAdminBundle\Dto\SearchDto&quot; but no such service exists."/>
    </service>
    <service id=".errored..service_locator._Gfu5xe.EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto" class="EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto">
      <tag name="container.error" message="Cannot autowire service &quot;.service_locator._Gfu5xe&quot;: it references class &quot;EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto&quot; but no such service exists."/>
    </service>
    <service id=".errored..service_locator._Gfu5xe.EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection" class="EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection">
      <tag name="container.error" message="Cannot autowire service &quot;.service_locator._Gfu5xe&quot;: it references class &quot;EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection&quot; but no such service exists."/>
    </service>
    <service id=".errored..service_locator._Gfu5xe.EasyCorp\Bundle\EasyAdminBundle\Collection\FilterCollection" class="EasyCorp\Bundle\EasyAdminBundle\Collection\FilterCollection">
      <tag name="container.error" message="Cannot autowire service &quot;.service_locator._Gfu5xe&quot;: it references class &quot;EasyCorp\Bundle\EasyAdminBundle\Collection\FilterCollection&quot; but no such service exists."/>
    </service>
    <service id=".errored..service_locator.5pLxdxQ.EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto" class="EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto">
      <tag name="container.error" message="Cannot autowire service &quot;.service_locator.5pLxdxQ&quot;: it references class &quot;EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto&quot; but no such service exists."/>
    </service>
    <service id=".errored..service_locator.5pLxdxQ.EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore" class="EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore">
      <tag name="container.error" message="Cannot autowire service &quot;.service_locator.5pLxdxQ&quot;: it references class &quot;EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore&quot; but no such service exists."/>
    </service>
    <service id=".errored..service_locator.5pLxdxQ.EasyCorp\Bundle\EasyAdminBundle\Context\AdminContext" class="EasyCorp\Bundle\EasyAdminBundle\Context\AdminContext">
      <tag name="container.error" message="Cannot autowire service &quot;.service_locator.5pLxdxQ&quot;: it references class &quot;EasyCorp\Bundle\EasyAdminBundle\Context\AdminContext&quot; but no such service exists."/>
    </service>
    <service id=".errored..service_locator.8yyrqQl.EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore" class="EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore">
      <tag name="container.error" message="Cannot autowire service &quot;.service_locator.8yyrqQl&quot;: it references class &quot;EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore&quot; but no such service exists."/>
    </service>
    <service id=".errored..service_locator.pPQbXlV.EasyCorp\Bundle\EasyAdminBundle\Context\AdminContext" class="EasyCorp\Bundle\EasyAdminBundle\Context\AdminContext">
      <tag name="container.error" message="Cannot autowire service &quot;.service_locator.pPQbXlV&quot;: it references class &quot;EasyCorp\Bundle\EasyAdminBundle\Context\AdminContext&quot; but no such service exists."/>
    </service>
    <service id=".errored..service_locator.C0tIW_k.EasyCorp\Bundle\EasyAdminBundle\Context\AdminContext" class="EasyCorp\Bundle\EasyAdminBundle\Context\AdminContext">
      <tag name="container.error" message="Cannot autowire service &quot;.service_locator.C0tIW_k&quot;: it references class &quot;EasyCorp\Bundle\EasyAdminBundle\Context\AdminContext&quot; but no such service exists."/>
    </service>
    <service id=".errored..service_locator.nbA6iHG.Symfony\Component\Security\Core\User\UserInterface" class="Symfony\Component\Security\Core\User\UserInterface">
      <tag name="container.error" message="Cannot autowire service &quot;.service_locator.nbA6iHG&quot;: it references interface &quot;Symfony\Component\Security\Core\User\UserInterface&quot; but no such service exists. You should maybe alias this interface to the existing &quot;App\Entity\User&quot; service."/>
    </service>
    <service id=".errored..service_locator.lczTjtp.EasyCorp\Bundle\EasyAdminBundle\Context\AdminContext" class="EasyCorp\Bundle\EasyAdminBundle\Context\AdminContext">
      <tag name="container.error" message="Cannot autowire service &quot;.service_locator.lczTjtp&quot;: it references class &quot;EasyCorp\Bundle\EasyAdminBundle\Context\AdminContext&quot; but no such service exists."/>
    </service>
    <service id=".App\Command\AuthorReenrichAllCommand.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>app:author:reenrich-all</argument>
      <argument type="collection"/>
      <argument>Re-enrichit tous les auteurs via Wikipedia FR (puis OL en fallback).</argument>
      <argument>false</argument>
      <argument type="service_closure" id="App\Command\AuthorReenrichAllCommand"/>
    </service>
    <service id=".App\Command\BackfillFacetsCommand.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>app:catalog:backfill-facets</argument>
      <argument type="collection"/>
      <argument>Recalcule les facettes cachees de tous les Works (sans reseau).</argument>
      <argument>false</argument>
      <argument type="service_closure" id="App\Command\BackfillFacetsCommand"/>
    </service>
    <service id=".App\Command\BackfillLocalCoversCommand.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>app:works:backfill-local-covers</argument>
      <argument type="collection"/>
      <argument>Télécharge en local les covers des Works qui pointent encore sur une URL distante.</argument>
      <argument>false</argument>
      <argument type="service_closure" id="App\Command\BackfillLocalCoversCommand"/>
    </service>
    <service id=".App\Command\BackfillSeriesTitlesCommand.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>app:works:backfill-series-titles</argument>
      <argument type="collection"/>
      <argument>Corrige le titre des Works "série T{N}" via le vrai titre du tome (subtitle Google Books).</argument>
      <argument>false</argument>
      <argument type="service_closure" id="App\Command\BackfillSeriesTitlesCommand"/>
    </service>
    <service id=".App\Command\BackfillWorkCoversCommand.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>app:works:backfill-covers</argument>
      <argument type="collection"/>
      <argument>Récupère une cover via cascade OL pour les Works sans cover.</argument>
      <argument>false</argument>
      <argument type="service_closure" id="App\Command\BackfillWorkCoversCommand"/>
    </service>
    <service id=".App\Command\CacheCategoryCoversCommand.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>app:catalog:cache-category-covers</argument>
      <argument type="collection"/>
      <argument>Télécharge en local les covers des catégories /search (Open Library → public/covers/categories).</argument>
      <argument>false</argument>
      <argument type="service_closure" id="App\Command\CacheCategoryCoversCommand"/>
    </service>
    <service id=".App\Command\CatalogCleanupLegacyCommand.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>app:catalog:cleanup-legacy</argument>
      <argument type="collection"/>
      <argument>Supprime les Works en doublon (orphelins) par canonical_key.</argument>
      <argument>false</argument>
      <argument type="service_closure" id="App\Command\CatalogCleanupLegacyCommand"/>
    </service>
    <service id=".App\Command\CatalogDownloadCoversCommand.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>app:catalog:download-covers</argument>
      <argument type="collection"/>
      <argument>Télécharge en local les images distantes manquantes (couvertures + photos d'auteurs).</argument>
      <argument>false</argument>
      <argument type="service_closure" id="App\Command\CatalogDownloadCoversCommand"/>
    </service>
    <service id=".App\Command\CatalogEnrichCommand.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>app:catalog:enrich</argument>
      <argument type="collection"/>
      <argument>Ré-enrichit un Work existant via Wikipedia FR (description + cover).</argument>
      <argument>false</argument>
      <argument type="service_closure" id="App\Command\CatalogEnrichCommand"/>
    </service>
    <service id=".App\Command\CatalogReenrichAllCommand.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>app:catalog:reenrich-all</argument>
      <argument type="collection"/>
      <argument>Re-applique l'enrichissement Wikipedia FR + GB sur tous les Works du catalogue.</argument>
      <argument>false</argument>
      <argument type="service_closure" id="App\Command\CatalogReenrichAllCommand"/>
    </service>
    <service id=".App\Command\CatalogRematerializeCommand.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>app:catalog:rematerialize</argument>
      <argument type="collection"/>
      <argument>Force la ré-application des données Wikidata sur un Work existant.</argument>
      <argument>false</argument>
      <argument type="service_closure" id="App\Command\CatalogRematerializeCommand"/>
    </service>
    <service id=".App\Command\DedupeAuthorsCommand.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>app:authors:dedupe</argument>
      <argument type="collection"/>
      <argument>Fusionne les Authors avec le même matchKey (canonique).</argument>
      <argument>false</argument>
      <argument type="service_closure" id="App\Command\DedupeAuthorsCommand"/>
    </service>
    <service id=".App\Command\ElectCanonicalEditionCommand.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>app:works:elect-canonical-edition</argument>
      <argument type="collection"/>
      <argument>Élit l'édition canonique de chaque Work (cover, éditeur, méta) parmi ses éditions existantes.</argument>
      <argument>false</argument>
      <argument type="service_closure" id="App\Command\ElectCanonicalEditionCommand"/>
    </service>
    <service id=".App\Command\EnrichFrEditionsCommand.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>app:works:enrich-fr-editions</argument>
      <argument type="collection"/>
      <argument>Crée des Editions FR (Pottermore, Gallimard, etc.) pour les Works peu garnis via Google Books.</argument>
      <argument>false</argument>
      <argument type="service_closure" id="App\Command\EnrichFrEditionsCommand"/>
    </service>
    <service id=".App\Command\GenerateCoverThumbsCommand.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>app:catalog:generate-cover-thumbs</argument>
      <argument type="collection"/>
      <argument>Génère les vignettes WebP des covers de livres (depuis les fichiers locaux, sans download).</argument>
      <argument>false</argument>
      <argument type="service_closure" id="App\Command\GenerateCoverThumbsCommand"/>
    </service>
    <service id=".App\Command\GenerateVapidKeysCommand.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>app:push:generate-vapid</argument>
      <argument type="collection"/>
      <argument>Génère les clés VAPID et les écrit dans .env.local (si absentes).</argument>
      <argument>false</argument>
      <argument type="service_closure" id="App\Command\GenerateVapidKeysCommand"/>
    </service>
    <service id=".App\Command\ImportProviderWorkCommand.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>app:catalog:import-provider</argument>
      <argument type="collection"/>
      <argument>Matérialise des Works par identifiant provider (réchauffe le cache via une recherche).</argument>
      <argument>false</argument>
      <argument type="service_closure" id="App\Command\ImportProviderWorkCommand"/>
    </service>
    <service id=".App\Command\MakeAdminCommand.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>app:admin:grant</argument>
      <argument type="collection"/>
      <argument>Donne ROLE_ADMIN à un utilisateur (par e-mail ou pseudo).</argument>
      <argument>false</argument>
      <argument type="service_closure" id="App\Command\MakeAdminCommand"/>
    </service>
    <service id=".App\Command\MergeWorkCommand.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>app:catalog:merge-work</argument>
      <argument type="collection"/>
      <argument>Fusionne un Work source dans un Work target (réassigne Editions/ratings/lists).</argument>
      <argument>false</argument>
      <argument type="service_closure" id="App\Command\MergeWorkCommand"/>
    </service>
    <service id=".App\Command\NormalizeWorkTitlesCommand.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>app:catalog:normalize-titles</argument>
      <argument type="collection"/>
      <argument>Normalise les titres des Works existants (capitales, préfixe auteur)</argument>
      <argument>false</argument>
      <argument type="service_closure" id="App\Command\NormalizeWorkTitlesCommand"/>
    </service>
    <service id=".App\Command\OnboardingEnrichPhotosCommand.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>app:onboarding:enrich-photos</argument>
      <argument type="collection"/>
      <argument>Récupère la photo des auteurs proposés à l'onboarding (Wikipedia FR, fallback OL).</argument>
      <argument>false</argument>
      <argument type="service_closure" id="App\Command\OnboardingEnrichPhotosCommand"/>
    </service>
    <service id=".App\Command\PurgeCollectionWorksCommand.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>app:catalog:purge-collections</argument>
      <argument type="collection"/>
      <argument>Supprime les Works qui sont des coffrets/intégrales/lots éditoriaux.</argument>
      <argument>false</argument>
      <argument type="service_closure" id="App\Command\PurgeCollectionWorksCommand"/>
    </service>
    <service id=".App\Command\ReadAlikesGapsCommand.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>app:reco:read-alikes-gaps</argument>
      <argument type="collection"/>
      <argument>Auteurs des profils de gout absents de la carte de read-alikes.</argument>
      <argument>false</argument>
      <argument type="service_closure" id="App\Command\ReadAlikesGapsCommand"/>
    </service>
    <service id=".App\Command\RecanonicalizeWorksCommand.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>app:works:recanonicalize</argument>
      <argument type="collection"/>
      <argument>Recalcule canonical_key de tous les Works (utile après changement d'algorithme).</argument>
      <argument>false</argument>
      <argument type="service_closure" id="App\Command\RecanonicalizeWorksCommand"/>
    </service>
    <service id=".App\Command\RecapOversizedCoversCommand.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>app:catalog:recap-oversized-covers</argument>
      <argument type="collection"/>
      <argument>Re-cappe à 600px les covers locales stockées en pleine résolution (sans download).</argument>
      <argument>false</argument>
      <argument type="service_closure" id="App\Command\RecapOversizedCoversCommand"/>
    </service>
    <service id=".App\Command\RefetchFrenchCoversCommand.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>app:works:refetch-covers-fr</argument>
      <argument type="collection"/>
      <argument>Re-fetch les covers FR via Google Books pour les Works FR (corrige les mauvaises éditions).</argument>
      <argument>false</argument>
      <argument type="service_closure" id="App\Command\RefetchFrenchCoversCommand"/>
    </service>
    <service id=".App\Command\ResolveWorkQidsCommand.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>app:works:resolve-qids</argument>
      <argument type="collection"/>
      <argument>Résout les QID Wikidata des Works existants (backfill prudent, rejouable).</argument>
      <argument>false</argument>
      <argument type="service_closure" id="App\Command\ResolveWorkQidsCommand"/>
    </service>
    <service id=".App\Command\SeedOnboardingCommand.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>app:onboarding:seed</argument>
      <argument type="collection"/>
      <argument>Crée les genres + auteurs phares de l'onboarding (poésie, littérature contemporaine)</argument>
      <argument>false</argument>
      <argument type="service_closure" id="App\Command\SeedOnboardingCommand"/>
    </service>
    <service id=".App\Command\TestWikidataCommand.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>app:catalog:test-wikidata</argument>
      <argument type="collection"/>
      <argument>Test la résolution Wikidata pour un titre de livre.</argument>
      <argument>false</argument>
      <argument type="service_closure" id="App\Command\TestWikidataCommand"/>
    </service>
    <service id=".App\Command\WatchAssetsCommand.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>app:assets:watch</argument>
      <argument type="collection"/>
      <argument>Surveille assets/ et recompile automatiquement à chaque modification.</argument>
      <argument>false</argument>
      <argument type="service_closure" id="App\Command\WatchAssetsCommand"/>
    </service>
    <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_invalidate_tags.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>cache:pool:invalidate-tags</argument>
      <argument type="collection"/>
      <argument>Invalidate cache tags for all or a specific pool</argument>
      <argument>false</argument>
      <argument type="service_closure" id="console.command.cache_pool_invalidate_tags"/>
    </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>List 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.messenger_consume_messages.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>messenger:consume</argument>
      <argument type="collection"/>
      <argument>Consume messages</argument>
      <argument>false</argument>
      <argument type="service_closure" id="console.command.messenger_consume_messages"/>
    </service>
    <service id=".console.command.messenger_setup_transports.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>messenger:setup-transports</argument>
      <argument type="collection"/>
      <argument>Prepare the required infrastructure for the transport</argument>
      <argument>false</argument>
      <argument type="service_closure" id="console.command.messenger_setup_transports"/>
    </service>
    <service id=".console.command.messenger_debug.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>debug:messenger</argument>
      <argument type="collection"/>
      <argument>List messages you can dispatch using the message buses</argument>
      <argument>false</argument>
      <argument type="service_closure" id="console.command.messenger_debug"/>
    </service>
    <service id=".console.command.messenger_stop_workers.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>messenger:stop-workers</argument>
      <argument type="collection"/>
      <argument>Stop workers after their current message</argument>
      <argument>false</argument>
      <argument type="service_closure" id="console.command.messenger_stop_workers"/>
    </service>
    <service id=".console.command.messenger_failed_messages_retry.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>messenger:failed:retry</argument>
      <argument type="collection"/>
      <argument>Retry one or more messages from the failure transport</argument>
      <argument>false</argument>
      <argument type="service_closure" id="console.command.messenger_failed_messages_retry"/>
    </service>
    <service id=".console.command.messenger_failed_messages_show.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>messenger:failed:show</argument>
      <argument type="collection"/>
      <argument>Show one or more messages from the failure transport</argument>
      <argument>false</argument>
      <argument type="service_closure" id="console.command.messenger_failed_messages_show"/>
    </service>
    <service id=".console.command.messenger_failed_messages_remove.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>messenger:failed:remove</argument>
      <argument type="collection"/>
      <argument>Remove given messages from the failure transport</argument>
      <argument>false</argument>
      <argument type="service_closure" id="console.command.messenger_failed_messages_remove"/>
    </service>
    <service id=".console.command.messenger_stats.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>messenger:stats</argument>
      <argument type="collection"/>
      <argument>Show the message count for one or more transports</argument>
      <argument>false</argument>
      <argument type="service_closure" id="console.command.messenger_stats"/>
    </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.serializer_debug.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>debug:serializer</argument>
      <argument type="collection"/>
      <argument>Display serialization information for classes</argument>
      <argument>false</argument>
      <argument type="service_closure" id="console.command.serializer_debug"/>
    </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>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.translation_lint.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>lint:translations</argument>
      <argument type="collection"/>
      <argument>Lint translations files syntax and outputs encountered errors</argument>
      <argument>false</argument>
      <argument type="service_closure" id="console.command.translation_lint"/>
    </service>
    <service id=".console.command.form_debug.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>debug:form</argument>
      <argument type="collection"/>
      <argument>Display form type information</argument>
      <argument>false</argument>
      <argument type="service_closure" id="console.command.form_debug"/>
    </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_reveal.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>secrets:reveal</argument>
      <argument type="collection"/>
      <argument>Reveal the value of a secret</argument>
      <argument>false</argument>
      <argument type="service_closure" id="console.command.secrets_reveal"/>
    </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.error_dumper.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>error:dump</argument>
      <argument type="collection"/>
      <argument>Dump error pages to plain HTML files that can be directly served by a web server</argument>
      <argument>false</argument>
      <argument type="service_closure" id="console.command.error_dumper"/>
    </service>
    <service id=".asset_mapper.command.compile.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>asset-map:compile</argument>
      <argument type="collection"/>
      <argument>Compile all mapped assets and writes them to the final public output directory</argument>
      <argument>false</argument>
      <argument type="service_closure" id="asset_mapper.command.compile"/>
    </service>
    <service id=".asset_mapper.command.debug.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>debug:asset-map</argument>
      <argument type="collection"/>
      <argument>Output all mapped assets</argument>
      <argument>false</argument>
      <argument type="service_closure" id="asset_mapper.command.debug"/>
    </service>
    <service id=".asset_mapper.importmap.command.require.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>importmap:require</argument>
      <argument type="collection"/>
      <argument>Require JavaScript packages</argument>
      <argument>false</argument>
      <argument type="service_closure" id="asset_mapper.importmap.command.require"/>
    </service>
    <service id=".asset_mapper.importmap.command.remove.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>importmap:remove</argument>
      <argument type="collection"/>
      <argument>Remove JavaScript packages</argument>
      <argument>false</argument>
      <argument type="service_closure" id="asset_mapper.importmap.command.remove"/>
    </service>
    <service id=".asset_mapper.importmap.command.update.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>importmap:update</argument>
      <argument type="collection"/>
      <argument>Update JavaScript packages to their latest versions</argument>
      <argument>false</argument>
      <argument type="service_closure" id="asset_mapper.importmap.command.update"/>
    </service>
    <service id=".asset_mapper.importmap.command.install.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>importmap:install</argument>
      <argument type="collection"/>
      <argument>Download all assets that should be downloaded</argument>
      <argument>false</argument>
      <argument type="service_closure" id="asset_mapper.importmap.command.install"/>
    </service>
    <service id=".asset_mapper.importmap.command.audit.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>importmap:audit</argument>
      <argument type="collection"/>
      <argument>Check for security vulnerability advisories for dependencies</argument>
      <argument>false</argument>
      <argument type="service_closure" id="asset_mapper.importmap.command.audit"/>
    </service>
    <service id=".asset_mapper.importmap.command.outdated.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>importmap:outdated</argument>
      <argument type="collection"/>
      <argument>List outdated JavaScript packages and their latest versions</argument>
      <argument>false</argument>
      <argument type="service_closure" id="asset_mapper.importmap.command.outdated"/>
    </service>
    <service id=".asset_mapper.assets.command.compress.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>assets:compress</argument>
      <argument type="collection"/>
      <argument>Pre-compresses files to serve through a web server</argument>
      <argument>false</argument>
      <argument type="service_closure" id="asset_mapper.assets.command.compress"/>
    </service>
    <service id=".console.command.mailer_test.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>mailer:test</argument>
      <argument type="collection"/>
      <argument>Test Mailer transports by sending an email</argument>
      <argument>false</argument>
      <argument type="service_closure" id="console.command.mailer_test"/>
    </service>
    <service id=".twig.command.debug.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>debug:twig</argument>
      <argument type="collection"/>
      <argument>Show a list of twig functions, filters, globals and tests</argument>
      <argument>false</argument>
      <argument type="service_closure" id="twig.command.debug"/>
    </service>
    <service id=".twig.command.lint.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>lint:twig</argument>
      <argument type="collection"/>
      <argument>Lint a Twig template and outputs encountered errors</argument>
      <argument>false</argument>
      <argument type="service_closure" id="twig.command.lint"/>
    </service>
    <service id=".security.command.debug_firewall.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>debug:firewall</argument>
      <argument type="collection"/>
      <argument>Display information about your security firewall(s)</argument>
      <argument>false</argument>
      <argument type="service_closure" id="security.command.debug_firewall"/>
    </service>
    <service id=".security.command.user_password_hash.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>security:hash-password</argument>
      <argument type="collection"/>
      <argument>Hash a user password</argument>
      <argument>false</argument>
      <argument type="service_closure" id="security.command.user_password_hash"/>
    </service>
    <service id=".security.command.role_hierarchy_dump.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>debug:security:role-hierarchy</argument>
      <argument type="collection"/>
      <argument>Dump the role hierarchy as a Mermaid flowchart</argument>
      <argument>false</argument>
      <argument type="service_closure" id="security.command.role_hierarchy_dump"/>
    </service>
    <service id=".doctrine_migrations.diff_command.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>doctrine:migrations:diff</argument>
      <argument type="collection"/>
      <argument>Generate a migration by comparing your current database to your mapping information.</argument>
      <argument>false</argument>
      <argument type="service_closure" id="doctrine_migrations.diff_command"/>
    </service>
    <service id=".doctrine_migrations.sync_metadata_command.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>doctrine:migrations:sync-metadata-storage</argument>
      <argument type="collection"/>
      <argument>Ensures that the metadata storage is at the latest version.</argument>
      <argument>false</argument>
      <argument type="service_closure" id="doctrine_migrations.sync_metadata_command"/>
    </service>
    <service id=".doctrine_migrations.versions_command.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>doctrine:migrations:list</argument>
      <argument type="collection"/>
      <argument>Display a list of all available migrations and their status.</argument>
      <argument>false</argument>
      <argument type="service_closure" id="doctrine_migrations.versions_command"/>
    </service>
    <service id=".doctrine_migrations.current_command.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>doctrine:migrations:current</argument>
      <argument type="collection"/>
      <argument>Outputs the current version</argument>
      <argument>false</argument>
      <argument type="service_closure" id="doctrine_migrations.current_command"/>
    </service>
    <service id=".doctrine_migrations.dump_schema_command.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>doctrine:migrations:dump-schema</argument>
      <argument type="collection"/>
      <argument>Dump the schema for your database to a migration.</argument>
      <argument>false</argument>
      <argument type="service_closure" id="doctrine_migrations.dump_schema_command"/>
    </service>
    <service id=".doctrine_migrations.execute_command.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>doctrine:migrations:execute</argument>
      <argument type="collection"/>
      <argument>Execute one or more migration versions up or down manually.</argument>
      <argument>false</argument>
      <argument type="service_closure" id="doctrine_migrations.execute_command"/>
    </service>
    <service id=".doctrine_migrations.generate_command.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>doctrine:migrations:generate</argument>
      <argument type="collection"/>
      <argument>Generate a blank migration class.</argument>
      <argument>false</argument>
      <argument type="service_closure" id="doctrine_migrations.generate_command"/>
    </service>
    <service id=".doctrine_migrations.latest_command.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>doctrine:migrations:latest</argument>
      <argument type="collection"/>
      <argument>Outputs the latest version</argument>
      <argument>false</argument>
      <argument type="service_closure" id="doctrine_migrations.latest_command"/>
    </service>
    <service id=".doctrine_migrations.migrate_command.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>doctrine:migrations:migrate</argument>
      <argument type="collection"/>
      <argument>Execute a migration to a specified version or the latest available version.</argument>
      <argument>false</argument>
      <argument type="service_closure" id="doctrine_migrations.migrate_command"/>
    </service>
    <service id=".doctrine_migrations.rollup_command.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>doctrine:migrations:rollup</argument>
      <argument type="collection"/>
      <argument>Rollup migrations by deleting all tracked versions and insert the one version that exists.</argument>
      <argument>false</argument>
      <argument type="service_closure" id="doctrine_migrations.rollup_command"/>
    </service>
    <service id=".doctrine_migrations.status_command.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>doctrine:migrations:status</argument>
      <argument type="collection"/>
      <argument>View the status of a set of migrations.</argument>
      <argument>false</argument>
      <argument type="service_closure" id="doctrine_migrations.status_command"/>
    </service>
    <service id=".doctrine_migrations.up_to_date_command.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>doctrine:migrations:up-to-date</argument>
      <argument type="collection"/>
      <argument>Tells you if your schema is up-to-date.</argument>
      <argument>false</argument>
      <argument type="service_closure" id="doctrine_migrations.up_to_date_command"/>
    </service>
    <service id=".doctrine_migrations.version_command.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>doctrine:migrations:version</argument>
      <argument type="collection"/>
      <argument>Manually add and delete migration versions from the version table.</argument>
      <argument>false</argument>
      <argument type="service_closure" id="doctrine_migrations.version_command"/>
    </service>
    <service id=".debug.api_platform.debug_resource.command.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>debug:api-resource</argument>
      <argument type="collection"/>
      <argument>Debug API Platform resources</argument>
      <argument>false</argument>
      <argument type="service_closure" id="debug.api_platform.debug_resource.command"/>
    </service>
    <service id=".lexik_jwt_authentication.check_config_command.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>lexik:jwt:check-config</argument>
      <argument type="collection"/>
      <argument>Checks that the bundle is properly configured.</argument>
      <argument>false</argument>
      <argument type="service_closure" id="lexik_jwt_authentication.check_config_command"/>
    </service>
    <service id=".lexik_jwt_authentication.migrate_config_command.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>lexik:jwt:migrate-config</argument>
      <argument type="collection"/>
      <argument>Migrate LexikJWTAuthenticationBundle configuration to the Web-Token one.</argument>
      <argument>false</argument>
      <argument type="service_closure" id="lexik_jwt_authentication.migrate_config_command"/>
    </service>
    <service id=".lexik_jwt_authentication.enable_encryption_config_command.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>lexik:jwt:enable-encryption</argument>
      <argument type="collection"/>
      <argument>Enable Web-Token encryption support.</argument>
      <argument>false</argument>
      <argument type="service_closure" id="lexik_jwt_authentication.enable_encryption_config_command"/>
    </service>
    <service id=".lexik_jwt_authentication.generate_token_command.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>lexik:jwt:generate-token</argument>
      <argument type="collection"/>
      <argument>Generates a JWT token for a given user.</argument>
      <argument>false</argument>
      <argument type="service_closure" id="lexik_jwt_authentication.generate_token_command"/>
    </service>
    <service id=".lexik_jwt_authentication.generate_keypair_command.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>lexik:jwt:generate-keypair</argument>
      <argument type="collection"/>
      <argument>Generate public/private keys for use in your application.</argument>
      <argument>false</argument>
      <argument type="service_closure" id="lexik_jwt_authentication.generate_keypair_command"/>
    </service>
    <service id=".ux.twig_component.command.debug.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>debug:twig-component</argument>
      <argument type="collection"/>
      <argument>Display components and them usages for an application</argument>
      <argument>false</argument>
      <argument type="service_closure" id="ux.twig_component.command.debug"/>
    </service>
    <service id=".EasyCorp\Bundle\EasyAdminBundle\Command\MakeAdminDashboardCommand.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>make:admin:dashboard</argument>
      <argument type="collection"/>
      <argument>Creates a new EasyAdmin Dashboard class</argument>
      <argument>false</argument>
      <argument type="service_closure" id="EasyCorp\Bundle\EasyAdminBundle\Command\MakeAdminDashboardCommand"/>
    </service>
    <service id=".EasyCorp\Bundle\EasyAdminBundle\Command\MakeCrudControllerCommand.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>make:admin:crud</argument>
      <argument type="collection"/>
      <argument>Creates a new EasyAdmin CRUD controller class</argument>
      <argument>false</argument>
      <argument type="service_closure" id="EasyCorp\Bundle\EasyAdminBundle\Command\MakeCrudControllerCommand"/>
    </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.JnYRxHc"/>
      <argument type="collection">
        <argument key="app:author:reenrich-all">App\Command\AuthorReenrichAllCommand</argument>
        <argument key="app:catalog:backfill-facets">App\Command\BackfillFacetsCommand</argument>
        <argument key="app:works:backfill-local-covers">App\Command\BackfillLocalCoversCommand</argument>
        <argument key="app:works:backfill-series-titles">App\Command\BackfillSeriesTitlesCommand</argument>
        <argument key="app:works:backfill-covers">App\Command\BackfillWorkCoversCommand</argument>
        <argument key="app:catalog:cache-category-covers">App\Command\CacheCategoryCoversCommand</argument>
        <argument key="app:catalog:cleanup-legacy">App\Command\CatalogCleanupLegacyCommand</argument>
        <argument key="app:catalog:download-covers">App\Command\CatalogDownloadCoversCommand</argument>
        <argument key="app:catalog:enrich">App\Command\CatalogEnrichCommand</argument>
        <argument key="app:catalog:reenrich-all">App\Command\CatalogReenrichAllCommand</argument>
        <argument key="app:catalog:rematerialize">App\Command\CatalogRematerializeCommand</argument>
        <argument key="app:authors:dedupe">App\Command\DedupeAuthorsCommand</argument>
        <argument key="app:works:elect-canonical-edition">App\Command\ElectCanonicalEditionCommand</argument>
        <argument key="app:works:enrich-fr-editions">App\Command\EnrichFrEditionsCommand</argument>
        <argument key="app:catalog:generate-cover-thumbs">App\Command\GenerateCoverThumbsCommand</argument>
        <argument key="app:push:generate-vapid">App\Command\GenerateVapidKeysCommand</argument>
        <argument key="app:catalog:import-provider">App\Command\ImportProviderWorkCommand</argument>
        <argument key="app:admin:grant">App\Command\MakeAdminCommand</argument>
        <argument key="app:catalog:merge-work">App\Command\MergeWorkCommand</argument>
        <argument key="app:catalog:normalize-titles">App\Command\NormalizeWorkTitlesCommand</argument>
        <argument key="app:onboarding:enrich-photos">App\Command\OnboardingEnrichPhotosCommand</argument>
        <argument key="app:catalog:purge-collections">App\Command\PurgeCollectionWorksCommand</argument>
        <argument key="app:reco:read-alikes-gaps">App\Command\ReadAlikesGapsCommand</argument>
        <argument key="app:works:recanonicalize">App\Command\RecanonicalizeWorksCommand</argument>
        <argument key="app:catalog:recap-oversized-covers">App\Command\RecapOversizedCoversCommand</argument>
        <argument key="app:works:refetch-covers-fr">App\Command\RefetchFrenchCoversCommand</argument>
        <argument key="app:works:resolve-qids">App\Command\ResolveWorkQidsCommand</argument>
        <argument key="app:onboarding:seed">App\Command\SeedOnboardingCommand</argument>
        <argument key="app:catalog:test-wikidata">App\Command\TestWikidataCommand</argument>
        <argument key="app:assets:watch">App\Command\WatchAssetsCommand</argument>
        <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:invalidate-tags">console.command.cache_pool_invalidate_tags</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="messenger:consume">console.command.messenger_consume_messages</argument>
        <argument key="messenger:setup-transports">console.command.messenger_setup_transports</argument>
        <argument key="debug:messenger">console.command.messenger_debug</argument>
        <argument key="messenger:stop-workers">console.command.messenger_stop_workers</argument>
        <argument key="messenger:failed:retry">console.command.messenger_failed_messages_retry</argument>
        <argument key="messenger:failed:show">console.command.messenger_failed_messages_show</argument>
        <argument key="messenger:failed:remove">console.command.messenger_failed_messages_remove</argument>
        <argument key="messenger:stats">console.command.messenger_stats</argument>
        <argument key="debug:router">console.command.router_debug</argument>
        <argument key="router:match">console.command.router_match</argument>
        <argument key="debug:serializer">console.command.serializer_debug</argument>
        <argument key="debug:translation">console.command.translation_debug</argument>
        <argument key="translation:extract">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="lint:translations">console.command.translation_lint</argument>
        <argument key="debug:form">console.command.form_debug</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:reveal">console.command.secrets_reveal</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="error:dump">console.command.error_dumper</argument>
        <argument key="asset-map:compile">asset_mapper.command.compile</argument>
        <argument key="debug:asset-map">asset_mapper.command.debug</argument>
        <argument key="importmap:require">asset_mapper.importmap.command.require</argument>
        <argument key="importmap:remove">asset_mapper.importmap.command.remove</argument>
        <argument key="importmap:update">asset_mapper.importmap.command.update</argument>
        <argument key="importmap:install">asset_mapper.importmap.command.install</argument>
        <argument key="importmap:audit">asset_mapper.importmap.command.audit</argument>
        <argument key="importmap:outdated">asset_mapper.importmap.command.outdated</argument>
        <argument key="assets:compress">asset_mapper.assets.command.compress</argument>
        <argument key="mailer:test">console.command.mailer_test</argument>
        <argument key="debug:twig">twig.command.debug</argument>
        <argument key="lint:twig">twig.command.lint</argument>
        <argument key="debug:firewall">security.command.debug_firewall</argument>
        <argument key="security:hash-password">security.command.user_password_hash</argument>
        <argument key="debug:security:role-hierarchy">security.command.role_hierarchy_dump</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:schema:create">doctrine.schema_create_command</argument>
        <argument key="doctrine:schema:drop">doctrine.schema_drop_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:mapping:describe">doctrine.mapping_describe_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: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 key="api:json-schema:generate">api_platform.json_schema.json_schema_generate_command</argument>
        <argument key="api:openapi:export">api_platform.openapi.command</argument>
        <argument key="debug:api-resource">debug.api_platform.debug_resource.command</argument>
        <argument key="lexik:jwt:check-config">lexik_jwt_authentication.check_config_command</argument>
        <argument key="lexik:jwt:migrate-config">lexik_jwt_authentication.migrate_config_command</argument>
        <argument key="lexik:jwt:enable-encryption">lexik_jwt_authentication.enable_encryption_config_command</argument>
        <argument key="lexik:jwt:generate-token">lexik_jwt_authentication.generate_token_command</argument>
        <argument key="lexik:jwt:generate-keypair">lexik_jwt_authentication.generate_keypair_command</argument>
        <argument key="reset-password:remove-expired">SymfonyCasts\Bundle\ResetPassword\Command\ResetPasswordRemoveExpiredCommand</argument>
        <argument key="debug:twig-component">ux.twig_component.command.debug</argument>
        <argument key="make:admin:dashboard">EasyCorp\Bundle\EasyAdminBundle\Command\MakeAdminDashboardCommand</argument>
        <argument key="make:admin:crud">EasyCorp\Bundle\EasyAdminBundle\Command\MakeCrudControllerCommand</argument>
      </argument>
    </service>
    <service id=".service_locator.JnYRxHc" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="App\Command\AuthorReenrichAllCommand" type="service_closure" id=".App\Command\AuthorReenrichAllCommand.lazy"/>
        <argument key="App\Command\BackfillFacetsCommand" type="service_closure" id=".App\Command\BackfillFacetsCommand.lazy"/>
        <argument key="App\Command\BackfillLocalCoversCommand" type="service_closure" id=".App\Command\BackfillLocalCoversCommand.lazy"/>
        <argument key="App\Command\BackfillSeriesTitlesCommand" type="service_closure" id=".App\Command\BackfillSeriesTitlesCommand.lazy"/>
        <argument key="App\Command\BackfillWorkCoversCommand" type="service_closure" id=".App\Command\BackfillWorkCoversCommand.lazy"/>
        <argument key="App\Command\CacheCategoryCoversCommand" type="service_closure" id=".App\Command\CacheCategoryCoversCommand.lazy"/>
        <argument key="App\Command\CatalogCleanupLegacyCommand" type="service_closure" id=".App\Command\CatalogCleanupLegacyCommand.lazy"/>
        <argument key="App\Command\CatalogDownloadCoversCommand" type="service_closure" id=".App\Command\CatalogDownloadCoversCommand.lazy"/>
        <argument key="App\Command\CatalogEnrichCommand" type="service_closure" id=".App\Command\CatalogEnrichCommand.lazy"/>
        <argument key="App\Command\CatalogReenrichAllCommand" type="service_closure" id=".App\Command\CatalogReenrichAllCommand.lazy"/>
        <argument key="App\Command\CatalogRematerializeCommand" type="service_closure" id=".App\Command\CatalogRematerializeCommand.lazy"/>
        <argument key="App\Command\DedupeAuthorsCommand" type="service_closure" id=".App\Command\DedupeAuthorsCommand.lazy"/>
        <argument key="App\Command\ElectCanonicalEditionCommand" type="service_closure" id=".App\Command\ElectCanonicalEditionCommand.lazy"/>
        <argument key="App\Command\EnrichFrEditionsCommand" type="service_closure" id=".App\Command\EnrichFrEditionsCommand.lazy"/>
        <argument key="App\Command\GenerateCoverThumbsCommand" type="service_closure" id=".App\Command\GenerateCoverThumbsCommand.lazy"/>
        <argument key="App\Command\GenerateVapidKeysCommand" type="service_closure" id=".App\Command\GenerateVapidKeysCommand.lazy"/>
        <argument key="App\Command\ImportProviderWorkCommand" type="service_closure" id=".App\Command\ImportProviderWorkCommand.lazy"/>
        <argument key="App\Command\MakeAdminCommand" type="service_closure" id=".App\Command\MakeAdminCommand.lazy"/>
        <argument key="App\Command\MergeWorkCommand" type="service_closure" id=".App\Command\MergeWorkCommand.lazy"/>
        <argument key="App\Command\NormalizeWorkTitlesCommand" type="service_closure" id=".App\Command\NormalizeWorkTitlesCommand.lazy"/>
        <argument key="App\Command\OnboardingEnrichPhotosCommand" type="service_closure" id=".App\Command\OnboardingEnrichPhotosCommand.lazy"/>
        <argument key="App\Command\PurgeCollectionWorksCommand" type="service_closure" id=".App\Command\PurgeCollectionWorksCommand.lazy"/>
        <argument key="App\Command\ReadAlikesGapsCommand" type="service_closure" id=".App\Command\ReadAlikesGapsCommand.lazy"/>
        <argument key="App\Command\RecanonicalizeWorksCommand" type="service_closure" id=".App\Command\RecanonicalizeWorksCommand.lazy"/>
        <argument key="App\Command\RecapOversizedCoversCommand" type="service_closure" id=".App\Command\RecapOversizedCoversCommand.lazy"/>
        <argument key="App\Command\RefetchFrenchCoversCommand" type="service_closure" id=".App\Command\RefetchFrenchCoversCommand.lazy"/>
        <argument key="App\Command\ResolveWorkQidsCommand" type="service_closure" id=".App\Command\ResolveWorkQidsCommand.lazy"/>
        <argument key="App\Command\SeedOnboardingCommand" type="service_closure" id=".App\Command\SeedOnboardingCommand.lazy"/>
        <argument key="App\Command\TestWikidataCommand" type="service_closure" id=".App\Command\TestWikidataCommand.lazy"/>
        <argument key="App\Command\WatchAssetsCommand" type="service_closure" id=".App\Command\WatchAssetsCommand.lazy"/>
        <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_invalidate_tags" type="service_closure" id=".console.command.cache_pool_invalidate_tags.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.messenger_consume_messages" type="service_closure" id=".console.command.messenger_consume_messages.lazy"/>
        <argument key="console.command.messenger_setup_transports" type="service_closure" id=".console.command.messenger_setup_transports.lazy"/>
        <argument key="console.command.messenger_debug" type="service_closure" id=".console.command.messenger_debug.lazy"/>
        <argument key="console.command.messenger_stop_workers" type="service_closure" id=".console.command.messenger_stop_workers.lazy"/>
        <argument key="console.command.messenger_failed_messages_retry" type="service_closure" id=".console.command.messenger_failed_messages_retry.lazy"/>
        <argument key="console.command.messenger_failed_messages_show" type="service_closure" id=".console.command.messenger_failed_messages_show.lazy"/>
        <argument key="console.command.messenger_failed_messages_remove" type="service_closure" id=".console.command.messenger_failed_messages_remove.lazy"/>
        <argument key="console.command.messenger_stats" type="service_closure" id=".console.command.messenger_stats.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.serializer_debug" type="service_closure" id=".console.command.serializer_debug.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.translation_lint" type="service_closure" id=".console.command.translation_lint.lazy"/>
        <argument key="console.command.form_debug" type="service_closure" id=".console.command.form_debug.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_reveal" type="service_closure" id=".console.command.secrets_reveal.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="console.command.error_dumper" type="service_closure" id=".console.command.error_dumper.lazy"/>
        <argument key="asset_mapper.command.compile" type="service_closure" id=".asset_mapper.command.compile.lazy"/>
        <argument key="asset_mapper.command.debug" type="service_closure" id=".asset_mapper.command.debug.lazy"/>
        <argument key="asset_mapper.importmap.command.require" type="service_closure" id=".asset_mapper.importmap.command.require.lazy"/>
        <argument key="asset_mapper.importmap.command.remove" type="service_closure" id=".asset_mapper.importmap.command.remove.lazy"/>
        <argument key="asset_mapper.importmap.command.update" type="service_closure" id=".asset_mapper.importmap.command.update.lazy"/>
        <argument key="asset_mapper.importmap.command.install" type="service_closure" id=".asset_mapper.importmap.command.install.lazy"/>
        <argument key="asset_mapper.importmap.command.audit" type="service_closure" id=".asset_mapper.importmap.command.audit.lazy"/>
        <argument key="asset_mapper.importmap.command.outdated" type="service_closure" id=".asset_mapper.importmap.command.outdated.lazy"/>
        <argument key="asset_mapper.assets.command.compress" type="service_closure" id=".asset_mapper.assets.command.compress.lazy"/>
        <argument key="console.command.mailer_test" type="service_closure" id=".console.command.mailer_test.lazy"/>
        <argument key="twig.command.debug" type="service_closure" id=".twig.command.debug.lazy"/>
        <argument key="twig.command.lint" type="service_closure" id=".twig.command.lint.lazy"/>
        <argument key="security.command.debug_firewall" type="service_closure" id=".security.command.debug_firewall.lazy"/>
        <argument key="security.command.user_password_hash" type="service_closure" id=".security.command.user_password_hash.lazy"/>
        <argument key="security.command.role_hierarchy_dump" type="service_closure" id=".security.command.role_hierarchy_dump.lazy"/>
        <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.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.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.mapping_describe_command" type="service_closure" id="doctrine.mapping_describe_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_migrations.diff_command" type="service_closure" id=".doctrine_migrations.diff_command.lazy"/>
        <argument key="doctrine_migrations.sync_metadata_command" type="service_closure" id=".doctrine_migrations.sync_metadata_command.lazy"/>
        <argument key="doctrine_migrations.versions_command" type="service_closure" id=".doctrine_migrations.versions_command.lazy"/>
        <argument key="doctrine_migrations.current_command" type="service_closure" id=".doctrine_migrations.current_command.lazy"/>
        <argument key="doctrine_migrations.dump_schema_command" type="service_closure" id=".doctrine_migrations.dump_schema_command.lazy"/>
        <argument key="doctrine_migrations.execute_command" type="service_closure" id=".doctrine_migrations.execute_command.lazy"/>
        <argument key="doctrine_migrations.generate_command" type="service_closure" id=".doctrine_migrations.generate_command.lazy"/>
        <argument key="doctrine_migrations.latest_command" type="service_closure" id=".doctrine_migrations.latest_command.lazy"/>
        <argument key="doctrine_migrations.migrate_command" type="service_closure" id=".doctrine_migrations.migrate_command.lazy"/>
        <argument key="doctrine_migrations.rollup_command" type="service_closure" id=".doctrine_migrations.rollup_command.lazy"/>
        <argument key="doctrine_migrations.status_command" type="service_closure" id=".doctrine_migrations.status_command.lazy"/>
        <argument key="doctrine_migrations.up_to_date_command" type="service_closure" id=".doctrine_migrations.up_to_date_command.lazy"/>
        <argument key="doctrine_migrations.version_command" type="service_closure" id=".doctrine_migrations.version_command.lazy"/>
        <argument key="api_platform.json_schema.json_schema_generate_command" type="service_closure" id="api_platform.json_schema.json_schema_generate_command"/>
        <argument key="api_platform.openapi.command" type="service_closure" id="api_platform.openapi.command"/>
        <argument key="debug.api_platform.debug_resource.command" type="service_closure" id=".debug.api_platform.debug_resource.command.lazy"/>
        <argument key="lexik_jwt_authentication.check_config_command" type="service_closure" id=".lexik_jwt_authentication.check_config_command.lazy"/>
        <argument key="lexik_jwt_authentication.migrate_config_command" type="service_closure" id=".lexik_jwt_authentication.migrate_config_command.lazy"/>
        <argument key="lexik_jwt_authentication.enable_encryption_config_command" type="service_closure" id=".lexik_jwt_authentication.enable_encryption_config_command.lazy"/>
        <argument key="lexik_jwt_authentication.generate_token_command" type="service_closure" id=".lexik_jwt_authentication.generate_token_command.lazy"/>
        <argument key="lexik_jwt_authentication.generate_keypair_command" type="service_closure" id=".lexik_jwt_authentication.generate_keypair_command.lazy"/>
        <argument key="SymfonyCasts\Bundle\ResetPassword\Command\ResetPasswordRemoveExpiredCommand" type="service_closure" id="SymfonyCasts\Bundle\ResetPassword\Command\ResetPasswordRemoveExpiredCommand"/>
        <argument key="ux.twig_component.command.debug" type="service_closure" id=".ux.twig_component.command.debug.lazy"/>
        <argument key="EasyCorp\Bundle\EasyAdminBundle\Command\MakeAdminDashboardCommand" type="service_closure" id=".EasyCorp\Bundle\EasyAdminBundle\Command\MakeAdminDashboardCommand.lazy"/>
        <argument key="EasyCorp\Bundle\EasyAdminBundle\Command\MakeCrudControllerCommand" type="service_closure" id=".EasyCorp\Bundle\EasyAdminBundle\Command\MakeCrudControllerCommand.lazy"/>
      </argument>
    </service>
    <service id="cache.app.recorder_inner" class="Symfony\Component\Cache\Adapter\FilesystemAdapter">
      <argument>V5ZH1Pl9Xj</argument>
      <argument>0</argument>
      <argument>C:\Users\rgalo\Dropbox\_LIVRECOMMENT\var\share\test/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.system.recorder_inner" class="Symfony\Component\Cache\Adapter\AdapterInterface">
      <argument>+J8nFGDjHl</argument>
      <argument>0</argument>
      <argument>%container.build_id%</argument>
      <argument>C:\Users\rgalo\Dropbox\_LIVRECOMMENT\var\cache\test/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.recorder_inner" class="Symfony\Component\Cache\Adapter\AdapterInterface">
      <argument>QjRLRx+kqQ</argument>
      <argument>0</argument>
      <argument>%container.build_id%</argument>
      <argument>C:\Users\rgalo\Dropbox\_LIVRECOMMENT\var\cache\test/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.recorder_inner" class="Symfony\Component\Cache\Adapter\AdapterInterface">
      <argument>9SopETiVFt</argument>
      <argument>0</argument>
      <argument>%container.build_id%</argument>
      <argument>C:\Users\rgalo\Dropbox\_LIVRECOMMENT\var\cache\test/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.recorder_inner" class="Symfony\Component\Cache\Adapter\AdapterInterface">
      <argument>71DOkA4fN8</argument>
      <argument>0</argument>
      <argument>%container.build_id%</argument>
      <argument>C:\Users\rgalo\Dropbox\_LIVRECOMMENT\var\cache\test/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.asset_mapper.recorder_inner" class="Symfony\Component\Cache\Adapter\AdapterInterface">
      <argument>IEajqKz-mV</argument>
      <argument>0</argument>
      <argument>%container.build_id%</argument>
      <argument>C:\Users\rgalo\Dropbox\_LIVRECOMMENT\var\cache\test/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.messenger.restart_workers_signal.recorder_inner" class="Symfony\Component\Cache\Adapter\FilesystemAdapter">
      <argument>Gaw3cp82vt</argument>
      <argument>0</argument>
      <argument>C:\Users\rgalo\Dropbox\_LIVRECOMMENT\var\share\test/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.http_client.pool.recorder_inner" class="Symfony\Component\Cache\Adapter\FilesystemAdapter">
      <argument>2wNcJXuSr-</argument>
      <argument>0</argument>
      <argument>C:\Users\rgalo\Dropbox\_LIVRECOMMENT\var\share\test/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.rate_limiter.recorder_inner" class="Symfony\Component\Cache\Adapter\FilesystemAdapter">
      <argument>FyFsrhrCkj</argument>
      <argument>0</argument>
      <argument>C:\Users\rgalo\Dropbox\_LIVRECOMMENT\var\share\test/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.validator_expression_language.recorder_inner" class="Symfony\Component\Cache\Adapter\AdapterInterface">
      <argument>takwfuOns1</argument>
      <argument>0</argument>
      <argument>%container.build_id%</argument>
      <argument>C:\Users\rgalo\Dropbox\_LIVRECOMMENT\var\cache\test/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.security_expression_language.recorder_inner" class="Symfony\Component\Cache\Adapter\AdapterInterface">
      <argument>DCJvReo0Ur</argument>
      <argument>0</argument>
      <argument>%container.build_id%</argument>
      <argument>C:\Users\rgalo\Dropbox\_LIVRECOMMENT\var\cache\test/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.security_is_granted_attribute_expression_language.recorder_inner" class="Symfony\Component\Cache\Adapter\AdapterInterface">
      <argument>DTXgol1DpZ</argument>
      <argument>0</argument>
      <argument>%container.build_id%</argument>
      <argument>C:\Users\rgalo\Dropbox\_LIVRECOMMENT\var\cache\test/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.security_is_csrf_token_valid_attribute_expression_language.recorder_inner" class="Symfony\Component\Cache\Adapter\AdapterInterface">
      <argument>pckOkriGJT</argument>
      <argument>0</argument>
      <argument>%container.build_id%</argument>
      <argument>C:\Users\rgalo\Dropbox\_LIVRECOMMENT\var\cache\test/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.doctrine.orm.default.result.recorder_inner" class="Symfony\Component\Cache\Adapter\ArrayAdapter"/>
    <service id="cache.doctrine.orm.default.query.recorder_inner" class="Symfony\Component\Cache\Adapter\ArrayAdapter"/>
    <service id="api_platform.cache.route_name_resolver.recorder_inner" class="Symfony\Component\Cache\Adapter\AdapterInterface">
      <argument>qdCgVFT38W</argument>
      <argument>0</argument>
      <argument>%container.build_id%</argument>
      <argument>C:\Users\rgalo\Dropbox\_LIVRECOMMENT\var\cache\test/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="api_platform.cache.metadata.resource.recorder_inner" class="Symfony\Component\Cache\Adapter\AdapterInterface">
      <argument>ysk7ZA1XY3</argument>
      <argument>0</argument>
      <argument>%container.build_id%</argument>
      <argument>C:\Users\rgalo\Dropbox\_LIVRECOMMENT\var\cache\test/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="api_platform.cache.metadata.property.recorder_inner" class="Symfony\Component\Cache\Adapter\AdapterInterface">
      <argument>v948NydZRh</argument>
      <argument>0</argument>
      <argument>%container.build_id%</argument>
      <argument>C:\Users\rgalo\Dropbox\_LIVRECOMMENT\var\cache\test/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="api_platform.cache.metadata.resource_collection.recorder_inner" class="Symfony\Component\Cache\Adapter\AdapterInterface">
      <argument>8P8ssX31qJ</argument>
      <argument>0</argument>
      <argument>%container.build_id%</argument>
      <argument>C:\Users\rgalo\Dropbox\_LIVRECOMMENT\var\cache\test/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="api_platform.cache.metadata.operation.recorder_inner" class="Symfony\Component\Cache\Adapter\AdapterInterface">
      <argument>4K7ViHzRrd</argument>
      <argument>0</argument>
      <argument>%container.build_id%</argument>
      <argument>C:\Users\rgalo\Dropbox\_LIVRECOMMENT\var\cache\test/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="api_platform.cache.openapi.recorder_inner" class="Symfony\Component\Cache\Adapter\AdapterInterface">
      <argument>NFR1fJHW2j</argument>
      <argument>0</argument>
      <argument>%container.build_id%</argument>
      <argument>C:\Users\rgalo\Dropbox\_LIVRECOMMENT\var\cache\test/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.ux.twig_component.recorder_inner" class="Symfony\Component\Cache\Adapter\AdapterInterface">
      <argument>M+M3uQz2fK</argument>
      <argument>0</argument>
      <argument>%container.build_id%</argument>
      <argument>C:\Users\rgalo\Dropbox\_LIVRECOMMENT\var\cache\test/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.easyadmin.recorder_inner" class="Symfony\Component\Cache\Adapter\AdapterInterface">
      <argument>042yENygm1</argument>
      <argument>0</argument>
      <argument>%container.build_id%</argument>
      <argument>C:\Users\rgalo\Dropbox\_LIVRECOMMENT\var\cache\test/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=".service_locator._eXpqpx" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="Symfony\Bridge\Twig\Extension\CsrfRuntime" type="service_closure" id="twig.runtime.security_csrf"/>
        <argument key="Symfony\Bridge\Twig\Extension\HttpKernelRuntime" type="service_closure" id="twig.runtime.httpkernel"/>
        <argument key="Symfony\Bridge\Twig\Extension\SerializerRuntime" type="service_closure" id="twig.runtime.serializer"/>
        <argument key="Symfony\Component\Form\FormRenderer" type="service_closure" id="twig.form.renderer"/>
        <argument key="Symfony\Bridge\Twig\Extension\ImportMapRuntime" type="service_closure" id="twig.runtime.importmap"/>
        <argument key="Symfony\UX\StimulusBundle\Twig\UxControllersTwigRuntime" type="service_closure" id="stimulus.ux_controllers_twig_runtime"/>
        <argument key="Symfony\UX\Turbo\Twig\TurboRuntime" type="service_closure" id="turbo.twig.runtime"/>
        <argument key="Symfony\UX\TwigComponent\Twig\ComponentRuntime" type="service_closure" id="ux.twig_component.twig.component_runtime"/>
      </argument>
    </service>
    <service id="Psr\Http\Message\RequestFactoryInterface" alias="http_discovery.psr17_factory"/>
    <service id="Psr\Http\Message\ResponseFactoryInterface" alias="http_discovery.psr17_factory"/>
    <service id="Psr\Http\Message\ServerRequestFactoryInterface" alias="http_discovery.psr17_factory"/>
    <service id="Psr\Http\Message\StreamFactoryInterface" alias="http_discovery.psr17_factory"/>
    <service id="Psr\Http\Message\UploadedFileFactoryInterface" alias="http_discovery.psr17_factory"/>
    <service id="Psr\Http\Message\UriFactoryInterface" alias="http_discovery.psr17_factory"/>
    <service id="App\Service\Catalog\Ingestion\OlAuthorDict" alias="App\Service\Catalog\Ingestion\SqliteAuthorDict"/>
    <service id="App\Service\Recommendation\CandidateProvider" alias="App\Service\Recommendation\GoogleBooksCandidateProvider"/>
    <service id="App\Service\Recommendation\CategoryPopularityProviderInterface" alias="App\Service\Recommendation\CategoryPopularityProvider"/>
    <service id="App\Service\Recommendation\CategorySeedProviderInterface" alias="App\Service\Recommendation\CategorySeedProvider"/>
    <service id="App\Service\Recommendation\ReadAlikeProviderInterface" alias="App\Service\Recommendation\ReadAlikeProvider"/>
    <service id="App\Service\Recommendation\FacetSeedProviderInterface" alias="App\Service\Recommendation\FacetSeedProvider"/>
    <service id="App\Service\Catalog\Resolution\BookEntityResolverInterface" alias="App\Service\Catalog\Resolution\WikidataSearchService"/>
    <service id="App\Service\Recommendation\GenreIdfProviderInterface" alias="App\Service\Recommendation\GenreIdfProvider"/>
    <service id="App\Kernel" alias="kernel" public="true"/>
    <service id="Symfony\Bundle\FrameworkBundle\Controller\ControllerHelper" alias="controller.helper"/>
    <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="Psr\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\HttpFoundation\UriSigner" alias="uri_signer"/>
    <service id="Symfony\Component\HttpKernel\DependencyInjection\ServicesResetterInterface" alias="services_resetter"/>
    <service id="Symfony\Component\DependencyInjection\ReverseContainer" alias="reverse_container"/>
    <service id="Symfony\Component\String\Slugger\SluggerInterface" alias="slugger"/>
    <service id="Symfony\Component\Clock\ClockInterface" alias="clock"/>
    <service id="Psr\Clock\ClockInterface" alias="clock"/>
    <service id="Symfony\Component\HttpKernel\Fragment\FragmentUriGeneratorInterface" alias="fragment.uri_generator"/>
    <service id="error_renderer.html" alias="twig.error_renderer.html"/>
    <service id="error_renderer.cli" alias="error_handler.error_renderer.cli"/>
    <service id="error_renderer.default" alias="error_handler.error_renderer.default"/>
    <service id="error_renderer" alias="error_handler.error_renderer.serializer"/>
    <service id=".Psr\Container\ContainerInterface $parameter_bag" alias="parameter_bag"/>
    <service id="Psr\Container\ContainerInterface $parameterBag" alias="parameter_bag"/>
    <service id="cache.adapter.valkey" alias="cache.adapter.redis"/>
    <service id="cache.adapter.valkey_tag_aware" alias="cache.adapter.redis_tag_aware"/>
    <service id="cache.app_clearer" alias="cache.default_clearer" public="true"/>
    <service id="Psr\Cache\CacheItemPoolInterface" alias="cache.app"/>
    <service id="Symfony\Contracts\Cache\CacheInterface" alias="cache.app"/>
    <service id="Symfony\Contracts\Cache\NamespacedPoolInterface" alias="cache.app"/>
    <service id="Symfony\Contracts\Cache\TagAwareCacheInterface" alias="cache.app.taggable"/>
    <service id="Symfony\Contracts\Translation\TranslatorInterface" alias="translator.data_collector"/>
    <service id="Symfony\Component\Asset\Packages" alias="assets.packages"/>
    <service id="Symfony\Component\AssetMapper\AssetMapperInterface" alias="asset_mapper"/>
    <service id="asset_mapper.http_client" alias="http_client.uri_template"/>
    <service id="Symfony\Component\AssetMapper\ImportMap\ImportMapManager" alias="asset_mapper.importmap.manager"/>
    <service id="Symfony\Component\AssetMapper\Compressor\CompressorInterface" alias="asset_mapper.compressor"/>
    <service id="Symfony\Contracts\HttpClient\HttpClientInterface" alias="http_client.uri_template"/>
    <service id="Psr\Http\Client\ClientInterface" alias="psr18.http_client"/>
    <service id="Symfony\Contracts\HttpClient\HttpClientInterface $openLibraryClient" alias="openLibraryClient.uri_template"/>
    <service id="Psr\Http\Client\ClientInterface $openLibraryClient" alias="psr18.openLibraryClient"/>
    <service id="Symfony\Contracts\HttpClient\HttpClientInterface $googleBooksClient" alias="googleBooksClient.uri_template"/>
    <service id="Psr\Http\Client\ClientInterface $googleBooksClient" alias="psr18.googleBooksClient"/>
    <service id="mailer" alias="mailer.mailer"/>
    <service id="Symfony\Component\Mailer\MailerInterface" alias="mailer.mailer"/>
    <service id="mailer.default_transport" alias="mailer.transports"/>
    <service id="Symfony\Component\Mailer\Transport\TransportInterface" alias="mailer.transports"/>
    <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="Symfony\Contracts\Translation\LocaleAwareInterface" alias="translation.locale_switcher"/>
    <service id="Symfony\Component\Translation\LocaleSwitcher" alias="translation.locale_switcher"/>
    <service id="translator" alias="translator.data_collector" public="true"/>
    <service id="translator.formatter" alias="translator.formatter.default"/>
    <service id="Symfony\Component\ErrorHandler\ErrorRenderer\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="Symfony\Component\PropertyAccess\PropertyAccessorInterface" alias="property_accessor"/>
    <service id="Symfony\Component\Serializer\SerializerInterface" alias="debug.serializer"/>
    <service id="Symfony\Component\Serializer\Normalizer\NormalizerInterface" alias="debug.serializer"/>
    <service id="Symfony\Component\Serializer\Normalizer\DenormalizerInterface" alias="debug.serializer"/>
    <service id="Symfony\Component\Serializer\Encoder\EncoderInterface" alias="debug.serializer"/>
    <service id="Symfony\Component\Serializer\Encoder\DecoderInterface" alias="debug.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\Mapping\Factory\ClassMetadataFactoryInterface" alias="api_platform.serializer.mapping.class_metadata_factory"/>
    <service id="error_renderer.serializer" alias="error_handler.error_renderer.serializer"/>
    <service id="Symfony\Component\TypeInfo\TypeResolver\TypeResolverInterface" alias="type_info.resolver"/>
    <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="Symfony\Component\WebLink\HttpHeaderSerializer" alias="web_link.http_header_serializer"/>
    <service id="Symfony\Component\WebLink\HttpHeaderParser" alias="web_link.http_header_parser"/>
    <service id="Symfony\Component\Uid\Factory\UlidFactory" alias="ulid.factory"/>
    <service id="Symfony\Component\Uid\Factory\UuidFactory" alias="uuid.factory"/>
    <service id="Symfony\Component\Uid\Factory\NameBasedUuidFactory" alias="name_based_uuid.factory"/>
    <service id="Symfony\Component\Uid\Factory\RandomBasedUuidFactory" alias="random_based_uuid.factory"/>
    <service id="Symfony\Component\Uid\Factory\TimeBasedUuidFactory" alias="time_based_uuid.factory"/>
    <service id="cache.default_redis_provider" alias=".cache_connection.MfCypIA"/>
    <service id="cache.default_valkey_provider" alias=".cache_connection.H8vabc8"/>
    <service id="cache.default_memcached_provider" alias=".cache_connection.8kvDmRs"/>
    <service id="cache.default_doctrine_dbal_provider" alias="doctrine.dbal.default_connection"/>
    <service id="SessionHandlerInterface" alias="session.handler.native"/>
    <service id="session.storage.factory" alias="session.storage.factory.mock_file"/>
    <service id="session.handler" alias="session.handler.native"/>
    <service id="session_listener" alias="test.session.listener"/>
    <service id="Symfony\Component\Security\Csrf\TokenGenerator\TokenGeneratorInterface" alias="security.csrf.token_generator"/>
    <service id="Symfony\Component\Security\Csrf\TokenStorage\TokenStorageInterface" alias="security.csrf.token_storage"/>
    <service id="Symfony\Component\Security\Csrf\CsrfTokenManagerInterface" alias="security.csrf.same_origin_token_manager"/>
    <service id="Symfony\Component\Form\ResolvedFormTypeFactoryInterface" alias="form.resolved_type_factory"/>
    <service id="Symfony\Component\Form\FormRegistryInterface" alias="form.registry"/>
    <service id="Symfony\Component\Form\FormFactoryInterface" alias="form.factory"/>
    <service id="form.property_accessor" alias="property_accessor"/>
    <service id="form.choice_list_factory" alias="form.choice_list_factory.cached"/>
    <service id="Symfony\Component\Validator\Validator\ValidatorInterface" alias="debug.validator"/>
    <service id="validator.mapping.class_metadata_factory" alias="debug.validator"/>
    <service id="messenger.default_serializer" alias=".signing.messenger.default_serializer"/>
    <service id="Symfony\Component\Messenger\Transport\Serialization\SerializerInterface" alias=".signing.messenger.default_serializer"/>
    <service id="messenger.default_bus" alias="debug.traced.messenger.bus.default" public="true"/>
    <service id="Symfony\Component\Messenger\MessageBusInterface" alias="debug.traced.messenger.bus.default"/>
    <service id="messenger.failure_transports.default" alias="messenger.transport.failed"/>
    <service id="Symfony\Component\Notifier\NotifierInterface" alias="notifier"/>
    <service id="Symfony\Component\Mime\MimeTypesInterface" alias="mime_types"/>
    <service id="Symfony\Component\Mime\MimeTypeGuesserInterface" alias="mime_types"/>
    <service id="Twig\Environment" alias="twig"/>
    <service id="Symfony\Component\Mime\BodyRendererInterface" alias="twig.mime_body_renderer"/>
    <service id="Symfony\Component\Security\Core\Authorization\AuthorizationCheckerInterface" alias="security.authorization_checker"/>
    <service id="Symfony\Component\Security\Core\Authorization\UserAuthorizationCheckerInterface" alias="security.authorization_checker"/>
    <service id="Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorageInterface" alias="security.token_storage"/>
    <service id="Symfony\Bundle\SecurityBundle\Security" alias="security.helper"/>
    <service id="Symfony\Component\Security\Http\Session\SessionAuthenticationStrategyInterface" alias="security.authentication.session_strategy"/>
    <service id="Symfony\Component\Security\Http\Authentication\AuthenticationUtils" alias="security.authentication_utils"/>
    <service id="Symfony\Component\Security\Core\Authorization\AccessDecisionManagerInterface" alias="debug.security.access.decision_manager"/>
    <service id="Symfony\Component\Security\Core\Role\RoleHierarchyInterface" alias="security.role_hierarchy"/>
    <service id="Symfony\Component\Security\Http\Firewall" alias="debug.security.firewall"/>
    <service id="Symfony\Component\Security\Http\FirewallMapInterface" alias="security.firewall.map"/>
    <service id="Symfony\Component\Security\Http\HttpUtils" alias="security.http_utils"/>
    <service id="Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactoryInterface" alias="security.password_hasher_factory"/>
    <service id="security.password_hasher" alias="security.user_password_hasher"/>
    <service id="Symfony\Component\PasswordHasher\Hasher\UserPasswordHasherInterface" alias="security.user_password_hasher"/>
    <service id="Symfony\Component\Security\Http\Authentication\UserAuthenticatorInterface" alias="security.user_authenticator"/>
    <service id="security.firewall" alias="debug.security.firewall"/>
    <service id="security.user_providers" alias="security.user.provider.concrete.app_user_provider"/>
    <service id="Symfony\Component\Security\Core\User\UserProviderInterface" alias="security.user.provider.concrete.app_user_provider"/>
    <service id="security.authentication.session_strategy.api_login" alias="security.authentication.session_strategy_noop"/>
    <service id="security.user_checker.api_login" alias="security.user_checker"/>
    <service id="security.authentication.session_strategy.api" alias="security.authentication.session_strategy_noop"/>
    <service id="security.user_checker.api" alias="security.user_checker"/>
    <service id="security.authentication.session_strategy.main" alias="security.authentication.session_strategy"/>
    <service id=".Symfony\Component\RateLimiter\RateLimiterFactory $_login_local_main.limiter" alias="limiter._login_local_main">
      <deprecated package="symfony/security-bundle" version="7.4">The "%alias_id%" autowiring alias is deprecated and will be removed in 8.0, use "RateLimiterFactoryInterface" instead.</deprecated>
    </service>
    <service id="Symfony\Component\RateLimiter\RateLimiterFactory $loginLocalMainLimiter" alias="limiter._login_local_main">
      <deprecated package="symfony/security-bundle" version="7.4">The "%alias_id%" autowiring alias is deprecated and will be removed in 8.0, use "RateLimiterFactoryInterface" instead.</deprecated>
    </service>
    <service id=".Symfony\Component\RateLimiter\RateLimiterFactoryInterface $_login_local_main" alias="limiter._login_local_main"/>
    <service id="Symfony\Component\RateLimiter\RateLimiterFactoryInterface $loginLocalMainLimiter" alias="limiter._login_local_main"/>
    <service id=".Symfony\Component\RateLimiter\RateLimiterFactory $_login_global_main.limiter" alias="limiter._login_global_main">
      <deprecated package="symfony/security-bundle" version="7.4">The "%alias_id%" autowiring alias is deprecated and will be removed in 8.0, use "RateLimiterFactoryInterface" instead.</deprecated>
    </service>
    <service id="Symfony\Component\RateLimiter\RateLimiterFactory $loginGlobalMainLimiter" alias="limiter._login_global_main">
      <deprecated package="symfony/security-bundle" version="7.4">The "%alias_id%" autowiring alias is deprecated and will be removed in 8.0, use "RateLimiterFactoryInterface" instead.</deprecated>
    </service>
    <service id=".Symfony\Component\RateLimiter\RateLimiterFactoryInterface $_login_global_main" alias="limiter._login_global_main"/>
    <service id="Symfony\Component\RateLimiter\RateLimiterFactoryInterface $loginGlobalMainLimiter" alias="limiter._login_global_main"/>
    <service id="security.user_checker.main" alias="security.user_checker"/>
    <service id="security.firewall.context_locator" alias=".service_locator.upZxPPe"/>
    <service id="Symfony\Component\Security\Core\User\UserCheckerInterface" alias="security.user_checker"/>
    <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 $default.connection" alias="doctrine.dbal.default_connection"/>
    <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.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 $default.entity_manager" alias="doctrine.orm.default_entity_manager"/>
    <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="api_platform.state_provider" alias="api_platform.state_provider.locator"/>
    <service id="ApiPlatform\State\Pagination\Pagination" alias="api_platform.pagination"/>
    <service id="ApiPlatform\State\Pagination\PaginationOptions" alias="api_platform.pagination_options"/>
    <service id="ApiPlatform\State\CreateProvider" alias="api_platform.state_provider.create"/>
    <service id="ApiPlatform\State\ObjectProvider" alias="api_platform.state_provider.object"/>
    <service id="ApiPlatform\State\SerializerContextBuilderInterface" alias="api_platform.openapi.serializer_context_builder"/>
    <service id="ApiPlatform\Symfony\Action\NotFoundAction" alias="api_platform.action.not_found" public="true"/>
    <service id="ApiPlatform\Symfony\Action\NotExposedAction" alias="api_platform.action.not_exposed" public="true"/>
    <service id="api_platform.serializer" alias="debug.serializer"/>
    <service id="api_platform.property_accessor" alias="property_accessor"/>
    <service id="api_platform.property_info" alias="property_info"/>
    <service id="ApiPlatform\Metadata\ResourceClassResolverInterface" alias="api_platform.resource_class_resolver"/>
    <service id="ApiPlatform\Metadata\UrlGeneratorInterface" alias="api_platform.router"/>
    <service id="ApiPlatform\Serializer\Filter\PropertyFilter" alias="api_platform.serializer.property_filter"/>
    <service id="ApiPlatform\Serializer\Filter\GroupFilter" alias="api_platform.serializer.group_filter"/>
    <service id="ApiPlatform\Serializer\OperationResourceClassResolverInterface" alias="api_platform.serializer.operation_resource_resolver"/>
    <service id="api_platform.identifiers_extractor" alias="api_platform.api.identifiers_extractor"/>
    <service id="ApiPlatform\Metadata\IdentifiersExtractorInterface" alias="api_platform.api.identifiers_extractor"/>
    <service id="api_platform.iri_converter" alias="api_platform.symfony.iri_converter"/>
    <service id="ApiPlatform\Metadata\IriConverterInterface" alias="api_platform.symfony.iri_converter"/>
    <service id="api_platform.state_provider.main" alias="api_platform.state_provider.content_negotiation"/>
    <service id="api_platform.state_processor.main" alias="api_platform.state_processor.validate"/>
    <service id="api_platform.path_segment_name_generator" alias="api_platform.metadata.path_segment_name_generator.underscore"/>
    <service id="api_platform.inflector" alias="api_platform.metadata.inflector"/>
    <service id="api_platform.metadata.resource.name_collection_factory" alias="api_platform.metadata.resource.name_collection_factory.cached"/>
    <service id="ApiPlatform\Metadata\Resource\Factory\ResourceNameCollectionFactoryInterface" alias="api_platform.metadata.resource.name_collection_factory.cached"/>
    <service id="api_platform.metadata.property.name_collection_factory" alias="api_platform.metadata.property.name_collection_factory.cached"/>
    <service id="ApiPlatform\Metadata\Property\Factory\PropertyNameCollectionFactoryInterface" alias="api_platform.metadata.property.name_collection_factory.cached"/>
    <service id="api_platform.metadata.property.metadata_factory" alias="api_platform.metadata.property.metadata_factory.cached"/>
    <service id="ApiPlatform\Metadata\Property\Factory\PropertyMetadataFactoryInterface" alias="api_platform.metadata.property.metadata_factory.cached"/>
    <service id="api_platform.metadata.resource.metadata_collection_factory" alias="api_platform.doctrine.orm.metadata.resource.metadata_collection_factory"/>
    <service id="ApiPlatform\Metadata\Resource\Factory\ResourceMetadataCollectionFactoryInterface" alias="api_platform.doctrine.orm.metadata.resource.metadata_collection_factory"/>
    <service id="ApiPlatform\Metadata\Operation\Factory\OperationMetadataFactoryInterface" alias="api_platform.metadata.operation.metadata_factory.cached"/>
    <service id="ApiPlatform\JsonSchema\SchemaFactoryInterface" alias="api_platform.json_schema.backward_compatible_schema_factory"/>
    <service id="ApiPlatform\OpenApi\Serializer\OpenApiNormalizer" alias="api_platform.openapi.normalizer.legacy"/>
    <service id="ApiPlatform\OpenApi\Options" alias="api_platform.openapi.options"/>
    <service id="ApiPlatform\OpenApi\Factory\OpenApiFactoryInterface" alias="lexik_jwt_authentication.api_platform.openapi.factory"/>
    <service id="ApiPlatform\Doctrine\Common\State\RemoveProcessor" alias="api_platform.doctrine.orm.state.remove_processor"/>
    <service id="ApiPlatform\Doctrine\Common\State\PersistProcessor" alias="api_platform.doctrine.orm.state.persist_processor"/>
    <service id="ApiPlatform\Doctrine\Orm\Filter\OrderFilter" alias="api_platform.doctrine.orm.order_filter"/>
    <service id="ApiPlatform\Doctrine\Orm\Filter\RangeFilter" alias="api_platform.doctrine.orm.range_filter"/>
    <service id="ApiPlatform\Doctrine\Orm\Filter\DateFilter" alias="api_platform.doctrine.orm.date_filter"/>
    <service id="ApiPlatform\Doctrine\Orm\Filter\BackedEnumFilter" alias="api_platform.doctrine.orm.backed_enum_filter"/>
    <service id="ApiPlatform\Doctrine\Orm\Filter\BooleanFilter" alias="api_platform.doctrine.orm.boolean_filter"/>
    <service id="ApiPlatform\Doctrine\Orm\Filter\NumericFilter" alias="api_platform.doctrine.orm.numeric_filter"/>
    <service id="ApiPlatform\Doctrine\Orm\Filter\ExistsFilter" alias="api_platform.doctrine.orm.exists_filter"/>
    <service id="ApiPlatform\Doctrine\Orm\Extension\EagerLoadingExtension" alias="api_platform.doctrine.orm.query_extension.eager_loading"/>
    <service id="ApiPlatform\Doctrine\Orm\Extension\FilterExtension" alias="api_platform.doctrine.orm.query_extension.filter"/>
    <service id="ApiPlatform\Doctrine\Orm\Extension\FilterEagerLoadingExtension" alias="api_platform.doctrine.orm.query_extension.filter_eager_loading"/>
    <service id="ApiPlatform\Doctrine\Orm\Extension\PaginationExtension" alias="api_platform.doctrine.orm.query_extension.pagination"/>
    <service id="ApiPlatform\Doctrine\Orm\Extension\OrderExtension" alias="api_platform.doctrine.orm.query_extension.order"/>
    <service id="ApiPlatform\Doctrine\Orm\Extension\ParameterExtension" alias="api_platform.doctrine.orm.extension.parameter_extension"/>
    <service id="ApiPlatform\Doctrine\Orm\State\CollectionProvider" alias="api_platform.doctrine.orm.state.collection_provider"/>
    <service id="ApiPlatform\Doctrine\Orm\State\ItemProvider" alias="api_platform.doctrine.orm.state.item_provider"/>
    <service id="api_platform.state.item_provider" alias="api_platform.doctrine.orm.state.item_provider"/>
    <service id="ApiPlatform\Doctrine\Orm\Filter\SearchFilter" alias="api_platform.doctrine.orm.search_filter"/>
    <service id="ApiPlatform\Doctrine\Orm\Filter\UuidFilter" alias="api_platform.doctrine.orm.uuid_filter"/>
    <service id="ApiPlatform\Doctrine\Orm\Filter\UlidFilter" alias="api_platform.doctrine.orm.ulid_filter"/>
    <service id="ApiPlatform\Doctrine\Orm\Filter\UuidBinaryFilter" alias="api_platform.doctrine.orm.uuid_binary_filter"/>
    <service id="ApiPlatform\Validator\ValidatorInterface" alias="api_platform.validator"/>
    <service id="api_platform.message_bus" alias="debug.traced.messenger.bus.default"/>
    <service id="api_platform.security.expression_language" alias="security.expression_language"/>
    <service id="ApiPlatform\Metadata\ResourceAccessCheckerInterface" alias="api_platform.security.resource_access_checker"/>
    <service id="Symfony\UX\Turbo\Broadcaster\BroadcasterInterface" alias="turbo.broadcaster.action_renderer"/>
    <service id="logger" alias="monolog.logger"/>
    <service id="Psr\Log\LoggerInterface" alias="monolog.logger"/>
    <service id="Lexik\Bundle\JWTAuthenticationBundle\Services\JWTTokenManagerInterface" alias="lexik_jwt_authentication.jwt_manager"/>
    <service id="Lexik\Bundle\JWTAuthenticationBundle\Services\JWSProvider\JWSProviderInterface" alias="lexik_jwt_authentication.jws_provider.lcobucci"/>
    <service id="Lexik\Bundle\JWTAuthenticationBundle\Security\Http\Authentication\AuthenticationSuccessHandler" alias="lexik_jwt_authentication.handler.authentication_success"/>
    <service id="Lexik\Bundle\JWTAuthenticationBundle\Security\Http\Authentication\AuthenticationFailureHandler" alias="lexik_jwt_authentication.handler.authentication_failure"/>
    <service id="Lexik\Bundle\JWTAuthenticationBundle\TokenExtractor\TokenExtractorInterface" alias="lexik_jwt_authentication.extractor.chain_extractor"/>
    <service id="lexik_jwt_authentication.encoder" alias="lexik_jwt_authentication.encoder.lcobucci" public="true"/>
    <service id="Lexik\Bundle\JWTAuthenticationBundle\Encoder\JWTEncoderInterface" alias="lexik_jwt_authentication.encoder.lcobucci"/>
    <service id="lexik_jwt_authentication.key_loader" alias="lexik_jwt_authentication.key_loader.raw" public="true"/>
    <service id="SymfonyCasts\Bundle\ResetPassword\ResetPasswordHelperInterface" alias="symfonycasts.reset_password.helper"/>
    <service id="Symfony\UX\TwigComponent\ComponentRendererInterface" alias="ux.twig_component.component_renderer"/>
    <service id="console.command.stimulus_component_debug" alias="ux.twig_component.command.debug">
      <deprecated package="symfony/ux-twig-component" version="2.13">%alias_id%</deprecated>
    </service>
    <service id="EasyCorp\Bundle\EasyAdminBundle\Contracts\Provider\AdminContextProviderInterface" alias="EasyCorp\Bundle\EasyAdminBundle\Provider\AdminContextProvider"/>
    <service id="EasyCorp\Bundle\EasyAdminBundle\Router\AdminUrlGeneratorInterface" alias="EasyCorp\Bundle\EasyAdminBundle\Router\AdminUrlGenerator"/>
    <service id="EasyCorp\Bundle\EasyAdminBundle\Contracts\Menu\MenuItemMatcherInterface" alias="EasyCorp\Bundle\EasyAdminBundle\Menu\MenuItemMatcher"/>
    <service id="EasyCorp\Bundle\EasyAdminBundle\Contracts\Registry\AdminControllerRegistryInterface" alias="EasyCorp\Bundle\EasyAdminBundle\Registry\AdminControllerRegistry"/>
    <service id="EasyCorp\Bundle\EasyAdminBundle\Contracts\Orm\EntityPaginatorInterface" alias="EasyCorp\Bundle\EasyAdminBundle\Orm\EntityPaginator"/>
    <service id="EasyCorp\Bundle\EasyAdminBundle\Contracts\Orm\EntityRepositoryInterface" alias="EasyCorp\Bundle\EasyAdminBundle\Orm\EntityRepository"/>
    <service id="EasyCorp\Bundle\EasyAdminBundle\Contracts\Orm\EntityUpdaterInterface" alias="EasyCorp\Bundle\EasyAdminBundle\Orm\EntityUpdater"/>
    <service id="EasyCorp\Bundle\EasyAdminBundle\Contracts\Translation\EntityTranslationIdGeneratorInterface" alias="EasyCorp\Bundle\EasyAdminBundle\Translation\EntityTranslationIdGenerator"/>
    <service id="container.env_var_processors_locator" alias=".service_locator.ryAvHi4" public="true"/>
    <service id="api_platform.name_converter" alias="api_platform.hydra.name_converter.hydra_prefix"/>
    <service id="twig.loader.filesystem" alias="twig.loader.native_filesystem"/>
    <service id="argument_resolver.controller_locator" alias=".service_locator.Yx9V9No"/>
    <service id="twig.loader" alias="twig.loader.native_filesystem"/>
    <service id="doctrine.id_generator_locator" alias=".service_locator.W55Po6X"/>
    <service id=".Psr\Log\LoggerInterface $request" alias="monolog.logger.request"/>
    <service id="Psr\Log\LoggerInterface $requestLogger" alias="monolog.logger.request"/>
    <service id=".Psr\Log\LoggerInterface $console" alias="monolog.logger.console"/>
    <service id="Psr\Log\LoggerInterface $consoleLogger" alias="monolog.logger.console"/>
    <service id=".Psr\Log\LoggerInterface $messenger" alias="monolog.logger.messenger"/>
    <service id="Psr\Log\LoggerInterface $messengerLogger" alias="monolog.logger.messenger"/>
    <service id=".Psr\Log\LoggerInterface $cache" alias="monolog.logger.cache"/>
    <service id="Psr\Log\LoggerInterface $cacheLogger" alias="monolog.logger.cache"/>
    <service id=".Psr\Log\LoggerInterface $asset_mapper" alias="monolog.logger.asset_mapper"/>
    <service id="Psr\Log\LoggerInterface $assetMapperLogger" alias="monolog.logger.asset_mapper"/>
    <service id=".Psr\Log\LoggerInterface $http_client" alias="monolog.logger.http_client"/>
    <service id="Psr\Log\LoggerInterface $httpClientLogger" alias="monolog.logger.http_client"/>
    <service id=".Psr\Log\LoggerInterface $mailer" alias="monolog.logger.mailer"/>
    <service id="Psr\Log\LoggerInterface $mailerLogger" alias="monolog.logger.mailer"/>
    <service id=".Psr\Log\LoggerInterface $translation" alias="monolog.logger.translation"/>
    <service id="Psr\Log\LoggerInterface $translationLogger" alias="monolog.logger.translation"/>
    <service id=".Psr\Log\LoggerInterface $php" alias="monolog.logger.php"/>
    <service id="Psr\Log\LoggerInterface $phpLogger" alias="monolog.logger.php"/>
    <service id=".Psr\Log\LoggerInterface $event" alias="monolog.logger.event"/>
    <service id="Psr\Log\LoggerInterface $eventLogger" alias="monolog.logger.event"/>
    <service id=".Psr\Log\LoggerInterface $router" alias="monolog.logger.router"/>
    <service id="Psr\Log\LoggerInterface $routerLogger" alias="monolog.logger.router"/>
    <service id=".Psr\Log\LoggerInterface $profiler" alias="monolog.logger.profiler"/>
    <service id="Psr\Log\LoggerInterface $profilerLogger" alias="monolog.logger.profiler"/>
    <service id=".Psr\Log\LoggerInterface $security" alias="monolog.logger.security"/>
    <service id="Psr\Log\LoggerInterface $securityLogger" alias="monolog.logger.security"/>
    <service id=".Psr\Log\LoggerInterface $doctrine" alias="monolog.logger.doctrine"/>
    <service id="Psr\Log\LoggerInterface $doctrineLogger" alias="monolog.logger.doctrine"/>
    <service id=".Psr\Log\LoggerInterface $deprecation" alias="monolog.logger.deprecation"/>
    <service id="Psr\Log\LoggerInterface $deprecationLogger" alias="monolog.logger.deprecation"/>
    <service id=".service_locator.GXwx2sy" alias="messenger.receiver_locator"/>
    <service id=".service_locator.wJ.ku5_" alias="messenger.retry_strategy_locator"/>
    <service id=".service_locator.8CvI_5C" alias="api_platform.serializer_locator"/>
    <service id=".service_locator.9GgWvrI" alias="service_locator_EasyCorp\Bundle\EasyAdminBundle\Router\AdminUrlGenerator"/>
    <service id=".service_locator.N6UPcyG" alias=".service_locator.xDL_0WG"/>
    <service id="api_platform.metadata.resource.metadata_collection_factory.parameter.inner" alias="api_platform.metadata.resource.metadata_collection_factory.attributes"/>
    <service id="api_platform.validator.metadata.resource.metadata_collection_factory.parameter.inner" alias="api_platform.metadata.resource.metadata_collection_factory.parameter"/>
    <service id="api_platform.doctrine.orm.metadata.resource.parameter_metadata_collection_factory.inner" alias="api_platform.validator.metadata.resource.metadata_collection_factory.parameter"/>
    <service id="api_platform.metadata.resource.name_collection_factory.php_file.inner" alias="api_platform.metadata.resource.name_collection_factory.xml"/>
    <service id="api_platform.metadata.resource.name_collection_factory.concerns.inner" alias="api_platform.metadata.resource.name_collection_factory.php_file"/>
    <service id="api_platform.metadata.resource.metadata_collection_factory.xml.inner" alias="api_platform.doctrine.orm.metadata.resource.parameter_metadata_collection_factory"/>
    <service id="api_platform.metadata.resource.metadata_collection_factory.php_file.inner" alias="api_platform.metadata.resource.metadata_collection_factory.xml"/>
    <service id="api_platform.metadata.resource.metadata_collection_factory.mutator.inner" alias="api_platform.metadata.resource.metadata_collection_factory.php_file"/>
    <service id="api_platform.metadata.resource.metadata_collection_factory.concerns.inner" alias="api_platform.metadata.resource.metadata_collection_factory.mutator"/>
    <service id="api_platform.metadata.resource.metadata_collection_factory.yaml.inner" alias="api_platform.metadata.resource.metadata_collection_factory.concerns"/>
    <service id="api_platform.metadata.resource.metadata_collection_factory.not_exposed_operation.inner" alias="api_platform.metadata.resource.metadata_collection_factory.yaml"/>
    <service id="api_platform.state_provider.read.inner" alias="api_platform.state_provider.locator"/>
    <service id="api_platform.metadata.resource.metadata_collection_factory.backed_enum.inner" alias="api_platform.metadata.resource.metadata_collection_factory.not_exposed_operation"/>
    <service id="api_platform.metadata.resource.metadata_collection_factory.uri_template.inner" alias="api_platform.metadata.resource.metadata_collection_factory.backed_enum"/>
    <service id="api_platform.metadata.resource.metadata_collection_factory.main_controller.inner" alias="api_platform.metadata.resource.metadata_collection_factory.uri_template"/>
    <service id="api_platform.metadata.resource.metadata_collection_factory.link.inner" alias="api_platform.metadata.resource.metadata_collection_factory.main_controller"/>
    <service id="api_platform.state_processor.respond" alias="api_platform.http_cache.processor.add_headers"/>
    <service id="api_platform.state_provider.deserialize.inner" alias="api_platform.state_provider.security_parameter"/>
    <service id="validator" alias="debug.validator"/>
    <service id="api_platform.state_processor.serialize.inner" alias="api_platform.http_cache.processor.add_headers"/>
    <service id="api_platform.metadata.resource.metadata_collection_factory.operation_name.inner" alias="api_platform.metadata.resource.metadata_collection_factory.link"/>
    <service id="api_platform.metadata.resource.metadata_collection_factory.input_output.inner" alias="api_platform.metadata.resource.metadata_collection_factory.operation_name"/>
    <service id="api_platform.metadata.resource.metadata_collection_factory.formats.inner" alias="api_platform.metadata.resource.metadata_collection_factory.input_output"/>
    <service id="api_platform.metadata.resource.metadata_collection_factory.filters.inner" alias="api_platform.metadata.resource.metadata_collection_factory.formats"/>
    <service id="api_platform.metadata.resource.metadata_collection_factory.alternate_uri.inner" alias="api_platform.metadata.resource.metadata_collection_factory.filters"/>
    <service id="api_platform.metadata.resource.metadata_collection_factory.php_doc.inner" alias="api_platform.metadata.resource.metadata_collection_factory.alternate_uri"/>
    <service id="api_platform.state_provider.validate.inner" alias="api_platform.state_provider.access_checker.post_deserialize"/>
    <service id="api_platform.state_provider.parameter_validator.inner" alias="api_platform.state_provider.access_checker.post_validate"/>
    <service id="api_platform.state_provider.parameter.inner" alias="api_platform.state_provider.parameter_validator"/>
    <service id="api_platform.state_provider.content_negotiation.inner" alias="api_platform.state_provider.parameter"/>
    <service id="api_platform.state_processor.write.inner" alias="api_platform.state_processor.serialize"/>
    <service id="http_client" alias="http_client.uri_template"/>
    <service id="openLibraryClient" alias="openLibraryClient.uri_template"/>
    <service id="googleBooksClient" alias="googleBooksClient.uri_template"/>
    <service id="api_platform.state_processor.validate.inner" alias="api_platform.state_processor.write"/>
    <service id="api_platform.messenger.metadata.resource.metadata_collection_factory.inner" alias="api_platform.metadata.resource.metadata_collection_factory.php_doc"/>
    <service id="api_platform.metadata.property.metadata_factory.property_info.inner" alias="api_platform.metadata.property.metadata_factory.xml"/>
    <service id="api_platform.doctrine.orm.metadata.property.metadata_factory.inner" alias="api_platform.metadata.property.metadata_factory.property_info"/>
    <service id="api_platform.metadata.resource.link_factory" alias="api_platform.doctrine.orm.metadata.resource.link_factory"/>
    <service id="api_platform.metadata.property.metadata_factory.attribute.inner" alias="api_platform.doctrine.orm.metadata.property.metadata_factory"/>
    <service id="api_platform.metadata.property.metadata_factory.serializer.inner" alias="api_platform.metadata.property.metadata_factory.attribute"/>
    <service id="api_platform.metadata.property.metadata_factory.default_property.inner" alias="api_platform.metadata.property.metadata_factory.serializer"/>
    <service id="api_platform.metadata.property.metadata_factory.identifier.inner" alias="api_platform.metadata.property.metadata_factory.default_property"/>
    <service id="api_platform.metadata.property.metadata_factory.yaml.inner" alias="api_platform.metadata.property.metadata_factory.identifier"/>
    <service id="api_platform.metadata.property.metadata_factory.validator.inner" alias="api_platform.metadata.property.metadata_factory.yaml"/>
    <service id="openLibraryClient.scoping.inner" alias=".debug.openLibraryClient"/>
    <service id="googleBooksClient.scoping.inner" alias=".debug.googleBooksClient"/>
    <service id="openLibraryClient.uri_template.inner" alias="openLibraryClient.scoping"/>
    <service id="googleBooksClient.uri_template.inner" alias="googleBooksClient.scoping"/>
    <service id="api_platform.json_schema.metadata.property.metadata_factory.schema.inner" alias="api_platform.metadata.property.metadata_factory.validator"/>
    <service id="api_platform.state_provider.read" alias="api_platform.state_provider.security_parameter"/>
    <service id="http_client.uri_template.inner" alias=".debug.http_client"/>
    <service id="asset_mapper.mapped_asset_factory" alias="asset_mapper.cached_mapped_asset_factory"/>
    <service id="assets._default_package" alias="asset_mapper.asset_package"/>
    <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="security.csrf.token_manager" alias="security.csrf.same_origin_token_manager"/>
    <service id="translator.data_collector.inner" alias="translator.default"/>
    <service id="serializer" alias="debug.serializer"/>
    <service id="twig.error_renderer.html.inner" alias="error_handler.error_renderer.html"/>
    <service id="security.access.decision_manager" alias="debug.security.access.decision_manager"/>
    <service id="security.firewall.authenticator.api_login" alias="debug.security.firewall.authenticator.api_login"/>
    <service id="security.firewall.authenticator.api" alias="debug.security.firewall.authenticator.api"/>
    <service id="security.firewall.authenticator.main" alias="debug.security.firewall.authenticator.main"/>
    <service id="api_platform.serializer.context_builder" alias="api_platform.openapi.serializer_context_builder"/>
    <service id="api_platform.state_processor.add_link_header.inner" alias="api_platform.hydra.processor.link"/>
    <service id="api_platform.metadata.resource.name_collection_factory.attributes.inner" alias="api_platform.metadata.resource.name_collection_factory.concerns"/>
    <service id="api_platform.metadata.resource.name_collection_factory.class_name.inner" alias="api_platform.metadata.resource.name_collection_factory.attributes"/>
    <service id="api_platform.metadata.property.name_collection_factory.xml.inner" alias="api_platform.metadata.property.name_collection_factory.property_info"/>
    <service id="api_platform.metadata.property.name_collection_factory.concerns.inner" alias="api_platform.metadata.property.name_collection_factory.xml"/>
    <service id="api_platform.metadata.resource.name_collection_factory.yaml.inner" alias="api_platform.metadata.resource.name_collection_factory.class_name"/>
    <service id="api_platform.metadata.property.name_collection_factory.yaml.inner" alias="api_platform.metadata.property.name_collection_factory.concerns"/>
    <service id="api_platform.openapi.serializer_context_builder.inner" alias="api_platform.serializer.context_builder.filter"/>
    <service id="api_platform.swagger_ui.provider.inner" alias="api_platform.state_provider.access_checker.pre_read"/>
    <service id="api_platform.json_schema.schema_factory" alias="api_platform.json_schema.backward_compatible_schema_factory"/>
    <service id="api_platform.hydra.normalizer.collection" alias="api_platform.hydra.normalizer.collection_filters"/>
    <service id="api_platform.hydra.normalizer.collection_filters.inner" alias="api_platform.hydra.normalizer.partial_collection_view"/>
    <service id="api_platform.hydra.name_converter.hydra_prefix.inner" alias="api_platform.name_converter.metadata_aware"/>
    <service id="api_platform.http_cache.processor.add_headers.inner" alias="api_platform.state_processor.add_link_header"/>
    <service id="api_platform.state_provider.access_checker.inner" alias="api_platform.swagger_ui.provider"/>
    <service id="api_platform.state_provider.deserialize" alias="api_platform.state_provider.access_checker.post_deserialize"/>
    <service id="api_platform.state_provider.access_checker" alias="api_platform.state_provider.security_parameter"/>
    <service id="api_platform.state_provider.validate" alias="api_platform.state_provider.access_checker.post_validate"/>
    <service id="turbo.broadcaster.imux" alias="turbo.broadcaster.action_renderer"/>
    <service id="api_platform.openapi.factory" alias="lexik_jwt_authentication.api_platform.openapi.factory"/>
    <service id="twig.configurator.environment" alias="ux.twig_component.twig.environment_configurator"/>
    <service id="security.event_dispatcher.api_login" alias="debug.security.event_dispatcher.api_login"/>
    <service id="security.event_dispatcher.api" alias="debug.security.event_dispatcher.api"/>
    <service id="security.event_dispatcher.main" alias="debug.security.event_dispatcher.main"/>
    <service id="messenger.bus.default" alias="debug.traced.messenger.bus.default"/>
    <service id=".signing.messenger.default_serializer.inner" alias="messenger.transport.native_php_serializer"/>
    <service id="doctrine.orm.default_metadata_driver" alias=".doctrine.orm.default_metadata_driver"/>
    <service id="serializer.mapping.class_metadata_factory" alias="api_platform.serializer.mapping.class_metadata_factory"/>
    <service id="api_platform.openapi.normalizer" alias="api_platform.openapi.normalizer.legacy"/>
    <service id="api_platform.json_schema.backward_compatible_schema_factory.inner" alias="api_platform.hydra.json_schema.schema_factory"/>
    <service id="api_platform.openapi.normalizer.api_gateway" alias="api_platform.openapi.normalizer.legacy"/>
    <service id="api_platform.metadata.resource.name_collection_factory.cached.inner" alias="api_platform.metadata.resource.name_collection_factory.yaml"/>
    <service id="api_platform.metadata.property.name_collection_factory.cached.inner" alias="api_platform.metadata.property.name_collection_factory.yaml"/>
    <service id="api_platform.metadata.property.metadata_factory.cached.inner" alias="api_platform.json_schema.metadata.property.metadata_factory.schema"/>
    <service id="api_platform.metadata.resource.metadata_collection_factory.cached.inner" alias="api_platform.messenger.metadata.resource.metadata_collection_factory"/>
    <service id="api_platform.metadata.operation.metadata_factory" alias="api_platform.metadata.operation.metadata_factory.cached"/>
    <service id="api_platform.doctrine.orm.metadata.resource.metadata_collection_factory.inner" alias="api_platform.metadata.resource.metadata_collection_factory.cached"/>
    <service id=".service_locator.dpiLQ5O" alias="api_platform.filter_locator"/>
    <service id=".service_locator.c0wzfI4" alias=".service_locator.1vYpZ1B"/>
    <service id=".service_locator.exOj2dz" alias=".service_locator.rzmRfvY"/>
    <service id=".service_locator.SuNC4qe" alias=".service_locator.eVx11yR"/>
    <service id=".service_locator.hWNv9IL" alias=".service_locator.MygkM6_"/>
    <service id=".service_locator.5aAoJdM" alias=".service_locator.4g8KBWG"/>
    <service id=".service_locator.8jHQRDh" alias=".service_locator.vx1u6Ma"/>
    <service id=".service_locator.ScWqV1a" alias=".service_locator._ewVeMD"/>
    <service id=".service_locator.i2ZSXVb" alias=".service_locator.Zxs0ZZ9"/>
    <service id=".service_locator.xPfrL9T" alias=".service_locator._Gfu5xe"/>
    <service id=".service_locator.UOV1jy9" alias=".service_locator.3BoFVFw"/>
    <service id=".service_locator.jhs8G0n" alias=".service_locator.5pLxdxQ"/>
    <service id=".service_locator.hQGSJQi" alias=".service_locator.8yyrqQl"/>
    <service id=".service_locator.FjXPF1D" alias=".service_locator.pPQbXlV"/>
    <service id=".service_locator.JE4Ce1T" alias=".service_locator.C0tIW_k"/>
    <service id=".service_locator.WmCo8Pk" alias=".service_locator.nbA6iHG"/>
    <service id=".service_locator.Bb8Cm05" alias=".service_locator.lczTjtp"/>
    <service id=".service_locator.RyHR5IM" alias=".service_locator.QqoXChi"/>
    <service id=".service_locator.uBwBrvQ" alias=".service_locator.0MQaTBY"/>
    <service id=".service_locator.1Oqu.Te" alias=".service_locator.NAbBl7I"/>
    <service id=".service_locator.iwO_.E4" alias=".service_locator.5AunUKw"/>
    <service id=".service_locator.pDqE65J" alias=".service_locator.620Anyw"/>
    <service id=".service_locator.0ekWYPZ" alias=".service_locator.z0A7H.F"/>
    <service id=".service_locator.WNRDe58" alias=".service_locator.4K.Cs47"/>
    <service id=".service_locator.KpNtfqr" alias=".service_locator.mWAekTk"/>
    <service id=".service_locator.U2k_ugb" alias=".service_locator..Dm6x0S"/>
    <service id=".service_locator.69mUvp8" alias=".service_locator.l3vBiib"/>
    <service id=".service_locator.syBhily" alias=".service_locator.x5sHdzg"/>
    <service id=".service_locator.8OWi1hd" alias=".service_locator.LFi6WQO"/>
    <service id=".service_locator.LAFzbcO" alias=".service_locator.78lazzO"/>
    <service id=".service_locator.7WQqD1f" alias=".service_locator.UTnPdtg"/>
    <service id=".service_locator.0LVLL7q" alias=".service_locator.BcaJJBw"/>
    <service id=".service_locator.zDVHEI6" alias=".service_locator.vRSMVz."/>
    <service id=".service_locator.a4EdvUu" alias=".service_locator.a5Q3P80"/>
    <service id=".service_locator.iJpMZVR" alias=".service_locator.N3Var3_"/>
    <service id=".service_locator.kNDVh1G" alias=".service_locator.dcGxqwr"/>
    <service id=".service_locator.r9jgU9a" alias=".service_locator.1VoFO.3"/>
    <service id=".service_locator.iwwRjoZ" alias=".service_locator.l6VqvSf"/>
    <service id=".service_locator.5S1a8U7" alias=".service_locator.FF21Qat"/>
    <service id=".service_locator.UoSTFFg" alias=".service_locator.7Dh0lKz"/>
    <service id=".service_locator.Zzdo_PC" alias=".service_locator.xwoyv5u"/>
    <service id=".service_locator.3CfwELJ" alias=".service_locator.3vpjkz2"/>
    <service id=".service_locator.9NA3IDM" alias=".service_locator.3Mc_O3j"/>
    <service id=".service_locator.b0R6C1X" alias=".service_locator.s8Ys5Ms"/>
    <service id=".service_locator.d.T7cJV" alias=".service_locator.GrmIVnM"/>
    <service id=".service_locator.RiTP53f" alias=".service_locator.cp6M_zh"/>
    <service id=".service_locator.uP0Bh.p" alias=".service_locator.jE3QzAB"/>
    <service id=".service_locator.1LpjY8A" alias=".service_locator..be8WO0"/>
    <service id=".service_locator.xy4_nzX" alias=".service_locator.MKbdMj."/>
    <service id=".service_locator.44N21x8" alias=".service_locator.NLZHYId"/>
    <service id=".service_locator.L1fhLEy" alias=".service_locator.75kRn5K"/>
    <service id=".service_locator.NUVmMz4" alias=".service_locator.V8cOsQ6"/>
    <service id=".service_locator.gw44urw" alias=".service_locator.v0UjkL0"/>
    <service id=".service_locator.RCSvO2c" alias=".service_locator.IFGBNWQ"/>
    <service id=".service_locator.TOhFpX5" alias=".service_locator.jukuYj2"/>
    <service id=".service_locator.ln0R.xC" alias=".service_locator.3nN08hD"/>
    <service id=".service_locator.zE1gsbE" alias=".service_locator.WNtPvMl"/>
    <service id=".service_locator.HLsVQAQ" alias=".service_locator.DPw22ar"/>
    <service id=".service_locator.HsFy2wW" alias=".service_locator.f8pLBFr"/>
    <service id=".service_locator.WtXBp9e" alias=".service_locator.iA3nOiX"/>
    <service id=".service_locator.R.W9eYJ" alias=".service_locator.cx5jQCN"/>
    <service id=".service_locator.LwAD5lm" alias=".service_locator.jKqK88H"/>
    <service id=".service_locator.UuyNdsT" alias=".service_locator.Xw5laQ5"/>
    <service id=".service_locator.GB5YODE" alias=".service_locator.OUW4Tj2"/>
    <service id=".service_locator.8WEtOxh" alias=".service_locator.fygi1c8"/>
    <service id=".service_locator.qN7eRo_" alias=".service_locator.i6_4OA8"/>
    <service id=".service_locator.3U24vo7" alias=".service_locator.P89CAYo"/>
    <service id=".service_locator.e8i_i5S" alias=".service_locator.Cvxxxsx"/>
    <service id=".service_locator.nAUKLmr" alias=".service_locator..P6atz2"/>
    <service id=".service_locator.m82QYX9" alias=".service_locator.PaEvpcc"/>
    <service id=".service_locator.a5Dg56Z" alias=".service_locator.GeqfUo3"/>
    <service id=".service_locator.7Y8vuo1" alias=".service_locator.n8W9i52"/>
    <service id=".service_locator.fhfslo8" alias=".service_locator.uFsT_P6"/>
    <service id=".service_locator.9rBgsbO" alias=".service_locator.zxu9.xr"/>
    <service id=".service_locator.nTVG0lT" alias=".service_locator.ffmKlvb"/>
    <service id=".service_locator.D6tJ4Px" alias=".service_locator.TJNRSaV"/>
    <service id=".service_locator.KZqYpzi" alias=".service_locator.WOU_dzL"/>
    <service id=".service_locator.yMTZ0zh" alias=".service_locator.prgUcSS"/>
  </services>
</container>
