<?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 getReturnParcelTrackingManagerService extends App_KernelProdContainer
{
    /*
     * Gets the private 'App\External\GLS\Service\ReturnParcelTrackingManager' shared autowired service.
     *
     * @return \App\External\GLS\Service\ReturnParcelTrackingManager
     */
    public static function do($container, $lazyLoad = true)
    {
        $a = ($container->services['doctrine_mongodb.odm.default_document_manager'] ?? $container->load('getDoctrineMongodb_Odm_DefaultDocumentManagerService'));
        $b = ($container->privates['App\\Repository\\ReturnParcelRepository'] ?? $container->load('getReturnParcelRepositoryService'));
        $c = ($container->privates['App\\Core\\Service\\History\\ReturnShipmentHistoryBuilder'] ?? $container->load('getReturnShipmentHistoryBuilderService'));
        $d = ($container->services['monolog.logger.api'] ?? self::getMonolog_Logger_ApiService($container));
        $e = new \Symfony\Component\HttpClient\UriTemplateHttpClient(($container->privates['gls.client.scoping'] ?? $container->load('getGls_Client_ScopingService')), NULL, []);
        $f = ($container->privates['serializer'] ?? self::getSerializerService($container));

        return $container->privates['App\\External\\GLS\\Service\\ReturnParcelTrackingManager'] = new \App\External\GLS\Service\ReturnParcelTrackingManager(new \App\External\GLS\ShipIT\Service\ParcelTrackingService(($container->privates['App\\External\\GLS\\ShipIT\\ShipITApiClient'] ?? $container->load('getShipITApiClientService')), $a, $b, $c), new \App\External\GLS\TrackAndTrace\Service\ParcelTrackingService(new \App\External\GLS\TrackAndTrace\TrackAndTraceApiClient($d, new \App\External\GLS\Authentification\Service\TokenService(new \App\External\GLS\Authentification\AuthentificationApiClient($d, $e, $f, $container->getEnv('GLS_API_CLIENT_ID'), $container->getEnv('GLS_API_CLIENT_SECRET')), ($container->services['cache.app'] ?? $container->load('getCache_AppService'))), $e, $f), $a, $b, $c, $d), $a, ($container->privates['App\\Core\\Service\\ReturnShipment\\ReturnShipmentStateService'] ?? $container->load('getReturnShipmentStateServiceService')), $b, ($container->privates['App\\Repository\\ReturnParcelUnitRepository'] ?? $container->load('getReturnParcelUnitRepositoryService')), ($container->privates['App\\Core\\Builder\\EventBuilder'] ?? $container->load('getEventBuilderService')), ($container->privates['App\\Core\\Builder\\IncidentBuilder'] ?? $container->load('getIncidentBuilderService')), ($container->privates['App\\External\\GLS\\Service\\ReturnParcelFilterService'] ??= new \App\External\GLS\Service\ReturnParcelFilterService()));
    }
}
