<?php

namespace ContainerRYWeSXx;

use Symfony\Component\DependencyInjection\Argument\RewindableGenerator;
use Symfony\Component\DependencyInjection\ContainerInterface;
use Symfony\Component\DependencyInjection\Exception\RuntimeException;

/*
 * @internal This class has been auto-generated by the Symfony Dependency Injection Component.
 */
class getInterface16Service extends App_KernelProdContainer
{
    /*
     * Gets the private 'App\External\Reflex\Interfaces\Out\Interface16' shared autowired service.
     *
     * @return \App\External\Reflex\Interfaces\Out\Interface16
     */
    public static function do($container, $lazyLoad = true)
    {
        $a = ($container->services['event_dispatcher'] ?? self::getEventDispatcherService($container));

        if (isset($container->privates['App\\External\\Reflex\\Interfaces\\Out\\Interface16'])) {
            return $container->privates['App\\External\\Reflex\\Interfaces\\Out\\Interface16'];
        }
        $b = ($container->privates['App\\External\\Reflex\\Util\\ExpeditionUtilService'] ?? $container->load('getExpeditionUtilServiceService'));

        if (isset($container->privates['App\\External\\Reflex\\Interfaces\\Out\\Interface16'])) {
            return $container->privates['App\\External\\Reflex\\Interfaces\\Out\\Interface16'];
        }
        $c = ($container->privates['App\\External\\Reflex\\Vir\\EdiVIR'] ?? $container->load('getEdiVIRService'));

        if (isset($container->privates['App\\External\\Reflex\\Interfaces\\Out\\Interface16'])) {
            return $container->privates['App\\External\\Reflex\\Interfaces\\Out\\Interface16'];
        }

        $instance = new \App\External\Reflex\Interfaces\Out\Interface16($a, $b, ($container->privates['App\\Core\\Service\\Expedition\\ExpeditionMetricsCalculatorService'] ?? $container->load('getExpeditionMetricsCalculatorServiceService')), ($container->services['VU\\Logistic\\Carrier\\CarrierManager'] ?? $container->load('getCarrierManagerService')), ($container->privates['App\\Core\\Service\\MountingService'] ?? $container->load('getMountingService2Service')), ($container->privates['monolog.logger'] ?? self::getMonolog_LoggerService($container)), $c, ($container->privates['App\\External\\Reflex\\Util\\RelaisColis\\CodePrestationGeneratorService'] ?? $container->load('getCodePrestationGeneratorServiceService')), ($container->privates['App\\Core\\Util\\AddressService'] ?? $container->load('getAddressService2Service')));

        if (isset($container->privates['App\\External\\Reflex\\Interfaces\\Out\\Interface16'])) {
            return $container->privates['App\\External\\Reflex\\Interfaces\\Out\\Interface16'];
        }

        return $container->privates['App\\External\\Reflex\\Interfaces\\Out\\Interface16'] = $instance;
    }
}
